@charset "UTF-8";
/* Colours */
.well {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well .well-link {
  font-weight: bold;
}
.well .well-lg {
  padding: 24px;
  border-radius: 0;
}
.well .well-sm {
  padding: 9px;
  border-radius: 0;
}
.well > :first-child {
  margin-top: 0;
}
.well > :last-child {
  margin-bottom: 0;
}
.well.clean-well {
  padding: 30px;
  border-radius: 0;
}
.well.clean-well.bg-white, .well.clean-well.bg-none {
  border: 1px solid #e3e3e3;
}
.well.bg-none {
  background: none;
}
.well.bg-none .well-link, .well.bg-none .well-text {
  color: inherit;
}
.well.bg-white {
  background-color: #FFFFFF;
}
.well.bg-grey, .well.bg-ltgrey {
  padding: 30px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}
.well.bg-grey .well-link, .well.bg-grey .well-text, .well.bg-ltgrey .well-link, .well.bg-ltgrey .well-text {
  color: #333333;
}
.well.bg-dkgrey {
  padding: 30px;
  background-color: #C4C4C4;
  border: 1px solid #242424;
}
.well.bg-dkgrey .well-link, .well.bg-dkgrey .well-text {
  color: #242424;
}
.well.bg-dark {
  background-color: #343a40;
  border: 1px solid #000;
}
.well.bg-dark .well-link, .well.bg-dark .well-text {
  color: #FFF;
}
.well.bg-darker {
  background-color: #000;
  border: 1px solid #1d2124;
}
.well.bg-darker .well-link, .well.bg-darker .well-text {
  color: #FFF;
}
.well.bg-dark, .well.bg-darker {
  padding: 30px;
  color: #FFF;
}
.well.bg-dark a, .well.bg-dark a:visited, .well.bg-darker a, .well.bg-darker a:visited {
  color: #fff;
}
.well.bg-dark a:hover, .well.bg-dark a:focus, .well.bg-darker a:hover, .well.bg-darker a:focus {
  color: #b3ffff;
}
.well.bg-primary {
  padding: 30px;
  color: #fff;
  background-color: #2572b4;
}
.well.bg-primary .well-link, .well.bg-primary .well-text {
  color: #FFFFFF;
}
.well.bg-success {
  padding: 30px;
  background-color: #dff0d8;
}
.well.bg-success .well-link, .well.bg-success .well-text {
  color: #2b542c;
}
.well.bg-info {
  padding: 30px;
  background-color: #d9edf7;
}
.well.bg-info .well-link, .well.bg-info .well-text {
  color: #245269;
}
.well.bg-warning {
  padding: 30px;
  background-color: #fcf8e3;
}
.well.bg-warning .well-link, .well.bg-warning .well-text {
  color: #66512c;
}
.well.bg-danger {
  padding: 30px;
  background-color: #f2dede;
}
.well.bg-danger .well-link, .well.bg-danger .well-text {
  color: #843534;
}

.bg-grey,
.bg-ltgrey {
  background-color: #f5f5f5;
}

.bg-dkgrey {
  background-color: #C4C4C4;
}

/* GC Subway subsections */
.provisional.gc-subway ul li ul.gc-sub-subway > li.active::before {
  content: " ";
  height: 3px;
  width: 1.6em;
  background-color: #26374a;
  position: absolute;
  margin-left: -2.8em;
  margin-top: 0.5em;
  border-radius: 0;
  border: 2px solid #26374a;
}

.provisional.gc-subway ul li ul.gc-sub-subway > li.active:first-child::before {
  margin-left: -1.1em;
}

.provisional.gc-subway ul li ul.gc-sub-subway > li > :first-child::before {
  border-radius: 50%;
  border: 3px solid #26374a;
  background-color: #fff;
  float: left;
  text-decoration: none;
  box-sizing: content-box;
  line-height: 1.3em;
  text-align: center;
  padding: 3px;
  font-size: 1em;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0;
  margin-top: 0;
}

.provisional.gc-subway ul li ul.gc-sub-subway li.active > :first-child::before {
  background-color: #26374a;
  color: #fff;
}

.provisional.gc-subway ul li ul.gc-sub-subway li:last-child {
  border: none;
}

#block-system-main {
  min-height: 50vh;
}

#wb-info .landscape h2, #wb-info .landscape h3, #wb-info .landscape h4, #wb-info .landscape p {
  color: #FFF;
}

.no-border {
  border: none !important;
}

.align-top,
.table > thead > tr > th.align-top {
  vertical-align: top;
}

.vertical-align-middle,
.table > tbody.vertical-align-middle > tr > td,
.table > tbody.vertical-align-middle > tr > th,
.table > tbody > tr.vertical-align-middle > td,
.table > tbody > tr.vertical-align-middle > th,
.table > tbody > tr > td.vertical-align-middle,
.table > tbody > tr > th.vertical-align-middle {
  vertical-align: middle;
}

#primary-tabs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  background: #ddd;
}
#primary-tabs .nav-tabs {
  border: none;
}

.wb-bar-b header,
.wb-bar-b ul,
.wb-bar-t header,
.wb-bar-t ul {
  display: inline-block;
}

.wb-panel-l ul li,
.wb-panel-r ul li {
  margin-bottom: 10px;
}

.wb-bar-b ul,
.wb-bar-t ul {
  margin-bottom: 0;
}

.wb-bar-b ul li,
.wb-bar-t ul li {
  margin-bottom: 5px;
}

.wb-bar-b ul > li:first-child,
.wb-bar-t ul > li:first-child {
  padding-left: 5px;
}

.wb-overlay.overlay-warning {
  background: #f90;
  color: #000;
  border-color: #f90;
}
.wb-overlay.overlay-warning header {
  background: #f90;
  color: #000;
}
.wb-overlay.overlay-warning .mfp-close {
  color: #000;
}

.nrcan-image-border {
  border-color: #E6E6E6 !important;
  background-color: #FFF !important;
}

.imagehover:hover,
.nrcan-imagehover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

.nrcan-btn-green {
  color: #ffffff;
  background-color: #22622b;
  border-color: #143c5f;
}

.nrcan-btn-green.active, .nrcan-btn-green.focus, .nrcan-btn-green:active, .nrcan-btn-green:focus, .nrcan-btn-green:hover, .open > .nrcan-btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #000;
  border-color: #091c2d;
}

figure > .img-responsive {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ */
  .card-img-top {
    min-height: 0.1px;
  }

  .card-deck .card {
    /*display: block;*/
  }
}
.wb-calevt-cal > .wb-clndr {
  display: none;
}

.wb-calevt-cal > .wb-clndr:first-of-type {
  display: block;
}

.ical-link p,
.ical-link div {
  display: inline-block;
}

.ical-link a .date-display-single {
  text-decoration: underline;
}

.ical-link a:hover .date-display-single,
.ical-link a:active .date-display-single,
.ical-link a:focus .date-display-single {
  text-decoration: none;
}

.ical-link .field-name-field-event-date {
  padding-left: 0.5em;
}

.blog-tag-list {
  font-size: 16px;
}

.blog-header {
  margin: 0 0 2em 0;
  line-height: 1;
}
.blog-header .blog-download {
  font-size: 16px;
  margin-top: 1em;
}

.blog-header h2.subtitle {
  font-weight: 300;
  font-size: 22px;
  margin: 0.5em 0;
}

.blog-date .date-display-single,
.blog-tags div {
  display: inline;
}

.blog-header .blog-reference,
.blog-date {
  color: #666666;
  font-size: 14px;
  font-weight: 100;
}

.blog-header .field-name-field-blog-tags {
  margin: 0.5em 0;
}

.blog-footer .pull-right {
  clear: both;
  display: block;
}

