<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* WRAP template styling */
/***COLOR SCHEME***/
/*****HUB Branding colors****/
/*Steel - #B9C7CA*/
/***START***/
@media screen and (max-width: 1000px) {
  .wb-disable #wb-sm .menu {
    display: flex !important;
    flex-direction: column !important;
  }
  .wb-disable #wb-sm .menu li {
    border-bottom: 1px solid white;
  }
}
/* Universal padding / margin classes */
/* Padding 10 px on x-axis (left and right) */
.wr-pddng-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mrgn-0 {
  margin: 0;
}

.mrgn-2xl {
  margin: 65px;
}

.mrgn-tp-2xl {
  margin-top: 65px;
}

.mrgn-bttm-2xl {
  margin-bottom: 65px;
}

.mrgn-3xl {
  margin: 80px;
}

.mrgn-tp-3xl {
  margin-top: 80px;
}

.mrgn-bttm-3xl {
  margin-bottom: 80px;
}

.mrgn-bttm-sm2 {
  margin-bottom: 8.5px;
}

/* For equal spacing between sections */
.wr-content-section {
  padding-bottom: 65px;
}

.wr-content-section-grey {
  background-color: #f5f5f5;
}

/* Scroll margin for headings */
.wr-content-section-header {
  scroll-margin: 80px;
}

/* Vertical line for headings */
.wr-vertical {
  border-left: 10px solid #284162;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

/* wr-scrl-nav */
.subnav-enabled {
  top: 0 !important;
  bottom: 0;
}
.subnav-enabled #wr-menuButton-scroll {
  display: block !important;
}
.subnav-enabled .wr-scrl-nav-link {
  display: none;
}

.wr-scrl-nav {
  display: block;
  position: sticky !important;
  z-index: 999;
  background-color: white;
  width: 100%;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.158);
  border-bottom: 1px solid rgb(192, 192, 192);
}

.wr-scrl-nav-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.wr-scrl-nav-link {
  font-size: 87%;
  line-height: 115%;
  background-color: white;
  display: none;
}
.wr-scrl-nav-link a {
  width: 100% !important;
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 0.8em 0.7em 0.8em;
  /* inline-size: 150px; */
  /* max-width: 200px; */
  /* overflow-wrap: break-word; */
}
.wr-scrl-nav-link a img {
  height: 17px;
}
.wr-scrl-nav-link a svg {
  fill: #26374A;
}
.wr-scrl-nav-link a:hover {
  background-color: #444444;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.wr-scrl-nav-link a:hover svg {
  fill: white;
}

.subnav-enabled .wr-scrl-nav-active {
  background-color: #26374A !important;
  display: block !important;
  color: white !important;
  text-decoration: none !important;
}
.subnav-enabled .wr-scrl-nav-active a {
  color: white;
}
.subnav-enabled .wr-scrl-nav-active a svg {
  display: none;
  visibility: hidden;
}
.subnav-enabled #wr-menuButton-scroll {
  display: block;
}
.subnav-enabled .subnav-button {
  display: block;
}

@media screen and (max-width: 400px) {
  .subnav-enabled .wr-scrl-nav-active-limit a {
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media screen and (min-width: 401px) and (max-width: 530px) {
  .subnav-enabled .wr-scrl-nav-active-limit a {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.wr-scrl-nav #wr-menuButton-scroll {
  width: 80px;
}

#wr-menuButton-scroll {
  background-color: #26374A;
  border: none;
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
  color: white;
  display: none;
}
#wr-menuButton-scroll .glyphicon {
  padding: 0.55em 1em 0.55em 1em;
}
#wr-menuButton-scroll:hover {
  background-color: #444444 !important;
}

@media screen and (min-width: 790px) {
  .wr-scrl-nav-items {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
  }
  .subnav-button {
    display: none;
  }
  .subnav-enabled #wr-menuButton-scroll {
    display: none !important;
  }
  .subnav-enabled .wr-scrl-nav-link {
    display: block;
  }
}
/* Plain hub banner, no background image */
.wr-hub-title {
  border: none;
  color: white;
  font-size: 1.9em;
  font-variant-ligatures: no-common-ligatures;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 12px;
}
.wr-hub-title .wr-hub-title-main {
  display: block;
  padding-bottom: 10px;
}
.wr-hub-title .wr-hub-title-link {
  display: block;
  border-top: 1px solid white;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 10px;
}
.wr-hub-title a {
  text-decoration: none;
  color: white;
}
.wr-hub-title a:visited {
  text-decoration: none;
  color: white;
}

.wr-hub-logo {
  display: none;
  border-radius: 50%;
  margin-right: 1em;
}

.wr-hub-banner-hr {
  margin: 0px;
  margin-top: 10px;
}

.wr-hub-banner {
  background-color: #404f60;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.wr-hub-banner .wr-hub-banner-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wr-hub-banner .wr-hub-banner-wrap-main {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .wr-hub-banner {
    padding: 15px 15px;
  }
  .wr-hub-logo {
    display: block;
  }
}
/* ^^^ Plain hub banner, no background image ^^^ */
.wr-hero-banner {
  /* Use custom CSS file to define banner image (see example below) */
  /* background-image: url("/img/GDIS\ hero\ banner.jpg"); */
  background-repeat: repeat-x;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  top: 2%;
  background-position-x: center;
  background-position-y: bottom;
  background-color: #FFDB70;
  margin-top: 10px;
}

.wr-hero-logo-heading #wb-cont {
  color: black;
  border-bottom: 0;
  text-align: left;
}

