 
/* Header/nav elements */
#header {
    background-color: #d3f1fc;
}

#header h2 {
	font-size: 1.54em;
    color: #494949;
    font-weight: 300;
	margin-top: 30px;
}

#header #logo img {
    min-height: 70px;
    min-width: 200px;
    width: 57%;
}

#header-links {
    color: #494949;
}

#header-links a {
    font-weight: 300;
    color: #494949;
    font-size: 0.87em;
    margin-left: 20px;
}

#header .languages {
	float: right;
	margin: 10px 0px;
}

#mobile-menu .top-menu .languages {
	margin: 10px 0px;
}

#header .languages a,
#mobile-menu .top-menu .languages a {
	font-size: 0.87em;
	color: #999;
	margin-left:10px;
	font-weight:300;
}

#header .site-notice {
	background: #666666;
	color: #fff;
	display: none;
}

#header .site-notice.noscript {
	display: block;
}

#header .site-notice h2{
	display: inline-block;
	margin: 10px 0px;
    color: #fff;
}

#header .site-notice img{
	vertical-align: top;
	margin: 13px 5px 0px 0px;
}

#header .site-notice img.close-icon{
	vertical-align: top;
	margin: 13px 5px 0px 0px;
	float: right;
}

#header .site-notice a{
	color: #fff;
	text-decoration: underline;
}

#header .site-notice-minimized {
	display: none;
	background: #666666;
    color: #fff;
    width: 35px;
    padding: 7px 7px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 5px #AAAAAA;
	float: right;
}

#header #logo img {
	padding-top: 10px;
    padding-bottom: 10px;

}

.search-result {
    line-height: 1.5;
    font-size: 1em;
    font-weight: 400;
    clear: both;
    margin-bottom: 10px;
}

.inner-body p.file-format {
    margin-bottom: 0px;
    color: #999;
    font-size: 0.87em;
}

#search-holder {
    margin: 20px 20px;
}

#search-holder.policy-manual {
	margin-top: 30px;
	margin-bottom: 30px;
}

#search-holder i {
    color: #999;
    padding: 5px;
    position: absolute;
    right: 25px;
    top: 50px;
    font-size: 1.2em;
}

#search-holder.policy-manual i{
	top: 30px;
}

#search-holder .search-box {
    padding: 7px;
    height: 30px;
    font-weight: 300;
    font-size: 0.87em;
    color: #494949;
    border: 1px solid #E0E0E0;
}

#search-holder.policy-manual .search-box {
	float: right;
}

.site-search {
	border: 1px solid #d3f1fb;
    background-color: #E5F7FD;
    padding: 20px;
    margin: 20px 0;
}

.site-search .site-search-holder,
.site-search #search-box {
	width: 100%;
}

.site-search i {
    color: #999;
    padding: 5px;
    position: absolute;
    right: 41px;
    top: 139px;
    font-size: 1.2em;
}

.hamburger {
    float: right;
    margin-top: 10px;
    display: inline-block;
    background-color: #39c;
    background-image: url(../images/hamburger.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    outline: none !important;
    cursor: pointer;
}

.hamburger.open {
    background-image: url(../images/no-hamburger.png);
}

.print-content img.wcb-logo {
	float: left;
	clear: both;
}


.print-content {
	background: #fff !important;
}

input::-webkit-input-placeholder {
    font-style: italic;
}

input::-moz-placeholder {
    font-style: italic;
}

input:-moz-placeholder { /* Older versions of Firefox */
    font-style: italic;
}

input:-ms-input-placeholder {
    font-style: italic;
}

#mobile-menu.mm-opened.mm-menu {
    -webkit-box-shadow: -3px 5px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 5px 4px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 5px 4px 0px rgba(0,0,0,0.3);
}

#mobile-menu.mm-menu {
    width: 100%;
    margin-top: 90px;
}

html.mm-blocking body {
    /*overflow-y: scroll;*/
}

#mobile-menu .mm-listview > li img.menu-icon {
    position: absolute;
    top: 7px;
    left: 15px;
    width: 30px;
}

#mobile-menu .mm-listview > li img.home-icon {
}

#mobile-menu .mm-listview > li a.with-icon {
    margin-left: 48px;
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

#mobile-menu.mm-menu.mm-theme-white .mm-listview > li .mm-next:after, 
#mobile-menu.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
    border-color: #39c;
    border-width: 3px;
    width: 10px;
    height: 10px;
}

#mobile-menu .top-menu {
    background-color: #d3f1fc;
    height: 134px;
    padding: 4px 20px;
    border-top: 1px solid #fff;
	font-size: 0.93em;
}

#mobile-menu .top-menu a {
    color: #494949;
}

.mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white .mm-navbar a {
    color: #737373;
    font-size: 15px;
    font-weight: 300;
    padding-top: 13px;
    text-align: left;
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 180px;
    background-color: #d3f1fc;
}

#mobile-menu .mm-navbar {
    top: 134px;        
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
}
    
.mm-title {
    background-color: white;
    height: 44px;
    margin-left: -10px;
}
    
.mm-prev.mm-btn {
    background-color: white;
    height: 44px;
}
    
.mm-prev::before {
    left: 18px !important;
}
    
.mm-navbar .mm-btn {
    width: 30px;
}
    
.mm-menu > .mm-navbar {
    background: transparent;
}
    
#mobile-menu .mm-navbar.hide-prev {
    z-index: -1 !important;
}

#mobile-menu .mm-listview > li img.mobile-logo {
    position: relative;
    width: inherit;
    /*height: 70px;*/
    max-height:55%;
    left: 0;
    top: 10px;
}

#mobile-menu .link-row {
    display: block;
    padding: 5px 0;
}

#mobile-menu .link-row a {
    display: inline-block;
    margin-right: 15px;
}

#mobile-menu .mm-listview > li > a, 
#mobile-menu .mm-listview > li > span {
    padding: 13px 10px 13px 15px;
}

#mobile-menu .mm-listview > li > a,
#mobile-menu .mm-listview > li > span {
    color: #39c;
    font-size: 15px;
    font-weight: 300;
}
#mobile-menu .mm-listview > li > a,
#mobile-menu .mm-listview > li > span {
    color: #39c;
    font-size: 15px;
    font-weight: 300;
    white-space: inherit;
}
    
#mobile-menu .home-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 46px;
}

#mobile-menu .home-item .menu-icon.home-icon {
    float: left;
    padding: 6px 6px 6px 14px;
}    
        
#mobile-menu .home-item a.with-icon {
    display: block;
    float: left;
    height: 100%;
    padding: 13px;
    width: 83%;
}  
        
#mobile-menu .home-item a.with-icon:hover {
    text-decoration: none;
}
        
#mobile-menu .mm-listview li.section-intro {
    padding: 10px 15px;
    color: #494949;
}    

#nav {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    position: relative;
}

#nav .content {
    padding: 0;
}

#nav .content ul {
    margin-bottom: 0;
}

#nav ul.top-level {
    max-width: 1040px;
}

#nav ul.top-level > li {
    float: left;
    display: table;
    height: 45px;
    border-left: 1px solid #d3f1fc;
}

#nav .top-level > li.home {
    border-left: 0;
}

#nav .top-level > li.home a {
    padding: 0;
    background-image: url('../images/icn-home.png');
    background-repeat: no-repeat;
    background-position: center;
}

#nav .top-level > li.home a:hover {
    background-image: url('../images/icn-home-b.png');
}
    
#nav .top-level li.home {
    width: 70px;
}
        
#nav .top-level li.claims {
    width: 94px;
}
    
#nav .top-level li.treatment-and-recovery {
    width: 142px;
}
    
#nav .top-level li.return-to-work {
    width: 148px;
}
    
#nav .top-level li.insurance-and-premiums {
    width: 140px;
}
    
#nav .top-level li.resources {
    width: 116px;
}
    
#nav .top-level li.about-wcb {
    width: 124px;
}
    
