.row {
    /* margin-left: -15px;
    margin-right: -15px; */
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}

body {
  background-color: #222 !important;
  color: #333;
}

.invisible{
  opacity: 0;
}

.wb-inv {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.chart {
  -webkit-transition: .2s opacity;
  -moz-transition: .2 opacity;
  transition: .2s opacity;
}

h1{
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

h2 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

p, li {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  line-height: 2rem;
}

p.text-mega {
  font-size: 13.75rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  line-height: 200px;
  letter-spacing: -.09em;
  text-shadow: rgb(255, 255, 255) 10px 0px 0px;
}

p.text-mega span{
  font-size: 8rem;
      vertical-align: middle;
    letter-spacing: -0.11em !important;
}

.word-break {
  word-break: break-all;
}

.page-header.bg-cover {
  
  max-height: 10000px;
  table-layout:fixed
}

a.btn.btn-default {
  border-width: 2px;
  color:#fff;
  border-color:#fff;
}

li {
  margin-bottom: 1.5em;
}

.symbol{
  font-size: 3rem;
  color: #00a7e0;
}

.dog-box{
  border: 3px solid #e4e4e4;
  margin: 15px 15px 15px 15px;
  padding: 15px;
}

span.dog-title{
  width: 250px;
  display: block;
  float: left;
  margin-right: 150px;
  margin-bottom: 5px;
  margin-left: 17px;
}

span.dog-title-fr{
  width: 250px;
  display: block;
  float: left;
  margin-right: 150px;
  margin-bottom: 5px;
  margin-left: 10px;
}

header.navbar {
  background: rgba(255,255,255, 1);
  position: static;
  top: 0;
  overflow: hidden;
  padding: 15px;

}
.home header.navbar{
    background: rgba(255,255,255, 1);
    position: fixed;
}
header #navbar-account .brand{
  z-index: 9999;
}


header #navbar-account .brand .navbar-brand {
  padding-top:0;
  padding-bottom: 0;
  padding-left:0;
  margin-bottom:-5px;
  margin-top: -1px;
}

header #navbar-account .brand .navbar-brand img {
   width: 232px;
 }

 footer {
  border: none !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  background-color:#333;
 }
 footer li,
 footer p{
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
 }
 .footer .block-title{
  text-transform: uppercase;
 }
  .footer .block-title::after{
    content:'';
    display: block;
    width:70px;
    border-top:2px solid #fff;
  }
 .footer .block-menu-block .menu li,
 .footer .block-menu-block .menu .span-2{
  border:0px;
  padding:5px 0px;
 }
.footer .navbar-text a{
  background-color: transparent;
  color:#fff;
  font-size:2rem;
  margin-right:20px;
}
.footer .navbar-text a .fa{
  color:#fff;
}
.fixed-brand img {
 
}

#navbar-account .nav-toggle .lines-button {
  padding-top: 1rem;
}

#navbar-account .nav-toggle .lines-button .lines,
#navbar-account .nav-toggle .lines-button .lines:before,
#navbar-account .nav-toggle .lines-button .lines:after {
  width: 2rem;
  background: #222;
}

#navbar-account .nav-toggle .lines-button .lines:after {
  top: -0.5rem;
}

#navbar-account .nav-toggle .lines-button .lines:before {
  top: .5rem;
}

.language-switcher-locale-url li {
  border: 2px solid #222;
}

.language-link {
  
  color: #222;
}

#nav-main {
  z-index: 888;
  position: fixed;
  padding-top:100px;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  background: rgba(0,0,0,0.9);
  width: 100%;
  overflow-y:scroll;
  overflow-x:hidden;
  margin-bottom: 73px;
  margin-left: -10000px;
  opacity: 0;
  transition: .5s opacity;
}

#nav-main.open {
  margin-left: 0;
  opacity: 1;
}

#nav-main > ul > li {
  border-bottom: 1px solid #222;
  margin-bottom: 0;
}

#nav-main > ul > li:hover {
  background: #000;
}

#nav-main li a {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
}

#nav-main li ul {
  color: #fff;
  list-style-type: none;
}

#nav-main li li a{
  color: #aaa;
  display: inline-block;
  padding: 0 15px;
  font-size: 1.25em;
  line-height: 1;
}

#nav-main li a:hover {
  background: #000;
  text-decoration: none;
  color: #fff;
}

.block-cover {
  background: #fff;
  
}
.bg-cover{
  position: relative;
}
.capton-bg {
  position: absolute;
  top:0px;
  right:0px;
  padding: 10px;
  background-color: rgba(0,0,0,0.7);
  color:#fff;
}