.wr-hero-banner-symbol {
  display: none;
}

.wr-hero-about {
  color: #26374A;
}
.wr-hero-about h2 {
  color: #333333;
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .wr-hero-banner-info {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .wr-hero-logo-heading {
    background-color: #26374A;
    border-radius: 10px;
    left: 0%;
  }
  .wr-hero-logo-heading #wb-cont {
    color: white;
    border-bottom: 0;
    text-align: center;
  }
  .wr-hero-banner-symbol {
    height: 182px;
    border-radius: 50%;
    display: block;
  }
  .wr-hero-about {
    padding-top: 60px;
  }
}
/* Read more/less buttons */
.wr-more-hidden-button {
  background: none !important;
  border: none;
  border-bottom: 1px solid #0000FF;
  padding: 0 !important;
  margin-left: 5px;
  color: #0000FF;
}
.wr-more-hidden-button svg {
  fill: blue;
  height: 14px;
  width: auto;
  rotate: 90deg;
}

.wr-more-hidden {
  display: inline;
}

/* Recent Releases */
/* Carousel - Uses splide */
.splide__arrow svg {
  fill: #26374a !important;
}

.splide__arrow:hover svg {
  fill: #1c578a !important;
}

.splide__pagination__page.is-active {
  background-color: #26374a !important;
}

.splide__pagination__page.is-active:hover {
  background-color: #1c578a !important;
  border-color: #091c2d !important;
}

.splide__pagination__page:hover {
  background-color: #1c578a !important;
  border-color: #091c2d !important;
}

.wr-carousel-disabled {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.wr-carousel-disabled .wr-slide {
  margin-bottom: 1.5em;
}

.wr-carousel {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 600px) {
  .wr-carousel-header {
    display: flex;
    justify-content: space-between;
  }
}
.wr-slide {
  max-width: 350px !important;
  margin: 0.2em;
  border-radius: 10px;
  border: 1px solid rgb(202, 202, 202);
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wr-slide figcaption {
  padding: 1em;
}
.wr-slide img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(113, 113, 113, 0.274);
  border-radius: 10px 10px 0px 0px;
}

.wr-follow-mystat .wr-my-statcan {
  color: black;
}
.wr-follow-mystat .wr-follow-social {
  display: flex;
}
.wr-follow-mystat .wr-social-media {
  display: flex;
  flex-wrap: wrap;
}
.wr-follow-mystat .wr-social-media a {
  margin-left: 12px;
}

@media screen and (min-width: 992px) {
  .wr-follow-mystat {
    display: flex;
    justify-content: space-between;
  }
  .wr-follow-mystat .wr-follow-social {
    justify-content: flex-end;
  }
}
/* Tabbox */
.custom-panel-enabled .wr-tab-active {
  background-color: #284162;
  align-items: center;
  color: #FFCC33 !important;
  border-radius: 0.2em;
}
.custom-panel-enabled .wr-tab-active a {
  color: white !important;
}
.custom-panel-enabled .wr-tab-active a:hover {
  color: #284162 !important;
}
.custom-panel-enabled .wr-tab-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.custom-panel-enabled .wr-tab-box-section {
  display: none;
  opacity: 0%;
  visibility: hidden;
  transition: opacity 600ms, visibility 600ms;
  animation: fade 1s;
}
.custom-panel-enabled .wr-tab-section-active {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.custom-panel-enabled .wr-tab-box-nav {
  background-color: #FFCC33;
  border-radius: 15px 15px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.custom-panel-enabled .wr-tab-box-nav ul {
  list-style-type: none;
}
.custom-panel-enabled .wr-tab-box-container {
  scroll-behavior: smooth;
  overflow-y: scroll;
  padding: 15px;
  background-color: white;
  height: 573px;
  border-radius: 0 0 15px 15px;
}
.custom-panel-enabled .wr-tab-box-nav-item {
  margin-top: 15px;
  margin-bottom: 15px;
}
.custom-panel-enabled .wr-tab-box-nav-item a {
  height: inherit;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 0.2em;
  align-items: center;
  border: 1px solid #284162;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  text-decoration: none;
  color: #284162;
  font-size: 16px;
  line-height: 1.7em;
}
.custom-panel-enabled .wr-tab-box-nav-item a:hover {
  background-color: white;
  color: #284162;
}
.custom-panel-enabled .tabBox {
  height: 573px;
}
@media (min-width: 768px) {
  .custom-panel-enabled .wr-tab-box-container {
    float: right;
    width: 58.3333333333%;
  }
  .custom-panel-enabled .wr-tab-box-nav {
    float: left;
    width: 41.6666666667%;
  }
}
@media (min-width: 992px) {
  .custom-panel-enabled .wr-tab-box-container {
    width: 66.6666666667%;
  }
  .custom-panel-enabled .wr-tab-box-nav {
    width: 33.3333333333%;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .custom-panel-enabled .wr-tab-active {
    align-items: center;
  }
  .custom-panel-enabled .wr-tab-box-nav {
    display: block;
    border-radius: 10px 0 0 10px;
    height: 573px;
  }
  .custom-panel-enabled .wr-tab-box-nav-item {
    height: 78px;
    display: flex;
  }
  .custom-panel-enabled .wr-tab-box-container {
    border-radius: 0 15px 15px 0;
  }
}
.wr-no-bold {
  font-weight: 100 !important;
}/*# sourceMappingURL=wrap.css.map */</pre></body></html>