#nav .top-level li.millard-treatment-centre {
    width: 206px;
}

#nav .top-level > li a i {
    margin: 0 auto;
    font-size: 1em;
}

#nav .top-level > li > a {
    display: table-cell;
    line-height: 17px;
    padding: 5px 5px;
    height: 42px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    color: #494949;
    font-size: 0.94em;
    font-weight: 300;
}

#nav .top-level > li:hover {
    background-color: #6ecff4;
}

#nav .top-level > li:hover > a {
    color: #fff;
}

.has-menu {
    position: relative;
}

.has-menu.current,
.has-menu.active {
    background-color: #6ecff4;
}

.has-menu.current > a,
.has-menu.active > a {
    color: #fff !important;
}

.has-menu.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #6ecff4;
    z-index: 200;
}

.menu {
    position: absolute;
    display: none;
    top: 45px;
    left: 0;
    width: 1040px;
    max-width: 1040px;
    min-width: 540px;
    box-sizing: border-box;
    padding: 0 0 30px;
    background-color: #fff; 
    z-index: 100;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #b6e7f9;
    border-right: 1px solid #b6e7f9;
    border-left: 1px solid #b6e7f9;
}

.claims .menu,
.treatment-and-recovery .menu {
    width: 780px;
}
.return-to-work .menu {
    width: 540px;
    left: -206px !important;
}

.menu.with-feature {
    padding: 0;
}   
 
.menu.with-feature .menu-content {
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
    width: 780px;
}
.claims .menu.with-feature .menu-content,
.treatment-and-recovery .menu.with-feature .menu-content {
    width: 520px;
}
.return-to-work .menu.with-feature .menu-content {
    width: 280px;
}
     
.menu.with-feature .menu-feature {
    width: 260px;
    max-width: 260px; 
    background-color: #e5f7fd;
    display: table-cell;
    vertical-align: top;
    padding: 20px;
    padding-bottom: 30px;
    -webkit-box-shadow: inset 0 11px 8px -8px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0 11px 8px -8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 11px 8px -8px rgba(0, 0, 0, 0.15);
}   

.menu.with-feature .menu-feature img.feature-image {
    padding-bottom: 20px;
	width: 220px;
}
.menu.with-feature .menu-feature p {
    padding: 10px 0;
}
.menu.with-feature .menu-feature a {
    color: #39c !important;
}
    
.has-menu.active .menu .menu-lead {
    padding: 30px 20px 20px;
    -webkit-box-shadow: inset 0 11px 8px -8px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: inset 0 11px 8px -8px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 11px 8px -8px rgba(0, 0, 0, 0.15);
}

.menu h2 {
    font-size: 1.94em;
    margin-bottom: 15px;
    color: #39c;
}
.menu h2 a {
    color: #39c !important;
    text-decoration: none;
}    
.menu h2 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #39c;
}
.menu h2 img {
    vertical-align: top;
}

.menu p {
    font-size: 0.94em;
    color: #737373;
    margin-bottom: 0;
}

.menu .menu-icon {
    float: left;
    margin-right: 7px;
    margin-top: -3px;
}

.menu ul {
}

.menu ul li {
    float: none;
}

.menu-column {
    box-sizing: border-box;
    width: 260px;
    padding: 0 20px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #daf3fc;
}

.menu-column:last-child {
    border-right: none;
}

.menu-column.menu-column-wide {
    width: 35%;
}
    
.menu-column.menu-column-full {
    width: 100%;
}

#nav .top-level > li .menu ul li a {
    display: inline-block;
    text-decoration: none;
    text-align: left;
    padding: 0;
    width: inherit;
    height: inherit;
}

#nav .menu-column > ul > li,
ul.site-list > li {
    margin-bottom: 20px;
}

#nav .menu-column > ul > li:last-child,
ul.site-list > li:last-child {
    margin-bottom: 0;
}

#nav .menu-column ul li a,
ul.site-list li a {
	font-weight: 500;
	color: #494949 !important;
	font-size: 0.94em;
}

#nav .menu-column ul li ul li,
ul.site-list li ul li {
font-weight: 300;
color: #98C857;
margin-top: 10px;
margin-left: 10px;
}

#nav .menu-column ul li ul li:before,
ul.site-list li ul li:before {
    font-family: 'FontAwesome';
    font-size: 1.07em;
    content: '\f105';
    margin: 3px 5px 0 0;
    color: #98C857;
    margin-left: -10px;
    vertical-align: top;
    line-height: 1.2em;
}

#nav .menu-column ul li ul li a,
ul.site-list li ul li a {
    font-weight: 300;
    color: #494949 !important;
    max-width: 90%;
    text-decoration: none;
}

#nav .menu-column ul li ul li a:hover,
ul.site-list li ul li a:hover {
    text-decoration: underline;
}

#nav .top-level > li .menu ul li a:hover {
    text-decoration: underline !important;
}

.policy-manual ul {
	margin-right:20px;
	padding-left: 15px;
}

.policy-manual ul.site-list:before,
.policy-manual ul.site-list ul:before {
	content: "";
	position: absolute;
	border-left: 1px dotted #999;
	height: 927px;
	margin-left: -17px;
}

.policy-manual ul.site-list ul.closed:before {
	border-left: 0px;
	height: 0px;
}

.policy-manual ul.site-list ul.open:before {
	border-left: 1px dotted #999;
	margin-left: -16px;
}

.policy-manual ul.site-list ul#claimant:before {
	height: 104px;
}

.policy-manual ul.site-list ul#employer:before {
	height: 63px;
}

.policy-manual ul.site-list ul#general:before {
	height: 73px;
}

.policy-manual ul.site-list {
	position: relative;
}

.policy-manual ul.site-list li:before {
	border-bottom: 1px dotted #999;
    content: "";
	padding-left: 10px;
	position: absolute;
    padding-top: 10px;
	margin-left: -15px;
}

.policy-manual ul.site-list li ul:before {
	margin-left: -13px;
}

.policy-manual ul.site-list li ul li {
	margin-left: -3px;
}

.policy-manual ul.site-list li ul li:before {
	padding-top: 7px;
}

.policy-manual .expander {
	margin-left: -22px;
	margin-top: 5px;
    position: absolute;
	height:11px;
	width:11px;
}

.policy-manual .expander.open {
	background-image: url("../images/policy-manual-minus.png");
}

.policy-manual .expander.closed {
	background-image: url("../images/policy-manual-plus.png");
}

ul.content-list li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #98C857;
}

ul.content-list > li:last-child {
    margin-bottom: 0;
}

span.arrow-link a,
ul.content-list li a {
    font-weight: 300;
    color: #39c;
    font-size: 1em;
    text-decoration: none;
    max-width: 90%;
}

ul.content-list li a:hover {
    text-decoration: underline;
    color: #117BBC;
}

span.arrow-link:before,
ul.content-list li:before {
    font-family: 'FontAwesome';
    font-size: 1.07em;
    content: '\f105';
    margin: 0 5px 0 0;
    color: #98C857;
    text-decoration: none;
}

span.arrow-link a,
p span.arrow-link a {
    font-size: 0.94em;
}

span.error {
    color: #cc0000;
}

ul.content-list li {
    position: relative;
}

ul.content-list li a:before {
    position: absolute;
    top: 5px;
}

ul.content-list li:before {
    position: absolute;
    top: -2px;
}

ul.content-list li a {
    display: inline-block;
    margin-left: 10px;
}


/* Smart banner */

.smartbanner {
    left: 0;
    top: 0;
    width: 100%;
    height: 78px;
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    display:none;
}

.smartbanner-container {
    margin: 0 auto;
}

.smartbanner-close {
    position: absolute;
    left: 7px;
    top: 7px;
    display: block;
    font-family: 'ArialRoundedMTBold',Arial;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #efefef;
    cursor: pointer;
}

    .smartbanner-close:active, .smartbanner-close:hover {
        color: #333;
    }