article .article-container .article-header, 
article .page-header.bg-cover .article-content .article-header {
  padding: 3rem 4.5rem;
  background: rgba(0, 0, 0, 0.9);
  width: 50%;
  margin-bottom: 4.5rem;
  box-sizing: border-box;
}
#cover_people-first article .article-container .article-header{
  background: rgba(255,255,255,0.8);
}
figure{margin-bottom:30px;}
figure img{margin-bottom:0px;max-width:100%;}
figure figcaption{background-color: #8f6c0a; color:#fff;text-align: left;padding:10px;font-size:0.8rem; font-family:'Libre Baskerville' , serif;}
figcaption .image-quote{
  position: absolute;
  top: 0px;
  left: 15px;
  background: rgba(0,0,0,0.6);
  padding: 6px;
}
figcaption .image-quote.image-quote-right{
  right:15px;
}
.article-alt-header{
    background: linear-gradient(90deg, #C21976, #5B0137)!important;
    padding:50px 30px;
    min-height: 550px;
  }
  .article-alt-header p{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
   .article-alt-header p.small{font-size: 0.9rem;}
  .sans{font-family: proxima-nova, sans-serif; font-weight: 300;}
  .sans-serif p{font-family: proxima-nova, sans-serif !important; font-weight: 300;}
  .serif{font-family: 'Libre Baskerville', serif;}
  .article-alt-header.header-blue,
  .box-blue{
    background: linear-gradient(90deg, #009ccf, #09567a)!important;
  }
  .article-alt-header.header-green,
  .box-green{
    background: linear-gradient(90deg, #228179, #00555e)!important;
  }
  .article-alt-header.header-brown,
  .box-brown{
    background: linear-gradient(90deg, #b2801c, #835100)!important;
  }
  .article-alt-header.header-grey,
  .box-grey{
    background: linear-gradient(90deg, #3c3c3c, #000000)!important;
  }

  .article-alt-header.header-black,
  .box-black{
    background: #000!important;
  }

  .box-blue p,
  .box-green p,
  .box-brown p,
  .box-grey p{
    color:#fff;
  }
  .grey-bar{
    background-color: #6f6f6e;

    margin-left:-30px;
    margin-right: -30px;
  }
  .grey-bar p{
    color:#fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin-bottom:0px;
  }
  .charts hr{
    width: 200px;
    margin:20px auto;
    border-top: 2px solid #000;
  }
  .mrgn-tp-neg-lg{
    margin-top:-180px;
  }
  .mrgn-tp-xlg{
    margin-top:180px;
  }
  .pink-box{
    background: linear-gradient(90deg, #C21976, #5B0137)!important;
    padding:30px 20px;
    color:#fff;
  }
  .pink-box h3{
    margin-bottom:5px;
  }
  .pink-box strong{
    font-family: proxima-nova, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .article-alt-header blockquote{
    color:#fff;
    font-size:1.2rem;
    line-height: 1.5;
  }
  .article-alt-header p{
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
  }
  .what-we-did .page-header{padding-bottom:0px;}
  .story article .page-body-section h2{
    font-weight: 300;
    color:#6f6f6e;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .story article .page-body-section blockquote{
    font-size:2rem;
    color: #b2ae8a;
  }

  .story article .page-body-section blockquote.insert{
    font-size:2rem;
    color: #000;
  }
  .story article .page-body-section blockquote.quote-large{
        font-size: 2.8rem;
    line-height: 1.7;
    padding-left: 50px;
  }
  .story article .page-body-section h3{
    font-size:1.5rem;
    line-height: 1.8rem;
  }
article .article-container .article-header.article-header-wide {
  margin-bottom: 0;
  width: 100%;
  background-color: transparent;
}
article .article-container .article-header.article-header-wide h1{
  color:#fff!important;
  line-height: 6rem;
}
article .article-container .article-header.article-header-wide h1::after{
  border-color:#fff!important;
}
article.bg-cover .article-content .article-header p{
  font-family: 'Libre Baskerville', serif;
}
article .article-content .article-header h1 {
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: 0;
}

article .article-content .article-header h1:after{
    content: "";
    display: block;
    width: 4.5rem;
    border-bottom: 1px solid #fff;
    margin-top: 1.5rem;
}
.article-alt-header h1 span{
  font-size: 16px;
  letter-spacing: 1px;
}

article.card {
  padding-bottom: 30px;
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

article.card .card-body {
  padding: 24px 15px;
}

article.card img {
  margin-bottom: 0;
}

article.card a {
  text-decoration: none;
}

article.card h1 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
  color: #000;
  text-transform: none;
}

article.card .card-body p.supertitle {
    font-size: 1em;
    font-family: 'The Sans', sans-serif;
    font-weight: 200;
    color: #000;
    margin-bottom: .25em;
}

.main-container {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: transparent;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.3);
  background: #efefef;
}

.home .main-container {
  padding: 0px;
}


.home .main-container section {
  /* background-color: #fff;
  margin:0; */
}

.home footer section {
  background-color: transparent;
}

.home .page-header.bg-cover .article-content .article-header {
  background: transparent;
  width: 100%;
  border-bottom: none;
}

article .article-content .article-header, .page-header .article-content .article-header {
  border-bottom: none;
}

.home .page-header.bg-cover .article-content .article-header *{
  color: #000;
}

.home .page-header.bg-cover .article-content .article-header h1 {
  font-size: 5em;
}

.home .table.article-container {
  margin-bottom: 0;
}

.home article .article-content {
  padding-bottom: 0;
}
article .article-content .article-header p.subtitle ,
p.subtitle {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 3.5em;
  margin-bottom: 1.5em;
  color: #fff;
}

article .article-content .article-header .subtitle {
  color: #fff;
 }
article .article-content .article-header p.subtitle,
#cover_what-they-did p.subtitle {
  font-family: proxima-nova, sans-serif;
  font-size: 1.3rem;
}
#cover_what-they-did p.subtitle {color:#fff;}

article .article-content .article-header .btn-default {
  border-color: #fff;
  color: #fff;
}

.home .page-header.bg-cover .article-content .article-header .subtitle {
  color: #000;
}

article.bg-cover .article-content p.supertitle, 
.page-header.bg-cover .article-content p.supertitle,
article.bg-cover .article-container .article-header p.supertitle {
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.page-body-section {
  padding: 4.5rem 30px;
  position: relative;
  background: #fff;
}

article .page-body-section.page-body-section-generic-bottom {
  padding-bottom: 4.5rem;
}

article .page-body-header {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  border:0px;
}

article .page-body-header h2,
blockquote {
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #111;
}
blockquote.pink{
  color:#c51a7a;
}
blockquote.blue{
  color:#0e759e;
}

blockquote.insert{
  font-size: 1.25rem!important;
  display: block;
  /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
  background-color: rgba(228, 228, 228, 0.986);
  padding: 30px;

}

article .page-body-header h2:after{
  content:'';
  /* border-top:2px solid #000; */
  display: block;
  /* width:70px; */
  margin-top:2.5rem;
}

.by-the-numbers-page .page-body-header h2::after{
  margin: 2.5rem auto;
}
article .page-body-header h2 {
  /*margin-bottom: 4.5rem;*/
}
.col-commissioners .avatar,
.avatar{
  padding:0px;
}
.col-commissioners .avatar img,
.img-circle{
  border-radius: 0px;
}
.mrgn-tp-lg{margin-top:50px;}
article .page-body-subsection-header {
  text-align: left;
}
.avatar img{
  margin-bottom:1rem;
}
.avatar-new img{
    margin:0 auto;
}

.page-body-subsection-header h2{
  font-size: 1.125rem;
  font-family: "The Sans SemiBold", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
  border-top: none;
  padding-top: 0;
}

.page-body-subsection-header p {
  font-family: "The Sans", sans-serif;
}

.section-label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "The Sans", sans-serif;
  font-weight: 700;
  font-size: .75em;
  color: #fff;
  padding: .75em 1.5em;
  text-transform: uppercase;
}


.charts-header h3{
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  /*text-align: center;*/
  color: #00a7e0;
  font-size: 3rem!important;
  line-height: 1.25!important;
}

p.chart-label {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1.5em;
}


.cell.cell-middle {
  float: none;
}

.page-inner-header {
  min-height: 550px;
  margin-bottom: 0;
}



.box-chart {
  background: #fff;
  height: 234px;
  position: relative;
}

.box-chart-fill {
  position: absolute;
  bottom: 0;
  background: #008CC0;
  height: 0;
  width: 100%;
  -webkit-transition: 1s height;
  -moz-transition: 1s height;
  transition: 1s height;
}

.box-chart-value {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #008CC0;
  position: absolute;
  width: 100%;
  font-size: 3em;
  bottom: 0;
  line-height: 3.5rem;
  text-align: center;
  opacity: 0;
  padding-bottom: .5rem;
  -webkit-transition: 1s bottom, 1s opacity;
  -moz-transition: 1s bottom, 1s opacity;;
  transition: 1s bottom, 1s opacity;
}

.box-chart-value.visible {
  opacity: 1;
}

.service-fact-title{
  font-weight: bold!important;
  font-size: 3em;
  line-height: 0.9em;
  text-align: center;
}

.service-fact{
  font-size: 2em;
  text-align: center;
}

#cover_home .table .cell{
  padding-top:100px;
}

#cover_home {
  background: #fff url('../img/chrc-ccdp-rapport-annuel-2019-cover.jpg') no-repeat;
  background-position: bottom 0px center;
  background-size: 100%;
  height: 1094px;
  padding:0; 
}

#cover_home .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

#cover_home .container .actions {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#cover_home .subtitle {
  margin: 0px;
  padding: 0px 50px 0px 0px;
}

#cover_home .container .actions .wrap {
  display: flex;
}

#cover_home .container .actions .wrap a {
  align-self: center;
}

#cover_home h1 {
  font-size: 7.4rem;
  color:#fff;
  margin-bottom: 7rem;
  line-height: 0.9;
  padding-top: 250px;
  font-weight: 300;
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0px 2px 17px #000;
}

#cover_home .actions .btn {
  width: 150px;
  background-color:rgba(255,255,255,0.2);
}

.fr #cover_home .actions .btn {
  width: 170px;
}

#cover_home .actions .btn:last-child {
  margin-left: 24px;
}

#cover_cc_message .article-container{
  background: #fff url('../img/marie-claude-landry-cover.jpg') no-repeat top right/cover!important;
}

#cover_left-behind .article-container{
  background: #000 url('../img/story_3_cover.jpg') no-repeat 50% 90%; 
  background-size: cover;
}

.home .page-header{
  background: #efefef url('../img/cover_home.jpg') no-repeat 0 0;
  background-size: cover;
  max-height: 1000px; 
  background-position-y: 100% ;
}

