/*

Theme Name: WAYA 2017
Version: 1.0
Author: Bain Media

*/

* {
    margin: 0;
    padding: 0;
}

header, footer, nav, section, main {
    display: block;
}


/*---------------------------------------

	GENERAL STRUCTURE

-----------------------------------------*/

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    min-width: 270px;
    background-color: #FFF;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}


/*Override Bootstrap gutters*/

.col-md-6, .col-md-4, .col-md-3 {
    padding-right: 10px;
    padding-left: 10px;
}


/*  body:after { position: absolute; left: 0; right: 0; bottom: 0; height: 600px; background: rgba(0,0,0,.2); content: ''; display: block; z-index: 2; }

body:before { position: absolute; left: 0; right: 0; bottom: 200px; background: url('img/pattern.png') repeat; content: ''; display: block; height: 700px; transform: skewY(5deg); transform-origin: 100%; z-index: 3; } */

body:not(.home):not(.page-template-page-festival-weekend) #wrap {
    background-color: #FFF;
    background-image: url('img/skyline_footer2.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1289px 400px;
}


/*---------------------------------------

	HEADER & NAVIGATION

-----------------------------------------*/


/*Bootstrap Navigation*/

.header_content p, .header_content h1, .header_content h2, .header_content h3, .header_content h4, .header_content h5, .header_content h6 {
    color: white;
}

header.bootstrap {
    padding: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-decoration: none;
}

.navbar {
    border: none;
    min-height: 0;
    margin-bottom: 0;
}

body:not(.page-template-page-home):not(.page-template-page-toolbox):not(.page-template-page-schools-toolbox):not(.page-template-page-festival-weekend) .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

body.page-template-page-home .navbar-inverse .navbar-toggle .icon-bar,
body.page-template-page-toolbox .navbar-inverse .navbar-toggle .icon-bar,
body.page-template-page-schools-toolbox .navbar-inverse .navbar-toggle .icon-bar,
body.page-template-page-festival-weekend .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000341;
    background-color: transparent;
}

header.bootstrap.navbar {
    background-color: #00aaed;
    border: none;
    margin-bottom: 0;
    min-height: 0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #000341;
}


/* adjust body when menu is open */

body.slide-active {
    overflow-x: hidden
}


/*first child of #page-content so it doesn't shift around*/

.no-margin-top {
    margin-top: 0px!important
}


/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */

#page-content {
    position: relative;
    padding-top: 0;
    left: 0;
}

#page-content.slide-active {
    padding-top: 0
}


/* put toggle bars on the left :: not using button */

#slide-nav .navbar-toggle {
    cursor: pointer;
    position: fixed;
    line-height: 0;
    float: right;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 25px 0 0 0;
    border: 0;
    background: transparent;
    right: 30px;
}


/* icon bar prettyup - optional */

#slide-nav .navbar-toggle>.icon-bar {
    width: 90%;
    display: block;
    height: 3px;
    margin: 4px 0 0 0;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #000;
}

.navbar-header {
    position: relative
}


/* un fix the navbar when active so that all the menu items are accessible */

.navbar.navbar-fixed-top.slide-active {
    position: relative
}


/*@media (max-width:1200px) {*/

#slide-nav .container {
    margin: 0!important;
    padding: 0!important;
    height: 100%;
}

#slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px;
}

#slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000;
}

#slide-nav #slidemenu {
    background: #ed077e;
    right: -100%;
    width: 80%;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: -8px;
    margin: 0;
    max-width: 400px;
}

#slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
    padding: 10px 10px 10px 0;
}

#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 80%;
    white-space: normal;
}

#slide-nav {
    border-top: 0
}

#slide-nav.navbar-inverse #slidemenu {
    background: #ed077e;
}


/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/

#navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 80%;
    left: -80%;
    background: #f7f7f7;
    max-width: 400px;
}

#navbar-height-col.inverse {
    background: #ed077e;
    z-index: 11;
    border: 0;
}

#slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/
}

#slide-nav .navbar-form .form-control {
    text-align: center
}

#slide-nav .navbar-form .btn {
    width: 100%
}


/*}*/


/*@media (min-width:768px) {*/

#page-content {
    left: 0;
        overflow: hidden;
    height: auto;
}

.navbar.navbar-fixed-top.slide-active {
    position: fixed
}

.navbar-header {
    left: 0!important
}


/*}*/


/*End boostrap navigation*/

#logo, #navigation_logo {
    position: absolute;
    top: 22px;
    left: 20px;
    display: block;
    width: 180px;
    height: 111px;
    background-image: url('img/logo.svg');
    /*background-image: url('img/waya.png');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

#logo-home {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 180px;
    height: 111px;
    background-image: url('img/logo.svg');
    /*background-image: url('img/waya.png');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.page-template-page-home #logo,
.page-template-page-toolbox #logo,
.page-template-page-schools-toolbox #logo {
    display: none;
}


/*.page-template-page-festival-weekend #logo {*/
/*    display: none;*/
/*}*/

#navigation {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
    background: #000341;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 200;
}

#navigation ul {
    list-style: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 20px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    line-height: 110%;
    font-weight: normal;
    font-size: 28px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

#navigation a {
    display: block;
    padding: 8px 0;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

#navigation a:link, #navigation a:visited {
    color: #FFF;
    text-decoration: none;
}

#navigation a:hover, #navigation a:active {
    color: #00acee;
    text-decoration: none;
}

.navigate {
    overflow: hidden;
}

.navigate #navigation {
    visibility: visible;
    opacity: 1;
}


/*#nav_toggle {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 45px;
    color: #FFF;
    background-color: #000341;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 300;
}*/

