/* Breakpoint sizes */
/* Create the mixin (usually in a separate .scss file) */
/* Columns */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

@media only screen and (min-width: 320px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 96%;
  }
  .col-1-sm {
    width: 4.33%;
  }
  .col-2-sm {
    width: 12.66%;
  }
  .col-3-sm {
    width: 21%;
  }
  .col-4-sm {
    width: 29.33%;
  }
  .col-5-sm {
    width: 37.66%;
  }
  .col-6-sm {
    width: 46%;
  }
  .col-7-sm {
    width: 54.33%;
  }
  .col-8-sm {
    width: 62.66%;
  }
  .col-9-sm {
    width: 71%;
  }
  .col-10-sm {
    width: 79.33%;
  }
  .col-11-sm {
    width: 87.66%;
  }
  .col-12-sm {
    width: 96%;
  }
  .row::after {
    content: "";
    display: table;
    clear: both;
  }
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width: 544px) {
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 12.66%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}

@media (prefers-reduced-motion) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .fade-in {
    opacity: 1 !important;
  }
  .scrollsnap-container {
    overflow-y: auto !important;
    -ms-scroll-snap-type: none !important;
        scroll-snap-type: none !important;
    scroll-behavior: none !important;
  }
}

#language-nav {
  background-color: #35a3ae;
  scroll-snap-align: start;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

*:focus-visible {
  -webkit-box-shadow: 0px 0px 0px 5px #38edfec2;
          box-shadow: 0px 0px 0px 5px #38edfec2;
  outline: 5px solid transparent;
}

[tabindex="-1"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

iframe {
  border-radius: 8px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Antique B1", sans-serif;
  margin: 0;
}

body {
  font-size: 100%;
  font-family: "Ubuntu", sans-serif;
  color: #74bec9;
  background-color: #74bec9;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}

body,
html {
  height: 100%;
}

a {
  color: #74bec9;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

main {
  display: inline;
}

.stamp {
  display: inline-block;
  -webkit-transform: rotate(355deg) !important;
          transform: rotate(355deg) !important;
  color: #555;
  line-height: 1;
  font-weight: 700;
  border: 0.5rem double #D23;
  padding: 0.1rem 0.2rem;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: 'Fredoka One', cursive;
  mask-image: url("../img/grunge.png");
  -webkit-mask-image: url("../img/grunge.png");
  -webkit-mask-size: cover;
  mix-blend-mode: multiply;
  margin-top: -5px;
}

.plyr {
  margin-top: 20px;
}

.is-approved {
  color: #004d59;
  border: 0.5rem double #004d59;
  -webkit-mask-position: 13rem 6rem;
  border-radius: 0;
}

a.button {
  border: 0;
}

@media only screen and (min-width: 320px) {
  a.button {
    margin: 5px;
  }
}

a.button:hover, a.button:focus {
  background-color: #134a4f;
  color: white;
}

a.button:focus {
  -webkit-box-shadow: 0px 0px 0px 5px #38edfec2;
          box-shadow: 0px 0px 0px 5px #38edfec2;
  outline: 5px solid transparent;
}

a.button.active {
  border-bottom: 5px solid #134a4f;
}

#section-landing {
  background-image: url(../img/Research_Matters_Optimized.jpg);
  background-size: cover;
}

@media only screen and (min-width: 320px) {
  #section-landing {
    padding: 2.5em 0;
    min-height: 100%;
  }
  #section-landing h1 {
    font-size: 2rem;
  }
  #section-landing h2 {
    font-size: 2rem;
    text-align: center;
  }
}

@media only screen and (min-width: 544px) {
  #section-landing {
    padding: 2em 0;
    min-height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #section-landing {
    padding: 2em 0;
    min-height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  #section-landing {
    height: 100vh;
    scroll-snap-align: start;
    min-height: 100%;
    position: relative;
    padding: 2em 0;
  }
  #section-landing h1 {
    font-size: 2.2rem;
  }
  #section-landing h2 {
    font-size: 2rem;
  }
  #section-landing .stamp {
    font-size: 1.7rem;
  }
}

