		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 12 July 2017 08:49:37
*/


@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Wed Aug 29 2016 17:46 GMT+0200 (CEST) - Manually edited
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Accordion
    Back to top
    Breadcrumbs
    Font awesome
    Magnific popup
    Matrix form
    Mediaelement
    Navbar
    Off canvas nav
    Pagination
    Quick search
    Responsive tables
    Secondary nav
    Skip links
    Slick
    Spritesheet
    S
 */
/*****************************************************************
Stylesheet: Typography
Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline
*/



/*  IE8 PDF download fallback  */

.ie8-fallback {
  display: none;
}

body.lt-ie9 .ie8-fallback {
  display: block;
}

/*@import url(https://fonts.googleapis.com/css?family=Hind:400,700);*/

/*@font-face {
  font-family: "Standard CT";
  src: url("https://www.worksafe.vic.gov.au/__data/assets/file/0009/196911/standard-regular-webfont.woff2?v=0.1.3") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Standard CT";
  src: url("https://www.worksafe.vic.gov.au/__data/assets/file/0008/196910/standard-bold-webfont.woff2?v=0.1.1") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Standard CT";
  src: url("https://www.worksafe.vic.gov.au/__data/assets/file/0005/197627/standard-regular-webfont.eot?v=0.1.1?#iefix") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}*/


@font-face {
  font-family:Standard CT;
  src:url(https://www.worksafe.vic.gov.au/__data/assets/file/0005/197627/standard-regular-webfont.eot?v=0.1.1);
  src:url(https://www.worksafe.vic.gov.au/__data/assets/file/0005/197627/standard-regular-webfont.eot?v=0.1.1?#iefix) format("embedded-opentype"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0008/196910/standard-bold-webfont.woff2?v=0.1.1) format("woff2"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0005/197636/standard-bold-webfont.woff?v=0.1.1) format("woff"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0004/197635/standard-bold-webfont.ttf?v=0.1.1) format("truetype"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0006/197637/standard-bold-webfont.svg?v=0.1.1#standard_ct_boldbold) format("svg");
  font-weight:700;
  font-style:normal}

@font-face {
    font-family:Standard CT;
    src:url(https://www.worksafe.vic.gov.au/__data/assets/file/0005/197627/standard-regular-webfont.eot?v=0.1.1);
    src:url(https://www.worksafe.vic.gov.au/__data/assets/file/0005/197627/standard-regular-webfont.eot?v=0.1.1?#iefix) format("embedded-opentype"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0009/196911/standard-regular-webfont.woff2?v=0.1.3) format("woff2"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0009/197631/standard-regular-webfont.woff?v=0.1.1) format("woff"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0011/197633/standard-regular-webfont.ttf?v=0.1.1) format("truetype"),url(https://www.worksafe.vic.gov.au/__data/assets/file/0010/197632/standard-regular-webfont.svg?v=0.1.1#standard_ct_regularregular) format("svg");
  font-weight:400;
  font-style:normal
}

/* Buttons */
.button {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background-color: #F69526;
}

.sort-by-button-group .button {
  width: 140px;
  margin-left: 5px;
}

/*.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f68423;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 29px;
}
*/


.button, .button:visited {
  text-decoration: none;
}

.button:hover, .button:focus {
  background-color: #fcb630;
  color: #222125;
}

.button--blue {
  background-color: #026eca;
  border: 2px solid #fff;
  color: #fff;
}

.button--blue:hover, .button--blue:visited {
  background-color: #fff !important;
  color: #026eca !important;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}


/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

h1 .keypaths__headline {
  font-size: 3.375rem;
  line-height: 1.625em;
}


/* 
  Photoshop does not apply line height to the first row, which CSS does. This creates all kinds of havock. 
  To calculate the correct offset for the first line we need the font-size and the lineheight, i.e:
  
  @include line-height(22,30);
  
  in Photoshop points/px (but with no unit)
*/
/* Letter spacing is simpler.. stolen from somewhere */
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tabs__tab-list, .breadcrumbs__list, .popup__list, .sq-form-question-tickbox-list ul,
.sq-form-question-option-list ul, .sub-nav, .nav__list,
.nav__sub,
.nav__deep, .skip-links__list, .slick-dots, .secLinks__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight, .sq-form .sq-form-question-datetime input[type="password"],
.sq-form .sq-form-question-datetime input[type="text"],
.sq-form .sq-form-question-datetime label,
.sq-form .sq-form-question-datetime select {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.sq-form input[type="text"],
.sq-form input[type="password"],
.sq-form textarea,
.sq-form select, .quick-search__input, .quick-search__submit, .nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.no-js .quick-search__input-group,
.no-flexbox .quick-search__input-group {
  display: table;
}

.flexbox .quick-search__input-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.slick-next, .slick-prev, .slick-dots li, .content-viewport .accordion__link:after, .content-viewport .accordion__link.uber-accordion__button-active:after {
  color: transparent;
  border: 0;
  overflow: hidden;
}

.no-rgba .slick-next, .no-rgba .slick-prev, .no-rgba .slick-dots li, .slick-dots .no-rgba li, .no-rgba .content-viewport .accordion__link:after, .content-viewport .no-rgba .accordion__link:after {
  text-indent: 9999em;
}

.slick-next:before, .slick-prev:before, .slick-dots li:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix, .sq-form-question, .content-viewport .full-width-img, .content-viewport .left-img, .content-viewport .right-img {
  *zoom: 1;
}

.clearfix:before, .sq-form-question:before, .content-viewport .full-width-img:before, .content-viewport .left-img:before, .content-viewport .right-img:before, .clearfix:after, .sq-form-question:after, .content-viewport .full-width-img:after, .content-viewport .left-img:after, .content-viewport .right-img:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .sq-form-question:after, .content-viewport .full-width-img:after, .content-viewport .left-img:after, .content-viewport .right-img:after {
  clear: both;
}

.listLinks {
  list-style: none;
  overflow: visible;
}

.listLinks li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  background: none;
}

.listLinks li:last-child {
  border-right: none;
  padding-right: 0;
}

.listLinks li.last-child {
  border-right: none;
  padding-right: 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -webkit-flex-basis: 8.333%;
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -webkit-flex-basis: 16.667%;
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%;
}

.col-xs-5 {
  -webkit-flex-basis: 41.667%;
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-flex-basis: 58.333%;
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -webkit-flex-basis: 66.667%;
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-flex-basis: 83.333%;
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -webkit-flex-basis: 91.667%;
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
  .col-md-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.667%;
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: Standard CT;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: light-grey;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-family: "Standard CT", Standard CT;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  padding: 0;
  margin: 0 auto;
}

.pattern {
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0009/196875/bg-pattern.jpg?v=0.1.1);
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/* ------------------------------------------------------------------------------ */
/*blockings*/
#container, #megaFooter, #footer {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#header, #nav, #content {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* ================================================================================================== */
/* structure - CONTAINER */
/* ================================================================================================== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border-right: 1px solid #eaedf2;
}

td:last-child {
  border-right: none;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

@media (max-width: 31.5em) {
  .button-mob {
    /*display: block;*/
    margin: 10px auto;
  }

.sort-by-button-group p {
    display: block;
    padding: 0 0.5em;
    font-size: 1.25em;
}
.sort-by-button-group .button {
    width: inherit;
    margin-left: 1px;
}

}





/*
--------------------
Modules
--------------------
*/
/*  search, // Icon Name (formatted as suitable for css class)
    (0,     // Row index (starting at 0)
     0,     // Column index (starting at 0)
     23,    // Width (pixel)
     23),   // Height (pixel)
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*! Hint.css - v1.3.6 - 2015-10-31
* http://kushagragour.in/lab/hint/
* Copyright (c) 2015 Kushagra Gour; Licensed MIT */
/*-------------------------------------*    HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 *     1) body (:after)
 *     2) arrow (:before)
 *
 * Classes added:
 *     1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
}

[data-hint='']:before, [data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 *     1) hint--top
 *     2) hint--bottom
 *     3) hint--left
 *     4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}

.hint--top:after {
  margin-left: -18px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
.hint, [data-hint] {
  /**
   * tooltip body
   */
}

.hint:after, [data-hint]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 *     1) hint--error
 *     2) hint--warning
 *     3) hint--info
 *     4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 *     1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 *     1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 *     1) hint--no-animate
 *     2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* Module: Accordion */
.accordion__link:after {
  content: '+';
  border: 1px solid;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 1em;
  width: 1em;
  text-align: center;
}

.accordion__link.uber-accordion__button-active:after {
  content: '-';
}