.node-blog-post.node-teaser .field-name-field-display-date,
.node-blog-post.node-teaser .field-name-body {
  font-size: 14px;
  line-height: 1.5em;
}
.node-blog-post.node-teaser .blog-download {
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .node-blog-post.node-teaser > .row.mrgn-bttm-lg {
    margin-bottom: 0;
  }

  .node-blog-post.node-teaser .field-name-field-photo a {
    display: block;
    max-height: 320px;
    overflow: hidden;
  }

  .node-blog-post.node-teaser .field-name-field-photo img {
    width: 100%;
    height: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .node-blog-post.node-teaser header h4 {
    font-size: 20px;
    line-height: 1.3;
  }

  .node-blog-post.node-teaser header h4.mrgn-tp-0 {
    margin-top: 0.5em;
  }

  .node-blog-post.node-teaser header h4.mrgn-bttm-sm {
    margin-bottom: 0.5em;
  }

  .node-blog-post.node-teaser .teaser-body {
    padding: 15px;
  }

  .node-blog-post.node-teaser .inline-data {
    margin: 15px 0;
  }

  .blog-tags .label {
    padding: 6px 0;
  }

  .blog-tags .label a {
    padding: 0 12px;
  }

  .node-blog-post.node-teaser .small {
    font-size: 16px;
  }

  .node-blog-post.node-teaser .teaser-body a.learn-more {
    font-size: 16px;
  }
}
.related-card {
  max-width: 400px;
}

header a:visited,
footer a:visited {
  color: #284162;
}

a.black {
  color: #000000;
}
a.black:visited {
  color: #000000;
}

span.black {
  color: #000000;
}

h2 a, h3 a, h3 a {
  color: #284162;
}
h2 a:visited, h3 a:visited, h3 a:visited {
  color: #284162;
}

#feedback-button {
  margin: 2em 0 0;
}

#wb-sec ul.menu li {
  margin: 0;
}

.event-teaser h2 {
  font-size: 1.2em;
}

.node-landing-page .content .field-item section > h2 {
  font-size: 1.2em;
}

@media only screen and (min-width: 768px) {
  #wb-sec {
    padding-left: 0;
  }
  #wb-sec ul.menu {
    margin-left: 0;
  }
}
.row.nesting-fix {
  margin-left: -15px;
  margin-right: -15px;
}

.responsive-banner {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
.responsive-banner img {
  min-width: 1060px;
}

#wb-sec .list-group .list-group .list-group .list-group .list-group-item.active,
#wb-sec .list-group .list-group .list-group .list-group-item.active,
#wb-sec .list-group .list-group .list-group-item.active,
#wb-sec .list-group a.list-group-item.active {
  background-color: #243850 !important;
  color: #fff !important;
  border: none;
}

.type-article .field-name-field-display-date {
  font-style: italic;
  margin-bottom: 0.5em;
}

table.table-small {
  font-size: 0.8em;
}

ul.float-icons-20 > li {
  margin-left: 35px !important;
}
ul.float-icons-20 > li > img {
  margin-left: -35px;
  margin-right: 15px;
}

/* tweak to wb-toggle to show/hide targets */
.wb-toggle-visibility.off {
  display: none;
}

/* Color scheme */
.text-black, a.text-black:visited {
  color: #000;
}

a.text-black:hover, a.text-black:focus {
  color: #1d2124;
}

.btn.text-black:hover, .btn.text-black:focus {
  color: #1d2124;
}

.font-size-200 {
  font-size: 200%;
}

.font-size-400 {
  font-size: 400%;
}

/* List timeline */
ol.list_timeline {
  float: left;
  width: 85%;
  margin: 2em 2em;
  padding-left: 2em;
  position: relative;
  box-sizing: border-box;
  counter-reset: li;
  border-left: 2px solid transparent;
}
ol.list_timeline:before, ol.list_timeline:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -0.45em;
  border-radius: 50%;
  border: 2px solid transparent;
}
ol.list_timeline:before {
  top: -0.8em;
}
ol.list_timeline:after {
  bottom: -0.8em;
}
ol.list_timeline > li {
  counter-increment: step-counter;
}
ol.list_timeline > li h2, ol.list_timeline > li h3, ol.list_timeline > li h4, ol.list_timeline > li h5 {
  margin: 0 0 0.2em 0;
}
ol.list_timeline > li:before {
  content: counter(li);
  counter-increment: li;
}
ol.list_timeline li {
  padding: 0.5em;
  float: left;
  list-style-type: none;
  color: inherit;
  border-radius: 4px;
  margin-top: 20px;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 1px solid #002B54;
}
ol.list_timeline li:first-child {
  margin-top: 0;
}
ol.list_timeline li:before {
  margin-right: 25px;
  font-size: 150%;
  font-weight: bold;
  padding: 10px 8px;
  border-radius: 3px;
  position: absolute;
  top: 0.5em;
  left: -2.25em;
  display: block;
  width: 1.7em;
  height: 1.8em;
  text-align: center;
}
@media print {
  ol.list_timeline li:before {
    border: 2px solid black;
    background: white !important;
    color: black;
  }
}
ol.list_timeline li > ul:before {
  display: none;
}
ol.list_timeline li > ul > li {
  float: left;
  width: 85%;
  font-size: 0.85em;
  border: none;
  padding: 0 0.5em;
  font-size: 0.9em;
  border-radius: 0;
}
ol.list_timeline li > ul > li:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  margin-top: -5px;
  top: 15px;
  left: -18px;
}
@media print {
  ol.list_timeline li > ul > li:after {
    border: 6px solid black;
    width: 6px;
    height: 6px;
    left: -30px;
  }
}
ol.list_timeline li > ol {
  border: none;
  counter-reset: sub-li;
  margin: 1em 1em;
}
ol.list_timeline li > ol:before {
  border: none;
}
ol.list_timeline li > ol:after {
  border: none;
}
ol.list_timeline li > ol li {
  float: left;
  width: 85%;
  font-size: 0.85em;
  font-size: 0.9em;
}
ol.list_timeline li > ol li:before {
  content: counter(li) "." counter(sub-li) " ";
  counter-increment: sub-li;
  font-size: 75%;
  top: 1.1em;
  left: -3.8em;
  padding: 0.2em 0.5em;
  width: auto;
  height: auto;
}
@media print {
  ol.list_timeline li > ol li:before {
    border: 2px solid black;
    background: white !important;
    color: black;
  }
}
ol.list_timeline li > ol li:after {
  top: 15px;
  left: -18px;
}
ol.list_timeline li a {
  color: inherit;
}

ul.list_timeline {
  float: left;
  width: 85%;
  margin: 2em 2em;
  padding-left: 39px;
  position: relative;
  box-sizing: border-box;
  border-left: 2px solid transparent;
}
ul.list_timeline:before, ul.list_timeline:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: -0.45em;
  border-radius: 50%;
  border: 2px solid transparent;
}
ul.list_timeline:before {
  top: -0.8em;
}
ul.list_timeline:after {
  bottom: -0.8em;
}
ul.list_timeline li {
  padding: 0.5em;
  float: left;
  list-style-type: none;
  color: inherit;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 1em;
  position: relative;
  width: 100%;
  border: 1px solid #002B54;
}
ul.list_timeline li h2, ul.list_timeline li h3, ul.list_timeline li h4, ul.list_timeline li h5 {
  margin: 0 0 0.2em 0;
}
ul.list_timeline li:first-child {
  margin-top: 0;
}
ul.list_timeline li:before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -41px;
}
@media print {
  ul.list_timeline li:before {
    border: 1px solid black;
    height: 1px;
  }
}
ul.list_timeline li:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -47px;
}
@media print {
  ul.list_timeline li:after {
    border: 6px solid black;
    width: 6px;
    height: 6px;
    left: -47px;
  }
}
ul.list_timeline li > ol {
  counter-reset: sub-li;
}
ul.list_timeline li > ol li:before {
  content: counter(sub-li) " ";
  counter-increment: sub-li;
  font-size: 75%;
  top: 1.1em;
  left: -2.9em;
  border-radius: 3px;
  padding: 0.2em 0.5em;
  width: auto;
  height: auto;
}
ul.list_timeline li > ol li:after {
  display: none;
}
ul.list_timeline li > ul {
  border: none;
  margin: 1em 1em;
  padding: 0 0 0 1em;
}
ul.list_timeline li > ul:last-child {
  margin-bottom: 0;
}
ul.list_timeline li > ul:before {
  border: none;
}
ul.list_timeline li > ul:after {
  border: none;
}
ul.list_timeline li > ul li {
  float: left;
  width: 85%;
  font-size: 0.85em;
  border: none;
  padding: 0 0.5em;
  font-size: 0.9em;
  border-radius: 0;
}
ul.list_timeline li > ul li:before {
  display: none;
}
ul.list_timeline li > ul li:after {
  top: 15px;
  left: -18px;
}
ul.list_timeline li a {
  color: inherit;
}

