/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

@font-face {
  font-family: 'Avenir Next';
  src: url(/font/19jA9hN.eot);
  src: url(/font/19jA9hN.eot?#iefix) format('embedded-opentype'),
    url(/font/2apevZN.woff) format('woff'),
    url(/font/9R7WKpM.ttf) format('truetype')
    url(/font/2FPudmJ.svg#fe299bf9c71888f1da7b2c2d74973b56) format('svg');
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(/font/3CdyoIQ.eot);
  src: url(/font/3CdyoIQ.eot?#iefix) format('embedded-opentype'),
    url(/font/oLI7wzn.woff) format('woff'),
    url(/font/1qY5MEj.ttf) format('truetype')
    url(/font/VmTFqFs.svg#5ff54762f5b331a06e3ae1fbf17e8ff4) format('svg');
  font-weight: 500;
}

@font-face {
  font-family: 'Avenir Next';
  src: url(/font/PeNedjL.eot);
  src: url(/font/PeNedjL.eot?#iefix) format('embedded-opentype'),
    url(/font/vxJTYcF.woff) format('woff'),
    url(/font/1aeaF4c.ttf) format('truetype')
    url(/font/2zYBB3Z.svg#92550229aad14ffa2dc273e49410d17e) format('svg');
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Avenir Next', Arial;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

@media (max-width: 46.24em) {
  body, p {
    font-size: 1.4rem;
  }

  p {
    line-height: 1.6;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.5;
  }

  h3 {
    font-size: 2.8rem;
  }
}

@media (min-width: 46.25em) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  p {
    font-size: 2rem;
    line-height: 1.8;
  }

  h1 {
    color: #013253;
    font-size: 4.6rem;
    line-height: 1.4;
  }

  h3 {
    font-size: 3.8rem;
  }
}

@media (min-width: 80.01em) {

}

a {
  color: #00ac13;
}

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

.btn {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.btn--turbo {
  color: #222 !important;
  background-color: #FFE600;
}

.btn--fun-green {
  color: #fff;
  background-color: #00ac13;
}

@media (max-width: 46.24em) {
  .btn {
    text-align: center;
    width: 100%;
    padding: 18px 6px 13px;
    font-size: 1.8rem;
  }
}

@media (min-width: 46.25em) {
  .btn {
    padding: 12px 24px 8px;
    font-size: 2rem;
  }
}

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap
}

.l-grid__one-half,
.l-grid__one-third,
.l-grid__two-third {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%
}

@media (min-width: 46.25em) {
  .l-grid__one-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}
  .l-grid__one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}
  .l-grid__two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666%;flex:0 0 66.6666%}
}

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

.l-wrap {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 46.24em) {
  .l-wrap {
    padding: 40px 18px;
  }
}

@media (min-width: 46.25em) {
  .l-wrap {
    width: 80%;
    padding: 80px 0;
    margin: 0 auto;
  }
}

@media (min-width: 80.01em) {
  .l-wrap {
    padding: 100px 0;
  }
}

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

.l-section {
}

.l-section__divider {
  width: auto;
  height: 4px;
  margin: 0 18px;
  background-color: #022742;
  box-sizing: border-box;
}

@media (min-width: 46.25em) {
  .l-section {
  }
  .l-section__divider {
    display: none;
    visibility: hidden;
  }
}

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

.md-card {
  color: #000;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.31);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}

.md-card__title {

}

.md-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.md-card__action {
  text-align: right;
}

@media(max-width: 46.24em) {
  .md-card {
  }
  .md-card__content {
    padding: 22px 14px;
  }
  .md-card__action {
    padding: 0 14px 8px 14px;
  }
}

@media(min-width: 46.25em) {
  .md-card {
  }
  .md-card__title {
    padding: 32px 32px;
    font-size: 1.4rem;
  }
  .md-card__content {
    padding: 38px 32px;
  }
  .md-card__action {
    padding: 6px 32px 22px 32px;
  }
}

body {
  background: #ff8500;
}

html,
body {
  color: #222;
}

.body--scroll-up {
  background: #ff8500;
}

.body--scroll-down {
  background: #011929;
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.l-header {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%
}

.l-header a {
  color: #fff;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 600
}

.l-header--sticky {
  background-color: rgba(255,255,255,.93);
  box-shadow: 0 0 4px rgba(0,0,0,.4)
}

.l-header--sticky a {
  color: #222
}

.l-header--sticky .l-header__logo {
  background-image: url(/img/1biNc4A.png) !important
}

.l-header__nav {
  margin-left: 68px;
}

.l-header__logo {
  display: block;
  float: left;
  width: 230px;
  height: 37px;
  background-size: 230px 37px;
  background-image: url(/img/2wgjdtO.png);
}

.l-header .l-grid__one-third {
  text-align: right
}

@media (max-width: 46.24em) {
  .l-header {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 46.25em) {
  .l-header {
    top: 0;
    left: 0;
    z-index: 1000;
    position: fixed;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .l-header {
  }
  .l-header--sticky {
  }
  .l-header--sticky .l-header__logo {
    background-image: url(/img/53z2fEV.png) !important
  }
  .l-header__logo {
    background-image: url(/img/AP7U4HH.png)
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.l-footer {
  color: #fff;
  overflow: hidden
}

.l-footer p {
  font-size: 22.4px;
  font-size: 1.4rem
}

.l-footer a {
  color: #00ac13
}

.l-footer__wrap {
  padding-bottom: 32px
}

.l-footer__top {
  position: relative
}

.l-footer__top,
  .l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.l-footer__connect {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 20
}

.l-footer__connect a {
  width: 54px;
  height: 54px;
  display: inline-block;
  background-color: #07456F;
  background-repeat: none;
  background-size: cover;
  margin-right: 8px;
  border-radius: 4px
}

.l-footer__connect a:hover,
      .l-footer__connect a:active {
  background-color: #00ac13
}

.l-footer__connect--facebook {
  background-image: url(/img/2BxKwqT.png)
}

.l-footer__connect--twitter {
  background-image: url(/img/1zzzKqW.png)
}

.l-footer__connect--linkedin {
  background-image: url(/img/22Oj3ho.png)
}

.l-footer__connect--instagram {
  background-image: url(/img/lHSITvg.png)
}

.l-footer__shark {
  width: 211px;
  height: 96px;
  position: absolute;
  background: url(/img/1U3_-c5.png) no-repeat;
  background-size: cover;
  opacity: .09;
  z-index: 10
}

.l-footer__bottom {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #565F74
}

.l-footer__bottom a {
  color: inherit;
  font-weight: 400;
  text-decoration: none
}

@media (max-width: 46.24em) {
  .l-footer {
    background-image: -webkit-linear-gradient(top, #013253 0%, #011929 100%);
    background-image: linear-gradient(-180deg, #013253 0%, #011929 100%)
  }
  .l-footer h3 {
    margin-bottom: 18px
  }
  .l-footer__top {
    margin-bottom: 44px
  }
  .l-footer__shark {
    top: 80%;
    right: -44%
  }
  .l-footer__top,
    .l-footer__bottom {
    text-align: center
  }
  .l-footer__bottom {
    font-size: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
  .l-footer__copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2
  }
  .l-footer__meta-links {
    color: #9EA9B1;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1
  }
}

@media (min-width: 46.25em) {
  .l-footer {
    background-color: #011E31
  }
  .l-footer__top {
    margin-bottom: 100px
  }
  .l-footer__shark {
    top: 10px;
    right: 32px
  }
  .l-footer__copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .l-footer{
  }
  .l-footer__shark {
    background-image: url(/img/1o91HY-.png)
  }
  .l-footer__connect {
  }
  .l-footer__connect--facebook {
    background-image: url(/img/362pj0z.png)
  }
  .l-footer__connect--twitter {
    background-image: url(/img/2xp3X2g.png)
  }
  .l-footer__connect--linkedin {
    background-image: url(/img/1feQ-BP.png)
  }
  .l-footer__connect--instagram {
    background-image: url(/img/1fSN_5T.png)
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.about-section {
  color: #fff;
  position: relative
}

.about-section h1 {
  color: #fff
}

.about-section .l-wrap {
  z-index: 150
}

@media (max-width: 46.24em) {
  .about-section {
  }
  .about-section h1 {
    font-size: 3rem;
    line-height: 1.3
  }
}

@media (min-width: 46.25em) {
  .about-section {
  }
  .about-section__iceberg {
  }
}

@media (min-width: 80.01em) {
  .about-section {
  }
  .about-section__wrap {
    padding: 160px 0
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.event-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-filter {
  color: #979797;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 46.24em) {
  .event-filters__wrap {
    width: 100%;
  }

  .event-filter {
    width: 100%;
    padding: 8px 0
  }

  .event-filter:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
    background: #0066cc;
  }

  .event-filter--active {
    color: #0066cc;
  }

  .event-filter--active:before {
    background-color: #0066cc;
  }
}

@media (min-width: 46.25em) {
  .event-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }
  .event-filters__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .event-filters__wrap:after {
    display: block;
    content: '';
    height: 1px;
    background: #ededed;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .event-filter {
    margin: 0 22px;
    padding: 12px 0
  }

  .event-filter--active {
    color: #0066cc;
    position: relative;
  }

  .event-filter--active:after {
    content: '';
    width: 100%;
    padding: 0 22px;
    height: 3px;
    bottom: 0;
    left: -22px;
    background: #0066cc;
    position: absolute;
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.events-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%
}

.events-card .md-card {}

.events-card .md-card__media {
  width: 100%;
  padding-bottom: 54.46%;
  background-image: url(/img/1eUxj_5.jpg);
  background-size: cover;
  background-position: top center
}

.events-card .md-card__action {
  font-size: 28.8px;
  font-size: 1.8rem
}

.events-card__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}

.events-card__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
  margin-right: 20px;
  text-align: center;
  display: block;
}

.events-card__month {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  background: #ae2c2c;
}

.events-card__day {
  font-size: 32px;
  font-size: 2rem;
  width: 100%;;
  display: block;
  font-weight: bold;
  background: #e2e2e2;
}

.events-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
  line-height: 1.4;
}

.events-card__location {
  color: #9f9f9f;
  font-size: 22.4px;
  font-size: 1.4rem;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .events-card .md-card__media {
    background-image: url(/img/9eiWZzV.jpg);
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.hippo-blog {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%
}

.hippo-blog__post {
  border-bottom: 1px solid #F7F7F7
}

.hippo-blog__post:last-of-type {
  margin: 0;
  padding: 0;
  border: none
}

.hippo-blog__date {
  color: #979797
}

.hippo-blog__link {
  font-weight: 600
}

.hippo-blog .md-card {
  }

.hippo-blog .md-card__media {
  width: 100%;
  padding-bottom: 54.46%;
  background-image: url(/img/3F1LPSq.jpg);
  background-size: cover;
  background-position: top center
}

@media (max-width: 46.24em) {
  .hippo-blog {
  }
  .hippo-blog p {
    font-size: 1.2rem;
    margin-bottom: 22px
  }
  .hippo-blog__post {
    margin-bottom: 14px;
    padding-bottom: 12px
  }
  .hippo-blog__date {
    font-size: 1rem;
    margin-bottom: 4px
  }
  .hippo-blog__link {
    font-size: 1.2rem
  }
}

@media (min-width: 46.25em) {
  .hippo-blog {
    padding-right: 20px
  }
  .hippo-blog__post {
    margin-bottom: 18px;
    padding-bottom: 16px
  }
  .hippo-blog__date {
    font-size: 1.4rem;
    margin-bottom: 4px
  }
  .hippo-blog__link {
    font-size: 1.8rem
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hippo-blog .md-card__media {
    background-image: url(/img/3p5t2v-.jpg);
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.street-cred-section {
  color: #fff
}

.street-cred-section h1 {
  color: #fff
}

@media (min-width: 46.25em) {
  .street-cred__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.contact-section {}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
}

.contacts__contact {
  text-align: center
}

@media (max-width: 46.24em) {
  .contact-section {
    color: #fff;
    background-color: #013253;
  }

  .contacts {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }

  .contacts__contact {
    width: 50%;
    position: relative;
    margin-bottom: 22px
  }

  .contacts__contact:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 103px;
    height: 103px;
    background-image: url(/img/3FHSqST.png);
    content: '';
    position: absolute
  }

  .contacts__contact img {
    width: 100px;
    margin-bottom: 12px
  }

  .contacts__contact h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 6px
  }

  .contacts__contact p {
    color: #7d9db3;
    margin: 0;
    font-size: 1.2rem
  }
}

@media (min-width: 46.25em) {
  .contact-section {
    background-color: #fff;
  }

  .contacts {
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }

  .contacts__contact {
    width: 33.3333%;
    margin-bottom: 22px
  }

  .contacts__contact h4 {
    font-size: 2.4rem
  }

  .contacts__contact p {
    font-size: 1.6rem;
    box-sizing: border-box;
    padding: 0 18px
  }
}

@media (max-width: 46.24em) and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .contacts {
  }
  .contacts__contact {}
  .contacts__contact:before {
    background-size: 103px 103px;
    background-image: url(/img/3kFHFUo.png)
  }
}

@media (min-width: 80.01em) {
  .contacts {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
  }
  .contacts__contact {
    width: 20%
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.video-modal {
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.92);
  z-index: -100;
  display: none;
  visibility: hidden;
  box-sizing: border-box
}

.video-modal--open {
  display: block;
  visibility: visible;
  z-index: 5000
}

.video-modal__wrap {
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 64px 30px rgba(0,0,0,0.26);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}

.video-modal__wrap span {
  background: #fff;
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
  position: relative
}

.video-modal__close {
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: url(/img/zFwGZBS.png) no-repeat center;
  background-size: 25px 25px;
  position: absolute;
  z-index: 500
}

.video-modal__youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff
}

.video-modal__text {
  color: #000
}

@media (max-width: 46.24em) {
  .video-modal {
    padding: 0 4%
  }
  .video-modal__close {
    top: 0;
    right: 0
  }
  .video-modal__text {
    padding: 16px 18px 12px;
    line-height: 1.8
  }
}

@media (min-width: 46.25em) {
  .video-modal {
    padding: 0 14%
  }
  .video-modal__close {
    top: 8px;
    right: 12px
  }
  .video-modal__text {
    padding: 28px 48px 24px
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .video-modal {
  }
  .video-modal__close {
    background-image: url(/img/3HhD5eY.png)
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.above-the-fold {
  background-color: #ff8500;
  position: relative;
  overflow: hidden
}

.above-the-fold h1 {
  color: #fff;
  display: block;
  line-height: 1.2
}

.above-the-fold h4 {
  opacity: .32;
  line-height: 1;
  font-weight: 500;
  color: #000
}

.above-the-fold a {
  color: #ffec00;
  font-weight: 600;
  cursor: pointer
}

.above-the-fold__wrap {
  z-index: 20;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute
}

.above-the-fold__clouds {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  overflow: hidden
}

.above-the-fold__cloud {
  position: absolute;
  background-size: contain;
  background-image: url(/img/cJXjZRi.png);
  background-repeat: no-repeat
}

.above-the-fold__cloud--a {
  width: 84px;
  height: 26px;
  opacity: .14
}

.above-the-fold__cloud--b {
  width: 109px;
  height: 34px;
  opacity: .14
}

.above-the-fold__cloud--c {
  width: 163px;
  height: 50px;
  opacity: .14
}

@media (max-width: 46.24em) {
  .above-the-fold {
    text-align: center
  }
  .above-the-fold h1 {
    font-size: 4.2rem;
    line-height: 1.1;
    font-weight: 700
  }
  .above-the-fold h4 {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 8px
  }
  .above-the-fold a {
    color: #222 !important;
    background-color: #FFE600;
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    padding: 16px 0 12px;
    font-weight: bold;
    margin-top: 4px
  }
  .above-the-fold__actions {
    margin-top: 12px
  }
  .above-the-fold__wrap {
    top: 35%;
    padding: 0 18px;
    margin: 0 0 160px 0
  }
  .above-the-fold__cloud {
  }
  .above-the-fold__cloud--a {
    top: 14%;
    left: 2%
  }
  .above-the-fold__cloud--b {
    top: 46%;
    left: -7%
  }
  .above-the-fold__cloud--c {
    top: 54%;
    left: 69%
  }
}

@media (min-width: 46.25em) {
  .above-the-fold {
  }
  .above-the-fold h1 {
    font-size: 4.8rem
  }
  .above-the-fold h4 {
    letter-spacing: 6px;
    margin-bottom: 8px;
    font-size: 1.4rem
  }
  .above-the-fold a {
    font-size: 1.5rem;
    margin-right: 22px
  }
  .above-the-fold__wrap {
    top: 45%;
    margin-bottom: 50px;
    padding: 0 10%
  }
  .above-the-fold__cloud {
  }
  .above-the-fold__cloud--a {
    top: 28%;
    left: 8%
  }
  .above-the-fold__cloud--b {
    top: 36%;
    left: -2%
  }
  .above-the-fold__cloud--c {
    top: 28%;
    left: 82%
  }
}

@media(min-width: 64.063em) {
  .above-the-fold {
  }
  .above-the-fold h1 {
    font-size: 6rem
  }
  .above-the-fold h4 {
    font-size: 1.6rem
  }
  .above-the-fold a {
    font-size: 1.8rem;
    margin-right: 28px
  }
}

@media (min-width: 80.01em) {
  .above-the-fold {
  }
  .above-the-fold h1 {
    font-size: 8rem;
    line-height: 1.1
  }
  .above-the-fold h4 {
    letter-spacing: 10px;
    margin-bottom: 18px;
    font-size: 2.4rem
  }
  .above-the-fold a {
    font-size: 2.2rem;
    margin-right: 32px
  }
  .above-the-fold__cloud {
  }
  .above-the-fold__cloud--a {
    left: 12%
  }
  .above-the-fold__cloud--b {
    left: 4%
  }
  .above-the-fold__cloud--c {
    left: 74%
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .above-the-fold {
  }
  .above-the-fold__cloud {
    background-image: url(/img/1m2YBBz.png)
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.partners-section {
  color: #fff;
}

.partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box
}

.partner .md-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner .md-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner .md-card__action {
  border-top: 1px solid #DDDDDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner__btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}

.partner__btn--www {
  background-image: url(/img/1AzRt3K.png);
}

.partner__btn--lab {
  background-image: url(/img/1-H_wAi.png);
}

.partner__btn--twitter {
  background-image: url(/img/3Pl3WlN.png);
}

.partner__btn--youtube {
  background-image: url(/img/3Hadnkz.png);
}

.partner__btn--facebook {
  background-image: url(/img/22BG54q.png);
}

.partner__btn--linkedin {
  background-image: url(/img/sRDMUtp.png);
}

@media (max-width: 46.24em) {
  .partners__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 12px
  }

  .partner .md-card__media {
    min-height: 120px;
  }

  .partner .md-card__action {
    padding-top: 8px;
  }
}

@media (min-width: 46.25em) {
  .partners-section {
  }
  .partners-section .l-wrap {
    padding-top: 0;
  }

  .partner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    height: auto;
    padding: 6px
  }

  .partner .md-card__media {
    min-height: 200px;
  }

  .partner .md-card__action {
    padding-top: 20px;
  }

  .partner__btn {
    margin: 0 8px;
  }

  .partners-section--mobile {
    display: none;
    visibility: hidden;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .partner__btn {
  }
  .partner__btn--www {
    background-size: 22px 22px;
    background-image: url(/img/cLs7ZMp.png);
  }
  .partner__btn--lab {
    background-size: 21px 22px;
    background-image: url(/img/ljOlkJT.png);
  }
  .partner__btn--twitter {
    background-size: 22px 18px;
    background-image: url(/img/1-BTzov.png);
  }
  .partner__btn--youtube {
    background-size: 22px 16px;
    background-image: url(/img/2oeIwTx.png);
  }
  .partner__btn--facebook {
    background-size: 12px 22px;
    background-image: url(/img/1D7rp7K.png);
  }
  .partner__btn--linkedin {
    background-size: 22px 22px;
    background-image: url(/img/3em7UoY.png);
  }
}

.partner--enter {
  opacity: 0;
}

.partner--enter.partner--enter-active {
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.partner--leave {
  opacity: 1;
}

.partner--leave.partner--leave-active {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.partner-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-filter {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 46.24em) {
  .partner-filters__wrap {
    width: 100%;
  }

  .partner-filter {
    width: 100%;
    padding: 8px 0
  }

  .partner-filter:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 6px;
    background: #1F4A67;
  }

  .partner-filter--active {
    color: #ffec00;
  }

  .partner-filter--active:before {
    background-color: #ffec00;
  }
}

@media (min-width: 46.25em) {
  .partner-filters {
    margin: 60px 0 40px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
  }
  .partner-filters__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partner-filters__wrap:after {
    display: block;
    content: '';
    height: 1px;
    background: #1F4A67;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partner-filter {
    margin: 0 22px;
    padding: 12px 0
  }

  .partner-filter--active {
    color: #ffec00;
    position: relative;
  }

  .partner-filter--active:after {
    content: '';
    width: 100%;
    padding: 0 22px;
    height: 3px;
    bottom: 0;
    left: -22px;
    background: #ffec00;
    position: absolute;
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.partners-reel {
  width: 100%;
  line-height: 0;
  position: absolute
}

.partners-reel__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
  box-sizing: border-box
}

.partners-reel__partner {
  cursor: pointer;
  width: 20%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1
}

.partners-reel__partner img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute
}

@media (max-width: 46.24em) {
  .partners-reel {
    display: none;
    visibility: none;
  }
}

@media (min-width: 46.25em) {
  .partners-reel {
    top: -160px;
    height: 160px;
  }
}

@media (min-width: 80.01em) {
  .partners-reel {
    top: -200px;
    height: 200px;
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

@-webkit-keyframes wave {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1680px 0;
  }
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1680px 0;
  }
}

@-webkit-keyframes wave-reverse {
  0% {
    background-position: -1680px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@keyframes wave-reverse {
  0% {
    background-position: -1680px 0;
  }

  100% {
    background-position: 0 0;
  }
}

@-webkit-keyframes iceberg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 6px, 0);
            transform: translate3d(-4px, 6px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes iceberg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-4px, 6px, 0);
            transform: translate3d(-4px, 6px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes iceberg-mobile {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-50%, 6px, 0);
            transform: translate3d(-50%, 6px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

@keyframes iceberg-mobile {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-50%, 6px, 0);
            transform: translate3d(-50%, 6px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.below-the-fold {
  position: relative;
  background: #2E6F99
}

.below-the-fold:after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  background: rgba(11, 45, 66, .97);
}

.below-the-fold__iceberg {
  content: '';
  position: absolute;
  background: url(/img/2nzR1D3.png) no-repeat top left;
  z-index: 5;
  -webkit-animation: iceberg 6.5s infinite ease-in-out;
          animation: iceberg 6.5s infinite ease-in-out;
}

.below-the-fold__water {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.below-the-fold__water:before {
  z-index: 20;
  -webkit-animation: wave 16s infinite linear;
          animation: wave 16s infinite linear;
  background-image: url(/img/1WG9VV9.png);
}

.below-the-fold__water:after {
  z-index: 0;
  -webkit-animation: wave-reverse 18s infinite linear;
          animation: wave-reverse 18s infinite linear;
  background-image: url(/img/8FCkkPW.png);
}

.below-the-fold__water:before,
    .below-the-fold__water:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-repeat: repeat-x;
}

.below-the-fold .l-section {
  z-index: 20;
  position: relative;
}

@media (max-width: 46.24em) {
  .below-the-fold {
  }
  .below-the-fold__water {
    top: -120px;
    height: 120px;
  }
  .below-the-fold__water:before {
    height: 110px;
    background-size: 1680px 110px;
  }
  .below-the-fold__water:after {
    height: 120px;
    background-size: 1680px 120px;
  }
  .below-the-fold__iceberg {
    top: -251px;
    left: 50%;
    width: 280px;
    height: 652px;
    background-size: 280px 652px;
    -webkit-animation: iceberg-mobile 6.5s infinite ease-in-out;
            animation: iceberg-mobile 6.5s infinite ease-in-out;
  }
}

@media (min-width: 46.25em) {
  .below-the-fold {
  }
  .below-the-fold__water {
    top: -200px;
    height: 200px;
  }
  .below-the-fold__water:before {
    height: 190px;
    background-size: 1680px 190px;
  }
  .below-the-fold__water:after {
    height: 200px;
    background-size: 1680px 200px;
  }
  .below-the-fold__iceberg {
    top: -400px;
    right: 24px;
    width: 384px;
    height: 894px;
    background-size: 384px 894px;
  }
}

@media(min-width: 64.063em) {
  .below-the-fold {
  }
  .below-the-fold__iceberg {
    top: -400px;
    right: 24px;
    width: 448px;
    height: 1043px;
    background-size: 448px 1043px;
  }
}

@media (min-width: 80.01em) {
  .below-the-fold {
  }
  .below-the-fold__water {
    top: -200px;
    height: 200px;
  }
  .below-the-fold__water:before {
    height: 190px;
    background-size: 1680px 190px;
  }
  .below-the-fold__water:after {
    height: 200px;
    background-size: 1680px 200px;
  }
  .below-the-fold__iceberg {
    top: -480px;
    right: 24px;
    width: 613px;
    height: 1428px;
    background-size: 613px 1428px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .below-the-fold {
  }
  .below-the-fold__water {
  }
  .below-the-fold__water:before {
    background-image: url(/img/1IXXBfH.png);
  }
  .below-the-fold__water:after {
    background-image: url(/img/35YS9gn.png);
  }
  .below-the-fold__iceberg {
    background-image: url(/img/2Lrgn3K.png);
  }
}
/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/**
 * innovate.communitech.ca
 * https://git.communitech.ca/marketing/innovate.communitech.ca
 *
 * Copyright © 2016-present Communitech Corporation. All rights reserved.
 */

/* font-weight */

/* media queries */

.advantage-section {
  color: #fff
}

.advantage-section__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}

.advantage-section__stat {
  text-align: center;
  box-sizing: border-box
}

.advantage-section__stat a {
  color: #ffec00;
  font-weight: 700;
  text-decoration: none
}

.advantage-section .btn {
  position: relative
}

.advantage-section .btn:before {
  content: '';
  left: 0;
  top: 0;
  background: url(/img/22zrs4f.png) no-repeat center;
  display: inline-block
}

@media (max-width: 46.24em) {
  .advantage-section {
  }
  .advantage-section .btn {
  }
  .advantage-section .btn:before {
    width: 18px;
    height: 18px;
    margin-bottom: -2px;
    margin-right: 6px;
    background-size: 18px
  }
  .advantage-section__stats {
    padding: 0 0 44px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
  .advantage-section__stat {
    width: 100%;
    margin: 32px 0 0 0;
    padding: 0 18px;
    text-align: center
  }
  .advantage-section__stat h2 {
    font-size: 3rem
  }
  .advantage-section__stat .l-section__divider {
    margin-top: 32px;
    background-color: #305873;
    width: 34%;
    margin: 32px auto 0 auto
  }
}

@media (min-width: 46.25em) {
  .advantage-section {
  }
  .advantage-section .btn {
    padding-left: 60px;
    position: relative
  }
  .advantage-section .btn:before {
    width: 27px;
    height: 27px;
    background-size: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 24px;
    position: absolute
  }
  .advantage-section .l-wrap {
    padding-top: 0
  }
  .advantage-section__stats {
    color: #000;
    border-top: 4px solid #02253e;
    border-bottom: 4px solid #02253e;
    background: #fff
  }
  .advantage-section__stat {
    width: 33.3333%;
    padding: 84px 32px
  }
  .advantage-section__stat h2 {
    font-size: 3.2rem
  }
  .advantage-section__stat a {
    color: #00ac13
  }
}

@media (min-width: 80.01em) {
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .advantage-section {
  }
  .advantage-section .btn {
  }
  .advantage-section .btn:before {
    background-image: url(/img/1gYFnIW.png)
  }
}

/*# sourceMappingURL=style.bundle.css.map*/