#section_cc .article-container {
    background: url(../img/marie-claude-landry-cover.jpg) 50% center / cover no-repeat rgb(0, 0, 0);
  }

#cover_children .article-container{
  background: url(../img/eyes-of-children_cover.jpg) 50% / cover no-repeat #fff;
}

#cover_people-first .article-container{
  background-color: #fff;
}
#cover_people-first h1{
  color:#b72081;
  font-family: proxima-nova, sans-serif;
  font-size: 5rem;
}
.home #cover_people-first h1{
  color:#b72081!important;
}
#cover_people-first h1::after{
  width:150px;
  border-bottom: 2px solid #b72081;
  margin-top:3rem;
}
.home #cover_people-first h1::after{
  border-bottom: 2px solid #b72081!important;
}
#cover_people-first article .article-content .article-header p.subtitle{
  color:#231f20;
}

.what-we-did-links ul,
.what-they-did-links ul{
  margin:0px; 
  padding:0px;
  display: table;
  width:100%;
}
  
.what-we-did-links ul li,
.what-they-did-links ul li{
  display: table-cell;
  width:20%;
  text-align: center;
}
.what-we-did-links ul li a,
.what-they-did-links ul li a{
  color:#fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size:1.5rem;
  padding:10px;
  display: block;
}
.what-we-did-links ul li img,
.what-they-did-links ul li img{
  margin-bottom:0px;
  width:100%;
}
.what-1{
  background-color:#333;
}
.what-2{
  background-color:#575756;
}
.what-3{
  background-color:#333;
}
.what-4{
  background-color:#575756;
}
.what-5{
  background-color:#575756;
}

#cover_what-they-did{
  padding:0px;
  background:#000 url('../img/leaf-overlay.png') no-repeat top right;
}
#cover_what-they-did .container-fluid .row{
  padding:0px 30px;
}
#cover_what-they-did h1,
#cover_numbers h1{
  color:#fff;
  font-family: proxima-nova, sans-serif;
  font-size: 5rem;
  line-height: 6rem;
  padding-top:50px;
  padding-bottom:100px;
}
#cover_what-they-did h1::after,
#cover_numbers h1::after{
  content: "";
  display: block;
  width:150px;
  border-bottom: 2px solid #fff;
  margin-top:3rem;
}
#cover_what-they-did p.subtitle{
  padding:50px 0px;
}
#cover_numbers .btn{
  color:#fff;
  border-color:#fff;
  font-family: proxima-nova, sans-serif;
  font-weight:300;
}
#cover_numbers{
  background: #000 url('../img/map-overlay.png') no-repeat center center;
  padding:50px 15px;
}
#cover_locked-up .article-container{
  background: #fff url('../img/story_4_cover.jpg') no-repeat 50% 25%; 
  background-size: cover;
}

.section-grid {
  margin-bottom: 30px;
  padding: 4.5rem 30px 30px;
}

.numbers-chart {
  text-align: center;
}

.numbers-chart p {
  font-family: 'The Sans Light', sans-serif;
}

.numbers-chart .value{
  font-size: 3rem;
  color: #8C0254;
  text-shadow: 2px 0px 0px rgba(255, 255, 255, 1);
}

.numbers-chart p.label {
  color: #323b3e;
  display: block;
  white-space: normal;
  line-height: 1.125rem;
}


.numbers-chart .row {
  margin-bottom: 60px;
}

p.supertitle.superitle-figure,
.section-tabular-list .supertitle{
  font-family: 'The Sans Bold', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .75em;
}

.footnote p.small {
  font-family: 'The Sans', sans-serif;
  line-height: 1.125;
}

.tabular-list {
  margin-bottom: 3em;
}


.tabular-list .tabular-list-item:nth-child(even){
  background: #DCDDDE!important;
}
.tabular-list .tabular-list-item:nth-child(odd){
  background: #fff!important;
}

.tabular-list.tabular-list-dark .tabular-list-item:last-child {
  background: transparent !important;
}
.tabular-list.tabular-list-dark .tabular-list-item:first-child {
  background: linear-gradient(90deg, #C21976, #5B0137)!important;
}
.tabular-list .tabular-list-item:first-child{
  background: linear-gradient(90deg, #C21976, #5B0137)!important;
}

#figure_1 {
   background: #e4e6e8 url(../img/map-complaints-accepted-2019.png) no-repeat 100%;
   background-color: black;
   background-size: cover;
   background-position: bottom 0px center;
   height: 1000px;
   margin-bottom: 0;
   padding-bottom: 0;
}

#figure_1.fr {
  background: #e4e6e8 url(../img/carte-ventilation-des-plaintes-acceptees.png) no-repeat 100%;
  background-color: black;
   background-size: cover;
   background-position: bottom 0px center;
   height: 1000px;
   margin-bottom: 0;
   padding-bottom: 0;
}

.fr #figure_1 {
   background: #e4e6e8 url(../img/figure_1_map_fr.png) no-repeat 50%;
}


#showmap {
  height: 500px;
}

.charts-bar .the-chart {
  color: white;
  font-family: 'The Sans', sans-serif;
  font-size: .75em;
  line-height: 2rem;
}

.charts-bar .the-chart .row::after {
  margin-bottom: 2px;
}

.charts-bar-stack .the-chart {
  font-family: 'The Sans', sans-serif;
  font-size: .75rem;
  line-height: 1.5rem;
}

.the-chart .row:nth-child(odd) .bar-chart{
  /* background: #fff; */
  background: #6d6e71;
  color: white;
}

.the-chart .row:nth-child(even) .bar-chart{
  /* background: rgba(255,255,255,0.3); */
  background: #6d6e71;
  color: white;
}

.charts-bar-stack .the-chart .row:nth-child(odd) .bar-chart,
.charts-bar-stack .the-chart .row:nth-child(even) .bar-chart{
  background: transparent;
}

.the-chart .row:nth-child(odd) .bar-chart .bar {
  width: 0;
  /* background: #00a7e0; */
  background: white;
}

.the-chart .row:nth-child(even) .bar-chart .bar {
  width: 0;
  /* background: #DBDCDE; */
  background: #b2ae8a;
}

.charts-bar-stack .the-chart .row .bar-chart {
  position: relative;
  padding-top: 24px;
  height: 72px;
}

.charts-bar-stack .the-chart .row .bar-chart .bar {
  text-align: right;
  overflow: hidden;
}

.charts-bar-stack .the-chart .row .bar-chart .bar span {
  margin-right: .5rem;
}

.charts-bar-stack .the-chart .row .bar-chart .bar_1 {
  top: 0;
  position: absolute;
  height: 72px;
  background: #fff;
}

.charts-bar-stack .the-chart .row .bar-chart .bar_2 {
  position: relative;
  z-index: 20;
  background: #113c52;
  color: #fff;
}

.charts-bar-stack .chart-bar-label span {
  font-size: .875rem;
  margin-left: .5rem;
}

.charts-bar-stack .the-chart .row .bar-chart .bar_3 {
  position: relative;
  z-index: 20;
  background: #296388;
  color: #fff;
}

.charts-bar-stack .row-container {
    margin-bottom: 1em;
    background: rgba(255,255,255,0.4);
}

.bar-chart {
  height: 32px;
}

.charts-bar-stack .the-chart .bar-chart {
  height: 24px;
}

.bar-chart.bar-chart-stack {
  height: 72px;
}

.bar-chart .bar{
  margin-right: .5rem;
  height: 32px;
  float: left;
  -webkit-transition: 1s width;
   -moz-transition: 1s width;
    transition: 1s width;
}

.bar-chart .bar.bar-stack{
  float:none;
  height: 24px;
}