ul.list_timeline.univBlue li a, ul.list_timeline.medBlue li a, ul.list_timeline.lightBlue li a, ul.list_timeline.gray li a, ul.list_timeline.orange li a, ul.list_timeline.beige li a, ul.list_timeline.black li a, ul.list_timeline.white li a, ul.list_timeline.gradient li a,
ol.list_timeline.univBlue li a,
ol.list_timeline.medBlue li a,
ol.list_timeline.lightBlue li a,
ol.list_timeline.gray li a,
ol.list_timeline.orange li a,
ol.list_timeline.beige li a,
ol.list_timeline.black li a,
ol.list_timeline.white li a,
ol.list_timeline.gradient li a {
  background-color: transparent;
}
ul.list_timeline.univBlue li a:hover, ul.list_timeline.medBlue li a:hover, ul.list_timeline.lightBlue li a:hover, ul.list_timeline.gray li a:hover, ul.list_timeline.orange li a:hover, ul.list_timeline.beige li a:hover, ul.list_timeline.black li a:hover, ul.list_timeline.white li a:hover, ul.list_timeline.gradient li a:hover,
ol.list_timeline.univBlue li a:hover,
ol.list_timeline.medBlue li a:hover,
ol.list_timeline.lightBlue li a:hover,
ol.list_timeline.gray li a:hover,
ol.list_timeline.orange li a:hover,
ol.list_timeline.beige li a:hover,
ol.list_timeline.black li a:hover,
ol.list_timeline.white li a:hover,
ol.list_timeline.gradient li a:hover {
  background-color: inherit;
}
ul.list_timeline, ul.list_timeline.blue,
ol.list_timeline,
ol.list_timeline.blue {
  border-color: #af3c43;
}
ul.list_timeline:before, ul.list_timeline:after, ul.list_timeline.blue:before, ul.list_timeline.blue:after,
ol.list_timeline:before,
ol.list_timeline:after,
ol.list_timeline.blue:before,
ol.list_timeline.blue:after {
  border-color: #af3c43;
}
ul.list_timeline li, ul.list_timeline.blue li,
ol.list_timeline li,
ol.list_timeline.blue li {
  background-color: #fefefe;
  color: #222;
  border-color: #26374a;
}
ul.list_timeline li:before, ul.list_timeline li:after, ul.list_timeline.blue li:before, ul.list_timeline.blue li:after,
ol.list_timeline li:before,
ol.list_timeline li:after,
ol.list_timeline.blue li:before,
ol.list_timeline.blue li:after {
  background-color: #26374a;
  color: #FCFCFC;
}
@media print {
  ul.list_timeline, ul.list_timeline.blue,
ol.list_timeline,
ol.list_timeline.blue {
    border-color: black;
  }
  ul.list_timeline:before, ul.list_timeline:after, ul.list_timeline.blue:before, ul.list_timeline.blue:after,
ol.list_timeline:before,
ol.list_timeline:after,
ol.list_timeline.blue:before,
ol.list_timeline.blue:after {
    border-color: black;
  }
  ul.list_timeline li, ul.list_timeline.blue li,
ol.list_timeline li,
ol.list_timeline.blue li {
    border-color: black;
  }
  ul.list_timeline li:before, ul.list_timeline li:after, ul.list_timeline.blue li:before, ul.list_timeline.blue li:after,
ol.list_timeline li:before,
ol.list_timeline li:after,
ol.list_timeline.blue li:before,
ol.list_timeline.blue li:after {
    background-color: white;
    color: black;
  }
}
ul.list_timeline.blue.medium,
ol.list_timeline.blue.medium {
  border-color: #af3c43;
}
ul.list_timeline.blue.medium:before, ul.list_timeline.blue.medium:after,
ol.list_timeline.blue.medium:before,
ol.list_timeline.blue.medium:after {
  border-color: #af3c43;
}
ul.list_timeline.blue.medium li,
ol.list_timeline.blue.medium li {
  background-color: #fefefe;
  color: #222;
  border-color: #51759E;
}
ul.list_timeline.blue.medium li:before, ul.list_timeline.blue.medium li:after,
ol.list_timeline.blue.medium li:before,
ol.list_timeline.blue.medium li:after {
  background-color: #51759E;
  color: #FCFCFC;
}
ul.list_timeline.blue.light,
ol.list_timeline.blue.light {
  border-color: #26374a;
}
ul.list_timeline.blue.light:before, ul.list_timeline.blue.light:after,
ol.list_timeline.blue.light:before,
ol.list_timeline.blue.light:after {
  border-color: #26374a;
}
ul.list_timeline.blue.light li,
ol.list_timeline.blue.light li {
  background-color: #fefefe;
  color: #222;
  border-color: #c2d0e0;
}
ul.list_timeline.blue.light li:before, ul.list_timeline.blue.light li:after,
ol.list_timeline.blue.light li:before,
ol.list_timeline.blue.light li:after {
  background-color: #c2d0e0;
  color: #080808;
}
ul.list_timeline.grey,
ol.list_timeline.grey {
  border-color: #888;
}
ul.list_timeline.grey:before, ul.list_timeline.grey:after,
ol.list_timeline.grey:before,
ol.list_timeline.grey:after {
  border-color: #888;
}
ul.list_timeline.grey li,
ol.list_timeline.grey li {
  background-color: #fefefe;
  color: #222;
  border-color: #545454;
}
ul.list_timeline.grey li:before, ul.list_timeline.grey li:after,
ol.list_timeline.grey li:before,
ol.list_timeline.grey li:after {
  background-color: #545454;
  color: #FCFCFC;
}
ul.list_timeline.beige,
ol.list_timeline.beige {
  border-color: #9DBED8;
}
ul.list_timeline.beige:before, ul.list_timeline.beige:after,
ol.list_timeline.beige:before,
ol.list_timeline.beige:after {
  border-color: #9DBED8;
}
ul.list_timeline.beige li,
ol.list_timeline.beige li {
  background-color: #fefefe;
  color: #222;
  border-color: #DAD6CC;
}
ul.list_timeline.beige li:before, ul.list_timeline.beige li:after,
ol.list_timeline.beige li:before,
ol.list_timeline.beige li:after {
  background-color: #DAD6CC;
  color: #000;
}
ul.list_timeline.black,
ol.list_timeline.black {
  border-color: #0054a0;
}
ul.list_timeline.black:before, ul.list_timeline.black:after,
ol.list_timeline.black:before,
ol.list_timeline.black:after {
  border-color: #0054a0;
}
ul.list_timeline.black li,
ol.list_timeline.black li {
  background-color: #fefefe;
  color: #222;
  border-color: #080808;
}
ul.list_timeline.black li:before, ul.list_timeline.black li:after,
ol.list_timeline.black li:before,
ol.list_timeline.black li:after {
  background-color: #080808;
  color: #fff;
}
ul.list_timeline.white,
ol.list_timeline.white {
  border-color: #545454;
}
ul.list_timeline.white:before, ul.list_timeline.white:after,
ol.list_timeline.white:before,
ol.list_timeline.white:after {
  border-color: #545454;
}
ul.list_timeline.white li,
ol.list_timeline.white li {
  background-color: #fefefe;
  color: #222;
  border-color: #DAD6CC;
}
ul.list_timeline.white li:before, ul.list_timeline.white li:after,
ol.list_timeline.white li:before,
ol.list_timeline.white li:after {
  background-color: #FCFCFC;
  color: #000;
  box-shadow: 2px 2px #ccc;
}
ul.list_timeline.erf,
ol.list_timeline.erf {
  border-color: #325C7F;
}
ul.list_timeline.erf:before, ul.list_timeline.erf:after,
ol.list_timeline.erf:before,
ol.list_timeline.erf:after {
  border-color: #325C7F;
}
ul.list_timeline.erf li,
ol.list_timeline.erf li {
  background-color: #fefefe;
  color: #222;
  border-color: #007870;
}
ul.list_timeline.erf li:before, ul.list_timeline.erf li:after,
ol.list_timeline.erf li:before,
ol.list_timeline.erf li:after {
  background-color: #007870;
  color: #FCFCFC;
  box-shadow: 2px 2px #ccc;
}

