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

.wr-no-bold {
  font-weight: 100 !important;
}

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

/* Static subnav */
.wr-sub-nav {
  max-width: 1140px;
  margin: auto;
  margin-top: 2em;
  margin-bottom: 40px !important;
}
.wr-sub-nav #wr-menuButton {
  background-color: #f5f5f5;
  position: relative;
}
.wr-sub-nav #wr-menuButton .glyphicon {
  color: #26374A;
}
.wr-sub-nav #wr-menuButton:hover .glyphicon {
  color: white;
}

.wr-static-nav-enabled {
  display: block;
  width: 100%;
  text-align: center;
  max-width: none !important;
  margin: unset;
  margin-top: 0 !important;
  background-color: #f5f5f5;
  height: 2.2em;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.158);
}
.wr-static-nav-enabled #wr-menuButton {
  top: auto;
  display: block;
  margin-left: calc(100% - 100px);
}
.wr-static-nav-enabled .wr-navLink-button {
  background-color: #f5f5f5;
  font-size: 87%;
  line-height: 115%;
}
.wr-static-nav-enabled .wr-navLink-button a {
  width: 100% !important;
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 1.5em 0.7em 1.5em;
  border: none;
}
.wr-static-nav-enabled .wr-nav-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.158);
  background-color: #f5f5f5;
  position: absolute;
  z-index: 90;
  width: 100%;
}
.wr-static-nav-enabled .wr-navLink {
  display: block;
  text-align: left;
  font-size: 87%;
  line-height: 115%;
  background-color: #f5f5f5;
}
.wr-static-nav-enabled .wr-navLink a {
  width: 100% !important;
  text-decoration: none;
  display: inline-block;
  padding: 0.7em 1.5em 0.7em 1.5em;
  background-color: #f5f5f5;
}
.wr-static-nav-enabled .wr-navLink a svg {
  fill: #284162;
}
.wr-static-nav-enabled .wr-navLink a:visited {
  color: #284162;
}
.wr-static-nav-enabled .wr-navLink a:hover {
  background-color: #444444 !important;
  cursor: pointer;
  text-decoration: none;
  color: white;
}
.wr-static-nav-enabled .wr-navLink a:hover svg {
  fill: white !important;
}
.wr-static-nav-enabled .wr-navLink .wr-navLink-active {
  background-color: #26374A !important;
  color: white !important;
  text-decoration: none !important;
}
.wr-static-nav-enabled .wr-navLink .wr-navLink-active a {
  color: white !important;
}
.wr-static-nav-enabled .wr-navLink .wr-navLink-active a:visited {
  color: white;
}
.wr-static-nav-enabled .wr-navLink .wr-navLink-active svg {
  fill: white !important;
}
.wr-static-nav-enabled .wr-navLink-sub {
  background-color: #ccc;
  font-size: 87%;
  line-height: 115%;
}
.wr-static-nav-enabled .wr-navLink-sub a {
  padding-left: 3em;
}
.wr-static-nav-enabled .wr-navLink-sub-items {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: start;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.158);
}

.wr-overflow {
  overflow: hidden;
}

@media screen and (min-width: 790px) {
  .wr-static-nav-enabled {
    position: relative;
  }
  .wr-static-nav-enabled .wr-navLink {
    display: inline-flex;
    text-align: center;
  }
  .wr-static-nav-enabled #wr-menuButton {
    display: none;
  }
  .wr-static-nav-enabled .wr-nav-items {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .wr-static-nav-enabled .wr-navLink-sub-items {
    position: absolute;
    z-index: 22;
    margin-top: 2.55em;
    border-bottom: 1px solid rgb(192, 192, 192);
  }
  .wr-static-nav-enabled .wr-navLink-sub a {
    padding-left: 1em;
  }
}
/* ^^^ Static subnav styles ^^^ */
/* wr-scrl-nav */
.subnav-enabled {
  top: 0 !important;
  bottom: 0;
}
.subnav-enabled #wr-menuButton {
  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;
}
.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 {
  display: block;
}
.subnav-enabled .subnav-button {
  display: block;
}

#wr-menuButton {
  background-color: #26374A;
  border: none;
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
  color: white;
  display: none;
}
#wr-menuButton .glyphicon {
  padding: 0.55em 1em 0.55em 1em;
}
#wr-menuButton: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 {
    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/img.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;
}

.wr-hero-logo-heading h1 {
  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 h1 {
    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;
  display: none;
  margin-left: 5px;
  color: #0000FF;
}
.wr-more-hidden-button svg {
  fill: blue;
  height: 14px;
  width: auto;
  rotate: 90deg;
}

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

/* ^^^ Read more/less buttons ^^^ */
/* Recent Releases */
/* Carousel */
.carousel-custom-btn {
  border-radius: 50%;
  padding: 15px 20px;
}
.carousel-custom-btn img {
  width: 15px;
  height: auto;
}

#slide-left img {
  margin-right: 3px;
}

#slide-right img {
  margin-left: 3px;
}

.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-carousel-slide-group {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.wr-carousel-slide {
  display: none;
  width: 350px !important;
  margin: 1em;
  position: absolute;
  visibility: hidden;
  border-radius: 10px;
  border: 1px solid rgb(202, 202, 202);
  background-color: #f5f5f5;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  transition: opacity 600ms, visibility 600ms;
  animation: fade 0.5s;
}
.wr-carousel-slide figcaption {
  padding: 1em;
}
.wr-carousel-slide img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(113, 113, 113, 0.274);
  border-radius: 10px 10px 0px 0px;
}

.show {
  transition: 0.25s ease-in-out;
  display: block !important;
  position: relative !important;
  visibility: visible !important;
}

#wr-carousel-controls {
  display: flex;
  justify-content: space-between;
}

.wr-carousel-disabled {
  display: block;
  overflow-wrap: normal;
  place-items: none;
  overflow: wrap;
}
.wr-carousel-disabled .wr-carousel-slide {
  display: block !important;
  position: relative !important;
  visibility: visible !important;
}
.wr-carousel-disabled #slide-left,
.wr-carousel-disabled #slide-right,
.wr-carousel-disabled .slide-of-slides {
  display: none !important;
}
.wr-carousel-disabled .wr-carousel-slide-group {
  flex-wrap: wrap;
}

/* ^^^ Carousel^^^ */
/* Follow statcan section/icons */
.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: 480px;
  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;
}
.custom-panel-enabled .wr-tab-box-nav-item a:hover {
  background-color: white;
  color: #284162;
}
.custom-panel-enabled .tabBox {
  height: 480px;
}
@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: 480px;
  }
  .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;
  }
}
/* ^^^ Tabbox ^^^ *//*# sourceMappingURL=wrap.css.map */