@charset "UTF-8";
@import url("webfonts/router_book/stylesheet.css");
@import url("webfonts/router_book_italic/stylesheet.css");
@import url("webfonts/fabriga_light/stylesheet.css");
@import url("webfonts/Fabriga_medium/stylesheet.css");

html, body{
  height: 100%;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: Fabriga;
}
.home{
  background: #ff6633;
}
.home h1,
.home .h1,
.home h3,
.home .h3{
  color: #ffffff;
}
.home h2,
.home .h2{
  color: #000000;
}
.home h3{
  margin: 3rem 0 11rem;
  /* font-size: 22px; */
}
h1, .h1{
  font-family: Fabriga;
  font-weight: bold;
  margin: 0;
  color: #ff6633;
  /* font-size: 50px;
  line-height: 56px; */
  font-size: 65px;
  line-height: 71px;
  margin-bottom: 1rem;
}
h2, .h2{
  font-family: Fabriga;
  color: #fff;
  /* font-size: 30px;
  line-height: 36px; */
  font-size: 40px;
  line-height: 46px;
  margin: 0;
  font-weight: bold;
}
h3, .h3{
  font-weight: bold;
  font-family: Fabriga;
  color: #ff6633;
  /* font-size: 32px; */
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 10px;
}
h4, .h4{
  font-weight: bold;
}
h1, h2, h3, h4{
  outline: none;
}
h5, .h5{
  font-size: 20px;
  margin: 0 0 10px;
}
.home h4,
.home .h4{
  font-size: 12px;
  text-transform: uppercase;
}
p{
  /* font-size: 1rem;
  line-height: 1.7r; */
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.author{
  font-family: Fabriga;
  font-weight: bold;
}

.contact-deets{
  border-top: 1px solid #b6522e;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-deets span{
  padding-right: 20px;
  display: block;
  font-size: 14px;
}
/* .contact-deets .h4{
  margin-bottom:20px;
} */

/** Temporary **/
/* .intro__dates{
  visibility: hidden;
  opacity: 0;
} */

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
  h1, .h1{
    font-size: 100px;
    line-height: 110px;
  }
  h2, .h2{
    font-size: 50px;
    line-height: 56px;
  }
  .home h3, .home .h3{
    font-size: 30px;
    margin-bottom: 7rem;
  }
  .home h4,
  .home .h4{
    font-size: 14px;
  }
}


@media only screen and (min-width: 45em) {  /* 720px */
  .contact-deets span{
    display: inline;
  }
  /* .contact-deets .h4{
    margin-bottom:0;
  } */

}

@media only screen and (min-width: 60em) { /* 960 */
  /* p{
    font-size: 1.125rem;
  }
  h2, .h2{
    font-size: 1.125rem;
  } */

  h1, .h1{
    font-size: 140px;
    line-height: 160px;
    margin: 0;
  }
  h2, .h2{
    font-size: 70px;
    line-height: 80px;
  }
  .home h3, .home .h3{
    /**font-size: 44px;**/
    font-size: 58px;
  }
  .home h3{
    margin: 5rem 0 10rem;
  }
}

a:link,
a:visited{
  color: #ff6633;
  text-decoration: none;
}
a:hover{
	color: #ff6633;
	text-decoration: underline;
}
.home .footer a:link,
.home .footer a:visited{
  color: #000;
}

