/* ------------------------------ BOOTSTRAP BASICS ------------------------- */


/* Reboot */

#report-2019 *, #report-2019::after, #report-2019::before {
    box-sizing: border-box;
}


#report-2019 .h1, #report-2019 .h2, #report-2019 .h3, #report-2019 .h4, #report-2019 .h5, #report-2019 .h6,
#report-2019 h1, #report-2019 h2, #report-2019 h3, #report-2019 h4, #report-2019 h5, #report-2019 h6 {
    line-height: 1.2em;
	margin:0;
}


/* Grid */

#report-2019 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#report-2019 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#report-2019 .col, #report-2019 .col-1, #report-2019 .col-10, #report-2019 .col-11, #report-2019 .col-12, #report-2019 .col-2, #report-2019 .col-3, #report-2019 .col-4, #report-2019 .col-5, #report-2019 .col-6, #report-2019 .col-7, #report-2019 .col-8, #report-2019 .col-9, #report-2019 .col-auto, #report-2019 .col-lg, #report-2019 .col-lg-1, #report-2019 .col-lg-10, #report-2019 .col-lg-11, #report-2019 .col-lg-12, #report-2019 .col-lg-2, #report-2019 .col-lg-3, #report-2019 .col-lg-4, #report-2019 .col-lg-5, #report-2019 .col-lg-6, #report-2019 .col-lg-7, #report-2019 .col-lg-8, #report-2019 .col-lg-9, #report-2019 .col-lg-auto, #report-2019 .col-md, #report-2019 .col-md-1, #report-2019 .col-md-10, #report-2019 .col-md-11, #report-2019 .col-md-12, #report-2019 .col-md-2, #report-2019 .col-md-3, #report-2019 .col-md-4, #report-2019 .col-md-5, #report-2019 .col-md-6, #report-2019 .col-md-7, #report-2019 .col-md-8, #report-2019 .col-md-9, #report-2019 .col-md-auto, #report-2019 .col-sm, #report-2019 .col-sm-1, #report-2019 .col-sm-10, #report-2019 .col-sm-11, #report-2019 .col-sm-12, #report-2019 .col-sm-2, #report-2019 .col-sm-3, #report-2019 .col-sm-4, #report-2019 .col-sm-5, #report-2019 .col-sm-6, #report-2019 .col-sm-7, #report-2019 .col-sm-8, #report-2019 .col-sm-9, #report-2019 .col-sm-auto, #report-2019 .col-xl, #report-2019 .col-xl-1, #report-2019 .col-xl-10, #report-2019 .col-xl-11, #report-2019 .col-xl-12, #report-2019 .col-xl-2, #report-2019 .col-xl-3, #report-2019 .col-xl-4, #report-2019 .col-xl-5, #report-2019 .col-xl-6, #report-2019 .col-xl-7, #report-2019 .col-xl-8, #report-2019 .col-xl-9, #report-2019 .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

#report-2019 .img-fluid {
	display:block;
    max-width: 100%;
    height: auto;
}


/* UI */

#report-2019 .btn {
    display: inline-block;
    font-weight: 400;
    color: #215e9e;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* Other */

#report-2019 {
	text-shadow: none !important;
}

#report-2019 .hidden {
    display:none;
}

/* Opacity */
#report-2019 .opacity1 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#report-2019 .opacity1 hover img {
	opacity: .5;
}



/* FADE */
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .fade:hover {
      opacity: 0.5;
      }

/* PARALAX */

.parallax {
  /* The image used */
  background-image: url('2019-cover-REV.jpg');

  /* Full height */
  height: 100%; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ZOOM-HOVER */

.zoom-hover {
  color: black;
  transition: 0.3s;
}

.zoom-hover:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.05);
}

.zoom-hover ul li {

	list-style: circle !important;
}



/* IMAGE (LOGO) ROTATE */

.rotatingimg{transition: transform 5s;}
.rotatingimg:hover{transform:rotate(360deg);}


/* DESCRIPTION FOR GRAPHICS */
.graphic-description {
	background-color: #dfe8ec;
	padding-bottom: 5px;
}















/* Queries */

@media (min-width: 768px) {
	
	#report-2019 .col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	#report-2019 .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	#report-2019 .col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	#report-2019 .col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
		
	#report-2019 .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	#report-2019  .col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	#report-2019 .col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	#report-2019 .col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	#report-2019 .col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
}






/* ------------------------------ SCC OVERRIDES ------------------------- */

#gcwu-srchbx {
	display:none;
}

h2:not(.ui-title) {
    color: inherit;
}

.ui-body-c .ui-link {
    font-weight: inherit;
}






/* ------------------------------ CUSTOM CSS FOR REPORT ------------------------- */


/* General */

#report-2019 .container {
    margin: auto;
}

#report-2019 {
	color: #000 !important;
	font-family: 'Montserrat', sans-serif !important;
}

#report-2019 p,
#report-2019 a,
#report-2019 ul li,
#report-2019 ol li {
    font-size: 16px;
}