#section-landing h1,
#section-landing h2,
#section-landing h3,
#section-landing h4,
#section-landing p,
#section-landing li {
  color: #333333;
}

#section-landing-deaf-to-deaf {
  background-image: url(../img/Research_Matters_Optimized.jpg);
  background-size: cover;
}

#section-landing-deaf-to-deaf .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#section-landing-deaf-to-deaf .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 320px) {
  #section-landing-deaf-to-deaf {
    padding: 2.5em 0;
    min-height: 100%;
  }
  #section-landing-deaf-to-deaf h1 {
    font-size: 2rem;
  }
  #section-landing-deaf-to-deaf h2 {
    font-size: 2rem;
    text-align: center;
  }
}

@media only screen and (min-width: 544px) {
  #section-landing-deaf-to-deaf {
    padding: 2em 0;
    min-height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #section-landing-deaf-to-deaf {
    padding: 2em 0;
    min-height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  #section-landing-deaf-to-deaf {
    height: 100vh;
    scroll-snap-align: start;
    min-height: 100%;
    position: relative;
    padding: 2em 0;
  }
  #section-landing-deaf-to-deaf h1 {
    font-size: 2rem;
  }
  #section-landing-deaf-to-deaf h2 {
    font-size: 1.5rem;
  }
  #section-landing-deaf-to-deaf .stamp {
    font-size: 1.6rem;
  }
}

#section-landing-deaf-to-deaf h1,
#section-landing-deaf-to-deaf h2,
#section-landing-deaf-to-deaf h3,
#section-landing-deaf-to-deaf h4,
#section-landing-deaf-to-deaf p,
#section-landing-deaf-to-deaf li {
  color: #333333;
}

#landing-nav {
  width: 300px;
}

#landing-nav a.button {
  width: 100%;
}

#landing-nav > a.button {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .scrollsnap-container {
    overflow-y: auto;
  }
}

@media only screen and (min-width: 1024px) {
  .scrollsnap-container {
    height: 100%;
    -ms-scroll-snap-points-y: repeat(100vh);
        scroll-snap-points-y: repeat(100vh);
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }
}

@media only screen and (min-width: 320px) {
  section {
    padding: 2.5em 0;
    min-height: 500px;
  }
  section h1 {
    font-size: 1.5rem;
  }
  section h2 {
    font-size: 1.4rem;
    text-align: center;
  }
  section .stamp {
    font-size: 1.1rem;
    margin-top: 5px;
  }
  section .section-content {
    margin-left: unset !important;
  }
}

@media only screen and (min-width: 544px) {
  section {
    padding: 2em 0;
    min-height: 500px;
  }
}

@media only screen and (min-width: 768px) {
  section {
    padding: 2em 0;
    min-height: 800px;
  }
}

@media only screen and (min-width: 1024px) {
  section {
    height: 100vh;
    scroll-snap-align: start;
    min-height: 100%;
    position: relative;
    padding: 2em 0;
  }
  section h1 {
    font-size: 2rem;
  }
  section h2 {
    font-size: 2rem;
  }
  section .stamp {
    font-size: 1.7rem;
  }
}

section p,
section li {
  font-size: 1.1rem;
}

section p.lead {
  font-size: 1.2rem;
  font-weight: 700;
}

section ul {
  list-style-type: disc;
}

section:nth-of-type(1) {
  background-image: url(../img/Canada_Map_Optimized.jpg);
  background-size: cover;
}

section:nth-of-type(1) .stamp {
  mix-blend-mode: unset;
}

section:nth-of-type(1) .is-approved {
  color: #004185;
  border-color: #0051a5;
}

section:nth-of-type(1) h1,
section:nth-of-type(1) h2,
section:nth-of-type(1) h3,
section:nth-of-type(1) h4,
section:nth-of-type(1) p,
section:nth-of-type(1) li {
  color: #333333;
}

