/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}
/* line 15, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 24, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  /* line 15, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 19, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 26, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 18, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 162, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 163, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 164, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 165, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 167, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 168, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 169, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 170, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 171, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 172, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 173, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 174, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 175, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 176, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 177, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 178, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 179, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 180, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 181, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 182, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 183, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 184, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 185, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 187, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 189, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 190, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 191, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 193, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 195, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 196, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 198, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 199, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 202, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 203, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 204, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 205, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 206, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 207, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 208, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 209, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 210, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 211, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 212, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 213, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 214, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 215, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 216, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 217, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 218, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 219, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 221, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 223, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 225, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 226, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 227, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 229, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 231, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 233, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 234, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 235, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 237, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 238, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 239, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 241, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 242, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 243, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 244, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 245, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 246, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 247, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 248, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 249, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 250, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 251, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 252, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 253, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 254, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 255, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 256, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 257, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 258, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 259, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 260, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 261, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 262, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 263, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 264, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 265, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 266, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 267, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 268, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 269, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 270, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 271, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 273, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 274, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 275, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 276, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 277, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 278, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 280, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 281, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 282, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 283, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 284, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 285, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 286, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 287, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 288, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 289, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 290, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 291, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 292, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 294, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 297, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 298, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 299, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 300, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 302, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 303, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 304, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 305, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 306, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 307, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 308, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 309, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 310, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 311, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 312, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 313, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 314, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 315, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 316, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 317, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 318, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 319, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 320, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 321, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 322, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 323, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 324, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 325, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 326, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 327, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 328, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 329, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 330, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 331, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 332, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 333, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 334, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 335, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 336, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 337, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 338, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 339, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 341, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 343, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 345, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 347, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 348, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 350, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 352, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 356, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 359, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 361, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 363, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 364, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 365, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 366, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 367, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 368, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 369, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 370, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 371, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 372, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 373, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 374, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 375, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 376, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 377, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 378, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 379, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 380, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 381, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 382, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 383, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 384, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 385, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 386, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 387, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 388, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 389, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 390, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 391, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 392, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 393, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 394, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 395, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 396, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 398, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 399, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 400, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 401, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 403, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 404, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 405, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 406, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 407, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 408, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 409, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 410, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 411, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 412, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 413, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 414, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 416, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 417, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 418, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 419, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 421, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 422, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 423, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 424, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 425, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 426, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 427, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 430, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 432, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 433, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 434, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 435, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 436, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 437, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 438, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 439, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 440, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 441, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 442, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 443, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 444, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 445, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 446, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 447, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 448, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 449, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 450, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 451, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 452, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 453, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 454, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 455, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 456, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 457, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 459, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 461, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 462, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 463, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 464, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 465, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 466, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 467, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 468, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 469, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 470, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 473, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 475, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 477, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 479, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 480, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 481, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 482, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 483, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 488, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 489, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 492, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 494, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 495, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 496, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 499, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 500, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 501, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 503, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 505, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 507, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 508, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 509, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 510, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 511, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 512, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 513, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 514, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 515, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 517, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 518, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 519, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 520, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 521, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 522, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 523, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 524, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 525, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 526, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 527, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 528, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 529, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 530, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 531, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 532, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 533, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 534, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 535, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 536, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 537, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 538, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 539, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 540, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 541, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 542, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 543, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 544, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 545, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 546, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 547, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 548, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 549, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 550, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 551, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 552, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 553, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 554, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 557, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 558, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 559, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 560, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 561, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 562, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 563, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 564, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 565, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 566, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 567, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 568, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 569, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 570, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 571, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 572, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 573, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 574, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 575, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 576, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 577, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 578, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 580, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 581, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 582, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 583, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 584, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 585, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 586, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 587, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 588, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 589, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 590, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 591, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 592, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 593, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 594, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 595, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 597, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 598, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 599, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 600, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 601, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 603, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 604, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 605, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 606, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 608, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 610, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 612, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 614, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 616, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 617, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 618, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 619, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 620, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 621, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 622, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 623, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 624, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 625, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 626, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 627, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 629, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 631, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 633, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 634, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 636, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 638, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 639, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 640, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 641, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 642, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 643, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 644, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 645, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 646, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 647, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 648, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 649, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 650, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 651, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 652, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 653, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 654, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 655, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 656, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 657, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 658, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 660, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 661, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 662, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 663, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 664, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 665, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 666, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 667, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 668, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 669, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 670, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 671, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 672, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 673, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 674, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 675, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 676, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 677, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 678, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 679, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 680, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 681, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 682, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 683, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 684, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 685, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 686, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 687, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 688, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 689, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 690, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 691, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 692, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 693, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 694, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 695, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 696, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 697, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 698, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 699, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 700, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 701, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 702, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 703, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 704, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 705, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 706, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 707, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 708, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 709, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 710, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 712, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 715, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 716, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 717, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 719, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 720, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 721, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 722, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 723, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 724, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 725, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 726, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 727, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 728, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 729, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 731, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 733, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 4, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 52, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 16, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 20, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 26, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 31, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
[hidden] {
  display: none;
}

/* line 33, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/* line 39, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
body {
  margin: 0;
}

/* line 41, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 44, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 46, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 49, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 51, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 53, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 59, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 67, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

/* line 73, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 79, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
q {
  quotes: none;
}

/* line 82, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 87, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
small {
  font-size: 80%;
}

/* line 90, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 97, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 99, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 101, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
dd {
  margin: 0;
}

/* line 105, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
menu,
ol,
ul {
  padding: 0;
}

/* line 108, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
nav ul, .nav ul, nav ol, .nav ol {
  list-style: none;
  list-style-image: none;
}

/* line 114, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* line 119, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 121, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
figure {
  margin: 0;
}

/* line 123, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/* line 133, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/* line 141, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 144, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 150, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/* line 157, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 160, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/* line 167, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* line 175, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 178, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 183, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 188, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 193, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 202, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
img {
  vertical-align: middle;
}

/* line 204, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 210, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_normalize.scss */
textarea {
  resize: vertical;
}