.navbar-toggle {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 45px;
    color: #FFF;
    /*background-color: #000341;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 300;
}

.page-template-page-home #nav_toggle,
.page-template-page-toolbox #nav_toggle,
.page-template-page-schools-toolbox #nav_toggle {
    color: #000;
    background-color: transparent;
}

.page-template-page-home.navigate #nav_toggle,
.page-template-page-toolbox.navigate #nav_toggle,
.page-template-page-schools-toolbox.navigate #nav_toggle {
    color: #FFF;
    background-color: transparent;
}

.page-template-page-festival-weekend #nav_toggle {
    color: #FFF;
    background-color: #00acee;
}

.page-template-page-festival-weekend.navigate #nav_toggle {
    color: #FFF;
    background-color: transparent;
}


/*---------------------------------------

	PAGE HEADERS

-----------------------------------------*/

header {
    position: relative;
    display: block;
    background-color: #ed077e;
    padding: 200px 30px 160px 30px;
    text-align: center;
    overflow: hidden;
}

header:not(.bootstrap):after {
    position: absolute;
    left: -10%;
    width: 120%;
    bottom: -102px;
    background: #FFF;
    content: '';
    display: block;
    height: 200px;
    -webkit-transform: rotate(358deg);
    -moz-transform: rotate(358deg);
    -ms-transform: rotate(358deg);
    -o-transform: rotate(358deg);
    z-index: 2;
}

.page-template-page-waya-landing header {
    background-image: url('img/header_categories.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-template-page-hof header {
    background-image: url('img/header_hof.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-template-page-nomination header {
    background-image: url('img/header_nominations.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-template-page-dinner header {
    background-image: url('img/header_dinner.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-457 header {
    background-image: url('img/header_sota-v4.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
        max-width: 2300px;
    margin: 0 auto;
    padding: 200px 30px 220px 30px;
}

@media screen and (max-width: 991px) {
    .page-id-457  header {
        padding: 130px 20px 110px;
    }
}

.page-id-457 #logo {
    background-image: url(img/logo-black.svg);
}

.page-id-457 header h1,
.page-id-457 header h5,
.page-id-457 header .header_content {
  opacity: 0;
}



@media (min-width: 1920px) {
    .page-id-457 header {
    padding: 200px 30px 400px 30px;
    }
}

.page-id-730 header {
    background-image: url('img/festival-header-2020.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .page-id-730 #logo {
    display: none;
    }
}

.page-id-713 header {
    background-image: url('img/event-map-header.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-736 header {
    background-image: url('img/events-header.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-732 header {
    background-image: url('img/freo-header.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-734 header {
    background-image: url('img/regional-header-2.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-710 header {
    background-image: url('img/transport-header.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-695 header {
    background-image: url('img/business-toolkit.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-761 header {
    background-image: url('img/bbq-header.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.page-id-763 header {
    background-image: url('img/brighter-header.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


header h2 {
    padding: 0;
    color: #FFF;
}

/* Western Australian of the Year Awards */
.page-id-2060 header h1, .parent-pageid-2060 header h1 {
    color: #D2A741;
}

.page-id-2060 header, .parent-pageid-2060 header {
  background-color: #000000;
}


/*---------------------------------------

	TYPOGRAPHY

-----------------------------------------*/

h1, .h1 {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 60px;
    line-height: 100%;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 12px;
}

h2 {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 36px;
    font-weight: normal;
    color: #000;
    line-height: 105%;
    padding-top: 12px;
    margin-bottom: 12px;
}

h3 {
    font-size: 19px;
    line-height: 110%;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.home_cta.mid-three h3 {
    font-size: 18px;
}

.bottom-one h3, .bottom-two h3 {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 4px;
}

h5 {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 24px;
    font-weight: 700;
}

p {
    font-weight: 400;
    font-size: 16px;
    color: #383838;
    line-height: 150%;
    margin-bottom: 18px;
}

ul {
    color: #383838;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 18px 22px;
}

ol {
    color: #383838;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 18px 22px;
}

ol li {
    margin-bottom: 18px;
}

a:link, a:visited {
    color: #00acee;
    text-decoration: underline;
}

a:hover, a:active {
    color: #00acee;
    text-decoration: none;
}

.button {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 14px;
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
}

.button:link, .button:visited {
    background: #ed077e;
    color: #FFF;
    text-decoration: none;
}

.button.button--alt:link,
.button.button--alt:visited {
    background: #00acee;
}

.button:hover, .button:active {
    background: #ed077e;
    color: #FFF;
    text-decoration: none;
}

.button.button--alt:hover,
.button.button--alt:active {
    background: #00acee;
}

.happy {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 36px;
    font-weight: normal;
    color: #00acee;
    line-height: 105%;
    padding-top: 30px;
}


/*---------------------------------------

	CONTENT

-----------------------------------------*/

.home main, .page-template-page-festival-weekend main,
.page-template-page-toolbox main,
.page-template-page-schools-toolbox main {
    /*background-color: #FFF;*/
    background-image: url('img/skyline_footer2.png');
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 1289px 400px;
    position: relative;
    display: block;
    margin-top: 670px;
    /*top: 670px;*/
    /*padding: 0 40px;*/
    z-index: 10;
}

.page-template-page-festival-weekend main {
    /*position: relative;*/
    /*top: 550px;*/
    z-index: 10;
}

.page-template-page-festival-weekend .page_content {
    padding-top: 40px;
}


/* Sections */

.page_content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 0 30px 0;
}

.content {
    margin: 0 12.5%;
    padding: 0 10px;
    box-sizing: border-box;
}

.page_content img,
.content img {
    max-width: 100%;
    height: auto;
}

.page-template-page-nomination .content {
    margin: 0 12.5% 0 25%;
}

.page-template-page-hof .content, .page-template-page-festival-weekend .content {
    text-align: center;
}

.nomination {
    margin: 0 auto;
    max-width: 1200px;
}


/* Columns */

.column {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.column_half {
    width: 50%;
}

.column_third {
    width: 33.3333%;
}

.column_fourth {
    width: 25%;
}

.column_two_thirds {
    width: 66.6666%;
}


/*---------------------------------------

	HOME

-----------------------------------------*/


/* Home Intro */

.home_banner_wrap {
    position: absolute;
    background: #00aaed;
    height: 600px;
    /*padding: 0 40px;*/
    padding: 0 0;
    width: 100%;
    top: 0;
}

.home_banner_wrap:after {
    position: absolute;
    left: -10%;
    width: 120%;
    bottom: -100px;
    background: #00aaed;
    content: '';
    display: block;
    height: 200px;
    -webkit-transform: rotate(358deg);
    -moz-transform: rotate(358deg);
    -ms-transform: rotate(358deg);
    -o-transform: rotate(358deg);
    z-index: 1;
}

.home_banner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    height: 654px;
    z-index: 2;
}

.home_banner_content {
    position: absolute;
    /*right: 40px;*/
    width: auto;
    bottom: 40px;
    z-index: 3;
}

.home_banner h3 {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 260px;
    /*height: 135px;*/
    max-width: 100%;
    z-index: 4;
}

.home_banner h3 img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

.home_banner_swan {
    position: absolute;
    left: 50px;
    right: 490px;
    top: 138px;
    z-index: 3;
}

.festival_banner_swan {
    position: absolute;
    left: 10px;
    right: 490px;
    top: 160px;
    z-index: 2;
    display: none;
}

.home_banner_swan img {
    position: relative;
    display: block;
    max-width: 100%;
    min-width: 660px;
    width: 100%;
    height: auto;
}

.festival_banner_swan img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 500px;
    height: auto;
}

.festival_banner_content {
    left: 0;
    position: absolute;
    top: 270px;
}

.festival_banner_content img {
    width: 229px;
}

.home_banner h1 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 12px;
    line-height: 110%;
    margin-right: 40px;
}

.nominations_close {
    display: inline-block;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    background-color: #f9dc75;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
    padding: 8px 18px 4px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    background-image: linear-gradient(to right, #f9dc75, #cdb046, #f9dc75);
}

.home_festival_reminder {
    position: absolute;
    left: 0;
    width: auto;
    min-height: 74px;
    padding: 12px 0 0 100px;
    top: 40px;
    background-image: url('img/logo_home.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100px 62px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 18px;
    color: #fff;
    line-height: 120%;
    margin: 0;
    z-index: 4;
}

.home_festival_reminder em {
    font-style: normal;
    display: block;
}

.event-date {
    color: #fcd406;
    font-size: 26px !important;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
    .event-date {
        font-size: 48px;
    }
}

.locations {
    color: #fff;
    font-size: 17px;
}

@media only screen and (min-width: 992px) {
    .locations {
        font-size: 20px;
    }
}


/* Home Content */

.home_content {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 10px 30px 0;
}

ul.locations {
    list-style: none;
}

ul.locations li {
    color: #fff;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 30px;
    line-height: 38px;
}

.waya_banner {
    position: relative;
    background: url('img/waya_banner_bg.jpg');
    background-position: top right;
    background-size: cover;
    padding: 40px 20px;
    margin-bottom: 20px;
    text-align: center;
}

.waya_banner h4 {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 36px;
    font-weight: normal;
    color: #FFF;
    line-height: 105%;
    margin-bottom: 30px;
}

.waya_banner h3 {
    position: relative;
    display: inline-block;
    padding: 0 50px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
    line-height: 105%;
    margin-bottom: 20px;
}

.waya_banner h3:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #f8db74;
    content: '';
    display: block;
    height: 1px;
    width: 35px;
}

.waya_banner h3:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    background: #f8db74;
    content: '';
    display: block;
    height: 1px;
    width: 35px;
}

.waya_banner ul {
    list-style: none;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 20px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 26px 0;
}

.waya_banner li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    padding: 0 15px;
    line-height: 24px;
    margin-bottom: 12px;
}

.waya_banner li:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    background-image: url('img/award_left.png');
    background-size: 12px 19px;
    content: '';
    display: block;
    width: 12px;
    height: 19px;
}

.waya_banner li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px;
    background-image: url('img/award_right.png');
    background-size: 12px 19px;
    content: '';
    display: block;
    width: 12px;
    height: 19px;
}

.home_ctas {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}


/*.home_ctas_primary {
    float: left;
    overflow: hidden;
}*/

.waya_countdown {
    position: relative;
    margin: 0 0 30px 0;
    padding: 20px 20px;
    background: url('img/countdown.jpg');
    background-size: cover;
    text-align: center;
}

.waya_countdown h2 {
    position: relative;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    color: #FFF;
    line-height: 100%;
    margin-top: 4px;
    padding: 0 12px;
    text-transform: none;
    text-align: center;
}

.waya_countdown h2 em {
    display: block;
    font-size: 36px;
    font-style: normal;
    text-transform: uppercase;
    padding-top: 15px;
    z-index: 3;
}

.countdown-row {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.countdown-section {
    display: inline-block;
    vertical-align: top;
    color: #FFF;
    width: 54px;
    margin: 0 3px;
}

.countdown-amount {
    display: block;
    font-size: 22px;
    font-weight: 600;
    background: #ed077e;
    padding: 4px 8px;
    margin-bottom: 5px;
}

.countdown-period {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}

.home_cta {
    /*float: left;
    width: 50%;*/
    height: 400px;
    /*padding: 0 10px;*/
    margin-bottom: 20px;
    padding: 0;
    box-sizing: border-box;
    background-color: #000341;
}

.home_cta a {
    position: relative;
    display: inline-block;
    text-align: center;
}

.home_cta a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(255, 0, 157, .5);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.home_cta img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 1;
}

.home-box, .festival-box, .toolkit-box, .schools-toolkit-box {
    position: relative;
    text-align: center;
}

.home-box-button {
    position: absolute;
    text-align: center;
    bottom: 35px;
    left: 0;
    right: 0;
}

.home-box-image {
    text-align: center;
}

.home-box-image img {
    display: initial;
    width: 200px;
    top: 50px;
    margin: 0 auto;
}

.home-box-image.waya img {
    top: 20px;
}

.home-box.top-one {
    /* background: #000341 url(/wp-content/themes/waday/img/SOTA_Wide-bg-2019.jpg) no-repeat center center; */
    background: #000341 url(/wp-content/themes/waday/img/homepageGalaTickets.jpg) no-repeat center center;
    background-size: cover;
}

.home-box.top-three .home-box-text {
    top: 56%;
}
.home-box.top-three .home-box-text p {
    margin-top: 5px;
}

.home-box.top-one p {
    margin-top: 0px;
}

.home-box.top-one .home-box-image img {
    top: 20px;
}

@media screen and (max-width: 369px) {
    .home-box.top-one h2 {
        font-size: 36px;
    }

    .home-box.top-one p {
        font-size: 12px;
    }
}

.home-box.top-two {
    background: #000341 url(/wp-content/themes/waday/img/homepageWADayFestival.jpg) no-repeat center center;
    background-size: cover;
}

.home-box.top-three {
    background: #000341 url(/wp-content/themes/waday/img/waya-bg.jpg) no-repeat center center;
    background-size: cover;
}

.festival-box.top-one {
    background: #000341 url(/wp-content/themes/waday/img/elizabeth-quay.jpg) no-repeat center center;
    background-size: cover;
}

.festival-box.top-two {
    background: #000341 url(/wp-content/themes/waday/img/fremantle.jpg) no-repeat center center;
    background-size: cover;
}

.festival-box.top-three {
    background: #000341 url(/wp-content/themes/waday/img/regional.jpg) no-repeat top center;
    background-size: cover;
}

.festival-box.top-four {
    background: #000341 url(/wp-content/themes/waday/img/other.jpg) no-repeat center center;
    background-size: cover;
}

.home-box.mid-one {
    background: #000341 url(/wp-content/themes/waday/img/resources_v2.jpg) no-repeat center center;
    background-size: cover;
        height: 420px;
}

.home-box.mid-two {
    background: #000341 url(/wp-content/themes/waday/img/gallery.jpg) no-repeat center center;
    background-size: cover;
}

.home-box.mid-three {
    background: #000341 url(/wp-content/themes/waday/img/food-truck-bg.jpg) no-repeat center center;
    background-size: cover;
}

/*.home-box.mid-three {*/
/*    background: #000341 url(/wp-content/themes/waday/img/awards.jpg) no-repeat center center;*/
/*    background-size: cover;*/
/*}*/

.toolkit-box.top-one {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-colouring.jpg) no-repeat center center;
    background-size: cover;
}
.toolkit-box.top-two {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-bunting.jpg) no-repeat center center;
    background-size: cover;
}
.toolkit-box.top-three {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-mask.jpg) no-repeat center center;
    background-size: cover;
}
.toolkit-box.two-one {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-event.jpg) no-repeat center center;
    background-size: cover;
}
.toolkit-box.two-two {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-opening-hours.jpg) no-repeat center center;
    background-size: cover;
}
.toolkit-box.two-three {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-sota.jpg) no-repeat center center;
    background-size: cover;
}

.toolkit-box.three-one {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-digital-image.png) no-repeat center center;
    background-size: cover;
}
.toolkit-box.three-two {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-facebook.jpg) no-repeat center center;
    background-size: cover;
}
.toolkit-box.three-three {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-straws.png) no-repeat center center;
    background-size: cover;
}