#report-2019 h1 { font-size:2.8em; color:#000; padding-left:10px; }
#report-2019 h2 { font-size:2.5em; color:#c10230; padding-left:10px; padding-bottom: 10px;}
#report-2019 h3 { font-size:2.3em; color:#c10230; padding-left:10px; padding-top:10px; }
#report-2019 h4 { font-size:1.5em; color:#000; padding-left:10px;}
#report-2019 h5 { font-size:0.8em; color:#000; padding-left:10px;}
#report-2019 h6 { font-size:0.8em; color:#000;padding-left:10px; }

#report-2019 blockquote,
#report-2019 form,
#report-2019 img,
#report-2019 pre {
    margin-bottom: 0;
}

#report-2019 ul {
    margin-bottom: 0;
    list-style: none;
}

#report-2019 ul li {
    margin-bottom: 8px;
}

#report-2019 .image-note {
    color: #c10230;
    font-size: .9em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0px;
	line-height: 1.2em !important;
}

#report-2019 .light-background {
	background-color: #dfe8ec;
	padding: 0px;
}

#report-2019 .header-banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 300px;
}

#report-2019 .header-banner-f {
    background-image: url(../images/banner_f.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 300px;
}


#report-2019 .header-banner .mobile-banner {
	display:none;
}


#report-2019 .header-banner-f .mobile-banner {
	display:none;
}


#report-2019 .header-banner .mobile-banner .col-md-12 {
	padding-left:0;
	padding-right:0;
}

#report-2019 .header-banner-f .mobile-banner .col-md-12 {
	padding-left:0;
	padding-right:0;
}
#report-2019 img {
    width: 100%;
	height:auto;
	margin:0;
}

#report-2019 section p,
#report-2019 section ul li,
#report-2019 section ol li {
	line-height:1.7em;
}

#report-2019 td span {
    color: #215e9e;
    font-weight: 600;
}

#report-2019 .row.no-lrmargin {
    margin-left: 0 !important;
	margin-right: 0 !important;
}

#report-2019 .margin-bot {
    margin-bottom: 0;
}

#report-2019 .padding-bottom {
    padding-bottom: 80px;
}

#report-2019 .court-all ul,
#report-2019 .court-in-canada ul,
#report-2019 .breakdown-part1 ul {
    list-style: disc;
    padding-left: 18px;
}

#report-2019 .text-href,
#report-2019 .decisions a {
    color: #215e9e !important;
    text-decoration: underline;
	font-weight: bold;
}

#report-2019 .text-href:hover,
#report-2019 .court-appeal a:hover,
#report-2019 .decisions-table .table tbody a:hover,
#report-2019 .decisions a:hover {
    color: #215e9e;
}

#report-2019 .padding-none {
    padding: 0 !important;
}


#report-2019 h2.title span {
    font-size: 60px;   
}

#report-2019 .p-reg-text {
    font-size: 24px;
    font-weight: bold;
}

#report-2019 .color-white { color: #fff; }
#report-2019 .color-black { color: #000 !important; }
#report-2019 .color-maroon { color: #790306; }
#report-2019 .color-blue { color: #215e9e; }
#report-2019 .color-red { color: #c10230; }

#report-2019 .size-130 { font-size:130%; }
#report-2019 .margin-bottom-10 { margin-bottom: 10px; }

#report-2019 .longdesc {
	display:none;
}



/* Header (inner pages) */

#report-2019 .header-french {
    border-bottom: 3px solid #790306; padding-top: 20px; padding-bottom: 10px; margin: 0;
}

#report-2019 .header-list a {
	text-decoration:none;
	color: #fff !important;
	font-weight: bold !important;
	line-height: 0.8em !important;
	font-size: 0.8em;
}

#report-2019 .header-list a:hover,
#report-2019 .header-list a:active {
	text-decoration:underline;
}

#report-2019 .header-list a:focus, .header-list a:hover {
    color: #fff;
}

#report-2019 .header-french, .footer {
    background-color: #efefef;
}

#report-2019 header h3 {
    font-weight: bold;
}

#report-2019 header .img-col {
    text-align: right;
}

#report-2019 .header-title-row {
    padding-top: 20px; 
    padding-bottom: 20px;
}

#report-2019 .header-title {
    padding-top: 40px;
}

#report-2019 .header-title h1 {
    font-size: 1.75rem !important;
    font-weight: bold;
}

#report-2019 .header-french .french {
    text-align: right;
}

#report-2019 .header-french .french a {
    color: #790306;
}

#report-2019 .header-col-list {
    background-color: #800000; /* #00877A */
    opacity: 0.8;
    color: #fff;
    min-height: 300px;
}

#report-2019 .header-col-list .row {
    padding: 20px 0;
}

#report-2019 .header-list {
    list-style: none;
}


/* Sticky Menu */


#menu {
  position: -ms-device-fixed;
  right: 0;
  top: 15%;
  width: 20%;
  margin-left: 10em;
  margin-top: -2.5em 0 0 0;
  z-index: 5;
	background: #215e9e;
  	background-attachment: scroll;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size:auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: #215e9e (80, 90%, 40%, 0.7);
	
	
	border: #215e9e solid (80, 90%, 40%, 0.7);
	border-right: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: 0px 1px 13px black;
	outline-color: #DFE8EC;
	outline-style: solid;
	outline-width: thin;
}