.smartbanner-wma-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background-color: #fff;
    background-size: cover;
    background-image: url("/assets/images/wma_icon.jpg");
}
.smartbanner-ema-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background-color: #fff;
    background-size: cover;
    background-image: url("/assets/images/ema_icon.jpg");
}
.smartbanner-info {
    position: absolute;
    left: 98px;
    top: 15px;
    width: 44%;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: bold;
    color: #999;
}

.smartbanner-title {
    font-size: 15px;
    line-height: 17px;
    color: #000;
    font-weight: bold;
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border-bottom: 3px solid #b3c833;
    padding: 0 10px;
    min-width: 12%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #b3c833;
    text-decoration: none;
    border-radius: 5px;
}

.smartbanner-button:hover {
    background-color: #c1d739;
	border-bottom: 3px solid #8c9c29;
}

.smartbanner-button-text {
    text-align: center;
    display: block;
    padding: 0 5px;
}

/* Footer */

#footer {
    background-color: #daf3fc;
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.15) inset;
    font-size: 0.94em;
}

#footer .footer-navigation {
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .foot-nav-container {
	width: 1068px;
	margin-left: auto;
	margin-right: auto;
}

#footer .foot-nav-container:after {
    content: " "; 
    display: block;
    clear: both;
}

#footer .foot-nav-container .footer-nav-column {
	float: left;
	width: 130px;
}

#footer .foot-nav-container .footer-nav-column.footer-nav-column-last {
	margin-right: 0px;
}

#footer .foot-nav-container .footer-nav-column.footer-nav-column-last ul li ul li a {
	margin-left: -4px;
}

#footer .foot-nav-container .footer-nav-column > ul > li > a:first-child {
	white-space: nowrap;
}

#footer .foot-nav-container .footer-nav-column.claims {
	width: 125px;
}

#footer .foot-nav-container .footer-nav-column.treatment {
	width: 145px;
	margin-right: 32px;
}

#footer .foot-nav-container .footer-nav-column.return-to-work {
	width: 120px;
	margin-right: 20px;
}

#footer .foot-nav-container .footer-nav-column.insurance {
	width: 150px;
	margin-right: 32px;
}

#footer .foot-nav-container .footer-nav-column.resources {
	width: 125px;
	margin-right: 20px;
}

#footer .foot-nav-container .footer-nav-column.about-wcb {
	width: 120px;
}

#footer .foot-nav-container .footer-nav-column.millard {
	width: 150px;
}

.footer-column.wrap {
    clear: left;
}

#footer .footer-contacts {
    border-top: 1px solid #f6fcfe;
    min-height: 360px;
    padding-top: 40px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#footer .footer-logo {
    display: inline-block;
    min-height: 31px;
    min-width: 95px;
    max-width: 139px;
    width: 55%;
}

#footer h5 {
    font-weight: 700;
}

#footer p span {
    display: inline-block;
    margin-right: 10px;
}

#footer .utility-links p {
    margin: 30px 0px;
}

#footer .utility-links a {
    text-decoration: underline;
    color: #494949;
}

#footer .site-links a:hover {
    text-decoration: underline;
}

#footer .site-links a {
    text-decoration: underline;
    color: #494949;
    margin-right: 20px;
}

#footer .site-links a:hover {
            text-decoration: none;
        }

#footer .utility-links .twitter-link {
        background-image: url(../images/x-icn.png);
       	background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 30px;
        text-decoration: none;
    }

#footer .utility-links .twitter-link:hover {
            text-decoration: underline;
        }

#footer .utility-links .facebook-link {
        background-image: url(../images/icn-facebook.png);
		background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        text-decoration: none;
    }
	
#footer .utility-links .facebook-link:hover{
            text-decoration: underline;
        }
		
#footer .utility-links .linkedin-link {
        background-image: url(../images/icn-linkedin.png);
		background-size: 32px 21px;
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 25px;
		padding-right: 25px;
        text-decoration: none;
}
	
#footer .utility-links .linkedin-link:hover{
        text-decoration: underline;
}

/* Home Page */
ul.content-list li {
    margin-bottom: 10px;
    font-weight: 300;
    color: #98C857;
}

ul.content-list > li:last-child {
    margin-bottom: 0;
}

ul.content-list li a {
    font-weight: 300;
    color: #39c;
    font-size: 1em;
    text-decoration: none;
    max-width: 90%;
}

ul.content-list li a:hover {
    text-decoration: underline;
    color: #117BBC;
}

ul.content-list li:before {
    font-family: 'FontAwesome';
    font-size: 1.07em;
    content: '\f105';
    margin: 0 5px 0 0;
    color: #98C857;
}


.story-banner,
.work-sight-banner {
    background-position: center;
    height: 300px;
}
    

	
.story-banner {
    background-image:  url('/assets/images/MainStoryBanner/hp_Strat-plan_lg.png');	
    background-position: 90% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
    
}

.story-banner.story-2 {
    background-image: url(../images/home-keith.jpg);
}

