/* ----- strategic ----- */
.strategic-areas-section {
  padding-top: calc(var(--line-height-em)*4);
  padding-bottom: calc(var(--line-height-em)*3);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .3);
  background-color: var(--burnt-orange);
}

.strategic-areas-section__text {
    color: var(--background-white);
}

.strategic-areas-section__text a {
  color: var(--yellow);
}

.strategic-areas-section__text a:hover {
  color: var(--bright-orange);
}

.strategic-areas-section__text a.external {
  position: relative;
  margin-right: calc(1em + .5em + .2em);  /* space for the external symbol */
}

.strategic-areas-section__text a.external::after {
    /* background-image: url('./assets/external--yellow.webp'); */
    background-image: url('./assets/external-hovered.webp');
}

.strategic-areas-section__text a.external:hover::after {
    /* background-image: url('./assets/external--bright-orange.webp'); */
}

.strategic-areas {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--line-height-em)*3);
  justify-content: flex-end;
  justify-content: space-around;
  width: 99%;
  margin-right: 1%;
  margin-left: auto;
}

.strategic-area {
  padding-left: 1%;
  padding-right: 1%;
  width: 33%;
  max-width: 33%;
}

.strategic-area__picture {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: var(--line-height-em);
}

.strategic-area__picture:hover {
  opacity: .8;
}




.strategic__canvas-wrapper {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 60%;
  min-height: 60vh;
  height: 600px;
  position: relative;
  z-index: 1;
}

.strategic__title-wrapper {
  display: block;
}

.strategic-area__title {
    text-transform: uppercase;
    line-height: 1;
    font-family: "BentonSans Condensed";
    font-weight: 700;

    color: var(--background-white);
    background-color: transparent;
    padding: 0;
    font-size: 6.8em;
    margin-bottom: var(--line-height-rem);
}

.strategic__overview {
  color: var(--background-white);
  margin-bottom: calc(2*(var(--line-height-em) + var(--line-height-em) - var(--fs-large)));
}

.strategic .emphasis__title-wrapper {
  margin-right: 0;
  margin-left: auto;
  width: auto;
}

.strategic e.emphasis__title {
  text-align: right;
}

.strategic .emphasis__title__first {
  font-size: 7em;
}

.strategic .emphasis__title__second {
  font-size: 4.6em;
}