#menu a {
	text-decoration:none;
	color: #fff !important;
	font-weight: bold !important;
	line-height: 0.8em !important;
	font-size: 0.9em;
}

#menu a:hover, a:active {
	text-decoration:underline;
}

#menu a:focus, a:hover {
    color: #fff;
}

#menu p {
	background-color: #ffffff;
	text-decoration:none;
	color: #215e9e !important;
	font-weight: bold !important;
	line-height: 0.8em !important;
	font-size: 1.8em;
	
}

#menu ul li {
    padding-left: 0 !important;
}



.slideoutWrapper {
	margin-top: 4.7em;
	position: fixed;
	z-index: 1;
}

.slideoutWrapperRel; {
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}
#slideoutInnerWrapper {
	position: relative;
	/*width: 695px !important; */
}

.slideoutToggle {
	background-color: #ffffff !important;
	border: 1px solid: #000;
	border-right: 0;
	float: left;
	padding: 2px;
	position: relative;
}

.tabbedSlideout {
    width: 247px;	
}

#toggleLink {
    background-color: #c10230 !important;	
}


/*f.tabbedSlideout {
	loat: right !important;
	width: 320px; 
}*/

/* TOP OF DOCUMENT - used in index-rev1 */

.cover-container {
  position: relative;
  width: 100%;
}

.cover-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .9s ease-in;
  backface-visibility: hidden;
}

.cover-middle {
  transition: .5s ease-in;
  opacity: 0;
  position: absolute;
  top: 0%;
  width: 100%;	
  left: 0%;

}

.cover-logo {
  transform: translate(-50%, -0%);
  -ms-transform: translate(-50%, -0%);
  left: 48.5%;
}


.cover-container:hover .cover-image {
  opacity: 0.8;
}

.cover-container:hover .cover-middle {
  opacity: 1;
}

.h1 {
  background-color: #c10230;
  color: white;
  font-size: 60px;
  padding: 16px 32px;
 padding-top: 20px !important;
	line-height: 25px !important;
}
.h2 {
  background-color: #c10230;
  color: white;
  font-size: 35px !important;
  margin-top: 20px !important;
	padding-top: 10px !important;
  padding: 16px 32px;
	font-weight: bold;
	line-height: 2px !important;
}

/* TOP OF DOCUMENT used in index-rev1a */

.cover-transition {
	background: url ("../images/2019-cover-step1b.png") no-repeat;
	display: inline-block;
}
.cover-transition:hover {
	background: url ("image/2019-cover.step2.png") no-repeat;
}

/* TOP OF DOCUMENT used in index-rev4 - PROBLEMATIQUE */


#cf {
  position:relative;
 
  height:100%;
  width:100%;
  
}

#cf img {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}

#cf img.top:hover, #cf img.hover_effect {
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);	
}



/* TOP OF DOCUMNET used in index-rev5 */


   

/* Self Repr */

/* [THE ENTIRE TAB] */
.tab {
  position: relative;
  margin: 10px;
	
 
}

/* [THE LABEL] */
.tab input {
  display: none;
	
}
.tab label {
  display: block;
  background: #BABABA;
  color: #000;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  width:98%;
}
.tab label::after {
  content: "\25b6";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: all 0.4s;
}
.tab input[type=checkbox]:checked + label::after,
.tab input[type=radio]:checked + label::after {
  transform: rotate(90deg);
}

/* [THE CONTENTS] */
.tab-content {
  overflow: hidden;
  background: #efefef;
  /* CSS animation will not work with auto height */
  /* This is why we use max-height */
  transition: max-height 0.4s; 
  max-height: 0;
}
.tab-content p {
  margin: 20px;
}
.tab input:checked ~ .tab-content {
  /* Set the max-height to a large number */
  /* Or 100% viewport height */
  max-height: 100vh;
}

/* [DOES NOT MATTER] */
html, body {
  font-family: arial;
  background: #f2f2f2;
}



/* Homepage (index) */
#report-2019 .year-title {
    color: #fff !important;
    font-size: 40px;
    font-weight: bold;
}
/*
#report-2019 .intro-text-col {
    padding-left: 0 !important; padding-right: 0 !important;
}

#report-2019 .intro-text-row {
    background-color: #c10230; padding: 0 !important;
}
#report-2019 .index-ul {
    padding: 0px; */
}
#report-2019 .index-year-review {
    padding: 30px 50px !important;
}

#report-2019 .index-year-review p {
    line-height: 1.0; font-size: 48px; color: #fff; font-weight: bold;
}

#report-2019 .download {
    font-weight: bold !important;
    font-size: 15px !important;
	padding: 10px 20px !important;
    text-decoration: none;
	
}

/* COLLAPSIBLE option 1 used with javascript*/


