/* Generate the row class plus column def */
/* A pixel based grid */
/* A percentage based grid */
/* Generate classes which hide named columns */
/*
	Generate a non-named grid with the given properties
*/
/*
	Generate a named grid with the given properties
*/
/*
	Generate a non-named grid, wrapped in a media query
*/
/*
	Generate a named grid, wrapped in a media query
*/
/*border-top: 5px solid #99d60e;*/
/*	background: #0e1116 url("@{themeurl}/graphics/footer-bg.jpg") no-repeat; */
/*background-size: 100% auto;*/
/* Sponsors page pop up *eric's hack* */
/* Trigger text */
/* Gap filler */
/* Tooltip */
/* Arrow */
/* Tooltip content*/
.wrapper {
  width: 1280px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.faux-row {
  position: relative;
  width: 1240px;
  margin: auto;
}
.faux-row-positioned-left {
  position: absolute;
  left: 50%;
  margin-left: -620px;
}
.faux-row-positioned-right {
  position: absolute;
  right: 50%;
  margin-right: -620px;
}
.row {
  clear: both;
  box-sizing: border-box;
  margin-left: -30px;
}
.row::after,
.row::before {
  display: block;
  clear: both;
  content: " ";
}
.row:after,
.row:before {
  display: block;
  clear: both;
  content: " ";
}
.row > .col-1 {
  position: relative;
  float: left;
  width: 75.833333333333px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-2 {
  position: relative;
  float: left;
  width: 181.66666666667px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-3 {
  position: relative;
  float: left;
  width: 287.5px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-4 {
  position: relative;
  float: left;
  width: 393.33333333333px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-5 {
  position: relative;
  float: left;
  width: 499.16666666667px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-6 {
  position: relative;
  float: left;
  width: 605px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-7 {
  position: relative;
  float: left;
  width: 710.83333333333px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-8 {
  position: relative;
  float: left;
  width: 816.66666666667px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-9 {
  position: relative;
  float: left;
  width: 922.5px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-10 {
  position: relative;
  float: left;
  width: 1028.3333333333px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-11 {
  position: relative;
  float: left;
  width: 1134.1666666667px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-12 {
  position: relative;
  float: left;
  width: 1240px;
  margin-left: 30px;
  box-sizing: border-box;
}
.row > .col-push-0 {
  left: 0px;
}
.row > .col-push-1 {
  left: 105.83333333333px;
}
.row > .col-push-2 {
  left: 211.66666666667px;
}
.row > .col-push-3 {
  left: 317.5px;
}
.row > .col-push-4 {
  left: 423.33333333333px;
}
.row > .col-push-5 {
  left: 529.16666666667px;
}
.row > .col-push-6 {
  left: 635px;
}
.row > .col-push-7 {
  left: 740.83333333333px;
}
.row > .col-push-8 {
  left: 846.66666666667px;
}
.row > .col-push-9 {
  left: 952.5px;
}
.row > .col-push-10 {
  left: 1058.3333333333px;
}
.row > .col-push-11 {
  left: 1164.1666666667px;
}
.row > .col-push-12 {
  left: 1270px;
}
.row > .col-pull-0 {
  left: -0px;
}
.row > .col-pull-1 {
  left: -105.83333333333px;
}
.row > .col-pull-2 {
  left: -211.66666666667px;
}
.row > .col-pull-3 {
  left: -317.5px;
}
.row > .col-pull-4 {
  left: -423.33333333333px;
}
.row > .col-pull-5 {
  left: -529.16666666667px;
}
.row > .col-pull-6 {
  left: -635px;
}
.row > .col-pull-7 {
  left: -740.83333333333px;
}
.row > .col-pull-8 {
  left: -846.66666666667px;
}
.row > .col-pull-9 {
  left: -952.5px;
}
.row > .col-pull-10 {
  left: -1058.3333333333px;
}
.row > .col-pull-11 {
  left: -1164.1666666667px;
}
.row > .col-pull-12 {
  left: -1270px;
}
.visible-large {
  display: none;
}
@media screen and (min-width: 1400px) {
  .wrapper {
    width: 1390px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 1350px;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -675px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -675px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-1 {
    position: relative;
    float: left;
    width: 85px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-2 {
    position: relative;
    float: left;
    width: 200px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-3 {
    position: relative;
    float: left;
    width: 315px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-4 {
    position: relative;
    float: left;
    width: 430px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-5 {
    position: relative;
    float: left;
    width: 545px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-6 {
    position: relative;
    float: left;
    width: 660px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-7 {
    position: relative;
    float: left;
    width: 775px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-8 {
    position: relative;
    float: left;
    width: 890px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-9 {
    position: relative;
    float: left;
    width: 1005px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-10 {
    position: relative;
    float: left;
    width: 1120px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-11 {
    position: relative;
    float: left;
    width: 1235px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-12 {
    position: relative;
    float: left;
    width: 1350px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-push-0 {
    left: 0px;
  }
  .row > .col-push-1 {
    left: 115px;
  }
  .row > .col-push-2 {
    left: 230px;
  }
  .row > .col-push-3 {
    left: 345px;
  }
  .row > .col-push-4 {
    left: 460px;
  }
  .row > .col-push-5 {
    left: 575px;
  }
  .row > .col-push-6 {
    left: 690px;
  }
  .row > .col-push-7 {
    left: 805px;
  }
  .row > .col-push-8 {
    left: 920px;
  }
  .row > .col-push-9 {
    left: 1035px;
  }
  .row > .col-push-10 {
    left: 1150px;
  }
  .row > .col-push-11 {
    left: 1265px;
  }
  .row > .col-push-12 {
    left: 1380px;
  }
  .row > .col-pull-0 {
    left: 0px;
  }
  .row > .col-pull-1 {
    left: -115px;
  }
  .row > .col-pull-2 {
    left: -230px;
  }
  .row > .col-pull-3 {
    left: -345px;
  }
  .row > .col-pull-4 {
    left: -460px;
  }
  .row > .col-pull-5 {
    left: -575px;
  }
  .row > .col-pull-6 {
    left: -690px;
  }
  .row > .col-pull-7 {
    left: -805px;
  }
  .row > .col-pull-8 {
    left: -920px;
  }
  .row > .col-pull-9 {
    left: -1035px;
  }
  .row > .col-pull-10 {
    left: -1150px;
  }
  .row > .col-pull-11 {
    left: -1265px;
  }
  .row > .col-pull-12 {
    left: -1380px;
  }
  .wrapper {
    width: 1390px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 1350px;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -675px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -675px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-large-1 {
    position: relative;
    float: left;
    width: 85px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-2 {
    position: relative;
    float: left;
    width: 200px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-3 {
    position: relative;
    float: left;
    width: 315px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-4 {
    position: relative;
    float: left;
    width: 430px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-5 {
    position: relative;
    float: left;
    width: 545px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-6 {
    position: relative;
    float: left;
    width: 660px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-7 {
    position: relative;
    float: left;
    width: 775px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-8 {
    position: relative;
    float: left;
    width: 890px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-9 {
    position: relative;
    float: left;
    width: 1005px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-10 {
    position: relative;
    float: left;
    width: 1120px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-11 {
    position: relative;
    float: left;
    width: 1235px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-12 {
    position: relative;
    float: left;
    width: 1350px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-large-push-0 {
    left: 0px;
  }
  .row > .col-large-push-1 {
    left: 115px;
  }
  .row > .col-large-push-2 {
    left: 230px;
  }
  .row > .col-large-push-3 {
    left: 345px;
  }
  .row > .col-large-push-4 {
    left: 460px;
  }
  .row > .col-large-push-5 {
    left: 575px;
  }
  .row > .col-large-push-6 {
    left: 690px;
  }
  .row > .col-large-push-7 {
    left: 805px;
  }
  .row > .col-large-push-8 {
    left: 920px;
  }
  .row > .col-large-push-9 {
    left: 1035px;
  }
  .row > .col-large-push-10 {
    left: 1150px;
  }
  .row > .col-large-push-11 {
    left: 1265px;
  }
  .row > .col-large-push-12 {
    left: 1380px;
  }
  .row > .col-large-pull-0 {
    left: 0px;
  }
  .row > .col-large-pull-1 {
    left: -115px;
  }
  .row > .col-large-pull-2 {
    left: -230px;
  }
  .row > .col-large-pull-3 {
    left: -345px;
  }
  .row > .col-large-pull-4 {
    left: -460px;
  }
  .row > .col-large-pull-5 {
    left: -575px;
  }
  .row > .col-large-pull-6 {
    left: -690px;
  }
  .row > .col-large-pull-7 {
    left: -805px;
  }
  .row > .col-large-pull-8 {
    left: -920px;
  }
  .row > .col-large-pull-9 {
    left: -1035px;
  }
  .row > .col-large-pull-10 {
    left: -1150px;
  }
  .row > .col-large-pull-11 {
    left: -1265px;
  }
  .row > .col-large-pull-12 {
    left: -1380px;
  }
  .visible-large {
    display: block;
  }
  .hidden-large {
    display: none;
  }
}
.visible-medium {
  display: none;
}
@media screen and (min-width: 1020px) and (max-width: 1300px) {
  .wrapper {
    width: 1000px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 960px;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -480px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -480px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-1 {
    position: relative;
    float: left;
    width: 52.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-2 {
    position: relative;
    float: left;
    width: 135px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-3 {
    position: relative;
    float: left;
    width: 217.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-4 {
    position: relative;
    float: left;
    width: 300px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-5 {
    position: relative;
    float: left;
    width: 382.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-6 {
    position: relative;
    float: left;
    width: 465px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-7 {
    position: relative;
    float: left;
    width: 547.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-8 {
    position: relative;
    float: left;
    width: 630px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-9 {
    position: relative;
    float: left;
    width: 712.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-10 {
    position: relative;
    float: left;
    width: 795px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-11 {
    position: relative;
    float: left;
    width: 877.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-12 {
    position: relative;
    float: left;
    width: 960px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-push-0 {
    left: 0px;
  }
  .row > .col-push-1 {
    left: 82.5px;
  }
  .row > .col-push-2 {
    left: 165px;
  }
  .row > .col-push-3 {
    left: 247.5px;
  }
  .row > .col-push-4 {
    left: 330px;
  }
  .row > .col-push-5 {
    left: 412.5px;
  }
  .row > .col-push-6 {
    left: 495px;
  }
  .row > .col-push-7 {
    left: 577.5px;
  }
  .row > .col-push-8 {
    left: 660px;
  }
  .row > .col-push-9 {
    left: 742.5px;
  }
  .row > .col-push-10 {
    left: 825px;
  }
  .row > .col-push-11 {
    left: 907.5px;
  }
  .row > .col-push-12 {
    left: 990px;
  }
  .row > .col-pull-0 {
    left: -0px;
  }
  .row > .col-pull-1 {
    left: -82.5px;
  }
  .row > .col-pull-2 {
    left: -165px;
  }
  .row > .col-pull-3 {
    left: -247.5px;
  }
  .row > .col-pull-4 {
    left: -330px;
  }
  .row > .col-pull-5 {
    left: -412.5px;
  }
  .row > .col-pull-6 {
    left: -495px;
  }
  .row > .col-pull-7 {
    left: -577.5px;
  }
  .row > .col-pull-8 {
    left: -660px;
  }
  .row > .col-pull-9 {
    left: -742.5px;
  }
  .row > .col-pull-10 {
    left: -825px;
  }
  .row > .col-pull-11 {
    left: -907.5px;
  }
  .row > .col-pull-12 {
    left: -990px;
  }
  .wrapper {
    width: 1000px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 960px;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -480px;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -480px;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -30px;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-medium-1 {
    position: relative;
    float: left;
    width: 52.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-2 {
    position: relative;
    float: left;
    width: 135px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-3 {
    position: relative;
    float: left;
    width: 217.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-4 {
    position: relative;
    float: left;
    width: 300px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-5 {
    position: relative;
    float: left;
    width: 382.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-6 {
    position: relative;
    float: left;
    width: 465px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-7 {
    position: relative;
    float: left;
    width: 547.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-8 {
    position: relative;
    float: left;
    width: 630px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-9 {
    position: relative;
    float: left;
    width: 712.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-10 {
    position: relative;
    float: left;
    width: 795px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-11 {
    position: relative;
    float: left;
    width: 877.5px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-12 {
    position: relative;
    float: left;
    width: 960px;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .row > .col-medium-push-0 {
    left: 0px;
  }
  .row > .col-medium-push-1 {
    left: 82.5px;
  }
  .row > .col-medium-push-2 {
    left: 165px;
  }
  .row > .col-medium-push-3 {
    left: 247.5px;
  }
  .row > .col-medium-push-4 {
    left: 330px;
  }
  .row > .col-medium-push-5 {
    left: 412.5px;
  }
  .row > .col-medium-push-6 {
    left: 495px;
  }
  .row > .col-medium-push-7 {
    left: 577.5px;
  }
  .row > .col-medium-push-8 {
    left: 660px;
  }
  .row > .col-medium-push-9 {
    left: 742.5px;
  }
  .row > .col-medium-push-10 {
    left: 825px;
  }
  .row > .col-medium-push-11 {
    left: 907.5px;
  }
  .row > .col-medium-push-12 {
    left: 990px;
  }
  .row > .col-medium-pull-0 {
    left: -0px;
  }
  .row > .col-medium-pull-1 {
    left: -82.5px;
  }
  .row > .col-medium-pull-2 {
    left: -165px;
  }
  .row > .col-medium-pull-3 {
    left: -247.5px;
  }
  .row > .col-medium-pull-4 {
    left: -330px;
  }
  .row > .col-medium-pull-5 {
    left: -412.5px;
  }
  .row > .col-medium-pull-6 {
    left: -495px;
  }
  .row > .col-medium-pull-7 {
    left: -577.5px;
  }
  .row > .col-medium-pull-8 {
    left: -660px;
  }
  .row > .col-medium-pull-9 {
    left: -742.5px;
  }
  .row > .col-medium-pull-10 {
    left: -825px;
  }
  .row > .col-medium-pull-11 {
    left: -907.5px;
  }
  .row > .col-medium-pull-12 {
    left: -990px;
  }
  .visible-medium {
    display: block;
  }
  .hidden-medium {
    display: none;
  }
}
.visible-small {
  display: none;
}
@media screen and (min-width: 700px) and (max-width: 1020px) {
  .wrapper {
    width: 100%;
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 94%;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -47%;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -47%;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -3%;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-1 {
    position: relative;
    float: left;
    width: 5.3333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-2 {
    position: relative;
    float: left;
    width: 13.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-3 {
    position: relative;
    float: left;
    width: 22%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-4 {
    position: relative;
    float: left;
    width: 30.333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-5 {
    position: relative;
    float: left;
    width: 38.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-6 {
    position: relative;
    float: left;
    width: 47%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-7 {
    position: relative;
    float: left;
    width: 55.333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-8 {
    position: relative;
    float: left;
    width: 63.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-9 {
    position: relative;
    float: left;
    width: 72%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-10 {
    position: relative;
    float: left;
    width: 80.333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-11 {
    position: relative;
    float: left;
    width: 88.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-12 {
    position: relative;
    float: left;
    width: 97%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-push-0 {
    left: 0%;
  }
  .row > .col-push-1 {
    left: 8.3333333333333%;
  }
  .row > .col-push-2 {
    left: 16.666666666667%;
  }
  .row > .col-push-3 {
    left: 25%;
  }
  .row > .col-push-4 {
    left: 33.333333333333%;
  }
  .row > .col-push-5 {
    left: 41.666666666667%;
  }
  .row > .col-push-6 {
    left: 50%;
  }
  .row > .col-push-7 {
    left: 58.333333333333%;
  }
  .row > .col-push-8 {
    left: 66.666666666667%;
  }
  .row > .col-push-9 {
    left: 75%;
  }
  .row > .col-push-10 {
    left: 83.333333333333%;
  }
  .row > .col-push-11 {
    left: 91.666666666667%;
  }
  .row > .col-push-12 {
    left: 100%;
  }
  .row > .col-pull-0 {
    left: -0%;
  }
  .row > .col-pull-1 {
    left: -8.3333333333333%;
  }
  .row > .col-pull-2 {
    left: -16.666666666667%;
  }
  .row > .col-pull-3 {
    left: -25%;
  }
  .row > .col-pull-4 {
    left: -33.333333333333%;
  }
  .row > .col-pull-5 {
    left: -41.666666666667%;
  }
  .row > .col-pull-6 {
    left: -50%;
  }
  .row > .col-pull-7 {
    left: -58.333333333333%;
  }
  .row > .col-pull-8 {
    left: -66.666666666667%;
  }
  .row > .col-pull-9 {
    left: -75%;
  }
  .row > .col-pull-10 {
    left: -83.333333333333%;
  }
  .row > .col-pull-11 {
    left: -91.666666666667%;
  }
  .row > .col-pull-12 {
    left: -100%;
  }
  .wrapper {
    width: 100%;
    margin: auto;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 94%;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -47%;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -47%;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -3%;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-small-1 {
    position: relative;
    float: left;
    width: 5.3333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-2 {
    position: relative;
    float: left;
    width: 13.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-3 {
    position: relative;
    float: left;
    width: 22%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-4 {
    position: relative;
    float: left;
    width: 30.333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-5 {
    position: relative;
    float: left;
    width: 38.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-6 {
    position: relative;
    float: left;
    width: 47%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-7 {
    position: relative;
    float: left;
    width: 55.333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-8 {
    position: relative;
    float: left;
    width: 63.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-9 {
    position: relative;
    float: left;
    width: 72%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-10 {
    position: relative;
    float: left;
    width: 80.333333333333%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-11 {
    position: relative;
    float: left;
    width: 88.666666666667%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-12 {
    position: relative;
    float: left;
    width: 97%;
    margin-left: 3%;
    box-sizing: border-box;
  }
  .row > .col-small-push-0 {
    left: 0%;
  }
  .row > .col-small-push-1 {
    left: 8.3333333333333%;
  }
  .row > .col-small-push-2 {
    left: 16.666666666667%;
  }
  .row > .col-small-push-3 {
    left: 25%;
  }
  .row > .col-small-push-4 {
    left: 33.333333333333%;
  }
  .row > .col-small-push-5 {
    left: 41.666666666667%;
  }
  .row > .col-small-push-6 {
    left: 50%;
  }
  .row > .col-small-push-7 {
    left: 58.333333333333%;
  }
  .row > .col-small-push-8 {
    left: 66.666666666667%;
  }
  .row > .col-small-push-9 {
    left: 75%;
  }
  .row > .col-small-push-10 {
    left: 83.333333333333%;
  }
  .row > .col-small-push-11 {
    left: 91.666666666667%;
  }
  .row > .col-small-push-12 {
    left: 100%;
  }
  .row > .col-small-pull-0 {
    left: -0%;
  }
  .row > .col-small-pull-1 {
    left: -8.3333333333333%;
  }
  .row > .col-small-pull-2 {
    left: -16.666666666667%;
  }
  .row > .col-small-pull-3 {
    left: -25%;
  }
  .row > .col-small-pull-4 {
    left: -33.333333333333%;
  }
  .row > .col-small-pull-5 {
    left: -41.666666666667%;
  }
  .row > .col-small-pull-6 {
    left: -50%;
  }
  .row > .col-small-pull-7 {
    left: -58.333333333333%;
  }
  .row > .col-small-pull-8 {
    left: -66.666666666667%;
  }
  .row > .col-small-pull-9 {
    left: -75%;
  }
  .row > .col-small-pull-10 {
    left: -83.333333333333%;
  }
  .row > .col-small-pull-11 {
    left: -91.666666666667%;
  }
  .row > .col-small-pull-12 {
    left: -100%;
  }
  .visible-small {
    display: block;
  }
  .hidden-small {
    display: none;
  }
}
.visible-tiny {
  display: none;
}
@media screen and (max-width: 700px) {
  .wrapper {
    width: 100%;
    margin: auto;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 92%;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -46%;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -46%;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4%;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-1 {
    position: relative;
    float: left;
    width: 4.3333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-2 {
    position: relative;
    float: left;
    width: 12.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-3 {
    position: relative;
    float: left;
    width: 21%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-4 {
    position: relative;
    float: left;
    width: 29.333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-5 {
    position: relative;
    float: left;
    width: 37.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-6 {
    position: relative;
    float: left;
    width: 46%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-7 {
    position: relative;
    float: left;
    width: 54.333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-8 {
    position: relative;
    float: left;
    width: 62.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-9 {
    position: relative;
    float: left;
    width: 71%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-10 {
    position: relative;
    float: left;
    width: 79.333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-11 {
    position: relative;
    float: left;
    width: 87.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-12 {
    position: relative;
    float: left;
    width: 96%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-push-0 {
    left: 0%;
  }
  .row > .col-push-1 {
    left: 8.3333333333333%;
  }
  .row > .col-push-2 {
    left: 16.666666666667%;
  }
  .row > .col-push-3 {
    left: 25%;
  }
  .row > .col-push-4 {
    left: 33.333333333333%;
  }
  .row > .col-push-5 {
    left: 41.666666666667%;
  }
  .row > .col-push-6 {
    left: 50%;
  }
  .row > .col-push-7 {
    left: 58.333333333333%;
  }
  .row > .col-push-8 {
    left: 66.666666666667%;
  }
  .row > .col-push-9 {
    left: 75%;
  }
  .row > .col-push-10 {
    left: 83.333333333333%;
  }
  .row > .col-push-11 {
    left: 91.666666666667%;
  }
  .row > .col-push-12 {
    left: 100%;
  }
  .row > .col-pull-0 {
    left: -0%;
  }
  .row > .col-pull-1 {
    left: -8.3333333333333%;
  }
  .row > .col-pull-2 {
    left: -16.666666666667%;
  }
  .row > .col-pull-3 {
    left: -25%;
  }
  .row > .col-pull-4 {
    left: -33.333333333333%;
  }
  .row > .col-pull-5 {
    left: -41.666666666667%;
  }
  .row > .col-pull-6 {
    left: -50%;
  }
  .row > .col-pull-7 {
    left: -58.333333333333%;
  }
  .row > .col-pull-8 {
    left: -66.666666666667%;
  }
  .row > .col-pull-9 {
    left: -75%;
  }
  .row > .col-pull-10 {
    left: -83.333333333333%;
  }
  .row > .col-pull-11 {
    left: -91.666666666667%;
  }
  .row > .col-pull-12 {
    left: -100%;
  }
  .wrapper {
    width: 100%;
    margin: auto;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
  .faux-row {
    position: relative;
    width: 92%;
    margin: auto;
  }
  .faux-row-positioned-left {
    position: absolute;
    left: 50%;
    margin-left: -46%;
  }
  .faux-row-positioned-right {
    position: absolute;
    right: 50%;
    margin-right: -46%;
  }
  .row {
    clear: both;
    box-sizing: border-box;
    margin-left: -4%;
  }
  .row::after,
  .row::before {
    display: block;
    clear: both;
    content: " ";
  }
  .row:after,
  .row:before {
    display: block;
    clear: both;
    content: " ";
  }
  .row > .col-tiny-1 {
    position: relative;
    float: left;
    width: 4.3333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-2 {
    position: relative;
    float: left;
    width: 12.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-3 {
    position: relative;
    float: left;
    width: 21%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-4 {
    position: relative;
    float: left;
    width: 29.333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-5 {
    position: relative;
    float: left;
    width: 37.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-6 {
    position: relative;
    float: left;
    width: 46%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-7 {
    position: relative;
    float: left;
    width: 54.333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-8 {
    position: relative;
    float: left;
    width: 62.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-9 {
    position: relative;
    float: left;
    width: 71%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-10 {
    position: relative;
    float: left;
    width: 79.333333333333%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-11 {
    position: relative;
    float: left;
    width: 87.666666666667%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-12 {
    position: relative;
    float: left;
    width: 96%;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .row > .col-tiny-push-0 {
    left: 0%;
  }
  .row > .col-tiny-push-1 {
    left: 8.3333333333333%;
  }
  .row > .col-tiny-push-2 {
    left: 16.666666666667%;
  }
  .row > .col-tiny-push-3 {
    left: 25%;
  }
  .row > .col-tiny-push-4 {
    left: 33.333333333333%;
  }
  .row > .col-tiny-push-5 {
    left: 41.666666666667%;
  }
  .row > .col-tiny-push-6 {
    left: 50%;
  }
  .row > .col-tiny-push-7 {
    left: 58.333333333333%;
  }
  .row > .col-tiny-push-8 {
    left: 66.666666666667%;
  }
  .row > .col-tiny-push-9 {
    left: 75%;
  }
  .row > .col-tiny-push-10 {
    left: 83.333333333333%;
  }
  .row > .col-tiny-push-11 {
    left: 91.666666666667%;
  }
  .row > .col-tiny-push-12 {
    left: 100%;
  }
  .row > .col-tiny-pull-0 {
    left: -0%;
  }
  .row > .col-tiny-pull-1 {
    left: -8.3333333333333%;
  }
  .row > .col-tiny-pull-2 {
    left: -16.666666666667%;
  }
  .row > .col-tiny-pull-3 {
    left: -25%;
  }
  .row > .col-tiny-pull-4 {
    left: -33.333333333333%;
  }
  .row > .col-tiny-pull-5 {
    left: -41.666666666667%;
  }
  .row > .col-tiny-pull-6 {
    left: -50%;
  }
  .row > .col-tiny-pull-7 {
    left: -58.333333333333%;
  }
  .row > .col-tiny-pull-8 {
    left: -66.666666666667%;
  }
  .row > .col-tiny-pull-9 {
    left: -75%;
  }
  .row > .col-tiny-pull-10 {
    left: -83.333333333333%;
  }
  .row > .col-tiny-pull-11 {
    left: -91.666666666667%;
  }
  .row > .col-tiny-pull-12 {
    left: -100%;
  }
  .visible-tiny {
    display: block;
  }
  .hidden-tiny {
    display: none;
  }
}
a img {
  border: 0px;
}
@media screen and (max-width: 600px) {
  body #wpadminbar {
    margin-top: -46px;
    z-index: 10000 !important;
  }
}
body {
  position: relative;
  background: #efeeec;
  margin: 0px;
  font-family: "museo-sans", Arial;
  font-weight: 100;
  font-size: 100%;
  line-height: 1.5625em;
}
a {
  color: #002580;
  text-decoration: underline;
}
ul {
  list-style: square;
  margin-left: 0px;
  padding-left: 20px;
}
.clear {
  clear: both;
}
h2 {
  font-size: 2.5em;
  color: #192a3d;
  line-height: 1.625em;
  margin-top: 0.875em;
  margin-bottom: 1em;
}
h3 {
  font-size: 1.4375em;
  line-height: 1.0714285714286em;
  margin: 1.0714285714286em 0em;
  color: #107ab6;
  font-weight: 100;
}
h3 strong {
  font-weight: normal;
  text-transform: uppercase;
}
.screen-indicator {
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: white;
  color: black;
  padding: 5px 10px;
}
#website-container {
  max-width: 1580px;
  margin: auto;
  background: white;
}
#page-content {
  padding-bottom: 50px;
  min-height: 530px;
  /*The background image*/
}
#page-content a.pdf {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/pdf.png") no-repeat left center;
  padding-left: 20px;
  /* To center the text vertically with the icon */
  line-height: 16px;
}
@media screen and (max-width: 700px) {
  #page-content {
    padding-bottom: 20px;
  }
}
.social-icons a {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.social-icons a.fb {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-facebook.png");
}
.social-icons a.vi {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-vimeo.png");
}
.social-icons a.li {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-linkedin.png");
}
.social-icons a.tw {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-twitter.png");
}
#header-toolbar {
  background: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#header-toolbar .left-side .social-icons {
  float: left;
  padding-right: 30px;
  zoom: 0.9;
}
#header-toolbar .left-side .social-icons a {
  margin-right: 20px;
  opacity: 0.8;
}
#header-toolbar .left-side .social-icons a:hover {
  opacity: 1;
}
#header-toolbar .left-side .social-icons a.fb {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-facebook-grey.png");
}
#header-toolbar .left-side .social-icons a.vi {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-vimeo-grey.png");
}
#header-toolbar .left-side .social-icons a.li {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-linkedin-grey.png");
}
#header-toolbar .left-side .social-icons a.tw {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/social-twitter-grey.png");
}
#header-toolbar .left-side .language-select {
  float: left;
  position: relative;
}
#header-toolbar .left-side .language-select .trigger {
  display: inline-block;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/dropdown-arrow.png") no-repeat right center;
  padding-right: 20px;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
#header-toolbar .left-side .language-select ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 60px;
  z-index: 200;
  background: white;
  line-height: 30px;
  font-size: 13px;
  width: 235px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#header-toolbar .left-side .language-select ul li {
  margin: 0px;
  padding: 0px;
}
#header-toolbar .left-side .language-select ul li a {
  display: block;
  padding: 0px 0px 0px 40px;
  text-transform: none;
  text-decoration: none;
  color: black;
  background: white 8px 8px no-repeat;
}
#header-toolbar .left-side .language-select ul li a.en {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-english.png");
}
#header-toolbar .left-side .language-select ul li a.ch {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-chinese.png");
}
#header-toolbar .left-side .language-select ul li a.ja {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-japanese.png");
}
#header-toolbar .left-side .language-select ul li a.ko {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-korean.png");
}
#header-toolbar .left-side .language-select ul li a.ma {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-malay.png");
}
#header-toolbar .left-side .language-select ul li a:hover {
  background-color: #002580;
  color: white;
}
#header-toolbar .left-side .language-select:hover ul {
  display: block;
}
#header-toolbar .primary-sponsors {
  text-align: right;
}
#header-toolbar .primary-sponsors a {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
#header-toolbar .primary-sponsors a img {
  display: block;
  height: 60px;
}
.mobile-nav-container {
  display: none;
}
@media screen and (max-width: 700px) {
  #header-toolbar {
    height: 40px;
    line-height: 40px;
  }
  #header-toolbar .mobile-home {
    padding-top: 7px;
  }
  #header-toolbar .mobile-home a {
    background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/mobile-logo.png") no-repeat;
    background-size: cover;
    width: 95px;
    height: 26px;
    display: block;
  }
  #header-toolbar .mobile-nav-col {
    padding-top: 10px;
  }
  #header-toolbar .mobile-nav-col .mobile-nav-trigger {
    background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/mobile-nav.png") no-repeat;
    width: 21px;
    height: 20px;
    float: right;
    cursor: pointer;
  }
  .mobile-nav-overlay {
    position: fixed;
    top: -200px;
    left: 0px;
    bottom: -200px;
    right: 0px;
    background: white;
    display: none;
    z-index: 5000;
  }
  .mobile-nav-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 5001;
    padding-left: 5%;
    padding-right: 5%;
  }
  .mobile-nav-container .close-btn {
    position: absolute;
    top: 15px;
    right: 5%;
    height: 16px;
    width: 17px;
    background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/mobile-nav-close.png");
    cursor: pointer;
  }
  .mobile-nav-container .languages {
    padding: 15px 15px;
    font-size: 0.8em;
  }
  .mobile-nav-container .languages label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .mobile-nav-container .languages ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  .mobile-nav-container .languages li {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .mobile-nav-container .languages li a {
    display: block;
    padding: 0px 0px 0px 35px;
    text-transform: none;
    text-decoration: none;
    color: black;
    background: no-repeat left center;
  }
  .mobile-nav-container .languages li a.en {
    background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-english.png");
  }
  .mobile-nav-container .languages li a.ch {
    background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-chinese.png");
  }
  .mobile-nav-container .languages li a.ja {
    background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-japanese.png");
  }
  .mobile-nav-container .languages li a.ko {
    background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-korean.png");
  }
  .mobile-nav-container .languages li a.ma {
    background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/flag-malay.png");
  }
  .mobile-nav-container .menu-container {
    position: relative;
    list-style: none;
    margin: 0px;
    margin-top: 45px;
    padding: 0px;
  }
  .mobile-nav-container .menu-container > li {
    background: #002580;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  .mobile-nav-container .menu-container > li.first {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .mobile-nav-container .menu-container > li.last {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .mobile-nav-container .menu-container > li.current-menu-item {
    background: #107ab6;
  }
  .mobile-nav-container .menu-container > li a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8125em;
    letter-spacing: 0.05em;
    display: block;
    padding: 15px;
    line-height: 1.2em;
    text-decoration: none;
    margin-right: 50px;
  }
  .mobile-nav-container .menu-container > li .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/mobile-nav-arrow-collapsed.png") no-repeat center center;
    cursor: pointer;
  }
  .mobile-nav-container .menu-container > li ul {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .mobile-nav-container .menu-container > li.current-menu-item .arrow {
    background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/mobile-nav-arrow-expanded.png");
  }
  .mobile-nav-container .menu-container > li.current-menu-item ul {
    height: auto;
    background: #e7e9e8;
    padding: 10px 0px;
  }
  .mobile-nav-container .menu-container > li.current-menu-item ul li {
    background: transparent;
  }
  .mobile-nav-container .menu-container > li.current-menu-item ul li a {
    color: #5a6977;
    text-transform: none;
    font-weight: normal;
    padding: 8px 15px;
  }
  .mobile-menu-active .mobile-nav-overlay {
    display: block;
  }
  .mobile-menu-active .mobile-nav-container {
    display: block;
  }
  .mobile-menu-active #website-container {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .alignleft {
    float: left;
    margin: 15px;
  }
}
@media screen and (max-width: 820px) {
  #header-toolbar .primary-sponsors > span {
    display: none;
  }
}
#google_translate_element {
  display: none;
}
#site-header {
  /* 		background: url("@{themeurl}/graphics/header-decoration.png") top right no-repeat */
}
#site-header #site-title {
  color: white;
  height: 180px;
}
#site-header #site-title .logo {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/header-logo.png") no-repeat;
  display: block;
  height: 134px;
  width: 100px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -67px;
}
#site-header #site-title .site-title-text {
  position: relative;
  margin-left: 160px;
  top: 45px;
  height: 100px;
  border-left: 1px solid white;
  padding-left: 50px;
}
#site-header #site-title .site-title-text h1 {
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  font-size: 2.5em;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
}
#site-header #site-title .site-title-text .site-subheading {
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.15em;
  line-height: 35px;
  text-transform: uppercase;
}
#site-header #site-title .site-title-text .site-subheading strong {
  font-weight: 500;
}
@media screen and (min-width: 700px) and (max-width: 1020px) {
  #site-header #site-title {
    height: 160px;
  }
  #site-header #site-title .logo {
    height: 100.5px;
    width: 75px;
    background-size: cover;
    margin-top: -47px;
  }
  #site-header #site-title .site-title-text {
    margin-left: 120px;
    padding-left: 40px;
    top: 30px;
  }
  #site-header #site-title .site-title-text h1 {
    font-size: 1.7em;
    line-height: 1.8em;
    height: auto;
    padding-top: 10px;
  }
  #site-header #site-title .site-title-text .site-subheading {
    font-size: 0.7em;
    line-height: 1.65em;
  }
}
#site-menu {
  background: rgba(30,50,80,0.4);
  line-height: 60px;
}
#site-menu .inner {
  height: 60px;
}
#site-menu .inner ul.menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
#site-menu .inner ul.menu > li {
  display: inline-block;
  position: relative;
}
#site-menu .inner ul.menu > li > a {
  display: inline-block;
  line-height: 60px;
  font-size: 0.875em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
#site-menu .inner ul.menu > li.current-menu-item > a {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/menu-active.png") no-repeat bottom center;
}
#site-menu .inner ul.menu > li.menu-item-has-children:hover {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/menu-hover.png") no-repeat bottom center;
}
#site-menu .inner ul.menu > li.menu-item-has-children:hover > ul {
  display: block;
}
#site-menu .inner ul.menu > li.menu-item-has-children > ul {
  display: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 1200;
  width: 380px;
  background: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  list-style: none;
  margin-top: -1px;
}
#site-menu .inner ul.menu > li.menu-item-has-children > ul li {
  margin: 0px;
  line-height: 25px;
}
#site-menu .inner ul.menu > li.menu-item-has-children > ul li a {
  color: black;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  letter-spacing: 0.05em;
}
#site-menu .inner ul.menu > li.menu-item-has-children > ul li a:hover {
  color: white;
  background: #002580;
}
#site-menu .inner ul.menu > li.menu-item-has-children > ul li ul {
  display: none;
}
#site-menu .inner ul.menu > li.menu-item-has-children.flipped > ul {
  right: 0px !important;
}
#site-menu .social-icons {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
}
#site-menu .social-icons a {
  margin-left: 10px;
}
@media screen and (min-width: 700px) and (max-width: 1020px) {
  #site-menu .inner ul.menu > li > a {
    font-size: 0.6em;
    letter-spacing: 0.1em;
  }
  #site-menu .inner ul.menu > li > ul li a {
    font-size: 0.6em;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1300px),screen and (min-width: 920px) and (max-width: 1020px) {
  #site-menu .inner ul.menu > li > a {
    font-size: 0.75em;
  }
  #site-menu .inner ul.menu > li > ul li a {
    font-size: 0.75em;
    padding: 15px 20px;
  }
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0,0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px,20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0,0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px,20px);
    opacity: 0;
  }
}
@media screen and (max-height: 900px) {
  .scroll-arrow span {
    position: fixed;
    bottom: 64px;
    z-index: 99999;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -12px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
  }
}
#home-header {
  position: relative;
}
#home-header #homepage-slider {
  position: relative;
  height: 750px;
  z-index: 30;
}
#home-header #homepage-slider .home-logo {
  position: absolute;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/home-logo.png") no-repeat;
  width: 224px;
  height: 61px;
  top: 135px;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 50;
}
#home-header #homepage-slider .home-logo span {
  visibility: hidden;
}
#home-header #homepage-slider .indicators {
  position: absolute;
  bottom: 55px;
  z-index: 50;
}
#home-header #homepage-slider .indicators span {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.2);
  margin-right: 8px;
  border-radius: 5px;
}
#home-header #homepage-slider .indicators span.active {
  background: white;
}
#home-header #homepage-slider .slide {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 750px;
  width: 100%;
  background-size: cover;
  z-index: 20;
}
#home-header #homepage-slider .slide.hidden {
  display: none;
}
#home-header #homepage-slider .slide .dots {
  width: 100%;
  height: 100%;
  background: transparent url(https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-small-checks.png) repeat top left;
}
#home-header #homepage-slider .slide .inner {
  position: relative;
  top: 200px;
  color: white;
  opacity: 1;
}
#home-header #homepage-slider .slide .inner .title {
  font-size: 2.6em;
  font-weight: 100;
  line-height: 1.25em;
  padding-bottom: 20px;
  margin-left: -5px;
  text-shadow: 0px 0px 14px #000000;
  z-index: 20;
}
#home-header #homepage-slider .slide .inner .subtitle {
  font-size: 0.8125em;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 2.307em;
  padding-bottom: 20px;
  letter-spacing: 0.15em;
  width: 70%;
  text-shadow: 0px 0px 14px #000000;
}
#home-header #homepage-slider .slide .inner .video-launcher {
  padding-top: 20px;
  float: left;
}
#home-header #homepage-slider .slide .inner .call-out {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
}
#home-header #site-menu {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 40;
}
@media screen and (min-width: 700px) and (max-width: 1020px) {
  #home-header #homepage-slider {
    font-size: 0.8em;
    height: 650px;
  }
  #home-header #homepage-slider .slide {
    height: 650px;
  }
  #home-header #homepage-slider .slide .inner .title {
    font-size: 3.75em;
  }
  #home-header #homepage-slider-gradient .slide .inner .title {
    font-size: 20px;
  }
  #home-header #homepage-slider-gradient .slide .inner .subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  #site-header {
    display: none;
  }
  .page-breadcrumbs {
    display: none !important;
  }
  h2 {
    font-size: 2em;
  }
  #header-toolbar {
    background: black;
  }
  #header-toolbar .left-side .language-select .trigger {
    color: white;
  }
  #home-header #site-menu {
    display: none;
  }
  #home-header #homepage-slider {
    font-size: 0.75em;
    height: 350px;
  }
  #home-header #homepage-slider .image {
    background-size: cover;
  }
  #home-header #homepage-slider .indicators {
    bottom: 25px;
  }
  #home-header #homepage-slider .home-logo {
    display: none;
  }
  #home-header #homepage-slider .slide {
    height: 350px;
  }
  #home-header #homepage-slider .slide .inner .title {
    font-size: 2em;
    padding-bottom: 5px;
    margin-left: 0px;
  }
  #home-header #homepage-slider .slide .inner .video-launcher {
    padding-top: 0px;
  }
}
#homepage-slider-small {
  font-size: 0.75em;
  height: 350px;
  overflow: hidden;
}
#homepage-slider-small .inner > .half {
  background-size: cover;
  display: inline-block;
  width: 49%;
  height: 322px;
  vertical-align: top;
  margin-top: 14px;
  position: relative;
}
#homepage-slider-small .inner > .half .vert-center {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
#homepage-slider-small .hidden {
  display: none;
}
#homepage-slider-small .indicators {
  bottom: 25px;
}
#homepage-slider-small .home-logo {
  display: none;
}
#homepage-slider-small .slide {
  height: 350px;
}
#homepage-slider-small .slide .inner .title {
  font-size: 2em;
  padding-bottom: 5px;
  margin-left: 0px;
}
#homepage-slider-small .slide .inner .video-launcher {
  padding-top: 0px;
}
#homepage-slider-gradient {
  font-size: 0.75em;
  height: 350px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
#homepage-slider-gradient .inner > .half {
  display: inline-block;
  width: 49%;
  height: 322px;
  vertical-align: top;
  margin-top: 14px;
  position: relative;
}
#homepage-slider-gradient .inner > .half .vert-center {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}
#homepage-slider-gradient .hidden {
  display: none;
}
#homepage-slider-gradient .indicators {
  bottom: 25px;
}
#homepage-slider-gradient .home-logo {
  display: none;
}
#homepage-slider-gradient .slide {
  height: 350px;
}
#homepage-slider-gradient .slide .inner .title {
  font-size: 2.5em;
  padding-bottom: 5px;
  margin-left: 0px;
  color: white;
  margin-bottom: 0.4em;
  line-height: 1.1em;
}
#homepage-slider-gradient .slide .inner .subtitle {
  color: white;
  font-size: 1.5em;
  line-height: 1.1em;
  margin-bottom: 1.4em;
  letter-spacing: 1px;
  font-weight: 100;
}
#homepage-slider-gradient .slide .inner .video-launcher {
  padding-top: 0px;
}
.button {
  cursor: pointer;
  height: 100%;
  line-height: 20px;
  padding: 13px 38px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  background-color: #002580;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 0.15em;
  font-size: 12px;
  -webkit-appearance: none;
  border: none;
  font-family: "museo-sans", Arial;
}
.button:hover {
  text-decoration: none;
}
.button .button-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 11px;
  background: none no-repeat right center;
  vertical-align: top;
}
.button .button-icon.video {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/icon-video.png");
}
.button.green {
  background-color: #1c9578;
}
.button.red {
  background-color: #ff3d3d;
}
.button.white {
  background-color: white;
  color: black;
}
.button.white .button-icon.video {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/icon-video-black.png");
}
@media screen and (max-width: 700px) {
  .button {
    font-size: 10px;
    border-radius: 6px;
    height: 40px;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.announcements {
  background: #154f75 repeat top center;
  color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5625em;
}
.announcements .heading {
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 75px;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/icon-announcement-red.png") no-repeat left center;
}
.announcements .heading strong {
  display: block;
  font-weight: 700;
}
.announcements .details {
  font-weight: 100;
}
.announcements .details p,
.announcements .details ul,
.announcements .details ol {
  margin: 0px;
}
.announcements .details ul,
.announcements .details ol {
  list-style: square;
}
.announcements .details a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 700px) {
  .announcements {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .announcements .heading {
    padding-left: 0px;
    background-size: 40px;
    font-size: 0.8em;
    background-position: right center;
  }
  .announcements .details {
    color: #FFF;
    font-size: 0.8em;
    padding-top: 10px;
  }
}
.tiles {
  padding-top: 10px;
  padding-bottom: 45px;
}
.tiles .tile {
  padding-top: 55px;
}
.tiles .tile img {
  width: 100%;
  display: block;
  border: 0px;
}
.tiles .tile .title-section {
  position: relative;
  height: 50px;
  line-height: 40px;
  /*
			.square {
				position: absolute;
				display: block;
				width: 40px;
				height: 40px;
				background: #5a6977 no-repeat center center;
			}
*/
  display: block;
}
.tiles .tile .title-section .link-text {
  display: block;
  margin-left: 0px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-left: 15px;
  font-size: 0.75em;
}
.tiles .tile.external .title-section .square {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/external-link.png");
}
.tiles .tile a {
  text-decoration: none;
}
.tiles .tile a:hover .title-section .square {
  background-color: #e82525;
}
.tiles .button-list {
  clear: both;
  width: 500px;
  padding-top: 0;
}
@media screen and (max-width: 700px) {
  .tiles .tile {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .tiles {
    padding-bottom: 20px;
  }
  .tiles .tile {
    padding-top: 20px;
  }
}
.countdown-row {
  height: 280px;
  line-height: 280px;
}
.countdown-row .tile {
  padding-top: 0;
}
.countdown-row .sponsors,
.countdown-row .quotes,
.countdown-row .countdown {
  height: 100%;
}
.countdown-row .sponsors .sponsors-heading {
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 30;
}
.countdown-row .sponsors #sponsor_temp {
  text-align: center;
}
.countdown-row .sponsors img {
  width: auto;
  margin: auto;
  display: inline-block;
}
.countdown-row .quotes {
  background: #f1f1f1;
  text-align: center;
  height: 280px;
}
.countdown-row .quotes .quote-item {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
}
.countdown-row .quotes .quote-item .inner {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 90%;
}
.countdown-row .quotes .quote-item .inner .text {
  display: block;
  color: #002580;
  font-size: 1.125em;
  line-height: 1.538em;
  margin-bottom: 35px;
  font-weight: 300;
  vertical-align: middle;
}
.countdown-row .quotes .quote-item .inner .author-name {
  display: block;
  color: #002580;
  font-size: 1em;
  line-height: 1.875em;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.countdown-row .quotes .quote-item .inner .author-title {
  display: block;
  color: black;
  font-size: 0.625em;
  letter-spacing: 0.1em;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.countdown-row .quotes .quote-item.hidden {
  display: none;
}
.countdown-row .countdown {
  background-color: #0c365a;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#0c365a),to(#0c1623));
  background-image: -webkit-linear-gradient(top,#0c365a,#0c1623);
  background-image: -moz-linear-gradient(top,#0c365a,#0c1623);
  background-image: -ms-linear-gradient(top,#0c365a,#0c1623);
  background-image: -o-linear-gradient(top,#0c365a,#0c1623);
  background-image: linear-gradient(top,#0c365a,#0c1623);
}
.countdown-row .countdown .inner {
  position: relative;
  /* 			background: url("@{themeurl}/graphics/countdown-bg-overlay.png") no-repeat top right; */
  height: 100%;
  text-align: center;
}
.countdown-row .countdown .inner .inner-text {
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  color: white;
}
.countdown-row .countdown .inner .inner-text .days-left {
  font-size: 100px;
  line-height: 90px;
  font-weight: 100;
  display: block;
}
.countdown-row .countdown .inner .inner-text .days-label {
  line-height: 20px;
  padding-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 0.875em;
  display: block;
}
@media screen and (min-width: 1020px) and (max-width: 1300px),screen and (min-width: 700px) and (max-width: 1020px) {
  .countdown-row .quotes .quote-item {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 700px) and (max-width: 1020px),screen and (max-width: 700px) {
  .countdown-row .sponsors,
  .countdown-row .quotes,
  .countdown-row .countdown {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1300px) {
  .countdown-row .countdown {
    padding: 0 20px;
  }
  .countdown-row .countdown .inner .inner-text .days-label {
    margin-bottom: 0;
  }
  .countdown-row .countdown .subscribe-button .button {
    height: 50px;
    line-height: 20px;
    margin-top: 20px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .countdown-row .sponsors {
    margin-bottom: 0;
  }
  .countdown-row .quotes {
    width: 100%;
  }
  .countdown-row .quotes .quote-item .inner .text {
    font-size: 1.2em;
  }
  .countdown-row .countdown {
    display: none;
  }
}
.home-sponsor-row {
  background: white;
  background: linear-gradient(#fcfefe 0%,#edf6f5 100%);
  /*margin-top: 55px;*/
  text-align: center;
  clear: both;
  color: #192a3d;
}
.home-sponsor-row .inner {
  padding: 40px 0;
  background: no-repeat top center;
  background-size: cover;
}
.home-sponsor-row .inner .faux-row {
  padding-top: 110px;
}
.home-sponsor-row .inner p {
  margin: 30px;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.785em;
}
.home-sponsor-row .inner p a {
  text-decoration: none;
  color: #192a3d;
  font-weight: 700;
}
.home-sponsor-row .inner .logos {
  margin-top: 80px;
}
.home-sponsor-row .inner .logos a {
  display: inline-block;
  margin: 0px 20px;
}
.home-sponsor-row .inner .logos a img {
  display: block;
}
@media screen and (max-width: 700px) {
  .home-sponsor-row {
    background: white;
  }
  .home-sponsor-row .inner {
    background: white;
  }
  .home-sponsor-row .inner p {
    padding: 30px 0px;
  }
  .home-sponsor-row .inner .logos a {
    width: 30%;
  }
  .home-sponsor-row .inner .logos a img {
    width: 100%;
  }
}
.page-breadcrumbs {
  margin: 0px;
  padding: 0px;
  padding-top: 65px;
  padding-bottom: 0px;
  line-height: 30px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5a6977;
  font-weight: 700;
}
.page-breadcrumbs li {
  list-style: none;
  display: inline;
  padding-right: 20px;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/breadcrumb-arrow.png") no-repeat right center;
  margin-right: 12px;
}
.page-breadcrumbs li a {
  color: #111416;
  text-decoration: none;
}
.page-breadcrumbs li.current {
  background: none;
  padding-right: 0px;
}
#schedule-controls,
#exhibitor-controls {
  display: block;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  z-index: 1000;
}
#schedule-controls > ul,
#exhibitor-controls > ul {
  margin: 0px;
  padding: 0px;
  height: 55px;
  line-height: 55px;
  list-style: none;
  -webkit-font-smoothing: antialiased;
}
#schedule-controls > ul > li,
#exhibitor-controls > ul > li {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  width: 20%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid white;
  font-size: 0.8125em;
  letter-spacing: 0.15em;
  color: white;
  background: #aaafb2;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
#schedule-controls > ul > li.first,
#exhibitor-controls > ul > li.first {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#schedule-controls > ul > li.last,
#exhibitor-controls > ul > li.last {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#schedule-controls > ul > li:hover,
#schedule-controls > ul > li.active,
#exhibitor-controls > ul > li:hover,
#exhibitor-controls > ul > li.active {
  background: #002580;
}
#schedule-controls > ul > li > a,
#exhibitor-controls > ul > li > a {
  text-decoration: none;
  color: white;
  display: block;
}
#schedule-controls > ul > li > span,
#exhibitor-controls > ul > li > span {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/dropdown-arrow-white.png") no-repeat right center;
  padding-right: 20px;
}
#schedule-controls > ul > li > ul,
#exhibitor-controls > ul > li > ul {
  display: none;
}
#schedule-controls > ul > li.dropdown:hover,
#exhibitor-controls > ul > li.dropdown:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#schedule-controls > ul > li:hover ul,
#exhibitor-controls > ul > li:hover ul {
  z-index: 20;
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 55px;
  background: #002580;
  padding: 0px;
  margin: 0px;
  list-style: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-bottom: 8px;
  cursor: default;
}
#schedule-controls > ul > li:hover ul li,
#exhibitor-controls > ul > li:hover ul li {
  padding: 0px;
  margin: 0px;
}
#schedule-controls > ul > li:hover ul li:hover,
#schedule-controls > ul > li:hover ul li.active,
#exhibitor-controls > ul > li:hover ul li:hover,
#exhibitor-controls > ul > li:hover ul li.active {
  background: rgba(0,0,0,0.1);
}
#schedule-controls > ul > li:hover ul li a,
#exhibitor-controls > ul > li:hover ul li a {
  color: white;
  text-decoration: none;
  display: block;
}
#schedule-controls > ul > li:hover.grid ul,
#exhibitor-controls > ul > li:hover.grid ul {
  width: 700px;
}
#schedule-controls > ul > li:hover.grid ul li,
#exhibitor-controls > ul > li:hover.grid ul li {
  float: left;
  width: 50%;
  line-height: 16px;
  height: 50px;
  font-size: 0.8em;
  text-align: left;
  box-sizing: border-box;
  padding: 0px;
}
#schedule-controls > ul > li:hover.grid ul li a,
#exhibitor-controls > ul > li:hover.grid ul li a {
  padding: 10px;
  padding-left: 35px;
  letter-spacing: 0.1em;
}
#schedule-expand {
  position: relative;
  top: -25px;
  text-align: left;
  padding-right: 5px;
}
#schedule-expand span {
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/expand-schedule.gif?a=1") no-repeat 8px 10px;
  padding-left: 25px;
  padding-right: 10px;
  color: white;
  line-height: 25px;
  height: 25px;
  border: 1px solid #c22;
  color: #c22;
  font-weight: bold;
  border-radius: 6px;
}
@media screen and (max-width: 700px) {
  #schedule-expand {
    display: none;
  }
}
.schedule-filter-label {
  margin-bottom: 50px;
  line-height: 40px;
  text-align: center;
}
.schedule-filter-label .label {
  font-size: 1.1875em;
  font-weight: 700;
  text-transform: uppercase;
}
.schedule-filter-label a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 28px;
  background: #ecf5f4 url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/filter-clear.png") no-repeat right center;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 15px;
}
.schedule-filter-label a:hover {
  background-color: #002580;
  color: white;
}
#schedule-display {
  margin-bottom: 30px;
}
.schedule-listing {
  position: relative;
}
.schedule-listing .no-events-found {
  text-align: center;
}
.schedule-listing .schedule-day {
  position: relative;
  padding-left: 120px;
}
.schedule-listing .schedule-day .day-label {
  position: absolute;
  left: 0px;
  top: 0px;
}
.schedule-listing .schedule-day .events .item {
  position: relative;
  border-bottom: 1px solid #cecece;
}
.schedule-listing .schedule-day .events .item.selectable .item-header {
  cursor: pointer;
}
.schedule-listing .schedule-day .events .item.selectable:hover .item-header {
  background: #fafafa;
}
.schedule-listing .schedule-day .events .item .item-header {
  position: relative;
  transition: border-bottom-color 0.2s, background 0.2s;
}
.schedule-listing .schedule-day .events .item .item-header .type-indicator {
  position: absolute;
  top: 24px;
  left: 113px;
  width: 11px;
  height: 11px;
}
.schedule-listing .schedule-day .events .item .item-header .type-indicator.single {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-plenary.gif");
}
.schedule-listing .schedule-day .events .item .item-header .type-indicator.multi {
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-concurrent.gif");
}
.schedule-listing .schedule-day .events .item .item-header .type-indicator.poster {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-poster.gif");
}
.schedule-listing .schedule-day .events .item .item-header .time {
  position: absolute;
  left: 1.25em;
  top: 0.9375em;
  line-height: 1.5384615384615em;
  font-size: 0.8125em;
  font-weight: 300;
}
.schedule-listing .schedule-day .events .item .item-header .time .time-item {
  display: block;
}
.schedule-listing .schedule-day .events .item .item-header .time .time-item em {
  text-transform: uppercase;
  display: inline-block;
  font-style: normal;
  font-size: 0.76923076923077em;
}
.schedule-listing .schedule-day .events .item .item-header .title {
  font-size: 1.1875em;
  line-height: 1.5789473684211em;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 135px;
  padding-right: 220px;
  font-weight: 300;
}
.schedule-listing .schedule-day .events .item .item-header .location-name {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 0.8125em;
  line-height: 4.6153846153846em;
  text-transform: uppercase;
}
.schedule-listing .schedule-day .events .item .item-details {
  padding: 1px;
  padding-left: 135px;
  background: #f7f7f7;
  display: none;
  opacity: 0;
  transition: opacity 0.2s;
}
.schedule-listing .schedule-day .events .item .item-details .inner {
  float: left;
  width: 100%;
  margin-right: -140px;
  padding-right: 170px;
  box-sizing: border-box;
}
.schedule-listing .schedule-day .events .item .item-details .inner .description {
  margin: 20px 0px;
}
.schedule-listing .schedule-day .events .item .item-details .inner .description p {
  margin: 20px 0px;
}
.schedule-listing .schedule-day .events .item .running-sheet .sheet-item {
  margin: 20px 0px;
}
.schedule-listing .schedule-day .events .item .running-sheet .sheet-item .sheet-title {
  color: #002580;
  font-weight: 400;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
}
.schedule-listing .schedule-day .events .item .running-sheet .sheet-item .sheet-credits {
  font-size: 0.75em;
  color: #777777;
}
.schedule-listing .schedule-day .events .item .running-sheet .sheet-item .sheet-speakers a {
  text-decoration: underline;
  font-weight: 700;
  color: black;
}
.schedule-listing .schedule-day .events .item .running-sheet .sheet-item .sheet-speakers strong {
  font-weight: 700;
}
.schedule-listing .schedule-day .events .item .sponsors {
  width: 120px;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.schedule-listing .schedule-day .events .item .sponsors .sponsored-by {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
}
.schedule-listing .schedule-day .events .item .sponsors .logo-rotate {
  width: 120px;
  height: 120px;
  margin-top: 20px;
  background: white;
  line-height: 120px;
}
.schedule-listing .schedule-day .events .item .sponsors .sponsor-item {
  display: block;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  background: white;
  margin-top: 20px;
}
.schedule-listing .schedule-day .events .item .sponsors .sponsor-item img {
  max-width: 90%;
  max-height: 90%;
  display: inline-block;
  vertical-align: middle;
}
.schedule-listing .schedule-day .events .item .mobile-sponsors {
  display: none;
}
.schedule-listing .schedule-day .events .item.active .item-header {
  background: #eaeaea !important;
}
.schedule-listing .schedule-day .events .item.active .item-details {
  opacity: 1;
}
.schedule-listing .schedule-day .events .item.sub-event {
  margin-left: 135px;
  border-top: 1px solid #cecece;
  border-bottom: 0px;
}
.schedule-listing .schedule-day .events .item.sub-event .item-header {
  background: #fafafa;
}
.schedule-listing .schedule-day .events .item.sub-event .item-header .title {
  padding-left: 20px;
}
.schedule-listing .schedule-day .events .item.sub-event .item-details {
  padding-left: 20px;
}
@media screen and (min-width: 700px) and (max-width: 1020px) {
  .schedule-listing .schedule-day {
    padding-left: 90px;
  }
}
@media screen and (max-width: 700px) {
  #schedule-controls {
    display: none;
  }
  .schedule-listing .schedule-day {
    padding-left: 0px;
  }
  .schedule-listing .schedule-day .day-label {
    display: block;
    position: static;
    color: #002580;
    font-size: 1.0625em;
    font-weight: 700;
    padding: 10px 0px;
    margin-top: 20px;
    border-bottom: 1px solid #71a6a7;
  }
  .schedule-listing .schedule-day .day-label br {
    display: none;
  }
  .schedule-listing .schedule-day .events .item .item-header {
    padding: 8px 10px;
  }
  .schedule-listing .schedule-day .events .item .item-header .time {
    position: static;
  }
  .schedule-listing .schedule-day .events .item .item-header .time .time-item {
    display: inline;
  }
  .schedule-listing .schedule-day .events .item .item-header .time .time-item.end:before {
    content: "- ";
  }
  .schedule-listing .schedule-day .events .item .item-header .title {
    padding: 0px;
    font-size: 1em;
    display: inline;
    font-weight: 700;
    line-height: inherit;
  }
  .schedule-listing .schedule-day .events .item .item-header .type-indicator {
    display: none;
  }
  .schedule-listing .schedule-day .events .item .item-header .location-name {
    position: static;
    display: inline;
    line-height: inherit;
  }
  .schedule-listing .schedule-day .events .item .item-header .location-name:before {
    content: " - ";
  }
  .schedule-listing .schedule-day .events .item .item-details {
    padding: 1px 10px;
  }
  .schedule-listing .schedule-day .events .item .item-details .inner {
    float: none;
    padding-right: 0px;
    margin-right: 0px;
  }
  .schedule-listing .schedule-day .events .item .item-details .inner .description,
  .schedule-listing .schedule-day .events .item .item-details .inner .description p {
    margin: 10px 0px;
  }
  .schedule-listing .schedule-day .events .item .item-details .sponsors {
    display: none;
  }
  .schedule-listing .schedule-day .events .item .item-details .mobile-sponsors {
    display: block;
    font-size: 0.85em;
    margin: 10px 0px;
  }
  .schedule-listing .schedule-day .events .item .item-details .mobile-sponsors .sponsored-by {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .schedule-listing .schedule-day .events .item.sub-event {
    margin-left: 0px;
  }
  .schedule-listing .schedule-day .events .item.sub-event .item-details {
    padding-left: 30px;
  }
}
.page-sidebar {
  padding-top: 35px;
}
.page-sidebar .section {
  border-bottom: 1px solid #cecece;
}
.page-sidebar .section h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  line-height: 2.3076923076923em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.page-sidebar .section h4,
.page-sidebar .section h4 a {
  color: #002580;
  text-decoration: none;
}
.page-sidebar .section.sidebar-nav ul {
  margin: 0px;
  padding: 0px;
  margin-bottom: 35px;
  line-height: 1.875em;
  font-weight: 500;
}
.page-sidebar .section.sidebar-nav ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.page-sidebar .section.sidebar-nav ul li.current {
  padding-left: 20px;
  margin-left: -20px;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/sidebar-active-item.png") no-repeat left center;
}
.page-sidebar .section.sidebar-nav ul li a {
  color: black;
  text-decoration: none;
}
.page-sidebar .section.sidebar-subscribe p {
  margin: 25px 0px;
}
.page-sidebar .section.sidebar-sponsors h4 {
  margin-bottom: 0px;
}
.page-sidebar .section#sidebar_sponsor_temp {
  padding: 2em 0;
}
.page-sidebar .section#sidebar_sponsor_temp .button {
  margin-bottom: 2em;
}
.page-sidebar .section#sidebar_sponsor_temp .button:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) and (max-width: 1020px) {
  .page-breadcrumbs {
    padding-top: 40px;
  }
  .page-sidebar {
    padding-top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .page-sidebar {
    display: none;
  }
}
.logo-rotate {
  position: relative;
  height: 270px;
  line-height: 270px;
  text-align: center;
}
.logo-rotate .logo-item {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.logo-rotate .logo-item img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}
.speakers .filter {
  margin-bottom: 25px;
}
.speakers .filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 35px;
  padding: 15px 0px;
}
.speakers .filter ul li {
  display: block;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1em;
  letter-spacing: 0.05em;
  padding-right: 30px;
}
.speakers .filter ul li a {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-decoration: none;
  color: black;
}
.speakers .filter ul li.all a {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-all.gif");
}
.speakers .filter ul li.plenary a {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-plenary.gif");
}
.speakers .filter ul li.concurrent a {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-concurrent.gif");
}
.speakers .filter ul li.poster a {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-poster.gif");
}
.speakers .speaker .image {
  overflow: hidden;
  width: 315px;
  height: 400px;
}
.speakers .speaker .image img {
  width: 100%;
  display: block;
}
@media (min-width: 701px) and (max-width: 1019px) {
  .speakers .speaker .image {
    height: 300px;
  }
  .speakers .speaker .image img {
    width: 75%;
  }
}
@media (min-width: 1020px) and (max-width: 1300px) {
  .speakers .speaker .image {
    height: 280px;
  }
  .speakers .speaker .image img {
    width: 69%;
  }
}
@media (min-width: 1301px) and (max-width: 1399px) {
  .speakers .speaker .image {
    height: 370px;
  }
  .speakers .speaker .image img {
    width: 92%;
  }
}
.speakers .speaker .info {
  height: 230px;
  padding-top: 25px;
}
.speakers .speaker .info .title {
  padding-left: 30px;
  background: no-repeat 0px 10px;
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-all.gif");
  padding-bottom: 10px;
  line-height: 1.875em;
  font-weight: 500;
}
.speakers .speaker .info .job {
  line-height: 1.5625em;
  margin-top: 15px;
}
.speakers .speaker .info .links {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.6875em;
  letter-spacing: 0.05em;
  padding-top: 20px;
}
.speakers .speaker .info .links a {
  margin-right: 10px;
  text-decoration: none;
}
.speakers .speaker.plenary .info .title {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-plenary.gif");
}
.speakers .speaker.concurrent .info .title {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-concurrent.gif");
}
.speakers .speaker.poster .info .title {
  background-image: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/session-type-poster.gif");
}
@media screen and (max-width: 700px) {
  .speakers .filter {
    display: none;
  }
}
.speaker-page .speaker-details .jobtitle {
  font-size: 1.625em;
  line-height: 1.3461538461538em;
  text-transform: uppercase;
  color: #002580;
  padding-bottom: 35px;
  border-bottom: 1px solid #002580;
  margin-bottom: 20px;
  font-weight: 700;
}
.speaker-page .speaker-details .photo {
  padding-top: 20px;
}
.speaker-page .speaker-details .photo img {
  width: 100%;
}
.pagination {
  padding-bottom: 20px;
  text-align: right;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 3px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.pagination a:hover {
  background: #d3e9e6;
}
.pagination .current {
  background: #005659;
  color: white;
}
.page-image {
  display: block;
  text-align: center;
}
.page-image img {
  width: 100%;
  display: block;
}
.page-image .caption {
  display: block;
  color: #aaaaaa;
  padding-top: 20px;
  padding-bottom: 20px;
  font-style: italic;
}
.page-image.inline-image {
  display: inline-block;
  width: 50%;
  padding-left: 30px;
  float: right;
}
.page-image.large {
  margin: 30px 0px;
}
@media screen and (max-width: 700px) {
  .page-image.inline-image {
    display: block;
    width: auto;
    text-align: center;
    float: none;
    padding-left: 0px;
    margin: 10px 0px;
  }
}
.sponsors-page .principal-sponsors {
  text-align: center;
  padding: 70px 0px;
}
.sponsors-page .principal-sponsors a {
  /*img {
				width: 30%;
			}*/
  margin: 0px 30px;
}
.sponsors-page .sponsor-items .sponsor-row {
  border-top: 1px solid #cecece;
  height: 250px;
}
.sponsors-page .sponsor-items .sponsor-row .sponsor-item {
  width: 33%;
  text-align: center;
  height: 250px;
  line-height: 250px;
  float: left;
}
.sponsors-page .sponsor-items .sponsor-row .sponsor-item img {
  max-width: 80%;
  max-height: 80%;
  vertical-align: middle;
}
.exhibitors .exhibitor-list .breakpoint-2 {
  clear: both;
  display: none;
}
.exhibitors .exhibitor-list .breakpoint-3 {
  clear: both;
  display: block;
}
.exhibitors .exhibitor-list .item {
  display: block;
  font-size: 0.83333333333333em;
  width: 33%;
  float: left;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
@media screen and (min-width: 700px) and (max-width: 1020px),screen and (max-width: 700px) {
  .exhibitor-page #schedule-controls {
    display: none;
  }
  .exhibitors .exhibitor-list .breakpoint-3 {
    display: none;
  }
  .exhibitors .exhibitor-list .breakpoint-2 {
    display: block;
  }
  .exhibitors .exhibitor-list .item {
    width: 50%;
  }
  .exhibitors .exhibitor-list .item.even-2 {
    background: #f7fafa !important;
  }
  .exhibitors .exhibitor-list .item.odd-2 {
    background: #ebf3f3 !important;
  }
}
.exhibitor-page .exhibitor-details {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.exhibitor-page .exhibitor-details .logo {
  padding: 100px 0px;
  text-align: center;
}
.exhibitor-page .exhibitor-details .logo img {
  max-width: 80%;
  max-height: 80%;
}
.exhibitor-page .exhibitor-details .details {
  padding-top: 30px;
  line-height: 25px;
}
.exhibitor-page .exhibitor-details .details .field-label {
  display: block;
  position: absolute;
  width: 150px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  color: #002580;
}
.exhibitor-page .exhibitor-details .details .field-value {
  padding-left: 150px;
  display: block;
  padding-bottom: 20px;
}
.exhibitor-page .exhibitor-details .details #exhibitor_specialities {
  margin-top: 0;
}
.page-event-list .item {
  position: relative;
  height: 330px;
  margin-bottom: 10px;
}
.page-event-list .item .info {
  position: relative;
  color: white;
  width: 35%;
  box-sizing: border-box;
  padding: 40px 40px;
  height: 100%;
}
.page-event-list .item .info h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.625em;
  letter-spacing: 0.05em;
  line-height: 1.3461538461538em;
  margin: 0px;
  margin-bottom: 30px;
}
.page-event-list .item .info a {
  color: white;
  font-weight: 700;
}
.page-event-list .item .info.colour-0 {
  background: #2c5657;
}
.page-event-list .item .info.colour-1 {
  background: #d73742;
}
.page-event-list .item .info.colour-2 {
  background: #a2c4be;
}
.page-event-list .item .info.colour-3 {
  background: #c8ca4a;
}
.page-event-list .item .info.colour-4 {
  background: #003763;
}
.page-event-list .item .photo {
  background: none center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 35%;
  margin-left: 10px;
  right: 0px;
  bottom: 0px;
}
.blog .item {
  position: relative;
  height: 280px;
  margin-bottom: 60px;
}
.blog .item .info {
  background: none center center;
  background-size: cover;
  position: absolute;
  color: #111416;
  box-sizing: border-box;
  padding: 30px 30px;
  height: 100%;
  left: 35%;
  margin-left: 10px;
}
.blog .item .info h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.625em;
  letter-spacing: 0.05em;
  line-height: 1.3461538461538em;
  margin: 0px;
  margin-bottom: 30px;
}
.blog .item .info a {
  color: #111416;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}
.blog .item .info.colour-0 {
  background: white;
}
.blog .item .info.colour-1 {
  background: #d73742;
}
.blog .item .info.colour-2 {
  background: #a2c4be;
}
.blog .item .info.colour-3 {
  background: #c8ca4a;
}
.blog .item .info.colour-4 {
  background: #003763;
}
.blog .item .photo {
  background: none center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  width: 35%;
  left: 0px;
  bottom: 0px;
}
@media screen and (min-width: 700px) and (max-width: 1020px),screen and (max-width: 700px) {
  .page-event-list .item .info {
    background-color: transparent !important;
    width: auto;
    right: 0px;
    z-index: 20;
  }
  .page-event-list .item .photo {
    left: 0px;
    margin-left: 0px;
    z-index: 10;
  }
  .blog .item .info {
    background-color: transparent !important;
    width: auto;
    left: 0px;
    min-height: 400px;
    padding-bottom: 30px;
    display: block;
  }
  .blog .item .photo {
    display: none;
  }
}
#pre-footer-bar {
  background: #027db8;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.625em;
  letter-spacing: 0.05em;
  letter-spacing: 0.15em;
  height: 80px;
  line-height: 80px;
}
#pre-footer-bar .social-icons {
  width: 250px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -125px;
  top: 0px;
}
#pre-footer-bar .social-icons a {
  margin: 0px 10px;
}
#pre-footer-bar .legal {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  width: 50%;
}
#pre-footer-bar .legal ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#pre-footer-bar .legal ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#pre-footer-bar .legal ul li a {
  display: inline-block;
  margin-left: 30px;
  color: white;
  text-decoration: none;
}
#footer-nav .menu-column {
  padding-top: 55px;
}
#footer-nav .menu-column a {
  color: #002384;
  text-decoration: none;
}
#footer-nav .menu-column .menu-block {
  margin-bottom: 45px;
}
#footer-nav .menu-column .menu-block .section {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}
#footer-nav .menu-column .menu-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  line-height: 25px;
  font-size: 14px;
}
@media screen and (max-width: 700px) {
  #pre-footer-bar .copyright {
    display: none;
  }
  #pre-footer-bar #menu-legal-menu {
    display: none;
  }
  #footer-nav {
    display: none;
  }
}
#modal-overlay {
  background: black;
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
}
#modal {
  position: fixed;
  z-index: 1200;
  background: white;
}
#modal-close-button {
  display: block;
  position: fixed;
  width: 15px;
  height: 16px;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/modal-close.png");
  z-index: 1300;
  cursor: pointer;
}
.subscribe-form {
  margin: 20px;
}
.subscribe-form h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.subscribe-form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.subscribe-form input[type=text],
.subscribe-form input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "museo-sans", Arial;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  outline: none;
  padding: 10px;
  margin: 0px;
}
.subscribe-form .button-row {
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.subscribe-form .button-row .button {
  outline: none;
  margin-top: 20px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0px;
}
.faq-page .section {
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding-top: 50px;
}
.faq-page .section .back-to-top {
  display: block;
  float: right;
  font-size: 0.875em;
  color: #5a6977;
  text-decoration: none;
  background: url("https://www.appeaconference.com.au/wp-content/themes/appea-conference/graphics/back-to-top.png") no-repeat right center;
  padding-right: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.faq-page .section h3 {
  text-transform: uppercase;
  font-size: 1.625em;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-right: 200px;
  color: #002580;
}
.faq-page .section .item {
  margin-bottom: 50px;
}
.faq-page .section .item h4 {
  font-weight: 300;
  font-size: 1.75em;
  margin: 30px 0px;
  line-height: 1.4285714285714em;
  color: #5a6977;
}
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
  border-spacing: 0px;
}
table th,
table td {
  padding: 10px 20px;
  font-size: 0.8125em;
}
table th {
  color: white;
  text-transform: uppercase;
  background: #cecece;
  text-align: left;
}
table tr:nth-child(even) td {
  background: #abdef3;
}
table tr:nth-child(odd) td {
  background: #1674a8;
  color: white;
}
.protected-download-form {
  width: 450px;
  max-width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.protected-download-form .form-heading {
  padding: 15px 20px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}
.protected-download-form .form-heading.error {
  color: #cc0000;
}
.protected-download-form .inner {
  padding: 15px 20px;
}
.protected-download-form .inner .label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.protected-download-form .inner .field input {
  font-family: "museo-sans", Arial;
  padding: 8px 10px;
  font-size: 1em;
  border: none;
  background: #f0f0f0;
  border-radius: 4px;
  font-weight: 200;
  -webkit-appearance: none;
}
.protected-download-form .buttons {
  padding: 20px;
  padding-top: 5px;
}
.tooltip {
  display: inline;
  position: relative;
  z-index: 999;
}
.tooltip-item {
  cursor: pointer;
  display: inline-block;
  padding: 0 40px;
}
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 20px;
  /*left: 50%;*/
  bottom: 100%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip:hover .tooltip-item::after {
  pointer-events: auto;
}
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 400px;
  left: 50%;
  margin: 0 0 20px -210px;
  bottom: 100%;
  text-align: left;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
  background: #01294c;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  padding: 20px;
  color: white;
}
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
  transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}
