/*
 * @param $px - font size in px - returns rem equivalent
 */
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
  color: #ffffff;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 0.5em;
  background-color: black;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  top: 6%;
  left: 1%;
  transform: translateX(-1%);
  opacity: 1;
}

.skip-to-main-content-link:visited {
  color: #f5e236;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  color: #333333;
}

h2 {
  font-size: 2em;
  line-height: 38px;
}

main {
  overflow: hidden;
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

p {
  font-family: "Mulish", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
}

a,
a:visited {
  color: #0076BF;
}

a:hover
{
text-decoration: none;
}

a:focus,
a:focus-within,
a:focus-visible {
  outline-offset: 3px;
  outline-color: #292929;
  outline-width: 2px;
}

.active {
  color: #8c348a !important;
  border-bottom: solid 1px #8c348a !important;
}

section {
  background-color: #d1ede7;
  min-height: 100px;
  overflow: visible;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wsib--content-wrap {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  position: relative;
}

.wsib--section--home {
  background: #d1ede7;
}

.wsib--section--home h1 {
  font-weight: 800;
  font-size: 3.375em;
  /* line-height: 56px; */
  color: #333333;  

  /* font-family: sans-serif;    
    -webkit-text-stroke: 2px #292929;
    text-stroke: 2px #292929;
    text-shadow: -4px 4px 0px #292929; */
}

.wsib--section--faq {
  background: #b5e2d9;
}

/* .wsib--section--faq .wsib--content-wrap--faq-top {
  height: 310px;
} */

.wsib--section--faq .wsib--section--faq--faq {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 35px;
}

.wsib--section--transcript {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0 35px;
}

.wsib--section--faq h2 {
  font-weight: 700;
  line-height: 38px;
  color: #333333;
}

.wsib--section--title--faq--faq {
  margin-bottom: 20px;
}

.wsib--section--compass {
  background-color: #ffe08c;
}

.wsib--section--hurt-at-work {
  background-color: #ffffff;
}

.wsib--section--videos {
  overflow: hidden;
  background-color: #003359;
}

.wsib--section--videos-2 {
  overflow: hidden;
  background-color: #003359;
}

.wsib--section--for-parents {
  background-color: #dae0f7;
}

.wsib--section--for-parents .wsib--content-wrap--for-parents-top {
  padding: 0;
}

.wsib--section--for-parents .wsib--section--for-parents--list {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 35px;
}

.wsib--section--footer {
  background-color: #003359;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .wsib--content-wrap {
    max-width: 708px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 400;
  background: #ffffff;
  box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.35);
  
}

header.scrolling .wsib--header--bg {
  height: 100%;
}

.wsib--content-bundle--header {
  height: 120px;
}

.wsib--header--nav--langtoggle {
  position: absolute;
  display: inline-block;
  margin: 10px 15px 0px 0px;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  color: #0076bf;
  border-bottom: 1px solid #0076bf;
}

.wsib-primary-nav-list {
  list-style-type: none;
  display: flex;
  width: auto;
  flex-flow: row;
}

.wsib-primary-nav-list-item {
  flex-grow: 1;
  text-align: center;
}

.wsib--header--nav--langtoggle:visited {
  color: #8c348a;
  border-bottom: solid 2px #8c348a !important;
}

.wsib--header--nav--langtoggle:hover {
  border: none;
}

.wsib--header--bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  -webkit-transition: height 0.1s;
  transition: height 0.1s;
}

.wsib--header--logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 24px;
  left: 0;
  text-decoration: none;
  width: 180px;
}

@media screen and (max-width: 600px)
{
  .wsib--header--logo 
  {
    width: 160px;
  }
}

.wsib--header--logo > span {
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: -0.05rem;
  display: block;
}

.wsib--header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 48px;
  text-align: right;
}

.wsib--header--nav--links {
  display: block;
  white-space: nowrap;
}

.wsib-primary-nav-list a {
  position: relative;
  font-size: 1em;
  font-weight: 700;
  margin: 0 10px;
  color: #333333;
  text-decoration: none;
}

.wsib-primary-nav-list a:hover {
  border-bottom: 1px solid #333333;
}

/* .wsib--header--nav--links > a::before {
     content: "";
     display: block;
     position: absolute;
     left: 10px;
     bottom: -4px;
     width: calc(100% - 20px);
     height: 0;
     background-color: #ffd464;
     -webkit-transition: height 0.2s ease-out;
     transition: height 0.2s ease-out;
}
 */