.collapsible {
  background-color: #c10230;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
b
.active-collapsible, .collapsible:hover {
  background-color: #215e9e;
}

.collapse {
  padding: 0;
  display: none;
  overflow: hidden;
  background-color: #dfe8ec;
	

}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #ffffff !important;
  float: right;
  margin-left: 5px;
}

.active-collapsible:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}



/* COLLAPSIBLE option 2 */



/* [THE ENTIRE TAB] */
.tab-review {
  position: relative;
  margin: 10px;
	
 
}

/* [THE LABEL] */
.tab-review input {
  display: none;
	
}
.tab-review label {
  display: block;
  background: #BABABA;
  color: #000;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  width:98%;
}
.tab-review label::after {
  content: "\25b6";
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  transition: all 0.4s;
}
.tab-review input[type=checkbox]:checked + label::after,
.tab-review input[type=radio]:checked + label::after {
  transform: rotate(90deg);
}


/* [THE CONTENTS] */
.tab-content {
  overflow: hidden;
  background: #efefef;
  /* CSS animation will not work with auto height */
  /* This is why we use max-height */
  transition: max-height 0.4s; 
  max-height: 0;
}
.tab-content p {
  margin: 20px;
}
.tab input:checked ~ .tab-content {
  /* Set the max-height to a large number */
  /* Or 100% viewport height */
  max-height: 100vh;
}

/* [DOES NOT MATTER] */
html, body {
  font-family: arial;
  background: #f2f2f2;
}









/* PAGE SEPARATOR */

#report-2019 .separator {
  padding-top: 20px;
  padding-bottom: 20px;	

}

/* TABLE OF CONTENTS */

#report-2019 .index-intro {
    padding: 0 0 0 0;
}
#report-2019 .index-intro ul {
    padding-top: 20px;
	padding-left: 0px !important;
}

#report-2019 .index-intro ul li a {
	text-decoration:none;
    font-weight: 800 !important;
    font-size: 19px !important;
    color: #215e9e !important;	
}

#report-2019 .index-intro ul li a:hover,
#report-2019 .index-intro ul li a:active {
	text-decoration:underline;
}

/* ???? */
#report-2019 .index-bar {
    background-color: #E4DFCF;
}

#report-2019 .ul-padding {
    padding: 0;
}


#report-2019 .index-cover {
    background-image: url(../images/cover.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}



#report-2019 .btn-col {
    display: flex; text-align: right; align-items: center; padding-left: 80%;
}

#report-2019 a.download {
    background: #215e9e;
    color: #fff !important;
}

#report-2019 a.download:hover {
	text-decoration:none;
}

#report-2019 .court-in-canada ul li {
    font-size: 16px;
} 





/* Links / Social Media */

#report-2019 .links p {
	
	background-color: #c10230;
	color: #fff; 
}

#report-2019 .photo-credits ul {
    list-style: disc;
    padding-left: 18px;
}

#report-2019 .photo-credits li {
	font-size: small;
	line-height: 1.4em !important;
}

#report-2019 .socialmedia {
    background-color: #C10230;
}

#report-2019 .socialmedia p {
		color: #ffffff !important; 
}

#report-2019 .socialmedia a {
	color:#ffffff !important;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

/* Photo Credits */





/* A Message From the Chief Justice */

#report-2019 .minister {
    padding: 40px 0 0 0; position: relative;
}


#report-2019 .col-minister-3 {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;

}


#report-2019 .signature {
    font-weight: 700;
}

#report-2019 .signature span {
    color: #c10230;
}

#report-2019 img.wagner-mobile {
	display:none;
}

#report-2019 img.wagner-desktop {
	display: block;
	
}

#report-2019 img.signature {
	width: 300px;
	height: auto;
	display: block;
}

#report-2019 .custom-hr { 
	display: block; 
	position: relative; 
	padding: 0; 
	margin: 0px auto; 
	width: 100%; 
	clear: both; 
	border: none; 
	border-top: 1px solid #000000; font-size: 3px; line-height: 0; overflow: visible;}

/* 2019 By The Numbers */

#report-2019 .number-infographic-red {
    background-color: #ffffff; color: #eee; 
}


#report-2019 .number-infographic {
    background-color: #ffffff; color: #000000; 
}

	
	
#report-2019 .number-infographic .number-title,
#report-2019 .number-infographic title span {
    color: #000000 !important;
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: bold;
}

#report-2019 #by-numbers-notes a {
	color:#000000 !important;
}

#report-2019 #by-numbers-description a {
	color:#000000;

}

#report-2019 .number {
    background-color: #ffffff;
}

/* Canada's Final Court of Appeal */
#report-2019 .court-member {
    padding-top: 3px;
}

.highlight-text,
#report-2019 .court-appeal span, 
#report-2019 .court-accord span,
#report-2019 .court-in-canada span, 
#report-2019 .court-all span, 
#report-2019 .court-all-images span, 
#report-2019 .decisions span, 
#report-2019 .court-admin span,
#report-2019 .court-admin-frame span,
#report-2019 .winnipeg span, 
#report-2019 .breakdown-part1 span, 
#report-2019 .breakdown-part2 span, 
#report-2019 .breakdown-part3 span,
#report-2019 .breakdown-part4 span,
#report-2019 .breakdown-part5 span,
#report-2019 .breakdown-part6 span,
#report-2019 .breakdown-part7 span,
#report-2019 .case-court span,
#report-2019 .judges-court span,
#report-2019 .appeals-as-of-right span {
    color:#215E9E;
    font-weight: 700;
}


