/* custom colours */
:root {
  /* semantic colours */
  --gcds-ext-strongly-agree: rgb(0, 100, 0);
  --gcds-ext-agree: rgb(42, 161, 95);
  --gcds-ext-neutral: rgb(77, 89, 91);
  --gcds-ext-disagree: rgb(165, 84, 3);
  --gcds-ext-strongly-disagree: rgb(139, 0, 0);
  --gcds-ext-irrelevant: rgb(149, 149, 149);
  /* Regional colours */
  --gcds-ext-atlantic-canada: rgb(0, 95, 141);
  --gcds-ext-central-canada: rgb(27, 79, 114);
  --gcds-ext-prairie-provinces: rgb(122, 139, 66);
  --gcds-ext-west-coast: rgb(53, 104, 89);
  --gcds-ext-northern-canada: rgb(45, 62, 80);
  /* org representation colours */
  --gcds-ext-individual: rgb(13, 74, 123); /* Steel Blue */
  --gcds-ext-organization: rgb(16, 94, 16); /* Forest Green */
  --gcds-ext-government: rgb(80, 4, 62); /* Maroon */
}

.hidden {
  display: none;
}

.gcds-ext-text-light {
  font-weight: var(--gcds-font-weights-light);
}
/* Replace the GCDS hero image on home page */
section div.hero {
  background-image: url(../../images/tc-85.jpg);
  margin: 0px calc(50% - 50vw);
}

.gcds-ext-aside-content gcds-link {
  line-height: 1.45;
}

/* make embeded videos full width */
.field--name-field-media-oembed-video div.field__item {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.media-oembed-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lead-title {
  font-size: 1.25em !important;
  font-weight: 300;
  color: #6f6f6f;
  margin-bottom: 0;
}