.wsib--header--nav--social {
  display: block;
  margin-top: 18px;
}

.wsib--header--nav--menubutton {
  cursor: pointer;
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 45px;
  overflow: visible;
}

.wsib--header--nav--menubutton > span {
  pointer-events: none;
  position: absolute;
  left: 50%;
  display: block;
  background-color: #000000;
  width: 100%;
  height: 3px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.wsib--header--nav--menubutton > span:nth-child(1) {
  top: 5px;
}

.wsib--header--nav--menubutton > span:nth-child(2) {
  top: 13px;
}

.wsib--header--nav--menubutton > span:nth-child(3) {
  top: 21px;
}

@media (max-width: 1023px) {
  header .wsib-primary-nav-list a::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
  }

  header .wsib-primary-nav-list a:hover::before {
    height: 100%;
  }

  header.menu-open .wsib--header--bg {
    height: 100%;
  }

  header.menu-open .wsib--header--nav {
    opacity: 1;
    max-height: 600px;
  }

  header.menu-open .wsib--header--nav--menubutton > span:nth-child(1) {
    top: 13px;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }

  header.menu-open .wsib--header--nav--menubutton > span:nth-child(2) {
    top: 13px;
    -webkit-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
    width: 0;
  }

  header.menu-open .wsib--header--nav--menubutton > span:nth-child(3) {
    top: 13px;
    -webkit-transform: translateX(-50%) rotate(225deg);
    transform: translateX(-50%) rotate(225deg);
  }

  .wsib--content-bundle--header {
    min-height: 110px;
    height: auto;
  }

  .language-switch
  {
    display: inline-block;
    margin-top: 30px;
  }

  .wsib--header--nav--menubutton {
    display: inline-block;
  }

  .wsib--header--nav {
    height: auto;
    max-height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    opacity: 0;
  }

  .wsib--header--nav--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    min-width: 182px;
  }

  .wsib-primary-nav-list a {
    width: 100%;
    border-right: none;
    font-size: 1em;
    font-weight: 800;
  }
}

.wsib--section--title > span {
  position: relative;
}

.wsib--section--title mark,
.wsib--section--title .mark--mobile,
.wsib--section--title .mark--full {
  position: relative;
  background-color: transparent;
  background-image: url("../images/marks/mark-mid-2.png");
  background-size: 100% 0.9em;
  background-repeat: no-repeat;
  background-position: center;
}

.wsib--section--title mark::before,
.wsib--section--title mark::after,
.wsib--section--title .mark--mobile::before,
.wsib--section--title .mark--mobile::after,
.wsib--section--title .mark--full::before,
.wsib--section--title .mark--full::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  background-size: 20px 0.9em;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/marks/mark-end-2.png");
}

.wsib--section--title mark::before,
.wsib--section--title .mark--mobile::before,
.wsib--section--title .mark--full::before {
  left: -10px;
}

.wsib--section--title mark::after,
.wsib--section--title .mark--mobile::after,
.wsib--section--title .mark--full::after {
  right: -10px;
}

.wsib--section--title--home {
  display: block;
  text-align: left;
  margin-bottom: 16px;
}

.wsib--section--title--home mark,
.wsib--section--title--home .mark--mobile,
.wsib--section--title--home .mark--full {
  background-image: url("../images/marks/mark-mid-1.png");
}

.wsib--section--title--home mark::before,
.wsib--section--title--home .mark--mobile::before,
.wsib--section--title--home .mark--full::before {
  background-image: url("../images/marks/mark-end-1.png");
}

.wsib--section--title--home mark::after,
.wsib--section--title--home .mark--mobile::after,
.wsib--section--title--home .mark--full::after {
  background-image: url("../images/marks/mark-end-1.png");
}

.wsib--section--title--faq {
  margin-bottom: 20px;
  max-width: 550px;
}

.wsib--section--title--for-parents {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 20px;
}

.wsib--section--title--for-parents mark,
.wsib--section--title--for-parents .mark--mobile,
.wsib--section--title--for-parents .mark--full {
  background-image: url("../images/marks/mark-mid-3.png");
}

.wsib--section--title--for-parents mark::before,
.wsib--section--title--for-parents .mark--mobile::before,
.wsib--section--title--for-parents .mark--full::before {
  background-image: url("../images/marks/mark-end-3.png");
}