.highlight-title,
#report-2019 .court-appeal h2.title span, 
#report-2019 .court-accord h2.title span,
#report-2019 .court-in-canada h2.title span, 
#report-2019 .court-all h2.title span, 
#report-2019 .decisions h2.title span, 
#report-2019 .court-admin h2.title span,
#report-2019 .court-admin-frame h2.title span,
#report-2019 .winnipeg h2.title span, 
#report-2019 .case-court h2.title span,
#report-2019 .breakdown-part1 h2.title span, 
#report-2019 .breakdown-part2 h2.title span,
#report-2019 .breakdown-part3 h2.title span,
#report-2019 .breakdown-part4 h2.title span,
#report-2019 .breakdown-part5 h2.title span,
#report-2019 .breakdown-part6 h2.title span,
#report-2019 .breakdown-part7 h2.title span,
#report-2019 .judges-court h2.title span {
    color:#c10230;
    font-weight: 700;
}


#report-2019 .force-underline {
    text-decoration: underline !important;
}




/* #report-2019 .title span {
    color: black !important;
}
*/

#report-2019 .court-appeal {
    padding: 20px 0;
}

#report-2019 .court-appeal a {
    color: #215e9e;
    text-decoration: underline;
}

#report-2019 .details a {
    color: #215e9e !important;
    text-decoration: underline;
}

/* Accord */

#report-2019 .court-accord a {
	color:#215e9e !important;
	text-decoration: underline;
	font-weight: bold;
}

/* Winnipeg */


#report-2019 .winnipeg-gallery ul li {
	list-style: none;
	float: left;
	margin: 0 1px 0 0;
	line-height: 1em !important;
}

#report-2019 .winnipeg-gallery p {
	line-height: 1.1em;
}


#cboxCurrent #cboxTitle {
	color: #ffffff !important;
	margin-bottom: auto;
	witdth: 90%;
}

#cboxContent {
    margin-bottom: 6.5em !important;	
}
#cboxClose:focus {
	border: 30px !important ;
	
}



#report-2019 .winnipeg {
    padding: 20px 0 0 0; position: relative;
}

#report-2019 .winnipeg h2 {
    font-size: 350%;
}


#report-2019 img.winnipegJets {
	display: block;
	
}




#report-2019 .left-none {
	padding-left: 0px; !important;
}

#report-2019 .left-10 {
	padding-left: 10px; !important;
}

#report-2019 .right-none {
	padding-right: 0px; !important;
}
#report-2019 .right-30 {
	padding-right: 30px; !important;
}

#report-2019 .col-md-8 {
    padding-right: 0px;
  
}

#reprot-2019 .img-size img {
	width: inherit;
}



 #report-2019 .col-md-4 img {
    padding-left: 0px !important;
	 padding-right: 0px !important;
  
}



/* Judges of the Court */

#report-2019 .judges-court {
	padding-top: 20px;
}
#report-2019 .judges-court .row.margin-bottom {
    margin-bottom: 20px !important;
}

#report-2019 .judges-court-dyk {
    
}

#report-2019 .judges-court-dyk h2 {
    
}


#report-2019 .judges-court-dyk2 {
    background-color: #C10230;
}

#report-2019 .judges-court-dyk2 h2 {
    color: #ffffff;
	text-decoration: underline;
	font-size: 2em;
}

#report-2019 .judges-court-farewell {
	background-color: #dfe8ec;
	padding-bottom: 0px !important;

}


#report-2019 .judges-court-farewell-french {
	background-color: #dfe8ec;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
}

#report-2019 .judges-court-farewell-french p {
	font-size: 1.28em;
	line-height: 1.3em;
}

 /*FOR BLOCK IN BLUE */ 
#report-2019 .judges-court-info {
    background-color: #215e9e;
}

#report-2019 .judges-court-info p {
    color: #ffffff; 
	font-size: 1.4em;
	line-height: 1.45em;
}

#report-2019 .judges-court-info a {
	color:#ffffff !important;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}


/* FOR REGULAR BLOCK 

#report-2019 .judges-court-info {
    background-color: #ffffff;
	border-top: 4px solid #215e9e;
	border-bottom: 4px solid #215e9e;
	
	border-right: 4px solid #215e9e;
}

#report-2019 .judges-court-info p {
    color: #000000; 
	font-size: 1.3em;
}

#report-2019 .judges-court-info a {
	color:#215e9e !important;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

*/



#report-2019 .no-padding {
     padding-left: 0px; 
}
#report-2019 .border-left {
     border-left-color: #ffffff;
	 border-left-width: ;
	
}

#report-2019 .no-background {
     background-color: #ffffff;
}
 