.toolkit-box.four-one {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-cupcakes.jpg) no-repeat center center;
}
.schools-toolkit-box.four-pals {
    background: #000341 url(/wp-content/themes/waday/img/schools-pals.jpg) no-repeat center center;
        background-size: cover;
}
.toolkit-box.four-two {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-supporters.png) no-repeat center center;;
}
.toolkit-box.four-three {
    background: #000341 url(/wp-content/themes/waday/img/toolkit-karnivool.jpg) no-repeat center center;
    background-size: cover;
}

.toolkit-box.download-all {
    height: 250px;
    background: #ed077e;
}

.schools-toolkit-box.top-one {
    background: #000341 url(/wp-content/themes/waday/img/schools-what.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.top-two {
    background: #000341 url(/wp-content/themes/waday/img/schools-how-to-celebrate.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.top-three {
    background: #000341 url(/wp-content/themes/waday/img/schools-posters.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.two-one {
    background: #000341 url(/wp-content/themes/waday/img/schools-inspirational.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.two-two {
    background: #000341 url(/wp-content/themes/waday/img/schools-certificates.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.two-three {
    background: #000341 url(/wp-content/themes/waday/img/schools-classroom.jpg) no-repeat center center;
    background-size: cover;
}

.schools-toolkit-box.three-one {
    background: #000341 url(/wp-content/themes/waday/img/schools-craft.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.three-two {
    background: #000341 url(/wp-content/themes/waday/img/schools-cupcakes.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.three-three {
    background: #000341 url(/wp-content/themes/waday/img/schools-branding.jpg) no-repeat center center;
    background-size: cover;
}