.js-enabled .accordion__target {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-enabled .accordion__target.uber-accordion__target-active {
  max-height: 100em;
}

.tabs__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.tabs__link {
  padding: .5em;
  border: 1px solid;
  border-bottom: 0;
  background: #eee;
}

.tabs__link.uber-accordion__button-active {
  background: #fff;
}

.js-enabled .tabs__target {
  display: none;
}

.js-enabled .tabs__target.uber-accordion__target-active {
  display: block;
}

.no-js .uber-accordion__target {
  display: none;
}

.no-js .uber-accordion__target:target {
  display: block;
}

/* Module: Back to top */
.back-to-top {
  text-align: center;
  display: block;
  width: 100%;
  line-height: 2em;
  height: 2em;
  text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
  text-decoration: none;
}

/* Module: Breadcrumbs */
.breadcrumbs {
  display: none;
  margin-top: -80px;
  z-index: 2;
}

.has-subnav .breadcrumbs {
  margin-top: 36px;
}

.breadcrumbs-mask {
  display: none;
  position: absolute;
  background: #fcb630;
  top: -80px;
  padding: 0.6em 2em;
  width: 400px;
}

.breadcrumbs-mask:after {
  content: "\00a0";
}

.breadcrumbs__item {
  display: inline-block;
  background: #fcb630;
  font-family: Standard CT, "Standard CT";
  font-weight: bold;
  padding: 0.8em 2em;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumbs__current {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  background: #f68423;
}

.breadcrumbs__link {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
}

.breadcrumbs__divider {
  display: none;
}

.breadcrumbs__current {
  font-weight: bold;
}

/* Module: Font awesome */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("https://www.worksafe.vic.gov.au/__data/assets/file/0011/196886/fontawesome-webfont.eot?v=0.1.1?v=4.6.3");
  src: url("https://www.worksafe.vic.gov.au/__data/assets/file/0011/196886/fontawesome-webfont.eot?v=0.1.1?#iefix&v=4.6.3") format("embedded-opentype"), url("https://www.worksafe.vic.gov.au/__data/assets/file/0006/196890/fontawesome-webfont.woff2?v=0.1.1?v=4.6.3") format("woff2"), url("https://www.worksafe.vic.gov.au/__data/assets/file/0005/196889/fontawesome-webfont.woff?v=0.1.1?v=4.6.3") format("woff"), url("https://www.worksafe.vic.gov.au/__data/assets/file/0004/196888/fontawesome-webfont.ttf?v=0.1.1?v=4.6.3") format("truetype"), url("https://www.worksafe.vic.gov.au/__data/assets/file/0012/196887/fontawesome-webfont.svg?v=0.1.1?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Module: Magnific popup */
.mfp-bg {
  background: #fbf9f6;
  opacity: 1;
}

/* Module: Matrix form */
.sq-form-section,
.sq-form,
.sq-form fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 20px 0;
}

.sq-form-question {
  width: 100%;
  display: inline-block;
  padding: .5em;
}

.sq-form-field {
  border: 1px solid #ccc;
}

.sq-form input[type="text"],
.sq-form input[type="password"],
.sq-form textarea,
.sq-form select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #f5f1e7;
  background-color: #f5f1e7;
  padding: .5em 1.5em;
}

.sq-form input[type="text"]:focus,
.sq-form input[type="password"]:focus,
.sq-form textarea:focus,
.sq-form select:focus {
  border: 1px solid #d2ccbe;
  outline: none;
  background-color: #fbf9f4;
}

.sq-form textarea {
  padding: 0;
}

.lt-ie9 .sq-form input[type="text"],
.lt-ie9 .sq-form input[type="password"],
.lt-ie9 .sq-form textarea {
  width: 98%;
}

.sq-form input[type="text"] .sq-form input[type="password"] {
  text-indent: .5em;
}

.sq-form-question-title,
.sq-form-question-answer label {
  margin: .5em 0;
  font-weight: bold;
  display: block;
}

.sq-form-section-title {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1em;
  display: block;
  padding-top: 1em;
  width: 100%;
  margin: .5em 0;
}

.sq-form-question-tickbox-list li,
.sq-form-question-option-list li {
  float: left;
  display: block;
  margin: 0 20px 0 0 !important;
}

.sq-form-question-tickbox-list li:before,
.sq-form-question-option-list li:before {
  display: none !important;
}

.sq-form input[type="radio"],
.sq-form input[type="checkbox"],
.sq-form input[type="radio"] ~ label,
.sq-form input[type="checkbox"] ~ label {
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
  outline: none;
  border-color: #026eca;
}

.sq-form-question-tickbox-list .sq-form-question-answer,
.sq-form-question-option-list .sq-form-question-answer {
  display: inline-block;
}

.sq-form-question-note {
  font-size: 90%;
  font-style: italic;
  display: block;
  margin-bottom: .5em;
}

.sq-form-question {
  margin-bottom: 1em;
}

.sq-form .sq-form-question-datetime input[type="password"],
.sq-form .sq-form-question-datetime input[type="text"],
.sq-form .sq-form-question-datetime label,
.sq-form .sq-form-question-datetime select {
  width: auto;
  margin-bottom: .5em;
}

.sq-form .sq-form-question-datetime label,
.sq-form .sq-form-question-datetime input {
  margin-right: .5em;
  font-weight: normal;
}

.sq-form-error,
.sq-form-required-field {
  color: #a94442;
}

.sq-form-error {
  clear: left;
}

.sq-form-question-error {
  border: 1px solid #f2dede;
}

.sq-form-control .sq-form-submit {
  padding: 5px 25px;
  background-color: #f68423;
  color: #fff;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 5px;
}

.sq-form-control .sq-form-submit:hover {
  background-color: #fcb630;
  color: #222125;
}

/* Module: Mediaelement */
.mejs-offscreen {
  position: absolute !important;
  top: -10000px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/file/0004/196879/bigplay.svg?v=0.1.1) no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url(https://www.worksafe.vic.gov.au/__data/assets/image/0011/196877/bigplay.png?v=0.1.1);
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url() 50% 50% no-repeat;
}

.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(https://www.worksafe.vic.gov.au/__data/assets/file/0010/196885/controls.svg?v=0.1.1) no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url(https://www.worksafe.vic.gov.au/__data/assets/image/0009/196884/controls.png?v=0.1.1);
}

.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -moz-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -o-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -ms-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
  visibility: visible;
}

.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(50, 50, 50, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
  display: block;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0;
}

.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -o-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -moz-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -o-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -ms-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 3px 5px;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
}

.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px;
}

.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(https://www.worksafe.vic.gov.au/__data/assets/image/0008/196874/background.png?v=0.1.1);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url(https://www.worksafe.vic.gov.au/__data/assets/image/0005/196907/skipback.png?v=0.1.1) no-repeat;
  background-position: 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* Module: Navbar */
.navbar__toggle {
  border: none;
  position: absolute;
  right: 15px;
  top: 22px;
  background: transparent;
}

.navbar__toggle span {
  color: #fff;
  float: left;
  padding: 2px 5px 0 0;
  font-family: "Standard CT", sans-serif;
}

.navbar__dropdown[aria-expanded="false"] {
  display: none;
}

.navbar__dropdown[aria-expanded="true"] {
  display: inherit;
}

.sub-nav__group-container {
  width: 100%;
}

.sub-nav li {
  padding: .5em;
}

.sub-nav li a, .sub-nav li a:visited {
  color: #606066;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}

.sub-nav li a:hover, .sub-nav li:focus {
  color: #f68423;
}

nav {
  float: left;
}

.navbar__item a {
  font-family: "Standard CT", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: -0.02em;
}

header.mobile .container {
  padding: 0 15px;
  width: 100%;
}

header.mobile nav {
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
}

header.mobile nav .navbar__toggle {
  top: -40px;
}

header.mobile nav .sub-nav {
  display: none;
}

header.mobile nav .navbar__dropdown {
  position: absolute;
  z-index: 9998;
  width: 100%;
  background-color: rgba(22, 22, 22, 0.9);
}

header.mobile nav .navbar__list {
  margin: 3em 0;
  padding: 0 0;
  list-style: none;
  text-align: center;
}

header.mobile nav .navbar__item {
  margin-bottom: 1em;
}

header.mobile nav .navbar__item a {
  text-decoration: none;
}

header.mobile nav .navbar__item button {
  min-width: 120px;
}

header.mobile #search-button-container {
  margin-right: 45px;
}

header.mobile #donate {
  display: none;
}

header:not(.mobile) nav {
  margin-top: 15px;
  margin-left: 6%;
}

header:not(.mobile) nav .navbar__toggle {
  display: none;
}

header:not(.mobile) nav .navbar__dropdown[aria-expanded="false"] {
  display: block;
  position: relative;
}

header:not(.mobile) nav .navbar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

header:not(.mobile) nav .navbar__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header:not(.mobile) nav .navbar__item > a {
  display: block;
  padding: .5em .75em;
}

header:not(.mobile) nav .navbar__item > a, header:not(.mobile) nav .navbar__item > a:visited {
  text-decoration: none;
}

header:not(.mobile) nav .sub-nav {
  position: absolute;
  display: block;
  visibility: hidden;
  top: -9999em;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 100ms ease;
  -moz-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #ccc;
  padding: .5em;
  width: 400px;
}

header:not(.mobile) nav .sub-nav li {
  width: 50%;
  white-space: nowrap;
}

header:not(.mobile) nav .no-js .navbar__item:hover .sub-nav,
header:not(.mobile) nav .no-js .navbar__item:focus .sub-nav,
header:not(.mobile) nav .navbar__item--active .sub-nav {
  visibility: visible;
  top: inherit;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 1001;
}

header:not(.mobile) nav .sub-mega-nav {
  left: 0;
  width: 100%;
}