.work-sight-banner {
    background-image: url('/assets/images/MainStoryBanner/hp_seminar_lg.jpg');
	background-position:75% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.story-banner .notice-bar {
	box-sizing: border-box;
    background-color: rgba(10, 10, 10, 0.45);
    padding: 5px;
	width: 100%;
    height: 30px;
	position: absolute;
	margin-top: -30px;
	z-index: 1;
	text-align: center;
}
.story-banner .notice-bar .long{
		display: inline;   
	} 
.story-banner .notice-bar .short{
		display: none;   
	}
.story-banner .notice-bar a{
	color: #fff;
	font-weight: 400;
}

.story-banner .story-panel{
    box-sizing: border-box;
    background-color: rgba(91, 190, 228, 0.95);
	/* DoM grey panel */
	/* background-color: rgba(151, 151, 151, 0.85); */
    padding: 20px;
    height: 300px;

}

.work-sight-banner .story-panel {
    box-sizing: border-box;
    background-color: rgba(91, 190, 228, 0.9);
    padding: 20px;
    height: 300px;
}

/*.story-banner .story-panel {
    display: none;
}*/

.story-banner .story-panel h1 ,
.work-sight-banner .story-panel h1 {
    color: #fff;
    line-height: 1.2em;
    font-weight: 300;
    font-size: 2.34em;
    margin-bottom: 10px;
}

.story-banner .story-panel .quote {
    margin-bottom: 0px;
}

.story-banner .story-panel .quote p {
    color: #fff;
    line-height: 1.4em;
    font-weight: 300;
    font-size: 1.07em;
    font-style: italic;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.story-banner .story-panel p.short,
.work-sight-banner .story-panel p.short,
.short {
    display: none;
}

.story-banner .story-panel .button {
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

.work-sight-banner .story-panel p {
    color: #fff;
    line-height: 1.4em;
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 10px;
}

.work-sight-banner .story-panel p a {
    color: #fff;
}


.work-sight-banner .story-panel p a:hover {
    text-decoration: none;
}

.full-story-quote {
    text-align: center;
}

.home-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-body h1,
.home-body h2,
.home-body h3 {
    color: #494949;
    font-weight: 300;
}

.home-body .grid-col-3 {
    padding: 0;
}

.home-body .page-icon {
    margin-left: 10px;
}

.home-body h1 {
    padding-bottom: 30px;
    font-size: 2.4em;
}

.home-body h2 {
    padding-bottom: 18px;
    font-size: 1.87em;
}

.home-body h3 {
    padding-bottom: 2px;
    font-size: 1.47em;
}

.home-body a.body-link {
    text-decoration: underline;
}

.home-body .topics {
}

.home-body.topics h3 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.home-body.topics p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
}

.body {
    margin-top: 10px;
}

.news {
    background-color: #daf3fc;
}

.news h1 {
    padding-left: 20px;
}

.news p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
    padding-bottom: 15px;
}

.news p.news-date {
            font-weight: 300;
            color: #999;
            font-size: 0.87em;
            padding-bottom: 5px;
        }

/* Page Banner */
.page-banner {
}

.page-banner {
    background-position: center;
    background-image: url(../images/claims-img.jpg);
    height: 170px;
    background-position: 90% center;
}

.page-banner.treatment-and-recovery {
    background-image: url(../images/treatment-img.jpg);
}

.page-banner.return-to-work {
    background-image: url(../images/return-img.jpg);
}

.page-banner.insurance-and-premiums {
    background-image: url(../images/insurance-img.jpg);
}
.page-banner.resources {
    background-image: url(../images/resources-img.jpg);
}
.page-banner.resources-workers {
    background-image: url(../images/resources-workers-img.jpg);
    background-position: 67% center;
}
.page-banner.resources-seminars {
    background-image: url(../images/page-banner/seminars-psych-lg.png);	
    background-position: 75% center;
	background-repeat: no-repeat;
}
.page-banner.education {
    background-image: url(../images/page-banner/seminars-psych-lg.png);	
}

.page-banner.about-wcb {
    	background-image: url('../images/page-banner/About-WCB-lg.jpg');
        background-position: 65% center;
		background-size: auto 100%;
	    background-repeat: no-repeat;
}
.page-banner.day-of-mourning {
    	background-image: url('../images/DoM/DoM-banner.jpg');
		background-position: Right;
}

.page-banner.headsup {
    	background-image: url('../images/headsup/headsup-banner.png');
        background-position: 70%, right;
}

.page-banner.return-to-work {
    background-image: url(../images/return-img.jpg);
}

.page-banner.millard-treatment-centre {
    background-image: url(../images/millard-img.jpg);
}

.page-banner .page-banner-panel {
    box-sizing: border-box;
    background-color: rgba(91, 190, 228, 0.9);
    padding: 20px;
    height: 170px;
}

.page-banner .page-banner-panel-DoM {
    box-sizing: border-box;
    background-color: rgba(151, 151, 151, 0.85);
    padding: 20px;
    height: 170px;
}

.page-banner .page-banner-panel-HeadsUp {
    box-sizing: border-box;
    background-color: rgba(91, 190, 228, 0.9);
    padding: 20px;
    height: 170px;
}

.page-banner h1 {
    color: #fff;
}

.page-banner .page-banner-panel h3,
.page-banner .page-banner-panel-HeadsUp h3,
.page-banner .page-banner-panel-DoM h3  {
    font-size: 1.47em;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
}

/* Content */
.inner-content {
    padding-top: 40px;
    background-color: #fff;
}

.inner-gutter {
    float: left;
    width: 260px;
}

.inner-body {
    float: left;
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 30px;
}
.inner-body h2,
.inner-body h3,
.inner-body h4,
.inner-body h5,
.inner-body h6 {
    color: #494949;
    font-weight: 300;
    margin: 30px 0 20px;
}

.inner-body h1 {
    color: #494949;
    font-weight: 300;
    margin: 15px 0 30px;
}

.inner-body h2 {
    line-height: 1.1;
    font-size: 1.87em;
    margin: 30px 0 10px;
}

.inner-body h3 {
    font-size: 1.47em;
}

.inner-body h4 {
    font-size: 1.47em;
}

.inner-body h5 {
    font-size: 1.2em;
}

.inner-body h6 {
    font-size: 1.07em;
}

.inner-body h2 a,
.inner-body h3 a,
.inner-body h4 a,
.inner-body h5 a,
.inner-body h6 a {
    text-decoration: none;
    border-bottom: 1px solid #39c;
}

.inner-body h2 a:hover,
.inner-body h3 a:hover,
.inner-body h4 a:hover,
.inner-body h5 a:hover,
.inner-body h6 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #117bbc;
}

.inner-body .in-this-section h2.section-title {
    font-size: 1.87em;
}

.inner-body .in-this-section h2 {
    font-size: 1.47em;
    line-height: 1.4;
}

.inner-body p,
.inner-body li {
    color: #494949;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 300;
    clear: both;
}

.inner-body a {
    text-decoration: underline;
}

.inner-body a:hover {
    color: #117bbc;
}

.inner-body p {
        margin-bottom: 20px;
    }

.inner-body p a {
            color: #39c;
            font-size: 1em;
        }

.inner-body ul, .inner-body ol {
    margin-bottom: 30px;
}

.inner-body ol li {
    list-style-type: decimal;
    margin-left: 0;
    margin-left: 45px;
    margin-bottom: 10px;
}

.inner-body ul li {
    list-style-type: none;
    background-image: url(../images/bullet.png);
    background-position: 30px 9px;
    background-repeat: no-repeat;
    margin-left: 0;
    padding-left: 45px;
    margin-bottom: 10px;
}

.inner-body ul li ul {
    margin-top: 10px;
}

.inner-body ul li ul li {
    background-image: url(../images/bullet-open.png);
    padding-left: 35px;
    background-position: 20px 9px;
}

.inner-body ul li p {
    margin-top: 10px;
}
.style-free-list li {
    list-style-type: none !important;
    margin-left: 0 !important;
}