.btn,
a.btn{
  color: #fff;
  background: #ff6633;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}
.btn:hover,
a.btn:hover{
  background: #000;
  color: #fff;
  text-decoration: none;
}
.black{
  color: #000;
}
.white{
  color: #fff;
}
.extra-line-height{
  line-height: 38px;
}
.top-margin{
  margin-top: 20px;
}
.copyright{
  font-size: 14px;
}
#container,
.wrapper{
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    max-width: 1100px;
    clear: both;
}
.wrapper--side-bar{
  background: #ff6633;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.support .wrapper--side-bar:hover,
.health-message .wrapper--side-bar:hover,
.about .wrapper--side-bar:hover{
  background: #000;
  cursor: pointer;
}
.support .wrapper--side-bar:hover h3,
.health-message .wrapper--side-bar:hover h3,
.about .wrapper--side-bar:hover h3{
  color: #fff;
}
.wrapper--side-bar a:link,
.wrapper--side-bar a:visited,
.wrapper--side-bar p{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.wrapper--outer {
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -213px;
}
.footer,
.push {
  height: 213px;
}
.footer h4{
  margin-bottom: 0;
}
.footer p{
  margin-top: 0;
}
#menu {
    /*position: fixed;*/
    background-color: #000000;
    /*width: 100%;*/
    text-align: center;
    z-index: 1;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-family: router-book;
    padding: 30px 0;
}
#menu ul {
    text-align: right;
    margin: 0;
    padding-top: 4px;
}
#menu ul li {
    display: inline-block;
}
#menu ul li a{
  font-size: 14px;
}
#menu ul li a:link {
    color: #FFFFFF;
    font-family: router-book;
    padding-right: 20px;
    text-decoration: none;
}
#menu ul li a:visited {
    color: #FFFFFF;
    font-family: router-book;
    text-decoration: none;
}
#menu ul li a:hover {
    color: #FFFFFF;
    font-family: router-book;
    text-decoration: underline;
}
#menu ul li a:active {
    color: #FFFFFF;
    font-family: router-book;
    text-decoration: underline;
}
a.menu__home {
  float: left;
  padding-top: 10px;
  padding-left: 3%;
  font-weight: bold;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
a.menu__home,
a.menu__home:link,
a.menu__home:visited,
a.menu__home:active{
  font-size: 20px;
  color: #FFFFFF;
}

a.menu__home:hover{
  text-decoration: none;
  color: #ff6633;
}

.header{
  background: #000;
  padding: 30px 0;
  float: left;
  width: 100%;
}

#FAFAbout {
  outline: none;
}
#500Strong {
}
#FAFSupport {
}
#FAFProgram {
}
#FAFArtists {
}
.home .footer{
  border-color: #b6522e
}
.footer{
  border-top: 1px solid #000;
}

.anchor {
    display: block;
    padding-top: 40px;
    margin-top: -50px;
    margin-bottom: -50px;

 }

.banner{
  /* background-color: #efcb7a; */
  /* text-align: center; */
  outline: none;
  overflow: auto;
  padding: 15px 0;
}

.banner h2, .banner h1{
  margin: 0;
}

.banner--blue{
  background-color: #273583;
  color: white;
  font-size: 2em;
  font-family: 'Fabriga medium';
  text-align: center;
  padding: 30px 0 15px;
}

.banner--blue a{
  color: #fff;
}

.sponsors{
  height:55px;
  padding: 15px 50px 15px 0;
}
.sponsors--womens{
  /* height: 75px; */
  height: 90px;
  padding-right: 0;
}
.sponsors--creative{
  height: 70px;
  padding-right: 70px;
}
.sponsors--bowness{
  padding-top: 35px;
}
.sponsors--abbotsford{
  height: 45px;
  margin-bottom: 5px;
}
.sponsors--melb{
  padding-right: 0;
}
.sponsors--knight{
  padding-left: 17px;
}
.sponsors--park{
  padding-right: 0;
}

@media only screen and (max-width: 56.688em) {  /* 907px */
  .sponsors--knight{
    padding-left: 30px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 49.125em) {  /* 786px */
  .sponsors--knight{
    padding-left: 0;
    padding-right: 17px;
  }
  .sponsors--melb{
    padding-right: 35px;
  }
}

@media only screen and (max-width: 33.75em) {  /* 540px */
  .sponsors {
    max-height: 35px;
    padding-right: 25px;
  }
  .sponsors--womens{
    max-height: 70px;
  }
  .sponsors--creative{
    max-height: 50px;
  }
  .sponsors--abbotsford{
    margin-bottom: 0;
  }
  /* .sponsors--melb{
    padding-right: 0
  } */
}

.header__image{
  width: 100%;
}

.center{
  text-align: center;
}
.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

.menu-btn{
  display: block;
  color: white;
  background: black;
  border: none;
  font-size: 24px;
}

.menu--desktop {
  float: right;
  padding-right: 3%;
  margin: 0;
  border: 0;
}
.menu--desktop ul{
  display: none;
}

.menu--desktop ul,
.menu--desktop li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 45em) {  /* 540px */
  .menu-btn{
    display: none;
  }
  .menu--desktop ul{
    display: inline-block;
  }
}
.menu--desktop ul {
  position: relative;
  z-index: 597;
}