.the-chart .row .col-sm-4 {
  font-size: 1rem;
}

#discrimination h2 {
  color: white;
}

.pop-pink-row{margin-top:380px;}

.popover.bottom {
  margin-top: 16px;
    z-index: 10;
    background: #DBDCDE;
    font-family: proxima-nova, sans-serif;
    border: none;
}
.popover{
  background:linear-gradient(90deg, #C21976, #5B0137)!important;
  color:#fff;
  max-width: 400px;
}
.popover.bottom > .arrow {
  border-bottom-color: transparent;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #5B0137;
}

.popover-content {
      padding: 24px;
}

.popover p {
  color: #fff!important;
  font-family: 'The Sans', sans-serif;
}

.popover p:last-child {
  margin-bottom: 0;
  color:#000;
  font-weight: 700;
}

.nav-tabs > li, .nav-pills > li {
  font-family: "The Sans Bold", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
    margin-bottom: 4.5rem;
}

.nav-pills > li > a {
  background-color: #fff;
  color: #121212;
  width: 210px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #121212;
  color: #fff;
}

.legend {
  margin-bottom: 3rem;
}

.legend li {
  width: 130px;
  text-align: left;
}  

.legend li span{
  font-family: 'The Sans Serif', sans-serif;
}

.legend li span:before {
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-top: 4px;
  margin-right: .5rem;
}

.legend li.bar_1 span:before {
  background: #fff;
}

.legend li.bar_2 span:before {
  background: #113c52;
}


.legend li.bar_3 span:before {
  background: #296388;
}

/* masonry */

.grid {
  
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 25%;
  background-size: cover;
}

.grid-item {
  float: left;
  height: 200px;
  background: #0D8;
  
}

.grid-item--width2 { width: 50%; }
.grid-item--width3 { width: 75%; }
.grid-item--height2 { height: 400px; }
.grid-item--height3 { height: 600px; }
.grid-item--height4 { height: 800px; }


#leading_statement {
  background: #fff url(../img/leading_statement.jpg) no-repeat top left;
  background-size: cover;
}

.fr #leading_statement {
  background: #fff url(../img/fr_leading_statement.jpg) no-repeat top left;
  background-size: cover;
}

#leading_statement:before {
    content: '';
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top,rgba(255,255,255,1),rgba(255,255,255,0));
  height: 30%;
  opacity: 1; 
  }

#leading_news_mockup {
  background: #fff url(../img/leading_news_mockup.jpg) no-repeat top right;
  background-size: cover;
}

#leading_newspaper {
  background: #fff url(../img/leading_newspaper.jpg) no-repeat top left;
  background-size: cover;
}

#leading_barriers {
  background: #fff url(../img/leading_barriers.jpg) no-repeat top left;
  background-size: cover;
}

#leading_detention {
  background: #fff url(../img/leading_detention.jpg) no-repeat top left;
  background-size: cover;
}

#leading_stronger {
  background: #fff url(../img/leading_stronger.jpg) no-repeat top center;
  background-size: cover;
  background-position-x: 50%;
}

#leading_accessible {
  background: #d3d7d6 url(../img/leading_accessible.jpg) no-repeat top center;
  background-size: contain;
  background-position-x: 50%;
}




.fr #leading_news_mockup {
  background: #fff url(../img/fr_leading_news_mockup.jpg) no-repeat top right;
  background-size: cover;
}

.fr #leading_newspaper {
  background: #fff url(../img/fr_leading_newspaper.jpg) no-repeat top left;
  background-size: cover;
}

.fr #leading_barriers {
  background: #fff url(../img/fr_leading_barriers.jpg) no-repeat top left;
  background-size: cover;
}

.fr #leading_detention {
  background: #fff url(../img/fr_leading_detention.jpg) no-repeat top left;
  background-size: cover;
}

.fr #leading_stronger {
  background: #fff url(../img/fr_leading_stronger.jpg) no-repeat top center;
  background-size: cover;
  background-position-x: 50%;
}

.fr #leading_accessible {
  background: #d3d7d6 url(../img/fr_leading_accessible.jpg) no-repeat top center;
  background-size: contain;
  background-position-x: 50%;
}


#speaking_1 {
  background: #d3d7d6 url(../img/speaking_1.jpg) no-repeat top right;
 background-size: cover;
}

#speaking_2 {
  background: #d3d7d6 url(../img/speaking_2.jpg) no-repeat top right;
 background-size: cover;
}

#speaking_3 {
  background: #d3d7d6 url(../img/speaking_3.jpg) no-repeat bottom left;
 background-size: cover;
}

#meeting_1 {
  background: #d3d7d6 url(../img/meeting_1.jpg) no-repeat 50%;
 background-size: cover;
}

#meeting_2 {
  background: #d3d7d6 url(../img/meeting_2.jpg) no-repeat 50%;
 background-size: cover;
}

#meeting_3 {
  background: #d3d7d6 url(../img/meeting_3.jpg) no-repeat 50% 0;
 background-size: cover;
}

#meeting_4 {
  background: #d3d7d6 url(../img/meeting_4.jpg) no-repeat 50%;
 background-size: cover;
}

#meeting_5 {
  background: #d3d7d6 url(../img/meeting_5.jpg) no-repeat top right;
 background-size: cover;
}

#meeting_6 {
  background: #d3d7d6 url(../img/meeting_6a.jpg) no-repeat bottom left;
 background-size: cover;
}

#meeting_7 {
  background: #d3d7d6 url(../img/meeting_7.jpg) no-repeat top right;
 background-size: cover;
}

#meeting_8 {
  background: #d3d7d6 url(../img/meeting_8.jpg) no-repeat bottom left;
 background-size: cover;
}

.quote.table {
  margin-bottom: 0;
}

.quote .cell {
  padding: 30px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}

.quote.twitter .cell {
  padding-left: 60px;
}

.quote.twitter .cell:before{
  content:'';
  width: 30px;
  height: 30px;
  background: url(../img/twitter_logo.svg) no-repeat top left;
  display: block;
  margin-left: -40px;
}

.quote.twitter .tw-meta {
  font-family: "The Sans Medium", sans-serif;
  font-size: .625em;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: -30px;
}

.quote.twitter span {
  color: #246a93;
}

.grid-item.bg_1 {
  background-color: #5d5e60;
  color: #fff;
}

.grid-item.bg_2 {
  background-color: #eff2f3;
  color: #000;
}

.grid-item.bg_3 {
  background-color: #fff;
  color: #000;
}

article {
  overflow: hidden;
}

.language-link {
  font-family: "The Sans", sans-serif;
  font-size: .75rem;
  vertical-align: middle;
}

#navbar-account .nav-toggle .lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
  top: 0;
}

#navbar-account .nav-toggle .lines-button.x2 .lines:after {
  top: .5rem;
}

#navbar-account .nav-toggle .lines-button.x2 .lines:before {
  top: -.5rem;
}

#navbar-account .nav-toggle .lines-button.x2 .lines:before, #navbar-account .nav-toggle .lines-button.x2 .lines:after {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: none;
  transition: none;
}

#block-menu-block-2 h2 {
  opacity: 1;
}

.language-switcher-locale-url li {
  margin-bottom: 0;
}
 .page-body-section img{max-width:100%;}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -.5em;
  vertical-align: baseline;
}

.wb-fnote {
  clear: both;
}

.footnote-link {
  background-color: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  line-height: 1.15;
  margin-left: 5px;
  padding: 1px 10px 2px;
  text-decoration: underline;
  white-space: nowrap;
}

.footnote-link:focus, .footnote-link:hover {
  background-color: #555;
  border-color: #555;
  color: #fff!important;
}