.inner-body table {
    border: 1px solid #daf3fc;
    border-collapse: collapse;
    width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.inner-body table tr {
    border: 1px solid #daf3fc;
}

.inner-body table tr th,
.inner-body table tr td {
    color: #494949;
    padding: 8px 12px;
    font-weight: 100;
    font-size: 0.94em;
    border: 1px solid #daf3fc;
}

.inner-body table tr th {
    background-color: #ecf9fd;
    font-weight: 500;
}

.inner-body table tr td {
    background-color: #f6fcfe;
    font-weight: 300;
}

.inner-body table.meeting-minutes tr td:first-child {
	width:22%;
}

.inner-body table tr:nth-child(even) td {
    background-color: #fff;
}

.inner-body table.policy-table,
.inner-body table.policy-table tr,
.inner-body table.policy-table tr th,
.inner-body table.policy-table tr td {
	background-color: #fff;
	border:none;
}

.inner-body table.policy-table tr th:last-child {
	width: 63%;
}

.inner-body table.policy-table tr th:first-child {
	width: 18%;
}

.inner-body fieldset {
	box-sizing: border-box;
    padding: 0px 30px 0px;
	margin: 40px 0px;
    border: 1px solid #b6e7f9;
}

.inner-body fieldset .button {
	margin-top: 30px;
	margin-bottom: 20px;
}

.inner-body .page-content h2:first-child {
    margin-top: 0;
}

.inner-body .page-content .transmittal-sheet {
	margin-right: 40px;
	display:inline-block;
}

.inner-body .policy-transmittals-list li {
	background-image: none;
}

.policy-transmittals-list li:before {
    font-family: 'FontAwesome';
    font-size: 1.07em;
    content: '\f105';
    margin: 3px 5px 0 0;
    color: #98C857;
    margin-left: -10px;
    vertical-align: top;
    line-height: 1.2em;
}
.campaign {
	background-image: url("/assets/images/sidebar_main.png?202211211200");
    background-repeat: no-repeat;
	background-size: 100%;
    background-position: top, right;
	background-repeat: no-repeat;
    margin-top: 20px;
	margin-bottom: 20px;
    height: 280px;
	width: 100%;
}
	
.sidebarbuttons {
	padding-top: 70%;
	text-align: right;
	
}
.sidebarbuttons .button{
	margin-bottom: 8px;
	margin-right: 8px;
}

.need-help {
    box-sizing: border-box;
    padding: 20px 20px 30px;
    border: 1px solid #b6e7f9;
    margin-bottom: 40px;
}

.need-help h2 {
    font-weight: 100;
    font-size: 1.87em;
    color: #494949;
    padding-bottom: 20px;
}

.need-help .fa {
    float: left;
    font-size: 1.6em;
    color: #fbb43a;
}

.need-help p {
    margin-left: 42px;
    padding-top: 4px;
}

.need-help .phone {
    background-image: url(../images/icn-phone.png);
    background-repeat: no-repeat;
}

.need-help .email {
    background-image: url(../images/icn-email.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 40px;
}
.need-help .NeedHelpform {
    background-image: url(../images/icn-help-millard.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    height: 40px;
}
.need-help .mobile {
    background-image: url(../images/icn-mobile.png);
    background-repeat: no-repeat;

}

.need-help #contact-header-1,
.need-help #contact-header-2 {
	display: block;
}

.documents {
    padding: 20px 20px 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.notice-box {
    border: 1px solid #666666;
	padding: 3%;
	margin-bottom: 30px;
}

.key-resources {
    border: 1px solid #d3f1fb;
    background-color: #f0fafe;
}

.key-resources-alert {
    border: 1px solid #d3f1fb;
    background-color: #f0fafe;
    width: auto;
    padding: 2px;
}

.key-resources-container {
    display: inline-block;
}
.supporting-documents {
    border: 1px solid #b6e7f9;
}

.inner-body h3.other-stories {
    margin-bottom: 0px;
}

.inner-body h3.useful-links {
    margin-bottom: -25px;
}

.documents h2,
.documents h3 {
    font-size: 1.47em;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 20px;
}

a[href$=".xls"] + em, a[href$=".mp4"] + em, a[href$=".mov"] + em, a[href$=".wmv"] + em, a[href$=".pdf"] + em, a[href$=".zip"] + em, a[href$=".doc"] + em, a[href$=".docx"] + em, a[href$=".dot"] + em {
    font-size: 0.87em;
    font-style: normal !important;
    color: #aaa;
}

.fact-sheet-content ul li em {
    font-style: italic;
}

.documents ul li,
.documents ul li ul li,
.supporting-documents ul li,
.supporting-documents ul li ul li {
    background-image: none;
    background-position: 0 2px;
    padding-left: 20px;
    padding-right: 20px;
}
    
.documents ul li a,
.supporting-documents ul li a {
        text-decoration: none;
    }
    
.documents ul li a:hover,
.supporting-documents ul li a:hover {
        text-decoration: underline;
    }
    
.documents ul li:before,    
.supporting-documents ul li:before {
    font-family: 'FontAwesome';
    font-size: 1.07em;
    content: '\f105';
    margin: 0 5px 0 -15px;
    color: #98C857;
}

.drop-down-arrow ul li:before {
    font-family: 'FontAwesome';
    font-size: 1.07em;
    content: '\f105';
    margin: 0 5px 0 -15px;
    color: #98C857;
}

.drop-down-arrow ul li {
	background-image: none;
}
.drop-down-arrow ul li ul li{
	background-image: none;
}


.special-box {
	padding: 120px 0px 20px;
    margin-bottom: 30px;
	border: 1px solid #b6e7f9;
}
.special-box-employer {
	padding: 120px 0px 0px;
    margin-bottom: 30px;
	border: 1px solid #b6e7f9;
}
.special-box.WMA-box {
	background-image: url('/assets/images/WMA_app_banner_lg.png?202105041200');
	background-size: 100%;
    background-position: top, right;
	background-repeat: no-repeat;
}

.special-box-employer.EMA-box {
	background-image: url('/assets/images/ema_banner.png');
	background-size: 100%;
    background-position: top, right;
	background-repeat: no-repeat;
}

.special-box-employer.BSS-box {
	background-image: url('/assets/images/employer_portal_banner.png');
	background-size: 100%;
	background-position: top, right;
	background-repeat: no-repeat;
}

.introduction p:first-child {
    color: #494949;
    line-height: 1.4;
    font-size: 1.87em;
    font-weight: 300;
    margin-bottom: 30px;
}

.introduction p {
    color: #494949;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
}

#nav .top-level > li.home {
    border-left: 0;
}

.fact-sheet-search {
    border: 1px solid #d3f1fb;
    background-color: #E5F7FD;
    padding: 20px;
    margin: 20px 0;
}

.fact-sheet-search label {
    display: inline-block;
    font-size: 1.47em;
    font-weight: 100;
    margin-right: 20px;
    color: #494949;
    top: 4px;
    position: relative;
}

.fact-sheet-search .fact-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 500px;
}

.fact-sheet-search input[type=text] {
    border: 1px solid #e0e0e0;
    color: #999;
    font-size: 0.87em;
    font-weight: 300;
    width: 100%;
    padding: 5px;
}

.fact-sheet-search i {
    color: #999;
    position: absolute;
    right: 5px;
    top: 1px;
    padding: 5px;
    font-size: 1.07em;
}

.collapsible-section {
    border: 1px solid #d3f1fb;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.collapsible-section h3 {
    font-size: 1.47em;
    color: #39c;
    margin: 0;
    line-height: 50px;
    padding-left: 20px;
    cursor: pointer;
}

.collapsible-section.collapsed {
    background-color: #ecf9fd;
    height: 50px;
}

.collapsible-section.collapsed:hover {
        background-color: #d3f1fb;
    }

.collapsible-section .collapse-control {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
}

.collapsible-section.collapsed .collapse-control {
    background-color: #d3f1fb;
}

.collapsible-section .collapse-control i {
    left: 10px;
    top: 10px;
    position: absolute;
    font-size: 1.34em;
    color: #39c;
}

.collapsible-section table {
    width: 94%;
    margin: 20px 20px;
}

.tab-content {
	float: right;
	width: 75%;
	border: 1px solid #d3f1fb;
	background-color: #fff;
	padding: 5px 20px;
}

ul.tab-nav {
	float: left;
	width: 25%;
	border: 1px solid #d3f1fb;
	border-right: none;
}

ul.tab-nav li {
	background-image: none;
	padding: 10px;
	background-color: #f0fafe;
	margin: 0px;
	border-bottom: 1px solid #d3f1fb;
}

.body.large-font-size ul.tab-nav.process li {
	padding-top: 0;
}

ul.tab-nav li:last-child {
	border-bottom: none;
}

ul.tab-nav li.active {
	background-color: #fff;
	border-right: solid 1px #fff;
	position: relative;
	left: 1px;
}

ul.tab-nav li.active a {
	text-decoration: none;
	color: #494949;
	cursor: text;
}

ul.tab-nav li.active a:hover {
	text-decoration: none;
}

.tab-content.process {
	width: 100%;
	border: none;
}

ul.tab-nav.process {
	width: 100%;
	border: none;
}

ul.tab-nav.process li {
	display: inline-block;
	color: #fff;
	padding-left: 50px;
    width: 140px;
    height: 80px;
	position: relative;
	background: #98c857;
	margin-bottom: 20px;
}

ul.tab-nav.process li.active {
	background-color: #FBB43A;
}

ul.tab-nav.process li.active:after {
	border-left-color: #FBB43A;
}

ul.tab-nav.process li:last-child:after{
	border: none;
}

ul.tab-nav.process li:first-child {
	padding-left: 25px;
	width: 110px;
}

ul.tab-nav.process a {
	color: #fff;
	font-size: 15px !important;
	text-decoration: none;
	line-height: initial;
}

ul.tab-nav.process a:hover {
	text-decoration: underline;	
}

ul.tab-nav.process .process-title {
	display: block;
	font-weight: 500;
}

ul.tab-nav.process li:after, ul.tab-nav.process li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

ul.tab-nav.process li:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #98c857;
	border-width: 40px 30px;
	margin-top: -40px;
	z-index: 1;
}
ul.tab-nav.process li:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 45px 34px;
	margin-top: -45px;
	z-index: 1;
}

ul.tab-nav.process.three-stage li:first-child {
	width: 200px;
}

ul.tab-nav.process.three-stage li {
	width: 240px;
}

a.process-link {
	float: right;
	text-decoration:none;
}

a.process-link .fa-chevron-right {
	font-size:0.7em;
	margin-right:-5px;
	margin-left: 5px;
}