/* Beta theme css */
.ip-cover-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  margin-top: 15px;
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .ip-cover-img {
    background: none;
  }
}
.most-requested li {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 0;
}
.most-requested .list-responsive > li {
  padding-right: 1em;
  min-height: 1.5em;
}

.most-requested h2 {
  font-size: 1.2em;
}

.ip-btn {
  font-size: 1em;
}

.feeds-entry .feeds-byline {
  font-size: 0.8em;
}
/* supports the 3 column layout for MR instead of 4 columns */
.list-responsive-3 > li {
  float: left;
  padding-right: 5px;
  width: 50%;
}

.list-responsive-3 > li:nth-child(2n+2) {
  clear: right;
}

.list-responsive-3:before,
.list-responsive-3:after {
  content: " ";
  display: table;
}

.list-responsive-3:after {
  clear: both;
}

.followus.experimental {
  background-color: #f5f5f5;
  padding: 0;
}

.followus.experimental h2 {
  display: block;
}

.followus.experimental h2,
.followus.experimental ul {
  margin-left: 0;
}

.followus.experimental ul li a {
  border: solid 2px #f5f5f5;
}

.featured {
  margin-bottom: 0em;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #31708f;
}

.featured a {
  color: #fff;
}

ul.feeds-cont li a {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .featured {
    padding-left: 0.8em;
  }
}
@media screen and (min-width: 1200px) {
  .list-responsive-3 > li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .btn-call-to-action {
    font-size: 19px !important;
  }

  .most-requested li {
    font-size: 19px;
  }

  .list-responsive-3 > li {
    clear: right;
    width: 100%;
  }

  .mobile-left {
    float: left !important;
  }

  .ip-cover-hide-mobile {
    background-image: url("none") !important;
  }
}
/* end beta */
/* Beta topic page css */
.provisional.profile {
  position: relative;
  overflow-x: hidden;
}

.provisional.profile .pagetag {
  max-width: 65ch;
}

.provisional.single-feature figcaption {
  margin-top: 5px;
  text-decoration: underline;
}

.provisional .thumbnail {
  border-color: #335075;
  border-width: 1px;
  padding: 0px;
}

.provisional.contributors {
  font-size: 16px;
  font-weight: 600;
}

.provisional.from {
  font-size: 17px;
  margin-top: 7px;
}

.provisional.contributors ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: -50px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

@media screen and (min-width: 991px) {
  .provisional.contributors li {
    display: inline-block;
    margin-right: 0.7em;
  }
}
@media screen and (min-width: 991px) {
  .provisional.contributors li:first-child:before {
    content: none;
  }

  .provisional.contributors li:before {
    content: "•";
    margin-right: 0.7em;
  }
}
@media screen and (max-width: 1200px) {
  .provisional.contributors ul {
    margin-inline-start: -30px;
  }
}
@media screen and (max-width: 991px) {
  .provisional.contributors ul {
    margin-inline-start: 1.5em;
  }
}
/* Sections */
/*page structure desktop (new) */
@media all and (min-width: 992px) {
  section.gc-nav nav {
    position: relative;
    width: 33.33%;
    left: 66.66%;
    float: left;
    padding-left: 15px;
    margin-bottom: 30px;
  }

  section.gc-nav h1 {
    width: 66.66%;
    padding-right: 15px;
    margin-top: 20px;
    margin-bottom: -5px;
    font-weight: 200;
  }

  section.gc-nav-section {
    position: relative;
    width: 66.66%;
    float: left;
    padding-right: 15px;
  }

  section.gc-nav ~ section.gc-nav-section {
    right: 33.33%;
  }

  section.gc-nav ~ section.gc-nav-section h1 {
    margin-top: 0;
  }

  section.gc-nav-section + .pagedetails {
    clear: both;
  }
}
#gc-navseq-header {
  font-size: 1.2em;
  margin-top: 0;
}

.gc-navseq {
  padding-left: 0.9em;
}

.gc-navseq .small,
.gc-navseq small {
  line-height: 0;
}

.gc-navseq * {
  font-weight: inherit !important;
  line-height: inherit !important;
}

.gc-navseq > li,
ul.gc-navseq-fa > li {
  padding-bottom: 20px;
  list-style: none;
  padding-left: 1.2em;
  border-left: 5px solid #26374a;
  position: relative;
}

ul.gc-navseq-fa > li .fa-li {
  left: 0;
  position: relative;
}

ul.gc-navseq-fa {
  margin-left: 0.9em;
}

li .gc-navseq {
  margin-top: 16px;
}

.gc-navseq > li > :first-child::before,
ul.gc-navseq-fa li span.fa-li {
  border-radius: 50%;
  border: 3px solid #26374a;
  background-color: #fff;
  float: left;
  text-decoration: none;
  box-sizing: content-box;
  line-height: 1.3em;
  text-align: center;
  padding: 3px;
  font-size: 1em;
  /* transition: width 0.2s, height 0.2s, margin-top 0.2s, font-size 0.2s, margin-left 0.2s, line-height 0.2s;
  */
}

ul.gc-navseq-fa li span.fa-li {
  height: 1.3em;
  width: 1.3em;
  margin-left: -2.3em;
}

ul.gc-navseq > li > :first-child::before {
  height: 0.8em;
  width: 0.8em;
  margin-left: -2.05em;
  content: "";
}

@-moz-document url-prefix() {
  ul.gc-navseq > li > :first-child::before {
    margin-left: -2em;
  }
}
.gc-navseq li a::before {
  text-decoration: underline;
}

ul.gc-navseq.noline > li {
  border-left: 5px solid transparent;
}

.gc-navseq > li.completed:last-child,
.gc-navseq > li:last-child,
ul.gc-navseq-fa li:last-child {
  border-left: 5px solid transparent;
  padding-bottom: 0;
}

ul.gc-navseq.noline > li > :first-child::before {
  margin-top: 0.2em;
}

ul.gc-navseq > li ul.gc-navseq.noline > li.active::before {
  content: " ";
  height: 4px;
  width: 1.6em;
  background-color: #26374a;
  position: absolute;
  margin-left: -3.6em;
  margin-top: 0.825em;
}

/*active*/
.gc-navseq li.active > :first-child::before,
.gc-navseq-fa li.active span.fa-li {
  background-color: #26374a;
  color: #fff;
}