.menu--desktop ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

.menu--desktop ul li.hover,
.menu--desktop ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

.menu--desktop ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

.menu--desktop ul ul li {
  float: none;
}

.menu--desktop ul ul ul {
  top: 0;
  left: auto;
  right: -99.5%;
}

.menu--desktop ul li:hover>ul {
  visibility: visible;
}

.menu--desktop ul ul {
  bottom: 0;
  left: 0;
}

.menu--desktop ul ul {
  margin-top: 0;
}

.menu--desktop ul ul li {
  font-weight: normal;
}

.menu--desktop a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}

.menu--desktop>ul {
  *display: inline-block;
}

.menu--desktop:after,
.menu--desktop ul:after {
  content: '';
  display: block;
  clear: both;
}

.menu--desktop a {
  color: #FFF;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}

@media only screen and (min-width: 60em) {
  .menu--desktop a {
    padding: 0 15px;
  }
}

.menu--desktop ul {
  text-transform: uppercase;
}

.menu--desktop ul ul {
  text-transform: none;
  min-width: 190px;
}

.menu--desktop ul ul a {
  background: #000;
  color: #FFF;
  border-top: 0 none;
  line-height: 150%;
  padding: 16px 20px;
}

.menu--desktop ul ul ul {
  border-top: 0 none;
}

.menu--desktop ul ul li {
  position: relative
}

.menu--desktop>ul>li>a {
  line-height: 48px;
}


.menu--desktop ul li:hover>a,
.menu--desktop ul li.active>a {
  color: #ff6633;
}

.menu--desktop ul li.last ul {
  left: auto;
  right: 0;
}

.menu--desktop ul li.last ul ul {
  left: auto;
  right: 99.5%;
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #000000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
  display: block;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
}
.pushy a:hover {
  color: #FFF;
}
.pushy ul{
  list-style: none;
  padding: 0;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("images/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/** custom pushy **/
.pushy-link--sub{
  background: #141414;
}
.pushy-link--sub a{
  padding: 10px 30px 10px 35px;
}
/*# sourceMappingURL=pushy.css.map */

.wrapper.events{
  padding-top: 40px;
}
@media only screen and (max-width: 45em) {  /* 540px */
  .wrapper.events{
    padding-top: 15px;
  }
}
.events h3{
  margin-bottom: -2px;
  font-size: 24px;
}
.events .col-4{
  margin-bottom: 40px;
}
.events__date{
  margin-top: 0;
}
.event__image,
.events__image{
  max-width: 100%;
}

a.event__back{
  font-size: 14px;
  color: #aaa;
}
.auslan{
  max-width: 80px;
}


img.events__image { 
  opacity: 1; 
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease; 
  transition: all 250ms ease;
}

img.events__image:hover { 
  opacity: 0.8;
  filter: alpha(opacity=40);
}
.events__link{
  display: block;
}
.events__link:hover{
  text-decoration: none;
}
a.events__link:hover h3{
  color: #000000;
}
.events__link--pdf{
  max-width: 500px;
}
.events__image--overlay{
  visibility: hidden;
  opacity: 0;
  max-width: 100%;
}
a.events__link:hover .events__image--overlay{
  visibility: visible;
  opacity: 0.4;
}

.events__image-wrap{
  position: relative;
}
.events__image--overlay{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 25px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
