﻿/*font for scraps */
@font-face {
  font-family: 'Stag Italic';
  src: url('http://www.metrovancouver.org/Includes/fonts/Stag-SemiboldItalic.woff') format('woff');}
  	   
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-Light.woff') format('woff');}
  	   
@font-face {
  font-family: 'AvenirLTStd-LightOblique';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-LightOblique.woff') format('woff');}

@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-Medium.woff') format('woff');}

@font-face {
  font-family: 'AvenirLTStd-MediumOblique';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-MediumOblique.woff') format('woff');}
  
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-Roman.woff') format('woff');}

@font-face {
  font-family: 'AvenirLTStd-Oblique';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-Oblique.woff') format('woff');}
  	   
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-Black.woff') format('woff');}

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('http://www.metrovancouver.org/Includes/fonts/AvenirLTStd-Book.woff') format('woff');}
  	   

html{
	height:100%;
	-webkit-font-smoothing: subpixel-antialiased;
}

body{
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px; 
	font-size:1rem; 
	/*font-family: 'Open Sans', verdana, sans-serif;*/
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	font-weight: normal;
	color: #222222;
	text-rendering: optimizeLegibility;
	background-color:#fff/*#303030*/;}


body > .default_container{
	position: absolute;
	top: 0px;
	width: 100%;}

a {
	word-wrap: break-word;}

#s4-bodyContainer {
	background-color:#303030;
	width: 100%;
	height:100%;
	margin: 0px;
	padding: 0px;}

.print-logo{
	display:none;}

.master{
	width: 100%;
	top: 0;
	position:relative;
	float: left;
	background:#fff;
	margin-bottom:50px;
	border-bottom:30px solid #8dc641}

.bold, strong, b{
	font-weight:600;
	letter-spacing:.4px
	}
	

.right {
	text-align:right}

.left {
	text-align:left;}

.center {
	text-align:center}

.no-margin{
	margin-top:0px}

.margin-bottom{
	margin-bottom:10px}

.margin-right{
	margin-right:10px}

.upper-case {
	text-transform:uppercase!important}
	
.normal-case{
	text-transform:none!important
}

.align-middle{
	vertical-align:middle}

.align-top{
	vertical-align:top}

.xtra-padding {
	padding:10px 0px}

.100percent {
	width:100%}

.padding-top{
	padding-top:40px}
	
.border{
	border:1px solid #e9e9e9
}
	
.border-top {
	border-top:1px solid #d1d1d1;}

.no-border{
	border:0px !important}

.pad-40{
	padding:40px 0px !important}
	
.pad-20{
	padding:20px 0px}


.hidden{
	display:none !important}

.blue{
	color:#1a75c1}

.green{
	color:#57a244 !important}

.red{
	color:#c42020 !important}
	
.gray {
	color:#222222!important}
	
.dark-gray {
	color:#222222!important}
	
.white{
	color:#ffffff!important;
}

.bg-red{
	background-color:#c42020 !important;
	color:#ffffff !important}

.bg-green{
	background-color:#3eb049 !important;}

.bg-yellow{
	background-color:#ead518 !important;}
	
.bg-gray{
	background-color:#f5f5f5!important
}

.overlay{
	background:rgba(0,0,0,.3);
	height:inherit;
	display:block;
	width:100%;
	position:relative;
	-webkit-transition: all .5s ease-in-out;
 	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.overlay:hover{
	background:rgba(0,0,0,.5);
}

.position-center{
	position:absolute;
    top:50%;
    transform: translateY(-50%);
    width:100%;
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;}

div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;			
	font-size:1rem;
	color: #222222;
	line-height: 1.4em;
	font-weight: normal;
	letter-spacing:.2px}

blockquote, blockquote p{
	color: #222222 !important;}
	
h1, .h1, .ms-rtestate-field h1, h1.ms-rteElement-H1, h2, .h2, .ms-rtestate-field h2, h4.ms-rteElement-H2, h3, .h3, .ms-rtestate-field h3, h3.ms-rteElement-H3, h4, .h4, .ms-rtestate-field h4, h4.ms-rteElement-H4, h5, .h5, .ms-rtestate-field h5, h5.ms-rteElement-H5, h6, .h6, .ms-rtestate-field h6, h6.ms-rteElement-H6, h7, .h7,.ms-rtestate-field h7, h7.ms-rteElement-H7{
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
} 
	

h1, .h1, .ms-rtestate-field h1, h1.ms-rteElement-H1  {	
	font-size:1.8rem;
	color: #444;
	line-height:1.3;}


h1.large{
	font-size:3.4rem!important
}

h2, .h2, .ms-rtestate-field h2, h2.ms-rteElement-H2 {	
	font-size:1.4rem;
	color: #545454;
	font-weight: 600;
	text-transform:uppercase;
	line-height:1.3em;
	letter-spacing:.2px}

h3, .h3, .ms-rtestate-field h3, h3.ms-rteElement-H3  {
	font-size:1.1rem;
	font-weight:600;
	width:100%;
	line-height:1.3;
	color: #1a75c1;
	margin-top:15px;
	margin-bottom:10px;
	letter-spacing:.2px}


h4, .h4, .ms-rtestate-field h4, h4.ms-rteElement-H4 {
	font-size: 1rem;
	color: #80b639;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
	margin-bottom:10px;
	letter-spacing:.2px}

h5, .h5, .ms-rtestate-field h5, h5.ms-rteElement-H5{		
	margin-bottom:5px;
	margin-top:15px;
	font-size:1rem;
	color:#80b639;
	letter-spacing:.2px }

a h5 {
	color:#1a75c1;}

h6, span.h6, .h6 {
	font-size:14px;
	color: #222222;
	font-style:italic}

.h7, h7 {
	font-size:1.2em;
	width:100%;
	margin-top:25px;
	line-height:1.2em;
	color: #222222;}
	
.x-large{
	font-size:350%!important;
}


.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, {
	line-height:1.2em;}
	
.panel h5{
	color:#80b639;
	letter-spacing:.2px;
	font-size:1.05rem;
	line-height:1.2;
	font-weight:600}
	
.panel p, .panel li, .panel dl{
	line-height:1.3em}
	
.callout{
	padding:1rem;
	border:1px solid #e3e3e3;
	margin-top:0px;
}

.callout h3, .callout .h3, .callout .ms-rtestate-field h3, .callout h3.ms-rteElement-H3
.callout h4, .callout .h4, .callout .ms-rtestate-field h4, .callout h4.ms-rteElement-H4{
	margin:0px!important
}

.position-center{
	position:absolute;
    top:50%;
    transform: translateY(-50%);
    width:100%;
}	

a{
	color: #1a75c1; 
	font-size:1rem;
	/*position:relative;*/}

a:visited{
	color: #1a75c1; }

a:hover{
	color: #1a75c1; 
	text-decoration:none;
	color:#5b7834}

a:hover.no-underline{
	text-decoration:none !important;
	color:#1a75c1;}

/*.main-content-2 a.external:after{
	content: "\f08e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration:none;
    margin:0px 5px;
    font-size:1em}*/
    
a.pill{
	line-height: 1em;
	color: white;
	border: 2px solid transparent;
	padding: 3px 10px 5px 10px!important;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	width: auto;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 20px;
	background: /*#f79738*/#8dc641;
	font-size:.85rem;
	letter-spacing:.8px
}

ul {
	list-style:disc}

.highlighted, .highlighted p{
	/*font-family: 'Open Sans', verdana, sans-serif;*/
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	color:#f58a0c;
	font-weight:400; }

i.icon-highlighted{
	color:/*#f5a01b*/#f58a0c !important}


.panel .highlighted, .panel .highlighted p{
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	color:#f58a0c;
	font-weight:400;}

.ms-vb {
	font-size:16.5px; 
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	font-weight: normal;
	color: #222222;
	line-height: 1.4em;}

.ms-vb2 {
	font-size:16.5px; 
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	color: #222222; }
	
.ms-gb{
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	font-size: 1.1em;
	color: #80b639;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
	background:#e8e8e8;
	border-bottom:0px;
	padding:1rem}

.ms-gb2{
	font-size: 1em;
	color: #80b639;
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
	border-bottom:0px;}

.ms-cellstyle{
	padding:10px 5px}

/*img.ms-commentexpand-icon{
	position:absolute;
    font-family: FontAwesome;
    vertical-align:middle;
    content: "\f105";
    color:#ccc ;
    padding-top:10px;
    left: 0px;
    right:0px
}

img.ms-commentcollapse-icon{
	position:relative;
    font-family: FontAwesome;
    vertical-align:middle;
    content: "\f077";
    color:#ccc ;
    padding-top:10px;
    left: 0px;
    right:0px;
    background-image:url('http://www.metrovancouver.org/SiteAssets/metro/img/100Years.png') !important;
}*/

.ms-commentcollapse-iconouter {
	margin-right:10px}


/*Hide mobile Menu*/

.js #navigation {
    display:block;}
        
.js .slicknav_menu {
    display:none;}



/* LOGO */
.logo{
	position: relative;
	padding-left:0px;
	width:75%;
	padding-top:8px}

.logo h1 {
	position: relative;
	float: left;}

.logo a {
	position: relative;
	float: left;
	z-index: 999;
	-webkit-transition: linear .3s;
	-moz-transition: linear .3s;
	-ms-transition: linear .3s;
	-o-transition: linear .3s;
	transition: linear .3s;}
	
.logo img {
	min-height: 58px;
	position: relative;
	-webkit-transition: linear .3s;
	-moz-transition: linear .3s;
	-ms-transition: linear .3s;
	-o-transition: linear .3s;
	transition: linear .3s;}

/*BACK TO TOP*/

.backTop {
	display:none;
	background:/*#8dc641*/rgba(141, 198, 65, 0.8);
	padding:10px 15px 15px 15px;
	text-align:center;
	position:fixed;
	z-index:200;
	bottom:0px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.5);
	}

.backTop i {
	font-size:2.3em;
	color:#ffffff}
	
/* TOP PANEL */
.top-panel{
	position: fixed;
	width: 100%;	
	z-index:100;
	background: /*#d5d5d5*/ transparent;
	max-height: 100%;
	height: auto;	
	-webkit-transition: linear .3s;
	-moz-transition: linear .3s;
	-ms-transition: linear .3s;
	-o-transition: linear .3s;
	transition: linear .3s;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(68, 68, 68, 0.1); 
	box-shadow: 0px 4px 6px 0px rgba(68, 68, 68, 0.1);}

.info-above-menu{
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	color:#999;
	padding:12px 0px;
	background:#d5d5d5;
	border-bottom:1px solid #e0e0e0;}

.info-above-menu .info-div,.info-above-menu .info-div a {
	font-size:13px;}
	
.info-above-menu i{
	padding:0px 4px 3px 10px;
	font-size:16px;
	vertical-align:middle}

.info-above-menu i:first-child{
	padding:0px 7px 3px 0px;}
	


.menu-container {
	background:#ffffff;
	margin-top:0px;
	padding:5px 0px 15px 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    filter: alpha(opacity=92);
    -moz-opacity: 0.92;
    -khtml-opacity: 0.92;
    opacity: 0.92;}

.page-title{
	padding:120px 0px 0px 0px; 
	width:100%;
	background:#f5f5f5;
	border-bottom:solid 1px #e0e0e0;
	position:relative;
	top:0px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(68, 68, 68, 0.1); 
	box-shadow: 0px 4px 6px 0px rgba(68, 68, 68, 0.1);
	margin-bottom:15px}

.search-page-title {
	padding:120px 0px 0px 0px; 
	width:100%;
	background:#f5f5f5;
	border-bottom:solid 1px #e0e0e0;
	position:relative;
	top:0px;
	-webkit-box-shadow: 0px 4px 6px 0px rgba(68, 68, 68, 0.1); 
	box-shadow: 0px 4px 6px 0px rgba(68, 68, 68, 0.1);
	margin-bottom:35px}

.title {
	/*font-family: 'Open Sans', verdana, sans-serif;*/
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	font-size: 1.5rem;
	font-weight: 400;
	margin-left:10px;
	color:#0072c6;
	line-height:1.2em;
	padding-top:5px}

/*NAVIGATION*/
.left-nav {
	padding-right:0px;
	height:100%;}

ul.menu {
	margin-top:33px}

ul.menu li {
	margin: 0px 5px;
	list-style:none; 
	display:inline; }

ul.menu li a:link {
	color: #777777 !important;	
	padding:15px 15px 40px 15px;
	font-size:16.5px;
	background-image:}

ul.menu li a:hover {
	color:#525252;
	border-bottom:3px solid #90be38;}

/*content placeholder*/

.hp-main-content{
	position:relative;
	padding-top:40px}

.main-content-2 {
	position:relative;
	margin-bottom:70px;
	margin-top:20px;}

.search-main-content {
	position:relative;
	margin-bottom:100px}


.content-placeholder {
	margin-bottom:10px;
	border-left:1px solid #ccc;
	/*padding-left:15px;*/
	position:relative;
	min-height:500px}

.hp-content-placeholder {
	width:100%;}


/*PATHWAY NAVIGATION*/

.pathway-container{
	height: 100%;
	position:relative;
	background-color:#fff;
	top:0px;
	z-index:50;
	height:100%;	}

.pathway-container ul {
	margin:0px;
	position:relative;
	height:100%;
	background:#fff;
	position:relative;
	padding:0px 0px 50px 0px;	}


li.pathway-1 {
	list-style:none;
	padding:12px 15px;
	margin-bottom:5px;
	margin-left:0px;}


h5.pathway-link{
	margin-top:0px;
	font-size:16.5px}

h5.pathway-link{
	margin-top:0px;
	font-size:16.5px}

li.pathway-1-active h5.pathway-link {
	color:#fff;}
	
li.pathway-1-active a:hover {
	text-decoration:none}

li.pathway-1-active {
	background:#4194d2;	
	color:#fff!important}

li.pathway-1-active div {
	color:#fff}

li.pathway-1-active a:link , li.pathway-2-active a:visited {
	color:#fff !important}

li.pathway-1-active p{
	color:#fff !important}

.pathway-nav-container{
	position:absolute;
	top:0px;
	right:0px;
	width:500px;
	background: #fff;
	padding-left:20px;    
	overflow-y:hidden;
	background:transparent;
	z-index:60;}

.pathway-nav-container ul{
	list-style:none !important;
	margin-left:0px}

.pathway-nav {
	top: 0px;
	right: -500px;
	position: absolute;
	width: 500px;
	background: #fff;
	padding-left:15px;
	z-index:100
	/*border-left:1px solid #ccc;*/}

.pathway-nav ul {
	margin-top:15px}

li.pathway-2 {
	list-style:none;
	padding:10px 0px;
	margin-bottom:5px;
	margin-left:0px;}

.pathway-close {
	position:relative;
	right:0px;
    top:0px;
    cursor:pointer;
    text-align:right;
    width:100%}

.pathway-close:before{
	font-family: FontAwesome;
    vertical-align:middle;
    content: "\f057";
    color: #222222;
    padding-right:6px;
    font-size:20px}

.pathway-back {
	display:none;}

/*Breadcrumb*/

.breadcrumb {
	width:100%; 
	margin-bottom:0px;
	border:0px;
  	background-color:transparent;
  	text-transform:none;
  	font-size:12px;
  	padding-left:10px}
	/* hide root breadcrumb*/
	.breadcrumb-root{
		display: none}
	
	#ctl00_PlaceHolderMain_siteMapPath span:nth-child(2){
		display:none}
	
.bc-root {
	font-size:12px;
	color: #80b639;}
	
a.ms-sitemapdirectional {
	font-size:12px;
	color:#80b639;}

.breadcrumbCurrent{
	font-size:12px;}

.breadcrumb span a{
	font-size:12px;
	color: #80b639;}
	
.breadcrumb span {
	font-size:12px;
	color: #222222;}
	
/*GALLERY*/

.gallery {
	width:100%;
	/*-webkit-box-shadow: 0px  3px 6px 0px #8D8D8D; 
	box-shadow: 0px 3px 6px 0px #8D8D8D;
	background:#e8e8e8 no-repeat center top; */
	background-color:#ffffff;
	-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   min-height:350px;
   max-height:350px;
   position:relative;}
   
.gallery-overlay{
	height:inherit;
	width:100%;
	background-color:rgba(255,255,255,.2)}

.gallery img {
	width:100%}
	
/*Search*/
.ms-siteicon-img {
	display:none }
	
.searchIcon {
	display:none;
	height:0px}
	
.search-box {
	background:rgba(0,0,0,.2);
	padding:25px 0px 10px 0px;
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center}

.search-box  input[type='text']{
	width:100%}

.search-input input[type='text']  {
	width:100% !important;
	padding:7px 10px 7px 10px;
	margin:0px;}

.tagline {
	/*margin:35px 0px;*/
	width:100%;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color:#ffffff;}
    
.tagline h2{
	color:#222;}

.tagline .hp-highlighted{
	font-weight:600}

/*Featured Story*/

.stories-container {
	margin:0px 0px 20px 0px;
	padding:50px 0px 20px 0px;
	background: #f0f0f0;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	-webkit-box-shadow: inset 0px 0px 28px -4px rgba(70,70,70,0.2);
	-moz-box-shadow: inset 0px 0px 28px -4px rgba(70,70,70,0.2);
	box-shadow: inset 0px 0px 28px -4px rgba(70,70,70,0.2);}

.featured-story {
	/*font-family: 'Open Sans', verdana, sans-serif;*/
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	font-size: 2.5em;
	color: #545454;
	font-weight: 300;
	padding-bottom:40px; }

.featured-story img {
	width:100%;}

h2.featured-story-title{
	font-weight:bold;
	font-size:1.4em;
	line-height:1.3em;
	padding-top:100px;
	text-align:center;}

.featured-story-description{
	display:block;
	text-align:center;	}

.hp-featured-photo{
	 width:100%; 
	 border:8px solid #e0e0e0 /*#297bbf*/;
	 height:400px}


.stories-panel {
	margin:2px 0px 0px 0px}

hr.featured-border{
	color:#d1d1d1;
	clear:both;
	padding-top:50px}
	
.card{
	position:relative;
	width:33.33%;
	height:510px;
	float:left;
	margin-bottom:10px;}
	
.card a{
	height:inherit;}
	
.card:nth-child(2), .card:nth-child(5){
	height:200px !important;}
	
.card:nth-child(3),.card:nth-child(4){
	height:300px !important;}
	
.card:nth-child(4){
	top:-100px}
	
.hp-card{
	position:relative;
	width:98%;
	height:inherit;
	margin-left:auto;
	margin-right:auto;}
	
.card-bg{
	width:100%;
	height:inherit;}
	
.card:nth-child(2) .card-bg, .card:nth-child(5) .card-bg{
 	width:50%;
	float:left;}
	
.card-content{
	width:100%;
	height:inherit;
	background:rgba(0,0,0,.25);
	padding:0px;
	position:absolute;
	top:0px;
	right:0px}
	
.card:nth-child(4) .card-content{
	background-color:rgba(50,50,50,0.1) }
	
.card a:hover{
	text-decoration:none !important;}
	
.card:nth-child(2) .card-content, .card:nth-child(5) .card-content{
	width:50%;
	float:right;
	background:/*rgba(28,73,120,.8)8*/rgba(23,117,187,0.8)}
	
.card-text{
	width:100%;
	color:/*rgba(25,59,94,1)*/#ffffff;
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	padding:0px 10px;
  	font-weight:400;
  	font-size:1.8rem;
  	line-height:1.1;
  	text-shadow:1px 1px rgba(0,0,0,.5);}
  	
.card:nth-child(2) .card-text, .card:nth-child(5) .card-text{
	color:#ffffff;
	font-size:1.2rem}
	
.hp-grid{
	width:33%;
	position:relative;
	display:inline-block;
	float:left;
}

.h-card{
	position:relative;
	height:350px;
	margin:10px;
}

.h-card .overlay{
	background:rgba(0,0,0,.1);
}

.h-card .grid-title {
    position:absolute;
	bottom:0px;
	width:100%;
	font-size:1.2rem;
	line-height:1.2;
	font-weight:500;
	color:#ffffff;
	transition: top 0.1s ease-in-out ;
	padding:10px;
	background:rgba(51,56,68,.7)/*rgba(116,119,120,.85)*/;	
	min-height:75px	
}

.h-card .grid-title span{
	position: absolute;
	width:90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.h-card .h-grid-content p{
	color:#ffffff;
	position:relative;
	top:400px;
	opacity:0;
	transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    width:90%;
    margin-left:auto;
    margin-right:auto;
    display:none;
    font-size:1.05rem
}

	
.h-card:hover .overlay{
	background:rgba(51,56,68,.95)/*(23,117,187,0.95)*/;
}

.h-card:hover .h-grid-content{
	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
}

.h-card:hover .grid-title{
	 position:relative;
	 top:0px;
	 background-color:transparent;
	 display:none}

.h-card:hover .h-grid-content p{
	opacity:1;
	position:relative;
	top:10px;
	display:block
}
	
	

/*SERVICES*/
.services {
	padding:40px 0px 20px 0px}

h2.services-title {
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	font-size:1.8em;
	font-weight:600;
	text-transform:uppercase;
	border-bottom:solid 1px #e0e0e0;
	margin:0px 0px 30px 0px;
	padding-bottom:20px}

.service-icons p { 
	padding-left: 0px;}

.service-icons li a {
	margin-left:auto; 
	margin-right:auto; 
	clear: both;}

.air-icon, .air-icon-hover, .ea-icon, .ea-icon-hover, .housing-icon, .housing-icon-hover, .labour-icon, .labour-icon-hover, .sewer-icon, .sewer-icon-hover, .govern-icon, .govern-icon-hover, .parks-icon, .parks-icon-hover, .planning-icon, .planning-icon-hover, .waste-icon, .waste-icon-hover, .water-icon, .water-icon-hover, .air-map-hover, .air-map, .close-up, .close-up-hover, .events-calendar, .events-calendar-hover, .iprem-hover, .max-guide, .iprem, .max-guide-hover, .metro-update-hover, .metro-update, .mv-recycles-hover, .mv-recycles,.videos-hover, .videos{
	background: url("../img/sprites.png") no-repeat;
	display:block;
	background-size: 900px 288px;}

.icon-size {
	width: 90px;
	height: 90px;}

.air-icon{
	background-position: 0 0;}

.air-icon:hover{
	background-position: -90px 0;}

.ea-icon{
	background-position: -180px 0;}

.ea-icon:hover{
	background-position: -270px 0;}

.housing-icon{
	background-position: -360px 0;}

.housing-icon:hover{
	background-position: -450px 0;}

.labour-icon{
	background-position: -540px 0;}

.labour-icon:hover{
	background-position: -630px 0;}

.sewer-icon{
	background-position: -720px 0;}

.sewer-icon:hover{
	background-position: -810px 0;}

.govern-icon{
	background-position: 0 -90px ;}

.govern-icon:hover{
	background-position: -90px -90px ;}

.parks-icon{
	background-position: -180px -90px ;}

.parks-icon:hover{
	background-position: -270px -90px ;}

.planning-icon{
	background-position: -360px -90px ;}

.planning-icon:hover{
	background-position: -450px -90px ;}

.waste-icon{
	background-position: -540px -90px ;}

.waste-icon:hover{
	background-position: -630px -90px ;}

.water-icon{
	background-position: -720px -90px ;}

.water-icon:hover{
	background-position: -810px -90px ;}

/*.serviceIcon {
	width:10%;
	float:left;
	padding:7px;
	margin-bottom:20px;
}

.serviceIcon a:hover{
    text-decoration:none !important;
}

.serviceIcon. img {
	width:100%
}*/

.years{
	margin:20px 0px 40px 0px}

.more {
	margin-top:20px;}

.more i {
	vertical-align:middle}

.gray-container{
	margin:30px 0px;
	padding:60px 0px;
	background:#f2f2f2;}

.cbs-List.panel {
	width:100% !important;}

/*Photo Carousel*/

.pic-thumb { 
	width:210px; height: 160px }

.jcarousel { 
	position: relative; overflow: hidden; width: 100%;}

.jcarousel-menu {
	float:right;
	margin-top:10px}

.jcarousel ul { 
	width:10000em; 
	position: relative; 
	list-style: none; 
	margin: 0; 
	padding: 0;}

.jcarousel li { 
	float: left; 
	padding: 5px; 
	border: 1px solid #ccc; 
	margin: 10px; 
	background:#fff}

.jcarousel-control-next.inactive, .jcarousel-control-prev.inactive {
	opacity: 0.3;
	cursor: default;}

a.jcarousel-control-next, a.jcarousel-control-prev {
	text-decoration: none !important;}


.jcarousel-control-next {
	margin:0px 10px} 

/*Google Maps*/

#map-canvas-housing{
	height:500px; 
	width: 100%;
	margin-bottom:20px}

.gm-style img { max-width: none; }

.gm-style label { width: auto; display: inline; }

/*Video Player*/

.mediaPlayerContainer {
	position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-right:56.25%;}

.mediaPlayerTitleOverlay, .mediaPlayerTitleOverlay a{
	padding:8px 10px !important;
	color:#ffffff;}

#BCLcontainingBlock {
		  width: 100%;
		  margin-left: 10px;
		  margin-bottom:25px;
		  height:100%;
		  float: right;}
				  
		.BCLvideoWrapper {
		  position: relative;
		  padding-top: 1px;
		  padding-bottom:56.25%;
		  height: 0;}
				  
		* html .BCLvideoWrapper {
		  margin-top: 0;
		  width:50%;
		  height:50%;}
				  
		.BrightcoveExperience {
		  position: absolute;
		  width:100% !important;
		  height: 100% !important;
		  left: 0;
		  top: 0;}

/*ul.mediaPlayerAdditionalControls {
	display:none
}

News/Posts Section*/

/*RECENT POSTS WIDGET*/

.the-content{
	padding-top: 10px;
	color: #666;
	font-size:16.5px;
	margin-top:5px;
	width:100%;}

.the-content .date-content{
	width:10%;
	float:left}
	
.title-content{
	width:87%; 
	float:right}

.date-content .date{
	background: #87c03b;
	color: #fff;
	text-align: center;
	line-height: 12px;
	padding-bottom: 8px; 
	font-size: 10px;}

.date .day{
	position: relative;
	font-size: 25px;
	line-height: 29px;
	top: 6px;
	font-family: "Open Sans Bold", sans-serif;
	color: #fff;}

.date .month{
	color:#fff;}

.cutcorner-top{
	width: 100%;
    height: 0px;
    border-bottom: 8px solid #87c03b;
    border-left: 8px solid #f2f2f2;}

.cutcorner-bottom{
	width: 100%;
    height: 0px;
    border-right: 8px solid #f2f2f2;
    border-top: 8px solid #87c03b;}

/*smaller Date*/
.the-content-small{
	margin-bottom:25px;
	padding:15px 0px;
	width:100%}

.the-content-small .date-content-small{
	width:10%;
	float:left}

.date-content-small{
	margin-top:0px}	

.date-content-small .date-small{
	background: #87c03b;
	color: #fff;
	text-align: center;
	line-height: 12px;
	padding-bottom: 5px; 
	font-size: 10px;}

.date-small .day{
	position: relative;
	font-size: 22px;
	line-height: 29px;
	top: 6px;
	font-family: "Open Sans Bold", sans-serif;
	color: #fff;}

.date-small .month{
	color:#fff;}
	
.date-small .year{
	color:#fff;
	font-size:12px !important;}

.title-content-small{
	width:88%; 
	float:left;
	margin-left:10px;}
	
.cutcorner-top-small{
	width: 100%;
    height: 0px;
    border-bottom: 5px solid #87c03b;
    border-left: 5px solid /*#fff*/ transparent;}

.cutcorner-bottom-small{
	width: 100%;
    height: 0px;
    border-right: 5px solid /*#fff*/transparent;
    border-top: 5px solid #87c03b;}
	
/* PARALLAX SECTIONS */

.parallax {
    width: 100%;
	height:380px;
    padding: 0;
    margin: 0;
    margin-top:50px;
    color: #fff;
    overflow: hidden;
    position: relative;
    background: url('../img/paralax-bg.jpg') no-repeat center center;  
    background-attachment: fixed;
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover; }
    
.parallax-overlay-pattern{
	/*background-image: url("../img/overlay-pattern.png") !important;*/
	background:rgba(29,29,29,.7);
	position: absolute;
	left: 0;
	width: 100%;
	height:380px;
	background-repeat: repeat;
	z-index: 1;}
	
.parallax-content{
	position: absolute;
	z-index: 2;
	width:100%;
	color:#ffffff;;
	padding:50px 0px;}

.parallax.fixed {
    background-attachment: fixed !important;}

.parallax-content ul{
	list-style:none;
	margin-left:0px;
	font-size:16.5px;
	color:#ffffff;}

.parallax-content ul li{
	font-size:16.5px;
	color:#ffffff;
	margin:7px 0px;
	padding:0px 10px;
	line-height:1.1em}

.parallax-content  li a:link{
	color:#ffffff !important;
	text-decoration:none;}

.parallax-content li a:hover,.parallax-content ul li a:visited{
	color:#ffffff !important;
	text-decoration:underline;}

.parallax-title {
	text-transform:uppercase;
	color:#f5f5f5;
	font-size:17px;
	margin-bottom:15px}

/*Metro Connects*/

.metro-connects {
	width:100%;
	padding:60px 0px;
	margin:50px 0px;
	color:#6f7474;}

h2.connect-title{
	/*font-family: 'Open Sans', verdana, sans-serif;*/
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;		
	font-size: 2em;
	text-transform:uppercase;
	border-bottom:solid 1px #e0e0e0;
	margin:0px 0px 30px 0px;
	padding-bottom:20px;
	color:#1a75c1}

.connect-service-icons p { 
	padding-left: 15px;}

.connect-service-icons li a {
	margin-left:auto; 
	margin-right:auto; 
	clear: both;}

.connect-icon-size {
	width: 120px;
	height: 72px;
	display:block;
	background-size: 1200px 384px;}

.metro-update{
	background-position: 0 -240px ;}
	
.metro-update:hover{
	background-position: -120px -240px ;}
	
.events-calendar{
	background-position: -240px -240px ;}

.events-calendar:hover{
	background-position: -360px -240px ;}

.videos{
	background-position: -480px -240px ;}

.videos:hover{
	background-position: -600px -240px ;}

.air-map{
	background-position: -720px -240px ;}
	
.air-map:hover{
	background-position: -840px -240px ;}

.close-up{
	background-position: 0 -313px ;}
	
.close-up:hover{
	background-position: -120px -313px ;}
	
.mv-recycles{
	background-position: -240px -313px ;}
	
.mv-recycles:hover{
	background-position: -360px -313px ;}
	
.max-guide{
	background-position: -480px -313px ;}
	
.max-guide:hover{
	background-position: -600px -313px ;}
	
.iprem{
	background-position: -720px -313px ;}
	
.iprem:hover{
	background-position: -840px -313px ;}

/*.connect-icon {
	width:12%;
	float:left;
	text-align:center;
	color: #676767;
	vertical-align:middle;
	font-size:.9em;
}

.connect-icon  a:hover {
	text-decoration:none
}
.connect-icon img {
	width:85%
}*/

/*GRID WITH BG*/
.grid{
	position:relative;
	overflow: hidden;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	width:100%;}
	
.grid .grid-card{
	position:absolute;
	height:inherit;
	width:100%;
	-moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;}
    
.grid-card .grid-overlay{
	width:100%;
	height:inherit;
	background-color:rgba(50,50,50,.2);
	position:relative;
	height:inherit}
	
.grid:hover .grid-card{
	-moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2); }

.grid-content{
	width:100%;
	padding:10px 0px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);}  
    
.grid-content h3{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#ffffff !important;
	font-weight:700;
	font-size:1.3rem;
	text-shadow: 1px 1px 1px rgba(50,50,50, 1);}  

/*STATS*/

.facts-container{
	padding:80px 0px	}

.quick-facts{
	text-align:center;
	color:#434343;}

.quick-facts .facts-numbers {
	color:#444444;
	font-size:3.2em;
	text-transform:uppercase;
	font-weight:800;
	line-height:.7em}

.quick-facts i {
	font-size:4em;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#297bbf}

/*INPUT CONTAINER */
.input-container{
	border-top:1px solid #e3e3e3;
	background-color:#f5f5f5;
	width:100%;
	padding:35px 0px 15px 0px;}

.input-container p{
	font-size:1.2em;
	font-weight:bold;
	color:#297bbf;
	line-height:1.1em;}

.input-container i {
	font-size:2.3em;
	vertical-align:middle}

.input-container input {
	width:100%;}

/*Content Query Item Styles*/

.double-border {
	width:100%;
	height:6px;
	margin-bottom:20px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;}

.department-news {
	width:100%;
	margin-bottom:15px}

.department-news img {
	width:100%}

.department-work {
	width:100%;
	overflow:visible}

.department-consultation{
	padding:5px 0px}

.doc-link {
	padding:5px 0px}

.panel.border-top{
	border-top:9px solid #8dc641}

.panel.border-top-blue{
	background-color:#fefefe;
	border-top:9px solid #5593c7;
	-moz-box-shadow:    inset 0 0 25px #ddd;
   	-webkit-box-shadow: inset 0 0 25px #ddd;
   	box-shadow:         inset 0 0 25px #ddd;}

.panel.no-border{
	border:0px;
	background-color:#f8f8f8;
	margin-bottom:10px}

.featured-photo{
	 width:100%; 
	 border:8px solid #e0e0e0 /*#297bbf*/;}

.accordion-navigation.active a .groupheader.medium{
	color: #fff; }

.groupheader.medium{
	font-size:16.5px; 
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	font-weight: normal;
	color: #555; }
	
.artwork {
	padding:0px 10px 30px 10px;
	width:100%;}
	
.artwork-img{
	min-height:170px;	}

.campaigns {
	padding:10px 0px 0px 0px;
	width:100%;
	min-height:250px;	}
	
.campaigns-water {
	padding:10px 0px 0px 0px;
	width:100%;}
	
.campaigns img{
	width:100%;}


/*SEARCH QUERIES*/

.cbs-List ul, .cbs-List, .cbs-diagnosticContainer ul, .cbs-diagnosticSlot ul, .cbs-diagnosticItemContainer ul{
	margin-left:0px;
	width:100%;}

h4 i {
	color: #222222;
	vertical-align:middle;
	margin-right:10px}

h3 i {
	color: #222222;
	vertical-align:middle;
	margin-right:10px}


.cbs-List ul li {
	list-style:disc;
	margin-left:15px}

.park-icon {
	width:12%;
	float:left;
	margin-bottom:5px}

.park-icon img{
	width:40px;
	height:40px}

.park-trails{
	width:22%;
	float:left}

.park-trails img{
	width:40px;
	height:40px}

.ms-promlink-headerNav i {
	font-size:1.3em;}

.ms-promlink-headerNav i:first-child {
	margin-right:30px}

.ms-promlink-headerNav a:link, .ms-promlink-headerNav a:hover{
	text-decoration:none;}

.video-pic {
	width:100%;
	height:145px;
	overflow-y:hidden;}

.video-pic img {
	width:100%;
	height:100%}

.video-title {
	min-height:50px;
	margin-top:10px}

.bylaw {
	width:100%;
	padding:10px 10px 0px 10px}

.board-item{
	float:left;
	padding:10px 0px;
	margin-right:10px}

.board-item i {
	float:left;
	margin:5px;}


/* TABLE OVERRIDES */
.ms-rtestate-field table, .ms-rtestate-write table{
	width:100%;
	margin-top:25px}

.ms-rtestate-field table th, .ms-rtestate-write table th {
	padding:12px 10px;
	font-size:16.5px;
	color: #222222;
	background-color:#e8e8e8; 
	border:1px solid #d0d0d0;
	line-height:1.4em;}

.ms-rtestate-field table td, .ms-rtestate-write table  td{
	padding:12px 10px;
	vertical-align:top;
	font-size:16.5px;
	color: #222222; 
	border:1px solid #e0e0e0;
	line-height:1.4em;}

td.alternating {
	background:#f8f8f8;}

td.alternating2 {
	background:#fefefe;}

.ms-WPBody table {
	width:100%}

table.ms-rteTable-default{
	border:1px solid #e0e0e0 !important;}

table.ms-rteTable-default td{
	border:1px solid #e0e0e0 !important;}

table.ms-rteTable-default th, table th {
	font-size:16.5px;
	color: #222222;
	background-color:#e8e8e8; 
	border:1px solid #d0d0d0;
	line-height:1.4em;}

td .ms-vb {
	padding:14px 12px;
	vertical-align:top;
	font-size:16.5px;
	color: #222222;
	border:1px solid #e0e0e0;}

.economy-charts {
	min-height:200px}

.label {
	width:30%;
	padding:10px 0px;}

.label a {
	color:#ffffff;}

/*FLIP CARDS*/

/*RESPONSIVE IFRAMES*/

.myIframe {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: auto; 
	-webkit-overflow-scrolling:touch;
	border: solid black 1px;} 

.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

/*Food Scraps*/
.food-gallery{
	height:560px;
	 border:8px solid #e0e0e0}
	 
.fsr-banner{
	border: 8px solid #e0e0e0;
	display: none;
}

/*Christmas*/

.xmas{
	background:#ffffff url('http://www.metrovancouver.org/services/solid-waste/reduction-reuse/create-memories/PublishingImages/snowflake.png') repeat;}

.xmas-icon {
  background-color:#c01519;
  position:relative;
  padding:20px 10px;
  text-align:center;}
  
.xmas-icon.alternating {
  background-color:#810b0d !important;
  position:relative;}

.xmas-info{
	color:#ffffff;
	width:80%;
    height:120px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:0px 15px;
    position:relative}

.xmas-info p{   
   color:#ffffff; 
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;	
    height:58px;
    font-size:1.1em; }
    
.xmas-icon.ecard {
	background-color:#39b041}
    
.xmas-icon.ecard .xmas-info{
	 height:200px;}

.xmas-icon.ecard .xmas-info p{
	height:100px;}

.xmas-icon.ecard a:hover .xmas-info p{
	color:#ffffff !important;
	text-decoration:none !important;}

.flex-video.ecard-iframe{
	min-height:900px;}

a:hover .xmas-info p{
	color:#3c8339 !important;
	text-decoration:none !important;}
	
h2.xmas-title{
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	font-size:1.9em;
	color:#c42020 !important;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:1px;
	line-height:1.2em;
	margin:0px;}
	
#christmas-banner {
	min-height:450px;}
	
h3.xmas-tagline{
	font-size:2.1em;
	color: #444 !important; 
	line-height:1.2em}
	
/*Mailing List*/
div.JungleMail_SubscriptionWebPart_ChildTopic{
	padding-left:25px!important;
	margin-top:5px!important;}
/*EV Condo*/

ul.evcondo{
	width:100%;
	margin:0px;}

ul.evcondo a:link{
	width:100%;}
	
ul.evcondo li {
	padding:0px !important;
	text-align:center;}

ul.evcondo li a {
	width:100%;
	height:100%;}

ul.evcondo img{
	width:60%;
	margin:20px 0px}

ul.evcondo li.red{
	background-color:rgba(239,64,54,1);}

ul.evcondo li.orange{
	background-color:rgba(247,147,29,1);}

ul.evcondo li.yellow{
	background-color:rgba(214,223,35,1);}

ul.evcondo li.light-blue{
	background-color:rgba(39,169,225,1);}

ul.evcondo li.blue{
	background-color:rgba(42,56,143,1);}

ul.evcondo li.teal{
	background-color:rgba(0,167,157,1);}
	
ul.evcondo li.green{
	background-color:rgba(0,147,68,1);}
	
/*Board Calendar*/
table.ecl-calendar{
	border-color:#e3e3e3!important;
	background-color:#f8f8f8}
	
td.ecl-day, td.ecl-other-month, td.ecl-weekend, td.ecl-today {
	padding:0px 0px 0px 10px!important;
	font-size:.9em;}
	
.ecl-calendar tr:first-child{
	background-color:#87c03b !important;
	padding:20px auto !important;
	border:1px solid #87c03b;}	
	
.ecl-calendar tr:first-child a:link{
	color:#ffffff !important;
	font-size:1.5rem;}

.ecl-caldendar tr:first-child table{
	padding:10px auto;}  	
	
.ecl-calendar tr:first-child td{
	text-align:center;
	text-transform:uppercase;
	font-size:1.2rem;
	color:#ffffff !important;}
	
.ecl-calendar th{
	background-color:transparent !important;
	border:0px !important;
	padding:20px;
    text-transform: uppercase;}
	
.ecl-calendar tr:first-child td[style]{
	color:#ffffff !important;
	padding:5px 0px}
	
/*.ecl-calendar .ecl-day a, .ecl-calendar .ecl-other-month a, {
	font-size:.9em;}*/

.ecl-calendar .ecl-day, .ecl-calendar .ecl-other-month, .ecl-calendar .ecl-weekend {
	padding:0px 0px}

.ecl-calendar .ecl-today{
	background-color:transparent !important;}
	
.ecl-day p, .ecl-event p, .ecl-today p, .ecl-weekend p, .ecl-other-month p, .ecl-other-month p	{
	text-align:center;
	width: 40px;
	height: 40px;
	padding-top:7px;
	margin:0px;}
	
.ecl-event p{
	padding-top:5px;
} 
	
.ecl-day  a, .ecl-event a, .ecl-today  a, .ecl-weekend a, .ecl-other-month a, .ecl-other-month a, .ecl-day p, .ecl-event p, .ecl-today p, .ecl-weekend p, .ecl-other-month p, .ecl-other-month p{
	font-size:.9em}
	
.ecl-calendar .ecl-today p{
	color: rgb(255, 255, 255);
	background-color: rgb(135, 192, 59);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;}
	
.ecl-day:hover, .ecl-event:hover, .ecl-today:hover, .ecl-weekend:hover, .ecl-other-month:hover{
	background-color:transparent !important;}
	
.ecl-day.ecl-event:hover p, .ecl-today:hover p{
	color: rgb(255, 255, 255);
	background-color: rgb(135, 192, 59);
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;}
	
.ecl-day:hover p, .ecl-weekend:hover p,  .ecl-other-month:hover p{
	background-color:transparent;
	color: #222222;}
	
.ecl-day.ecl-event:hover a, .ecl-today:hover p a, /*.ecl-day:hover p a,.ecl-weekend:hover p a, .ecl-other-month:hover p a*/{
	color:#ffffff !important;}
	
.ecl-other-month p{
	color:#c0c0c0;}
	
	
div#tipDiv{
	padding:20px;
    border: 1px solid #d0d0d0;
    background-color:#f7f7f7;
    line-height:1.1;    
    width: 250px;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
     box-shadow:none;}
     
div#tipDiv span{
	font-weight:normal;
	font-size:.9em !important;}
     
div#tipDiv ul{
	margin-left:30px;
	margin-top:10px;
	list-style:none;}
	
div#tipDiv ul li{
	line-height:1;
	margin-bottom:10px;}
	
div#tipDiv ul li a{
	font-size:.9em !important;}
	
/*PARKS 50TH REFINERS*/
#ctl00_ctl36_g_bab6f576_dd9b_4395_96f8_0176c188b844_csr1 #Container, #ctl00_ctl36_g_bab6f576_dd9b_4395_96f8_0176c188b844_csr2 #Container{
	width:45%;
	float:left;
	padding-bottom:10px;}
	
/*TABS*/

.tabs a:hover{
	text-decoration:none !important}
	
.tabs dd.active a, .tabs .tab-title.active a {
	background-color:#fafafa;
	color:#444444;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	border-top:1px solid #EEE;
	position: relative;
	z-index: 20;}
	
.tabs-content > .content{
	padding:2rem 2rem 2.5rem 2rem;
	position: relative;
	top: -1px;}
	
.tabs a h3{
	font-size:1.4rem;
	margin-top:5px;
	font-weight:600}

.tabs-content > .content.active{
	background-color:#fafafa;
	border-left:1px solid #EEE;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	border-top:1px solid #EEE;}	
	
.tabs-content .panel{
	background-color:#ffffff;
	border:#e0e0e0}
	
.tabs-content .ms-rtestate-field table,.tabs-content table{
	background:#ffffff;}
	
	
.groupheader{
	width:90%;
	clear:none}

.item{
	clear:none}

/*transferstation*/

ul.accordion.transferstation{
	 margin-bottom:20px;
	 border-bottom:1px solid #e5e5e5;}
	
ul.accordion.transferstation li.accordion-navigation{
	border-top:1px solid #e5e5e5; 
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	background-color:transparent;}
	
.accordion.transferstation .accordion-navigation > a, .accordion.transferstation dd > a, .accordion.transferstation li > a, .accordion.transferstation .accordion-navigation > .no-accordion{
	background-color:#fafafa;
	padding:1rem .5rem;
	color: #222222;
	margin-bottom:0px}	
	

.accordion.transferstation .accordion-navigation > a::before, .accordion.transferstation dd > a::before, .accordion.transferstation li > a::before{
	content:"+ more" !important;
	font-size:.9rem;
	font-family:'Nunito Sans', Verdana, Arial, sans-serif;	
	color: #222222;	
	margin-top:5px}

.accordion.transferstation .accordion-navigation.active > a, .accordion.transferstation .accordion-navigation.active li > a, .accordion.transferstation .accordion-navigation.active > p{
	background-color:#e9e9e9}
	
.accordion.transferstation .active.accordion-navigation > a::before{
	content:"- less" !important;
	color: #222222;}
	
.accordion.transferstation .active.accordion-navigation a{
	color:#222222 !important;}
	
.accordion.transferstation .accordion-navigation > .active.content, .accordion dd > .active.content{
	background-color:#ffffff;}
	
.accordion.transferstation .accordion-navigation > .active.content  ul > li > a  {
	background-color:#ffffff!important;
	padding:0!important;}
	
.accordion.transferstation .accordion-navigation > .active.content  ul > li > a:before{
	content:" " !important;}
	
ul.accordion.transferstation li.accordion-navigation i{
	font-size:1.3em !important}
	
.accordion.transferstation .accordion-navigation .material{
	width:35%; 
	float:left;
	line-height:1}
	
.accordion.transferstation .accordion-navigation .accepted{
	width:5%;
	float:left;
	text-align:center;
	line-height:1}
	
.accordion.transferstation .accordion-navigation .cost{
	width:50%; 
	float:left;
	line-height:1}

/*Footer*/

.footer {
	padding:50px 0px 100px 0px !important;
	color:#f3f3f3;
	background-color:#303030}

.footer p,.footer div, .footer dl, .footer dt,.footer ul,.footer blockquote, .footer th, .footer td, .footer a, .footer li{
	line-height:1.5em;
	color:#e3e3e3;
	font-size:14px}

.footer-title {
	color:#e0e0e0;
	font-size:1em;
	margin:10px 0px;
	text-transform:uppercase}
	
.footer a {
	color:#e3e3e3 !important}

.footer i {
	font-size:1.1em;
	margin-right:5px}

.footer ul{
	margin-left:0px;
	color:#e3e3e3;}

.footer li{
	list-style:none;
	margin-left:0px; 
	color:#f3f3f3;
	font-size:14px;}
.footer .share i {
	font-size:2.5em ;
	margin-right:30px}


/*IE8*Warning*/

#warning {
	padding:20px 0px;
	width:99.5%;
	text-align:center;
	border:4px solid #fe981f;
	background-color:#f5f5f5}

/*Live Stream popup*/

.lspopup{             
display:none; position: absolute; top: 300px; z-index: 10001; left: 50%; width: 40%; text-align: center;}

.lspopup2{
	background: white;width :100%; height:100%;color: white; position: relative; left:-50%;padding-bottom:20px}

.lspopup-content{
width:90%; padding:20px ;text-align : left;}

/* Disclaimer overflow */

.disclaimer-text {
	height: 200px; 
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-x: hidden; 
	-ms-overflow-y: scroll;}
	
/* Careers */
.employee-profile {
   -moz-box-shadow:    inset 0 0 100px #CBDBEA;
   -webkit-box-shadow: inset 0 0 100px #CBDBEA;
   box-shadow:         inset 0 0 100px #CBDBEA;
   padding: 0px;
   height: 400px;}

.employee-text {
	padding: 30px !important;
	height: 100%;
	vertical-align: middle;
	border: 1px solid fuschia;}

.employee-title {
	color: #5593C7;}

.employee-picture {
	padding-top: 15px !important;
	vertical-align: top;
	height: 400px;
	overflow:hidden !important;}

#chat-box-msg p {
	white-space: normal; }

#chat-box-msg p a {
	 word-wrap: break-word !important;}

/*ORG CHART*/
.org-chart {
  display: block;
  clear: both;
  margin-bottom: 30px;
  position: relative;
  /**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
  /* Box colors */
  /* 1 column */
  /* 2 column */
  /* 3 column */
  /* DEPARTMENTS COLUMNs */}
.org-chart.cf:before, .org-chart.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */}
.org-chart.cf:after {
  clear: both;}
  
.org-chart.cf {
  *zoom: 1;}
  
.org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;}
  
.org-chart ul li {
  position: relative;}
  
.org-chart ul li span {
  display: block;
  border: 3px solid #ccc;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: black;
  font-size:.9rem;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
  padding: 4px;
  -moz-border-radius: 5px;
  border-radius: 5px;}
  
.org-chart .lvl-b {
  background: #fff; 
  font-size:16px;}
  
.org-chart .board {
  margin: 0 auto;
  display: block;
  position: relative;}
  
.org-chart .board:before {
  content: "";
  display: block;
  position: absolute;
  height: 70px;
  width: 0px;
  border-left: 2px solid #ccc;
  margin-left: 48.5%;
  top: 50px;}
  
.org-chart ul.columnOne {
  height: 120px;
  position: relative;
  width: 100%;
  display: block;
  clear: both;}
  
.org-chart ul.columnOne li {
  width: 40%;
  margin: 0px auto;}

.org-chart .departments {
  width: 100%;
  display: block;
  clear: both;}
  
.org-chart .departments:before {
  content: "";
  display: block;
  width: 75%;
  height: 22px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin: 0 auto;
  top: 0px;}
  
.org-chart .department {
  border-left: 2px solid #ccc;
  width: 48.5%;
  float: left;
  margin: 0px 4px;} 
  
.org-chart .department:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 22px;
  border-left: 2px solid #ccc;
  left: 50%;
  top: -22px;}
  
.org-chart .department:first-child:after {
  display: none;}
  
.org-chart .department:last-child:after {
  display: none;}

.org-chart .department.central:after {
  display: none;}
  
.org-chart .department span {
  border-left: 1px solid #ccc;}
  
.org-chart .department li {
  padding-left: 25px;
  border-bottom: 2px solid #ccc;
  height: 60px;}
  
.org-chart .department li span {
  background: #3F93D1;
  top: 38px;
  position: absolute;
  z-index: 1;
  width: 95%;
  height: auto;
  vertical-align: middle;
  right: 0px;
  line-height:1.2;
  border: 2px solid #ccc;
  padding:10px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#fff;}
  
.org-chart .department .sections {
  margin-top: -20px; }
  
.commissioner { }

/* Permit Application */
table.permit-applications {
  border: 1px solid #D0D0D0 !important;}

table.permit-applications th {
	background-color: #E8E8E8;
	text-align: center;
	font-weight: bold;
	border: 1px solid #D0D0D0 !important;
	padding: 15px}

table.permit-applications th p {
	font-weight: bold;}


table.permit-applications tr:nth-child(even) {
  background-color: #ffffff;}

table.permit-applications tr:nth-child(odd) {
  background-color: #F3F3F3;}

table.permit-applications td {
  border: 1px solid #D0D0D0 !important;
  padding: 15px !important;}

#saved-pictures {
	ms-overflow-y: scroll;
	overflow-y: scroll;
}

span.small-box{
	min-height:40px !important;
	min-width:40px !important}
	
/*Font Stag */
.stag-font{
	font-family:"Stag Italic", Georgia, serif !important;
	letter-spacing:1px !important}
	
h4.stag-font{
	text-transform:none;
}

.avenir{
	font-family:"AvenirLTStd-Roman", sans-serif!important;}
	
.avenir-light{
	font-family:"AvenirLTStd-Light", sans-serif!important;}
	
.avenir-medium{
	font-family:"AvenirLTStd-Medium", sans-serif!important;}
	
.avenir-black{
	font-family:"AvenirLTStd-Black", sans-serif!important;}
	
.parksfest{
	padding:20px;
	width:100%;
	background:transparent url("http://www.metrovancouver.org/events/parksfest/PublishingImages/ParksfestBG.jpg") no-repeat right / cover;
	margin-bottom:20px;
}

.parksfest h2{
	font-size:3rem!important
}

.parksfest h1{
	font-size:3.5rem;
	letter-spacing:1px;
	margin:10px 0px 15px 0px;
}

.parksfest h3{
	font-size:1.6rem!important;
	margin-bottom:5px;
}

.parksfest p{
	font-size:1.3rem!important;
	margin:0px;
	text-transform:uppercase
}

.h5.avenir-medium{
	font-size:1.2rem
}


/*FormDesigner*/
div.JungleMail_SubscriptionWebPart_ParentTopic input[type='checkbox']{
	margin:.3rem 0rem 0
}


@media only screen 
and (min-width :300px) 
and (max-width : 900px) 
{

.hide-for-sm-med-only{
	display:none!important
}
}


@media only screen 
and (min-width : 641px) 
and (max-width : 1025px) 
{
.menu-container{
	padding: 5px 0px 20px 0px}

.employee-profile {
	height: 500px;}

.employee-picture {
	height: 500px;
	position: relative;
	padding-bottom: 0px !important;
	vertical-align: bottom !important;
	bottom: 0 !important;}

.hp-featured-photo {
	height:auto;}

}

@media only screen 
and (min-width : 761px) 
and (max-width : 800px) 
{

.content-placeholder {
	padding-left:10px}

.main-content-2 {
	position:relative;
	padding-top:0px}

.search-main-content {
	position:relative;
	padding-top:0px}

.menu-container {
	padding:5px 0px 15px 0px;}

.page-title{
	padding:150px 0px 10px;}

.search-page-title{
	padding:150px 0px 10px;}

.title {
	font-size:1.3em;}

.parallax {
	height:450px;}
  
.parallax-overlay-pattern{
	height:450px;}

.parallax-content ul{
	font-size:15px;}

.parallax-content  li a:link{
	color:#ffffff !important;
	text-decoration:none;}

.parallax-content li a:hover; .parallax-content ul li a:visited{
	color:#ffffff !important;
	text-decoration:underline;}
	
.tagline{
	top:40%;}
	
.tagline h2{
	font-size:1em}

.search-box{
	padding:20px 0px 10px 0px}

.employee-profile {
	height: 600px;}

.employee-picture {
	height: 600px;}

h2.featured-story-title{
	padding-top:0;}
	
#christmas-banner {
	min-height:300px;}
	
h3.xmas-tagline{
	font-size:1.9em;}

}

@media only screen 
and (min-width : 100px) 
and (max-width : 760px) {

body{
	font-size:1rem;}

div, dl, dt, dd, ul, ol, li, pre, form, p, blockquote, th, td {		
	font-size:1rem;
}

/*Navigation for Mobile*/



.js #navigation {
    display:none;}
            
.js .slicknav_menu {
    display:block;}

.slicknav_nav ul{
	margin:0px;}

ul.dynamic{
	position:relative;
	top:0px;
	left:0px;
	background-color:rgba(255,255,255,0.1);
	width:96%;
	margin-left:5px;
	border:0px;
	padding:0px;
	max-height:250px;
	overflow-y:scroll !important;
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0)}

ul.dynamic li.dynamic{
	display:block;
	width:100%;
	float:left;
	text-transform:none;
	padding:0px;
	border:0px}

li.dynamic > a.dynamic {
	font-size:14px;
	color:#333;
	line-height:1.2em}

li > a.ms-core-listMenu-item:hover{
	background-color:rgba(255,255,255,1);
	color:#333;}

.ms-core-listMenu-selected:link {
	background-color:transparent}
	
h1, .h1, .ms-rtestate-field h1, h1.ms-rteElement-H1  {
	font-size:2rem;
	color: #444;
	line-height:1.1;}

	
.card{
	position:relative;
	width:100%;
	height:300px;
	float:left;
	margin-bottom:10px;}
	
.card a{
	height:inherit;}
	
.card a:hover{
	text-decoration:none !important;}
	
.card:nth-child(2), .card:nth-child(5),.card:nth-child(3),.card:nth-child(4){
	height:300px !important;}
	
.card-bg{
	width:100%;
	height:inherit;}	

.card:nth-child(2) .card-bg, .card:nth-child(5) .card-bg{
 	width:100%;
	float:left;}
	
.card:nth-child(4){
	top:0px;}
	
.card-content, .card:nth-child(2) .card-content, .card:nth-child(4) .card-content, .card:nth-child(5) .card-content{
	background:rgba(0,0,0,.2);
	float:left;
	width:100%;}
	
	
.card .card-text,.card:nth-child(2) .card-text, .card:nth-child(5) .card-text{	
	color:#ffffff;
	font-size:1.4rem !important}
.ms-srch-sb > input{
	margin-bottom:5px;
}
	
/*NAVIGATION*/

.menu-container{
	display:none
}

.chat-mobile {
	width:100%;
	float:left;
	font-size:13px;
	color:#f5f5f5;
	padding:5px;
	background:#1A75C1}
	

.chat-mobile a{
	font-size:.9rem;
	color:#f5f5f5;}	

.chat-mobile i{
	margin-left:5px}
	

/*end navigation for mobile*/

h2.featured-story-title{
	padding-top:0;}

.pathway-container {
	padding:0px !important;
	margin:0px !important;
	position:absolute;
	left:0px;
	top:-20px;
	width:95%;
	height:100%;
	overflow:visible;
	background:#fff !important;}
	
.pathway-container ul{
	background-color:#ffffff !important;
	height:auto;}
	
.pathway-container ul li {
	border-bottom:1px solid #ccc;
	margin:0px}
	
li.pathway-1 {
	padding:20px}

.pathway-nav-container {
	position:absolute;
	left:0px;
	top:-20px;
	width:100%;
	max-width:630px;}	

.pathway-nav{
	margin:0px;
	padding:0px;
	position:absolute;
	left:0px;
	width:100%;}	

li.pathway-2 {
	padding:20px;
	border-bottom:1px solid #ccc;
	margin:0px}

.pathway-nav li a:hover {
	background:#4194d2;
	color:#fff !important;}

.pathway-close {
	display:none;}

.pathway-close:before{
	font-family: FontAwesome;
    vertical-align:middle;
    content: "\f057";
   color: #222222;
    padding-right:6px;
    font-size:20px}

.pathway-back {
	display:block;
	position:relative;
	right:0px;
    top:0px;
    cursor:pointer;
    text-align:left;
    width:100%;
    background:#fff;}

.pathway-back:before{
	font-family: FontAwesome;
    vertical-align:middle;
    content: "\f053";
    color: #222222;
    padding-right:6px;
    font-size:20px}

.top-panel{
	position: relative;
	border-top:0px}

.menu-container {
	background:#ffffff;
	margin-top:0px;
	padding:5px 0px 10px 0px;}

.breadcrumb{
	margin-bottom:0px;}

.hp-main-content {
	padding-top:0px}

.main-content-2 {
	padding-top:0px;
	margin-top:0px}

.search-main-content {
	padding-top:0px}

h2{
	font-size:1.3em}

h2.services-title{
	font-size:1.3em}

h2.featured-story-title {
	font-size:1.2em}

h2.connect-title {
	font-size:1.3em}

h3 {
	line-height:1.2em;
	font-size:1.5em;}

.columns.content-placeholder {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-top:20px}

.content-placeholder img {
	width:100%}

.info-above-menu{
	display:none !important;}

.search-box{
	position:absolute;
	padding:17px 0px 0px 0px}

.gallery {
	height:auto;
	padding:10px 0px;
	max-height:230px;
	min-height:230px;
	padding:0px;}

.tagline{
	top:40%;}
	
.tagline h2{
	font-size:1.1em}


/*.services {
	padding:20px 0px 10px 0px;
}

.serviceIcon {
	width:33%;
	padding:0px;
	margin-bottom:0px;
	min-height:160px
}

.serviceIcon img {
	width:70%;
}*/

.page-title{
	padding:15px 0px 10px 0px;
	top:0px;
	margin-bottom:10px}

.search-page-title{
	padding:15px 0px;
	top:0px;
	margin-bottom:10px
}

.title {
	font-size: 1.2em;
	margin-bottom:0px;
	margin-left:0px}

.metro-connects {
	padding:30px 0px 0px 0px ;}

/*.connect-icon {
	width:48%;
	float:left;
	padding:0px;
	min-height:130px
}

.connect-icon  img {
	width:70%
}
.connect-icon p{
	line-height:1.2em;
	font-size:15px
}*/

.gray-container{
	padding:30px 0px;}

.parallax {
	height:700px;}
    
.parallax-overlay-pattern{
	height:700px;}
	
.parallax-content ul{
	font-size:14px;
	min-height:290px;
	margin:0px;
	margin-bottom:0px;}

.parallax-content ul li{
	font-size:14px;
	color:#ffffff;}

.parallax-title {
	font-size:14px;}

.parallax-content  li a:link{
	font-size:14px;
	margin-left:0px !important}

.department-work {
	width:100%;}

.park-icon img{
	width:40px;
	height:40px}

.park-trails img{
	width:40px;
	height:40px}

img.park-img{
	width:40px;
	height:40px}

.nav-description {
	display:none}

.quick-facts .facts-numbers {
	color:#444444;
	font-size:2.5em;}

.facts-container{
	padding:20px 0px 30px 0px}


.the-content-small .date-content-small{
	width:100%;
}
.date-content-small .date-small{
	background:#ffffff;
	color: #222222;
}

.cutcorner-top-small,.cutcorner-bottom-small{
	display:none;
}

.date-content-small .date-small{
	text-align:left;
}

.date-small .day, .date-small .month,.date-small .year{
	color: #222222;
}


/*this is for the iframe on the careers page*/

/*#MSOPageViewerWebPart_WebPartWPQ2 {
	display: none;
}*/

.employee-profile {
	height: 600px;}

.employee-picture {
	height: 600px;
	position: relative;
	padding-bottom: 0px !important;
	vertical-align: bottom !important;
	bottom: 0 !important;}

.lspopup{             
	width:90%; 
	text-align: center;
	position: absolute; 
	top:10px;}

.hp-featured-photo{
	height:auto}

.xmas-icon{
	margin-bottom:15px;}

#christmas-banner {
	min-height:150px;}
	
h2.xmas-title{
	padding-top:20px;
	font-size:1.7em}
	
h3.xmas-tagline{
	font-size:1.7em;}

}
/* MEDIA QUERIES */
@media all and (max-width: 885px) {


.hp-grid{
	width:100%;
	position:relative;
	display:inline-block;
	float:left;
}

.h-card{
	position:relative;
	height:250px;
	margin:10px;
}

/*ORG CHART*/
  .org-chart .board {
    margin: 0px;
    width: 100%;}
    
  .org-chart .departments:before {
    border: none;
	height:0; }
	
  .org-chart .department {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;}
      
  .org-chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 60px;
    border-left: 2px solid #ccc;
    z-index: 1;
    top: -45px;
    left: 0%;
    margin-left: -2px;}
      
  .org-chart .department:after {
    display: none;}
      
  .org-chart .department:first-child:before {
    display: none;}
  .org-chart ul.columnOne li {width: 100%; }
  .commissioner {height: 110px !important; }
  .org-chart .departments::before { margin-top:30px;}
  .org-chart .board:before { height:150px;}	




}

@media print {

.ms-core-listMenu-horizontalBox{
	display: none;}

.content-placeholder{
	border:0px;
	padding-left:0px}

#SearchBox {
	display:none}

.title {
	margin-top:25px;}

}



/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){

/*PARALLAX FIX*/
.parallax {
	background-attachment:scroll}

}


/*iphone*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) { 
  
/*PARALLAX FIX*/
.parallax {
	background-attachment:scroll}
	
iframe, object, embed {
        max-width: 100%;}
        
.flex-video{
	overflow:scroll;
	/*min-height:400px; */}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) {
table tbody tr th.ms-rteTable-default, .ms-rteTable-default { 
	padding: 5px !important;}

}

/*videos*/
.video-js {
	width:100%;
	min-height:415px;
}
input[type="button"], input[type="reset"], input[type="submit"], button {min-width:0;}