.flexbox header:not(.mobile) nav .sub-mega-nav .sub-nav__group {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-js header:not(.mobile) nav .sub-mega-nav .sub-nav__group,
.no-flexbox header:not(.mobile) nav .sub-mega-nav .sub-nav__group {
  display: table-cell;
  vertical-align: top;
}

.no-js header:not(.mobile) nav .sub-nav__group-container,
.no-flexbox header:not(.mobile) nav .sub-nav__group-container {
  display: table;
}

.flexbox header:not(.mobile) nav .sub-nav__group-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  color: #fff;
}

/* Module: Off canvas nav */
.off-canvas__nav {
  position: fixed;
  visibility: hidden;
  top: 0;
  bottom: 0;
  width: 80%;
  background-color: #444;
  -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
  z-index: 1000;
  color: #fff;
  -webkit-transition: transform 0.5s, visibility 0s 0.5s;
  -moz-transition: transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s;
}

.off-canvas__nav.off-canvas__nav--left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.off-canvas__nav.off-canvas__nav--right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.off-canvas__nav.off-canvas--active {
  visibility: visible;
  -webkit-transition: transform 0.5s, visibility 0s;
  -moz-transition: transform 0.5s, visibility 0s;
  transition: transform 0.5s, visibility 0s;
}

.off-canvas__nav.off-canvas--active.off-canvas__nav--left {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.off-canvas__nav.off-canvas--active.off-canvas__nav--left ~ .off-canvas__content {
  left: 80%;
}

.off-canvas__nav.off-canvas--active.off-canvas__nav--right {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.off-canvas__nav.off-canvas--active.off-canvas__nav--right ~ .off-canvas__content {
  left: -80%;
}

.off-canvas__content {
  left: 0;
  min-width: 100%;
  min-height: 100%;
  position: relative;
  padding: 1em;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
}

.off-canvas {
  position: relative;
  overflow-x: hidden;
  min-height: 100%;
}

.off-canvas .off-canvas__nav {
  position: absolute;
}

/* Module: Pagination */
/* Module: Quick search */
.quick-search__form {
  padding: 0;
  margin: 0;
}

.quick-search__input {
  border: 1px solid #bdbdbd;
}

.quick-search__submit {
  display: block;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  line-height: 0;
  cursor: pointer;
  user-select: none;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.quick-search__submit:hover, .quick-search__submit:focus {
  background-color: #ddd;
}

.quick-search__submit {
  border-left: none;
}

.quick-search__input-wrapper {
  margin: 0 auto;
}

.quick-search__input,
.quick-search__submit {
  padding: 8px 2%;
}

.flexbox .quick-search__input, .flexbox
.quick-search__submit {
  -webkit-box-flex: 0 0 1;
  -moz-box-flex: 0 0 1;
  -webkit-flex: 0 0 1;
  -ms-flex: 0 0 1;
  flex: 0 0 1;
}

.no-js .quick-search__input,
.no-flexbox .quick-search__input, .no-js
.quick-search__submit,
.no-flexbox
.quick-search__submit {
  display: table-cell;
  vertical-align: top;
}

/* Module: Responsive tables */
.responsive-table th {
  position: absolute;
  top: 0;
  left: -999em;
}

.responsive-table td:before {
  text-transform: uppercase;
  content: attr(data-th);
  font-weight: bold;
  display: block;
}

/* Module: Secondary nav */
.nav__item,
.nav__sub-item,
.nav__deep-item {
  display: block;
}

.nav__item {
  background: #f5f1e7;
  position: relative;
}

.nav__item--haschildren.nav__item--active {
  background: #fbf9f4;
  padding-bottom: 1em;
}

.nav__item--haschildren:not(.nav__item--active) ul {
  display: none;
}

.nav__sub-item.nav__sub-item--current a {
  color: #f68423;
  font-weight: bold;
}

.nav__item-link,
.nav__sub-item-link,
.nav__deep-item-link {
  display: block;
  padding: .9em 2em .9em 1em;
  border-bottom: 1px solid #e1dcce;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 1.0625rem;
  line-height: 1.5em;
  font-family: "Standard CT", sans-serif;
}

.nav__item--current.nav__item--haschildren {
  border-bottom: 1px solid #e1dcce;
}

.nav__item--current.nav__item--haschildren .nav__item-link {
  border-bottom: 0px;
}

.nav__item--active.nav__item--haschildren a {
  border-bottom: 0px;
}

.nav__deep-item-link {
  padding-left: 1.5em;
}

.nav__sub-item-link {
  padding-left: 2em;
  border-bottom: 0;
  padding: 0.4em 2em;
  font-size: 1rem;
}

.nav__item-link:hover,
.nav__sub-item-link:hover,
.nav__item-link:focus,
.nav__sub-item-link:focus {
  color: #000;
}

.nav__item--active .nav__item-link,
.nav__sub-item--active .nav__sub-item-link,
.nav__deep-item--active .nav__deep-item-link {
  font-weight: bold;
}

.nav__sub-item--active .nav__sub-item-link {
  color: #f68423;
}

.nav__item--haschildren .nav__item-link:after,
.nav__sub-item--haschildren .nav__sub-item-link:after,
.nav__deep-item--haschildren .nav__deep-item-link:after {
  content: '';
  position: absolute;
  top: 1.3em;
  right: 1em;
}

.nav__item--current .nav__item-link:after,
.nav__sub-item--current .nav__sub-item-link:after,
.nav__deep-item--current .nav__deep-item-link:after {
  content: '';
}

.nav {
  width: 100%;
}

/* Module: Skip links */
.skip-links {
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: 0;
}

.skip-links__link {
  padding: 0.5em;
  display: block;
  color: #000;
}

/* Module: Slick */
.slick-slideshow {
  background-color: #393a3f;
  position: relative;
  margin-top: 60px;
}

.slick-list {
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 500px;
  min-height: 1px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slideshow__slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.slick-slideshow__slide img {
  margin: 0 auto;
}

.slick-next {
  border: 0;
  position: absolute;
  top: 33%;
  margin-top: -20px;
  right: 17%;
  z-index: 400;
  display: none !important;
}

.slick-next:hover {
  margin-top: -19px;
}

.slick-prev {
  border: 0;
  position: absolute;
  top: 33%;
  margin-top: -20px;
  left: 17%;
  z-index: 400;
  display: none !important;
}

.slick-prev:hover {
  margin-top: -19px;
}

.slick-dots {
  border: 0px;
  position: absolute;
  bottom: 17%;
  width: 50px;
  height: 10px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li + li {
  margin-left: 0.4em;
}

.slick-slideshow-lhs__container {
  position: relative;
  top: 20%;
  z-index: 9999;
}

.slick-slideshow-lhs__img {
  padding-left: 1.5rem;
}

.slick-slideshow-lhs__img img {
  margin: 0;
}

.slick-slideshow-lhs__text {
  padding-left: 1.5rem;
  margin: 1.947778rem 0;
  z-index: 400;
  font-family: "Standard CT", sans-serif;
  color: #fff;
}

.slick-slideshow-lhs__text h1 {
  font-size: 2em;
  padding: 0 0;
  margin: 0 0;
  letter-spacing: -0.01em;
  line-height: 1em;
  text-transform: uppercase;
}

.slick-slideshow-lhs__text h2 {
  font-size: 1.25em;
  padding: 0 0;
  margin: 0 0;
  margin-bottom: 2em;
  text-transform: uppercase;
}

.slick-slideshow-lhs__text p {
  font-size: 1.65em;
  padding: 0 0;
  margin: 0 0;
}

.slick-slideshow-lhs__text button, .slick-slideshow-lhs__text .button {
  font-weight: normal;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 1.12em;
}

/* Module: Spritesheet */
.sq-icon, .nav__item--haschildren .nav__item-link:after,
.nav__sub-item--haschildren .nav__sub-item-link:after,
.nav__deep-item--haschildren .nav__deep-item-link:after, .slick-next, .slick-prev, .slick-dots li, .content-viewport .accordion__link:after, .content-viewport .accordion__link.uber-accordion__button-active:after, .content-viewport ul li:before {
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 400px 1819px;
  background-image: url(https://www.worksafe.vic.gov.au/__data/assets/file/0007/196909/sprites.svg?v=0.1.3);
}

.no-svg .sq-icon, .no-svg .nav__item--haschildren .nav__item-link:after, .nav__item--haschildren .no-svg .nav__item-link:after, .no-svg
.nav__sub-item--haschildren .nav__sub-item-link:after,
.nav__sub-item--haschildren .no-svg .nav__sub-item-link:after, .no-svg
.nav__deep-item--haschildren .nav__deep-item-link:after,
.nav__deep-item--haschildren .no-svg .nav__deep-item-link:after, .no-svg .slick-next, .no-svg .slick-prev, .no-svg .slick-dots li, .slick-dots .no-svg li, .no-svg .content-viewport .accordion__link:after, .content-viewport .no-svg .accordion__link:after, .no-svg .content-viewport ul li:before, .content-viewport ul .no-svg li:before {
  background-image: url(https://www.worksafe.vic.gov.au/__data/assets/image/0006/196908/sprites.png?v=0.1.1);
}

.sq-icon__logo {
  width: 201px;
  height: 36px;
  background-position: 0px 0px;
}

.sq-icon__search {
  width: 22px;
  height: 22px;
  background-position: -250px 0px;
}

.sq-icon__close {
  width: 25px;
  height: 25px;
  background-position: -300px 0px;
}

.sq-icon__menu {
  width: 30px;
  height: 21px;
  background-position: -350px 0px;
}

.sq-icon__health {
  width: 28px;
  height: 26px;
  background-position: 0px -50px;
}

.sq-icon__pencil {
  width: 26px;
  height: 26px;
  background-position: -50px -50px;
}

.sq-icon__flower {
  width: 21px;
  height: 26px;
  background-position: -100px -50px;
}

.sq-icon__arrow-right, .slick-next {
  width: 22px;
  height: 41px;
  background-position: -150px -50px;
}

.sq-icon__arrow-left, .slick-prev {
  width: 22px;
  height: 41px;
  background-position: -200px -50px;
}

.sq-icon__arrow-up {
  width: 41px;
  height: 22px;
  background-position: -250px -50px;
}

.sq-icon__arrow-down {
  width: 41px;
  height: 22px;
  background-position: -300px -50px;
}

.sq-icon__facebook {
  width: 11px;
  height: 20px;
  background-position: 0px -100px;
}

.sq-icon__twitter {
  width: 15px;
  height: 12px;
  background-position: -50px -100px;
}

.sq-icon__blog {
  width: 14px;
  height: 14px;
  background-position: -100px -100px;
}

.sq-icon__tick {
  width: 12px;
  height: 10px;
  background-position: -150px -100px;
}

.sq-icon__download {
  width: 17px;
  height: 16px;
  background-position: -200px -100px;
}

.sq-icon__link {
  width: 15px;
  height: 15px;
  background-position: -250px -100px;
}

.sq-icon__button-up, .content-viewport .accordion__link:after {
  width: 12px;
  height: 6px;
  background-position: -300px -100px;
}

.sq-icon__button-down, .content-viewport .accordion__link.uber-accordion__button-active:after {
  width: 12px;
  height: 6px;
  background-position: -350px -100px;
}

.sq-icon__circle, .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
  background-position: 0px -150px;
}

.sq-icon__dot, .slick-dots li {
  width: 10px;
  height: 10px;
  background-position: -50px -150px;
}

.sq-icon__menu-down, .nav__item--haschildren .nav__item-link:after,
.nav__sub-item--haschildren .nav__sub-item-link:after,
.nav__deep-item--haschildren .nav__deep-item-link:after {
  width: 17px;
  height: 9px;
  background-position: -100px -150px;
}

.sq-icon__menu-up, .nav__item--active .nav__item-link:after,
.nav__sub-item--active .nav__sub-item-link:after,
.nav__deep-item--active .nav__deep-item-link:after {
  width: 17px;
  height: 9px;
  background-position: -150px -150px;
}

.sq-icon__box, .content-viewport ul li:before {
  width: 7px;
  height: 7px;
  background-position: -200px -150px;
}

.sq-icon__black-arrow-left {
  width: 9px;
  height: 17px;
  background-position: -250px -150px;
}

.sq-icon__black-arrow-right {
  width: 9px;
  height: 17px;
  background-position: -300px -150px;
}

.sq-icon__blue-arrow-left, .content-viewport .pagination__item.prev:hover a span, .content-viewport .pagination__item.prev:focus a span {
  width: 9px;
  height: 17px;
  background-position: -350px -150px;
}

.sq-icon__blue-arrow-right, .content-viewport .pagination__item.next:hover a span, .content-viewport .pagination__item.next:focus a span {
  width: 9px;
  height: 17px;
  background-position: 0px -200px;
}

/* Module: S */
/*
 * Table of Contents
 *
 *  GLOBAL
 *  TYPOGRAPHY
 *  ACCORDION
 *  TABS
 *  TABLES
 *  IMAGES
 *  VIDEOS
 */
/*
--------------------
GLOBAL
--------------------
*/
hr {
   border: 0;
    border-top: 1px solid #D2D6DF;
    height: 0;
    margin: 20px 0;
}


.content .main {
  width: 100%;
  position: relative;
  margin-top: 328px;
  min-height: 400px;
}

.content .main .container {
  padding: 0 0;
}

.content .main .container .row {
  margin-left: 0;
  margin-right: 0;
}

.sidenav {
  padding-left: 0;
  padding-right: 0;
}

.main-content {
  padding: 0 15px 40px 15px;
}

.content-viewport {
  font-family: "Standard CT", sans-serif;
}

/*
--------------------
1. TYPOGRAPHY
--------------------
*/
.content-viewport {
  overflow: hidden;
}

.content-viewport h1, .content-viewport h2, .content-viewport h3, .content-viewport h4, .content-viewport h5, .content-viewport p {
  font-family: "Standard CT", sans-serif;
  color: #222125;
  padding: 0 0;
  margin: 0 0;
  line-height: 1em;
}

.content-viewport h1 {
  font-size: 3.75rem;
  margin-bottom: 0.3em;
  font-weight: bold;
}

/*.content-viewport h2 {
  font-size: 2.5rem;
  margin-bottom: 0.3em;
  font-weight: bold;
}*/

.content-viewport h2 {
    font-size: 2.5rem;
    margin-bottom: 0.6em;
    font-weight: 700;
    line-height: 2em;
}


.content-viewport h3 {
    font-size: 1.625rem;
    margin-bottom: 0.6em;
    font-weight: 700;
    line-height: 1.625em;
}

/*
.content-viewport h3 {
  font-size: 1.625rem;
  margin-bottom: 0.6em;
  font-weight: normal;
  line-height: 1.5em;
}
*/

.content-viewport h4 {
  font-size: 1.375rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.4em;
  color: #f68423;
}

.content-viewport h5 {
  font-size: 1rem;
  margin-bottom: 0.3em;
  font-weight: normal;
  line-height: 1.4em;
}

.content-viewport p {
    font-size: 1.125rem;
    margin-bottom: 1.625em;
    font-weight: 400;
    line-height: 1.625em;
}

/*.content-viewport p {
  font-size: 1rem;
  margin-bottom: 0.6em;
  font-weight: 400;
  line-height: 1.625em;
}
*/
.content-viewport a {
  color: #F69526;
  text-decoration: none;
}

.content-viewport a:hover, .content-viewport a:focus, .content-viewport a:visited {
  text-decoration: underline;
}

.content-viewport .date-updated span {
  font-weight: bold;
  color: #f68423;
}

/*
--------------------
2. ACCORDION
--------------------
*/
.content-viewport .accordion {
  margin-bottom: 2em;
}

.content-viewport .accordion__item h2 {
  margin-bottom: 2px;
}

.content-viewport .accordion__link {
  font-size: 1rem;
  color: #222125;
  text-decoration: none;
  background: #fcb630;
  display: block;
  padding: 0 1.5rem;
}

.content-viewport .accordion__link:after {
  float: right;
  border: 0px;
  margin-top: 1.3125rem;
}

.content-viewport .accordion__link.uber-accordion__button-active {
  background: #f68423;
  color: #fff;
  font-family: "Standard CT", sans-serif;
}

.content-viewport .accordion__target {
  padding: 1em;
  color: #222125;
  display: none;
  font-size: 1em;
  line-height: 1.5em;
}

.content-viewport .accordion__target.uber-accordion__target-active {
  display: block;
}

/*
--------------------
3. TABS
--------------------
*/
.content-viewport .tabs {
  margin-bottom: 2em;
}

.content-viewport .tabs__tab-list {
  background: #fff;
  margin: 0 0;
  padding: 0 0;
}

.content-viewport .tabs__item {
  font-family: "Standard CT", sans-serif;
  font-size: 1rem;
  margin: 0 0;
}

.content-viewport .tabs__item:before {
  display: none;
}

.content-viewport .tabs__item:not(:first-child) {
  margin-left: 2px;
}

.content-viewport .tabs__link {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 1.5rem;
  font-weight: bold;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  background: #f68423;
}

.content-viewport .tabs__link.uber-accordion__button-active {
  background: #fff;
  color: #222125;
  border-top: 2px solid #fcb630;
  border-left: 2px solid #fcb630;
  border-right: 2px solid #fcb630;
}

.content-viewport .tabs__tab-content {
  margin-top: -2px;
}

.content-viewport .tabs__target {
  padding: 1.5em 1em;
  color: #222125;
  font-size: 1em;
  line-height: 1.5em;
  border: 2px solid #fcb630;
}

/*
--------------------
3. TABLES
--------------------
*/
.content-viewport {
  /* Tables */
}

.content-viewport table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.5em 0;
  font-family: "Standard CT", sans-serif;
}

.content-viewport table td {
  font-size: 1rem;
  padding: 1em;
}

.content-viewport table td:first-child {
  font-weight: bold;
}

.content-viewport table thead th {
  background: #f68423;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0.875em;
}

.content-viewport table thead th:first-child {
  width: 30%;
}

.content-viewport table tbody tr:nth-child(odd) td {
  background: #fbf9f4;
}

.content-viewport table tbody tr:nth-child(even) td {
  background: #fff;
}

.content-viewport table tbody tr th {
  background: transparent;
  padding-right: 0.875em;
}

.content-viewport table tbody tr th:last-child {
  padding-left: 0.875em;
  padding-right: 0;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin: 0.5em 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive table {
    margin: 0;
  }
  table td, table th {
    white-space: nowrap;
  }
}

/*
--------------------
4. LISTS
--------------------
*/
.content-viewport ul, .content-viewport ol {
  margin: 0 0 2em 0;
  padding: 0 0;
  list-style: none;
}

.content-viewport li {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  color: #000;
  line-height: 1.5em;
  margin: 0 0 0.5em 0.5em;
  color: #222125;
}

.content-viewport li:first-child {
  margin-top: 0;
}

.content-viewport li ul {
  margin-top: 0.5em;
}

.content-viewport ul {
  list-style-type: none;
}

.content-viewport ul li:before {
  content: '';
  margin: 0 0.8em 0 0;
}

.content-viewport ul li > ul > li:before {
  background: none;
  content: '-';
  margin: 0 0.5em;
}

.content-viewport ol {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: level;
}

.content-viewport ol li:before {
  color: #222125;
  content: counter(level) ". ";
  counter-increment: level;
  padding-right: 0.5em;
  font-weight: bold;
}

.content-viewport ol > li > ol {
  margin-top: 1em;
  margin-left: 2em;
  list-style-type: lower-roman;
  font-weight: bold;
}

.content-viewport ol > li > ol > li {
  color: #222125;
  font-size: 1rem;
}

.content-viewport ol > li > ol > li:before {
  content: none;
  margin-left: 5px;
}

.content-viewport ol > li > ol > li span {
  font-weight: normal;
}

/*
--------------------
5. IMAGES
--------------------
*/
.content-viewport .img-container, .content-viewport .full-width-img {
  position: relative;
}

.content-viewport .full-width-img, .content-viewport .left-img, .content-viewport .right-img {
  margin: 1em 0;
}

.content-viewport .full-width-img img, .content-viewport .left-img img, .content-viewport .right-img img {
  width: 100%;
  display: block;
}

.content-viewport .full-width-img .image-caption, .content-viewport .left-img .image-caption, .content-viewport .right-img .image-caption {
  background: rgba(34, 33, 37, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 40px;
  font-size: 0.875em;
  padding: 12px 20px;
  color: #fff;
}

/*
--------------------
5. VIDEO
--------------------
*/
.content-viewport .videos {
  position: relative;
  margin: 1em 0;
}

.content-viewport .videos img {
  display: block;
  width: 100%;
}

.content-viewport .video .play {
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 36px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -45px;
}

.content-viewport .video .play:before {
  content: '';
  position: absolute;
  top: -45px;
  left: -69px;
  bottom: -45px;
  right: -21px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.content-viewport .video .play:after {
  content: '';
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}

.content-viewport .video .play:hover {
  border-left-color: #000;
}

.content-viewport .video .play:hover:before, .content-viewport .video .play:focus:before {
  border-color: #000;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.content-viewport .video-caption {
  background: rgba(34, 33, 37, 0.9);
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 40px;
  font-size: 0.875em;
  padding: 12px 20px;
  color: #fff;
}

/*
--------------------
6. PAGINATION
--------------------
*/
.content-viewport .pagination__line {
  height: 9px;
  width: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjAwIiBoZWl\a         naHQ9IjE4IiB2aWV3Qm94PSIwIDAgMTYwMCAxOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgIC\a         AgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2VhZTVkOTsKICAgICAgfQoKICAgICAgLmNscy0yI\a         HsKICAgICAgICBmaWxsOiAjMGM4NTM3OwogICAgICB9CgogICAgICAuY2xzLTIsIC5jbHMtMywg\a         LmNscy00LCAuY2xzLTUgewogICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsKICAgICAgfQoKICA\a         gICAgLmNscy0zIHsKICAgICAgICBmaWxsOiAjY2Y1Zjk5OwogICAgICB9CgogICAgICAuY2xzLT\a         QgewogICAgICAgIGZpbGw6ICNmY2FiMzk7CiAgICAgIH0KCiAgICAgIC5jbHMtNSB7CiAgICAgI\a         CAgZmlsbDogIzAyNmVjYTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHJlY3Qg\a         aWQ9IlJlY3RhbmdsZV85X2NvcHlfMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgOSBjb3B5IDIiIGN\a         sYXNzPSJjbHMtMSIgeT0iNSIgd2lkdGg9IjE2MDAiIGhlaWdodD0iMTAiLz4KICA8cGF0aCBpZD\a         0iUmVjdGFuZ2xlXzFfY29weV8yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgMiIgY2xhc\a         3M9ImNscy0yIiBkPSJNMzEyLTFIODI3TDgxNywyMkgzMTJWLTFaIi8+CiAgPHBhdGggY2xhc3M9\a         ImNscy0zIiBkPSJNLTMtMUg1MTJMNDkyLDIySC0zVi0xWiIvPgogIDxwYXRoIGlkPSJSZWN0YW5\a         nbGVfMV9jb3B5IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkiIGNsYXNzPSJjbHMtNCIgZD\a         0iTTE5Mi0xSDM5MWwxMCwyM0gxOTJWLTFaIi8+CiAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xX2Nvc\a         HlfMyIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSBjb3B5IDMiIGNsYXNzPSJjbHMtNCIgZD0iTTc2\a         MC0xaDgzNWwtMzIuNDMsMjNINzYwVi0xWiIvPgogIDxwYXRoIGlkPSJSZWN0YW5nbGVfMV9jb3B\a         5XzMtMiIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMSBjb3B5IDMiIGNsYXNzPSJjbHMtNSIgZD0iTT\a         EwNzYuMTctMWgzMjIuNjVsMTYuMjEsMjNIMTA3Ni4xN1YtMVoiLz4KICA8cGF0aCBpZD0iUmVjd\a         GFuZ2xlXzFfY29weV80IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxIGNvcHkgNCIgY2xhc3M9ImNs\a         cy0zIiBkPSJNMTM4My4xNy0xaDMyMi42NWwxNi4yMSwyM0gxMzczLjE3WiIvPgo8L3N2Zz4=");
  background-size: cover;
}

.content-viewport .pagination {
  margin: 1em 0 2em 0;
  text-align: center;
  font-family: "Standard CT", sans-serif;
  color: #000;
  font-weight: bold;
}

.content-viewport .pagination li:before {
  content: none;
}

.content-viewport .pages + .pages {
  border-left: 1px solid #ccc;
}

.content-viewport .pagination__item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  margin: 0 0;
  vertical-align: -webkit-baseline-middle;
}

.content-viewport .pagination__item.prev, .content-viewport .pagination__item.next {
  width: 40px;
  height: 40px;
  border-right: 0px;
}

.content-viewport .pagination__item.prev {
  float: left;
}

.content-viewport .pagination__item.next {
  float: right;
}

.content-viewport .pagination__item a {
  text-decoration: none;
  color: #000;
}

.content-viewport .pagination__item a:hover, .content-viewport .pagination__item a:focus {
  color: #fcb630;
}

.content-viewport .pagination__item--current {
  font-weight: bold;
  background-color: #fcb630;
  border-radius: 50%;
  color: #fff;
}

.content-viewport .pagination__item--current a, .content-viewport .pagination__item--current a:hover, .content-viewport .pagination__item--current a:focus {
  color: #fff;
  background: #fcb630;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.home--stipe {
  margin-top: 35px;
  padding: 2em;
  background-color: #606066;
}

.home--stipe p {
  color: #fff;
}

/*
--------------------
7. MAPS
--------------------
*/
.mapFrame {
  width: 100%;
}

/*
--------------------
8. NEWS JUMBOTRON
--------------------
*/
.news-jumbotron {
  padding: 20px 15px;
  margin: 15px 0;
  display: inline-block;
  background-color: #fbf9f4;
}

.news-jumbotron .news-jumbotron-img {
  position: relative;
}

.news-jumbotron .news-jumbotron-img img {
  width: 100%;
  display: block;
}

.news-jumbotron .news-jumbotron-img .news-jumbotron-img-label {
  padding: 2px 10px;
  border-radius: 5px;
  position: absolute;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  background-color: #f68423;
  text-transform: uppercase;
  left: -10px;
  top: 10px;
}

.news-jumbotron h2 {
    font-size: 1.375rem;
    margin: 10px 0;
    line-height: 1.4em;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
}

.news-jumbotron .news-jumbotron-data {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #606066;
}

.news-jumbotron p {
  font-size: 1.125rem;
  margin: 10px 0 0 0;
}

/*
--------------------
9. DOWNLOAD LINKS
--------------------
*/
.download-link {
  width: 100%;
  margin: 15px 0;
  position: relative;
  border-radius: 4px;
  background-color: #fcb630;
  color: #222125;
}

.download-link .download-link-icon {
  padding: 10px 15px;
  border-radius: 4px 0 0 4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background-color: #f68423;
}

.download-link .download-link-icon .download-link-icon-content {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDgwIDQ4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDQ4MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0zNjgsMjA4TDI0MCwzMzZMMTEyLDIwOGg4MFYxNmg5NnYxOTJIMzY4eiBNMjQwLDMzNkgwdjEyOGg0ODBWMzM2SDI0MHogTTQ0OCw0MDBoLTY0di0zMmg2NFY0MDB6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: contain;
}

.download-link .download-link-icon .visit-link-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI2IDI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNiAyNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxwYXRoIGQ9Ik0xOCwxNy43NTl2My4zNjZDMTgsMjIuMTU5LDE3LjE1OSwyMywxNi4xMjUsMjNINC44NzVDMy44NDEsMjMsMywyMi4xNTksMywyMS4xMjVWOS44NzUgICBDMyw4Ljg0MSwzLjg0MSw4LDQuODc1LDhoMy40MjlsMy4wMDEtM2gtNi40M0MyLjE4Miw1LDAsNy4xODIsMCw5Ljg3NXYxMS4yNUMwLDIzLjgxOCwyLjE4MiwyNiw0Ljg3NSwyNmgxMS4yNSAgIEMxOC44MTgsMjYsMjEsMjMuODE4LDIxLDIxLjEyNXYtNi4zNjdMMTgsMTcuNzU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPGc+CgkJPHBhdGggZD0iTTIyLjU4MSwwSDEyLjMyMmMtMS44ODYsMC4wMDItMS43NTUsMC41MS0wLjc2LDEuNTA0bDMuMjIsMy4yMmwtNS41Miw1LjUxOSAgICBjLTEuMTQ1LDEuMTQ0LTEuMTQ0LDIuOTk4LDAsNC4xNDFsMi40MSwyLjQxMWMxLjE0NCwxLjE0MSwyLjk5NiwxLjE0Miw0LjE0LTAuMDAxbDUuNTItNS41MmwzLjE2LDMuMTYgICAgYzEuMTAxLDEuMSwxLjUwNywxLjEyOSwxLjUwNy0wLjc1N0wyNiwzLjQxOUMyNS45OTktMC4wMTgsMjYuMDI0LTAuMDAxLDIyLjU4MSwweiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
}

.download-link .download-link-content {
  margin-left: 15px;
  display: inline-block;
}

.download-link .download-link-content span {
  font-size: 1.125rem;
  font-weight: bold;
}

.download-link .download-link-content p {
  display: inline-block;
  font-size: 1.125rem;
  color: #222125;
  margin: 0;
}

.download-link .download-link-content a {
  font-size: 1.125rem;
  color: #222125;
  text-decoration: none;
}

/*
--------------------
BUTTON
--------------------
*/
.right {
  text-align: right;
  padding: 0 20px;
}

.btn--conteiner {
  border-style: solid;
  border-color: #D2D6DF;
  border-width: 0 0 1px 0;
 // background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
margin-bottom: 20px;
  box-sizing: border-box;
}

.btn--register {
  display: inline-block;
  zoom: 1;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
  vertical-align: middle;
  position: relative;
  width: auto;
  height: auto;
  border: 0;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  background-color: #00cc52;
}

.btn--register:hover {
  background-color: #00d656;
}

/* Module: S */
#footer {
  background: #383A40;
}

#footer .container {
  padding: 50px 15px;
}

#footer .container button {
  display: block;
}

#megaFooter {
  padding-top: 65px;
  background: #222125;
}

#megaFooter .container {
  padding-left: 15px;
  padding-right: 15px;
}