.schools-toolkit-box.four-one {
    background: #000341 url(/wp-content/themes/waday/img/schools-history-2.jpg) no-repeat top center;
    background-size: cover;
}
.schools-toolkit-box.four-two {
    background: #000341 url(/wp-content/themes/waday/img/schools-curriculum.jpg) no-repeat center center;
    background-size: cover;
}
.schools-toolkit-box.four-three {
    background: #000341 url(/wp-content/themes/waday/img/schools-how-are-celebrate.jpg) no-repeat center center;
    background-size: cover;
}

.bottom-one {
    background: #000341 url(/wp-content/themes/waday/img/about.jpg) no-repeat center center;
}

.bottom-two {
    /*background: #000341 url(/wp-content/themes/waday/img/bbq.jpg) no-repeat center center;*/
        background: #0078a6 url(/wp-content/themes/waday/img/schools-branding.jpg) no-repeat center center;
}

.bottom-one, .bottom-two {
    background-size: cover;
    height: 200px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.bcontent {
    position: absolute;
    top: 50%;
    transform: translate(0, 50%);
}

.home-box-text {
    position: absolute;
    top: 44%;
    font-size: 24px;
    font-weight: normal;
    color: #FFF;
    line-height: 100%;
    padding: 0 12px;
    text-align: center;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.festival-box .home-box-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    position: relative;
    top: 40px;
}

.toolkit-box,
.schools-toolkit-box {
    position: relative;
}

.toolkit-box .home-box-text,
.schools-toolkit-box .home-box-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.home-box-text.gala, .home-box-text.sota, .home-box-text.awards {
    top: 64%;
}

.home_cta .gala img {
    display: inline-block;
    max-width: 100%;
    width: initial;
}

.home_cta .gala p {
    margin-top: 10px;
    font-size: 14px;
}

.home_cta a, .home_cta a:hover {
    text-decoration: none;
}

.home_cta h2 {
    color: #fff;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    margin-top: 4px;
    padding-top: 0;
}

.home_cta h3, .waya_countdown h3 {
    color: #fff;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    margin: 0;
}

.home_cta h2 em {
    display: inline-block;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 30px;
    font-style: normal;
    border: 4px solid #FFF;
    padding: 12px 12px 4px;
    z-index: 3;
}

.gala h2 {
    font-size: 30px;
}

.home_cta p {
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-size: 16px;
    margin-top: 40px;
    top: 50%;
}

.home_cta a:hover:after {
    opacity: 1;
}

/* .home_cta_gallery {
    background-image: url('img/gallery.jpg');
    background-size: cover;
    background-position: center top;
    width: auto;
        height: 400px;
} */

.home .row,
.page-template-page-toolbox .row,
.page-template-page-schools-toolbox .row {
    padding-bottom: 25px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.pink-header {
    background-color: #ed077e;
    padding: 10px 20px 10px 20px;
    display: inline-block;
}


/*.home_cta_gallery a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    display: block;
    background-image: url('img/gallery.jpg');
    background-size: cover;
    background-position: center top;
}*/

.home_cta_gallery a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(255, 0, 157, .5);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    margin: 0 10px 0 10px;
}

.bottom-one a:after, .bottom-two a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(255, 0, 157, .5);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.home_cta_gallery span, .bottom-one span, .bottom-two span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    border: none;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    color: #FFF;
    line-height: 100%;
    padding: 7px 12px 4px;
    text-transform: uppercase;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home_cta_gallery span {
    top: 50%;
}

.bottom-one span {
    top: 100px;
}

.bottom-two span {
    top: 90px;
}


/*.bottom-one a, .bottom-two a {
    position: inherit;
}*/


/*.bottom-one a:after, .bottom-two a:after {
    margin: 0 10px 0 10px;
}*/

.home_cta_gallery a:hover:after, .bottom-one a:hover:after, .bottom-two a:hover:after {
    opacity: 1;
}

/*---------------------------------------

	TOOLBOX

-----------------------------------------*/


/*---------------------------------------

	FESTIVAL WEEKEND

-----------------------------------------*/


/* Festival Weekend Intro */

.weekend_wrap {
    position: relative;
    background: #00acee;
    padding: 0 40px;
    margin-bottom: 40px;
}

.weekend_banner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    height: 600px;
    overflow: hidden;
    z-index: 2;
}