.wsib--section--title--for-parents mark::after,
.wsib--section--title--for-parents .mark--mobile::after,
.wsib--section--title--for-parents .mark--full::after {
  background-image: url("../images/marks/mark-end-3.png");
}

.wsib--section--title--videos {
  margin-bottom: 50px;
}

.wsib--section--title--videos h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 38px;
}

.wsib--section--title--videos-2 mark,
.wsib--section--title--videos-2 .mark--mobile,
.wsib--section--title--videos-2 .mark--full {
  background-image: url("../images/marks/mark-mid-3.png");
}

.wsib--section--title--videos-2 mark::before,
.wsib--section--title--videos-2 .mark--mobile::before,
.wsib--section--title--videos-2 .mark--full::before {
  background-image: url("../images/marks/mark-end-3.png");
}

.wsib--section--title--videos-2 mark::after,
.wsib--section--title--videos-2 .mark--mobile::after,
.wsib--section--title--videos-2 .mark--full::after {
  background-image: url("../images/marks/mark-end-3.png");
}

.wsib--section--title--footer {
  margin-bottom: 20px;
}

.wsib--section--title--footer h2,
.wsib--content-bundle--footer--contact p {
  color: #ffffff;
}

.wsib--section--title--footer h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}

.wsib--subtext p:first-child
{
margin-bottom: 10px;
}
.wsib--section--title--compass {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .br--full {
    display: block;
  }

  .br--mobile {
    display: inline;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .mark--mobile {
    background: none !important;
  }

  .mark--mobile::before,
  .mark--mobile::after {
    display: none !important;
  }

  .wsib--section--transcript {    
    padding: 175px 0 35px;
}


}

@media (max-width: 359px) {
  .wsib--section--title--faq {
    padding-left: 10%;
  }
}

.wsib--fig {
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  pointer-events: none;
}

.wsib--fig > img {
  display: block;
  -webkit-user-drag: none;
}

.wsib--fig--home {
  left: 0;
}

.wsib--fig--faqs {
  right: -112px;
}

.wsib--fig--compass {
  left: -135px;
}

.wsib--fig--hurt-at-work {
  right: -95px;
}

.wsib--fig--for-parents {
  left: -40px;
}

.wsib--fig--footer {
  right: -150px;
}

.wsib--content-bundle--faq {
    padding: 60px 0px 60px;
    width: 540px;
  }

@media (max-width: 1023px) {
  .wsib--fig--home {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    left: -105px;
  } 

  .wsib--fig--compass {
    -webkit-transform: rotate(3deg) translate(0, 10px);
    transform: rotate(3deg) translate(0, 10px);
  }

  .wsib--fig--hurt-at-work {
    right: -130px;
  }
}

@media (max-width: 359px) {
  .wsib--fig--faqs {
    display: none;
  }

  .wsib--fig--for-parents {
    display: none;
  }

  .wsib--fig--compass {
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0) scale(0.6);
    transform: translate(-50%, 0) scale(0.6);
  }
}

.wsib--video--container {
  display: inline-block;
  position: relative;
  width: 400px;
}

.wsib--video--container::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.wsib--video--container .wsib--video,
.wsib--video--container > iframe,
.wsib--video--container > object,
.wsib--video--container > embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
}

iframe {
  border-width: 0px;
}

.wsib--content-bundle {
  position: relative;
}

/* SECTION : HOME --------------------- */
.wsib--content-bundle--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: right;
  height: 100%;
  padding-top: 200px;
  padding-right: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: inherit;
  justify-content: flex-start;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: flex-start;
  width: 550px;
}

.wsib--home--fr {
  padding-top: 185px;
}

@media (max-width: 1023px) {
  .wsib--content-bundle--home {
    padding-bottom: 175px;
    /* padding-top: 225px; */
  }

  .wsib--content-bundle--home
  {
    width:100%;
  }
}

/* SECTION : FAQ --------------------- */
.wsib--content-bundle--faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.wsib--content-bundle--faq > p {
  max-width: 550px;
}

@media (max-width: 1023px) {
  .wsib--content-bundle--faq {   
    
    width: 460px;
}

  .wsib--content-bundle--faq > p {
    max-width: 500px;
  }
}

@media (max-width: 359px) {
  .wsib--content-bundle--faq {
    padding: 0 16px;
  }

  .wsib--content-bundle--faq > p {
    padding-left: 0;
  }
}

