:root {
  --firebrick: #b42c2c;
  --yellow: #fff900;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.4rem;
}

h2 {
  color: var(--firebrick);
  max-width: 43rem;
  margin: 20px auto 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  max-width: 43rem;
  margin: 20px auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3em;
}

h4 {
  max-width: 43rem;
  margin: 10px auto;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3em;
}

h5 {
  max-width: 43rem;
  margin: 10px auto;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1em;
}

h6 {
  max-width: 43rem;
  margin: 10px auto;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
}

p {
  max-width: 43rem;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.8rem;
}

a {
  color: var(--firebrick);
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  display: block;
}

a:hover {
  text-decoration: underline;
}

ul {
  max-width: 43rem;
  margin: 25px auto;
  padding-left: 13px;
  list-style-type: square;
}

li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.8rem;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: var(--firebrick);
  background-image: linear-gradient(#fffffff0, #fffffff0), url('../images/quotes.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80px;
  border-left: 5px #e2e2e2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 20px 10px;
  font-size: 1.8rem;
  line-height: 1.3em;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 40px;
}

.bullet-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template-rows: auto;
}

.colortheory-yellow {
  color: #111314;
  background-color: #ff0;
  padding: 1.25rem;
}

.faq-icon {
  opacity: .5;
  color: #0f42c3;
  background-color: #0000;
  border-radius: .3125rem;
  align-self: flex-start;
  width: 1.8rem;
  margin-left: 1.5rem;
  padding: .25rem;
}

.small-button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #afb7bb;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem #00000008;
}

.small-button-light:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.small-button-light:active {
  background-color: #111314;
}

.small-button-outline {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 .125rem #4c5458;
}

.small-button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 1.25rem -.625rem #2a2f3133;
}

.small-button-outline:active {
  background-color: #111314;
  box-shadow: 0 7px 1.25rem -.625rem #11131433;
}

.colortheory-red {
  color: #fff;
  background-color: #e91c2b;
  padding: 1.25rem;
}

.sg-label {
  color: #808c91;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2em;
}

.margin-bottom-140 {
  margin-bottom: 8.75rem;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
}

.sg-body {
  background-color: #fff;
  margin-left: 0;
}

.heading-xxlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 15rem;
  display: flex;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 1.5rem;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
}