.weekend_banner_content {
    position: absolute;
    right: 40px;
    width: 400px;
    bottom: 100px;
}

.weekend_banner h3 {
    position: absolute;
    top: 50px;
    left: 10px;
    width: 260px;
    height: 135px;
    z-index: 4;
}

.weekend_banner h3 img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.weekend_banner_swan {
    position: absolute;
    bottom: -50px;
    left: 50px;
    right: 490px;
    z-index: 2;
}

.weekend_banner_swan img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.weekend_banner h1 {
    color: #FFF;
    text-transform: none;
    font-size: 42px;
    margin-bottom: 12px;
    line-height: 110%;
    margin-right: 40px;
}

.weekend_festival_reminder {
    position: relative;
    min-height: 74px;
    padding: 12px 0 0 100px;
    background-image: url('img/logo.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100px 62px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 18px;
    color: #FFF;
    line-height: 120%;
    margin: 0;
    z-index: 4;
}

.weekend_festival_reminder em {
    font-style: normal;
    display: block;
}


/*---------------------------------------

	AWARD CATEGORIES

-----------------------------------------*/

.award_categories {
    list-style: none;
    border-top: 1px solid #d4d5d6;
    margin: 0 -40px;
}

.award_categories li {
    position: relative;
    border-bottom: 1px solid #d4d5d6;
    overflow: hidden;
}

.category_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}

.award_category_listing {
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.award_category_listing .category_wrap:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -12px;
    left: 60px;
    background: #010242;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.award_category_listing h2 {
    float: left;
    width: 440px;
    padding: 40px 20px 0 10px;
    font-size: 32px;
    text-transform: none;
    color: #000;
    margin-bottom: 0;
    box-sizing: border-box;
}


/* Sponsor */

.award_category_sponsor {
    float: left;
    width: 250px;
    padding: 20px 0;
    box-sizing: border-box;
}

.award_category_sponsor p {
    display: inline-block;
    line-height: 70px;
    font-size: 13px;
    margin: 0;
}

.award_sponsor_logo {
    display: inline-block;
    vertical-align: top;
    height: 55px;
    width: 110px;
    margin-left: 2px;
}

.award_sponsor_logo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* CTA */

.award_category_listing_action {
    float: right;
    width: 240px;
    padding: 20px 10px 20px 0;
    line-height: 70px;
    box-sizing: border-box;
    text-align: right;
}

.award_nominate {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 45px;
}

.award_nominate:link, .award_nominate:visited {
    background: #ed077e;
    color: #FFF;
    text-decoration: none;
}

.award_nominate:hover, .award_nominate:active {
    background: #ed077e;
    color: #FFF;
    text-decoration: none;
}

.award_read_more {
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    width: 45px;
    font-size: 34px;
    text-align: center;
}

.award_read_more:link, .award_read_more:visited {
    background: #cccdd6;
    color: #FFF;
    text-decoration: none;
}

.award_read_more:hover, .award_read_more:active {
    background: #00acee;
    color: #FFF;
    text-decoration: none;
}

.award_category_listing:hover .award_read_more:link, .award_category_listing:hover .award_read_more:visited {
    background: #00acee;
}

.award_category_info {
    background: #010242;
    padding: 0 40px;
    max-height: 0px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.award_category_description {
    width: 50%;
    margin: 0 auto;
    padding: 70px 60px 50px 10px;
    min-height: 300px;
    box-sizing: border-box;
}

.award_category_description p {
    color: #FFF;
}

.award_category_description h3 {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 44px;
    font-weight: normal;
    color: #FFF;
    line-height: 105%;
    margin-bottom: 0;
}

.last_award_winner_photo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
}

.last_award_winner_photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.award_cat_active .award_category_info {
    max-height: 800px;
}

.award_cat_active .award_category_listing .category_wrap:after {
    display: block;
}


/*---------------------------------------

	HALL OF FAME

-----------------------------------------*/

.hall_of_fame_listing {
    list-style: none;
    border-top: 1px solid #d4d5d6;
    margin: 0 -40px 80px -40px;
}

.hall_of_fame_listing li {
    position: relative;
    border-bottom: 1px solid #d4d5d6;
    overflow: hidden;
}

.hall_of_fame_listing h3 {
    float: left;
    width: 80%;
    padding: 30px 20px 20px 10px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-weight: normal;
    font-size: 32px;
    text-transform: none;
    color: #000;
    margin-bottom: 0;
    box-sizing: border-box;
}

.hall_of_fame_listing_read_more {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -22px;
    display: inline-block;
    line-height: 45px;
    width: 45px;
    font-size: 34px;
    text-align: center;
    background: #cccdd6;
}

.hall_of_fame_listing_read_more:hover {
    background: #00acee;
}

.hall_of_fame_sublisting {
    background: #00acee;
    padding: 0 40px;
    display: none;
}

.hall_of_fame_sublisting ul {
    list-style: none;
    margin: 0 auto;
    max-width: 1200px;
}

.hall_of_fame_listing .hall_of_fame_sublisting li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    overflow: hidden;
}

.hall_of_fame_sublisting li h4 {
    float: left;
    width: 20%;
    padding: 24px 20px 16px 10px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-weight: normal;
    line-height: 115%;
    font-size: 32px;
    text-transform: none;
    color: #FFF;
    margin-bottom: 0;
    box-sizing: border-box;
}

.hall_of_fame_sublisting li p {
    float: left;
    width: 80%;
    padding: 24px 20px 16px 10px;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-weight: normal;
    line-height: 115%;
    font-size: 32px;
    text-transform: none;
    color: #FFF;
    margin-bottom: 0;
    box-sizing: border-box;
}

.sublisting_top {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1200px;
}

.sublisting_top p {
    color: #FFF;
    max-width: 600px;
    margin: 0;
    padding: 0 10px;
}

.sublisting_bottom {
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1200px;
}

.sublisting_bottom p {
    color: #FFF;
    max-width: 600px;
    margin: 0;
    padding: 0 10px;
}

.hall_of_fame_listing .award_category_listing .category_wrap:after {
    background: #00acee;
}

.award_cat_active .hall_of_fame_sublisting {
    display: block;
}

.hof_section_header {
    padding: 0 40px 40px;
    color: #00acee;
    text-align: center;
    text-transform: none;
    font-size: 32px;
    line-height: 130%;
}

.hof_section_header em {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-style: normal;
    font-size: 36px;
    padding-top: 6px;
}


/*---------------------------------------

	GALLERY

-----------------------------------------*/

