  .nav-primary {
	background-color: #05138a !important;
	color: #fff;
}
.site-footer {
	background-color: #05138a !important;
}
.footer-widgets {
	background-color: #05138a !important;
	background-image:url(https://www.nearnorthschools.ca/skillsatwork/wp-content/uploads/sites/46/2024/01/footer-2.png);
}
.header-menu-text {
  /*font-weight: bold;*/
	font-size: 18px;
}
.title-area a {
	background-color: #05138a !important;
}
.breadcrumb {
	background-color: #555 !important;
	color: #fff !important;
}

#funnel {
position:relative;
height:801px; /* height of image map */
width:678px; /* width of image map */
background:url(/skillsatwork/wp-content/uploads/sites/46/2020/12/funnel_new_compressed.jpg);
}
a:hover {
visibility:visible; /* Fixes IE6 Bug */
}
.tooltip-funnel { 
position:absolute;
top:100px;
left:60px;
height:105px;
width:188px;
text-decoration:none;
color:#fff;
} 
.tooltip-funnel span { 
position:absolute;
left:-999em; 
opacity:.9; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=90)"; /* IE8 */
filter:alpha(opacity=60); /* IE6/IE7 */
border-radius:2px;
box-shadow:#000 2px 2px 6px;
} 
.tooltip-funnel:hover span, .tooltip-funnel:focus span {
left:80px;
top:-80px;
width:200px;
padding:5px;  
border:2px solid #000;
background:#05138a;
color: #fffffff;
}
.tooltip-funnel2 { 
position:absolute;
top:100px;
left:260px;
height:105px;
width:188px;
text-decoration:none;
color:#fff;
} 
.tooltip-funnel2 span { 
position:absolute;
left:-999em; 
opacity:.9; /* FX/Opera/Safari/Chrome */
-ms-filter:"alpha(opacity=90)"; /* IE8 */
filter:alpha(opacity=60); /* IE6/IE7 */
border-radius:2px;
box-shadow:#000 2px 2px 6px;
} 
.tooltip-funnel2:hover span, .tooltip-funnel2:focus span {
left:280px;
top:-80px;
width:200px;
padding:5px;  
border:2px solid #fff;
background:#f8a91c;
color: #000000;
}
.btn-success {
  color: #fff !important;
  background-color: #04158e;
  border-color: #000000;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #0d2cf9;
  border-color: #255625;
  font-weight: bold;
}
.btn-success:hover {
  color: #fff;
  background-color: #0d2cf9;
  border-color: #398439;
  font-weight: bold;
}
.btn {
 	padding: 10px 16px;
  font-size: 18px;
  line-height: 2.5;
  border-radius: 6px;
}
.event-header{
  color:#ffffff;
  background-color: #04158e;
  font-size: 16pt;
}
.btn-warning {
  color: #000 !important;
  background-color: #fcca08;
  border-color: #000000;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #000;
  background-color: #fee16e;
  border-color: #255625;
  font-weight: bold;
}
.btn-warning:hover {
  color: #000;
  background-color: #fee16e;
  border-color: #398439;
  font-weight: bold;
}
.mejs-overlay-button {
	outline: none !important;
  opacity: 0;
}
.blue-links {
  color: #04158e !important;
}
.image-border {
  border: 2px solid;
  padding: 5px;
  box-shadow: 3px 3px;
}
.bg-white {
  background-color: #ffffff;
}
.blue-agenda {
  color: #04158e;
  font-size: 16pt;
}
.green-agenda {
  color: green;
  font-size: 16pt;
}
.white-agenda {
  color: white;
  font-size: 16pt;
}
.bg-green {
  background-color: #50D050;
}
.image-border2 {
  border: 2px solid;
  padding: 5px;
  box-shadow: 3px 3px;
  color: #000000;
}
.no-wrapping {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: normal;
}
.center-video{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}