#footer__sep {
  margin: 10px auto;
  float: left;
  position: relative;
  display: block;
  background: #606066;
  height: 1px;
  width: 100%;
}

a#footer__subscribe {
  align-items: flex-start;
  text-align: center;
}

#footer__subscribe {
  font-weight: bold;
  width: 180px;
  position: relative;
  margin: 0 auto;
  clear: both;
}

.secLinks {
  float: left;
  position: relative;
  width: 100%;
}

.secLinks h2 {
  color: #fff;
}

.secLinks:last-child {
  display: block;
}

.secLinks__list {
  padding: 0;
  /**previous value of 0 2.5%**/
}

.secLinks__list li {
  text-decoration: none;
  color: #fff;
  font-family: "Standard CT", sans-serif;
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 0.5em;
}

.secLinks__list li:first-child {
  display: block;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.1475rem;
  padding-left: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  position: relative;
  top: -.27rem;
}

/*.secLinks__list li:first-child {
  display: block;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.60em;
  padding-left: 0;
}
*/

.secLinks__list li a {
  text-decoration: none;
  color: #D0D2D1;
  font-family: "Standard CT", sans-serif;
}

.secLinks__list li a:hover, .secLinks__list li a:focus {
  text-decoration: underline;
}

.secLinks__list li a span {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}