.social-media a{
	padding-right: 20px;
	
}

/* Forms and Applications */

.form {
    margin-top: 32px;
    margin-bottom: 50px;
}

.form span.required {
    color: #eb212e;
    padding-left: 3px;
}

.form label {
    display: inline-block;
    float: left;
    font-size: 0.94em;
    font-weight: 500;
    color: #494949;
    line-height: 30px;
	margin-right: 10px;
}

.form label.inline {
	display: inline;
    float: initial;
    margin-right: 1em;
}

.form input {
	display: block;
}

.form input[type=text] {
    float: left;
    border: 1px solid #e0e0e0;
    padding: 5px;
    font-size: 0.87em;
    font-weight: 300;
    color: #494949;
}

.form .price-row {
	display: inline-block;
}

.form .price-row input {
	width: 75px; 
	display: inline-block;
}

.form-break {
    margin-bottom: 40px;
    width: 100%;
    display: block;
    float: left;
}

.form-row.no-bottom-margin {
	margin-bottom: 0px;
}

.form-row.no-top-margin {
	margin-top: 0px;
}

.input-group {
    width: 250px;
	clear: both;
}

.input-group-addon {
    border-radius: 0px;
}

.input-group input {
    max-width: 227px;
    border-radius: 0px;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}

.input-group [type="checkbox"] {
    display: inline-block;
    width: auto;
}

.input-group label {
    width: 100% !important;
}

input[type=text], input[type=password], textarea {
    width: 300px;
}

input.phone-number {
    width: 200px;
}

input.phone-three-digits {
	width: 3em;
}

input.phone-four-digits {
	width: 4em;
	margin-right: 9px;
}

input.phone-extension {
	width: 7em;
}

span.float-left {
	float: left;
	margin-top: 2px;
	padding: 2px;
}

span.float-left.right-margin {
	margin-right: 5px;
}

input.form-number {
    width: 80px;
}

input.city {
    width: 190px;
    margin-right: 20px;
}

input.postal-code {
    width: 90px;
}

input.clear {
	clear: both;
}

input[type=radio] {
	display: inline-block;
    float: left;
	margin: 8px 5px;
}

input[type=checkbox] {
	display: inline-block;
    float: left;
	margin: 8px 5px;
}

.form .button {
    margin-top: 10px;
}

button.date-select {
	margin-top: 0px !important;
	margin-left: 5px;
    padding-top: 6px !important;
    height: 30px;
}

.body.large-font-size button.date-select {
    height: 36px;
}

.body.small-font-size button.date-select {
    height: 24px;
}

.form button.copy-from-above {
	float: left;
	margin-top: 0px;
}

.form-info {
    position: relative;
    margin-top: 10px;
}

.required {
    color: red;
}

.more-controls {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1em;
}

.more-controls .hidden {
    display: none;
}

.form .collapsible-section .form-count {
    text-align: center;
    width: 125px;
    white-space: nowrap;
}

.form .collapsible-section .form-count input {
    width: 50px;
    float: inherit;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
}

.form-row {
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0px;
}

.form-row-list {
    width: 100%;
    display: block;
    float: left;
    margin: 2px 0px;
}

.form label {
	width: 100%;
}

label.form-number {
    width: 400px;
}

.form-pair {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.form-pair label {
	width: auto;
}

.form-pair > label {
    display: inline-block;
    font-size: 0.87em;
    font-weight: 500;
}

.map-locator label {
	display: block;
}

.form-pair button {
    margin-top: 15px;
}

.form-pair label.checkbox-label {
    display: inline-block;
    font-size: 0.87em;
    font-weight: 400;
    padding-right: 20px;
    vertical-align: middle;
}

form input[type=text], form input[type=password], form input[type=checkbox], form select, form textarea {
    border: 1px solid #e0e0e0;
    padding: 5px;
    font-size: 0.87em;
    font-weight: 300;
    color: #494949;
}

form .site-search-holder input.search-box,
#mobile-search-holder input.search-box {
	width: 100%;
}

form #search-holder input.search-box {
	width: 330px;
}

form input[type=text].error, form textarea.error, form form-row.span.error {
    border: 1px solid #cc0000;
}

form label.error {
    color: #cc0000;
    display: block;
    clear: both;
    font-weight: 300;
    font-size: 0.87em;
    width: 100%;
}

form .workshop-date {
	float: left;
	clear: both;
}

form .workshop-enroll {
	float: right;
}

form .workshop {
	border: 1px solid #d3f1fb;
	overflow: auto;
	margin-bottom: 40px;
	padding: 0px 20px;
}


form .workshop-location {
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 20px;
}
form .workshop-title {
	background-color: #ecf9fd;
	padding: 10px 20px;
	margin: 0px -20px 20px -20px;
}

form .workshop-title h3 {
	margin-top: 0px;
}
#FillForm:not(:target) {
	display: none;
}

#FillForm:target {
	display: block;
}

#map-canvas {
    height: 700px;
    margin-bottom: 10px;
}

#map-close {
	display: none;
}

.map-locator-address {
	margin-top: 20px;
    margin-bottom: 20px;
	padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
}

.map-locator-address p {
    margin-bottom: 2px;
    font-size: 0.94em;
	font-weight: 300;
	line-height: 1.3em;
}

.map-locator input[type=radio] {
    display: inline-block;
    float: left;
    margin: 3px 5px;
}

.map-locator select {
	width: 100%;
}

form.map-locator label.error{
	margin-left: 0px;
}

.nav-button, .nav-button:hover {
    font-size:0.7em;
    padding: 3px 7px;
}

.paginator-nav .number {
    margin: 0px 12px;
    cursor:pointer;
	font-size: 0.94em;
	font-weight: 300;
}

.paginator-nav .current-page, .paginator-nav .current-page:hover {
    color: #494949;
    cursor: default;
	text-decoration: underline;
}


.video-feature-box {
	border: 2px solid #ecf9fd;
	background-color: #ecf9fd;
	padding: 20px;
	margin: -20px 0px;
	
}


.VideoRow {
     margin: 20px 0px;
}

.VideoRow p {
    margin: 10px 0px;
}

      /* Parent element can be any width and height */
      
.YTparent {
      position: fixed;
      width: 100%; /* can be any width */
      height: 100%;
      left: 0;
      top: 0;
      display: none;
      text-align: center;
  }

      .YTparent:before { /* pseudo element to force vertical centering of child element */
          content: '';
          display: inline-block;
          height: 100%;
          vertical-align: middle;
      }

      .YTparent:after { /* pseudo element to create overlay */
          background: black;
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0.8;
          z-index: 10;
      }

  /* Centered child element can be any width and height */
  .YTcenteredchild {
      position: relative; /* position element to participate in z-indexing */
      z-index: 20; /* higher z-index than overlay */
      display: inline-block;
      vertical-align: middle;
      width: auto; /* can be any width */
      height: auto;
  }

.YTvideowrapper{
	position: relative;
	padding-top: 25px;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;

}
.YTvideowrapper iframe{
	position: fixed;
	top: 25%;
	left: 25%;
	height: 50%;
	width: 50%;
}

.lightbox-overlay {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index:99;
	background-color: black;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox {
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 1001;
	width: 640px;
	margin-left: -320px;
	height: 360px;
}

.lightbox video {
	width: 100%;
	box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.5);
	background: black;
}

.lightbox a#close {
	float: right;
	margin-bottom: 20px;
}

.lightbox a#play {
	z-index: 1002;
	position: absolute;
    top: 50%;
    left: 43%;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox.popup {
	top: 15%;
	background: white;
	width: 300px;
	height: auto;
	padding: 15px;
	padding-top: 0;
	margin-left: -150px;
	box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.5);
}

.lightbox.popup .close-holder {
	margin-top: 10px;
	margin-right: -5px;
	height: 25px;
}