/*sub-steps*/
.gc-navseq li ul {
  margin-top: 16px !important;
}

/*Hover animation */
ul.gc-navseq > li > a[href]:hover::before {
  width: 0.83em;
  height: 0.83em;
  margin-top: -0.1em;
  font-size: 1.2em;
  margin-left: -1.775em;
  line-height: 1.55;
}

ul.gc-navseq.noline > li > a[href]:hover::before {
  margin-top: 0.15em;
}

.gc-navseq-fa > li > a[href]:hover span.fa-li {
  width: 1.55em;
  height: 1.55em;
  margin-top: -0.05em;
  margin-left: -2.45em;
}

.gc-navseq-fa > li > a[href]:hover span.fa-li::before {
  margin-top: -0.1em;
}

/*Vertical steps in mobile */
@media screen and (max-width: 991px) {
  section.gc-nav {
    margin-top: 30px;
    border-right: 5px solid #26374a;
    border-top: 5px solid #26374a;
    border-radius: 0 6px 6px 0;
  }

  section.gc-nav nav > .gc-navseq {
    padding-top: 15px;
    margin-top: -18px;
    clear: both;
  }

  section.gc-nav nav > .gc-navseq > li:last-child {
    border-bottom: 5px solid #26374a;
    border-left: 5px solid #26374a;
    border-bottom-left-radius: 6px;
    padding-bottom: 24px;
  }

  section.gc-nav h1 {
    margin-bottom: -18px;
    margin-right: 20px;
    background-color: white;
    padding: 20px 10px 10px 20px;
    display: inline-block;
    margin-left: -20px;
    margin-top: -40px;
    float: left;
  }
}
/*nav buttons */
.gc-navseq-nav-btn:focus,
.gc-navseq-nav-btn:hover,
.gc-navseq-nav-btn:visited {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 5px;
}

.gc-navseq-nav-btn {
  background-color: #26374a;
}

.gc-navseq-nav-btn:hover {
  background-color: #444;
}

.gc-navseq-nav-btn:not(:focus) {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

@media all and (min-width: 992px) {
  #gc-navseq-nav {
    display: flex;
  }
}
/*Navigation template in mobile */
@media all and (max-width: 991px) {
  .gc-nav nav {
    padding-top: 40px;
  }
}
#gc-navseq-nav {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.gc-navseq-nav-btn:focus {
  position: relative;
}

/* new topic style */
/* Styled ordered list design */
.lst-stps,
ol.lst-stps {
  counter-reset: item;
}

.lst-stps,
ol.lst-stps {
  margin: 15px 0;
  padding-left: 0;
  position: relative;
}

.lst-stps > .lst-item,
ol.lst-stps > li {
  counter-increment: item;
}

.lst-stps .lst-item,
ol.lst-stps > li {
  list-style: none;
  margin-top: 30px;
  position: relative;
  padding-left: 60px;
  padding-right: 15px;
  min-height: 2.2em;
}

ol.lst-stps fieldset {
  padding-top: 0;
}

.lst-stps .lst-item > *:last-child,
ol.lst-stps li > *:last-child {
  margin-bottom: 0;
}

.lst-stps .lst-item:before,
ol.lst-stps > li:before {
  content: counter(item);
}

.lst-stps .lst-item > .sub-lst-stps,
ol.lst-stps li > ol {
  counter-reset: subitem;
}

ol.lst-stps li > ol {
  margin-left: -35px;
}

.lst-stps .lst-item {
  position: relative;
  padding-left: 60px;
  margin-top: 30px;
}

.lst-stps .lst-item:before,
ol.lst-stps li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #26374a;
  background-color: #fff;
  float: left;
  position: absolute;
  box-sizing: content-box;
  line-height: 2.2;
  text-align: center;
  font-weight: 600;
  height: 2.2em;
  width: 2.2em;
  left: 0;
  margin-top: -8px;
}

.lst-stps > .lst-item > .sub-lst-stps > .lst-item:before,
ol.lst-stps > li > ol > li:before {
  counter-increment: subitem;
  content: counter(item) "" counter(subitem, lower-alpha) "";
}

.sub-lst-stps > .lst-item:last-child {
  margin-bottom: 0;
}

.lst-stps-striped > .lst-item > .sub-lst-stps,
.lst-stps-striped > li ol {
  margin-top: 15px;
}

.lst-stps.lst-stps-striped .lst-item,
.lst-stps.lst-stps-striped li {
  padding-top: 23px;
  padding-bottom: 23px;
  margin-top: 0;
}

.lst-stps-striped > .lst-item:nth-child(even) > .sub-lst-stps > .lst-item:nth-child(odd),
.lst-stps-striped > .lst-item:nth-child(odd),
.lst-stps-striped > .lst-item:nth-child(odd) > .sub-lst-stps > .lst-item:nth-child(even),
.lst-stps-striped > li:nth-child(even) > ol > li:nth-child(odd),
.lst-stps-striped > li:nth-child(odd),
.lst-stps-striped > li:nth-child(odd) > ol > li:nth-child(even) {
  background-color: #f5f5f5;
}

.lst-stps-striped > .lst-item:nth-child(odd) > .sub-lst-stps > .lst-item:nth-child(odd),
.lst-stps-striped > li:nth-child(odd) > ol > li:nth-child(odd) {
  background-color: #fff !important;
}

.lst-stps-striped > .lst-item:nth-child(even) > .sub-lst-stps > .lst-item:nth-child(even):last-child,
.lst-stps-striped > .lst-item:nth-child(odd) > .sub-lst-stps > .lst-item:nth-child(even):last-child,
.lst-stps-striped > li:nth-child(even) > ol > li:nth-child(even):last-child,
.lst-stps-striped > li:nth-child(odd) > ol > li:nth-child(even):last-child {
  padding-bottom: 0;
}

.lst-stps .lst-item > :first-child,
ol.lst-stps li > :first-child {
  margin-top: auto;
}

.lst-stps.lst-stps-striped .lst-item,
ol.lst-stps.lst-stps-striped li {
  padding-left: 75px;
}

.lst-stps-striped .lst-item:before,
.lst-stps-striped li:before {
  margin-left: 15px;
}

/* ol.lst-stps li ul, ol.lst-stps li ul li, ol.lst-stps.lst-stps-striped li ul, ol.lst-stps.lst-stps-striped li ul li {
     padding-left: 0px;
}
*/
@media all and (max-width: 767px) {
  .lst-stps .lst-item:before,
ol.lst-stps li:before {
    font-size: 0.8em;
    line-height: 2;
    height: 2em;
    width: 2em;
    margin-top: -3px;
    font-weight: 600;
  }

  .lst-stps > .lst-item,
ol.lst-stps > li {
    padding-left: 45px;
  }

  .lst-stps.lst-stps-striped .lst-item,
.lst-stps.lst-stps-striped li {
    padding-top: 19px;
    padding-bottom: 19px;
    margin-top: 0;
  }
}
.lst-lwr-alph {
  list-style-position: outside;
}

.callout {
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 10px #ddd;
}

/*Checkbox/Fieldflow radio input sizing,positioning*/
.checkbox-lg > li.checkbox {
  margin-top: 0;
}

.checkbox-lg > li {
  margin-left: -40px;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-right: 15px;
}

.checkbox-zebra > li:nth-child(2n+1) {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 15px;
}

.checkbox-lg > li.checkbox input[type=checkbox],
.fieldflow-lg .radio input[type=radio] {
  margin-top: 12px;
  transform: scale(2);
}

.checkbox-lg label,
.fieldflow-lg,
.fieldflow-lg div,
.fieldflow-lg label,
.fieldflow-lg select,
.std-blt {
  font-size: 20px;
  line-height: 1.65em;
}

.std-blt {
  list-style-type: disc;
}

.std-blt li label {
  display: block;
  padding-left: 0;
}