.wb-fnote dt {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.wb-fnote dd {
  border: 1px solid transparent;
  margin: .375em 0;
  position: relative;
}

.wb-fnote p:first-child {
  margin-top: .11em;
  padding-top: .375em;
}

.wb-fnote p {
  margin: 0 0 0 3.875em;
  padding: 0 .375em .375em;
}

.wb-fnote .footnote-return {
  margin: 0;
  overflow: hidden;
  padding-right: 0;
  padding-top: .375em;
  position: absolute;
  top: 0;
  width: 3.5em;
}

.wb-fnote .footnote-return a {
  background-color: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  margin-top: 0;
  padding: 1px 10px 2px;
  text-decoration: underline;
  white-space: nowrap;
}

.wb-fnote .footnote-return a:focus {
  background-color: #555;
  border-color: #555;
  color: #fff!important;
}

.wb-fnote .footnote-return a:hover {
  background-color: #555;
  border-color: #555;
  color: #fff!important;
}

.submenu .container-fluid .row {
    display: flex;
    padding: 0px 30px;
}

.submenu .container-fluid .row .col-md-6 {
    display: flex;
    padding: 50px 15px 100px 15px;
}

.submenu .container-fluid .row .col-md-6:last-child {
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
}

.submenu .container-fluid .row .col-md-6 h1 {
    margin: 0px;
    padding: 0px;
}

section.submenu h1 {
    color:#fff;
    font-family: proxima-nova, sans-serif;
    font-size: 5rem;
    line-height: 6rem;
    padding-top:50px;
    padding-bottom:100px;
}

section.submenu {
    background:#000 url('../img/leaf-overlay.png') no-repeat top right;
    padding:0px;
}

section.submenu h1::after {
    content: "";
    border-bottom: 2px solid #fff;
    display: block;
    margin-top:3rem;
    width:150px;
}

.submenu p {
    color:#fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1.2rem;
}

.submenu p:first-child { 
    /* padding-top:50px; */
}

.subsection ul li a {
  color:#fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size:1.5rem;
  padding:10px;
  display: block;
}

.submenu .table-collapse {
    display:flex;
    flex-wrap:wrap;
}

.submenu .table-cell {
    flex-grow:1;
    width: 25%;
}

.submenu .table-cell.col-5 {
    flex-grow:1;
    width: 20%;
}

.submenu .table-cell a {
    color: #FFF;
    margin: 0px;
    font-family: proxima-nova, sans-serif;
    font-size:1.5rem;
}

.submenu .table-cell img {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.submenu .table-cell-head {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.submenu .table-cell-head p {
    margin: 0px;
    padding: 0px;
}

.cell-1 {
    background-color: #333;
    order: 0;
}

.cell-2 {
    order: 1;
}

.cell-3 {
    background-color: #575756;
    order: 0;
}

.cell-4 {
    order: 1;
}

.cell-5 {
    background-color: #333;
    order: 0;
}

.cell-6 {
    order: 1;
}

.cell-7 {
    background-color: #575756;
    order: 0;
}

.cell-8 {
    order: 1;
}

.cell-9 {
    background-color: #333;
    order: 0;
}

.cell-10 {
    order: 1;
}

.section-commissionner {
  background-image: url(../img/marie-claude-landry-cover.jpg);
  background-size: cover;
  height: 850px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: white;
}

.section-commissionner h1 {
  background: rgba(0, 0, 0, 0.9);
  color: #FFF;
  display: inline-block;
  line-height: 6rem;
  margin: 1rem;
  padding: 1rem;
}

.section-commissionner h1::after{
  content:'';
  display: block;
  width:70px;
  border-top:2px solid #fff;
}

.pay-equity-header {
  background-image: url(../img/the-pay-equity-act-1.jpg);
  background-size: cover;
  height: 850px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: white;
}

h1.underline::after{
  border-top: 2px solid #fff;
  content: '';
  display: block;
  margin-top: 10px;
  width: 70px;
}

.stats img {
  margin: 0;
  padding: 0;
}

.stats span {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.stats p.reference {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.5rem;
  line-height: 1rem;
  margin: 0;
  padding: 0;
}

.stats span.desc {
  line-height: 1.5rem;
}

.stats span.big-number {
  color: rgb(178, 174, 138);
  font-size: 3rem;
  font-weight: bolder;
  line-height: 3.5rem;
}

.stats span.medium-number {
  color: rgb(178, 174, 138);
  font-size: 1.25rem;
  font-weight: bolder;
}

.stats span.small-number {
  color: rgb(178, 174, 138);
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: 2rem;
}

.stats .circle span {
  line-height: 1.5rem;
}

.stats .circle span.big-number {
  line-height: 3.5rem;
}

.col-feature-wrap {
  padding: 0px 25px;
}

.col-feature {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 25px 70px;
  text-align: center;
}

.story article .col-feature img {
  height: 60px;
  width: 60px;
}

.story article .col-feature h2 {
  color: white;
  font-size: 2rem;
}

.story article .col-feature.gold .fact-number {
  color: white;
  font-size: 2rem;
  font-weight: 900;
}

.story article .col-feature.gold .fact-text {
  color: rgb(178, 174, 138);
  font-size: 2rem;
}

.story article .col-feature.gold p span {
  color: rgb(178, 174, 138);
}

.story article .col-feature.gold img {
  height: 60px;
  margin-bottom: 0;
  margin-top: 1rem;
  width: 60px;
}

.story article .col-feature h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

section.by-the-numbers {
  background-color: black;
}

.col-feature.numbers .title {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

.col-feature.numbers .gold {
  color: rgb(178, 174, 138);
  font-family: proxima-nova, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.col-feature.numbers .white {
  color: white;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.survey {
  text-align: left;
}

.survey .item {
  align-items: center;
  border-bottom: 1px dotted white;
  display: flex;
  padding: 15px 0px;
}

.survey .item.first {
  border-top: 1px dotted white;
}

.survey .item .number {
  color: #b2ae8a;
  font-size: 2rem;
}

.survey .item .desc {
  color: white;
  line-height: 1.5rem;
  padding-left: 10px;
}

.survey.fr .item .desc {
  flex: 1;
}

.survey .reference {
  color: white;
  font-size: 0.75rem;
  margin-top: 10px;
}

.research {
  background-color: black;
  padding: 30px 60px;
}

.research .item {
  display: flex;
  flex-direction: column;
  padding: 15px 0px;
}

.research .item .number {
  color: #b2ae8a;
  font-size: 3rem;
  font-weight: bolder;
  line-height: 3rem;
}

.research .item .desc {
  color: white;
  line-height: 1.5rem;
}

.complaints-stats {
  background-color: black;
}

.complaints-stats span.gold {
  color: #b2ae8a;
}

.complaints-stats span.white {
  color: white;
}

.story article .complaints-stats h2.category {
  color: white;
  font-size: 1.75rem;
}

.story article .complaints-stats p.number {
  color: white;
  font-size: 2em;
}

.story article .complaints-stats div .footnote {
  color: white;
  font-size: 1em;
}

.inner-page-header {
  background-position: 0px -75px;
  background-repeat: no-repeat;
  background-size: cover;
  height:600px;
  width: 100%;
}

.inner-page-header.the-pay-equity-act {
  background-image: url(../img/the-pay-equity-act-1.jpg);
}

.inner-page-header.the-national-housing-strategy-act {
  background-image: url(../img/the-national-housing-strategy-act-1.jpg);
}

.inner-page-header.the-accessible-canada-act {
  background-image: url(../img/the-accessible-canada-act-1.jpg);
}

.inner-page-header.the-national-monitoring-mechanism {
  background-image: url(../img/the-national-monitoring-mechanism-1.jpg);
}

.inner-page-header.inspiring-educating-canada-youth {
  background-image: url(../img/inspiring-educating-canada-youth-1.jpg);
}

.inner-page-header.spreading-love-not-hate {
  background-image: url(../img/spreading-love-not-hate-1.jpg);
}

.inner-page-header.mapping-accessibility-canada {
  background-image: url(../img/mapping-accessibility-canada-4.jpg);
}

.inner-page-header.building-inclusive-workplaces {
  background-image: url(../img/building-inclusive-workplaces-1.jpg);
}

.inner-page-header.diversity-on-bay-street {
  background-image: url(../img/diversity-on-bay-street-1.jpg);
}

.inner-page-header.helping-people-find-help {
  background-image: url(../img/helping-people-find-help-1.jpg);
}

.inner-page-header.by-the-numbers {
  background-image: url(../img/by-the-numbers-1.jpg);
}

.inner-page-header.helping-people-find-solutions {
  background-image: url(../img/helping-people-find-solutions-1.jpg);
}

.inner-page-header.representing-the-public-interest {
  background-image: url(../img/representing-the-public-interest-1.jpg);
}

.inner-page-header.engaging-the-public {
  background-image: url(../img/engaging-the-public-3.jpg);
}

.inner-page-header.conducting-supporting-research {
  background-image: url(../img/conducting-supporting-research-2.jpg);
}

.inner-page-header.advising-parliament {
  background-image: url(../img/advising-parliament-4.jpg);
}

.inner-page-header.working-with-international-community {
  background-image: url(../img/working-with-international-community-1.jpg);
}

.inner-page-header.about-the-commission {
  background-image: url(../img/about-the-commission-2.jpg);
  background-position: center -250px;
}

.inner-page-title {
  display: flex;
}

.inner-page-title-background {
  background: rgba(0, 0, 0, 0.9);
  margin: 10px;
  padding: 20px;
}

.inner-page-title-background h1 {
 color: white;
}

.inner-page-title.top-right {
  justify-content: flex-end;
}

.inner-page-video {
  height: 315px;
  width: 560px;
}

.cc_message_section {
  position: relative;
}

.cc_message_background {
  background-image: url(../img/marie-claude-landry-cover.jpg);
  background-size: cover;
  height: 900px;
}

.cc_message_box_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cc_message_box {
  background: rgba(0, 0, 0, 0.9);
  padding: 30px;
  width: 385px;
}

.cc_message_box h1 {
  color: white;
}

.cc_message_box h1::after{
  border-top:2px solid #fff;
  content:'';
  display: block;
  margin-top: 15px;
  width:70px;
}

/* Media */

@media (max-width: 1024px) {
    .submenu .table-collapse {
        display:flex;
        flex-wrap:wrap;
    }

    .submenu .table-cell {
        flex-grow:1;
        width: 50%;
    }

    .submenu .table-cell.col-5 {
        flex-grow:1;
        width: 50%;
    }

    .submenu .table-cell p {
        color: #FFF;
        margin: 0px;
        padding: 10px;
        font-family: proxima-nova, sans-serif;
        font-size:1.5rem;
    }

    .submenu .table-cell-head {
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .cell-1 {
        order: 0;
    }
    
    .cell-2 {
        order: 1;
    }
    
    .cell-3 {
        order: 0;
    }
    
    .cell-4 {
        order: 1;
    }
    
    .cell-5 {
        order: 2;
    }
    
    .cell-6 {
        order: 3;
    }
    
    .cell-7 {
        order: 2;
    }
    
    .cell-8 {
        order: 3;
    }

    .cell-9 {
        order: 4;
    }

    .cell-10 {
        order: 5;
    }
}

@media (max-width: 576px) {

  .cc_message_section {
    position: relative;
  }
  
  .cc_message_background {
    background-image: url(../img/marie-claude-landry-cover.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
  }
  
  .cc_message_box_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
  }
  
  .cc_message_box {
    background: rgba(0, 0, 0, 0.9);
    padding: 30px;
    width: 100%;
  }
  
  .cc_message_box h1 {
    color: white;
  }
  
  .cc_message_box h1::after{
    border-top:2px solid #fff;
    content:'';
    display: block;
    margin-top: 15px;
    width:70px;
  }

  .cc_message_box .subtitle {
    margin-top: 0px;
  }

  .submenu .container-fluid .row .col-md-6 {
    display: flex;
    padding: 50px 15px 10px 15px;
  }

  .inner-page-header {
    background-position: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .inner-page-header.the-national-housing-strategy-act {
    background-position: center;
  }

  .inner-page-header.the-accessible-canada-act {
    background-position: -400px 0px;
  }

  .inner-page-header.the-national-monitoring-mechanism {
    background-position: center 0px;
  }

  .inner-page-header.inspiring-educating-canada-youth {
    background-position: center;
  }

  .inner-page-header.spreading-love-not-hate {
    background-position: center;
  }

  .inner-page-header.mapping-accessibility-canada {
    background-position: -300px center;
  }

  .inner-page-header.building-inclusive-workplaces {
    background-position: -350px center;
  }

  .inner-page-header.diversity-on-bay-street {
    background-position: -400px center;
  }

  .inner-page-header.helping-people-find-help {
    background-position: -400px center;
  }

  .inner-page-header.helping-people-find-solutions {
    background-position: -100px center;
  }

  .inner-page-header.representing-the-public-interest {
    background-position: center;
  }

  .inner-page-header.engaging-the-public {
    background-position: -150px center;
  }

  .inner-page-header.conducting-supporting-research {
    background-position: -200px center;
  }

  .inner-page-header.advising-parliament {
    background-position: -400px center;
  }

  .inner-page-header.working-with-international-community {
    background-position: -200px center;
  }

  .inner-page-header.about-the-commission {
    background-image: url(../img/about-the-commission-2.jpg);
    background-position: center;
  }

  .inner-page-title-background {
    background: rgba(0, 0, 0, 0.9);
    margin: 0px;
    padding: 20px;
    width: 100%;
  }
  
  .inner-page-title-background h1 {
    color: white;
    margin: 0px;
  }

  .inner-page-title.top-right {
    justify-content: normal;
  }

  .inner-page-video {
    height: 300px;
    width: 100%;
  }

  .section-commissionner h1 {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    display: block;
    font-size: 2rem;
    line-height: 2rem;
    margin: 0;
    padding: 1rem;
  }
  
  .section-commissionner h1::after{
    border-top:2px solid #fff;
    content:'';
    display: block;
    margin-top: 15px;
    width:70px;
  }

  .submenu .container-fluid .row {
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
  }

  section.submenu h1 {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .submenu p {
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
  }

  .submenu .table-collapse {
    display: block;
  }

  .submenu .table-collapse .table-cell {
    width: 100% !important;
  }

  .fr #cover_home h1{font-size:4rem;}
  .fr.home #cover_people-first h1{font-size:4rem;}
  .popover{
    max-width: 200px;
  }
  .popover.popover-0{
    max-width: 400px;
  }
  .col-sm-6.match-height{
  padding-left:15px!important;
  padding-right:15px!important;
}
.mrgn-tp-neg-lg{
  margin-top: 0px;
}
.grey-bar{
  margin-left:-15px;
  margin-right: -15px;
  padding-left:15px!important;
  padding-right:15px!important;
}
  html {
    font-size: 16px;
  }

  .main-container {
    padding: 0;
  }

  blockquote {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .hidden-sm-down {
    display: none;
  }
  #nav-main li a {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: left;
  }

  #nav-main li li {
    text-align: left;
  }

  #nav-main li li a {
    float: none;
    display: block;
    line-height: 1.5;
  } 

  .block-cover {
    /*padding: 15px;*/
  }

  article.bg-cover .article-content h1, .page-header.bg-cover .article-content h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 0;
  }
  .what-we-did-links ul,
  .what-they-did-links ul{display: block;}
  .what-we-did-links ul li,
  .what-they-did-links ul li{display: block; width: 100%; margin-bottom:0px;}
  .home .main-container {
      padding: 0;
  }
  #cover_what-they-did h1, #cover_numbers h1{
    font-size:4rem;
  }

  #cover_home .subtitle {
    font-size: 1rem;
    margin: 0px;
    padding: 0px 0px 10px 0px;
  }

  #cover_home .actions {
    text-align: center!important;
  }
  .container-fluid {
    
  }
  .home .main-container section {
      padding: 0;
  }

  #cover_home {
    background: #fff url(../img/chrc-ccdp-rapport-annuel-2019-cover.jpg) no-repeat;
    background-position: bottom 0px center;
    background-size: 100%;
    height: 375px;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #cover_home h1 {
    font-size: 2rem;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 0px;
    text-align: center;
  }

  #cover_home .cell-middle{
   padding-top: 7rem;
  }

  #cover_home .table .cell {
    padding-top: 0;
}

  #cover_home .container .actions {
    flex-direction: column;
    margin: 0px;
  }

  #cover_home .container .actions .wrap {
    display: flex;
    justify-content: space-evenly;
  }

  #cover_home .actions .btn {
    border-width: 1px;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.5rem;
    width: auto;
  }

  #cover_home .actions .btn:last-child {
    margin-left: 0;
  }

  #section_stories{
    padding: 30px; 
    background: #fff;
  }

  

  #section_cc .article-container {
    background-color: #fff;
    background-size: 130%;
    background-position-y: 0;
  }

  #section_cc .article-header {
    margin-bottom: 0;
    margin-left: 0!important;
  }

  .home article .article-content {
    padding: 80% 0 2rem;
    margin-bottom: 30px;
  }

  .home #cover_people-first .article-container{
    background-color: #fff;

  }


  #cover_people-first .article-container{
    background-color: #fff;

  }

  #cover_children .article-container{
    background: url(../img/eyes-of-children_cover.jpg) 90% 0px / 130% no-repeat #fff;

  }

  #cover_children article .article-content {
    padding-top: 50%;
  }

  #cover_people-first .article-content,
  #cover_children .article-content {
    padding-bottom: 0;
  }



  article .article-container .article-header {
    padding: 1.5rem 1.5rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
  }

  article .page-header.bg-cover .article-content .article-header {
    padding: 1.5rem 1.5rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
  }

  .home #cover_people-first .article-header,
   .home #cover_children .article-header{
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 15px rgba(255,255,255,1);
    padding: 39px 24px;
  }

  .br_hide {
    display: inline-block;
    /* content: '&nbsp;';*/
    clear:none;
    width: .25em;
  }

  .container {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
}

  .home .card:first-child {
    padding-top: 15px;
  }

  /* story covers */

  .page-header {
    padding-bottom: 0;
  }

  .page-inner-header {
    min-height: 350px;
  }

   .page-inner-header .col-md-12 {
      padding:0;
   }

  .page-inner-header .article-content {
    padding-bottom: 0;
  }

  #cover_cc_message .article-container{
    background-position-x: 80%;
    background-position-y: -100px;
    background-color: #fff;
  }

  #cover_cc_message .article-content {
    padding-top: 16rem;
    padding-bottom:0px!important;
  }

  #cover_people-first .article-content{
    padding-top: 16rem;
  }

  #cover_numbers .article-content{
    /*padding-top: 19rem;*/
  }

  #cover_nobodys-business .article-content {
    padding-top: 15rem;
  }
   #cover_no-support .article-header,
   #cover_locked-up .article-header{
      /*margin-top: 19rem;*/
   }

  #cover_locked-up .article-container{
      background-position-y: -20px;
    background-position-x: -320px;
    }

    #cover_locked-up .article-content {
    padding-top: 0;
  }

   #cover_left-behind .article-header{
      margin-top: 16rem;
   }

    #cover_left-behind .article-container{
      background-size: 500%;
    background-position-y: -300px;
    }

   
  

  article.bg-cover .article-container .article-header p.supertitle,
  article.bg-cover .article-content p.supertitle, .page-header.bg-cover .article-content p.supertitle {
    font-size: 1rem;
    margin-bottom: .75rem;
  }

  .grid-item,
  .grid-sizer {
    width: 100%;
    background-size: cover;
  }

  .grid-item {
    float: left;
    height: 300px;
    background: #0D8;
    
  }

  .grid-item--width2 { width: 100%; }
  .grid-item--width3 { width: 100%; }
  .grid-item--height2 { height: 300px; }
  .grid-item--height3 { height: 300px; }
  .grid-item--height4 { height: 300px; }

  article .page-body-header {
    margin-bottom: 2.5rem;
  }

  article .page-body-header h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }

  article .page-body-section.charts {
    padding-top: 4.5rem;
  }

  .section-label {
    width: 100%;
    text-align: center;
    background-color: #008CC2;
  }

  .charts .table {
    display: block;
    margin-left: 0;
  }

  .charts .table .cell {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }

  p.chart-label {
    font-size: 1rem;
  }

  .box-chart {
    height: 150px;
  }

  .box-chart-value {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  p.text-mega {
    font-size: 120px;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
    line-height: 120px;
    letter-spacing: -.09em;
    text-shadow: rgb(255, 255, 255) 5px 0px 0px;
  }

   #section_stories{
    padding: 15px; 
  }

  .tabular-list {
    margin-bottom: 0;
  }

  .the-chart .row:nth-child(even) .bar-chart {
    background-color: #fff;
  }

  .charts-bar .the-chart .text-right {
    line-height: 1rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    text-align: left;
  }

  .charts-bar .the-chart {
    padding-left: 15px;
    padding-right: 15px;
  }

   .charts-bar .the-chart .chart-container {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem;
   }

  .charts-bar .the-chart .text-right:after {
    content: ': ';
  }
  #chart-well {
     background: #168dbf;
    border: none;
    margin-bottom: 0;
    margin-top: 1.5rem;
  }

  #chart-well p {
    font-family: 'The Sans', sans-serif;
    color: #fff;
  }

  .legend {
    margin-bottom: 1.5rem;
  }


  .legend li {
    width: auto;
  }

  .legend li span {
    font-size: 12px;
  }

  article .page-body-section.charts-bar-stack {
    padding-left: 15px;
    padding-right: 15px;
  }

  .charts-bar-stack .the-chart .chart-container {
    border-bottom: 0;
  }

}