section:nth-of-type(1) .section-content {
  max-width: 800px;
  margin-top: 2vw;
}

section:nth-of-type(2) {
  background-image: url(../img/Your_Opinion_Matters_Optimized.jpg);
  background-size: cover;
}

section:nth-of-type(2) .section-content {
  max-width: 500px;
  margin-left: -5vw;
}

section:nth-of-type(2) .stamp {
  mix-blend-mode: unset;
}

section:nth-of-type(2) .is-approved {
  color: #9a0078;
  border-color: #9a0078;
}

section:nth-of-type(2) h2,
section:nth-of-type(2) h3,
section:nth-of-type(2) h4,
section:nth-of-type(2) p,
section:nth-of-type(2) li {
  color: #333333;
}

section:nth-of-type(3) {
  background-image: url(../img/You_Matter_Optimized.jpg);
  background-size: cover;
}

section:nth-of-type(3) .section-content {
  max-width: 650px;
  margin-left: -5vw;
}

section:nth-of-type(3) h2,
section:nth-of-type(3) h3,
section:nth-of-type(3) h4,
section:nth-of-type(3) p,
section:nth-of-type(3) li {
  color: #333333;
}

section:nth-of-type(4) {
  background-image: url(../img/Disability_Matters_Optimized.jpg);
  background-size: cover;
}

section:nth-of-type(4) .section-content {
  max-width: 650px;
  float: right;
}

section:nth-of-type(4) .stamp {
  mix-blend-mode: unset;
}

section:nth-of-type(4) .is-approved {
  color: #057e7e;
  border-color: #057e7e;
}

section:nth-of-type(4) h2,
section:nth-of-type(4) h3,
section:nth-of-type(4) h4,
section:nth-of-type(4) p,
section:nth-of-type(4) li {
  color: #333333;
}

section:nth-of-type(5) {
  background-image: url(../img/Your_Health_and_Learning_Matter_Optimized.jpg);
  background-size: cover;
}

section:nth-of-type(5) .section-content {
  margin-right: auto;
  margin-left: -5vw;
}

section:nth-of-type(5) .stamp {
  mix-blend-mode: unset;
}

section:nth-of-type(5) .is-approved {
  color: #4c3aa7;
  border-color: #4c3aa7;
}

section:nth-of-type(5) h2,
section:nth-of-type(5) h3,
section:nth-of-type(5) h4,
section:nth-of-type(5) p,
section:nth-of-type(5) li {
  color: #333333;
}

@media only screen and (min-width: 320px) {
  section:nth-of-type(5) ul {
    -webkit-columns: 1;
            columns: 1;
  }
}

@media only screen and (min-width: 768px) {
  section:nth-of-type(5) ul {
    -webkit-columns: 2;
            columns: 2;
  }
}

section h1,
section p {
  text-align: center;
}

section li {
  text-align: left;
}

section h1 {
  color: #005F4F;
}

section p {
  line-height: 1.6;
}

@media only screen and (min-width: 320px) {
  #storybook section {
    padding: 2.5em 0;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media only screen and (min-width: 320px) and (min-width: 544px) {
  #storybook section {
    padding: 2em 0;
    min-height: 500px;
  }
}

@media only screen and (min-width: 320px) and (min-width: 768px) {
  #storybook section {
    padding: 2em 0;
    min-height: 800px;
  }
}

@media only screen and (min-width: 320px) and (min-width: 1024px) {
  #storybook section {
    height: 100vh;
    scroll-snap-align: start;
    min-height: 100%;
    position: relative;
    padding: 2em 0;
  }
}