.fieldflow-lg .radio label {
  margin-left: 40px;
}

.fieldflow-lg .radio input[type=radio] {
  margin-left: -40px;
}

.fieldflow-lg fieldset legend {
  font-size: 22px;
  margin-top: 0;
}

/* GC Subway https://design.canada.ca/common-design-patterns/subway-navigation.html */
.provisional.gc-subway {
  border-radius: 0px 6px 6px 0px;
  border-right: 4px solid #26374a;
  border-top: 4px solid #26374a;
  margin-top: 38px;
}

.provisional.gc-subway ul {
  clear: both;
  list-style: none;
  padding-left: 0.57em;
  padding-top: 10px;
  position: relative;
}

.provisional.gc-subway ul li {
  border-left: 4px solid #26374a;
  padding: 0px 20px 30px 1em;
}

.provisional.gc-subway ul li::first-line {
  line-height: 1 !important;
}

.provisional.gc-subway ul li :first-child::before {
  background-color: #fff;
  border: 3px solid #26374a;
  border-radius: 50%;
  content: "";
  height: 1.2em;
  left: 0.05em;
  position: absolute;
  -webkit-transition: width 0.2s, height 0.2s, left 0.2s, margin-top 0.2s;
  transition: width 0.2s, height 0.2s, left 0.2s, margin-top 0.2s;
  width: 1.2em;
}

.provisional.gc-subway ul li.active > :first-child::before {
  background-color: #26374a;
}

.provisional.gc-subway ul li a[href]:hover::before,
.provisional.gc-subway ul li a[href]:focus::before {
  height: 1.4em;
  left: -0.05em;
  margin-top: -0.1em;
  width: 1.4em;
}

.provisional.gc-subway ul li:last-child {
  border-bottom: 4px solid #26374a;
  border-bottom-left-radius: 6px;
  border-left: 4px solid #26374a;
}

.provisional.gc-subway ul li ul {
  margin-top: 20px;
  padding-left: 0.55em;
}

.provisional.gc-subway ul li ul li:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.provisional.gc-subway ul li ul.noline li {
  -o-border-image: none;
  border-image: none;
  border-left: 4px solid transparent;
}

.provisional.gc-subway h1 {
  float: left;
}

.provisional.gc-subway h1,
.provisional.gc-subway-section .gc-subway-h1 {
  background-color: #fff;
  border-bottom-width: 0px;
  color: #555;
  font-size: 1.3em;
  margin-right: 20px;
  margin-top: -19px;
  padding: 0px 20px 10px 0px;
}

@media screen and (min-width: 992px) {
  .provisional.gc-subway {
    border-right: 0;
    border-top: 0;
    display: none;
    margin-top: 25px;
    padding-left: 15px;
  }

  .provisional.gc-subway.no-blink {
    display: block;
  }

  .provisional.gc-subway .gc-subway-menu-nav {
    float: right;
    width: 33.33%;
  }

  .provisional.gc-subway ul li:last-child {
    border-bottom: 0;
    border-left: 4px solid transparent;
  }

  .provisional.gc-subway-section {
    padding-right: 15px;
    width: 66.66%;
  }

  .provisional.gc-subway-section .gc-subway-h1,
.provisional.gc-subway-section h1 {
    margin-top: 0;
  }

  .provisional.gc-subway-section .gc-subway-h1 {
    font-family: Lato, sans-serif;
    font-weight: inherit;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0 !important;
    padding-left: 0;
  }

  .wb-disable .provisional.gc-subway {
    display: block;
  }
}
/* Simply Science */
img.inverted {
  filter: invert(1);
}

#ss-banner .ss-logo-wrapper .ss-background {
  background: #26374a;
}
#ss-banner .ss-logo {
  margin-top: 3px;
}
#ss-banner .ss-text-wrapper {
  margin-top: 3px;
}
#ss-banner .ss-text-rotate {
  transform: rotate(-3deg);
}
#ss-banner .ss-text-subscribe {
  margin-top: 43px;
}
@media (min-width: 1200px) {
  #ss-banner .ss-logo {
    margin-top: 11px;
  }
  #ss-banner .ss-text-wrapper {
    margin-top: 34px;
  }
  #ss-banner .ss-text-subscribe {
    margin-top: 69px;
  }
}

h2.line-header {
  font-size: 1.2em;
  border-bottom: 1px solid #af3c43;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.btn-brown {
  color: #FFFFFF;
  background-color: #907051;
  border-color: #FFFFFF;
}
.btn-brown > i {
  margin-right: 10px;
}
.btn-brown.hide-border {
  border-color: #907051 !important;
}
.btn-brown:visited {
  color: #FFFFFF;
  background-color: #907051;
  border-color: #FFFFFF;
}
.btn-brown:hover, .btn-brown:focus, .btn-brown:active, .btn-brown.active {
  color: #FFFFFF;
  background-color: #725A40;
  border-color: #FFFFFF;
}
.btn-brown.disabled, .btn-brown[disabled], fieldset[disabled] .btn-brown {
  background-color: #AB9169;
  border-color: #FFFFFF;
}
.btn-brown.disabled:hover, .btn-brown.disabled:focus, .btn-brown.disabled:active, .btn-brown.disabled.active, .btn-brown[disabled]:hover, .btn-brown[disabled]:focus, .btn-brown[disabled]:active, .btn-brown[disabled].active, fieldset[disabled] .btn-brown:hover, fieldset[disabled] .btn-brown:focus, fieldset[disabled] .btn-brown:active, fieldset[disabled] .btn-brown.active {
  background-color: #AB9169;
  border-color: #FFFFFF;
}
.btn-brown .badge {
  color: #907051;
  background-color: #FFFFFF;
}

.btn-blue {
  color: #FFFFFF;
  background-color: #284162;
  border-color: #FFFFFF;
}
.btn-blue > i {
  margin-right: 10px;
}
.btn-blue.hide-border {
  border-color: #284162 !important;
}
.btn-blue:visited {
  color: #FFFFFF;
  background-color: #284162;
  border-color: #FFFFFF;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
  color: #FFFFFF;
  background-color: #19293e;
  border-color: #FFFFFF;
}
.btn-blue.disabled, .btn-blue[disabled], fieldset[disabled] .btn-blue {
  background-color: #284162;
  border-color: #FFFFFF;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
  background-color: #284162;
  border-color: #FFFFFF;
}
.btn-blue .badge {
  color: #284162;
  background-color: #FFFFFF;
}

.btn-teal {
  color: #FFFFFF;
  background-color: #00857C;
  border-color: #FFFFFF;
}
.btn-teal > i {
  margin-right: 10px;
}
.btn-teal.hide-border {
  border-color: #00857C !important;
}
.btn-teal:visited {
  color: #FFFFFF;
  background-color: #00857C;
  border-color: #FFFFFF;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
  color: #FFFFFF;
  background-color: #00615A;
  border-color: #FFFFFF;
}
.btn-teal.disabled, .btn-teal[disabled], fieldset[disabled] .btn-teal {
  background-color: #009C91;
  border-color: #FFFFFF;
}
.btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
  background-color: #009C91;
  border-color: #FFFFFF;
}
.btn-teal .badge {
  color: #00857C;
  background-color: #FFFFFF;
}

.btn-orange {
  color: #FFFFFF;
  background-color: #D73919;
  border-color: #FFFFFF;
}
.btn-orange > i {
  margin-right: 10px;
}
.btn-orange.hide-border {
  border-color: #D73919 !important;
}
.btn-orange:visited {
  color: #FFFFFF;
  background-color: #D73919;
  border-color: #FFFFFF;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
  color: #FFFFFF;
  background-color: #8D4334;
  border-color: #FFFFFF;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange {
  background-color: #EB6B51;
  border-color: #FFFFFF;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
  background-color: #EB6B51;
  border-color: #FFFFFF;
}
.btn-orange .badge {
  color: #D73919;
  background-color: #FFFFFF;
}