@media (max-width: 420px){
   .col-xs-10.col-xs-offset-1{
      margin-left: 4%;
      width: 92%;
   }
  }

@media (min-width: 576px) and (max-width: 767px){
  .main-container {
    padding: 0;
  }
   #cover_home {
    background-position-x: 0px;
    background-position-y: 75px;
    height: 640px;
  }

  #cover_home h1 {
    font-size: 7.4rem;
    color: #fff;
    margin-bottom: 5.5rem;
    padding-top: 50px;
    text-shadow: 0px 2px 17px #000;
    text-align: center;
}

#cover_what-they-did h1, #cover_numbers h1 {
  padding-bottom: 0;
}

  #section_cc .article-header {
    margin-bottom: 0;
    margin-left: 0!important;
  }

  #section_cc .article-container {
    background-color: #fff;
    background-size: 200%;
    background-position-y: 0;
  }

  article .article-container .article-header {
    padding: 1.5rem 1.5rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
  }

  .home article .article-content {
    padding: 80% 0 2rem;
    margin-bottom: 30px;
  }
  #cover_people-first > .home article .article-content {
    padding: 0% 0 2rem!important;
    margin-bottom: 30px;
  }

  #section_numbers .container-fluid {
      margin-left: -15px;
      margin-right: -15px;
  }
  
  #cover_cc_message .article-container{ 
    background-position-x: -840px;
    background-position-y: -250px;
    background-size: 330%;
  }

  #cover_cc_message .article-content {
    padding-bottom: 0px;
    padding-top: 30rem;
  }

  #cover_cc_message .article-content .article-header {
    width: 100%;
  }

  .grid-item,
  .grid-sizer {
    width: 100%;
    background-size: cover;
  }

  .grid-item {
    float: left;
    height: 300px;
    background: #0D8;
    
  }

  .grid-item--width2 { width: 100%; }
  .grid-item--width3 { width: 100%; }
  .grid-item--height2 { height: 300px; }
  .grid-item--height3 { height: 300px; }
  .grid-item--height4 { height: 300px; }

  #section_stories {
    padding: 30px;
    background: #fff;
  }

  .charts .table {
    display: block;
    margin-left: 0;
  }

  .charts .table .cell {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }

  .charts .col-xs-10.col-xs-offset-1.col-sm-6.col-sm-offset-0 {
    width: 50%;
    margin-left: 0;
  }

  .legend {
    margin-bottom: 1.5rem;
  }


  .legend li {
    width: auto;
  }

  .legend li span {
    font-size: 12px;
  }
}