.gallery_item {
    position: relative;
    float: left;
}

.gallery_item img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.gallery_item a {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 0, 157, .75);
    text-decoration: none !important;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    z-index: 2;
}

.gallery_item div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.gallery_item h2 {
    color: #FFF;
    font-size: 24px;
    text-transform: none;
    line-height: 105%;
    margin-bottom: 6px;
}

.gallery_item p {
    font-size: 13px;
    color: #FFF;
    margin-bottom: 0;
}

.gallery_square, .gallery_tall, .gallery_sizer {
    width: 25%;
}

.gallery_wide {
    width: 50%;
}

.gallery_item:hover a {
    opacity: 1;
}

/*.main_gallery div:nth-child(2) a {
    visibility: hidden;
}*/

.festival_gallery_intro {
    position: relative;
    display: block;
    padding: 0 40px;
    z-index: 10;
}

.festival_gallery_content {
    margin: 0 auto;
    max-width: 1200px;
    padding: 70px 0;
    overflow: hidden;
}

.festival_gallery_content .festival_logo {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 200px;
}

.festival_gallery_content .festival_content {
    float: left;
    width: 60%;
    padding: 0 10px;
    box-sizing: border-box;
}

.festival_content h2 {
    color: #ed077e;
    text-transform: none;
    max-width: 500px;
    margin-bottom: 40px;
}


/*---------------------------------------

	REPORTS

-----------------------------------------*/

.annual_reports {
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px 0 30px 0;
}

.annual_reports li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    margin-bottom: 30px;
    text-align: center;
}

.annual_reports li a {
    position: relative;
    display: block;
    padding: 0 10px;
}

.annual_reports li a:link, .annual_reports li a:visited {
    color: #000;
    text-decoration: none;
}

.annual_reports li a:hover, .annual_reports li a:active {
    color: #00acee;
    text-decoration: none;
}

.report_thumbnail {
    position: relative;
    margin: 0 auto 20px auto;
    max-width: 200px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.report_thumbnail img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.annual_reports li h3 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.annual_reports li p {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
}


/*---------------------------------------

	PEOPLE

-----------------------------------------*/

.page-template-page-people .page_content h2 {
    color: #ed077e;
}

.person {
    margin: 0 auto 40px;
    padding: 40px 0 30px 0;
    max-width: 1000px;
    overflow: hidden;
}

.person h1 {
    font-size: 36px;
    text-transform: none;
    line-height: 105%;
    color: #ed077e;
    margin-bottom: 2px;
}

.person h2 {
    font-size: 30px;
    color: #7a7a7a;
    margin-bottom: 32px;
}

.person_image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.people_gallery {
    overflow: hidden;
    margin-bottom: 60px;
}

.gallery_person, .people_gallery .gallery_sizer {
    width: 20%;
}


/*---------------------------------------

	PARTNERS

-----------------------------------------*/

.partner {
    margin: 0 auto 40px;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #d4d5d6;
    max-width: 1000px;
    overflow: hidden;
}

.partner h2 {
    font-size: 32px;
    color: #00acee;
    margin-bottom: 12px;
}

.partner_image img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
}


/*---------------------------------------

	TIMELINE

-----------------------------------------*/

.page-template-page-timeline main {
    background: #000341;
    text-align: center;
}

.page-template-page-timeline header {
    padding: 200px 30px 40px 30px;
}

.page-template-page-timeline header:after {
    display: none;
}

.page-template-page-timeline .content h2 {
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
}

.page-template-page-timeline .content h3 {
    color: #FFF;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 105%;
}

.page-template-page-timeline .content p {
    color: #FFF;
}

.timeline_date {
    display: inline-block;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    background-color: #f9dc75;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
    padding: 8px 18px 4px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    background-image: linear-gradient(to right, #f9dc75, #cdb046, #f9dc75);
    margin-bottom: 20px;
}


/*---------------------------------------

	FORMS

-----------------------------------------*/


/* Form Container */

.gform_body {}

.gform_fields {
    list-style: none;
    margin: 0;
}


/* Form Errors */

.required, .gfield_required {
    font-style: normal;
    color: red;
}

.validation_error {
    background: #E25656;
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.validation_message {
    padding-top: 2px;
    font-weight: 700;
    font-size: 12px;
    color: #CA3737;
}

/* Celebrate WA Nomination form Confirmation message */

#gform_confirmation_message_6 {
  color: rgb(217, 187, 84) !important;
  font-size: 22px !important;
}


/* Form Save Message */

.form_saved_message {
    position: relative;
    margin: 0 0 90px 0;
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    line-height: 140%;
}

.form_saved_message span {
    display: block;
    margin: 0 auto 12px auto;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.resume_form_link {
    display: inline-block;
    padding: 12px 0;
}


/* Form Group Headers */

.gfield_group_header {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    overflow: hidden;
    background: none !important;
}

.gfield_group_header h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    padding: 0 10px;
    font-size: 36px;
    text-transform: none;
    color: #000;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.gfield_group_header p {
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 25%;
}

.gfield_group_header h3 {
    font-weight: 700;
    font-size: 15px;
    color: #00acee;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 25%;
}

.gfield_group_header ul {
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    padding: 0 10px;
    box-sizing: border-box;
    margin-left: 25%;
    list-style: disc;
}


/* Form Group Fields */

.gform_field_group {
    position: relative;
    margin: 0 0 90px 0;
}

.gform_field_group .gfield {
    list-style: none;
    margin: 0 auto 12px auto;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.gfield_label {
    margin-bottom: 3px;
}

.ginput_container_text {}

.ginput_container_text input[type="text"], .ginput_container_email input[type="text"] {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #d4d5d6;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    outline: none;
    -webkit-appearance: none;
}

.ginput_container textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #d4d5d6;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    outline: none;
    -webkit-appearance: none;
    height: 100px;
    resize: none;
}

.ginput_container_select select {
    width: 100%;
}

.gfield_description {
    padding-top: 2px;
    font-size: 13px;
}

.ginput_counter {
    font-size: 13px;
    font-weight: bold;
}

.gfield_radio {
    list-style: none;
    margin: 0;
}

.gfield_radio li {
    margin-bottom: 4px;
}

.gfield_radio label {
    font-weight: 400;
    font-size: 14px;
    color: #383838;
    margin: 0 0 0 6px;
}

.gfield_checkbox {
    list-style: none;
    margin: 0;
}

.gfield_checkbox label {
    font-weight: 400;
    font-size: 14px;
    color: #383838;
    margin: 0 0 0 6px;
}

#field_1_23 {
    padding-top: 20px;
}

#field_1_23>label {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #383838;
    margin-bottom: 12px;
}