.secLinks__list-right {
  width: 100%;
  padding: 20px 0 0 0;
}

.secLinks__list-right li {
  display: inline-block;
}

.secLinks__list-right li:first-child {
  display: inline-block;
}

#footerLinks {
  color: #b7b7b7;
  padding: 0 0;
  margin: 0px;
  overflow: hidden;
  width: 100%;
}

#footerLinks li {
  font-size: 0.81em;
  float: none;
  clear: both;
}

#footerLinks li a {
  color: #b7b7b7;
  text-decoration: none;
  display: block;
}

#footerLinks li a:hover, #footerLinks li a:focus {
  text-decoration: underline;
}

#footerLinks li a:visited {
  color: #b7b7b7;
}

.logo-footer {
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  display: block;
  width: 100px;
  height: 58px;
  -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}

.subscribe-form {
  margin-bottom: 25px;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  width: 100%;
  max-width: 360px;
  padding: 10px;
  display: block;
}

.subscribe-form button[type="submit"] {
display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background-color: #F69526;
    margin-top: 5px;
}

.subscribe-form button[type="submit"]:hover {
  background-color: #fcb630;
  color: #222125;
}

.subscribe-form button[type="submit"] i {
  font-size: 12px;
}

.subscribe-ty {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 0.5em;
  color: #fff;
}