/* #report-2019 .judges-court-info .row.margin-bottom {
    margin-bottom: 20px !important;
	padding-right: 0px;
}


#report-2019 .judges-court-info a {
	color:#c10223c; !important;
	font-weight: bold;
}


#report-2019 .judges-court-info {
    background-color: #6895AD; 
}


#report-2019 .judges-court-info p {
	color: #ffffff;
	
}


#report-2019 .judges-court-info-col-judges {
     padding-right: 0px; !important;
	}
 */  



.judges-bench-container {
  position: relative;
  width: 100%;
}

.judges-bench-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .9s ease-in;
  backface-visibility: hidden;
}

.judges-bench-middle {
  transition: .5s ease-in;
  opacity: 0;
  position: absolute;
  top: 0%;
  width: 100%;	
  left: 0%;

}


.h1 {
  background-color: #c10230;
  color: white;
  font-size: 20px;
  padding: 16px 32px;
}
.p {
  background-color: #c10230;
  color: white;
  font-size:40px;
  padding: 16px 32px;
}



/* Administrative Framework */

#report-2019 .court-admin-frame {
	padding-top: 20px;
}

#report-2019 .court-admin a {
	color:#215e9e !important;
}

#report-2019 .court-admin-intro {
	float: right !important;
}

	
#report-2019 .court-admin-trilogy {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
	background-color: #DFE8EC;
}

#report-2019 .court-admin-trilogy ul {
    margin-bottom: 0;
	list-style: disc;
	padding-top: 10px;

}
#report-2019 .court-admin-trilogy p {
	font-size: 150% !important;
	padding-top: 20px;
}

#report-2019 .court-admin-trilogy  li {
	font-size: 150% !important;
}

#report-2019 .court-admin-trilogy a {
	font-size: 105% !important;

}


	
#report-2019 .court-admin-trilogy-french {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 30px;
	background-color: #DFE8EC;
}

#report-2019 .court-admin-trilogy-french ul {
    margin-bottom: 0;
	list-style: disc;
	padding-top: 10px;

}
#report-2019 .court-admin-trilogy-french p {
	font-size: 150% !important;
	padding-top: 20px;
}

#report-2019 .court-admin-trilogy-french  li {
	font-size: 150% !important;
}

#report-2019 .court-admin-trilogy-french a {
	font-size: 105% !important;

}



















/* Cases at the Court */

#report-2019 #casecourt-submenu {
	background-color:#ffffff;
}

#report-2019 #casecourt-submenu .sub {
	padding:50px;
	text-align:center;
}

#report-2019 #casecourt-submenu .sub a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-size:2em;
}

#report-2019 #casecourt-submenu .sub a:hover,
#report-2019 #casecourt-submenu .sub a:active {
	text-decoration:underline;
}

#report-2019 #casecourt-submenu .sub1 { background-color:#215e9e; }
#report-2019 #casecourt-submenu .sub2 { background-color:#215e9e; }
#report-2019 #casecourt-submenu .sub3 { background-color:#215e9e; }

#report-2019 .case-court {
    padding-top: 20px; 
}

#report-2019 .col-md-2.business-col {
    padding: 0 !important;
    position: relative;
}

#report-2019 .case-img {
    position: absolute;
    bottom: 0;
}

#report-2019 .case-img .col-md-4,
#report-2019 .case-img2 {
    padding: 0 !important;
}

#report-2019 .business_case {
    position: absolute; bottom: 0; right: 0
}

#report-2019 .leave-infographic {
    background-color: #FFFFFF;
}

#report-2019 .percentage-infographic {
    padding: 60px 0 20px;
}

#report-2019 .appeals-right {
    background-color: #ffffff; padding-top: 60px;
}

#report-2019 .appeals-infographic {
    background-color: #ffffff;
 }

#report-2019 .per-appeal-infographic {
    padding: 60px 0 20px;
}

#report-2019 .notes-row {
    text-align: center; justify-content: center;
}



/* A Court For All Canadians */

#report-2019 .court-all {
	padding-top: 20px;
}

#report-2019 .court-all a {
	color:#215e9e !important;
	text-decoration: underline;
	font-weight: bold;
}

#report-2019 .court-all h4 {
	color:#215e9e !important;
}

#report-2019 .court-all-images a {
	color:#215e9e !important;
	text-decoration: underline;
	font-weight: bold;
}

#report-2019 .court-all-images {
    padding-top: 30px;
}



#report-2019 .court-in-canada img.globe {
	width:auto;
}

#report-2019 .court-in-canada {
    background-color: #E4DFCF;
}

#report-2019 .court-in-canada .container .row {
    padding-top: 40px;
}


#report-2019 .court-activities-date-left .border-right {
	border-color: #000000 !important;
	border-width: 5px; 
	border-style: solid;
}

#report-2019 .court-activities-date-left h4 { 
	text-align: right; 
	margin-bottom: 0;
}

#report-2019 .court-activities-date-left p {
	text-align: right;
	line-height: normal;
	margin-top: 0;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

#report-2019 .court-activities-date-left img {
	padding-right: none; padding-top: 0;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	
}

#report-2019 .court-activities .border-right {
	border-color: #000000 !important;
	border-width: 5px; 
	border-style: solid;
}

