html {
  position: relative;
}
body {
  font-family: 'Open Sans', sans-serif;
}
body.topic-items,
body.prioritize,
body.complete {
  background: #f1f1f1;
}
body.about,
body.professionals,
body.error {
  background: #f1f1f1;
}
body.faq,
body.contact {
  background: #fff;
}
/* Common page elements */
#page-content {
  margin-top: 60px;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1999;
}
.section-white {
  background: #fff;
}
.section-green {
  background: #66C598;
}
.section-grey-light {
  background-color: #f1f1f1;
}
.section-green-light {
  background-color: #7FD2AA;
}
.section-footer-top {
  background-color: #666;
}
.section-footer-bottom {
  background-color: #333;
}
.section-header {
  margin: 50px 0 20px 0;
  font-size: 32pt;
  font-weight: 300;
  text-align: center;
}
.section-subheader {
  margin: 20px 0 10px 0;
  font-size: 14pt;
  font-weight: 400;
  text-align: center;
}
.section-direction {
  margin: 0 0 20px 0;
  font-size: 32pt;
  font-weight: 300;
  text-align: center;
}
.section-divider {
  margin: -5px 0 20px 0;
}
.section-divider .section-divider-grey {
  background: #cbcbcb;
  height: 1px;
  width: 100px;
  margin: 0px auto;
}
.container-full {
  width: 100%;
}
@media (max-width: 1024px) {
  .container-device-full {
    width: 100%;
  }
}
.container-no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.row-no-padding [class*="col-"] {
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.row-foundation {
  margin-bottom: 30px;
}
.row-pad-lg {
  padding: 35px 0;
}
@media (max-width: 480px) {
  .row-pad-lg {
    padding: 15px 0;
  }
}
.row-pad-md {
  padding: 30px 0;
}
@media (max-width: 480px) {
  .row-pad-md {
    padding: 0;
  }
}
.row-pad-sm {
  padding: 25px 0;
}
.img-full img {
  width: 100%;
  height: auto;
}
.content-push {
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .content-push {
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .content-push {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .content-push {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.content-pull {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .content-pull {
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .content-pull {
    margin-right: 15px;
  }
}
@media (max-width: 480px) {
  .content-pull {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* Text elements */
h1,
h2 {
  margin-top: inherit;
  margin-bottom: inherit;
  margin-left: inherit;
  margin-right: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
h1 {
  font-size: 34pt;
  font-weight: 700;
  line-height: 1.2em;
  margin: 25px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28pt;
    line-height: 1.2em;
    margin: 25px 0;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 24pt;
    line-height: 1.2em;
    margin: 25px 0;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 16pt;
    line-height: 1.2em;
    margin: 25px 0;
  }
}
h2 {
  font-size: 18pt;
  font-weight: 300;
  line-height: 1.3em;
  margin: 35px 0 30px 0;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 18pt;
    line-height: 1.3em;
    margin: 25px 0;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 18pt;
    line-height: 1.3em;
    margin: 25px 0;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 13pt;
    line-height: 1.3em;
    margin: 25px 0;
  }
}
h2.caps {
  text-transform: uppercase;
}
h2.terms {
  font-size: 13pt;
  font-weight: 600;
}
.large-marge {
  margin: 50px 0;
}
@media (max-width: 480px) {
  .large-marge {
    font-size: 13pt;
    line-height: 1.3em;
    margin: 25px 0;
  }
}
/* Text colours */
.text-ochre {
  color: #FF715F;
}
.text-purple {
  color: #9E538E;
}
.text-blue {
  color: #5CBAB4;
}
.text-orange {
  color: #FF856A;
}
.text-green {
  color: #66C598;
}
.text-turq {
  color: #40AFAF;
}
.text-white {
  color: #fff;
}
.text-intro {
  font-size: 12pt;
  line-height: 1.5em;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .text-intro {
    font-size: 11pt;
    font-weight: 400;
    margin: 0;
  }
}
.text-normal {
  font-size: 12pt;
  line-height: 1.5em;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .text-normal {
    font-size: 11pt;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
}
.text-promo {
  font-size: 14pt;
  line-height: 1.5em;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .text-promo {
    font-size: 11pt;
    font-weight: 400;
    margin: 0 0 10px 0;
  }
}
.text-light {
  font-size: 13pt;
  line-height: 1.5em;
  margin-bottom: 25px;
  font-weight: 300;
}
@media (max-width: 480px) {
  .text-light {
    font-size: 12pt;
    margin: 0 0 20px 0;
  }
}
.text-small {
  font-size: 11pt;
  line-height: 1.5em;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  .text-small {
    font-size: 10pt;
    font-weight: 400;
  }
}
.text-subheader {
  font-size: 18pt;
  font-weight: 400;
  font-family: "Lato";
  margin-top: 35px;
  margin-bottom: 20px;
}
.text-subheader-pro {
  font-size: 18pt;
  font-weight: 400;
  font-family: "Lato";
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .text-subheader {
    font-size: 14pt;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
  .text-subheader-pro {
    font-size: 14pt;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
}
.text-promoheader {
  font-size: 18pt;
  font-weight: 400;
  font-family: "Lato";
  margin-top: 35px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .text-promoheader {
    font-size: 14pt;
    font-weight: 400;
    margin: 20px 0 20px 0;
  }
}
/* horizontal navbar */
.navbar {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  background: #fff;
  height: 60px;
}
.navbar .navbar-nav li {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar .navbar-nav li a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #66C497;
  font-size: 10pt;
}
@media (max-width: 768px) {
  .navbar .navbar-menu {
    display: none;
  }
}
.navbar .nav-logo {
  position: absolute;
  right: 0px;
  top: 10px;
}
.navbar .nav-logo .nav-logo-text {
  text-align: right;
  color: #66C497;
  margin-right: 52px;
}
.navbar .nav-logo .nav-logo-img {
  position: absolute;
  top: 4px;
  right: 10px;
}
.nav-expanded nav {
  left: 0;
}
body.nav-expanded {
  margin-left: 0em;
  transition: margin-left 0.3s ease-in-out 0s;
  -webkit-transition: margin-left 0.3s ease-in-out 0s;
  -moz-transition: margin-left 0.3s ease-in-out 0s;
  -o-transition: margin-left 0.3s ease-in-out 0s;
}
a.navbar-btn-toc {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #66C497;
  font-size: 16pt;
  font-weight: 700;
  text-decoration: none;
  z-index: 12;
}
@media (min-width: 769px) {
  a.navbar-btn-toc {
    display: none;
  }
}
a.navbar-btn-toc:hover {
  cursor: pointer;
  color: #dcdcdc;
}
.navbar-topics {
  background: #5CBBB5;
}
.navbar-prioritize {
  background: #9F538F;
}
.navbar-complete {
  background: #FF856A;
}
/* Vertical nav menu */
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -20em;
  height: 100%;
  width: 20em;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  border-right: 1px solid #e7e7e7;
  overflow: auto;
  z-index: 2000;
  transition: left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left 0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
}
nav .nav-btn-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 300;
  color: #fff;
}
nav .nav-btn-close .nav-btn-icon {
  font-size: 20px;
}
nav .logo {
  height: 60px;
  background: #66C497;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
nav ul.menu-page-list {
  margin: 0 10px 0 20px;
  padding-left: 0px;
  list-style-type: none;
}
nav ul.menu-page-list li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
nav ul.menu-page-list li a {
  color: #66C497;
}
nav ul.menu-page-list li a:hover {
  color: #66C497;
  text-decoration: underline;
}
nav ul.menu-page-list li.toc-lesson-header {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}
nav ul.menu-page-list li.toc-lesson-1 {
  color: #4794AE;
}
nav ul.menu-page-list li.toc-lesson-2 {
  color: #896CC1;
}
nav ul.menu-page-list li.toc-lesson-3 {
  color: #EDC178;
}
nav ul.menu-page-list li.toc-lesson-4 {
  color: #FF7259;
}
/* Footer */
.footer-top {
  background: #666;
  color: #fff;
  height: 102px;
}
@media (max-width: 768px) {
  .footer-top {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer-top {
    text-align: center;
  }
}
.footer-top .footer-menu {
  padding-left: 0px;
  list-style: none;
  margin: 0;
}
.footer-top .footer-menu li {
  float: left;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 40px;
}
.footer-top .footer-menu li a,
.footer-top .footer-menu li a:active,
.footer-top .footer-menu li a:visited {
  color: #ccc;
  line-height: 20px;
  padding: 0 15px;
}
@media (max-width: 800px) {
  .footer-top .footer-menu li a,
  .footer-top .footer-menu li a:active,
  .footer-top .footer-menu li a:visited {
    padding: 0 10px;
  }
}
.footer-top .footer-menu li a:hover {
  text-decoration: underline;
  color: #f1f1f1;
}
@media (max-width: 480px) {
  .footer-top .footer-logos {
    height: 105px;
  }
}
.footer-top .footer-logo {
  float: right;
  margin-right: 20px;
  height: 66px;
}
@media (max-width: 480px) {
  .footer-top .footer-logo {
    clear: both;
  }
}
.footer-top .footer-logo-healthhq {
  margin-top: 36px;
}
@media (max-width: 480px) {
  .footer-top .footer-logo-healthhq {
    position: absolute;
    margin-right: 10px;
    right: 50%;
  }
}
.footer-top .footer-logo-mcmaster {
  margin-top: 22px;
}
@media (max-width: 480px) {
  .footer-top .footer-logo-mcmaster {
    margin-left: 10px;
    margin-right: 0px;
    position: absolute;
    left: 50%;
  }
}
.footer-bottom {
  background: #333;
  font-weight: 700;
  font-size: 10pt;
  color: #999;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .footer-bottom {
    margin-bottom: 45px;
    letter-spacing: 1px;
  }
}
.footer-bottom a,
.footer-bottom a:active,
.footer-bottom a:visited {
  color: #999;
}
.footer-bottom a:hover {
  color: #f1f1f1;
}
.footer-bottom .entity {
  display: inline;
}
.footer-bottom .pipe {
  display: inline;
}
@media (max-width: 480px) {
  .footer-bottom .pipe {
    display: none;
  }
}
.footer-bottom .terms {
  display: inline;
}
@media (max-width: 480px) {
  .footer-bottom .terms {
    display: block;
  }
}
/*# sourceMappingURL=wrapper.css.map */