/* Module: S */
.white-popup-block {
  background: #fbf9f6;
  padding: 40px;
  text-align: left;
  margin: 85px auto;
  position: relative;
}

form h1 {
  font-family: "Standard CT", sans-serif;
  font-size: 2.5em;
  line-height: 1.2em;
  color: #222125;
  text-align: center;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 8em;
}

form p {
  font-family: "Standard CT", sans-serif;
  font-size: 1.62em;
  line-height: 1.2em;
  color: #606066;
  text-align: center;
  width: 100%;
  padding: 0 0;
  margin: 0 0 1em 0;
}

.form__input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 373px;
  background-color: #f5f1e7;
  border: 0;
  color: #222125;
  padding: 14px 10px;
  margin: 0 0 1em 0;
}

.form__label {
  font-family: "Standard CT", sans-serif;
  font-size: 1.12em;
  line-height: 1.3em;
  font-weight: bold;
}

.form__submit {
  padding: 0 0;
  margin: 0.5em 0 0 0;
  font-weight: normal;
  width: 150px;
  display: block;
  float: left;
}

.form__image {
  display: none;
}

.form__image img {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

/* Module: S */
/*
 * Table of Contents
 *
 *    HEADER
 *    SEARCH
 *    BANNER
 *
 */
/*
--------------------
1. HEADER
--------------------
*/
header {
  height: 60px;
  float: left;
  position: relative;
  width: 100%;
  background-color: rgba(22, 22, 22, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
}

.header, .header > .container {
  height: 60px;
}

#logo {
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0 0;
  background: url("https://www.worksafe.vic.gov.au/__data/assets/file/0004/197041/logo-worksafe.svg?v=0.1.1") transparent center center no-repeat;
  background-size: 124px 60px;
  display: block;
  width: 133px;
  height: 100%;
  -webkit-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out, height 300ms ease-in-out;
  transition: width 300ms ease-in-out, height 300ms ease-in-out;
}

a#donate {
  align-items: flex-start;
  text-align: center;
}

button#donate, a#donate {
  float: right;
}

button#search, button#search-button-container__close {
  margin-top: 20px;
  margin-left: 11px;
  float: left;
}

button#donate, a#donate {
  margin-top: 10px;
  margin-right: 13px;
  font-family: "Standard CT", sans-serif;
  font-weight: bold;
}

/*
--------------------
2. SEARCH
--------------------
*/
#search-container {
  width: 100%;
  background: #026eca;
  height: 70px;
  display: none;
  z-index: 500;
  position: absolute;
  overflow: hidden;
}

#search-container .container {
  width: 100%;
  text-align: center;
}

#search-container .container form {
  padding-top: 11px;
}

#search-container .container form input[type="text"] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  width: 60%;
  font-family: "Standard CT", sans-serif;
  padding: 11px 20px;
}

#search-container .container form button {
  font-weight: bold;
}

#search-button-container {
  display: block;
  position: relative;
  float: right;
  margin-right: 45px;
  width: 49px;
  height: 100%;
  cursor: pointer;
}

#search-button-container.active {
  background: #026eca;
}

#search-button-container__close {
  display: none;
}

/*
--------------------
3. BANNER
--------------------
*/
.banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 367px;
  overflow: hidden;
}

body.content .banner {
  height: 270px;
}

.banner__inner {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: none;
  background-color: transparent;
}