@media (min-width: 768px){

  .hidden-sm-up {
    display: none;
  }
  .container {
    width: 630px;
  }

  footer .container {
    width: 720px;
  }

  .article-header.pull-right {
      float: left !important;
  }
  #section_cc .article-container {
    background-position-x: -500px;
  }

#section_numbers .container-fluid {
      margin-left: -15px;
      margin-right: -15px;
  }
  
  #cover_cc_message .article-container{ 
    background-position-y: -320px;
    background-size: 300%;
    background-position-x: -900px;
  }

  #cover_cc_message .article-content {
    padding-bottom: 0px;
    padding-top: 30rem;
  }

  #cover_cc_message .article-content .article-header {
    width: 100%;
  }

  #leading_newspaper {
    width: 50%;
  }

  #speaking_2 {
    background-position-x: -70px;
  }

  #section_stories {
    padding: 30px;
    background: #fff;
  }

  .charts .table {
    display: block;
    margin-left: 0;
  }

  .charts .table .cell {
    display: block;
    float: none;
    clear: both;
    text-align: center;
  }

  #cover_nobodys-business .article-container .article-header.article-header-wide {
    margin-bottom: 30px;
  }

  #cover_left-behind .article-container{
    background-size: 300%;
    background-position-y: 50%;
  }

  #figure_1, .fr #figure_1{
    background-position-y: 100%;
    background-size: 100%;
  }

  #showmap {
    height: 300px;
  }

  .legend {
    margin-bottom: 1.5rem;
  }


  .legend li {
    width: auto;
  }

  .legend li span {
    font-size: 12px;
  }

  #cover_about .article-header {
    width: 100%;
  }

}

