<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default functions,  mixins and variables (must be added to home-page-style.scss and inner-page-style.scss)
=======================================*/
/* Share components var
=======================================*/
/* Colors Set
=======================================*/
/* BreakPoints
=======================================*/
@font-face {
  font-family: 'wico';
  src: url("../fonts/icomoon/fonts/wico.woff2") format("woff2"), url("../fonts/icomoon/fonts/wico.woff") format("woff"), url("../fonts/icomoon/fonts/wico.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 29, sass/helper/_ico-var.scss */
[class^='ico--'],
[class*=' ico--'],
.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* fix inline block */
/* hide the text content  http://nicolasgallagher.com/another-css-image-replacement-technique/ */
/* Vertically align */
/* Placeholder */
/* Triangle - @include triangle(12px, 6px, #ff0000, bottom); */
/* @include svg_bg(inline/icon-x, 50px); */
/* Calculate fluid ratio based on two dimensions (width/height)  @include fluid-ratio(800px 200px, 300px 150px);
http://voormedia.com/blog/2012/11/responsive-background-images-with-fixed-or-fluid-aspect-ratios
*/
/* @include pseudo(before, 10px, 10px); */
/* @include accelerate(transform); */
/* line 381, sass/helper/_mixins.scss */
.ani--trans, .is-video .ico--video-play::after, .btn--top-nav:after, .breadcrumb__link, .card--poster .card__title {
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  transition-property: color, visibility, opacity, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size;
  transition-property: transform, color, visibility, opacity, box-shadow, background-color, border-width, border-color, fill, max-width, max-height, background-size, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 2, sass/helper/_flex-grid.scss */
.row--gutter-md {
  /*margin-left: -0.875rem;*/
  /*margin-right: -0.875rem;*/
  margin-left: -4.875rem;
  margin-right: -4.875rem;
}
/* line 6, sass/helper/_flex-grid.scss */
.row--gutter-md &gt; * {
  padding: 0.875rem;
}
/* line 11, sass/helper/_flex-grid.scss */
.row--gutter-xs {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
/* line 15, sass/helper/_flex-grid.scss */
.row--gutter-xs &gt; * {
  padding: 0.125rem;
}
/* line 20, sass/helper/_flex-grid.scss */
.row--gutter-sm {
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
/* line 24, sass/helper/_flex-grid.scss */
.row--gutter-sm &gt; * {
  padding: 0.75rem 0.25rem;
}
/* line 1, sass/helper/_video.scss */
.is-video {
  position: relative;
  text-decoration: none;
}
/* line 8, sass/helper/_video.scss */
.is-video:hover .ico--video-play::after, .is-video:focus .ico--video-play::after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
/* line 15, sass/helper/_video.scss */
.is-video .ico--video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  display: block;
  width: 2.38888889em;
  height: 2.38888889em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #2020B2;
  background-color: #CFF2FA;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  /* line 15, sass/helper/_video.scss */
  .is-video .ico--video-play {
    width: 2.24em;
    height: 2.24em;
    font-size: 1.5625rem;
  }
}
/* line 41, sass/helper/_video.scss */
.is-video .ico--video-play::before {
  margin-left: 0.27777778em;
}
/* line 45, sass/helper/_video.scss */
.is-video .ico--video-play::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: '';
  border-radius: 50%;
  background-color: rgba(207, 242, 250, 0.8);
}
/* line 61, sass/helper/_video.scss */
.is-video.vid-box--xs .ico--video-play {
  width: 2.24em;
  height: 2.24em;
  font-size: 1.5625rem;
}
/* Custom
=======================================*/
/* line 1, sass/component/_top-nav.scss */
.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1199.98px) {
  /* line 1, sass/component/_top-nav.scss */
  .top-nav {
    font-size: 0.875em;
  }
}
@media (max-width: 991.98px) {
  /* line 1, sass/component/_top-nav.scss */
  .top-nav {
    font-size: 0.75em;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/component/_top-nav.scss */
  .top-nav {
    font-size: 0.625em;
  }
}
/* line 17, sass/component/_top-nav.scss */
.top-nav__item {
  padding: 0em 3.5em;
}
@media (max-width: 767.98px) {
  /* line 17, sass/component/_top-nav.scss */
  .top-nav__item {
    padding: 0em 2.8em;
  }
}
/* line 25, sass/component/_top-nav.scss */
.top-nav__item:not(:first-child) {
  position: relative;
}
/* line 28, sass/component/_top-nav.scss */
.top-nav__item:not(:first-child):before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1px;
  height: 2.3125em;
  background-color: #707070;
  content: '';
}
/* line 42, sass/component/_top-nav.scss */
.btn--top-nav {
  position: relative;
  padding: 1.25em 0em 1.21428571em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.14285714;
  font-size: 1.75em;
  font-weight: 600;
  color: #36364F;
}
/* line 52, sass/component/_top-nav.scss */
.btn--top-nav:after {
  position: absolute;
  bottom: -0.07142857em;
  left: 0;
  right: 0;
  height: 0.14285714em;
  background-color: #2020B2;
  opacity: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  content: '';
}
/* line 68, sass/component/_top-nav.scss */
.btn--top-nav:hover, .btn--top-nav:focus, .btn--top-nav.is-active {
  color: #2020B2;
}
/* line 72, sass/component/_top-nav.scss */
.btn--top-nav:hover:after, .btn--top-nav:focus:after, .btn--top-nav.is-active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/* line 79, sass/component/_top-nav.scss */
.btn--top-nav .btn__ico {
  margin-right: 0.625em;
  font-size: 1.14285714em;
}
/* line 1, sass/section/_breadcrumb.scss */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none !important;
  margin-bottom: 0.42105263em;
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.31578947;
}
/* line 8, sass/section/_breadcrumb.scss */
.inner-top--theme-light .breadcrumb {
  color: #21212F;
}
@media (max-width: 1199.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  /* line 1, sass/section/_breadcrumb.scss */
  .breadcrumb {
    font-size: 0.875rem;
  }
}
/* line 20, sass/section/_breadcrumb.scss */
.breadcrumb__item {
  display: inline-block;
  margin-bottom: 0.1875rem;
}
/* line 24, sass/section/_breadcrumb.scss */
.breadcrumb__item:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -0.0625em;
  margin: 0rem 0.625rem;
  font-size: 0.63157895em;
  line-height: 1;
  vertical-align: middle;
  content: "\e910";
}
/* line 37, sass/section/_breadcrumb.scss */
.breadcrumb__item:last-child:after {
  display: none;
}
/* line 43, sass/section/_breadcrumb.scss */
.breadcrumb__link {
  border-bottom: 1px solid transparent;
  color: currentColor;
}
/* line 389, sass/helper/_mixins.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  border-bottom: 1px solid currentColor;
}
/* line 47, sass/section/_breadcrumb.scss */
.inner-top--theme-dark .breadcrumb__link {
  text-shadow: 0 0 4px #000;
}
/* line 51, sass/section/_breadcrumb.scss */
.breadcrumb__link:hover, .breadcrumb__link:focus {
  color: currentColor;
}
/* line 2, sass/page/_antidrug-posters.scss */
.placeholder--poster {
  padding-bottom: 143.18181818%;
}
/* line 5, sass/page/_antidrug-posters.scss */
.placeholder--more-info {
  padding-bottom: 24.81684982%;
}
/* line 9, sass/page/_antidrug-posters.scss */
.main-content {
  padding: 3.5rem 0rem 4.75rem;
  background: url("../img/page-texture-top-left.png") no-repeat left top, url("../img/page-texture-top-right.png") no-repeat right top, url("../img/page-texture-bottom-right.png") no-repeat right bottom;
}
/* line 15, sass/page/_antidrug-posters.scss */
.card--poster {
  position: relative;
  z-index: 0;
  padding-left: 1.5em;
  padding-bottom: 3.125em;
  height: 100%;
  display: block;
  color: #36364F;
  background: url("../img/bg-texture-poster-bottom-video-and-audio.png") no-repeat right bottom;
}
/* line 30, sass/page/_antidrug-posters.scss */
.card--poster:hover .card__title, .card--poster:focus .card__title {
  color: #2020B2;
}
/* line 35, sass/page/_antidrug-posters.scss */
.card--poster::before {
  position: absolute;
  top: 0;
  bottom: 3.125em;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 1.25em 0.1875em 1.625em rgba(0, 0, 0, 0.25);
  box-shadow: 1.25em 0.1875em 1.625em rgba(0, 0, 0, 0.25);
  content: '';
}
@media (max-width: 991.98px) {
  /* line 15, sass/page/_antidrug-posters.scss */
  .card--poster {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 15, sass/page/_antidrug-posters.scss */
  .card--poster {
    font-size: 0.75em;
  }
}
/* line 56, sass/page/_antidrug-posters.scss */
.card--poster .card__body {
  padding: 1.6875em 1em 1.875em 0em;
}
/* line 60, sass/page/_antidrug-posters.scss */
.card--poster .card__tag {
  margin-bottom: 0.8em;
  font-size: 0.9375em;
  line-height: 1.33333333;
}
/* line 66, sass/page/_antidrug-posters.scss */
.card--poster .card__title {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.33333333;
}
@media (max-width: 767.98px) {
  /* line 66, sass/page/_antidrug-posters.scss */
  .card--poster .card__title {
    font-size: 1.3125em;
  }
}
/* line 79, sass/page/_antidrug-posters.scss */
.card--more-info {
  display: block;
  color: #2020B2;
}
@media (max-width: 991.98px) {
  /* line 79, sass/page/_antidrug-posters.scss */
  .card--more-info {
    font-size: 0.875em;
  }
}
@media (max-width: 767.98px) {
  /* line 79, sass/page/_antidrug-posters.scss */
  .card--more-info {
    font-size: 0.75em;
  }
}
/* line 90, sass/page/_antidrug-posters.scss */
.card--more-info:hover, .card--more-info:focus {
  color: #36364F;
}
/* line 96, sass/page/_antidrug-posters.scss */
.card--more-info .card__body {
  position: relative;
  margin-top: -4.5625em;
  margin-left: auto;
  padding: 2.125em 1.5em 2.25em;
  width: 58.97435897%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 575.98px) {
  /* line 96, sass/page/_antidrug-posters.scss */
  .card--more-info .card__body {
    margin-top: -1.66666667em;
    width: 80%;
  }
}
/* line 111, sass/page/_antidrug-posters.scss */
.card--more-info .card__title {
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.34615385;
}
/* line 121, sass/page/_antidrug-posters.scss */
.row .col {
  margin-bottom: 2.75em;
}
/* line 126, sass/page/_antidrug-posters.scss */
.more-info {
  margin-top: 1.875em;
  margin-right: auto;
  width: 82.9787234%;
}
@media (max-width: 767.98px) {
  /* line 126, sass/page/_antidrug-posters.scss */
  .more-info {
    width: 100%;
  }
}
/* line 137, sass/page/_antidrug-posters.scss */
.btn--goto {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2020B2;
  font-size: 1.25em;
  font-weight: 600;
}
/* line 145, sass/page/_antidrug-posters.scss */
a:hover .btn--goto,
a:focus .btn--goto {
  color: #36364F;
}
/* line 150, sass/page/_antidrug-posters.scss */
.btn--goto::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wico' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.35714286em;
  font-size: 1.4em;
  content: "\e91b";
}
</pre></body></html>