#report-2019 .court-activities .border-left {
	border-color: #000000 !important;
	border-width: 5px; 
	border-style: solid;
}

#report-2019 .court-activities h3 { 
	color: #c10230;
}

#report-2019 .court-activities h4 { 
	text-align: left; 
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #c10230;
}
#report-2019 .court-activities a { 
	color: #215e9e;
	font-weight: bold;
}

#report-2019 .court-activities ul { 
	margin-top: auto;
}

/* #report-2019 .court-activities-date-left-headline1 {
    background-image: url(/review-revue/2019/images/headline1.gif);
    background-repeat: no-repeat;
    display: block;
	background-position: right;
	padding-right: 0px;
	padding-left: 10px;

} */
/*#report-2019 .headline2 {
      background-image: url(/review-revue/2019/images/headline2.gif);
      background-repeat: no-repeat;
      background-position: left top;
      padding-top:68px;
}
*/


#report-2019 .court-activities-date-right h4 { 
	text-align: left;
	margin-top: 24px !important; 
	
}

#report-2019 .court-activities-date-right p {
	text-align: left;
	line-height: normal;
	margin-top: 12px;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

#report-2019 .court-activities-date-right img {
	padding-left: none; padding-top: 8px;
	float: left;
	margin-top: 0;
}

#report-2019 .court-activities-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
 width: 98%;
} 

report-2019 .court-activities-side {
   background-color: #E5EDEC;
}

/* Decisions */

#report-2019 .decisions {
    padding-top: 20px;
}

#report-2019 .decisions ul {
    list-style: disc;
    padding-left: 18px;
}

#report-2019 .decisions-list ul {
    font-size: 1.9em;
}


#report-2019 .decisions-list .ul a {
    color: #215e9e;
    text-decoration: underline;
	font-weight: bold;
}

#report-2019 .decisions-table .table tbody td {
    font-size: 16px;
	font-weight: normal !important;
    color: #000;
}

#report-2019 .decisions-table .table tbody td a.fakefootlink {
    font-size: 12px;
}

#report-2019 .decisions-table .table tbody a {
    color: #215e9e;
    text-decoration: underline;
}



#report-2019 .decisions-table .table thead th {
    vertical-align: top;
	background-color: #c10230;
    color: #fff;
	font-size: 18px;
}




#report-2019 .decisions-table {
    padding: 30px 0;
}


#report-2019 .decisions-table .table {
    margin-bottom: 0 !important;
}

#report-2019 .tr-right {
    text-align: right;
}

#report-2019 .highlight {
    background-color: #dfe8ec;
}

#report-2019 #decisions-table-note-1 {
	font-weight:normal;
	color:#000;
	font-size: .9em;
}


#report-2019 a#decisions-table-note-1-text {
    font-weight:normal;
    color:#215e9e;
    text-align:center;
    font-size:.9em;
   
}

#report-2019 a#decisions-table-note-1-block {
	display:inline-block;
	width:20px;
	height:20px;
	background-color:#dfe8ec;
	margin-right:5px;
	font-weight: normal;
	text-decoration: none;
}


#report-2019 #decisions-table-note-2 {
    font-weight:normal;
    color:#000;
	font-size: .9em;
}

/* Ten-Year Trends */

#report-2019 #tenyear-submenu {
	background-color:#215e9e;
}

#report-2019 #tenyear-submenu .sub {
	padding: 30px;
	text-align:center;
}

.col-md-2.sub.sub4 {}

#report-2019 #tenyear-submenu .sub a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	font-size: 2em;
}

#report-2019 #tenyear-submenu .sub a:hover,
#report-2019 #tenyear-submenu .sub a:active {
	text-decoration:underline;
}

#report-2019 #tenyear-submenu .sub1 { background-color:#215e9e; }
#report-2019 #tenyear-submenu .sub2 { background-color:#215e9e; }
#report-2019 #tenyear-submenu .sub3 { background-color:#215e9e; }


#report-2019 .trends-img {
    position: absolute;
	bottom: 0;
	right: 0;
	height: 78px;
	width:auto;
}

#report-2019 .ten-year-note {
    background-color: #DFE8EC;
	padding-bottom: 20px;
	padding-top: 0px !important;
	
}

#report-2019 .trends-p {
    font-size: 40px;
}

#report-2019 .tenyear-chart {
	margin-bottom:30px;
}


#report-2019 .breakdown-part1 {
    padding-top: 2px; padding-bottom: 0px; position: relative;
}


#report-2019 .breakdown-part2 {
    padding-top: 10px;
}

#report-2019 .breakdown-part3 {
     padding:10px 0;
}

#report-2019 .breakdown-part3 .col-md-3 {
    padding-top: 40px !important;
}

#report-2019 .breakdown-part4 {
    b padding-top: 5px;
}

#report-2019 .breakdown-part4 .col-md-3 {
    padding-top: 10px !important;
}

#report-2019 .breakdown-part5 {
     padding-top: 10px;
}

#report-2019 .breakdown-part6 {
    padding-top: 30px;
}

