/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/*********************
BREAKPOINTS
*********************/
/* Table of Contents
   - - - - - - - - -
   1.	Body
   2.	Header styles
   3.	Other styles
   - - - - - - - - -
*/
/* @group 1. Body */
body {
  font-size: 16px;
  line-height: 21px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Geometric_415 W01 Lite", Arial, sans-serif;
  font-display: fallback;
  background-color: white;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  color: #000000;
  overflow-x: hidden !important;
  margin: 0px !important; }

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

/* Smaller type for non desktop  ----------- */
@media only screen and (min-width: 320px) and (max-width: 1050px) {
  body {
    font-size: 13px;
    line-height: 18px; } }

/* @end */
.breadcrumb {
  background-color: transparent;
  padding: 0px;
  margin-top: 1rem; }

.morecontent span {
  display: none; }

.morelink {
  display: block; }

.morelink {
  display: inline; }

/* @group 2. Header styles */
em {
  font-family: "Geometric415W01-LiteIta", Arial, sans-serif;
  font-style: normal; }

h2 em, h3 em, h4 em, h5 em, h6 em {
  font-family: "Geometric415W01-MediumI", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-weight: normal;
  text-transform: uppercase; }

h1 {
  font-size: 2.8em;
  line-height: 1.1em;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: "Geometric415W01-Medium", Arial, sans-serif; }
  h1 em {
    font-family: "Geometric415W01-MediumI", Arial, sans-serif; }

/* Large screens ----------- */
@media only screen and (min-width: 1324px) {
  h1 {
    font-size: 3.6em;
    line-height: 1em;
    margin-bottom: 1.25rem; } }

h2, .smlH1 {
  font-size: 1.45em;
  line-height: 1.15em;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Geometric415W01-Medium", Arial, sans-serif; }

h3, h4, h5 {
  font-size: 1.1em;
  line-height: 1.16em;
  margin-top: 2rem;
  margin-bottom: .3rem;
  font-family: "Geometric415W01-Medium", Arial, sans-serif; }

h6 {
  font-size: .65em;
  line-height: 1.55em;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-family: "Geometric415W01-Medium", Arial, sans-serif; }

/* @end */
/* @group Article tints */
.wTint, .wTint {
  padding: 2rem; }

.WhiteTintArticle {
  background: rgba(255, 255, 255, 0.25);
  display: inline-block; }

.BlackTintArticle {
  background: rgba(203, 20, 135, 0.5);
  display: inline-block; }

/* Smaller type for non desktop  ----------- */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .WhiteTintArticle, .BlackTintArticle {
    padding: 3rem; }
  .LeftArticle .BlackTintArticle, .LeftArticle .WhiteTintArticle, .LeftArticleWide .BlackTintArticle, .LeftArticleWide .WhiteTintArticle {
    margin-left: 0rem; }
  .RightArticle .BlackTintArticle, .RightArticle .WhiteTintArticle, .RightArticleWide .BlackTintArticle, .RightArticleWide .WhiteTintArticle {
    margin-right: 0rem; } }

/* @end */
/* @group 3. Other styles */
.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 li, .SectionSpace p, .row li, .row p, .projectTabs li, .projectTabs p {
  margin-bottom: 0.5rem; }

a {
  color: #e1251b; }

a:hover, a:active, a:focus {
  color: #66110c; }

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

.caption {
  font-size: 0.65em !important;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 400; }

/* @group Hero text */
.HeroText p, .HeroText li {
  font-size: 1.12em;
  line-height: 1.35em; }

/* @end */
small, .small {
  font-size: .9em;
  line-height: 1.3em;
  font-weight: 300; }

.cite, cite {
  margin-bottom: 0px !important;
  margin-top: 0.2rem;
  display: block;
  font-style: normal !important;
  font-size: 0.85em !important;
  font-family: "Geometric415W01-Medium", Arial, sans-serif; }

b, strong {
  font-family: "Geometric_415 W01 Black", Arial, sans-serif;
  font-weight: normal; }

b em, strong em {
  font-family: "Geometric415W01-BlackIt", Arial, sans-serif;
  font-style: normal; }

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

/* @end */
::selection {
  background-color: #e1251b !important;
  color: white; }

::-moz-selection {
  background-color: #e1251b !important;
  color: white; }

@media print {
  *[data-aos*=""] {
    display: inline-block !important; } }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .HeroText p, .HeroText li {
    font-size: 1.15em;
    line-height: 1.45em; } }