@media only screen and (min-width: 320px) {
  #storybook section h1, #storybook section h2 {
    font-size: 1px;
    opacity: 0;
  }
  #storybook section:nth-of-type(1) {
    background-image: url(../img/storybook/Cover.jpg);
  }
  #storybook section:nth-of-type(2) {
    background-image: url(../img/storybook/Book2.jpg);
  }
  #storybook section:nth-of-type(3) {
    background-image: url(../img/storybook/Book3.jpg);
  }
  #storybook section:nth-of-type(4) {
    background-image: url(../img/storybook/Book4.jpg);
  }
  #storybook section:nth-of-type(5) {
    background-image: url(../img/storybook/Book5.jpg);
  }
  #storybook section:nth-of-type(6) {
    background-image: url(../img/storybook/Book6.jpg);
  }
  #storybook section:nth-of-type(7) {
    background-image: url(../img/storybook/back-cover.webp);
  }
}

#storybook section h1,
#storybook section p {
  text-align: center;
}

#storybook section li {
  text-align: left;
}

#storybook section h1 {
  color: #005F4F;
}

#storybook section p {
  line-height: 1.6;
}

footer {
  background-color: white;
  color: black;
  scroll-snap-align: start;
}

footer h2 {
  padding-top: 30px;
}

footer a {
  color: #333333;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

.fade-in {
  opacity: 0;
  -webkit-animation: fadeUpSmall .5s ease-in-out;
          animation: fadeUpSmall .5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

@-webkit-keyframes fadeUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.5rem, 0);
            transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.5rem, 0);
            transform: translate3d(0, 0.5rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

#vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}

@media only screen and (min-width: 320px) {
  #vertical-nav {
    display: none;
  }
}

@media only screen and (min-width: 544px) {
  #vertical-nav {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #vertical-nav {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #vertical-nav {
    display: block;
  }
}

#vertical-nav li {
  text-align: right;
}

#vertical-nav a.active > .cd-dot {
  background-color: black;
  color: white;
}

#vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#vertical-nav a span {
  display: inline-block;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

#vertical-nav a:hover span,
#vertical-nav a:focus span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#vertical-nav a:hover .cd-label,
#vertical-nav a:focus .cd-label {
  opacity: 1;
  color: #333333;
  background-color: white;
  border-radius: 2em;
  font-size: 1rem;
}

#vertical-nav a:hover .cd-dot,
#vertical-nav a:focus .cd-dot {
  border: 0;
}

#vertical-nav .cd-dot {
  position: relative;
  top: -3px;
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  font-size: 1.5rem;
  line-height: 1;
  border: 2px solid #35a3ae;
  color: black;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: background-color 0.5s, -webkit-transform 0.2s;
  transition: background-color 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  text-align: center;
  z-index: 5;
}

#vertical-nav .cd-label {
  float: left;
  position: relative;
  margin-right: 20px;
  padding: .5em .6em;
  color: #005F4F;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  font-size: 0.1px;
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a.skip-link-styling {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 1.2rem;
  outline: 0;
  text-decoration: none;
  background-color: #005F4F;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 5px solid transparent;
}

details::-webkit-scrollbar {
  width: 12px;
  scrollbar-width: thin !important;
}

details::-webkit-scrollbar-track {
  border-radius: 10px;
  scrollbar-width: thin !important;
}

details::-webkit-scrollbar-thumb {
  border-radius: 10px;
  scrollbar-width: thin !important;
}

/* Accordion */
details {
  min-height: 5px;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 8px;
  background: white;
  -webkit-box-shadow: 1px 0px 13px 2px #0000003b;
          box-shadow: 1px 0px 13px 2px #0000003b;
  padding: 8px;
  opacity: 0.9;
}

details + details {
  margin-top: 20px;
}

details[open] {
  min-height: 50px;
  opacity: 1;
}

details p {
  font-weight: 300;
}

summary {
  padding: 0.3rem;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #333333;
}

details:hover, details:focus-within {
  opacity: 1;
}

summary:focus {
  outline: 0;
}

summary::-webkit-details-marker {
  display: none;
}

.control-icon {
  fill: rebeccapurple;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  pointer-events: none;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}
/*# sourceMappingURL=style.css.map */