/************************
    FONT RULES
************************/
@font-face {
  font-family: 'ProximaNovaCond-Bold';
  src: url("fonts/ProximaNovaCond-Bold.eot");
  src: url("fonts/ProximaNovaCond-Bold.woff2") format("woff2"), url("fonts/ProximaNovaCond-Bold.woff") format("woff"), url("fonts/ProximaNovaCond-Bold.ttf") format("truetype"), url("fonts/ProximaNovaCond-Bold.svg#ProximaNovaCond-Bold") format("svg"), url("fonts/ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaCond-Medium';
  src: url("fonts/ProximaNovaCond-Medium.eot");
  src: url("fonts/ProximaNovaCond-Medium.woff2") format("woff2"), url("fonts/ProximaNovaCond-Medium.woff") format("woff"), url("fonts/ProximaNovaCond-Medium.ttf") format("truetype"), url("fonts/ProximaNovaCond-Medium.svg#ProximaNovaCond-Medium") format("svg"), url("fonts/ProximaNovaCond-Medium.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaCond-Regular';
  src: url("fonts/ProximaNovaCond-Regular.eot");
  src: url("fonts/ProximaNovaCond-Regular.woff2") format("woff2"), url("fonts/ProximaNovaCond-Regular.woff") format("woff"), url("fonts/ProximaNovaCond-Regular.ttf") format("truetype"), url("fonts/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular") format("svg"), url("fonts/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNovaCond-Light';
  src: url("fonts/ProximaNovaCond-Light.eot");
  src: url("fonts/ProximaNovaCond-Light.woff2") format("woff2"), url("fonts/ProximaNovaCond-Light.woff") format("woff"), url("fonts/ProximaNovaCond-Light.ttf") format("truetype"), url("fonts/ProximaNovaCond-Light.svg#ProximaNovaCond-Light") format("svg"), url("fonts/ProximaNovaCond-Light.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

/* line 8, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
html,
button,
input,
select,
textarea {
  color: black;
}

/* line 16, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
body {
  font-size: inherit;
  line-height: inherit;
}

/* line 26, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
menu, ul, ol, dl,
blockquote, p, address,
table,
form,
pre,
hr {
  margin: 0.5em 0 0.75em;
}

/* line 34, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.primer h3 {
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
}
/* line 38, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.primer p {
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding: 1em 0;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
}

/* line 46, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.caption {
  display: block;
  margin-top: 3em;
  font-size: .8em;
  line-height: 1.1;
}

/* line 53, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.quote {
  padding: 0 4em;
  margin: 2em 0;
  position: relative;
}
/* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.quote h4 {
  color: #0074c8;
}
/* line 62, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.quote:before {
  font-family: 'fontAwesome';
  content: '\f100';
  color: #0074c8;
  font-size: 3em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 76, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.quote:after {
  font-family: 'fontAwesome';
  content: '\f101';
  color: #0074c8;
  font-size: 3em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 91, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.double-signature-wrapper {
  height: 165px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  /* line 95, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
  .double-signature-wrapper .signature {
    position: absolute;
    bottom: 1em;
  }
}

/* line 103, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.signature {
  width: 100%;
  max-width: 250px;
  padding-top: 1em;
}
/* line 108, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.signature.tiny {
  max-width: 150px;
}
/* line 112, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
.signature.big-stuff {
  max-width: 450px;
}

/* line 117, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_global.scss */
p + h2 {
  margin-top: 1em;
}

/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 19, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 25, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.hiddenfocus,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 36, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.focusable.hiddenfocus:active,
.focusable.hiddenfocus:focus,
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 48, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.clearfix {
  *zoom: 1;
}
/* line 51, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 57, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 64, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 72, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.hiddenfocus:active,
.hiddenfocus:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 85, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.hide {
  display: none !important;
}

/* line 92, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.clear--both {
  clear: both !important;
}

/* line 93, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.clear--left {
  clear: left !important;
}

/* line 94, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.clear--right {
  clear: right !important;
}

/* line 96, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.display--block {
  display: block !important;
}

/* line 97, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.display--inline {
  display: inline !important;
}

/* line 98, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.display--inlineblock {
  display: inline-block !important;
}

/* line 100, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.float--right {
  float: right !important;
}

/* line 101, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.float--left {
  float: left !important;
}

/* line 102, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.float--none {
  float: none !important;
}

/* line 104, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.height--flat {
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
}

/* line 110, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.margin--auto-x {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 115, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.margin-padding--none {
  margin: 0 !important;
  padding: 0 !important;
}

/* line 120, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.overflow--hidden {
  overflow: hidden;
}

/* line 122, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.position--absolute {
  position: absolute !important;
}

/* line 123, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.position--fixed {
  position: fixed !important;
}

/* line 124, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.position--relative {
  position: relative !important;
}

/* line 125, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.position--static {
  position: static !important;
}

/* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--center {
  text-align: center !important;
}

/* line 128, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--justify {
  text-align: justify !important;
}

/* line 129, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--left {
  text-align: left  !important;
}

/* line 130, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--lowercase {
  text-transform: lowercase !important;
}

/* line 131, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--right {
  text-align: right !important;
}

/* line 132, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--notransform {
  text-transform: none;
}

/* line 133, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.text--uppercase {
  text-transform: uppercase !important;
}

/* line 135, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.width--full {
  width: 100% !important;
}

/* line 137, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.margin--left {
  margin-left: 1em;
}

/* line 141, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.margin--top {
  margin-top: 1em;
}

/* line 145, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.margin--bottom {
  margin-bottom: 1em;
}

@media only screen and (min-width: 0.0625em) and (max-width: 47.9375em) {
  /* line 150, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
  .hide-mobile {
    display: none;
  }
}
/* line 155, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
.mobile-only {
  display: block;
}
@media only screen and (min-width: 48em) {
  /* line 155, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_helpers.scss */
  .mobile-only {
    display: none;
  }
}

/* line 8, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
html, body {
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px !important;
  line-height: 1.4;
}

/* line 17, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
html.larger, html.larger body {
  font-size: 24px !important;
}

/* line 21, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.input, select, textarea, button {
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif;
  font-weight: 400;
}

/* line 26, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
::selection {
  background: #0074c8;
  color: #fff;
}

/* line 31, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
::-moz-selection {
  background: #0074c8;
  color: #fff;
}

/* line 39, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h1,
.title-like-h1 {
  font: 500 2.25em "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  line-height: 1.1;
  color: #502a7d;
  text-transform: uppercase;
  margin: .5em 0;
}

/* line 49, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h2,
.title-like-h2 {
  font: 500 1.75em "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  color: #502a7d;
  line-height: 1.1;
  text-transform: uppercase;
  margin: .5em 0;
}

/* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h3,
.title-like-h3 {
  font: 500 1.125em "ProximaNovaCond-Medium", verdana, arial, sans-serif;
  color: black;
  text-transform: uppercase;
  margin: .5em 0 .25em;
  line-height: 1.1;
}

/* line 67, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h4,
.title-like-h4 {
  font: 500 1.125em "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  color: #502a7d;
  margin: 1em 0 .25em;
  line-height: 1.1;
}

/* line 75, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h5,
.title-like-h5 {
  font: 500 1em "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  color: black;
  margin: 0 0 .25em;
}

/* line 82, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h6,
.title-like-h6 {
  font: 500 1em "ProximaNovaCond-Medium", verdana, arial, sans-serif;
  color: #502a7d;
  text-transform: uppercase;
  margin: .25em 0;
}

/* line 89, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h3 + h1, h3 + .title-like-h1 {
  margin-top: 0;
}

/* line 93, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
h1 + p {
  margin-top: 1.25em;
}

/* line 100, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
blockquote {
  font-size: 1.44444em;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  quotes: "\00AB" "\00BB";
}
/* line 108, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
blockquote:after, blockquote:before {
  font-style: normal;
  font-weight: 900;
}
/* line 113, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
blockquote:after {
  content: close-quote;
}
/* line 114, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
blockquote:before {
  content: open-quote;
}
/* line 116, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
blockquote p {
  display: inline;
}

/* line 119, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #502a7d;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 125, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
a:link, a:visited {
  color: #502a7d;
}
/* line 129, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
a:hover, a:active {
  text-decoration: underline;
  color: #502a7d;
  opacity: .7;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 136, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
a:focus, a:active {
  outline: none;
}

/* line 141, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
abbr {
  border: 0 !important;
  -moz-outline-style: none !important;
  outline: none !important;
}

/* line 147, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
address {
  font-style: normal;
}

/* line 150, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
strong .strong {
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  font-weight: 500;
}

/* line 155, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.light {
  font-family: "ProximaNovaCond-Light", verdana, arial, sans-serif;
}

/* line 159, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.regular {
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif;
}

/* line 163, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.medium {
  font-family: "ProximaNovaCond-Medium", verdana, arial, sans-serif;
}

/* line 167, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.bold {
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
}

/* line 171, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.italic {
  font-style: italic;
}

@media only screen and (min-width: 0.0625em) and (max-width: 47.9375em) {
  /* line 176, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
  p {
    font-size: 1.1em;
  }
}
/* line 181, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_text.scss */
.note {
  font-style: italic;
  color: #414141;
  font-size: .85em;
}

/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_button.scss */
.btn {
  font-size: 1em;
  white-space: normal;
  font-family: "ProximaNovaCond-Medium", verdana, arial, sans-serif;
  border-radius: 0;
  width: 100%;
  text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
  /* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_button.scss */
  .btn {
    width: auto;
  }
}

/* line 20, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_button.scss */
.page-content .btn {
  padding: 1em;
  color: #acacac !important;
  border: 2px solid #acacac;
}

/* line 29, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_button.scss */
.larger .btn {
  font-size: .95em;
}

/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
ul {
  margin-left: 1em;
}

/* line 7, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
li {
  margin-bottom: 0;
}

/* line 12, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ul li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
/* line 17, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ul li:before {
  font-family: 'fontAwesome';
  content: '\f111';
  color: #502a7d;
  font-size: .4em;
  position: absolute;
  left: -0.5em;
  top: 1.4em;
}
/* line 29, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ol {
  margin-left: 1em !important;
}
/* line 32, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ol > li {
  list-style-type: decimal;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  color: #502a7d;
  text-transform: uppercase;
  padding-left: .5em;
  font-size: 1.1em;
  padding-bottom: 1em;
}
/* line 41, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ol > li p {
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif;
  color: black;
  text-transform: none;
  font-size: .9em;
}
/* line 48, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ol > li ol {
  counter-reset: list;
}
/* line 51, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ol > li ol li {
  list-style-type: none;
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif;
  color: black;
  text-transform: none;
  font-size: .9em;
  padding-bottom: .5em;
  position: relative;
}
/* line 60, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_lists.scss */
.page-content ol > li ol li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1em;
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_images.scss */
embed,
img,
object {
  height: auto;
  max-width: 100%;
}

/* line 12, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_images.scss */
embed,
object {
  height: 100%;
}

/* line 17, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_images.scss */
figure figcaption {
  font-size: 0.77778em;
  padding-top: 5px;
}

@media only screen and (min-width: 0.0625em) and (max-width: 47.9375em) {
  /* line 7, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
  .etats-financiers .mobile-table {
    overflow-x: auto;
    border: 1px solid #eeeeee;
  }
  /* line 13, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
  .etats-financiers .mobile-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  /* line 19, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
  .etats-financiers .mobile-table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0);
  }
}
/* line 27, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table {
  width: 100%;
}
/* line 31, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table tr:hover {
  background-color: #f6f6f6;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 36, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table tr.border-bottom {
  border-bottom: 1px solid #acacac;
}
/* line 40, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table tr.border-top {
  border-top: 1px solid #acacac;
}
/* line 46, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table tr.primer-row td {
  background-color: #502a7d !important;
  color: white !important;
}
/* line 50, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table tr.primer-row td h2 {
  color: white;
  margin: 0;
}
/* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table td {
  padding: .4em;
  vertical-align: super;
}
/* line 62, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table td h2 {
  font-size: 1.25em;
}
/* line 66, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table td h4 {
  margin-top: .25em;
}
/* line 74, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.results td:nth-child(2) {
  background-color: #eeeeee;
  color: #502a7d;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
}
/* line 80, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.results td:nth-child(n+2) {
  text-align: right;
  width: 5.5em;
}
/* line 89, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.variations tr:first-child {
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  color: #502a7d;
}
/* line 93, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.variations tr:first-child td {
  vertical-align: bottom;
  line-height: 1.1;
}
/* line 99, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.variations tr:last-child {
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
}
/* line 103, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.variations td {
  text-align: right;
  width: 15%;
}
/* line 107, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers table.variations td:first-child {
  text-align: left;
  width: 40%;
  min-width: 200px;
}
/* line 118, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers .mobile-table + div.mobile-table {
  margin-top: 2em;
}
/* line 123, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers .mobile-table + div.mobile-table .variations h2 {
  color: #414141;
}
/* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers .mobile-table + div.mobile-table .variations tr {
  color: #414141;
}
/* line 133, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers .mobile-table + div.mobile-table .variations tr.primer-row td {
  background-color: #414141 !important;
}
/* line 136, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/base-atoms/_tables.scss */
.etats-financiers .mobile-table + div.mobile-table .variations tr.primer-row td h2 {
  color: white;
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
html, body {
  height: 100%;
  min-height: 100%;
  color: black;
  font-size: 17px;
}

/* line 14, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
html.menu-open .page-content, html.menu-open header {
  -webkit-filter: blur(0.5em);
  -moz-filter: blur(0.5em);
  -o-filter: blur(0.5em);
  -ms-filter: blur(0.5em);
  filter: blur(0.5em);
}

/* line 23, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.container-fluid {
  padding: 0;
  min-height: 100%;
  position: relative;
}

/* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.site-wrapper  {
  min-height: 100%;
  position: relative;
}

/* line 35, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.header-sticky, header, .wh-section, .full-section, footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

/* line 41, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.page-content {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding-bottom: 260px;
}

/* line 48, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.wh-section-content, .full-section-content {
  margin: 2em 0;
}

/* line 53, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.duo-section-wrapper h3, .duo-section-wrapper h2, .duo-section-wrapper p, .duo-section-wrapper .caption {
  color: white !important;
}

/* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.duo-section-wrapper.is-flex {
  position: relative;
}
@media only screen and (min-width: 48em) {
  /* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .duo-section-wrapper.is-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: auto;
    -webkit-justify-content: auto;
    align-content: stretch;
    -webkit-align-content: stretch;
    -webkit-align-items: initial;
    align-items: initial;
  }
}
@media only screen and (min-width: 48em) {
  /* line 65, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .duo-section-wrapper.is-flex [class*='-section-wrapper'] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: auto;
    -webkit-justify-content: auto;
    align-content: stretch;
    -webkit-align-content: stretch;
    -webkit-align-items: initial;
    align-items: initial;
    flex-basis: 50%;
  }
}
/* line 71, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 76, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] > [class*='-section-bg'] {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 48em) {
  /* line 76, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] > [class*='-section-bg'] {
    max-width: 800px;
  }
}
/* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] > [class*='-section-bg'] > [class*='-section-content'] {
  width: 100%;
  height: 100%;
  padding: 1.5em 1em;
}
@media only screen and (min-width: 48em) {
  /* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] > [class*='-section-bg'] > [class*='-section-content'] {
    max-width: 600px;
  }
}

/* line 98, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.purple-section-wrapper {
  background-color: #502a7d;
}
@media only screen and (min-width: 48em) {
  /* line 103, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .purple-section-wrapper .purple-section .purple-section-bg {
    float: right;
  }
}
@media only screen and (min-width: 48em) {
  /* line 108, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .purple-section-wrapper .purple-section .purple-section-bg .purple-section-content {
    float: right;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 108, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .purple-section-wrapper .purple-section .purple-section-bg .purple-section-content {
    padding-right: 3em !important;
  }
}

/* line 120, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.blue-section-wrapper {
  background-color: #0074c8;
}
@media only screen and (min-width: 48em) {
  /* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .blue-section-wrapper .blue-section .blue-section-bg .blue-section-content {
    text-align: right;
  }
}
@media only screen and (min-width: 61.25em) {
  /* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .blue-section-wrapper .blue-section .blue-section-bg .blue-section-content {
    padding-left: 3em !important;
  }
}

/* line 140, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
.heading {
  margin: 2em 0;
}
@media only screen and (min-width: 48em) {
  /* line 140, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_layout.scss */
  .heading {
    margin: 4em 0;
  }
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_medias.scss */
.responsive-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
/* line 15, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_medias.scss */
.responsive-video embed,
.responsive-video iframe,
.responsive-video object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
nav.utility a {
  display: inline-block;
  margin-left: .5em;
  font-family: "ProximaNovaCond-Medium", verdana, arial, sans-serif;
  font-size: 2.25em;
  color: white;
}
@media only screen and (max-width: 20em) {
  /* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  nav.utility a {
    font-size: 2em !important;
  }
}
@media only screen and (min-width: 48em) {
  /* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  nav.utility a {
    margin-left: 1.25em;
    font-size: 1em;
  }
}
/* line 26, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
nav.utility a:first-child {
  margin-left: 0;
}
/* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
nav.utility a:hover, nav.utility a:active, nav.utility a:focus {
  text-decoration: none;
}
/* line 34, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
nav.utility a.lang {
  font-size: 1.5em;
  vertical-align: super;
}
@media only screen and (max-width: 20em) {
  /* line 34, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  nav.utility a.lang {
    font-size: 1.25em !important;
  }
}
@media only screen and (min-width: 48em) {
  /* line 34, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  nav.utility a.lang {
    vertical-align: baseline;
    font-size: 1em;
  }
}
@media only screen and (min-width: 48em) {
  /* line 51, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  nav.utility a.burger > span span {
    padding-right: .5em;
  }
}
/* line 56, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
nav.utility a.burger span i {
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

/* line 65, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: none repeat scroll 0 0 rgba(80, 42, 125, 0.9);
  top: 105px;
  display: none;
  opacity: .25;
  z-index: 20000;
  overflow: auto;
}
@media only screen and (min-width: 48em) {
  /* line 65, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper {
    top: 0;
    right: 0;
    width: 300px;
    z-index: 10000;
    box-sizing: content-box;
  }
}
/* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper .close-menu {
  height: 72px;
  padding-top: .35em;
  padding-right: .5em;
  font-size: 1.5em;
  display: none;
}
@media only screen and (min-width: 48em) {
  /* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper .close-menu {
    display: block;
  }
}
/* line 95, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper .close-menu a {
  color: white;
}
/* line 98, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper .close-menu a:hover, .nav-wrapper .close-menu a:active, .nav-wrapper .close-menu a:focus {
  text-decoration: none;
}
/* line 103, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper .close-menu span {
  font-size: .75em;
  padding-right: .5em;
  vertical-align: 1px;
}
/* line 110, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
}
@media only screen and (min-width: 48em) {
  /* line 110, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper nav.main-nav {
    padding-top: 0;
  }
}
/* line 119, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level {
  margin-left: 1.75em;
  line-height: 1.4;
}
@media only screen and (min-width: 48em) {
  /* line 119, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper nav.main-nav ul.first-level {
    margin-left: 1.5em;
  }
}
/* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li {
  padding-bottom: 1.5em;
  line-height: 1.1;
}
@media only screen and (min-width: 48em) {
  /* line 127, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper nav.main-nav ul.first-level li {
    padding-bottom: .75em;
  }
}
/* line 135, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li a {
  color: white;
  position: relative;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  font-size: 1.5em;
}
@media only screen and (min-width: 48em) {
  /* line 135, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper nav.main-nav ul.first-level li a {
    font-size: 1em;
  }
}
/* line 145, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li a:hover, .nav-wrapper nav.main-nav ul.first-level li a:focus, .nav-wrapper nav.main-nav ul.first-level li a:active {
  text-decoration: none;
}
/* line 149, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li a:before {
  font-family: 'fontAwesome';
  content: '\f105';
  position: absolute;
  left: -35px;
  top: -8px;
  font-size: 1.5em;
}
@media only screen and (min-width: 48em) {
  /* line 149, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper nav.main-nav ul.first-level li a:before {
    left: -22px;
  }
}
/* line 163, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li a.dropped:before {
  content: '\f107';
}
/* line 173, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li ul.dropdown {
  margin-left: 1em;
  line-height: 1.4;
  display: none;
  min-height: 0;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* line 181, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li ul.dropdown li:first-child {
  padding-top: 1em;
}
@media only screen and (min-width: 48em) {
  /* line 181, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
  .nav-wrapper nav.main-nav ul.first-level li ul.dropdown li:first-child {
    padding-top: 0;
  }
}
/* line 189, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li ul.dropdown li:last-child {
  padding-bottom: 0;
}
/* line 193, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li ul.dropdown li a {
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif;
  padding-left: 0;
}
/* line 197, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_navigations.scss */
.nav-wrapper nav.main-nav ul.first-level li ul.dropdown li a:before {
  content: '';
  left: 0;
}

@keyframes pulse {
  /* line 9, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
  0% {
    opacity: 1;
  }

  /* line 10, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
  50% {
    opacity: .25;
  }

  /* line 11, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
  100% {
    opacity: 1;
  }
}

/* line 16, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper {
  padding: 2em 0;
  box-shadow: none;
  margin-bottom: 0;
}
/* line 24, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-viewport ul.bxslider {
  margin-top: 0;
}
/* line 27, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-viewport ul.bxslider li {
  height: 400px;
}
/* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-viewport ul.bxslider li:before {
  content: "";
}
/* line 34, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-viewport ul.bxslider li h2 {
  margin-top: 0;
}
/* line 38, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-viewport ul.bxslider li img {
  display: inline-block;
}
/* line 47, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-controls-direction a {
  height: 100px;
  width: 54px;
  margin-top: -60px;
}
/* line 53, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-controls-direction .bx-prev {
  background: transparent url("../img/slider-arrow-nav-left.png") no-repeat scroll 0 0;
}
/* line 56, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-controls-direction .bx-prev:hover {
  opacity: .8;
}
/* line 62, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-controls-direction .bx-next {
  background: transparent url("../img/slider-arrow-nav-right.png") no-repeat scroll 0 0;
}
/* line 65, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-controls-direction .bx-next:hover {
  opacity: .8;
}
/* line 71, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
.bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
  display: none;
}
@media only screen and (min-width: 48em) {
  /* line 71, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/objects-molecules/_components.scss */
  .bx-wrapper .bx-controls-direction .bx-prev, .bx-wrapper .bx-controls-direction .bx-next {
    display: block;
  }
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper {
  position: relative;
  min-height: 300px;
  background-color: #414141;
}
@media only screen and (min-width: 48em) {
  /* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper {
    min-height: 350px;
  }
}
/* line 15, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper .header-sticky-wrapper {
  background: none repeat scroll 0 0 rgba(80, 42, 125, 0.8);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 1em 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  min-height: 105px;
  color: white;
}
@media only screen and (min-width: 48em) {
  /* line 15, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper .header-sticky-wrapper {
    min-height: 0;
  }
}
/* line 31, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper .header-sticky-wrapper.scrolled {
  background: none repeat scroll 0 0 rgba(80, 42, 125, 0.9);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
/* line 40, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper .header-sticky-wrapper .header-sticky .logo img {
  max-width: 260px;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  /* line 40, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper .header-sticky-wrapper .header-sticky .logo img {
    max-width: 160px;
  }
}
/* line 49, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper .header-sticky-wrapper .header-sticky .site-title {
  text-align: left;
  font-size: .95em;
  padding-top: .5em;
}
@media only screen and (max-width: 20em) {
  /* line 49, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper .header-sticky-wrapper .header-sticky .site-title {
    font-size: .8em;
  }
}
@media only screen and (min-width: 48em) {
  /* line 49, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper .header-sticky-wrapper .header-sticky .site-title {
    text-align: center;
    padding-top: 0;
  }
}
/* line 68, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper header .banner-content {
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 1em;
}
/* line 76, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper header .banner-content span.banner-title {
  text-transform: uppercase;
  display: block;
  font-size: 2em;
  font-family: "ProximaNovaCond-Light", verdana, arial, sans-serif;
  line-height: 1.1;
}
/* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper header .banner-content .big-stuff {
  font-size: 3em !important;
  margin-bottom: .25em !important;
  font-family: "ProximaNovaCond-Regular", verdana, arial, sans-serif !important;
}
@media only screen and (min-width: 48em) {
  /* line 84, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper header .banner-content .big-stuff {
    font-size: 4.5em !important;
  }
}
/* line 94, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper header .banner-content .lined {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  text-transform: uppercase;
  font-family: "ProximaNovaCond-Medium", verdana, arial, sans-serif;
}
@media only screen and (min-width: 48em) {
  /* line 94, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .header-wrapper header .banner-content .lined {
    font-size: 1.1em;
  }
}
/* line 105, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper header .banner-content p {
  color: white;
  margin-top: 20%;
  font-size: 1.1em;
}
/* line 112, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
.header-wrapper header .scroll-incentive {
  display: none;
}

@media only screen and (min-width: 48em) {
  /* line 120, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_header.scss */
  .larger .header-wrapper header .banner-content .big-stuff {
    font-size: 3.85em !important;
  }
}

/* line 5, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper {
  background-color: #414141;
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* line 11, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper a.btn {
  padding: 1em 3em;
  color: white;
  border: 2px solid white;
}
@media only screen and (min-width: 0.0625em) and (max-width: 74.9375em) {
  /* line 17, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .footer-wrapper a.btn span {
    display: block;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.1875em) {
  /* line 11, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .footer-wrapper a.btn {
    padding: 1em 2em;
  }
}
/* line 29, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper .duo-section-wrapper a.btn {
  display: block;
}
/* line 35, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper .duo-section-wrapper .purple-section-wrapper .purple-section-bg {
  background: url("../img/duo-bg-ra-pdf-fr.jpg") top 40% right/100% auto no-repeat scroll;
}
/* line 42, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper .duo-section-wrapper .blue-section-wrapper .blue-section-bg {
  background-repeat: no-repeat;
  background-position: right top 40%;
  background-size: 100% auto;
  background-attachment: scroll;
  background-image: url("../img/duo-bg-site-humania-fr.jpg");
}
@media only screen and (max-width: 29.9375em) {
  /* line 42, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .footer-wrapper .duo-section-wrapper .blue-section-wrapper .blue-section-bg {
    background-size: 105%;
  }
}
/* line 61, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper .duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] {
  height: auto;
}
/* line 64, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper .duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] > [class*='-section-bg'] {
  height: auto;
}
/* line 67, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper .duo-section-wrapper.is-flex [class*='-section-wrapper'] > [class*='-section'] > [class*='-section-bg'] > [class*='-section-content'] {
  height: auto;
}
/* line 75, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer {
  color: white;
  padding: 4em 1em 2em;
  font-size: .9em;
}
/* line 80, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer .row:first-child {
  border-bottom: 2px solid white;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1.5em;
  margin-bottom: 1em;
}
/* line 87, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer .row:first-child > [class*='col'] {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 48em) {
  /* line 80, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .footer-wrapper footer .row:first-child {
    position: relative;
    padding-bottom: .5em;
  }
  /* line 96, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .footer-wrapper footer .row:first-child .col-xs-12.col-sm-6:last-child {
    position: absolute;
    bottom: 1.75em;
    right: 0;
  }
}
@media only screen and (min-width: 0.0625em) and (max-width: 47.9375em) {
  /* line 106, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .footer-wrapper footer .row .text-right {
    text-align: left;
  }
}
/* line 112, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
}
/* line 117, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer ul li {
  padding-bottom: .5em;
}
/* line 120, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer ul li a {
  color: white;
}
/* line 126, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
.footer-wrapper footer .note {
  color: white !important;
  font-style: normal;
}

@media only screen and (min-width: 48em) {
  /* line 136, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
  .larger .footer-wrapper .duo-section-wrapper a.btn {
    font-size: .8em !important;
  }
}

/* line 148, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
html[lang='en'] .footer-wrapper .duo-section-wrapper .purple-section-wrapper .purple-section-bg {
  background: url("../img/duo-bg-ra-pdf-en.jpg") top 40% right/100% auto no-repeat scroll;
}
/* line 152, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_footer.scss */
html[lang='en'] .footer-wrapper .duo-section-wrapper .blue-section-wrapper .blue-section-bg {
  background-image: url("../img/duo-bg-site-humania-en.jpg");
}

/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.site-wrapper  {
  min-height: 100%;
  position: relative;
}

/* line 14, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.header-wrapper {
  min-height: 100vh;
  background: url("../img/banner-header.jpg") no-repeat center center;
  background-size: cover;
  background-color: #414141;
}
/* line 21, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.header-wrapper header .banner-content {
  max-width: 550px;
  margin: 0 auto;
  top: 40%;
}
@media only screen and (min-width: 48em) {
  /* line 21, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .header-wrapper header .banner-content {
    top: 25%;
  }
}
/* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.header-wrapper header .banner-content span {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
/* line 35, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.header-wrapper header .banner-content span.lined {
  display: inline-block;
  padding: .5em 1.5em;
}
@media only screen and (min-width: 48em) {
  /* line 30, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .header-wrapper header .banner-content span {
    max-width: 365px;
  }
  /* line 43, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .header-wrapper header .banner-content span.lined {
    display: block;
    padding: .5em 0;
  }
}
/* line 51, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.header-wrapper header .scroll-incentive {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 50%;
  font-size: 2em;
}
/* line 58, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.header-wrapper header .scroll-incentive a {
  color: white;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: pulse;
}

/* line 70, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper.drop-shadow {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
/* line 78, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper.sigle-bg .wh-section {
  background-image: url("../img/sigle-bg.png");
  background-repeat: no-repeat;
  background-position: center top 10em;
  background-size: 1200px auto;
  background-attachment: fixed;
}
@media only screen and (min-width: 0.0625em) and (max-width: 74.9375em) {
  /* line 78, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper.sigle-bg .wh-section {
    background-position: center top 1em;
    background-attachment: scroll;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.1875em) {
  /* line 91, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper.sigle-bg .col-xs-12 {
    width: 100%;
  }
}
/* line 99, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .duo-section-wrapper div > div > div > div {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
/* line 104, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .duo-section-wrapper .purple-section-bg, .page-content .duo-section-wrapper .blue-section-bg {
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-attachment: scroll;
}
@media only screen and (min-width: 48em) and (max-width: 74.9375em) {
  /* line 112, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper .purple-section-bg {
    background-position: right -11em top;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.1875em) {
  /* line 118, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper .blue-section-bg {
    background-position: right -22em top;
  }
}
@media only screen and (min-width: 61.25em) and (max-width: 74.9375em) {
  /* line 118, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper .blue-section-bg {
    background-position: right -11em top;
  }
}
/* line 130, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .duo-section-wrapper.hugo .blue-section-bg {
  background-image: url("../img/duo-bg-hugo.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  background-attachment: scroll;
}
@media only screen and (min-width: 48em) and (max-width: 61.1875em) {
  /* line 130, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper.hugo .blue-section-bg {
    background-position: right -20em top;
  }
}
@media only screen and (min-width: 61.25em) and (max-width: 74.9375em) {
  /* line 130, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper.hugo .blue-section-bg {
    background-position: right -10em top;
  }
}
/* line 146, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .duo-section-wrapper.hugo .blue-section-bg .blue-section-content {
  text-align: center !important;
}
/* line 149, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .duo-section-wrapper.hugo .blue-section-bg .blue-section-content img {
  width: 100%;
  max-width: 400px;
  padding-top: 1em;
}
@media only screen and (min-width: 48em) and (max-width: 61.1875em) {
  /* line 158, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper.hugo [class*='-section-wrapper'] {
    height: 43em;
  }
}
@media only screen and (min-width: 61.25em) and (max-width: 74.9375em) {
  /* line 158, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .duo-section-wrapper.hugo [class*='-section-wrapper'] {
    height: 36em;
  }
}
/* line 173, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section > h2 {
  margin-top: 2em;
}
/* line 177, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 184, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .en-bref > div {
  padding: 2em 0;
}
/* line 190, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .map-bg {
  background-image: url("../img/map-icon-bg.jpg");
  background-position: center center;
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media only screen and (min-width: 48em) {
  /* line 190, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper .wh-section .map-bg {
    background-size: 80% auto;
  }
}
/* line 202, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .computer-bg {
  background-image: url("../img/computer-icon-bg.jpg");
  background-position: center center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media only screen and (min-width: 48em) {
  /* line 202, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper .wh-section .computer-bg {
    background-size: 70% auto;
  }
}
/* line 214, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .transaction-bg {
  background-image: url("../img/transaction-icon-bg.jpg");
  background-position: center center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media only screen and (min-width: 61.25em) {
  /* line 214, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper .wh-section .transaction-bg {
    background-size: auto 70%;
  }
}
/* line 226, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .en-bref-lead {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 29.9375em) {
  /* line 226, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper .wh-section .en-bref-lead {
    max-width: 260px;
  }
}
@media only screen and (min-width: 48em) {
  /* line 226, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .wh-section-wrapper .wh-section .en-bref-lead {
    max-width: 350px;
  }
}
/* line 238, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .en-bref-lead .big-stuff {
  font-size: 4em;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  color: #502a7d;
}
/* line 244, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .wh-section-wrapper .wh-section .en-bref-lead h4 {
  font-size: 1em;
}
/* line 253, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .full-section-wrapper {
  background-image: url("../img/full-bg-paperwork-fr.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: white;
}
/* line 262, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .full-section-wrapper .full-section-bg-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #502a7d 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #502a7d 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #502a7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#502a7d',GradientType=0 );
}
@media only screen and (min-width: 48em) {
  /* line 269, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .full-section-wrapper .col-sm-3 {
    width: 20%;
  }
}
/* line 275, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .full-section-wrapper .en-bref-taux {
  padding: 1em 0;
  margin-top: 2em;
  margin-bottom: 3em;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
  line-height: 1;
}
/* line 282, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .full-section-wrapper .en-bref-taux:last-child {
  border-top: 4px solid white;
  border-bottom: 4px solid white;
}
@media only screen and (min-width: 0.0625em) and (max-width: 61.1875em) {
  /* line 275, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .full-section-wrapper .en-bref-taux {
    padding-bottom: 0;
  }
  /* line 290, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .full-section-wrapper .en-bref-taux div {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 29.9375em) {
  /* line 296, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
  .page-content .full-section-wrapper .en-bref-taux .col-xs-6 {
    width: 100%;
  }
}
/* line 301, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .full-section-wrapper .en-bref-taux .big-stuff {
  font-size: 2.75em;
}
/* line 305, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
.page-content .full-section-wrapper .en-bref-taux h3 {
  color: white;
  text-transform: none;
  font-family: "ProximaNovaCond-Bold", verdana, arial, sans-serif;
}

/* line 319, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/interfaces-organisms/_content-body.scss */
html[lang='en'] .page-content .full-section-wrapper {
  background-image: url("../img/full-bg-paperwork-en.jpg");
}

@media print {
  /* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 18, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 22, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 28, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 33, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 38, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 43, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 47, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 53, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 59, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    margin: 0.5cm;
}

  /* line 67, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_print.scss */
  .print-only {
    display: block !important;
  }
}
/* line 6, N:/WEBDESIGN/humania/enbref-overview/enbref.humania.ca/com/sass/templates/_ie.scss */
.ie.home .header-wrapper header .banner-content {
  width: 450px;
}