/* SECTION : COMPASS --------------------- */
.wsib--content-bundle--compass {
  padding: 116px 16px 116px;
  width: 630px;
  float: right;
  text-align: left;
}

.wsib--content-bundle--compass-fr {
  padding: 88px 16px 88px;
}
    
.wsib--section--compass-content {
  margin-bottom: 20px;
}

.wsib--content-bundle--compass .wsib--logo-compass {
  margin-bottom: 16px;
}

.wsib--content-bundle--compass a {    
  color: #333333;  
  font-weight: 700;
}

.wsib--content-bundle--compass a:hover {
  text-decoration: none;
}

.wsib--content-bundle--compass a:focus,
.wsib--content-bundle--compass a:focus-visible {
  outline-offset: 3px;
  outline-width: 2px;
  outline-color: #292929 !important;
}

@media (max-width: 1023px) {
  .wsib--content-bundle--compass {
    padding: 88px 0 70px;
    width: 460px;
  }

  p {
    font-size: 0.9375em;
  }
}

@media (max-width: 359px) {
  .wsib--content-bundle--compass {
    padding: 55px 25px 285px;
  }

  .wsib--content-bundle--compass .wsib--logo-compass {
    margin: 10px auto 10px;
    width: 230px;
    float: none;
    display: block;
  }

  .wsib--content-bundle--compass a {
    float: none;
    clear: none;
    font-size: 0.875rem;
  }
}

/* SECTION : HURT AT WORK --------------------- */
.wsib--content-bundle--hurt-at-work {
  padding: 90px 0px 40px;
}

.wsib--content-bundle--hurt-at-work .wsib--content-bundle--hurt-at-work--list {
  margin-top: 15px;
  width: 67%;
}

.wsib--content-bundle--hurt-at-work
  .wsib--content-bundle--hurt-at-work--list
  > h2 {
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

.wsib--content-bundle--hurt-at-work--list h3 {
  margin-bottom: 25px;
}

.wsib--content-bundle--hurt-at-work--list h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.wsib--content-bundle--hurt-at-work
  .wsib--content-bundle--hurt-at-work--list
  > ol {
  padding-left: 17px;
  font-weight: 700;
}

.wsib--content-bundle--hurt-at-work
  .wsib--content-bundle--hurt-at-work--list
  > ol
  > li {
  margin-bottom: 20px;
  padding-left: 5px;
}

.wsib--content-bundle--hurt-at-work--list li::marker {
  font-size: 18px;
}

.wsib--content-bundle--hurt-at-work
  .wsib--content-bundle--hurt-at-work--list
  > ol
  > li
  > p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 434px) {
  .wsib--content-bundle--hurt-at-work
    .wsib--content-bundle--hurt-at-work--list {
    margin-top: 16px;
  }

  .wsib--content-bundle--hurt-at-work
    .wsib--content-bundle--hurt-at-work--list
    > ol {
    padding-left: 30px;
  }

  .wsib--content-bundle--hurt-at-work
    .wsib--content-bundle--hurt-at-work--list
    > ol
    > li {
    margin-bottom: 20px;
  }

  .wsib--content-bundle--hurt-at-work
    .wsib--content-bundle--hurt-at-work--list
    > ol
    > li
    > h3 {
    font-size: 0.875rem;
  }
}

/* SECTION : VIDEOS --------------------- */
.wsib--content-bundle--videos {
  padding: 60px 16px 60px;
  text-align: center;
}

.wsib--content-bundle--videos .wsib--carouself--button-back,
.wsib--content-bundle--videos .wsib--carouself--button-next {
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  cursor: pointer;
  -webkit-transition: background-position 0.2s;
  transition: background-position 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/video-arrow.svg");
  background-color: transparent;
  border: none;
}

.wsib--content-bundle--videos .wsib--carouself--button-back:focus,
.wsib--content-bundle--videos .wsib--carouself--button-next:focus,
.wsib--content-bundle--videos .wsib--carouself--button-back:focus-visible,
.wsib--content-bundle--videos .wsib--carouself--button-next:focus-visible {
  outline-color: #ffffff;
  outline-width: 2px;
}

.wsib--content-bundle--videos .wsib--carouself--button-back:hover,
.wsib--content-bundle--videos .wsib--carouself--button-next:hover {
  background-position: 70% center;
}

.wsib--content-bundle--videos .wsib--carouself--button-next {
  right: 130px;
}