.tooltip.tooltip-effect-2:hover .tooltip-content {
  -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
  transform: perspective(1000px) rotate3d(1,0,0,0deg);
}
.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}
.tooltip-text {
  font-size: 1em;
  line-height: 1.35;
  display: block;
  padding: 1.31em 1.21em 1.21em 1.31em;
  color: #fff;
}
.tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}
.tooltip-text a {
  font-weight: bold;
}
.tweet {
  margin-bottom: 1em;
}
.tweet .date {
  color: #7c7c7c;
  display: block;
}
.tweet-meta {
  color: #7c7c7c;
}
#tweet-slider {
  width: calc(100% - 30px);
  margin: 0;
  margin-left: 30px;
  margin-top: 55px;
}
#tweet-slider .tweet {
  color: #000;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 22px;
}
#tweet-slider .tweet-meta {
  color: #000;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
}
#tweet-slider .tweet .date {
  color: #000;
  font-size: 16px;
  display: inline-block;
}
#tweet-slider .items {
  background: #55acee;
  text-align: center;
  height: 280px;
  position: relative;
}
#tweet-slider .items .item {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translate(0,-50%);
  color: white;
}
#tweet-slider .items .item .tweet-content {
  color: white;
}
#tweet-slider .items .item .tweet-content a {
  color: #ccd6dd;
}
#tweet-slider .items .item .tweet-meta {
  color: white;
}
#tweet-slider .items .item .date {
  color: white;
}
#tweet-slider .items .item.hidden {
  display: none;
}
#tweet-slider-blogpage {
  width: 218px;
  margin: 0;
}
#tweet-slider-blogpage .tweet {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
}
#tweet-slider-blogpage .tweet-meta {
  color: #ccc;
  letter-spacing: -1px;
  font-size: 16px;
  margin-top: 30px;
}
#tweet-slider-blogpage .tweet .date {
  font-size: 16px;
  display: inline-block;
}
#tweet-slider-blogpage .items {
  text-align: center;
  height: 280px;
  position: relative;
}
#tweet-slider-blogpage .items .item {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translate(0,-50%);
}
#tweet-slider-blogpage .items .item .tweet-content a {
  color: #ccd6dd;
}
#tweet-slider-blogpage .items .item.hidden {
  display: none;
}
.middle-section {
  height: 350px;
  position: relative;
  overflow: hidden;
}
.middle-section .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1px;
  background-size: cover;
  background-position: center;
}
.middle-section .image >div {
  display: inline-block;
  float: left;
  position: static;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .middle-section .image >div {
    height: 50%;
    width: 100%;
  }
}
.middle-section .announcement-heading {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}
.middle-section .announcement-heading + p {
  margin: 1rem 0;
}
@media screen and (max-width: 700px) {
  .middle-section .announcement-heading {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.middle-section.auto-height {
  height: auto;
}
@media screen and (max-width: 700px) {
  #homepage-slider-gradient .inner > .half {
    width: 100%;
  }
  #homepage-slider-gradient .slide .inner .title {
    font-size: 20px;
  }
  #homepage-slider-gradient .slide .inner .subtitle {
    font-size: 15px;
  }
}