.sub-heading {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.sub-heading.ct {
  margin-bottom: 7px;
}

.text-info-wrapper {
  color: #2a2f31;
  background-color: #9ec5fa;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.search-button {
  color: #2a2f31;
  background-color: #afb7bb;
  border-radius: 0 .1875rem .1875rem 0;
  height: 3.75rem;
  margin-bottom: .5rem;
  font-size: .8rem;
  transition: background-color .3s;
}

.search-button:hover {
  color: #f0f2f3;
  background-color: #2a2f31;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.divider-medium {
  background-color: #f0f2f3;
  height: .0625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.form-select {
  color: #4c5458;
  background-color: #fff;
  border: .0625rem solid #e1e5e7;
  border-radius: .3125rem;
  width: 100%;
  height: 2.6875rem;
  margin-bottom: .625rem;
  padding: .5rem 1rem;
  font-size: .9375rem;
  position: relative;
}

.form-select:hover, .form-select:focus {
  color: #37474e;
}

.form-select::placeholder {
  color: #999;
  font-size: .9375rem;
}

.breadcrumb-wrapper {
  color: #808c91;
  background-color: #fff;
  align-items: center;
  padding: .625rem;
  display: flex;
}

.colortheory-blue {
  color: #fff;
  background-color: #00f;
  padding: 1.25rem;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: .375rem;
  padding: 1rem;
}

.text-box-wrapper-2 {
  text-align: left;
}

.fa-icon-large {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 3rem;
  line-height: 1;
}

.radio-button {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.5rem;
  margin-right: .625rem;
}

.radio-button.w--redirected-checked {
  border-width: .375rem;
  border-color: #2b95ff;
}

.divider-large {
  background-color: #f0f2f3;
  height: .0625rem;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.div-block-2 {
  color: #529dff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  font-size: 1rem;
  display: flex;
}

.margin-bottom-100 {
  margin-bottom: 6.25rem;
}

.margin-bottom {
  margin: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 2.5rem;
}

.colortheory-white {
  outline-offset: 0rem;
  color: #2a2f31;
  background-color: #fff;
  border: .0625rem #000;
  outline: .1875rem #2a2f31;
  padding: 1.25rem;
  box-shadow: inset 0 0 .0625rem #000;
}

.pagination-link {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pagination-link:hover {
  background-color: var(--firebrick);
}

.pagination-link.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.selector-wrapper-2 {
  background-color: #e1e5e7;
  border-radius: .1875rem;
  margin-top: 2rem;
  margin-bottom: .625rem;
  padding: .25rem;
}

.selector-wrapper-2.light {
  background-color: #2a2f31;
}

.spacer-24 {
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.container-small {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-small {
  max-width: 24rem;
  line-height: 1.4;
}

.text-size-small {
  margin-bottom: .5625rem;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.date {
  margin-bottom: 5px;
  display: inline-block;
}

.text-size-small.link-white {
  color: #fff;
}

.text-size-small.link-white:hover {
  color: var(--yellow);
}

.div-block-7 {
  margin-top: 1.25rem;
}

.tabs-menu-left {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-bottom: 3rem;
  margin-right: 1.875rem;
  padding-top: .9375rem;
  display: flex;
}

.text-color-red {
  color: var(--firebrick);
}

.button-light {
  color: #2a2f31;
  text-align: center;
  background-color: #afb7bb;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px .5rem #00000008;
}

.button-light:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-light:active {
  color: #fff;
  background-color: #111314;
}

.num-list {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  list-style-type: decimal;
}

.site-wrapper {
  background-color: #f0f2f31a;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.text-align-center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}

.button-disabled {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: .375rem;
  flex: none;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
}

.button-disabled:hover {
  color: #fff;
  background-color: #afb7bb;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-disabled:active {
  background-color: #808c91;
}

.class-name {
  color: #fff;
  border: .0625rem solid #fff;
  border-radius: .1875rem;
  margin-left: .3125rem;
  margin-right: .625rem;
  padding: .3125rem .5625rem;
  font-size: .875rem;
  display: inline-block;
}

.class-name.dark-sm {
  color: #808c91;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-color: #afb7bb;
  border-radius: .1875rem;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: .3125rem;
  padding-left: .5625rem;
  padding-right: .5625rem;
  display: inline-block;
}

.class-name.dark-sm.mute {
  opacity: .5;
}

.spacer-48 {
  background-color: #0000;
  width: 3rem;
  height: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
}

.paragraph {
  margin-bottom: 1.25rem;
  line-height: 1.5em;
}

.paragraph.large {
  font-size: 1.3rem;
}

.class-icon-2 {
  color: #fff;
  background-color: #9f9f9f;
  border: .0625rem solid #fff;
  border-radius: .1875rem;
  margin-left: 0;
  margin-right: .3125rem;
  padding: .3125rem .5625rem;
  font-size: .875rem;
  display: inline-block;
}

.vertical-tab {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: .125rem solid #afb7bb;
  flex: 0 auto;
  width: 8.75rem;
  margin-left: 0;
  margin-right: 0;
  padding: .9375rem 1.25rem;
  font-size: 1rem;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #4c5458;
  background-color: #0000;
  border-bottom-color: #808c91;
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.scrollable-wrapper {
  text-align: left;
  background-color: #0000;
  border-radius: .375rem;
  margin-bottom: 0;
  overflow: scroll;
}

.sg-menu-brand {
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  margin-left: 1.875rem;
  padding-left: 0;
}

.sg-menu-brand.w--current, .sg-block {
  margin-bottom: 2rem;
}

.button {
  color: #f2f600;
  text-align: center;
  text-transform: uppercase;
  background-color: #333;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.6875rem;
  margin-left: 0;
  margin-right: 0;
  padding: .6875rem 2rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 2px .5rem #00000008;
}

.button:hover {
  background-color: var(--firebrick);
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button:active {
  background-color: #000;
}

.button.search {
  height: 50px;
}

.button.request {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 20px;
}

.heading-large {
  font-size: 2rem;
  line-height: 1.2;
}

.sg-footer-section {
  z-index: 0;
  text-align: left;
  background-color: #fff;
  align-items: center;
  height: 37.5rem;
  padding: 3.75rem 5rem 3.75rem 3.75rem;
  display: flex;
  position: relative;
}

.scroll-titlesect-wrapper {
  width: 100%;
  margin-bottom: .9375rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.text-box-large {
  width: 100%;
  max-width: 37.5rem;
  display: block;
}

.text-box-large.visible {
  background-color: #d0e8ff;
  max-width: 46.25rem;
}

.image-2 {
  width: 1.125rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
}

.sg-nav-container {
  background-color: #e1e5e7;
  width: 15rem;
  height: 100vh;
}

.colortheory-pink {
  color: #fff;
  background-color: #d90a91;
  padding: 1.25rem;
}

.text-size-large {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-size-large.text-color-white {
  color: #fff;
}

.tagline {
  color: var(--firebrick);
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: .25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.svg-icons {
  color: #111314;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.25rem;
}

.left-tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: left;
  background-color: #0000;
  border-bottom: .0625rem dotted #afb7bb;
  flex: 0 auto;
  width: 8.75rem;
  margin-bottom: .9375rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 1.25rem .9375rem 0;
  font-size: 1.125rem;
  transition: border-color .2s, color .2s;
}

.left-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.left-tab-link.w--current {
  opacity: 1;
  color: #2a2f31;
  background-color: #0000;
  border-bottom-style: solid;
  border-bottom-color: #808c91;
  font-weight: 700;
}

.text-box-medium {
  max-width: 31.25rem;
  display: block;
}

.text-box-medium.visible {
  max-width: 31.25rem;
}

.margin-bottom-20 {
  margin-bottom: 1.25rem;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 1rem;
  display: inline-block;
}

.text-box-small {
  max-width: 25rem;
  display: block;
}

.text-box-small._600px {
  max-width: 37.5rem;
  min-height: 4rem;
}

.text-box-small._800px {
  max-width: 50rem;
  min-height: 4rem;
}

.faq-accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.intxt {
  color: #111314;
  text-decoration: underline;
}

.intxt:hover {
  color: #808c91;
  text-decoration: underline;
}

.italic-text-2 {
  margin-bottom: 0;
}

.breadcrumb-divider {
  opacity: .3;
  margin-left: .375rem;
  margin-right: .375rem;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: .375rem;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.sg-section {
  z-index: 0;
  text-align: left;
  background-color: #f0f2f3;
  padding: 3.75rem 5rem 3.75rem 3.75rem;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #4c5458;
  padding-top: .625rem;
  padding-bottom: 2.5rem;
}

.text-size-xsmall {
  font-size: .75rem;
  line-height: 1.5;
}

.breadcrumb-link {
  line-height: 1em;
}

.breadcrumb-link.bc-home {
  font-weight: 700;
}

.hidden {
  display: none;
}

.sg-nav {
  border-right: .0625rem solid #ced5db;
  width: 15rem;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: 0;
  right: auto;
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  display: flex;
}

.spacer-32 {
  background-color: #0000;
  width: 2rem;
  height: 2rem;
}

.data-table-container {
  background-color: #f3f3f3;
  width: 100%;
  padding-top: .125rem;
  overflow: hidden;
}

.text-strikethrough {
  text-decoration: line-through;
}

.spacer-128 {
  background-color: #0000;
  width: 8rem;
  height: 8rem;
}

.column-styleguide {
  background-color: #fff;
  border-radius: .375rem;
  width: 100%;
  height: 2.5rem;
}

.text-warning-wrapper {
  color: #2a2f31;
  background-color: #fee7c4;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.l-align {
  text-align: left;
  margin-left: 0;
}

.colortheory-brown {
  color: #fff;
  background-color: #6d330d;
  padding: 1.25rem;
}

.colortheory-green {
  color: #fff;
  background-color: green;
  padding: 1.25rem;
}

.pager-link-pre {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  padding-left: .625rem;
  padding-right: .9375rem;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-pre:hover {
  background-color: #111314;
}

.pager-link-pre.w--current {
  background-color: #356af0;
}

.heading-xlarge {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-warning {
  color: orange;
}

.sg-description {
  color: #929aa1;
  max-width: 25rem;
  margin-left: 0;
}

.ds-section-header {
  margin-bottom: 3.125rem;
}

.opacity-60 {
  opacity: .6;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.5625rem;
  font-size: .9rem;
  display: flex;
}

.full {
  max-width: 100%;
}

.spacer-16, .spacer-16._16 {
  background-color: #0000;
  width: 1rem;
  height: 1rem;
}

.spacer-16._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.spacer-16._48 {
  background-color: #0000;
  border-radius: .375rem;
  width: 3rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.horizontal-tab {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.spacer-64 {
  background-color: #0000;
  width: 4rem;
  height: 4rem;
}

.text-color-blue {
  color: #529dff;
  font-weight: 400;
}

.gs-header {
  background-color: #fff;
  padding: 1.25rem 3.75rem;
}

.text-danger {
  color: red;
}

.scroll-title {
  border-bottom: .0625rem dotted #0000004d;
  padding-bottom: .3125rem;
}

.form {
  margin-bottom: .5rem;
}

._2-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 1.25rem auto;
  display: grid;
  position: relative;
}

._2-grid.margin-bottom-40 {
  margin-left: 20px;
  margin-right: 20px;
}

.para-large {
  margin-bottom: 1.25rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.colortheory-purple {
  color: #fff;
  background-color: purple;
  padding: 1.25rem;
}

.color-block {
  background-color: #111314;
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.color-block.soft-blue {
  background-color: #9ec5fa;
}

.color-block.soft-grey {
  background-color: #afb7bb;
}

.color-block.white-blue {
  background-color: #fff;
  border: .0625rem solid #e9f3fd;
}

.color-block.grey {
  background-color: #4c5458;
}

.color-block.dark-grey {
  background-color: #2a2f31;
}

.color-block.back-grey {
  background-color: #f0f2f3;
  border: .0625rem solid #e1e5e7;
}

.color-block.silver {
  background-color: #e1e5e7;
}

.color-block.pale-blue {
  background-color: #d0e8ff;
}

.color-block.blue {
  background-color: #356af0;
}

.color-block.light-blue {
  background-color: #529dff;
  border-style: none;
}

.color-block.white {
  background-color: #fff;
  border: .0625rem solid #f0f2f3;
}

.color-block.dark-blue {
  background-color: #0f42c3;
}

.color-block.back-blue {
  background-color: #e9f3fd;
  border: .0625rem solid #e1e5e7;
}

.color-block.light-grey {
  background-color: #808c91;
}

.html-embed-3 {
  color: #111314;
}

.centre-screen {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-heading {
  font-size: 1rem;
  line-height: 1.2;
}

.heading-xsmall {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.fa-icon-normal {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.fa-icon-normal.ico-small {
  font-size: .8rem;
}

._4-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.text-primary {
  color: #0f42c3;
}

.title-divider {
  background-color: #2a2f31;
  width: 2.5rem;
  height: .1875rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: .3125rem;
  flex-direction: column;
  min-width: 6.25rem;
  min-height: 6.25rem;
  display: flex;
  position: relative;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-1 {
  flex: 0 auto;
  width: 8.33%;
}

.column.desk-2 {
  width: 16.66%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-4 {
  width: 33.33%;
  margin-bottom: 0;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-7 {
  width: 58.3333%;
}

.margin-bottom-10 {
  margin-bottom: .625rem;
}

.scroll-subsect-wrapper {
  border-bottom: .0625rem dotted #0000001a;
  width: 100%;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 400;
}

.scroll-segment-1 {
  width: 15.625rem;
  padding-left: 0;
  padding-right: .3125rem;
  position: sticky;
  left: 0;
}

.text-sucess {
  color: green;
}

._2-1-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.fa-icon-medium {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.faq-answer {
  border-bottom: .0625rem dashed #0255ad1a;
  overflow: hidden;
}

.opacity-20 {
  opacity: .4;
}

.sg-menu-link {
  color: #4c5458;
  border-left: .25rem solid #0000;
  width: 100%;
  margin-bottom: 0;
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 1.6875rem;
  line-height: 1.4em;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #111314;
}

.sg-menu-link.w--current {
  color: #0f42c3;
  background-color: #e1e5e7;
  padding-right: 0;
  font-weight: 600;
}

.sg-menu-link.unique {
  background-color: #0000;
  border-top: .0625rem dotted #e1e5e7;
  border-bottom: .0625rem dotted #e1e5e7;
  font-weight: 700;
}

.pagination-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
}

.form-input {
  background-color: var(--firebrick);
  opacity: .4;
  color: #fff;
  border: 1px solid #cacaca;
  border-radius: 3px;
  height: 2.6875rem;
  margin-bottom: 15px;
  padding: 10px;
  font-size: .9375rem;
  line-height: .0875rem;
  transition: opacity .3s, background-color .3s;
  box-shadow: 0 0 .625rem #00000003;
}

.form-input:hover {
  opacity: 1;
}

.form-input:active {
  background-color: var(--firebrick);
  opacity: 1;
}

.form-input:focus {
  opacity: 1;
  border-color: #529dff;
}

.form-input:focus-visible {
  border-color: #b42c2d1a;
}

.form-input[data-wf-focus-visible] {
  border-color: #b42c2d1a;
}

.form-input::placeholder {
  color: #fff;
}

.form-input.pick-date-multiple-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-multiple {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-multiple::placeholder {
  color: #2a2f31;
}

.form-input.pick-date {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date::placeholder {
  color: #2a2f31;
}

.form-input.form-comments {
  min-height: 7.5rem;
  margin-bottom: .625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4em;
}

.form-input.form-comments:active {
  background-color: var(--firebrick);
}

.form-input.form-comments::placeholder {
  font-size: .9rem;
}

.form-input.pick-date-time {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-time-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-time-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-human {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-human::placeholder {
  color: #2a2f31;
}

.form-input.pick-date-range {
  color: #2a2f31;
  background-color: #fff;
}

.form-input.pick-date-range::placeholder {
  color: #2a2f31;
}

.text-muted {
  color: #afb7bb;
}

.breadcrumb-active {
  line-height: 1em;
}

.heading-small {
  margin-top: .625rem;
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.html-embed {
  background-color: #d0e8ff;
  margin-bottom: .625rem;
  padding: .9375rem;
}

.div-block-76 {
  text-align: left;
  border: .0625rem #0000001a;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem;
  display: inline-block;
  overflow: hidden;
}

.color-blue {
  background-color: #0a3092;
  border-radius: .3125rem;
  width: 100%;
  height: 3.75rem;
  margin-bottom: .625rem;
  margin-left: 0;
  margin-right: 0;
}

.colour-only {
  background-color: #fff;
  border-radius: .3125rem;
  padding: 1.5625rem;
  display: block;
}

.colortheory-black {
  color: #fff;
  background-color: #2a2f31;
  padding: 1.25rem;
}

.tabs-content {
  flex: 1;
}

.faq-question {
  white-space: normal;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.small-button {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: .25rem;
  flex: none;
  margin-bottom: 1rem;
  padding: .375rem 1rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px .5rem #00000008;
}

.small-button:hover {
  color: #fff;
  background-color: #808c91;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.small-button:active {
  background-color: #111314;
}

.sg-title {
  color: #3f3b35;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: 1.4em;
}

._1-2-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.opacity-80 {
  opacity: .8;
}

.margin-bottom-medium {
  margin-bottom: 3.75rem;
}

.scroll-segment-2 {
  width: 8.75rem;
  padding-left: .3125rem;
  padding-right: .3125rem;
  position: static;
}

.heading-medium {
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3em;
}

.pager-link-nex {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  padding-left: .9375rem;
  padding-right: .625rem;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pager-link-nex:hover {
  background-color: #111314;
}

.pager-link-nex.w--current {
  background-color: #356af0;
}

.button-clear-left {
  box-shadow: none;
  color: #2a2f31;
  text-align: left;
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  height: 2.6875rem;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: .5rem;
  padding: .5rem 1rem .5rem 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-clear-left:hover {
  box-shadow: none;
  color: #111314;
}

.button-clear-left:active {
  color: #0a3092;
  background-color: #0a3092;
}

.tab-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: .625rem;
  font-size: .8rem;
  line-height: 1;
}

.button-grey {
  box-shadow: none;
  color: #4c5458;
  text-align: center;
  background-color: #e1e5e7;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .5rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-grey:hover {
  color: #2a2f31;
  background-color: #afb7bb;
  box-shadow: 0 7px 1.25rem -.625rem #0003;
}

.button-grey:active {
  color: #111314;
  background-color: #808c91;
}

._3-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.text-allcaps {
  text-transform: uppercase;
}

.text-info {
  color: #529dff;
}

.colortheory-orange {
  color: #fff;
  background-color: orange;
  padding: 1.25rem;
}

.opacity-40 {
  opacity: .2;
}

.fontawesome-icon-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.divider-small {
  background-color: #f0f2f3;
  height: .0625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.para-small {
  opacity: .75;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  line-height: 1.5;
}

.check-box {
  width: 100%;
  height: 1.25rem;
  margin: 0 0 .625rem;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 1rem;
  border-color: #2b95ff;
}

.button-clear {
  box-shadow: none;
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 2.6875rem;
  margin-bottom: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.button-clear:hover {
  box-shadow: none;
  color: #0f42c3;
}

.button-clear:active {
  color: #0a3092;
  background-color: #0a3092;
}

.text-danger-wrapper {
  color: #2a2f31;
  background-color: #f9d5cf;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.spacer-96 {
  background-color: #0000;
  width: 6rem;
  height: 6rem;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: .3125rem;
  display: inline-block;
}

.r-align {
  text-align: right;
}

.fa-icon-small {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  font-size: .8rem;
  line-height: 1;
}

.fa-icon-small.text-color-red {
  color: var(--firebrick);
  padding-left: 10px;
  display: inline-block;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.3;
}

.text-primary-wrapper {
  color: #fff;
  background-color: #529dff;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.sg-menu {
  width: 100%;
}

.rich-text {
  text-align: left;
}

.text-block {
  color: #111314;
  text-transform: uppercase;
  border-left: .1875rem solid #808c91;
  padding-left: .375rem;
  font-size: 1.4375rem;
  font-weight: 700;
}

.faq-question-title {
  color: #2a2f31;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1.375rem;
  line-height: 1.6875rem;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
}

.note-text {
  color: #808c91;
  letter-spacing: .03125rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-left: 0;
  font-size: .7rem;
  font-style: italic;
}

.button-outline {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  flex: none;
  height: 2.6875rem;
  margin-bottom: .5rem;
  padding: .6875rem 2rem;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 .125rem #2a2f31;
}

.button-outline:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: inset 0 0 0 .125rem #4c5458;
}

.button-outline:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 .125rem #2a2f31;
}

.field-block {
  z-index: 1;
  border: .0625rem solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 3.125rem;
  min-height: 1.25rem;
  margin-bottom: .5rem;
  display: flex;
}

.text-success-wrapper {
  color: #2a2f31;
  background-color: #cbf3dd;
  border-radius: .1875rem;
  padding: .375rem .9375rem;
  font-size: .8rem;
}

.content-container-top {
  flex: 0 auto;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.spacer-80 {
  background-color: #0000;
  width: 5rem;
  height: 5rem;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.download-icon {
  text-transform: capitalize;
  font-size: .9375rem;
}

.download-icon.special {
  float: none;
  opacity: .05;
  color: #333;
  text-transform: uppercase;
  background-image: url('../images/download.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 5.3125rem;
  height: 6.25rem;
  margin-left: -1.875rem;
  font-weight: 600;
  position: absolute;
  top: -.3125rem;
  left: 0;
}

.welcome-wrapper {
  position: relative;
}

.download-link.wrapper {
  color: #333;
  width: 100%;
  min-height: 0;
  margin-bottom: 5.625rem;
  padding-left: .5625rem;
  text-decoration: none;
  position: relative;
}

.download-link.wrapper:hover {
  color: #b42c2c;
}

.dashed-divider-wrapper {
  border: .03125rem dashed #0000001a;
  max-width: 60rem;
  height: .0625rem;
  margin: 3.75rem auto;
}

.logo-image {
  width: 110px;
}

.full-link {
  opacity: .85;
  color: #000000a6;
  text-transform: capitalize;
  font-size: .75rem;
  text-decoration: none;
  display: inline-block;
}

.full-link:hover {
  opacity: 1;
  color: #b42c2c;
}

.emagine-link {
  color: #333;
  font-size: .9rem;
  text-decoration: none;
}

.emagine-link:hover {
  color: #b42c2c;
  text-decoration: underline;
}

.logout-text-link {
  opacity: .78;
  color: #b42c2c;
  text-decoration: none;
}

.logout-text-link:hover {
  opacity: 1;
}

.lightbox-link {
  width: 100%;
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
}

.lightbox-link.wrapper {
  color: #333;
  width: 100%;
  min-height: 0;
  margin-bottom: 3.75rem;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
}

.lightbox-link.wrapper:hover {
  color: #b42c2c;
}

.alert-inner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 360px;
  display: flex;
  position: absolute;
  box-shadow: 1px 1px .1875rem #3333332e;
}

.alert-flex-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-month {
  opacity: .55;
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 1.125rem;
  padding-right: 0;
  display: inline-block;
}

.tab-month:hover {
  opacity: .75;
  font-size: 1rem;
}

.tab-month.w--current {
  opacity: 1;
  color: #b42c2c;
  background-color: #0000;
  font-size: 1.0625rem;
  font-weight: 700;
}

.nav {
  background-color: #0000;
}

.member-image {
  filter: grayscale();
  align-items: flex-end;
  height: 21.25rem;
  transition: filter .4s;
}

.member-image:hover {
  filter: none;
}

.text-2 {
  text-transform: capitalize;
  font-size: .9375rem;
}

.text-2.special {
  z-index: 1;
  float: none;
  opacity: .05;
  color: #333;
  text-transform: uppercase;
  margin-left: -3.125rem;
  font-size: 13.125rem;
  font-weight: 600;
  line-height: 13.125rem;
  position: absolute;
  top: -.625rem;
  left: 0;
}

.text-2.title {
  text-transform: uppercase;
  max-height: 14.375rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -.25rem;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
  overflow: hidden;
}

.text-2.title.download, .text-2.title.services {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.text-2.date {
  color: #333;
  margin-bottom: 2.1875rem;
}

.text-2.copyright {
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: .46875rem;
  font-size: .8125rem;
}

.text-2.copyright:hover {
  opacity: .75;
}

.text-2.emagine {
  opacity: .6;
  text-transform: none;
  font-size: .8125rem;
}

.text-2.emagine:hover {
  opacity: .75;
}

.label {
  color: #b42c2c;
  font-size: .9375rem;
}

.label.checkbox {
  margin-bottom: 0;
}

.text-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #b42c2c;
  border: .0625rem solid #b42c2c;
  width: 9.375rem;
  padding: .75rem .9375rem;
  font-size: .75rem;
  display: inline-block;
}

.text-button:hover {
  background-color: #333;
  border-color: #333;
}

.relative-wrapper {
  position: relative;
}

.member-name-text {
  color: #b42c2c;
  font-size: 1rem;
}

.member-wrapper {
  width: 100%;
}

.team-link {
  color: #fff;
  width: 100%;
  margin-bottom: 1.25rem;
  text-decoration: none;
  position: relative;
}

.text-divider {
  color: #383838b0;
  margin-left: .125rem;
  margin-right: .125rem;
  display: inline-block;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: .625rem;
  padding-bottom: .625rem;
  font-size: .8125rem;
  font-weight: 600;
}

.nav-link:hover {
  background-color: #0003;
}

.nav-link.w--current {
  color: #fff;
  background-color: #0003;
}

.nav-link.mobile-login {
  display: none;
}

.nav-link.search {
  background-image: url('../images/magnifying-glass.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.1875rem;
}

.nav-link.mobile-search-2, .nav-link.mobile-search {
  display: none;
}

.button-2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #333;
  border: .0625rem solid #333;
  justify-content: center;
  width: 12.5rem;
  min-width: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .75rem;
  display: flex;
}

.button-2:hover {
  background-color: #b42c2c;
  border-color: #b42c2c;
}

.button-2.search {
  float: left;
  background-color: #b42c2c;
  border-color: #b42c2c;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2.search:hover {
  background-color: #333;
}

.button-2.login {
  background-color: #b42c2c;
  border-color: #b42c2c;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-2.login:hover {
  background-color: #333;
}

.signed-in-message-wrapper {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: .875rem;
  font-style: italic;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.close-link {
  opacity: .6;
  color: #fff;
  text-transform: lowercase;
  cursor: pointer;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.5625rem;
  position: absolute;
  top: .625rem;
  right: .625rem;
}

.close-link:hover {
  opacity: 1;
}

.logout-link {
  float: right;
  opacity: .75;
  color: #333;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding: 1.25rem;
  text-decoration: none;
  display: inline-block;
}

.logout-link:hover {
  opacity: 1;
}

.year-wrapper {
  align-items: center;
  margin-bottom: .9375rem;
  display: flex;
}

.icon {
  margin-top: .65625rem;
  margin-bottom: .65625rem;
}

.project-link {
  width: 100%;
  text-decoration: none;
}

.project-link.wrapper {
  color: #333;
  width: 100%;
  min-height: 0;
  margin-bottom: 3.75rem;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
}

.project-link.wrapper:hover {
  color: #b42c2c;
}

.event-description-para {
  opacity: .75;
  margin-bottom: 1.1875rem;
}

.nav-wrapper {
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
}

.wrapper-2.download {
  padding-left: 0;
}

.wrapper-2.footer {
  text-align: center;
}

.link.wrapper {
  color: #333;
  width: 100%;
  min-height: 0;
  margin-bottom: 4.6875rem;
  text-decoration: none;
  position: relative;
}

.link.wrapper:hover {
  color: #b42c2c;
}

.hyphan-text {
  margin-left: .3125rem;
  margin-right: .3125rem;
}

.forgot-link {
  opacity: .65;
  color: #333;
  text-decoration: none;
}

.forgot-link:hover {
  opacity: .85;
  text-decoration: underline;
}

.year-h4 {
  color: #b42c2c;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5625rem;
}

.alert-message-wrapper {
  color: #333;
  background-color: #fff;
}

.ft-logo-link {
  margin-bottom: 1.5625rem;
  box-shadow: 7px 7px .625rem #0000004d, -.4375rem .4375rem .625rem #0000004d;
}

.content-section {
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2e6, #f2f2f2e6), url('../images/Crust-Bread-Texture.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 3.75rem 1.875rem;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
}

.member-info-wrapper {
  background-color: #000000bf;
  flex: 1;
  padding: .8125rem 1.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.search-wrapper {
  z-index: 1000;
  background-color: #000000d9;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.search-popup-form {
  flex-direction: column;
  display: flex;
}

.login-content-wrapper {
  background-color: #f2f2f2;
  width: 30%;
  height: 100%;
  display: block;
  position: relative;
  overflow: auto;
}

.hide-link {
  float: left;
  color: #fff;
  background-color: #333;
  align-items: center;
  margin-bottom: 0;
  padding: 1.25rem;
  text-decoration: none;
  display: flex;
}

.hide-link:hover {
  color: #333;
  background-color: #f2f2f2;
}

.field {
  background-color: #f2f2f2;
  border: .0625rem solid #b42c2c66;
  height: 3.4375rem;
  margin-bottom: 1.5625rem;
}

.field:hover, .field:focus {
  color: #fff;
  background-image: linear-gradient(#b42c2c1a, #b42c2c1a);
  border-color: #b42c2c99;
}

.footer-section {
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2e6, #f2f2f2e6), url('../images/Crust-Bread-Texture.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 3.75rem 1.875rem;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  background-color: #333;
}

.para {
  opacity: .75;
  color: #333;
  margin-bottom: 1.5625rem;
  font-size: .9375rem;
  font-weight: 500;
}

.para.summary {
  max-height: 10rem;
  margin-bottom: 1.5625rem;
  overflow: hidden;
}

.para.summary.downloads {
  max-height: 3.75rem;
}

.min-alert-text {
  color: #333;
  display: inline-block;
}

.tab-event {
  flex-direction: row;
  display: flex;
}

.h2 {
  color: #fff;
}

.h2.services {
  color: var(--firebrick);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.tab-menus {
  border-top: .25rem solid #b42c2c;
  flex-direction: column;
  align-items: flex-end;
  width: 4.6875rem;
  margin-bottom: 2.5rem;
  margin-right: 1.875rem;
  padding-top: .625rem;
  padding-bottom: 1.5625rem;
  display: flex;
}

.tab-contents {
  flex: 1;
}

.text-instruction {
  opacity: .7;
  color: #fff;
  font-size: 1rem;
}

.h1 {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 5rem;
}

.h1.subtext {
  opacity: .75;
  text-transform: none;
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

.checkbox-field {
  margin-bottom: 0;
}

.instruct-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5625rem;
  display: flex;
}

.tab-wrapper {
  opacity: .6;
  border-bottom: .0625rem solid #0000000d;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5625rem;
}

.tab-wrapper:hover {
  opacity: 1;
}

.event-title {
  color: #b42c2c;
  text-transform: capitalize;
  margin-bottom: .9375rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.event-date {
  opacity: .75;
  font-size: .75rem;
}

.dropdown-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: .0625rem solid #ffffff26;
  font-size: .75rem;
}

.dropdown-link:hover {
  background-color: #ffffff26;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #ffffff26;
}

.search-bar-wrapper {
  background-color: #f2f2f2;
  width: 30%;
  height: 100%;
  display: block;
  position: relative;
}

.login-wrapper {
  z-index: 1000;
  background-color: #000000d9;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.time-date-wrapper {
  align-items: center;
  margin-bottom: .625rem;
  display: flex;
}

.alert-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 0;
  display: none;
  position: absolute;
  inset: 0 0 auto;
}

.nav-menu {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.card-wrapper {
  background-color: #fff;
  border-bottom: 6px #fef904;
  width: auto;
  max-width: 76rem;
  margin-top: -10.9375rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 40px 4rem;
  display: block;
  position: relative;
  box-shadow: -21px 21px 1.875rem #0000001a, 1px 1px 1.875rem #0000001a;
}

.hero-container {
  text-align: center;
  flex: 1;
}

.image-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25rem;
  margin-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.header-wrapper {
  background-color: #b42c2c;
  padding: 2.5rem;
  position: relative;
}

.alert-message-text {
  padding: 1.25rem;
}

.nav-section {
  z-index: 1000;
  width: 100%;
  margin-top: 1rem;
  position: absolute;
}

.event-time {
  opacity: .75;
  font-size: .75rem;
}

.arrow-link {
  opacity: .6;
  color: #b42c2c;
  margin-right: .3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-decoration: none;
  transition: transform .4s;
}

.arrow-link:hover {
  opacity: 1;
  transform: translate(-.3125rem);
}

.arrow-link.right {
  color: #b42c2c;
  margin-left: .3125rem;
  margin-right: 0;
}

.arrow-link.right:hover {
  transform: translate(.3125rem);
}

.text-icon {
  background-color: #0003;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .375rem;
  font-size: 3.125rem;
  line-height: 3.125rem;
  display: flex;
  position: absolute;
}

.member-position-text {
  font-size: .8125rem;
}

.close-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  padding: 3.75rem;
  display: flex;
}

.close-wrapper:hover {
  background-image: linear-gradient(#ffffff26, #ffffff26);
}

.copy-link {
  color: #b42c2c;
  text-decoration: none;
}

.copy-link:hover {
  text-decoration: underline;
}

.hero-section {
  opacity: 1;
  background-image: linear-gradient(#b42c2c99, #b42c2c99), linear-gradient(#0000004d, #0000004d), url('../images/man-bread-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 94vh;
  padding: 0 1.875rem 3.75rem;
  display: flex;
}

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

.hero-wrapper {
  height: 500px;
  overflow: hidden;
}

.img {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
}

.logo-wrapper {
  border: 5px solid #fff;
  width: 120px;
  min-width: 0;
  height: 120px;
  margin-bottom: 1.5625rem;
  box-shadow: 7px 7px .625rem #0000004d, -1px 1px .625rem #0000004d;
}

.scroll-txt {
  opacity: .4;
  color: var(--yellow);
  letter-spacing: 3px;
  margin-top: 4rem;
  font-size: .7rem;
  line-height: 1.4rem;
  transition: opacity .3s;
  display: inline-block;
}

.scroll-txt:hover {
  opacity: 1;
}

.heading {
  color: var(--firebrick);
}

.paragraph-2 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.opening-times {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.grid-pic-wrapper {
  height: 17rem;
}

.div-block-77 {
  height: 35.25rem;
}

.list-item {
  margin-bottom: 10px;
  line-height: 1.8rem;
}

.quick-stack {
  margin: 30px 20px;
  padding: 0;
}

.heading-2 {
  font-size: 1.6rem;
}

.card-wrapper-full {
  box-shadow: none;
  background-color: #fff;
  width: auto;
  max-width: 76rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 7.1875rem;
  display: block;
  position: relative;
}

.div-block-78 {
  background-image: url('../images/pexels-mariana-kurnyk-1775043.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-width: 0;
  height: 75vh;
  margin: 60px auto 60px 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-79 {
  background-color: var(--firebrick);
}

.html-embed-4 {
  opacity: 1;
  mix-blend-mode: luminosity;
}

.paragraph-3 {
  text-align: right;
}

.main-wrapper {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper.hidden {
  display: none;
}

._5-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10px 1fr 10px 1fr;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.opening-times-dash {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #356af0;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button-3:hover {
  background-color: #0f42c3;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-3:active {
  background-color: #0a3092;
}

.team10_slide-nav {
  color: var(--firebrick);
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.team10_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.team10_arrow.left {
  right: 4rem;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_slide {
  padding-right: 2rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.team10_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
  min-height: 0;
}

.page-padding {
  padding: 50px 5%;
  overflow: hidden;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.margin-bottom-2 {
  margin: 0 0 0;
}

.margin-bottom-2.margin-small {
  margin-bottom: 40px;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 80px;
}

.margin-bottom-2.margin-xsmall {
  margin-bottom: 10px;
}

.team10_image-wrapper {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team10_mask {
  width: 33.33%;
  overflow: visible;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.team10_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.margin-top {
  margin: 40px 0 0;
}

.grain {
  width: 160px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: -55px 0% auto;
}

.navbar-logo-center {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  box-shadow: 0 0 20px #520c0c;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  border: 5px solid var(--firebrick);
  margin-bottom: 0;
  position: static;
}

.navbar-brand-three.mob {
  display: none;
  position: static;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 380px;
  margin: 6px 0 0;
  display: flex;
}

.nav-menu-block.l {
  justify-content: flex-start;
  align-items: center;
}

.nav-menu-block.r {
  justify-content: flex-end;
  align-items: center;
}

.nav-link-2 {
  color: var(--firebrick);
  letter-spacing: .25px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--firebrick);
  letter-spacing: .25px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0 30px 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown-link {
  width: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--firebrick);
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.logo-image-top {
  width: 70px;
}

.inner-hero-section {
  opacity: 1;
  background-image: linear-gradient(#b42c2c99, #b42c2c99), linear-gradient(#0000004d, #0000004d), url('../images/man-bread-bg.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 210px;
  display: flex;
}

.container-medium-2 {
  flex: 0 auto;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tagline-2 {
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.margin-bottom-40-2 {
  margin-bottom: 40px;
}

.block-quote {
  margin-top: 50px;
  margin-bottom: 50px;
}

.inner-title {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.inner-title.subtext {
  opacity: .75;
  text-transform: none;
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

.inner-h1 {
  color: var(--firebrick);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 3.3rem;
}

.block-quote-2 {
  color: var(--firebrick);
  background-image: linear-gradient(#fffffff5, #fffffff5), url('../images/quotes.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-left: 50px;
  font-size: 1.4rem;
}

.sub-heading-2 {
  margin-bottom: 6px;
  font-size: 1.1rem;
  font-weight: 600;
}

.fa-icon {
  font-family: "Fa Solid 900", sans-serif;
  line-height: 1rem;
}

.fa-icon.margin-bottom-10 {
  color: var(--firebrick);
  font-family: "Fa Solid 900", sans-serif;
}

.fa-icon.margin-bottom-10.size-up {
  background-color: #b42c2c26;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 1.5em;
  display: flex;
}

._2-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  display: grid;
  position: relative;
}

._2-grid-2.no-padding-margin {
  grid-row-gap: 0px;
}

.form-input-2 {
  background-color: #f0f2f3;
  border: 1px solid #e1e5e7;
  border-radius: 5px;
  height: 43px;
  margin-bottom: 10px;
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.4px;
  box-shadow: 0 0 10px #00000003;
}

.form-input-2:focus {
  border-color: #529dff;
}

.form-input-2::placeholder {
  color: #afb7bb;
}

.form-input-2.form-comments {
  background-color: #f0f2f3;
  min-height: 120px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.4em;
}

.form-input-2.search-field {
  border-color: #333;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  font-size: 14px;
}

.button-clear-left-2 {
  box-shadow: none;
  color: #2a2f31;
  text-align: left;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 8px;
  padding: 8px 16px 8px 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-clear-left-2:hover {
  box-shadow: none;
  color: #111314;
}

.button-clear-left-2:active {
  color: #0a3092;
  background-color: #0a3092;
}

.check-box-2 {
  width: 100%;
  height: 20px;
  margin: 0 0 10px;
}

.check-box-2.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.check-box-2.margin-bottom-20 {
  margin-top: 18px;
  margin-bottom: 15px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button-4:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-4:active {
  background-color: #111314;
}

.link-2 {
  line-height: 1.8rem;
}

.container-medium-3 {
  flex: 0 auto;
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.tagline-3 {
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.margin-bottom-40-3 {
  margin-bottom: 40px;
}

.link-3 {
  text-decoration: none;
}

._3-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.block {
  color: #808c91;
  text-align: center;
  background-color: #fff;
  border: 1px #e1e5e7;
  flex-direction: column;
  height: 100%;
  padding: 0;
  font-family: Open Sans, sans-serif;
  transition: border .2s, color .2s;
  display: flex;
  position: relative;
}

.block:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.img-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.staff-data-wrapper {
  text-align: center;
  background-color: #fffcfc;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  margin-top: -65px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #b42c2c40;
}

.text-size-small-2 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-2.date {
  display: inline-block;
}

.text-size-small-2.date.dash-divider {
  opacity: .25;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.header-title {
  float: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.header-title.text-align-center {
  text-align: center;
  text-transform: capitalize;
}

.header-title.text-align-center:hover {
  color: var(--firebrick);
}

.header-title.search-title:hover {
  text-decoration: underline;
}

.testimonial-wrapper {
  text-align: center;
}

.testimonial-wrapper.center {
  text-align: center;
  border-bottom: 1px #0000001a;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.date {
  opacity: .7;
  text-align: left;
  margin-bottom: 17px;
  font-size: .8rem;
}

.testimonial-name {
  opacity: .7;
  text-align: left;
  font-size: .9rem;
  font-weight: 600;
  line-height: 15px;
}

.pagination-wrapper-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.pagination-link-2 {
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pagination-link-2:hover {
  background-color: #111314;
}

.pagination-link-2.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.spacer-16-2 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer-16-2._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.button-outline-2 {
  color: #2a2f31;
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #4c5458;
  box-shadow: inset 0 0 0 2px #4c5458;
}

.button-outline-2:active {
  background-color: #2a2f31;
  box-shadow: inset 0 0 0 2px #2a2f31;
}

.register-block {
  border-top: 1px solid #f0f2f3;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.check-box-3 {
  width: 100%;
  height: 20px;
  margin: 0 0 10px;
}

.check-box-3.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #4c5458;
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  height: 43px;
  margin-bottom: 8px;
  padding: 11px 32px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
  box-shadow: 0 2px 8px #00000008;
}

.button-5:hover {
  background-color: #2a2f31;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-5:active {
  background-color: #111314;
}

.info-box-overlap {
  background-color: #fffcfc;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: auto;
  margin-top: -65px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #b42c2c33;
}

.info-box-overlap.padding-bottom-0 {
  flex: 1;
  padding-bottom: 0;
}

.block-2 {
  color: #808c91;
  text-align: center;
  background-color: #fff;
  border: 1px #e1e5e7;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 0;
  font-family: Open Sans, sans-serif;
  transition: border .2s, color .2s;
  display: flex;
  position: relative;
}

.block-2:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.img-profile {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.img-profile.margin-bottom-20 {
  aspect-ratio: 2 / 3;
}

.block-quote-3 {
  width: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 250px;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

.overlay {
  color: #f0f2f3;
  background-color: #f0f2f380;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay:hover {
  opacity: .2;
}

.overlay.align-bottom-left {
  color: #2a2f31;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.fa-icon-normal-2 {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.gallery-title {
  text-align: left;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3em;
  display: flex;
}

.div-block-80 {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.tagline-centre {
  text-align: center;
  text-transform: uppercase;
  max-width: 43rem;
  margin-bottom: .25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.5;
}

.project-pcontent-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  display: flex;
  position: static;
}

.fa-icon-normal-3 {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.downloads-list-wrapper {
  color: #808c91;
  text-align: left;
  background-color: #fffcfc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px 20px 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: block;
  position: relative;
  box-shadow: 0 0 5px #b42c2c33;
}

.downloads-list-wrapper:hover {
  color: #111314;
  background-color: #b42c2c14;
  border-color: #b42c2c26;
  text-decoration: none;
}

.faq2-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq2-accordion {
  opacity: .7;
  background-color: #b42c2c0d;
  border: 1px solid #b42c2c1a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  transition: opacity .3s;
}

.faq2-accordion:hover {
  opacity: 1;
}

.faq2-question {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.faq-question-title-2 {
  color: #2a2f31;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  line-height: 27px;
}

.faq2-icon {
  align-self: flex-start;
  width: 2rem;
}

.faq11_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-wrapper {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.zero-block {
  color: #808c91;
  text-align: center;
  background-color: #fffcfc;
  border: 1px solid #e1e5e700;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s, border .3s, color .3s;
  display: block;
  position: relative;
  box-shadow: 0 0 5px #b42c2c33;
}

.zero-block:hover {
  color: #111314;
  background-color: #b42c2c0d;
  border-style: solid;
  border-color: #b42c2c0d;
  text-decoration: none;
  box-shadow: 0 2px 8px #0000000d;
}

.fa-icon-medium-2 {
  color: #111314;
  margin-left: 0;
  margin-right: 0;
  font-size: 2rem;
  line-height: 1;
}

.fa-icon-medium-2.margin-bottom-20 {
  opacity: 1;
}

.mannees-red {
  color: var(--firebrick);
}

.blogpost-content-bottom {
  justify-content: center;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider-large-2 {
  background-color: #f0f2f3;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.text-box-large-2 {
  width: 100%;
  max-width: 600px;
  display: block;
}

.text-size-small-3 {
  font-size: .875rem;
}

.blogpost-tag-item {
  background-color: #0000;
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost-tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blogpost1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost1_tag-list-wrapper {
  width: 50%;
}

.breadcrumb-divider-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost-tag-list {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.blogpost1_category-link {
  color: #2a2f31;
  margin-right: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost1_category-link.w--current {
  border-bottom: 2px solid #000;
}

.breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
}

.blogpost1_author-wrapper {
  align-items: center;
  display: flex;
}

.social-link-wrapper {
  color: #b42c2ca6;
  text-align: center;
  border: 1px solid #b42c2c33;
  min-height: 48px;
  max-height: 48px;
  margin-bottom: 0;
  padding: 13px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.social-link-wrapper:hover {
  color: var(--firebrick);
  background-color: #b42c2c14;
  text-decoration: none;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.breadcrumb-link-2 {
  color: #2a2f31;
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  border-bottom: 2px solid #000;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.social-icon-3 {
  color: #111314;
  width: 24px;
  font-size: 1.2rem;
  line-height: 1em;
}

.blogpost-content-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.blogpost-image-wrapper {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.blogpost-content-bottom-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.social-icon-4 {
  color: #111314;
  width: 24px;
  font-size: 1.2rem;
  line-height: 1em;
}

.div-block-81 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

._1-2-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.member-profile-wrapper {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: sticky;
  top: 0;
}

.social-link-wrapper-2 {
  padding: 13px;
  display: inline-block;
}

.social-link-wrapper-2:hover {
  text-decoration: none;
}

.div-block-82 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.text-block-4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.div-block-83 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.field-wrap {
  flex: 1;
}

.multi-field-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: flex;
}

.project-subtitle {
  font-size: 1.4rem;
}

.divider-small-2 {
  background-color: #f0f2f3;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tag {
  background-color: #f0f2f3;
  border: 1px solid #808c91;
  border-radius: 3px;
  height: 43px;
  margin-bottom: 6px;
  padding: 11px 32px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  display: inline-block;
}

.img-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.date-2 {
  color: #fff;
  font-size: 1.4rem;
}

.text-block-5 {
  color: #fff;
}

.paragraph-4 {
  color: #333;
}

.img-wrapper-1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 220px;
  padding: 3px;
  display: flex;
}

.link-block {
  width: 100%;
}

.link-block:hover {
  text-decoration: none;
}

.container-medium-4 {
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-91 {
  background-color: #a11e1d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 9px;
  display: flex;
}

.blog-grid {
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  margin-bottom: 30px;
  transition: transform .3s;
}

.blog-grid:hover {
  transform: scale(.98);
}

.blog-data-wrapper:hover {
  color: #333;
}

.pagination-wrapper-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 0;
  display: flex;
}

.pagination-link-3 {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: .375rem;
  margin-right: .375rem;
  font-size: .8rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.pagination-link-3:hover {
  background-color: #de1814;
}

.pagination-link-3.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.div-block-92 {
  max-width: 43rem;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.timeline-wrapper {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.timeline {
  background-color: var(--firebrick);
  opacity: .2;
  width: 4px;
  height: auto;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.timeline-feb {
  z-index: 30;
  flex: none;
  width: 47%;
  position: relative;
}

.timeline-dot {
  z-index: 24;
  box-shadow: 0 0 0 4px var(--firebrick);
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 30px 0% auto;
}

.timeline-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.7rem;
  position: sticky;
  top: 20px;
}

.timeline-date {
  color: var(--firebrick);
  letter-spacing: 2px;
}

.event-heading {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6;
}

.timeline-item {
  color: #333;
  margin-bottom: 40px;
  font-size: 14px;
}

.timeline-item:hover {
  color: var(--firebrick);
  text-decoration: none;
}

.months {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.timeline-jan, .timeline-mar {
  z-index: 30;
  flex: none;
  width: 47%;
  position: relative;
}

.timeline-apr {
  z-index: 30;
  width: 47%;
  position: relative;
}

.timeline-may, .timeline-jun, .timeline-jul, .timeline-aug, .timeline-sep, .timeline-oct, .timeline-nov, .timeline-dec {
  z-index: 30;
  flex: none;
  width: 47%;
  position: relative;
}

.month-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

._47 {
  width: 47%;
}

.tl-fade {
  background-image: linear-gradient(#fff0, #fff 50%);
  min-height: 40px;
  max-height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-top-30 {
  margin-top: 30px;
}

.lightbox-link-3 {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.form-2 {
  margin-bottom: 40px;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 34px;
}

.gallery-title-2 {
  text-align: left;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
}

.search-tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #afb7bb;
  flex: 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 4px;
  padding: 15px 20px 15px 0;
  font-size: 1rem;
  transition: border-color .2s, color .2s;
}

.search-tab-link:hover {
  color: #2a2f31;
  border-bottom-color: #4c5458;
}

.search-tab-link.w--current {
  border-bottom-color: var(--firebrick);
  opacity: 1;
  color: var(--firebrick);
  background-color: #0000;
  padding-right: 30px;
  font-weight: 700;
}

.search-results-wrapper {
  border-bottom: 1px dotted #e1e5e7;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.search-results-wrapper:hover {
  text-decoration: none;
}

.margin-bottom-20-2 {
  margin-bottom: 20px;
}

.pagination-link-4 {
  color: #fff;
  background-color: #4c5458;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.pagination-link-4:hover {
  background-color: #111314;
}

.pagination-link-4.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.download-icon-2 {
  margin-top: 10px;
  margin-left: 20px;
  line-height: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.search-results-note {
  color: #333;
  width: 100%;
  max-width: none;
  font-size: .9rem;
  font-style: italic;
}

.type-text {
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.search-button-2 {
  color: #2a2f31;
  background-color: #afb7bb;
  border-radius: 0 3px 3px 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: .8rem;
  transition: background-color .3s;
}

.search-button-2:hover {
  color: #f0f2f3;
  background-color: #2a2f31;
}

.tab-menu {
  margin-bottom: 30px;
}

.block-3 {
  color: #808c91;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e1e5e7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: border .2s, color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.block-3:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.arrow, .image-4 {
  width: 20px;
}

.form-block, .form-block-2, .form-block-3 {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.content-wrap {
  max-width: 68rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.content-title {
  text-align: center;
  padding-bottom: 30px;
}

.paragraph-5 {
  color: #fff;
  margin-top: 20px;
}

.highlight {
  color: var(--firebrick);
}

.about-us {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.img-container {
  display: flex;
}

.img-container._50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  position: sticky;
  top: 25px;
}

._50 {
  width: 50%;
}

.div-block-95 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.link-4 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.div-block-96 {
  margin-bottom: 10px;
}

.img-wrapper {
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  height: 100%;
}

.about-intro {
  margin-top: 10px;
}

.text-block-6 {
  margin-bottom: 5px;
  font-weight: 500;
}

.div-block-97 {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
}

.div-block-98 {
  width: 100%;
  height: 310px;
  max-height: 350px;
}

.div-block-99 {
  position: relative;
}

.divider-absolute {
  opacity: .5;
  border: 1px dashed #000;
  width: 1px;
  height: 100%;
  position: absolute;
}

.divider-absolute.left {
  border-right-color: var(--firebrick);
  border-left-style: none;
  inset: 0% auto 0% 32.8%;
}

.divider-absolute.right {
  border-right-style: none;
  border-left-color: var(--firebrick);
  inset: 0% 32.8% 0% auto;
}

.client-name {
  font-size: 18px;
  font-weight: 700;
}

.div-block-100 {
  margin-top: 20px;
}

.paragraph-6 {
  margin-bottom: 5px;
  overflow: hidden;
}

.div-block-101 {
  padding: 10px 20px;
}

.div-block-79-copy {
  background-color: #000;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-102 {
  width: 33%;
}

.div-block-103 {
  display: flex;
}

.product-name {
  float: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.product-name.text-align-center {
  text-align: center;
  text-transform: capitalize;
}

.product-name.text-align-center:hover {
  color: var(--firebrick);
}

.product-name.search-title:hover {
  text-decoration: underline;
}

.paragraph-7 {
  opacity: .8;
  margin-bottom: 5px;
}

.text-block-7 {
  opacity: .9;
  color: #b42c2c;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.text-block-8 {
  color: var(--firebrick);
  text-align: center;
  max-width: 43rem;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 27px;
}

.bold-text {
  font-weight: 600;
}

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

.div-block-104 {
  margin-top: 1rem;
  margin-bottom: 2.8rem;
}

.locations-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto 0;
  display: grid;
  position: relative;
}

.locations-grid.margin-bottom-40 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-9 {
  color: var(--yellow);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-105 {
  background-color: #b42c2c14;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.opening-hrs {
  font-size: 1.2rem;
}

.div-block-106 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-107 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.f-slash {
  color: #fff;
  margin-bottom: .5625rem;
  font-size: .875rem;
  line-height: 1.5;
}

.f-slash.date {
  margin-bottom: 5px;
  display: inline-block;
}

.f-slash.link-white {
  color: #fff;
}

.f-slash.link-white:hover {
  color: var(--yellow);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.project-image-wrapper {
  width: 100%;
  height: 360px;
  max-height: 360px;
}

.back-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: flex;
}

.back-link {
  color: #fff;
  background-color: #4c5458;
  border-radius: .1875rem;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: .8rem;
  transition: background-color .3s;
  display: flex;
}

.back-link:hover {
  background-color: var(--firebrick);
}

.back-link.w--current {
  background-color: #808c91;
  font-size: .8rem;
}

.div-block-108 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

._3-grid-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: grid;
  position: relative;
}

.info-box-overlap-copy {
  background-color: #fffcfc;
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 450px;
  padding: 10px;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
  box-shadow: 0 0 4px #b42c2c33;
}

.info-box-overlap-copy.padding-bottom-0 {
  flex: 1;
  padding-bottom: 0;
}

.product-name-big {
  float: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.product-name-big.text-align-center {
  text-align: center;
  text-transform: capitalize;
}

.product-name-big.text-align-center:hover {
  color: var(--firebrick);
}

.product-name-big.search-title:hover {
  text-decoration: underline;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.1rem;
  font-weight: 700;
}

.div-block-109 {
  margin-bottom: 20px;
}

.list {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 18px;
}

.link-5 {
  margin-top: 10px;
}

.about-member {
  margin-top: 20px;
  margin-bottom: 20px;
}

.img-copy {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
}

.product-category {
  color: #808c91;
  text-align: center;
  background-color: #fff;
  border: 1px #e1e5e7;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 0;
  font-family: Open Sans, sans-serif;
  transition: border .2s, color .2s;
  display: flex;
  position: relative;
}

.product-category:hover {
  color: #111314;
  border-color: #111314;
  text-decoration: none;
}

.content-wrap-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  max-width: 68rem;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-link {
  color: #333;
  background-color: #b42c2c14;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  font-size: .9rem;
  display: flex;
}

.img-abt-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.img-abt-wrap.rev {
  flex-flow: row-reverse;
}

.div-block-110 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .88;
  flex-flow: column;
  transition: opacity .3s;
  display: flex;
  position: sticky;
  top: 30px;
}

.div-block-110:hover {
  opacity: 1;
}

.div-block-111 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-112 {
  opacity: .16;
  border: 1px #000;
  border-bottom: 1px dotted #380000;
  width: 100%;
  height: 0;
  margin-top: 5px;
  margin-bottom: 20px;
}

.ct-dat {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ffffff08;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 10px #0000000d;
}

.div-block-114 {
  text-align: center;
  padding-top: 40px;
}

.form-block-4 {
  background-color: #ffffff08;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 40px;
  box-shadow: 0 0 15px #0000000d;
}

.input-wrapper {
  flex: 1;
}

.multi-input {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.nf-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 260px;
  padding-top: 4px;
  padding-bottom: 0;
  display: flex;
}

.numbers {
  max-height: 23px;
  padding-top: 1px;
  transition: max-height .3s;
  overflow: hidden;
}

.div-block-115 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.code-embed {
  transition: max-height .3s;
}

.text-block-10 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  display: flex;
}

.text-span {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
}

.more-nums {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  opacity: .9;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 25px;
  transition: height .2s;
  display: flex;
  overflow: hidden;
}

.hours {
  text-align: center;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
}

.titlr-black {
  color: #333;
  margin-top: 0;
  margin-bottom: 23px;
  font-size: 1.9rem;
}

.div-block-116 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.div-block-117 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.div-block-118 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.soc {
  color: var(--firebrick);
  -webkit-text-stroke-width: .25px;
  background-color: #b42c2c1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.soc:hover {
  color: #fff;
  background-color: #b42c2c;
  text-decoration: none;
}

.soc.mod {
  -webkit-text-stroke-width: 0px;
  font-size: 16px;
}

.soc-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  line-height: 1;
  display: flex;
}

.soc-head {
  color: #fff;
  background-color: #ffffff1a;
}

.soc-head:hover {
  color: var(--firebrick);
  background-color: #fff;
}

.list-item-3 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .small-button-light, .small-button-outline {
    position: relative;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xxlarge {
    font-size: 3rem;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .margin-bottom-100 {
    margin: 0 0 3.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-left {
    justify-content: flex-start;
    align-items: center;
  }

  .button-light {
    font-size: 1.125rem;
    line-height: 1.4;
    position: relative;
  }

  .button-disabled {
    position: relative;
  }

  .sg-menu-brand {
    margin-top: .25rem;
    margin-bottom: 1rem;
  }

  .sg-menu-brand.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-block {
    margin-bottom: 2.5rem;
  }

  .button {
    position: relative;
  }

  .sg-nav-container {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 100%;
    display: flex;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .sg-nav {
    z-index: 10;
    background-color: #f0f2f3;
    border-right-style: none;
    width: 100%;
    height: 5rem;
    padding-top: 0;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sg-menu-button {
    margin-right: .75rem;
    padding: .9375rem;
  }

  .sg-menu-button.w--open {
    color: #356af0;
    background-color: #d0e8ff;
    border-radius: 2.5rem;
  }

  .sg-menu-icon {
    font-size: 2rem;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  ._2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    margin-left: 0;
  }

  ._2-grid.margin-bottom-40 {
    margin-left: 0;
    margin-right: 0;
  }

  ._4-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .column, .column.desk-5 {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .column.desk-7.tab-8 {
    width: 66.6667%;
  }

  .scroll-segment-1 {
    overflow: visible;
  }

  ._2-1-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .small-button {
    position: relative;
  }

  ._1-2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .button-clear-left, .button-grey {
    position: relative;
  }

  ._3-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .button-clear {
    position: relative;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f0f2f3;
    border-bottom: .0625rem solid #e1e5e7;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
    position: absolute;
    inset: 5rem auto auto 0%;
    box-shadow: 0 3px .3125rem #0000000d;
  }

  .note-text {
    color: #808c91;
  }

  .button-outline {
    position: relative;
  }

  .content-container-top {
    max-width: 45.5rem;
    padding-left: 19px;
    padding-right: 19px;
  }

  .download-icon.special {
    margin-left: -1.25rem;
    font-size: 11.875rem;
    line-height: 11.875rem;
    left: -1.125rem;
  }

  .member-image {
    height: 16.25rem;
  }

  .text-2.special {
    margin-left: -2.6875rem;
    font-size: 11.875rem;
    line-height: 11.875rem;
    left: -1.125rem;
  }

  .text-2.title {
    max-height: 12.5rem;
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .nav-link {
    border-bottom: .0625rem solid #ffffff26;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-link.w--current {
    border-bottom: .0625rem solid #ffffff26;
  }

  .nav-link.login {
    display: block;
  }

  .nav-link.search {
    display: none;
  }

  .nav-link.mobile-search {
    display: block;
  }

  .button-2.search {
    width: 100%;
    height: 3.4375rem;
    display: block;
  }

  .signed-in-message-wrapper {
    width: 90%;
  }

  .year-wrapper {
    justify-content: center;
    margin-bottom: 1.5625rem;
  }

  .nav-wrapper {
    width: 90%;
  }

  .wrapper-2 {
    padding-left: 0;
  }

  .link.wrapper {
    padding-left: 3.125rem;
  }

  .year-h4 {
    margin-left: .625rem;
    margin-right: .625rem;
    font-size: 2.75rem;
    line-height: 2.8125rem;
  }

  .content-wrapper {
    flex: 1;
  }

  .search-wrapper {
    align-items: center;
  }

  .login-content-wrapper {
    width: 50%;
  }

  .field.search-popup {
    margin-bottom: .625rem;
  }

  .dropdown-list.w--open {
    background-color: #b42c2c;
  }

  .h2 {
    text-align: center;
  }

  .dropdown-link {
    border-bottom: .0625rem solid #ffffff26;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .dropdown-link:hover {
    background-color: #ffffff26;
  }

  .search-bar-wrapper {
    flex-direction: column;
    width: 50%;
    height: auto;
    display: flex;
  }

  .login-wrapper {
    align-items: center;
    display: none;
  }

  .nav-menu {
    background-color: #333;
    border: .0625rem solid #333;
  }

  .card-wrapper {
    width: 100%;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .image-wrapper {
    height: 21.25rem;
  }

  .menu-button {
    color: #fff;
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  .menu-button.w--open {
    color: #b42c2c;
    background-color: #fff;
  }

  .arrow-link {
    font-size: 1.875rem;
  }

  .close-wrapper {
    width: 50%;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .card-wrapper-full {
    width: 100%;
    padding: 3.75rem;
  }

  .div-block-78 {
    min-width: 0;
  }

  .div-block-79 {
    margin-left: 0;
    margin-right: 0;
  }

  .main-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-3 {
    position: relative;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .padding-vertical, .team10_component {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team10_mask {
    width: 50%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-logo-center {
    padding-bottom: 5px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    display: none;
    position: relative;
  }

  .navbar-brand-three.mob {
    display: block;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    margin-top: -5px;
    top: 70px;
  }

  .nav-menu-three {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff;
    border-radius: 0;
    flex-flow: column;
    place-content: flex-end center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .nav-menu-block {
    flex-direction: row;
  }

  .nav-menu-block.l, .nav-menu-block.r {
    justify-content: center;
    align-items: center;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    color: var(--firebrick);
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--firebrick);
    color: #fff;
    text-align: center;
  }

  .inner-hero-section {
    background-image: linear-gradient(#b42c2cb3, #b42c2cb3), linear-gradient(#0000, #0000), url('../images/man-bread-bg.webp');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .container-medium-2 {
    max-width: 728px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  .icon-2 {
    text-align: center;
  }

  ._2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .button-clear-left-2, .button-4 {
    position: relative;
  }

  .container-medium-3 {
    max-width: 728px;
    margin-top: 30px;
  }

  ._3-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .block {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .testimonial-wrapper.center {
    text-align: center;
  }

  .button-outline-2, .button-5 {
    position: relative;
  }

  .block-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .gallery-title {
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .downloads-list-wrapper {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .zero-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blogpost-image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  ._1-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0;
  }

  .gallery-title-2 {
    font-size: 1.1rem;
    line-height: 1.3em;
  }

  .block-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .about-us {
    flex-direction: column;
  }

  .img-container._50, .about-intro._50 {
    width: auto;
  }

  .div-block-79-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .locations-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .locations-grid.margin-bottom-40 {
    margin-left: 0;
    margin-right: 0;
  }

  ._3-grid-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-left: 0;
  }

  .info-box-overlap-copy {
    max-height: 350px;
  }

  .product-category {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 2rem;
  }

  .faq-icon {
    width: 1.75rem;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .sg-content {
    margin-left: 0;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .margin-bottom-100, .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pagination-link {
    width: 3.125rem;
    height: 3.125rem;
  }

  .tabs-menu-left {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 1.25rem;
  }

  .paragraph {
    font-size: .9375rem;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: .625rem;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .sg-footer-section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .left-tab-link {
    border-bottom-width: 0;
    border-radius: .625rem;
    width: auto;
  }

  .ds-colour-block {
    width: 25%;
  }

  .sg-section {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .tab-title {
    display: none;
  }

  ._2-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0;
  }

  .para-large {
    font-size: 1.4rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  ._4-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-4 {
    width: 100%;
  }

  .column.desk-7.tab-8.mob-6 {
    width: 50%;
  }

  ._2-1-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  ._1-2-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .button-clear-left {
    margin-left: 0;
    margin-right: 0;
  }

  ._3-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .para-small {
    font-size: .9375rem;
  }

  .button-clear {
    margin-left: 0;
    margin-right: 0;
  }

  .fa-icon-small.text-color-red {
    padding-left: 6px;
    font-size: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .sg-menu {
    background-color: #fff;
  }

  .note-text {
    font-size: .8rem;
    line-height: 1.4em;
  }

  .field-block {
    min-height: auto;
  }

  .content-container-top {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .download-icon.special {
    width: 4.6875rem;
    height: 4.375rem;
    display: none;
    left: -.125rem;
  }

  .download-link.wrapper {
    padding-left: 0;
  }

  .dashed-divider-wrapper {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }

  .alert-inner-wrapper {
    flex-direction: row;
  }

  .member-image {
    height: 20.625rem;
  }

  .text-2.special {
    display: none;
  }

  .text-2.title {
    max-height: 5rem;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .text-2.title.download {
    max-height: none;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }

  .relative-wrapper {
    padding-left: 0;
  }

  .nav-link.login {
    display: none;
  }

  .nav-link.mobile-login, .nav-link.mobile-search-2 {
    display: block;
  }

  .nav-link.mobile-search {
    display: none;
  }

  .button-2.search {
    float: none;
  }

  .branding {
    padding-left: 0;
  }

  .logout-link {
    text-align: center;
  }

  .nav-wrapper {
    width: 100%;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wrapper-2.footer {
    margin-bottom: 23px;
    position: static;
  }

  .link.wrapper {
    padding-left: 0;
  }

  .content-section {
    padding: 0;
  }

  .content-wrapper {
    padding: 1.5625rem 3.75rem;
  }

  .content-wrapper.login {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .search-wrapper {
    padding: 1.875rem;
    overflow: auto;
  }

  .login-content-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .hide-link {
    text-align: center;
  }

  .tab-menus {
    width: 4.0625rem;
  }

  .h1 {
    line-height: 3.9rem;
  }

  .search-bar-wrapper {
    width: 100%;
    height: auto;
  }

  .login-wrapper {
    padding: 1.875rem;
    display: none;
    overflow: auto;
  }

  .card-wrapper {
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 2.5rem 1.2rem;
  }

  .nav-section {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .download-wrapper {
    padding-left: 0;
  }

  .close-wrapper {
    display: none;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null);
    height: auto;
    padding-top: 11.475rem;
    display: block;
  }

  .opening-times {
    margin-bottom: 10px;
  }

  .div-block-77 {
    height: 33rem;
  }

  .quick-stack {
    text-align: left;
  }

  .card-wrapper-full {
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 2.5rem .9375rem;
  }

  .div-block-78 {
    height: 50dvh;
  }

  .paragraph-3 {
    text-align: left;
  }

  ._5-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .opening-times-dash {
    margin-bottom: 10px;
    display: none;
  }

  .team10_arrow.left {
    right: 3.5rem;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .team10_mask {
    width: 80%;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-wrapper-three {
    text-align: right;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    position: absolute;
    inset: 70px 0% 0% auto;
  }

  .nav-menu-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0 0 20px 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 20px;
    padding: 10px;
  }

  .nav-menu-block {
    flex-direction: column;
    align-items: flex-end;
    padding-left: 0;
    font-size: 17px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: inline-block;
  }

  .nav-dropdown {
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 16px;
  }

  .nav-dropdown-toggle.w--open {
    justify-content: flex-end;
    width: 100%;
  }

  .nav-dropdown-icon {
    margin-right: 0;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-link {
    padding-right: 0;
    font-size: 15px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button-2 {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: var(--firebrick);
  }

  .inner-hero-section {
    background-image: linear-gradient(to bottom, null, null);
    height: auto;
    padding-top: 11.475rem;
    display: block;
  }

  .container-medium-2 {
    margin-top: 60px;
  }

  .inner-title {
    line-height: 3.9rem;
  }

  .block-quote-2 {
    background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/quotes.svg');
    background-size: auto, 70px;
    padding-top: 40px;
    padding-left: 20px;
    font-size: 2rem;
  }

  .list-item-2 {
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    font-size: .8rem;
  }

  ._2-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button-clear-left-2 {
    margin-left: 0;
    margin-right: 0;
  }

  ._3-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .block {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .testimonial-wrapper.center {
    padding: 20px;
  }

  .pagination-link-2 {
    width: 50px;
    height: 50px;
  }

  .block-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .downloads-list-wrapper {
    padding-top: 25px;
  }

  .faq2-question {
    padding: 1rem 1.25rem;
  }

  .faq2-icon {
    width: 28px;
  }

  .faq11_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .zero-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  ._1-2-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .img-wrapper-1 {
    height: 350px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .pagination-link-3 {
    width: 3.125rem;
    height: 3.125rem;
  }

  .event-heading {
    font-size: 1.125rem;
  }

  .grid-10 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .search-tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .search-tab-link.w--current {
    background-color: #e1e5e7;
  }

  .pagination-link-4 {
    width: 50px;
    height: 50px;
  }

  .tab-menu {
    flex-wrap: wrap;
    display: flex;
  }

  .block-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .divider-absolute {
    display: none;
  }

  .paragraph-6 {
    min-height: auto;
    max-height: none;
  }

  .div-block-101 {
    padding-left: 0;
    padding-right: 0;
  }

  .locations-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .div-block-107 {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
  }

  .back-link {
    padding: 17px;
    font-size: 1rem;
  }

  ._3-grid-copy {
    grid-column-gap: .625rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .product-category {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nf-box {
    max-width: 330px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.8rem;
  }

  .margin-bottom-140 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xxlarge {
    font-size: 2.2rem;
  }

  .search-button {
    border-radius: .375rem;
  }

  .fa-icon-large {
    color: #2a2f31;
  }

  .margin-bottom-100, .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-light, .button-disabled {
    width: 100%;
    font-size: 1rem;
  }

  .sg-menu-brand {
    margin-left: 1rem;
  }

  .button {
    width: 100%;
    font-size: 1rem;
  }

  .heading-large {
    font-size: 1.8rem;
  }

  .sg-footer-section, .sg-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sg-menu-button {
    margin-right: .25rem;
  }

  .heading-xlarge {
    font-size: 2rem;
  }

  .gs-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-title {
    display: none;
  }

  ._2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-top: 2.5rem;
    margin-right: 0;
  }

  .color-block {
    margin-bottom: 1.25rem;
  }

  .heading-xsmall {
    font-size: 1.3rem;
  }

  ._4-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-1, .column.desk-2, .column.desk-5, .column.desk-9, .column.desk-11, .column.desk-3, .column.desk-8, .column.desk-10, .column.desk-7.tab-8.mob-6 {
    width: 100%;
  }

  ._2-1-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-input {
    width: 100%;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .color-blue {
    margin-bottom: 1.25rem;
  }

  ._1-2-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .heading-medium {
    font-size: 1.6rem;
  }

  .button-clear-left, .button-grey {
    width: 100%;
    font-size: 1rem;
  }

  ._3-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .fontawesome-icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .button-clear, .button-outline {
    width: 100%;
    font-size: 1rem;
  }

  .content-container-top {
    max-width: none;
  }

  .download-icon.special {
    width: 2.8125rem;
    height: 3.125rem;
    position: relative;
  }

  .download-link.wrapper {
    padding-left: 0;
  }

  .dashed-divider-wrapper {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .alert-inner-wrapper {
    flex-flow: row;
    width: 90%;
  }

  .alert-flex-wrapper {
    flex-direction: row;
    align-items: stretch;
    display: flex;
  }

  .tab-month {
    padding-left: 0;
  }

  .text-2.title {
    max-height: 10rem;
  }

  .text-2.title.download {
    margin-top: .625rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .nav-link.login {
    display: block;
  }

  .nav-link.mobile-login, .nav-link.mobile-search-2 {
    display: none;
  }

  .nav-link.mobile-search {
    display: block;
  }

  .button-2.search, .button-2.login {
    width: 100%;
  }

  .logout-link, .event-description-para {
    display: none;
  }

  .content-section {
    padding: 0;
  }

  .content-wrapper, .search-wrapper {
    padding: 1.875rem;
  }

  .login-content-wrapper {
    height: auto;
  }

  .hide-link {
    align-items: center;
    display: flex;
  }

  .field {
    margin-bottom: .6875rem;
  }

  .tab-menus {
    width: 3.4375rem;
  }

  .h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  .checkbox-field {
    margin-bottom: .3125rem;
  }

  .instruct-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .search-bar-wrapper {
    height: auto;
  }

  .login-wrapper {
    overflow: auto;
  }

  .card-wrapper {
    box-shadow: none;
    width: 100%;
    padding: 80px 15px;
  }

  .image-wrapper {
    height: 18.75rem;
  }

  .hero-section {
    background-image: linear-gradient(to bottom, null, null);
    padding-top: 5.55rem;
    padding-bottom: 5.55rem;
  }

  .img {
    display: inline-block;
  }

  .grid-pic-wrapper, .div-block-77 {
    height: auto;
  }

  .card-wrapper-full {
    box-shadow: none;
    width: 100%;
  }

  .main-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .button-3 {
    width: 100%;
    font-size: 16px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team10_image-wrapper {
    padding-top: 66%;
  }

  .team10_mask {
    width: 95%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-logo-center {
    padding-bottom: 5px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    max-width: none;
  }

  .inner-hero-section {
    background-attachment: scroll;
  }

  .container-medium-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .inner-title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }

  ._2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
    margin-right: 0;
  }

  .form-input-2 {
    width: 100%;
  }

  .button-clear-left-2, .button-4 {
    width: 100%;
    font-size: 16px;
  }

  .container-medium-3 {
    max-width: none;
  }

  ._3-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .block {
    padding: 0;
  }

  .testimonial-wrapper.center {
    width: 100%;
    padding: 0;
  }

  .button-outline-2 {
    width: 100%;
    font-size: 16px;
  }

  .register-block {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .button-5 {
    width: 100%;
    font-size: 16px;
  }

  .block-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-profile {
    display: inline-block;
  }

  .downloads-list-wrapper, .zero-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blogpost-content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .blogpost-tag-list {
    justify-content: flex-start;
  }

  .blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost-content-top, .blogpost-content-bottom-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  ._1-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .img-wrapper-1 {
    height: 250px;
  }

  .event-heading {
    font-size: 1.3rem;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .search-button-2 {
    border-radius: 6px;
  }

  .tab-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-container._50 {
    flex-direction: column;
  }

  .div-block-95 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .locations-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-right: 0;
  }

  .div-block-107 {
    grid-column-gap: 16px;
  }

  .f-slash {
    display: none;
  }

  .back-link {
    width: 100%;
  }

  ._3-grid-copy {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .img-copy {
    display: inline-block;
  }

  .product-category {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nf-box {
    max-width: 170px;
  }
}

#w-node-f13b7324-caaa-f22b-385f-6162d56e9d06-9cecebfe, #w-node-_644f8bc5-8a5c-2770-f6cb-f2415e1aeca9-9cecebfe, #w-node-_93560599-8bfa-fea3-741d-af76004c3d8d-9cecebfe, #w-node-a0c9b42a-76a8-819f-008d-77887659dfc0-9cecebfe, #w-node-ab8b3d9b-2f83-f016-9715-f2bfbfc0ae3d-9cecebfe, #w-node-d551a498-ed61-f2ed-c49b-6abb5a623850-9cecebfe, #w-node-e9c1a782-2813-f10f-8f92-d7a1ad3a219b-9cecebfe, #w-node-_930da029-fbdc-a004-3c77-bc32039591a9-9cecebfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70a-9cecebfe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70c-9cecebfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70e-9cecebfe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70f-9cecebfe, #w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c711-9cecebfe, #w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c713-9cecebfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-9cecebfe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3221-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f322e-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f323b-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3248-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3255-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3262-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f326f-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f327c-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3289-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3296-2edb2939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f343a-2edb2939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f343b-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f343c-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f343d-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f343e-2edb2939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3449-2edb2939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f344a-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f344b-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f344c-2edb2939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3456-2edb2939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3457-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3458-2edb2939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3461-2edb2939 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3462-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3463-2edb2939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f346c-2edb2939 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f346d-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f346e-2edb2939 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3c47520-39ad-7157-761c-7f63f28f3698-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f369c-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36a7-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36b1-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36bb-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36c5-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36d3-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36d6-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36d9-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36dc-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36df-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36e2-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36e5-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36e8-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36eb-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36ee-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36f1-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36f4-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36f7-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36fa-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f36fd-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3700-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3703-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3706-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3709-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f370c-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f370f-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3712-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3715-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3718-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f371b-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f371e-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3721-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3724-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3727-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f372a-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f372d-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3730-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3733-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3736-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3739-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f373c-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f373f-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3742-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3745-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3748-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f374b-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f374e-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3751-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3754-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3757-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f375a-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f375d-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3769-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f376c-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f376f-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3772-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3775-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3778-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f377b-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f377e-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3781-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3784-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3787-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f378a-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f378d-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3790-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f3793-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f379f-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37a2-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37a5-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37a8-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37ab-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37ae-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37b1-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37b4-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37b7-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37ba-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37bd-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37c0-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37c3-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37c6-2edb2939, #w-node-e3c47520-39ad-7157-761c-7f63f28f37c9-2edb2939 {
  justify-self: auto;
}

#w-node-_4bdf6e4c-f05e-83a4-677a-641fcae8f6d3-90e55b09, #w-node-_2513254f-50f6-edba-31e1-cba61a727164-90e55b09, #w-node-_50e125c9-565a-4afd-db09-4c6a75ebae25-90e55b09, #w-node-_50e125c9-565a-4afd-db09-4c6a75ebae30-90e55b09, #w-node-_50e125c9-565a-4afd-db09-4c6a75ebae3b-90e55b09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cfb0f710-249c-6056-7da6-03b59e33aa3d-56432e89, #w-node-_15ecf131-551c-b369-5b6f-f9f5615381f3-56432e89, #w-node-_5d898099-1e97-7c66-7ad1-c2cee7538974-56432e89, #w-node-_04c0f5f9-dd95-ab45-4159-07d5924d0b5d-56432e89 {
  align-self: stretch;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-f2fc6d15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1416c14c-fff8-89b5-97d1-11fcaf983c0d-f2fc6d15, #w-node-_5146c4c5-d8b4-df62-831c-e5da0a6933f1-f2fc6d15, #w-node-_4f17fb06-2e6a-47e6-2e20-16737abaa9e4-f2fc6d15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16dfdda8-1150-a951-6723-da5cec4ab1ac-c86f154e {
  justify-self: end;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-c86f154e, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-cc9d9415, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-422a9d44, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-2ba4c0ce {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74e8e437-f22f-9cb0-e609-92451c7c886e-2ba4c0ce, #w-node-_959d90dc-310e-29a1-a1e2-9a668aad2858-2ba4c0ce, #w-node-_5da53d14-ca60-dd80-6ca2-1106dbe18a28-2ba4c0ce {
  align-self: stretch;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-581c42eb, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-1b005082, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-7598b175, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-61e9f0ae, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-6be6ef03 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_64e7f3f9-9c14-c48b-1ce8-dd9f2b6892f3-6be6ef03, #w-node-_64e7f3f9-9c14-c48b-1ce8-dd9f2b689312-6be6ef03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-2c272bb1, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-2c686e31, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-908b6d80 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5b311509-7d3f-c76e-85a9-5aa31360dec8-908b6d80, #w-node-_64e7f3f9-9c14-c48b-1ce8-dd9f2b689312-908b6d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-81e95c6e, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-8033f777, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-8940c8a8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5b311509-7d3f-c76e-85a9-5aa31360dec8-8940c8a8, #w-node-_64e7f3f9-9c14-c48b-1ce8-dd9f2b689312-8940c8a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-744b125e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_17301ee3-7ca2-7d30-afe3-6ea6d7858f1e-744b125e, #w-node-f8b350ba-e952-885f-7de3-4df0669fdaab-744b125e, #w-node-_1fa0b02a-5139-436e-00dc-6198253b1374-744b125e, #w-node-_09c71b3d-7c8f-1ec4-35a0-38593dc1e5f8-744b125e {
  align-self: stretch;
}

#w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-dc560866, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-6c8fc06c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70a-9cecebfe, #w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70e-9cecebfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-9cecebfe, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-f2fc6d15, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-c86f154e, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-cc9d9415, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-422a9d44, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-2ba4c0ce, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-581c42eb, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-1b005082, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-7598b175, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-61e9f0ae, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-6be6ef03, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-2c272bb1, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-2c686e31, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-908b6d80, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-81e95c6e, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-8033f777, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-8940c8a8, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-744b125e, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-dc560866, #w-node-_77a46937-7d46-89b9-ab1c-6bae9eb834b6-6c8fc06c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1cc4ef85-96f7-1373-e705-3a8efee9c70a-9cecebfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}