.gform_drop_area {
    border: 2px dashed #CCC;
    background: #F4F4F4;
    padding: 50px 0;
    text-align: center;
}


/* Form Footer */

.gform_footer {
    margin: 0 auto 12px auto;
    max-width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

/* confirmation */
.gform_confirmation_message {
    font-size: 16px;
}

button {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 7px 18px;
    line-height: normal;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    background: #00acee;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

button:hover {
    background: #1fbdf9;
}

.gform_save_link {
    font-weight: 600;
    font-size: 13px;
    margin-left: 8px;
}

.gform_save_link:link, .gform_save_link:visited {
    color: #777;
    text-decoration: underline;
}

.gform_save_link:hover, .gform_save_link:active {
    color: #777;
    text-decoration: none;
}



/* WAOTY Form */
.page-id-3490 .sponsors_and_supporters {
  background-color: #ffffff;
}


.page-id-3490 #logo, .page-id-3490 .lead_in, .page-id-3222 #logo, .page-id-3222 .lead_in {
  display: none !important;
}

.page-id-3490 header, .page-id-3490 #wrap {
  background-color: #000000 !important;
}

.page-id-3490 header:after  {
  display: none;
}

.page-id-3490 header, .page-id-3222 header {
  background: linear-gradient(180deg, #2f2f2f 0, #000);
  width: 100vw;
  padding: 25px 0 30px 0;
}

.page-id-3490 .formNominationWAOTY2020 img {
  width: 300px;
}

.page-id-3222 .formNominationWAOTY2020 img {
  width: 300px;
  padding-bottom: 100px;
}

.page-id-3490 .formNominationSwan img {
  padding: 50px 20px 0 0;  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.page-id-3490 .validation_error {
  font-family: Merriweather, serif;
  color: #d9bb54;
  font-size: 16px !important;
  line-height: 1.4;
}

.page-id-3490 .gfield_error {
  border-top: 0px !important;
  border-bottom: 0px !important;
  background-color: #000000 !important;
}

.page-id-3490 a:link, .page-id-3490 a:visited  {
  color: #d9bb54 !important;
}



.page-id-3490 .gsection_title {
  font-family: Merriweather, serif;
  color: #d9bb54;
  font-size: 28px;
  line-height: 1.4;
}

.page-id-3490 .gsection_description {
  font-family: Merriweather, serif;
  color: #d9bb54;
  font-size: 14px;
  line-height: 1.4;
}



.page-id-3490 .gfield_label, .page-id-3490 .gfield_required {
  font-family: Lato, Sans-Seri;
  color: #ffffff !important;
  padding-top: 20px;
}

.page-id-3490 .gfield_description {
  font-family: Lato, Sans-Seri;
  color: #ffffff !important;
  padding-top: 5px;
  padding-bottom: 5px;

}

.page-id-3490 .validation_message, .page-id-3490 .word-count-wrapper {
  color: #d9bb54 !important;
}

.page-id-3490 .gfield_checkbox label, .page-id-3490 .gfield_radio label {
  font-family: Lato, Sans-Seri;
  color: #ffffff !important;
}

.page-id-3490 .gfield_checkbox li label{
  padding-top:12px !important;
		padding-left:5px !important;
}

.page-id-3490 .gform_body input[type="text"], .page-id-3490 .gform_body textarea {
  border: 1px solid #d9bb54 !important;
  z-index: 1;
  cursor: text;
  padding: 8px 12px !important;
  background-color: #000000;
  color: #ffffff !important;
}

.page-id-3490 h1, .page-id-3490 h2, .page-id-3490 h3 {
  font-family: Merriweather, serif;
}

.page-id-3490 .gform_footer {
  padding: 30px 0 0 0 !important;
  margin: 0 !important;
}

.page-id-3490 #gform_submit_button_6:hover,  .page-id-3490 #gform_send_resume_link_button_6:hover {
  background-color: #d9bb54;
  border-color: #39331e;
}

.page-id-3490 #gform_submit_button_6, .page-id-3490 #gform_send_resume_link_button_6 {
  color: #000000 !important;
  background-color: #d9bb54;
  line-height: 1em;
  font-size: 22px;
  font-style: oblique;
  text-transform: lowercase;
  text-decoration: none;
  border: 1px solid #6c5b21;
  padding: 12px 20px;
  display: block;
  transition: all .6s ease-out;
}

.page-id-3490 #gform_save_6_footer_link {
  font-family: Merriweather, serif;
  color: #d9bb54;
  font-size: 16px !important;
  line-height: 1.4;
  margin: 20px 0 !important;
}

.page-id-3490 .form_saved_message, .page-id-3490 .resume_form_link_wrapper {
  color: #000000 !important;
  background-color: #000000 !important;
  line-height: 1em;
  font-size: 16px !important;
}

.page-id-3490 .form_saved_message p {
  color: #ffffff !important;
}

.page-id-3490 .form_saved_message p.resume_form_link_wrapper {
  -webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.page-id-3490  .form_saved_message a.resume_form_link {
  width: 300px;
  font-size: 16px;
}

.page-id-3490 .form_saved_message_sent {
  font-size: 16px !important;
}




#eligibility_criteria {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .85);
    padding: 20px;
    overflow: scroll;
    visibility: hidden;
    z-index: 10000;
}

#eligibility_criteria_content {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    background: #FFF;
    padding: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}

#eligibility_criteria_content h4 {
    font-size: 16px;
    line-height: 110%;
    font-weight: 600;
    color: #424242;
    margin-bottom: 20px;
}

#eligibility_criteria_content ul {}

#hide_criteria {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 26px;
    color: #CCC;
    text-decoration: none;
}

.showing_criteria #eligibility_criteria {
    visibility: visible;
}


/*---------------------------------------

	SPONSORS & SUPPORTERS

-----------------------------------------*/

.sponsors_and_supporters {
    position: relative;
    padding: 60px 40px;
    text-align: center;
    z-index: 5;
}

.sponsors_and_supporters h5 {
    display: inline-block;
    background: #000;
    padding: 2px 8px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 25px 0;
}

.major_supporters {
    list-style: none;
    margin: 0 0 60px 0;
}

.major_supporters li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
}

.major_supporters a {
    display: block;
    max-width: 230px;
    height: 120px;
}

.major_supporters img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.award_sponsors {
    list-style: none;
    margin: 0;
}

.award_sponsors li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
}

.award_sponsors a {
    display: block;
    width: 140px;
    opacity: 0.8;
}

.award_sponsors img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.award_sponsors a:hover {
    opacity: 1;
}


/*---------------------------------------

	FOOTER

-----------------------------------------*/

footer {
    position: relative;
    padding: 20px 40px 20px 40px;
    z-index: 5;
}