.ss-lineheight {
  line-height: 26px !important;
}

a.ss-whitelink:link, a.ss-whitelink:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
a.ss-whitelink:active, a.ss-whitelink:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a.ss-teallink:link, a.ss-teallink:visited {
  text-decoration: underline;
  color: #00857C;
}
a.ss-teallink:active, a.ss-teallink:hover {
  color: #00615A;
  text-decoration: none;
}

a.ss-sociallink:link, a.ss-sociallink:visited {
  text-decoration: underline;
  color: #30A1AB;
}
a.ss-sociallink:active, a.ss-sociallink:hover {
  color: #2A8A93;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .row.circles-5-up {
    margin: 0 -30px;
  }
}
.row.circles-5-up .round-image-link {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
  padding: 10px;
}
.row.circles-5-up .round-image-link img {
  display: none;
}
@media (min-width: 420px) {
  .row.circles-5-up .round-image-link {
    width: 50%;
  }
  .row.circles-5-up .round-image-link:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .row.circles-5-up .round-image-link {
    padding: 15px;
    margin: 0;
    width: 33.3333333333%;
  }
  .row.circles-5-up .round-image-link img {
    display: block;
  }
  .row.circles-5-up .round-image-link:last-of-type {
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .row.circles-5-up .round-image-link {
    width: 20%;
  }
  .row.circles-5-up .round-image-link:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .row.circles-5-up .round-image-link {
    width: 20%;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .row.circles-5-up .round-image-link:last-of-type {
    margin-left: 0;
  }
}

.round-image-link .round-image-link-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
}
.round-image-link .round-image-link-wrapper:link, .round-image-link .round-image-link-wrapper:link a, .round-image-link .round-image-link-wrapper:link p, .round-image-link .round-image-link-wrapper:visited, .round-image-link .round-image-link-wrapper:visited a, .round-image-link .round-image-link-wrapper:visited p {
  text-decoration: underline;
}
.round-image-link .round-image-link-wrapper:focus, .round-image-link .round-image-link-wrapper:focus a, .round-image-link .round-image-link-wrapper:focus p, .round-image-link .round-image-link-wrapper:active, .round-image-link .round-image-link-wrapper:active a, .round-image-link .round-image-link-wrapper:active p, .round-image-link .round-image-link-wrapper:hover, .round-image-link .round-image-link-wrapper:hover a, .round-image-link .round-image-link-wrapper:hover p {
  text-decoration: none;
}
@media (max-width: 767px) {
  .round-image-link .round-image-link-wrapper {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3333333;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    border-style: outset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: normal;
  }
  .round-image-link .round-image-link-wrapper p {
    margin: 0;
  }
  .round-image-link .round-image-link-wrapper:link, .round-image-link .round-image-link-wrapper:link a, .round-image-link .round-image-link-wrapper:link p, .round-image-link .round-image-link-wrapper:visited, .round-image-link .round-image-link-wrapper:visited a, .round-image-link .round-image-link-wrapper:visited p {
    color: #FFFFFF;
    background: #00857C;
    text-decoration: none;
  }
  .round-image-link .round-image-link-wrapper:focus, .round-image-link .round-image-link-wrapper:focus a, .round-image-link .round-image-link-wrapper:focus p, .round-image-link .round-image-link-wrapper:active, .round-image-link .round-image-link-wrapper:active a, .round-image-link .round-image-link-wrapper:active p, .round-image-link .round-image-link-wrapper:hover, .round-image-link .round-image-link-wrapper:hover a, .round-image-link .round-image-link-wrapper:hover p {
    color: #FFFFFF;
    background: #00615A;
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .round-image-link .round-image-link-wrapper:link, .round-image-link .round-image-link-wrapper:visited {
    color: #FFFFFF;
  }
  .round-image-link .round-image-link-wrapper:focus, .round-image-link .round-image-link-wrapper:active, .round-image-link .round-image-link-wrapper:hover {
    color: #FFFFFF;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .round-image-link .round-image-link-wrapper:focus .round-image-label, .round-image-link .round-image-link-wrapper:active .round-image-label, .round-image-link .round-image-link-wrapper:hover .round-image-label {
    background-color: #00857C;
  }
}
@media (min-width: 768px) {
  .round-image-link .round-image-link-wrapper {
    border-radius: 50%;
  }
}
.round-image-link .img-responsive {
  width: 100%;
  max-width: initial;
}
.round-image-link .round-image-label {
  width: 100%;
  line-height: 1.2em;
}
.round-image-link .round-image-label p {
  text-align: center;
}
@media (min-width: 768px) {
  .round-image-link .round-image-label {
    position: absolute;
    bottom: 0;
    background-color: #00615A;
    height: 3.6em;
    padding: 5px 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
  }
  .round-image-link .round-image-label p {
    margin-bottom: 30px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .round-image-link .round-image-label p {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .round-image-link .round-image-label p {
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .round-image-link .round-image-label p {
    padding: 0 21px;
  }
}

#ss-search .input-group {
  display: block;
}
#ss-search .input-group .btn {
  border-width: 0px;
}

.ss-node-teaser .ss-node-teaser-link:link, .ss-node-teaser .ss-node-teaser-link:visited {
  text-decoration: underline;
  color: #284162;
}
.ss-node-teaser .ss-node-teaser-link:focus, .ss-node-teaser .ss-node-teaser-link:active, .ss-node-teaser .ss-node-teaser-link:hover {
  color: #284162;
  text-decoration: none;
}
.ss-node-teaser .ss-node-teaser-image {
  background: #26374a;
  text-align: center;
}
.ss-node-teaser .ss-node-teaser-image img {
  display: inline-block;
}
.ss-node-teaser .ss-node-teaser-header {
  background: white;
  display: block;
  margin: 0;
  padding: 1em 0;
}
@media (min-width: 992px) {
  .ss-node-teaser .ss-node-teaser-header {
    padding: 0 0 0.7em 0;
  }
}
@media (min-width: 1200px) {
  .ss-node-teaser .ss-node-teaser-header {
    font-size: 115%;
  }
}
.ss-node-teaser .ss-node-teaser-text {
  line-height: 1.4em;
}
.ss-teaser {
  margin-bottom: 2em;
}
.ss-teaser .ss-teaser-image {
  background: #26374a;
}
.ss-teaser .ss-teaser-image .ss-teaser-header {
  background: white;
  display: block;
  margin: 0;
  padding: 1em 0;
}
.ss-teaser .ss-teaser-image .image {
  position: relative;
  /*&:hover:after, &:hover:before {
    opacity: 0;
  }*/
}
.ss-teaser .ss-teaser-image .image:after, .ss-teaser .ss-teaser-image .image:before {
  position: absolute;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ss-teaser .ss-teaser-image .image:after {
  content: "\a";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(45, 45, 45, 0.4);
}
.ss-teaser .ss-teaser-image .image:before {
  content: "\a";
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  bottom: 0;
  padding: 0;
  text-align: center;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ss-teaser .ss-teaser-image.type-Podcast .image:before {
  background-image: url("/sites/nrcan/files/simply_science/podcast_icon.png");
}
.ss-teaser .ss-teaser-image.type-Article .image:before {
  background-image: url("/sites/nrcan/files/simply_science/article_icon.png");
}
.ss-teaser .ss-teaser-image.type-Video .image:before {
  background-image: url("/sites/nrcan/files/simply_science/video_icon.png");
}
.ss-teaser .ss-teaser-image a:link, .ss-teaser .ss-teaser-image a:visited {
  text-decoration: underline;
  color: #284162;
}
.ss-teaser .ss-teaser-image a:focus, .ss-teaser .ss-teaser-image a:active, .ss-teaser .ss-teaser-image a:hover {
  color: #284162;
  text-decoration: none;
}
.ss-teaser .ss-teaser-image a:focus .image:after, .ss-teaser .ss-teaser-image a:focus .image:before, .ss-teaser .ss-teaser-image a:active .image:after, .ss-teaser .ss-teaser-image a:active .image:before, .ss-teaser .ss-teaser-image a:hover .image:after, .ss-teaser .ss-teaser-image a:hover .image:before {
  opacity: 0;
}
.ss-teaser .ss-teaser-text {
  font-size: 87%;
  line-height: 1.4em;
}
.simply-science-faicon .fa-stack {
  font-size: 24px;
  color: #00857C;
}
.simply-science-faicon.type-podcast .fa-stack {
  color: #D73919;
}
.simply-science-faicon.type-article .fa-stack {
  color: #00857C;
}
.simply-science-faicon.type-video .fa-stack {
  color: #907051;
}

.view-simply-science-search form {
  padding: 0.5em 0 3.5em 0;
}
.view-simply-science-search .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}
.view-simply-science-search .form-type-textfield input {
  width: 60vw;
}

figure.simply-science-related-card > figcaption {
  margin: 0;
}
figure.simply-science-related-card .card-text {
  font-size: 85%;
}
figure.simply-science-related-card .simply-science-icon {
  margin: 10px 0 0 0;
}
figure.simply-science-related-card .simply-science-icon:before {
  content: "\a";
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  color: #FFFFFF;
  z-index: 1;
  text-align: center;
  background-color: #00857C;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: bottom;
  margin: 0 10px 0 0;
}
figure.simply-science-related-card .simply-science-icon.type-podcast:before {
  background-color: #D73919;
  background-image: url("/sites/nrcan/files/simply_science/podcast_icon_sm.png");
}
figure.simply-science-related-card .simply-science-icon.type-article:before {
  background-color: #00857C;
  background-image: url("/sites/nrcan/files/simply_science/article_icon_sm.png");
}
figure.simply-science-related-card .simply-science-icon.type-video:before {
  background-color: #907051;
  background-image: url("/sites/nrcan/files/simply_science/video_icon_sm.png");
}

/* MailChimp */
.nrcan-mc-full .mc-field-group,
.nrcan-mc-inline .mc-field-group {
  padding-left: 0;
  padding-bottom: 0;
}
.nrcan-mc-full #mc_embed_signup input,
.nrcan-mc-inline #mc_embed_signup input {
  border-radius: 0;
  border: 2px solid #232323;
  font-weight: 100;
  font-size: 2rem;
}
.nrcan-mc-full #mc_embed_signup input[type=checkbox],
.nrcan-mc-inline #mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.nrcan-mc-full #mc_embed_signup input[type=radio],
.nrcan-mc-inline #mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}
.nrcan-mc-full #mc_embed_signup input:focus,
.nrcan-mc-inline #mc_embed_signup input:focus {
  border-color: #333;
}

.nrcan-mc-full form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}
.nrcan-mc-full h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}
.nrcan-mc-full .button {
  clear: both;
  background-color: #232323;
  border: 2px solid #232323;
  border-radius: 0;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
.nrcan-mc-full .button:hover {
  background-color: #000000;
  border-color: #000000;
}
.nrcan-mc-full .small-meta {
  font-size: 11px;
}
.nrcan-mc-full .nowrap {
  white-space: nowrap;
}
.nrcan-mc-full .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}
.nrcan-mc-full .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}
.nrcan-mc-full .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}
.nrcan-mc-full .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 8px 0;
  margin-bottom: 2px;
}
.nrcan-mc-full .mc-field-group > ul > li > label {
  margin-left: 1em;
}
.nrcan-mc-full .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}
* html .nrcan-mc-full .size1of2 {
  margin-right: 2%;
  /* Fix for IE6 double margins. */
}
.nrcan-mc-full .datefield,
.nrcan-mc-full .phonefield-us {
  padding: 5px 0;
}
.nrcan-mc-full .datefield input,
.nrcan-mc-full .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px;
}
.nrcan-mc-full .phonefield-us .phonearea input,
.nrcan-mc-full .phonefield-us .phonedetail1 input {
  width: 40px;
}
.nrcan-mc-full .datefield .dayfield input,
.nrcan-mc-full .datefield .monthfield input {
  width: 30px;
}
.nrcan-mc-full .datefield label,
.nrcan-mc-full .phonefield-us label {
  display: none;
}
.nrcan-mc-full .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}
.nrcan-mc-full .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.nrcan-mc-full .clear {
  clear: both;
}
.nrcan-mc-full .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}
.nrcan-mc-full .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
.nrcan-mc-full .mc-field-group.input-group label {
  display: inline;
}
.nrcan-mc-full .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}
.nrcan-mc-full div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}
.nrcan-mc-full div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}
.nrcan-mc-full #mce-error-response {
  display: none;
}
.nrcan-mc-full #mce-success-response {
  color: #529214;
  display: none;
}
.nrcan-mc-full label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}
.nrcan-mc-full #mc-embedded-subscribe {
  clear: both;
  width: auto;
  display: block;
}
.nrcan-mc-full #mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}
.nrcan-mc-full #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}
.nrcan-mc-full #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
.nrcan-mc-full #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