.wsib--content-bundle--videos .wsib--carouself--button-back {
  left: 130px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.wsib--content-bundle--videos .wsib--content-bundle--videos--videos {
  display: block;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  height: 400px;
}

.wsib--content-bundle--videos .wsib--content-bundle--videos--item {
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wsib--content-bundle--videos
  .wsib--content-bundle--videos--item[data-selected="true"]
  .wsib--video--video {
  display: block;
}

.wsib--content-bundle--videos
  .wsib--content-bundle--videos--item[data-selected="true"]
  .wsib--video--container {
  width: 610px;
}

.wsib--content-bundle--videos
  .wsib--content-bundle--videos--item
  .wsib--video--container {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 530px;
}

.wsib--content-bundle--videos
  .wsib--content-bundle--videos--item
  .wsib--video--video {
  display: none;
}

.wsib--content-bundle--videos  
  .wsib--video--label {
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-top: 10px;
}

.wsib--video--transcript {
  text-align: left;
  margin-top: 10px;
  white-space: pre-line;
}

.wsib--video--transcript a {
  color: #ffffff;
  text-decoration: none;
}

.wsib--video--transcript a:hover {
  border-bottom: 1px solid #ffffff;
}

.wsib--video--transcript a:focus,
.wsib--video--transcript a:focus-within,
.wsib--video--transcript a:focus-visible {
  outline-color: #ffffff;
  outline-width: 2px;
}

@media (max-width: 1023px) {  

  .wsib--content-bundle--videos .wsib--carouself--button-next {
    right: 0;
  }

  .wsib--content-bundle--videos .wsib--carouself--button-back {
    left: 0;
  }
}

@media (max-width: 767px) {
  .wsib--content-bundle--videos .wsib--content-bundle--videos--videos {
    height: 300px;
    margin: 0px 15px;
  }

  .wsib--content-bundle--videos .wsib--content-bundle--videos--item {
    width: 100%;
  }

  .wsib--content-bundle--videos    
    .wsib--video--label {
    font-size: 1em;
  }

  .wsib--content-bundle--videos
    .wsib--content-bundle--videos--item
    .wsib--video--container {
    width: 100%;
  }

  .wsib--content-bundle--videos
    .wsib--content-bundle--videos--item[data-selected="true"] {
    width: 100%;
  }

  .wsib--content-bundle--videos
    .wsib--content-bundle--videos--item[data-selected="true"]
    .wsib--video--container {
    width: 100%;
  }
}

/* SECTION : FOR PARENTS --------------------- */
.wsib--content-bundle--for-parents {
  padding: 115px 0 115px 380px;
}

.wsib--content-bundle--for-parents--list > h3 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wsib--content-bundle--for-parents {
    padding: 50px 25px 215px 25px;
  }

  .wsib--content-bundle--videos .wsib--carouself--button-back,
  .wsib--content-bundle--videos .wsib--carouself--button-next {
    top: 35%;
  }
}

@media (max-width: 359px) {
  .wsib--content-bundle--for-parents {
    padding: 50px 16px 50px;
  }
}

/* SECTION : FOOTER --------------------- */
.wsib--content-bundle--footer {
  padding: 85px 0;
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin: auto;
}

.wsib--content-bundle--footer .wsib--content-bundle--footer--contact {
  margin-bottom: 40px;
}

.wsib--content-bundle--footer .wsib--content-bundle--footer--contact a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}

.wsib--content-bundle--footer .wsib--content-bundle--footer--contact > span {
  display: block;
}

.wsib--content-bundle--footer .wsib--footer--logo {
  width: 180px;
}

@media (max-width: 1023px) {
  .wsib--content-bundle--footer {
    max-width: 540px;
  }

  .wsib--content-bundle--footer .wsib--footer--logo {
    width: 170px;
  }

  .wsib-primary-nav-list a {
    margin: auto;
  }

  .wsib--header--nav--links {
    width: auto;
    width: 100%;
    text-align: center;
  }

  .wsib--header--nav {
  padding-top: 0px;
  margin-top: 55px;
  
}
}

@media (max-width: 767px) {
  .wsib--content-bundle--footer
    .wsib--content-bundle--footer--contact
    > span
    > span {
    display: inline-block;
  }

  .wsib--content-bundle--footer .wsib--footer--logo {
    width: 160px;
  }

  .accordion {
    background-color: #ffffff;
    margin: auto;
    line-height: 1.6;
    padding: 0px 25px;
  }

  .accordion__content-inner {
    margin-left: 0px !important;
  }
}

