@charset "UTF-8";
/*!
Theme Name: GNL Web Budget
Theme URI: 
Author: OCIO Web Services
Author URI: http://www.ocio.gov.nl.ca/
Description: 
Version: 1
License: 
License URI: 
Text Domain: gnl-web-framework
Template: gnl-web-framework-old
Tags:
*/

ul#year_selection{
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 0 0 100px; 
	padding:0;
	text-align:center;
	width:90%;
}
ul#year_selection li{
	display:block;
	float:left;
	padding:3px;
	margin:7px;
	width:100px;
	border:1px dotted #c8c8c8;     
}
ul#year_selection li a{
	display:block;
	padding:0 16px;
}
.gallery figure {
	margin-bottom: 0;
}
.gallery img {
	margin-bottom: 2rem;
}
.homepage-video {
	width:100%;
	max-width:592px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
}
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

ul.bullet-list {
	padding-left:2rem;
	list-style: none;
}
ul.bullet-list li {
	margin-bottom:1rem;
	position:relative;
	padding-left:1.5rem;
}
ul.bullet-list li::before {
	content: "►";
	position: absolute;
	top:2px;
	left:0;
	color:#ba0c2f;
	font-size:0.875rem;
	transform:scaleX(0.75);
}
td p {
	margin-bottom:0;
}