.nrcan-mc-inline #mc_embed_signup .email {
  height: 42px;
  width: 100%;
}
.nrcan-mc-inline #mc_embed_signup .email:focus {
  outline: none;
  box-shadow: none;
}
.nrcan-mc-inline #mc_embed_signup #mc_embed_signup_scroll {
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .nrcan-mc-inline #mc_embed_signup #mc_embed_signup_scroll {
    display: block;
  }
}
.nrcan-mc-inline #mc_embed_signup label[for=mce-EMAIL] {
  display: block !important;
  padding-bottom: 0.5rem;
  font-size: 2rem;
  color: #232323;
  font-weight: 100;
}
@media (max-width: 767px) {
  .nrcan-mc-inline #mc_embed_signup label[for=mce-EMAIL] {
    font-size: 1.75rem;
  }
}
.nrcan-mc-inline #mc_embed_signup .mc-field-group {
  padding-right: 0;
  margin-bottom: 0;
}
.nrcan-mc-inline #mc_embed_signup .submit-button-container {
  text-align: left;
  margin-top: 1rem;
  padding-left: 0;
}
@media (max-width: 767px) {
  .nrcan-mc-inline #mc_embed_signup .submit-button-container {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.nrcan-mc-inline #mc_embed_signup .mce-privacy {
  margin-top: 0;
  padding-left: 0;
}
.nrcan-mc-inline #mc_embed_signup .mce-privacy a {
  font-size: 1.5rem;
}
.nrcan-mc-inline #mc_embed_signup #mc-embedded-subscribe {
  background-color: #232323;
  color: #FFFFFF;
  border-radius: 0;
  border: 2px solid #232323;
  margin: 23px 0 0;
  padding: 7px 3rem 8px;
}
.nrcan-mc-inline #mc_embed_signup #mc-embedded-subscribe:hover {
  border: 2px solid #000000;
  background-color: #000000;
}
.nrcan-mc-inline .newsletter-subscribe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #FFCC33;
}
.nrcan-mc-inline .newsletter-subscribe h2 {
  text-align: left;
  font-size: 3.5rem;
  margin-bottom: 2rem;
}
.nrcan-mc-inline .newsletter-subscribe p {
  font-size: 2rem;
  line-height: 1.1em;
}
.nrcan-mc-inline .newsletter-subscribe a {
  color: #000000;
  text-decoration: underline;
}
.nrcan-mc-inline .newsletter-subscribe a:visited {
  color: #000000;
  text-decoration: underline;
}
.nrcan-mc-inline .newsletter-subscribe a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=nrcan.css.map */