.lightbox.popup h2 {
	font-size: 1.87em;
	font-weight: 100;
	margin-bottom: 30px;
}

.lightbox.popup p {
	margin-bottom: 30px;
}

.lightbox.popup button {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

.lightbox.popup a#cancel {
	display: block;
	font-size: 0.87em;
	clear: both;
	margin-bottom: 15px;
}

/* Worksight Magazine */

.worksight img.banner {
	margin-bottom: 20px;
	width: 100%;
}

.worksight-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.worksight h2 {
	border-bottom: 1px solid #EBEBEB;
}

.worksight-panel {
	background-color: #ecf9fd;
	padding: 20px;
	border: 1px solid #d3f1fb;
}

.worksight-panel ul {
	margin-bottom: 0px;
}

.worksight-panel h3 {
	margin-bottom: 10px;
}

.worksight-section h3 {
	margin-top: 0px;
}

.worksight-section a {
	color: #39c;
	text-decoration: none;
    border-bottom: 1px solid #39c;
}

.small-font-size {
	font-size: 10px;
}

.normal-font-size {
	font-size: 15px;
}

.large-font-size {
	font-size: 20px;
}



@media(min-width: 1085px){
    #footer .utility-links {
        margin-left: 40px;
    }

    #footer .footer-contacts .site-list {
        margin-left: 40px;
    }

	.home-body .page-icon {
		display: inline !important;
	}

	.home-body #health-care-providers {
		padding-left: 0px;
	}

	#header #logo img {
		padding-top: 20px;
	}

}

@media (min-width: 960px) {
    #header-links {
        float: right;
        padding-top: 15px;
    }

    #search-holder {
        margin: 0px;
        margin-top:12px;
        float:right;
    }

    #search-holder #search-box {
        width: 300px;
    }

    #footer .footer-navigation .footer-column {
        margin-right: 26px;
        clear: none;
    }

    #footer .footer-contacts .footer-column {
        margin-right: 40px;
        clear: none;
    }
    
    #footer .foot-nav-container .footer-nav-column.about-wcb {
		margin-right: -5px;
	}
	
	.YTvideowrapper iframe{
		position: fixed;
		top: 25%;
		left: 25%;
		height: 40%;
		width: 50%;
	}

}

@media(max-width: 1084px){
	.story-banner {
		background-image:  url('/assets/images/MainStoryBanner/hp_Strat-plan_sm.png');
		background-position: 90% center;
		background-repeat: no-repeat;
		background-size: auto 100%;
    
	}
	.story-banner .story-panel h1, .work-sight-banner .story-panel h1 {
		font-size: 1.87em;
	}
	

    .page-banner.about-wcb {
		background-image: url('/assets/images/page-banner/About-WCB-md.jpg');
        background-position: right center;
		background-size: auto 100%;
	    background-repeat: no-repeat;

	}

	#mobile-search-holder #search-box {
		padding: 5px 30px 5px 5px;
		height: 30px;
		width: 100%;
		font-weight: 300;
		font-size: 13px;
		color: #494949;
		border: 1px solid #E0E0E0;
	}

	#mobile-search-holder i {
		color: #999;
		position: absolute;
		right: 25px;
		top: 67px;
		padding: 5px;
		font-size: 18px;
	}

	.inner-body table tr th, .inner-body table tr td {
		padding: 12px 4px;
		font-size: 0.84em;
	}

	#map-canvas {
		display: none;
		position: fixed !important;
		left: 5%;
		top: 10%;
		width: 90%;
		height: 80%;
		z-index: 99;
		box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.5);
		border: 5px solid white;
		border-radius: 5px;
	}

	#map-close {
		margin-top:5px;
		margin-right:5px;
		float: right;
		z-index: 100;
		position: fixed;
		top: 10%;
		right: 5%;
		display: none;
		background-color: black;
		-moz-opacity: 0.8;
		opacity:.80;
		filter: alpha(opacity=80);
		box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.5);
	}

	#map-close img {
		margin: 10px;
	}

	.process .mobile-collapse {
		border: 1px solid #d3f1fb;
		padding: 10px 15px 15px;
		margin-bottom: 10px;
	}

	.process .mobile-collapse.closed {
		background-color: #ecf9fd;
		height: 45px;
		overflow: hidden;
	}

	.process .mobile-collapse.open {
		background-color: #fff;
		height: inherit;
	}

	.process .mobile-collapse h2:first-child {
		color: #39c;
		font-size: 22px;
		font-weight: 300;
		position: relative;
		cursor: pointer;
		padding-right: 30px;
	}

	.process .mobile-collapse h2:first-child:after {
		content: '\f078';
		font-family: FontAwesome;
		font-size: 16px;
		display: inline-block;
		background-color: #d3f1fb;
		padding: 8px;
		right: -8px;
		top: -5px;
		position: absolute;
	}

	.process .mobile-collapse .open h2:after {
		content: '\f077';
		background-color: #fff;
	}

	.process .mobile-collapse h2 img {
		display: none;
	}

	.tab-nav.process {
		display: none;
	}

	.process .process-stage .process-stage-number {
		font-size: 0.8em;
		display:block;
	}
}

@media(max-width: 959px){
	.form .price-row {
		margin-top: 20px;
	}

	#search-holder.policy-manual i{
		top: 30px;
		right: 40px;
	}
	
	#hide-959 {
		display: none;
	}
	.special-box-employer {
		padding: 100px 0px 0px;
	}	
	.special-box-employer.BSS-box{
		background-image: url('/assets/images/employer_portal_banner_sm.png');
		background-size: 100% auto;
	}	
	.special-box-employer.EMA-box{
		background-image: url('/assets/images/ema_banner_sm.png');
		background-size: 100% auto;
	}	
	.special-box.WMA-box {
		background-image: url('/assets/images/WMA_app_banner_md.png?202105041200');

	}

	
	.story-banner {
		/*background-image: url('/assets/images/MainStoryBanner/hp_mobile2_md.jpg');
		background-position: 65% center;
		background-repeat: no-repeat;*/
		
	}

	.YTvideowrapper iframe{
		position: fixed;
		top: 25%;
		left: 25%;
		height: 30%;
		width: 50%;
	}	
	
}