@media (min-width: 800px){
  
  #section_cc .article-container {
    background-position-x: -750px;
  }

  .home .table.article-container {
    min-height: 700px;
  }
  
}

@media (max-width: 767px) {
  .navbar-brand {
    display: block;
  }

  header #navbar-account .brand .navbar-brand img {
    width: 180px;
    margin-top: -5px;
  }

  #navbar-account .nav-toggle .lines-button {
    padding-top: .5rem;
  }

  #navbar-account .nav-toggle .lines-button .lines, #navbar-account .nav-toggle .lines-button .lines:before, #navbar-account .nav-toggle .lines-button .lines:after,
  #navbar-account .nav-toggle .lines-button .lines {
    width: 1.5rem;
  }
}


@media (min-width: 768px) and (max-width: 992px) {

  #cover_home .actions .btn {
    margin-bottom: 1rem;
  }

  #cover_home .actions .btn:last-child {
    margin-left: 0;
  }

  #section_cc .article-container {
    background-position-x: 100%;
  }
  article .article-container .article-header, 
  article .page-header.bg-cover .article-content .article-header{
    padding:3rem;
  }
  .what-we-did-links ul li a,
  .what-they-did-links ul li a{
    font-size:1.3rem;
  }
  .what-we-did-links ul li, 
  .what-they-did-links ul li{
    display: inline-block;
    width: 33.333%;
    margin-bottom:0px;
  }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
  /* IPAD LANDSCAPE */
  .what-we-did-links ul li a,
  .what-they-did-links ul li a{
    font-size:1.3rem;
  }

  #cover_home {
    background: #fff url(../img/chrc-ccdp-rapport-annuel-2019-cover.jpg) no-repeat;
    background-position: top -20px center;
    background-size: 100%;
    height: 775px;
    padding: 0;
}

#cover_home h1 {
  font-size: 6.4rem;
  margin-bottom: 9.5rem;
  padding-top: 70px;
}

article .article-content .article-header, .page-header .article-content .article-header {
  margin-left: -72px!important;
  margin-top: 70px;
}

}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
  /* IPAD Portrait */
  .page-header.bg-cover{
    background-position-x:40%!important;
  }
  
}

@media (min-width: 992px){
  .container {
    width: 910px;
  }

  footer .container {
      width: 970px;
  }

  article .page-body-section.page-body-section-generic-bottom {
    padding: 4.5rem 0;
  }

  #section_cc .article-container {
    background: url(../img/marie-claude-landry-cover.jpg) 50% center / cover no-repeat rgb(0, 0, 0);

  }

  #cover_children .article-container{
    background: url(../img/eyes-of-children_cover.jpg) 50% / cover no-repeat #fff;
  }



  #cover_people-first .article-container{
    background-color: #fff;
  }

  #cover_cc_message .article-container{ 
    background-position-y: -320px;
    background-size: 170%;
    background-position-x: -600px;
  }

  #cover_cc_message .article-content {
    padding-bottom: 0px;
    padding-top: 34rem;
  }

  #cover_cc_message .article-content .article-header {
    width: 100%;
  }

  #section_cc .article-container {
    background-position-x: 50%;
  }

  .charts .table .cell {
    display: table-cell;
    text-align: left;
  }

  #cover_left-behind .article-container{
    background-size: 300%;
    background-position-y: 50%;
  }

  #cover_about .article-header {
    width: 50%;
    float: right !important;
  }
}

@media (min-width: 1024px) {
  #cover_cc_message .article-container {
    background-position-y: -300px;
    background-size: 170%;
    background-position-x: -400px;
  }
  #cover_cc_message .article-content .article-header{
    width: 50%;
  }
  .home #cover_people-first .article-container{
    background-size: cover;
    background-position-y: 50%;
  }

  

  #figure_1, .fr #figure_1 {
    background-position-y: 90%;
    background-size: cover;
  }

  #showmap {
    height: 390px;
  }

  
}

@media (min-width: 1200px){
  #cover_left-behind .article-container {
      background-size: 200%;
      background-position-y: 50%;
  }
  footer .container {
      width: 1170px;
  }
  .container {
      width: 1170px;
  }

  .home #cover_people-first .article-container{
    background-position-y: 50%;
  }

  .fr #figure_1, #figure_1 {
    background-position-y: 100%;
    background-size: cover;
  }

  #showmap {
    height: 600px;
  }
}

@media (min-width: 1500px){
  body {
     
  }

  #cover_cc_message .article-container {
    background-position-y: -420px;
    background-size: 170%;
    background-position-x: -500px;
  }
}
@media (max-width:1200px){
  .fr #cover_home h1{
    font-size: 4rem;
  }
}