.ankle {
    margin: 0 auto 40px;
    max-width: 1200px;
    overflow: hidden;
}

.footer {
    margin: 0 auto 20px;
    max-width: 1200px;
    overflow: hidden;
}

.footer_nav {
    list-style: none;
    margin: 0;
}

.footer_nav li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 6px;
}

.footer_nav a:link, .footer_nav a:visited {
    color: #000;
    text-decoration: none;
}

.footer_nav a:hover, .footer_nav a:active {
    color: #000;
    text-decoration: underline;
}

.subscribe {
    text-align: center;
}

.follow {
    text-align: center;
}

.follow.latest a {
    font-size: 10px;
    top: 45px;
    position: relative;
}

.follow h6 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.follow ul {
    list-style: none;
    margin: 0;
}

.follow li {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    margin-right: 10px;
}

.follow li a:link, .follow li a:visited {
    color: #000;
    text-decoration: none;
}

.follow li a:hover, .follow li a:active {
    color: #ed077e;
    text-decoration: none;
}

.follow .button {
    margin-bottom: 80px;
}

.address {
    position: relative;
    padding-left: 95px;
    padding-top: 8px;
    min-height: 70px;
}

.cwa {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 70px;
    height: 70px;
    background: url('img/cwa.png') no-repeat;
    float: left;
}

.address p {
    color: #000;
    font-size: 12px;
    margin: 0;
}

.address a:link, .address a:visited {
    color: #000;
    text-decoration: none;
}

.address a:hover, .address a:active {
    color: #000;
    text-decoration: none;
}

.copyright {
    text-align: center;
}

.copyright p {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}


/*---------------------------------------

	SUBSCRIBE

-----------------------------------------*/

#subscribe {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .85);
    padding: 20px;
    overflow: scroll;
    visibility: hidden;
    z-index: 10000;
}

#subscribe_content {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    background: #FFF;
    padding: 70px 20px 30px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .7);
}

#subscribe h4 {
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 32px;
    font-weight: normal;
    color: #000;
    line-height: 115%;
    text-align: center;
    margin-bottom: 12px;
}

#subscribe p {
    text-align: center;
    margin-bottom: 28px;
}

#hide_subscribe {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    font-size: 26px;
    color: #CCC;
    text-decoration: none;
}

.showing_subscribe #subscribe {
    visibility: visible;
}

#show_subscribe {
  visibility: hidden;
}

#subscribe input[type="email"] {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 9px 10px;
    border: 1px solid #000;
    background: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 180px;
    margin-bottom: 8px;
}

#subscribe button {
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 18px;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s;
    background: #00acee;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

#subscribe button:hover {
    background: #1fbdf9;
}


/*---------------------------------------

	MISC

-----------------------------------------*/

img {
    border: none;
}

a {
    outline: none;
}

;

}

/*Media Queries*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 991px) {
    .waya_countdown h2 {
        font-size: 40px;
    }

    .home-box-text {
        top: 45%;
    }

    #logo-home {
        position: absolute;
        top: 36px;
        right: 20px;
        left: inherit;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 901px) {
    .home_banner_content {
        bottom: 130px;
    }

    .schools-toolkit_banner_content {
        bottom: 65px;
    }

    .home_festival_reminder {
        left: inherit;
        right: 60px;
        width: 320px;
    }

    #nav_toggle {
        top: 45px;
        right: 45px;
    }
}
@media only screen and (min-width: 992px) {
    .follow .button {
        margin-bottom: 20px;
    }

    .home_cta {
        margin-bottom: 0;
    }

    .home_banner_content {
        /* bottom: 200px; */
        right: 0;
    }

    .home_banner_swan img {
    min-width: 470px;
}

    .schools-toolkit_banner_content {
        bottom: 140px;
    }

    .festival_banner_content {
        right: 30px;
        left: inherit;
        position: absolute;
        top: 150px;
    }

    .festival_banner_content img {
        width: 350px;
    }

    .home_banner_wrap {
        height: auto;
    }

    /*.page-template-page-festival-weekend main {*/
    /*    top: 610px;*/
    /*}*/

    .festival_banner_swan {
        display: block;
        top: 210px;
    }
    /*2 column footer menu*/

    ul#menu-footer-tertiary>li:nth-child(odd) {
        float: left;
        line-height: 17px;
        padding-bottom: 0;
    }

    ul#menu-footer-tertiary>li:nth-child(even) {
        float: right;
        line-height: 17px;
        padding-bottom: 0;
    }

    ul#menu-footer-tertiary>li {
        display: inline-block;
        width: 150px;
        float: left;
    }

    ul#menu-footer-tertiary {
        width: 300px;
    }
}

/*   Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
    .home_banner_content {
        width: 400px;
    }

    .festival_banner_swan {
        top: 165px;
    }
}
@media only screen and (min-width: 1200px) {
.home_banner_content {
    width: 470px;
}
}

/*Force boostrap menu to always collapse*/
.navbar-header {
    float: none;
}
.navbar-left, .navbar-right {
    float: none !important;
}
.navbar-toggle {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default {
    background-color: transparent;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin-top: 7.5px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.collapse.in {
    display: block !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}



.school-toolbox-intro h2 {
    color: #fff;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    font-size: 27px;
    font-style: normal;
    margin-top: 4px;
    padding-top: 0;
    text-align: center;
}

.page-template-page-schools-toolbox main {
    margin-top: 530px;
}
@media only screen and (min-width: 992px) {
    .page-template-page-schools-toolbox main {
        margin-top: 670px;
    }
}

.school-toolbox-intro h1 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 23px;
    margin-right: 0;
    text-align: center;
}


@media only screen and (max-width: 991px) {
.schools-toolkit_banner_content {

    margin-top: 30px;
    background: #ed077e;
    color: #000;
    font-size: 18px;
    text-transform: none;
    padding: 10px 6px 6px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
}

@media only screen and (min-width: 992px) {
    .school-toolbox-intro {
        padding: 0 0 0 40px;
    }

    .schools-toolkit_banner_content {
        position: absolute;
        width: 400px;
        right: 0;

    }

.school-toolbox-intro::after {
    content: "";
    background: url(img/bubble.svg);
    background-size: contain;
    width: 536px;
    height: 341px;
    position: absolute;
    top: -118px;
    z-index: -1;
    background-repeat: no-repeat;
    left: -97px;
}
}

.free-event {
    background: url(img/free_event.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 218px;
    background-position: center center;
    margin-top: 30px;
}

.page-template-page-home .event-date {
    background: #ffffff;
    font-family: 'brandon-grotesque', 'Times New Roman', 'Times', serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #00aaed;
    font-size: 18px;
    padding: 10px 6px 6px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
    max-width: 326px;
    margin: 30px auto 0 auto;
}