@media(max-width: 711px){
	form label.error {
		margin-left: 0px;
	}

	input.city {
		margin-bottom: 20px;
	}

    .inner-body h1 {
        font-size: 1.74em;
    }

	.inner-body table {
		margin: 0px;
	}

    .introduction p:first-child {
        font-size: 22px;
    }

    #footer .footer-logo {
        display: inline-block;
        /*width: 36%;*/
        
    }

    .documents h2, .documents h3 {
        font-size: 1.2em;
    }

	.inner-body {
		padding-left: 20px;
	}

	.page-banner .page-banner-panel h3 {
		font-size: 1.3em;
		line-height: 1.2;
	}
    
    .page-banner.about-wcb {
		background-image: url('/assets/images/page-banner/About-WCB-md.jpg');
        background-position: 88% center;
	    background-repeat: no-repeat;

	}	
	.page-banner.resources-seminars {
		background-image: url('/assets/images/page-banner/seminars-psych-lg.png');	
		background-position: 75% center;
		background-size:  auto 100%;
		height: 170px;
	} 
	
	.story-banner {
		background-image:  url('/assets/images/MainStoryBanner/hp_Strat-plan_sm.png');	
		background-position: 95% center;	
		background-size:  auto 100%;		
	}	
	.story-banner .story-panel h1, .work-sight-banner .story-panel h1 {
		font-size: 1.4em;
	}

	.story-banner .story-panel .quote p {
        font-size: 1em;
        padding-bottom: 5px;
    }

	.story-banner .story-panel .quote {
		margin-bottom: 10px;
	}
	
	.story-banner.story-1,
	.story-banner.story-2 {
		background-position: right 43% top 3%;
	}

	.story-banner .notice-bar {
		padding: 2px;
		height: 45px;
		margin-top: -45px;   
	}
	.story-banner .notice-bar .long{
		display: none;   
	} 
	.story-banner .notice-bar .short{
		display: block;   
	}
	.story-banner .notice-bar a{
		font-size: 0.8em;
	}

	.special-box {
		padding: 150px 0px 20px;
	}
	.special-box-employer {
		padding: 205px 0px 0px;
		margin-bottom: 30px;
		border: 1px solid #b6e7f9;
	}
	.special-box-employer.BSS-box{
		
	}	
	.special-box-employer.EMA-box{
		
	}
	.long {
        display: none;
    }
	.story-banner .story-panel p.short, .work-sight-banner .story-panel p.short, .short {
		display: inline-block;
	}

	.mobile-collapse {
		border: 1px solid #d3f1fb;
		padding: 10px 15px 15px;
		margin-bottom: 10px;
	}

	.mobile-collapse.closed {
		background-color: #ecf9fd;
		height: 45px;
		overflow: hidden;
	}

	.mobile-collapse.open {
		background-color: #fff;
		height: inherit;
	}

	.mobile-collapse h2 {
		color: #39c;
		font-size: 22px;
		font-weight: 300;
		position: relative;
		cursor: pointer;
		padding-right: 30px;
	}

	.mobile-collapse h2:after {
		content: '\f078';
		font-family: FontAwesome;
		font-size: 16px;
		display: inline-block;
		background-color: #d3f1fb;
		padding: 6px 10px;
		right: -8px;
		top: -5px;
		position: absolute;
	}

	.mobile-collapse .open h2:after {
		content: '\f077';
		background-color: #fff;
	}

	.mobile-collapse h2 img {
		display: none;
	}

	.content.home-body h1 {
		font-size: 1.74em;
		font-weight: 300;
	}

	.home-body h3 {
		font-size: 1.2em;
	}

	.home-body h1 {
		font-size: 1.74em;
	}

	#mobile-menu.mm-menu {
		margin-top: 70px;
	}

    img.wcb-logo {
		min-height: 30px;
	}

	.site-search i {
		top: 126px;
	}

	.tab-nav {
		display: none;
		width: 0;
	}

	.tab-content {
		width: 100%;
		border: none;
	}

	.worksight img.banner {
		width: 100%;
	}
	
	.work-sight-banner {
		background-image: url("/assets/images/MainStoryBanner/hp_seminar_md.jpg");
		background-position: 80%;
		background-size: auto 100%;
	}

	input.phone-three-digits {
		margin-right: 10px;
	}

	#search-holder.policy-manual .search-box{
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	.YTvideowrapper iframe{
		position: fixed;
		top: 15%;
		left: 10%;
		height: 45%;
		width: 80%;
	}
}


@media(max-width: 479px){

	.inner-body table tr th, .inner-body table tr td {
		padding: 12px 4px;
		font-size: 0.84em;
	}

    #header .wcb-logo{
        min-height: 40px;
    }

    .page-banner {
        height: 100px;
    }
	

	.story-banner,
	.work-sight-banner {
		height: 220px;
	}

	.story-banner {
		background-image: url('/assets/images/MainStoryBanner/hp_Strat-plan_sm.png');
		background-size: Auto 100%;
		background-position:  95% center;
		background-repeat: no-repeat;
		
	}
	
	.story-banner.story-2{
		background-image: url("/assets/images/home-keith-sm.jpg");
		background-position: 43%;
	}

	.work-sight-banner {
		background-image: url("/assets/images/MainStoryBanner/hp_seminar_sm.jpg");
		background-size: Auto 100%;
		background-position: 65% center;
		background-repeat: no-repeat;
	}

	.story-banner .story-panel,
	.work-sight-banner .story-panel {
		height: 220px;
	}
	.story-banner .story-panel h1, .work-sight-banner .story-panel h1 {
		font-size: 1.1em;
	}
	
	.story-banner .notice-bar a{
		font-size: 0.75em;
	}
	
	.work-sight-banner .story-panel p {
		padding-bottom: 0px;
	}

    #footer .footer-contacts {
        min-height: 590px;
    }

	.story-banner .story-panel p.long,
	.work-sight-banner .story-panel p.long {
        display: none;
    }

	.story-banner .story-panel p.short,
	.work-sight-banner .story-panel p.short {
        display: inherit;
    }

	.page-banner {
        background-image: url('/assets/images/claims-img-sm.jpg');
        height: 100px;
    }
    
    .page-banner.treatment-and-recovery {
        background-image: url('/assets/images/treatment-img-sm.jpg');
    }
    
    .page-banner.return-to-work {
        background-image: url('/assets/images/return-img-sm.jpg');
    }
    
    .page-banner.insurance-and-premiums {
        background-image: url('/assets/images/insurance-img-sm.jpg');
    }
    
    .page-banner.resources {
        background-image: url('/assets/images/resources-img-sm.jpg');
    }
	
    .page-banner.resources-workers {
        background-image: url('/assets/images/resources-workers-img-sm.jpg');
    	background-size: 100%;
        background-position: right center;	
		background-repeat: no-repeat;
    }
	.page-banner.resources-seminars {
		background-image: url('/assets/images/page-banner/seminars-psych-sm.png');	
		background-position: 80% center;
		background-size:  auto 100%;
		height: 170px;
	}  
	/*.page-banner.education {
		background-image: url('/assets/images/education-img-sm.jpg');
		height: 170px;
	}*/
  
    .page-banner.about-wcb {
        background-image: url('/assets/images/page-banner/about-wcb-sm.jpg');
		background-size: auto 100%;
		background-position: 40% center;
    }

    .page-banner.day-of-mourning {
    	background-image: url('/assets/images/DoM/DoM-banner-sm.jpg');
    }    
	
	.page-banner.headsup {
    	background-image: url('/assets/images/headsup/headsup-banner-sm.png');
        background-position: 70%, right;		
    }
    
    .page-banner.return-to-work {
        background-image: url('/assets/images/return-img-sm.jpg');
    }
    
    .page-banner.millard-treatment-centre {
    background-image: url('/assets/images/millard-img-sm.jpg');
    }

	.site-search i {
		top: 105px;
	}

	.map-locator .form-pair {
		display: inline;
		float: none;
	}

	input[type=text], input[type=password], textarea {
		width: 250px;
	}

	fieldset input[type=text], fieldset input[type=password], fieldset textarea {
		width: 200px;
	}

	input.city {
		width: 190px;
		margin-right: 200px;
	}

	input.postal-code {
		width: 90px;
	}

	input.phone-three-digits {
		width: 3em;
		margin-right: 10px;
	}

	input.phone-four-digits {
		width: 4em;
	}

	input.phone-extension {
		width: 7em;
	}

	.process .process-stage h2:first-child {
		font-size: 1.1em;
	}
	
	.special-box {
		padding: 120px 10px 20px;		
	}	
	.special-box-employer {
		padding: 150px 0px 0px;
	}
	.special-box-employer.BSS-box {
		background-image: url('/assets/images/employer_portal_banner_sm.png');
		background-size: 100%;
	}
	.special-box-employer.EMA-box {
		background-image: url('/assets/images/ema_banner_sm.png');
		background-size: 100%;
	}
	.special-box.WMA-box {
		background-image: url('/assets/images/WMA_app_banner_sm.png?202105041200');
		background-size: 100%;
	}	
	.YTvideowrapper iframe{
		position: fixed;
		top: 20%;
		left: 2%;
		height: 50%;
		width: 96%;
	}
	
}

@media(max-width: 319px){

	.site-search {
		padding: 10px;
	}

	.site-search i {
		top: 95px;
		right: 28px;
	}

	.work-sight-banner {
		background-position: 60%;
	}
	
	.special-box {
		padding: 90px 0px 20px;

	}
	
	.special-box-employer {
		padding: 85px 0px 0px;
	}
}