#report-2019 .breakdown-part7 {
    padding-top: 30px;
}

#report-2019 .container.nightcourt {
    width: 100% !important;
    max-width: 100% !important;
    padding:0;
}

#report-2019 .breakdown-image {
    background: #005f63; padding-top: 50px; color: #fff;
}

#report-2019 .breakdown-image2 {
    padding-top: 100px; color: #fff; position: relative;
}

#report-2019 .breakdown-image2 img {
    position: absolute; bottom: 0; right: 0; height: 78px; width:auto;
}

#report-2019 .p-breakdown-text.white {
    color:#fff;
}






/* Image Descriptions */

#report-2019 .description h2 h3 { 
	color:#fff; }





















/* Footer */

/*
#report-2019 .footer {
    padding: 40px 0; 
    border-top: 3px solid #790306;
}

*/



/* Responsive */
@media (max-width: 1200px) {
    #report-2019 .case-img {
        position: relative;
    }
}

@media (min-width: 1200px) {
    #report-2019 .container {
        max-width: 1240px !important;
    }

}

@media (max-width: 1078px) {
    #report-2019 .index-intro .row .col-md-6 {
        max-width: 100% !important;
        flex: auto;
    }

    #report-2019 .index-intro .btn-col {
        padding: 0 50px !important;
    }

    #report-2019 .index-intro .col-md-2 {
        display: none;
    }
	/* ???
	#report-2019 .download {
		margin-bottom: 30px !important;
	} */
}

@media (max-width: 992px) {
    #report-2019 p.ten-year-note{
        font-size: 12px;
    }	
	
	#report-2019 .year-title {
        font-size: 38px !important;
    }
	
    #report-2019 .index-ul {
        padding: 20px 50px !important;
    }
    #report-2019 .title, .number-title {
        font-size: 38px;
    }
    #report-2019 .title span, .number-title span {
        font-size: 58px;
    }
    #report-2019 .trends-img {
        height: 58px;
    }
    #report-2019 .trends-p {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
	
	#report-2019 .header-banner {
		background:none;
	}
	
	#report-2019 .header-banner .mobile-banner {
		display:block;
	}

	
	#report-2019 .header-banner-f {
		background:none;
	}
	
	#report-2019 .header-banner-f .mobile-banner {
		display:block;
	}
	
	
	
	
	#report-2019 .header-list {
		margin-top:0;
	}
	
	#report-2019 .header-list a {
		font-size: 1.2em;
		line-height: 1em !important;
		margin-bottom: 20px;
		display: block;
	}
	
	#report-2019 .hide-mobile {
		display:none;
	}
	
	#report-2019 .img-fluid {
		width: 100%;
	}
	
	#report-2019 img.wagner-mobile {
		display:block;
	}
	
	#report-2019 img.wagner-desktop {
		display:none;
	}

    #report-2019 .business_case {
        display: none;
    }
    #report-2019 .case-img {
        position: relative !important;
    }
    
    #report-2019 .court-member {
        padding-bottom: 20px;
    }
    #report-2019 .container {
        width: 100%;
    }
	
	blockquote, form, h1, h2, h3, h4, h5, h6, img, p, pre, table, details, [class*=span-] {
		margin-left: 0;
		margin-right: 0;
	}

	#report-2019 #casecourt-submenu .sub {
		padding:20px;
	}
	
	#report-2019 #casecourt-submenu .sub a {
		font-size:1.5em;
	}
	
	#report-2019 #casecourt-submenu .sub a br {
		display:none;
	}
	
	#report-2019 #tenyear-submenu .sub {
		padding:20px;
	}
	
	#report-2019 #tenyear-submenu .sub a {
		font-size:1.5em;
	}
	
	#report-2019 #tenyear-submenu .sub a br {
		display:none;
	}
	
	
}

@media (max-width: 576px) {
    #report-2019 .decisions-table .container,
	#report-2019 .decisions-table .col-md-6 {
        padding: 0 !important;
    }
}

@media (max-width: 445px) {
    #report-2019 .court-all-images img,
	#report-2019 .court-in-canada img {
        width: 90%;
    }
}


@media print {
    img {
        page-break-before: auto !important;
        page-break-after: auto !important;
        page-break-inside: avoid !important;
        width:50% !important;
        height:auto !important;
        display:block !important;
        margin: 0 auto !important;
    }
}

/* Print CSS */

@media print {
    body, div, section, table {
        display:block !important;
        float:none !important;
        flex:none !important;
    }

    img {
        display:block !important;
        page-break-before: always !important;
        page-break-inside: avoid !important;
        break-before: always !important;
        break-inside: avoid !important;
        width:25% !important; 
          
    }

    #wb-skip,
    nav,
    section[role=search] {
        display:none !important;
    }

    #report-2019 p,
    #report-2019 ol li,
    #report-2019 ul li,
    #report-2019 a {
        font-size:1em !important;
        font-weight:normal !important;
    }

    #report-2019 .index-intro ul li {
        padding:0 !important;
        color:#000 !important;
        font-weight:normal !important;
    }

}