/*********************
BREAKPOINTS
*********************/
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
html, body {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
}

body {
  font-size: 16px;
  line-height: 23px;
  scroll-behavior: smooth;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: futura-pt, sans-serif;
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: var(--text);
  transition: all 300ms ease;
  position: relative;
  background-color: var(--paper);
}
body.BGColour {
  background-color: var(--page-bg);
}
@media (min-width: 1300px) {
  body {
    font-size: 21px;
    line-height: 28px;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  overflow-x: hidden;
}
@media (min-width: 1300px) {
  main {
    overflow-x: visible;
  }
}

ol li {
  padding-left: 0.625rem;
}

ul.simple_list {
  padding: 0 !important;
  list-style: none;
  margin-bottom: 1.25rem;
}

.upper {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--subs);
  letter-spacing: -0.2px;
  font-weight: 400;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 500;
}

h1 {
  font-size: 2.4em;
  margin: 2.5rem 0 1.25rem 0;
}
h1.LgH1 {
  font-size: 2.5em;
  line-height: 0.94em;
  letter-spacing: -0.2px;
  margin: 2.5rem 0 1.25rem 0;
}
@media (min-width: 1300px) {
  h1.LgH1 {
    font-size: 3.2em;
    line-height: 0.94em;
    letter-spacing: -1.2px;
    margin: 2.5rem 0 2.5rem 0;
  }
}

h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 2.5rem 0 0.8333333333rem 0;
}

h3 {
  font-size: 1.5em;
  margin: 2.5rem 0 0.3125rem 0;
  line-height: 1.1em;
}

h4 {
  font-size: 1.2em;
  line-height: 1.1em;
  margin: 2.5rem 0 0.625rem 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
h4.gridcss_helpers_title {
  color: white;
}

h5 {
  font-size: 1em;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 2.5rem 0 0.8333333333rem 0;
}
h5.top_title {
  margin-bottom: 0.8333333333rem;
  text-transform: uppercase;
}

h6 {
  font-size: 0.65em;
  line-height: 1.45em;
  margin: 2.5rem 0 1.25rem 0;
}

.center_fix {
  align-items: center;
  justify-content: center;
}

.SectionSpace h1:first-child, .SectionSpace h2:first-child, .SectionSpace h3:first-child, .SectionSpace h4:first-child, .SectionSpace h4:first-child, .SectionSpace h5:first-child, .row h1:first-child, .row h2:first-child, .row h3:first-child, .row h4:first-child, .row h4:first-child, .row h5:first-child, .projectTabs h1:first-child, .projectTabs h2:first-child, .projectTabs h3:first-child, .projectTabs h4:first-child, .projectTabs h4:first-child, .projectTabs h5:first-child {
  margin-top: 0px;
}
.SectionSpace p, .row p, .projectTabs p {
  margin-bottom: 1.25rem;
}

a, *:hover, *:focus, *:active {
  text-decoration: none !important;
  outline: none !important;
}

a {
  color: var(--buttons);
  transition: all 0.2s linear;
}

a:hover {
  color: var(--buttons) !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

a:visited {
  color: var(--buttons);
}

a:active, a:focus {
  color: var(--buttons);
}

p:last-child {
  margin-bottom: 0px;
}

.caption {
  font-size: 0.65em !important;
  margin-top: 0.3125rem 0 0.625rem 0;
  font-weight: 300;
}

.HeroText p, .HeroText li, .heroslideshow .Ani_content p, .heroslideshow .Ani_content li {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1300px) {
  .HeroText p, .HeroText li, .heroslideshow .Ani_content p, .heroslideshow .Ani_content li {
    font-size: 1.4em;
    line-height: 1.26em;
  }
}
.HeroText strong, .heroslideshow .Ani_content strong {
  background-color: var(--brand-primary);
  color: var(--white);
  display: inline-block;
  padding: 0 0.8333333333rem 0 0.8333333333rem;
  position: relative;
  z-index: -1;
}

.Project_Info .HeroText p br, .Project_Info .HeroText li br {
  content: "";
  display: block;
  margin: 1em;
}

small, .small {
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: 300;
}

b, strong {
  font-weight: 400;
}