.banner__inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.banner-text {
  position: absolute;
  top: 130px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.banner__title {
  margin: 0 0;
  padding: 0 0;
  font-family: "Standard CT", sans-serif;
  font-size: 3.1em;
  line-height: 1em;
  color: #fff;
  padding: 0 5%;
}

body.content .banner__title {
  font-size: 2.25rem;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 60px;
  left: 0;
  background-color: #fff;
}

/* Module: S */
.keypaths {
  margin-top: 35px;
}

.keypaths-mini {
  background: #fff;
}

/*.keypaths__headline {
  padding: 0 0;
  font-family: "Standard CT", sans-serif;
  font-size: 3.375em;
  line-height: 1.625em;
  color: #222125;
  text-align: center;
}*/

.keypaths__headline {
  padding: 0 0;
  margin: 0 0 0.2em 0;
  font-family: "Standard CT", sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  color: #222125;
  text-align: center;
}

.keypaths__summary {
  padding: 0 0;
  margin: 0 0 0.5em 0;
  font-family: "Standard CT", sans-serif;
  color: #606066;
  text-align: center;
  font-size: 1.625em;
}

/*.keypaths__summary {
  padding: 0 0;
  margin: 0 0 0.5em 0;
  font-family: "Standard CT", sans-serif;
  color: #606066;
  text-align: center;
  font-size: 1.37em;
}*/


.keypaths__item--wrapper, .landing__item--wrapper {
  max-width: 340px;
  margin: 0 auto;
}

.keypaths__item, .landing__item {
  position: relative;
  text-align: center;
  overflow: hidden;
  outline: 0;
  margin-bottom: 15px;
}

.keypaths__item img, .landing__item img {
  display: block;
}

.keypaths__item--inner, .landing__item--inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.keypaths__item-bgOverlay, .landing__item-bgOverlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 15%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(150%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 150%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 150%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 150%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 150%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.keypaths__item:hover .keypaths__item-bgOverlay:after, .landing__item:hover .keypaths__item-bgOverlay:after, .keypaths__item:hover .landing__item-bgOverlay:after, .landing__item:hover .landing__item-bgOverlay:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, rgba(0, 84, 156, 0) 0%, #00549c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00549c), color-stop(100%, rgba(0, 84, 156, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(1, 87, 160, 0) 0%, #0157a0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 84, 156, 0) 0%, #00549c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 84, 156, 0) 0%, #00549c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 84, 156, 0) 0%, #00549c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00549c', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.keypaths__item--text, .landing__item--text {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 9%;
}

.keypaths__item--text button, .landing__item--text button, .keypaths__item--text .button, .landing__item--text .button {
  /*min-width: 50%;*/
  min-width: 65%;
  font-weight: normal;
}

.keypaths__item--title-wrapper, .landing__item--title-wrapper {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 0 0 10px 0;
}

.keypaths__item--title-wrapper:after, .landing__item--title-wrapper:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
}

.keypaths__item:hover .keypaths__item--title-wrapper, .landing__item:hover .keypaths__item--title-wrapper, .keypaths__item:hover .landing__item--title-wrapper, .landing__item:hover .landing__item--title-wrapper {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.keypaths__item:hover .keypaths__item--title-wrapper:after, .landing__item:hover .keypaths__item--title-wrapper:after, .keypaths__item:hover .landing__item--title-wrapper:after, .landing__item:hover .landing__item--title-wrapper:after {
  content: '';
  border-bottom: solid 2px #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 56px;
  margin-left: -28px;
}

.keypaths__item--title, .landing__item--title {
  font-family: "Standard CT", sans-serif;
  color: #fff;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
}

.keypaths__item--summary, .landing__item--summary {
  display: none;
  font-family: "Standard CT", sans-serif;
  color: #fff;
  font-size: 1.125em;
  padding: 0 0;
  margin: 0 0 1em 0;
}

.keypaths__item--description {
  color: #FFF;
  padding: 0 0 10px 0;
}

.keypaths__item--description p {
  margin: 0;
}

.isotope.keypaths__item--wrapper, .isotope.landing__item--wrapper {
  max-width: none;
}

.isotope .keypaths__item.tile, .isotope .tile.landing__item {
  height: 240px;
  width: 240px;
  max-width: 240px;
}

.isotope-button {
  text-align: center;
  margin-bottom: 15px;
}

.sort-by-button-group {
  padding: 0 0 30px;
  text-align: center;
}

.sort-by-button-group p {
  display: inline;
  padding: 0 0.5em;
  font-size: 1.25em;
}

/* Module: S */
.landing__item--button {
  min-width: 80% !important;
}

.landing .main {
  width: 100%;
  position: relative;
  margin-top: 367px;
}

.landing .main .container {
  position: relative;
}

.landing .main .container .landing {
  margin-top: -30px;
  padding-top: 20px;
}

.landing__headline {
  font-size: 1.87em;
  line-height: 1.25em;
  font-family: "Standard CT", sans-serif;
  color: #222125;
  padding: 0 0 0.2em 0;
  margin: 0 0;
}

.landing__summary {
  font-family: "Standard CT", sans-serif;
  color: #606066;
  font-size: 1.375em;
  line-height: 1.25em;
  margin: 0 0;
  padding: 0 0 1em 0;
}

/* Module: S */
#stats {
  margin-top: -62px;
  position: relative;
}

.stats__item {
  background-color: #e12425;
  text-align: center;
  color: #f7bd13;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 115px;
  /*&:first-child {
        @include sq-rounded(top, left, 10px);
        @include sq-rounded(top, right, 10px);

    }

    &:last-child {
        @include sq-rounded(bottom, left, 10px);
        @include sq-rounded(bottom, right, 10px);
        border-bottom: 0px;
    }*/
}

.stats__item .white {
  color: #FFF;
}

.stats__number {
  padding: 0 0;
  font-family: "Standard CT", sans-serif;
  font-size: 2.81em;
  line-height: 1.375em;
  font-weight: bold;
}

.stats__desc {
  padding: 0 5%;
  margin: 0 0 1em 0;
  font-family: "Standard CT", sans-serif;
  font-size: 1.125em;
  line-height: 1em;
}

/* Module: S */
.home--videos {
  margin-top: 35px;
}

.home--videos .videos img {
  width: 100%;
}

.home--videos .video-caption {
  background-color: #026eca;
}

.home--videos__headline {
  padding: 0 0;
  margin: 0 0 0.2em 0;
  font-family: "Standard CT", sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  color: #222125;
  text-align: center;
}

.home--videos__summary {
  padding: 0 0;
  margin: 0 0 0.5em 0;
  font-family: "Standard CT", sans-serif;
  color: #606066;
  text-align: center;
  font-size: 1.37em;
}

@media (min-width: 48em) {
  /*
--------------------
Modules
--------------------
*/
  .button {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  /* Module: Back to top */
  .back-to-top {
    position: fixed;
    bottom: 1em;
    right: 1em;
    width: 2em;
    height: 2em;
    -webkit-opacity: 0.55;
    -moz-opacity: 0.55;
    opacity: 0.55;
    -ms-filter: alpha(opacity=55);
    filter: alpha(opacity=55);
  }
  .back-to-top:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .back-to-top__text {
    display: none;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: block;
  }
  .breadcrumbs-mask {
    display: block;
  }
  /* Module: Matrix form */
  .sq-form-question {
    width: 50%;
    float: left;
  }
  .sq-form-question-answer select.sq-form-field,
  .sq-form-question-note select.sq-form-field,
  .sq-form-error select.sq-form-field {
    width: 375px;
    height: 40px;
  }
  .sq-form input[type="text"].sq-form-field,
  .sq-form input[type="password"].sq-form-field,
  .sq-form textarea.sq-form-field {
    width: 375px;
  }
  .sq-form-question-password-answer {
    margin-bottom: .5em;
  }
  /* Module: Navbar */
  /* Module: Off canvas nav */
  /* Module: Responsive tables */
  .responsive-table th {
    position: inherit;
  }
  .responsive-table td:before {
    display: none;
  }
  /* Module: Slick */
  .slick-slide {
    height: 500px;
  }
  .slick-slideshow {
    margin-top: 60px;
  }
  .slick-slideshow-lhs__text {
    padding-right: 1.5em;
  }
  .slick-slideshow-lhs__text h1 {
    font-size: 3.25em;
  }
  .slick-slideshow-lhs__text h2 {
    margin-bottom: 1em;
  }
  .slick-slideshow-lhs__text p {
    display: block;
    margin-bottom: 2em;
  }
  /* Module: S */
  .content-viewport .left-img {
    margin: 1em 0;
  }
  .content-viewport .left-img .img-container {
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
  }
  .content-viewport .right-img {
    margin: 1em 0;
  }
  .content-viewport .right-img .img-container {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
  }
  .content-viewport .video-caption {
    position: absolute;
  }
  /*
--------------------
8. NEWS JUMBOTRON
--------------------
*/
  .news-jumbotron .news-jumbotron-img {
    position: relative;
    float: left;
    margin-right: 20px;
  }
  .news-jumbotron .news-jumbotron-img img {
    width: auto;
  }
  /* Module: S */
  .secLinks__list-right {
    text-align: right;
    margin: 0;
    padding: 0;
  }
  /* Module: S */
  .form__image {
    display: block;
  }
  /* Module: S */
  /*
 * Table of Contents
 *
 *    HEADER
 *    BANNER
 * 
 */
  /*
--------------------
1. HEADER
--------------------
*/
  /*
--------------------
2. BANNER
--------------------
*/
  .banner__title {
    font-size: 5.6em;
    line-height: 1em;
  }
  body.content .banner-text {
    text-align: left;
  }
  body.content .banner__title {
    padding: 0 0;
    font-size: 3.375rem;
  }
  /* Module: S */
  .keypaths {
    max-width: 738px;
    margin: 0 auto;
  }
  .keypaths__item--wrapper, .landing__item--wrapper {
    max-width: none;
    margin: 0 auto;
  }
  .keypaths__headline {
    margin: 0.4em 0 0 0;
    font-size: 2.5em;
    line-height: 1.1em;
  }
  .keypaths__summary {
    font-size: 1.62em;
  }
  /* Module: S */
  .landing__headline {
    font-size: 2.5em;
    line-height: 1.2em;
    padding: 0 0;
  }
  .landing__summary {
    font-size: 1.62em;
    line-height: 1.2em;
  }
  /* Module: S */
  #stats {
    margin-top: -70px;
  }
  .stats__item {
    border-bottom: 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 135px;
    /*&:first-child {
        @include sq-rounded(top, left, 0px);
        @include sq-rounded(top, right, 0px);        
        @include sq-rounded(top, left, 10px);
        @include sq-rounded(bottom, left, 10px);
    }

    &:last-child {
        @include sq-rounded(bottom, left, 0px);
        @include sq-rounded(bottom, right, 0px);        
        @include sq-rounded(top, right, 10px);
        @include sq-rounded(bottom, right, 10px);
        border-right: 0px;
    }*/
  }
  /* Module: S */
}