.wsib--social--icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* -webkit-transition: 0.2s background-color ease-out;
    transition: 0.2s background-color ease-out; */
  margin-right: 24px;
}

.wsib--social--icon:last-child {
  margin-right: 0;
}

.wsib--social--icon:hover {
  filter: invert(44%) sepia(35%) saturate(2137%) hue-rotate(164deg)
    brightness(96%) contrast(104%);
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.wsib--social--icon--header {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.wsib--social--icon:visited {
  color: #ffffff;
}

.wsib--social--instagram {
  background-image: url("../images/instagram-icon.svg");
}

.wsib--social--youtube {
  background-image: url("../images/youtube-icon.svg");
}

.wsib--social--twitter {
  background-image: url("../images/twitter_icon.svg");
}

@media (min-width: 1023px) {
  .wsib--header--nav {
    order: 2;
  }

  .wsib--header--logo {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .wsib--subtext
  {
    margin-bottom: 30px;
  }
  .wsib--subtext
  {
    padding-left: 25px;
    padding-right: 25px;
  }
  .wsib--header--nav--menubutton {
    right: 16px;
  }

  .wsib--header--logo {
    left: 16px;
  }

  .wsib--header--logo > span {
    font-size: 0.625rem;
  }

  .wsib-primary-nav-list-item {
    padding: 9px 0;
  }

  .wsib-primary-nav-list {
    display: block;
    padding: 20px 0px 0px 0px;
  }

  .wsib--section--home h1 {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .wsib--section--title--home {
    margin-bottom: 0px;
  }

  .wsib--section--title--faq {
    padding: 0px 25px;
    margin-bottom: 30px;
  }

  .wsib--content-wrap {
    max-width: 420px;
    width: 100%;
  }

  .wsib--section--faq .wsib--content-wrap--faq-top {
    height: unset;
    padding: 40px 0 0;
  }

  .wsib--section--faq .wsib--section--faq--faq {
    padding: 30px 0 35px;
  }

  .wsib--section--title--faq--faq {
    padding: 0px 25px;
  }

  .br--full {
    -webkit-transform: none !important;
    transform: none !important;
  }

  .br--mobile {
    display: block;
  }

  .mark--full {
    background: none !important;
  }

  .mark--full::before,
  .mark--full::after {
    display: none !important;
  }

  .wsib--section--title--videos-2 mark,
  .wsib--section--title--videos-2 .mark--mobile,
  .wsib--section--title--videos-2 .mark--full {
    background-image: url("../images/marks/mark-mid-3.png");
  }

  .wsib--section--title--videos-2 mark::before,
  .wsib--section--title--videos-2 .mark--mobile::before,
  .wsib--section--title--videos-2 .mark--full::before {
    background-image: url("../images/marks/mark-end-3.png");
  }

  .wsib--section--title--videos-2 mark::after,
  .wsib--section--title--videos-2 .mark--mobile::after,
  .wsib--section--title--videos-2 .mark--full::after {
    background-image: url("../images/marks/mark-end-3.png");
  }

  .wsib--fig--home {
    -webkit-transform: scale(0.52) translate(-18%, 0%);
    transform: scale(0.52) translate(-18%, 0%);
  }

  .wsib--fig--faqs {
    -webkit-transform: scale(0.64);
    transform: scale(0.64);
  }

  .wsib--fig--compass {
    left: unset;
    right: -30.5%;
    -webkit-transform: translate(0, 5px) scale(0.5);
    transform: translate(0, 5px) scale(0.5);
  }

  .wsib--fig--for-parents {
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0) scale(0.5);
    transform: translate(-50%, 0) scale(0.5);
  }

  .wsib--fig--hurt-at-work {
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0) scale(0.5);
    transform: translate(-50%, 0) scale(0.5);
  }

  .wsib--fig--footer {
    display: none;
  }

  .wsib--content-bundle--header {
    padding: 0 16px;
  }

  .wsib--content-bundle--home {
    padding-bottom: 0;
    padding-top: 150px;
    padding-right: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: inherit;
    align-items: center;
  }

  .wsib--content-bundle--home .wsib--video--container {
    width: 100%;
  }

  .wsib--content-bundle--faq {    
    padding: 0px 20px 0px 0px; 
    width:100%;   
}

  .wsib--content-bundle--faq > p {
    padding-right: 37%;
    margin-bottom: 40px;
    padding-left: 25px;
  }

  .wsib--content-bundle--compass {
    padding: 55px 25px 165px;
    width: 100%;
  }

  .wsib--content-bundle--compass-fr
  {
    padding: 55px 25px 200px;
    width: 100%;
  }

  .wsib--content-bundle--compass .wsib--logo-compass {
    margin-top: 85px;
    float: right;
    clear: right;
    width: 170px;
  }

  .wsib--content-bundle--compass .wsib--logo-compass > img {
    width: 100%;
  }

  .wsib--content-bundle--compass a {
    font-size: 0.875rem;
  }

  .wsib--content-bundle--hurt-at-work {
    padding: 65px 25px 235px;
  }

  .wsib--content-bundle--hurt-at-work
    .wsib--content-bundle--hurt-at-work--list {
    margin-top: 30px;
    width: 100%;
  }

  h2 {
    font-size: 1.65em;
    line-height: 34px !important;
  }

  h3 {
    font-size: 1.4em;
  }

  .wsib--section--title--videos {
    margin-bottom: 15px;
  }

  .wsib--content-bundle--for-parents--list h3 {
    padding: 0px 25px;
  }

  .wsib--content-bundle--footer {
    padding: 50px 25px;
  } 

}

/* Nik */
.accordion {
  background-color: #ffffff;
  margin: auto;
  line-height: 1.6;
}

.accordion__title {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  position: relative;
  line-height: 24px;
  display: block;
  padding: 15px 0 15px 40px;
  border-style: none none solid none;
  border-bottom: 1px solid #bbbab9;
  cursor: pointer;
  position: relative;
  font-weight: 400;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
}

.accordion__title span {
  color: #333333;
}

.accordion-icon
{
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  padding-left: 2px;
  height: 31px;
  width: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/arrow.svg);
  position: absolute;
  top: 50%;
  left: 0;
}

.accordion-icon:hover
{
  background-image: url("../images/arrow-before.svg");
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {    
    -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.accordion__title:hover,
.accordion__title:focus {
  cursor: pointer;
  outline-offset: 3px;
  outline-width: 2px;
}

.accordion__title:focus {
  border: none;
}

.accordion__title:focus,
.accordion__title:focus-within,
.accordion__title:focus-visible {
  outline-color: #292929;
  outline-width: 2px;
}

.accordion__title[aria-expanded="true"] {
  border: none;
}

.accordion__title[aria-expanded="false"] {
  border-bottom: 1px solid #bbbab9;
}

.accordion h4 {
  margin: 5px auto;
}

.accordion__content-inner {
  padding: 20px;
  font-size: 1em;
  line-height: 1.5rem;
  font-weight: 400;
  transition: height 0.3s ease-out;
  background-color: #e5f1f8;
  margin-top: 5px;
  margin-left: 40px;
}

.accordion__content-inner ul {
  padding-left: 25px;
  margin: 0px;
}

@media screen and (max-width: 767px) {
  .accordion__title {
    font-size: 17px;
  }
}

.home-fr {
  text-align: center;
}

@media screen and (max-width: 600px) {
  header {
    position: absolute;
  }

  .wsib--section--transcript {
    padding: 160px 0 35px;
  }

  .transcript-table
  {
    margin: 20px !important;
    width: auto !important;
  }
}

.wsib--content-bundle--videos--item[data-selected="false"]
  .wsib--video--transcript {
  display: none;
}

.transcript-table {
  width: 100%;
  margin: 25px 0px 25px 0px;
  border: 2px solid #eff0f1;
}

.transcript-table td,
.transcript-table th {
  padding: 1em 1em;
}

.transcript-table td {
  font-size: 1em;
}

.transcript-table tr:nth-child(even) {
  background-color: #f1f4f6;
}

.transcript-table th {
  background: #003359;
  color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 1.1em;
}


.video-container-french {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container-french iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



@media (min-width:768px) and (max-width:1023px)
{
  .wsib--header--nav--langtoggle
  {
  margin: 10px 0px 0px 0px;
}
}

.wsib--youtube-video
{
aspect-ratio: 16 / 9;
  width: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 50%;
  padding: 40px;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    padding: 15px;
  }
}

.transcript:not(:last-child)
{
  padding-bottom: 5px;
}


@media screen and (max-width: 375px) {
    .home-fr h1 {
        font-size: 1.8em;       
    }
}