/*
	Art Book Fair 2017 custom CSS
	called via a hook
	not in main CSS
*/
html {
  box-sizing: border-box; }

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

p.winner {
  margin-bottom: 3em !important;
  font-size: 120%; }

ul.cornish-prize-finalists {
  list-style: none;
  margin-bottom: 3em !important; }
  ul.cornish-prize-finalists li {
    margin: 0px auto 2em; }

h2 {
  text-align: center; }

.mobilehide {
  display: none; }
  @media screen and (min-width: 768px) {
    .mobilehide {
      display: block; } }

.mobileshow {
  display: block; }
  @media screen and (min-width: 768px) {
    .mobileshow {
      display: none; } }

.p-card.header {
  background-color: #A9E8F9;
  box-shadow: none !important; }
  .p-card.header img {
    margin: 0px auto;
    max-width: 100%; }

#title h1 {
  font-size: 3em; }

#main {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

#about {
  padding: 1em 0;
  color: #000 !important; }
  @media screen and (min-width: 768px) {
    #about {
      padding: 3em 0; } }
  #about a {
    color: #000 !important; }

#apply {
  padding: 1em 0; }
  @media screen and (min-width: 768px) {
    #apply {
      padding: 3em 0; } }

.gallery {
  background-color: #A9E8F9;
  display: none; }
  .gallery.flickity-enabled {
    display: block; }
  .gallery .image-hero-bg {
    width: 100%;
    max-width: 615px;
    overflow: hidden;
    margin-bottom: 0px !important;
    min-height: 22em; }
    @media screen and (min-width: 768px) {
      .gallery .image-hero-bg {
        width: 50%; } }

div.abf-menu-container {
  padding: 1em 0;
  text-align: center;
  z-index: 20;
  background-color: #D4F3FC; }
  div.abf-menu-container ul.abf-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-family: "swiss721condensed", 'fallBackArial', sans-serif; }
    div.abf-menu-container ul.abf-menu li {
      margin-left: -2px;
      display: block;
      white-space: nowrap;
      list-style: none; }
      @media screen and (min-width: 480px) {
        div.abf-menu-container ul.abf-menu li {
          display: inline-block; } }
      div.abf-menu-container ul.abf-menu li a {
        padding: 0em 0.75em;
        color: #000;
        -webkit-transition: all 0.1s;
        display: block; }

#fridayParty, #keynote, #master-class, #symposium, #cornishFamilyPrize {
  color: #000 !important;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  clear: both;
  display: block;
  position: relative; }
  #fridayParty .filter, #keynote .filter, #master-class .filter, #symposium .filter, #cornishFamilyPrize .filter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 2px solid #fff;
    background-color: rgba(208, 246, 255, 0.5); }
  #fridayParty .inside a, #fridayParty .inside .a, #keynote .inside a, #keynote .inside .a, #master-class .inside a, #master-class .inside .a, #symposium .inside a, #symposium .inside .a, #cornishFamilyPrize .inside a, #cornishFamilyPrize .inside .a {
    display: block;
    margin: auto;
    color: #000;
    min-height: 300px;
    width: 100%;
    position: relative;
    font-family: "swiss721medium",  'fallBackArial', sans-serif; }
    #fridayParty .inside a div.center-horizontally, #fridayParty .inside .a div.center-horizontally, #keynote .inside a div.center-horizontally, #keynote .inside .a div.center-horizontally, #master-class .inside a div.center-horizontally, #master-class .inside .a div.center-horizontally, #symposium .inside a div.center-horizontally, #symposium .inside .a div.center-horizontally, #cornishFamilyPrize .inside a div.center-horizontally, #cornishFamilyPrize .inside .a div.center-horizontally {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #fridayParty .inside a div.center-horizontally h2, #fridayParty .inside .a div.center-horizontally h2, #keynote .inside a div.center-horizontally h2, #keynote .inside .a div.center-horizontally h2, #master-class .inside a div.center-horizontally h2, #master-class .inside .a div.center-horizontally h2, #symposium .inside a div.center-horizontally h2, #symposium .inside .a div.center-horizontally h2, #cornishFamilyPrize .inside a div.center-horizontally h2, #cornishFamilyPrize .inside .a div.center-horizontally h2 {
        color: #000;
        text-align: center;
        max-width: 500px;
        margin: 0.35em auto; }

#featured {
  background-color: #D0F6FF; }
  #featured h2 {
    padding: 1em;
    margin: 0.25em auto; }

#about {
  background-color: #B2F0FF;
  background-image: url("https://www.ngv.vic.gov.au/wp-content/uploads/2017/02/EXHI044385.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-bottom: 10em; }
  @media screen and (min-width: 480px) {
    #about {
      padding-bottom: 15em; } }
  @media screen and (min-width: 768px) {
    #about {
      padding-bottom: 30em; } }

#programs {
  padding-bottom: 2em; }
  #programs h2 {
    background-color: #E4FAFF;
    padding: 1em;
    margin: 0.25em auto;
    text-align: left; }
    #programs h2 i {
      float: right; }
  #programs .features-five {
    background-color: #E4FAFF;
    padding: 1em; }
    #programs .features-five .feature {
      font-size: 0.8em; }
      #programs .features-five .feature .image {
        height: 8em;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 0 0.5em 0; }
        @media screen and (min-width: 480px) {
          #programs .features-five .feature .image {
            height: 6em; } }
        @media screen and (min-width: 768px) {
          #programs .features-five .feature .image {
            height: 8em; } }

#visit .feature {
  width: 100% !important; }
  @media screen and (min-width: 480px) {
    #visit .feature {
      width: 48.75% !important; } }
  @media screen and (min-width: 768px) {
    #visit .feature {
      width: 23.125% !important; } }

.visit-text p {
  margin-top: 0px !important; }

#sticky {
  background-color: #fff;
  padding: 2em 0; }
