/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2023 | 04:40:21 */
/** sticky block toc 

.sticky-block-wrapper {
z-index:5000!important;
}
failed on https://www.raincoast.org/reports/fire-risk/
**/

/** breadcrumb **/

p.breadcrumb {
text-transform:uppercase;
font-family:'Karla', sans-serif;
letter-spacing:2px;
font-weight:600;
font-size:13px;
}

p.breadcrumb a {
background-color:#fafafe;
}

p.breadcrumb a:hover{
background-color:#fff;
}

/** old should probably be reviewed **/

section.toc {
background-color:#fafafb;
padding:10px;
border:1px solid #eeeeea;
}

section.toc a, section.toc ul li a {
background-color:#fff;
padding:5px 5px 5px 0;
color:#444;
text-decoration:none;
border-top:1px solid #eeeeea;
}

section.toc a:hover, section.toc ul li a:hover {
background-color:#fdf9cd;
}

body.page-template-pagereport-php section.toc h3 {
font-size:16px;
margin:10px 0;
}

section.toc h3 a {
}

body.page-template-pagereport-php h2 {
	padding: 60px 0 5px;
	margin: -30px 0 10px 0;
	color:#273d45;
	}

section#toc h2 {
	padding: 10px 0;
	margin:0 0 20px 0;
	}

body.page-template-pagereport-php hr {
	color:#fdf9cd;
	background-color:#fdf9cd;
	height:2px;
	}

body.page-template-pagereport-php p.intro {
	border:none;
	}
  
h2.large {
	font-size:40px;
	color:#273d45;
	line-height:1.2;
	}

body.page-template-pagereport-php h3 {
font-size:24px;
margin:10px 0;
}

body.page-template-pagereport-php h4 {
font-size:18px;
margin:10px 0;
}

body.page-template-pagereport-php a.back_top {
	float:right;
	background-color:#fdf9cd;
	color:#777;
	font-size:16px;
	padding:5px;
	text-decoration:none;
	}

body.page-template-pagereport-php a.back_top:hover {
	color:#000;
	border-left:2px solid #000;
	}

body.page-template-pagereport-php .wp-caption {
	border:0px;
	margin-bottom:10px;
	padding:0;
	}

body.page-template-pagereport-php .wp-caption img {
	margin:0;
	padding:0;
	}

body.page-template-pagereport-php .wp-caption p.wp-caption-text {
	text-align:right;
	padding:3px 0 0 0;
	margin:0;
	width:98%;
	}

/* ===== == = === (920px) === = == ===== */

@media only screen and (max-width : 920px) {

h2.large {
	font-size:30px;
	}

section.toc h3 {
font-size:16px;
margin:5px 0;
}