@media (min-width: 64em) {
  /*
--------------------
Modules
--------------------
*/
  .mobile-tablet-only {
    display: none !important;
  }
  .mobile-only {
    display: none !important;
  }
  .container {
    padding: 0 0;
  }
  /* Module: Navbar */
  header.mobile nav {
    top: 65px;
  }
  header.mobile nav .navbar__toggle {
    top: -45px;
  }
  .navbar__item--active {
    border-bottom: 2px solid #FFF;
  }
  .navbar__item a:focus {
    border-bottom: 2px solid #FFF;
  }
  /* Module: Slick */
  .slick-next, .slick-prev {
    display: block !important;
  }
  .slick-slide {
    height: 657px;
  }
  .slick-slideshow {
    margin-top: 64px;
  }
  .slick-slideshow__text {
    width: 50%;
    margin-left: -25%;
  }
  .slick-slideshow-lhs__content {
    max-width: 1140px;
    margin: 0 auto;
  }
  .slick-slideshow-lhs__text {
    padding-right: 5.5em;
  }
  .slick-slideshow-lhs__text h1 {
    font-size: 4.25em;
    line-height: 1em;
  }
  .slick-slideshow-lhs__text h2 {
    font-size: 2em;
    margin-bottom: 1em;
  }
  .slick-slideshow-lhs__text p {
    font-size: 1.65em;
    line-height: 1.45em;
    margin-bottom: 2em;
  }
  /* Module: S */
  .sidenav {
    max-width: 240px;
    margin-bottom: 50px;
  }
  .main-content {
    padding-left: 2.5rem;
  }
  /* Module: S */
  #footer .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  #megaFooter .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .secLinks {
    width: 32%;
    display: block;
  }
  .secLinks:last-child ul li {
    text-align: left;
  }
  .secLinks__list {
    display: inline-block;
  }
  .secLinks__list-right {
    width: auto;
  }
  .secLinks__list-right li {
    display: inline-block;
  }
  .secLinks__list-right li:first-child {
    display: inline-block;
  }
  #footerLinks {
    float: left;
    width: auto;
  }
  #footer__subscribe {
    float: right;
  }
  /* Module: S */
  .white-popup-block {
    padding: 40px;
  }
  /* Module: S */
  .header, .header > .container {
    height: 65px;
  }
  #logo {
    margin: 0;
    width: 200px;
  }
  #search-button-container {
    margin-right: 0px;
  }
  #donate {
    display: block;
    width: 120px;
  }
  #search-container {
    height: 70px;
  }
  #search-container .container {
    width: 680px;
  }
  #search-container .container {
    text-align: center;
  }
  #search-container .container form button {
    width: 140px;
  }
  #search-container {
    width: 100%;
    background: #026eca;
    height: 70px;
  }
  #search-container .container {
    width: 680px;
  }
  #search-container .container form {
    padding-top: 11px;
  }
  #search-container .container form input[type="text"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    width: 498px;
    font-family: "Standard CT", sans-serif;
    padding: 11px 20px;
    margin-left: 7px;
  }
  #search-container .container form button {
    font-weight: bold;
  }
  /* Module: S */
  .keypaths {
    max-width: 1060px;
    margin: 0 auto;
  }
  .keypaths__headline {
    margin: 1.5em 0 0 0;
  }
  .keypaths__summary {
    margin: 0 0 1em 0;
  }
  .keypaths__item:hover .keypaths__item--summary, .landing__item:hover .keypaths__item--summary, .keypaths__item:hover .landing__item--summary, .landing__item:hover .landing__item--summary {
    display: block;
  }
  .keypaths__item:hover .keypaths__item--title-wrapper, .landing__item:hover .keypaths__item--title-wrapper, .keypaths__item:hover .landing__item--title-wrapper, .landing__item:hover .landing__item--title-wrapper {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .keypaths__item:hover .keypaths__item--title-wrapper:after, .landing__item:hover .keypaths__item--title-wrapper:after, .keypaths__item:hover .landing__item--title-wrapper:after, .landing__item:hover .landing__item--title-wrapper:after {
    content: '';
    border-bottom: solid 2px #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 56px;
    margin-left: -28px;
  }
  .keypaths__item--summary, .landing__item--summary {
    -webkit-animation: fadein 1.5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.5s;
    /* Firefox < 16 */
    -ms-animation: fadein 1.5s;
    /* Internet Explorer */
    -o-animation: fadein 1.5s;
    /* Opera < 12.1 */
    animation: fadein 1.5s;
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Firefox < 16 */
  @-moz-keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Safari, Chrome and Opera > 12.1 */
  @-webkit-keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Internet Explorer */
  @-ms-keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Opera < 12.1 */
  @-o-keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* Module: S */
  .landing .main .container {
    padding-left: 31px;
    padding-right: 31px;
  }
  .landing .main .container .landing {
    padding-top: 35px;
  }
  .landing__summary {
    padding: 0 0 1.4em 0;
  }
  /* Module: S */
  .stats__number {
    margin: 0.9em 0 0.1em 0;
  }
  /* Module: S */
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* Module: Breadcrumbs */
  .breadcrumbs {
    display: none;
  }
  /* Module: Navbar */
  .navbar {
    display: none;
  }
  /* Module: Off canvas nav */
  .off-canvas__nav,
  .off-canvas__toggle {
    display: none;
  }
  /* Module: Pagination */
  .pagination {
    display: none;
  }
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
  /* Module: S */
}

/*# sourceMappingURL=main.css.map */

@media only screen and (max-width: 479px) {
  .btn--responsive {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .btn--conteiner {
    border-top-width: 1px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-height: 81px;
     margin-bottom: 0;
        background-color: white;
  }
  .sort-by-button-group p {
    display: block;
    padding: 0 0.5em;
    font-size: 1.25em;
}

.news-jumbotron h2 {
    font-size: 1.125rem;
    margin: 10px 0;
    line-height: 1.4em;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
}

/* embedded video */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; 
  margin-bottom: 3.25em;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Buttons test */
.button1 {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background-color: #F69526;
}

.button1:hover, .button1:focus {
  background-color: #fcb630;
  color: #222125;
}
.button2 {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #393a3f;
    background-color: #F69526;
}

.button2:hover, .button2:focus {
  background-color: #fcb630;
  color: #222125;
}

.button--yellow1 {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    height: auto;
    width: 140px;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #393a3f;
    background-color: #f9b92b;
}

.button--yellow1:hover, .button--yellow1:visited {
    background-color: #f69526 !important;
    color: #ffffff !important;
}
.button--grey1 {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #ffffff;
    background-color: #393a3f;
}
.button--grey1:hover, .button--grey1:visited {
    background-color: #D0D2D1 !important;
    color: #393a3f !important;
}
.button--silver1 {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #393a3f;
    background-color: #D0D2D1;
}

.button--silver1:hover, .button--silver1:visited {
    background-color: #393a3f !important;
    color: #ffffff !important;
}
.button--green1 {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background-color: #00cc52;
}

.button--green1:hover, .button--green1:visited {
    background-color: #79d29d !important;
    color: #393a3f !important;
}
.button--blue1 {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: 11px 20px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    line-height: 22px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background-color: #026eca;
}

.button--blue1:hover, .button--blue1:visited {
  background-color: #fff !important;
  color: #026eca !important;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.content-viewport ul li:before {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 400px 1819px;
    background-image: url(https://www.worksafe.vic.gov.au/__data/assets/image/0007/197881/bullet-grey.png?v=0.1.1);
}
