@font-face {
  font-family: Apercu_Medium;
  src: url(../fonts/Apercu/Apercu_Pro_Regular.otf);
}

@font-face {
  font-family: Apercu_Bold;
  src: url(../fonts/Apercu/Apercu_Pro_Bold.otf);
}

body {
  font-family: 'Apercu_Medium', sans-serif;
}

h4 {
  font-family: 'Apercu_Bold', sans-serif;
  color: #000;
}


h5 {
  font-family: 'Apercu_Bold', sans-serif;
  color: #000;
}

p, li{
  color: #606060;
}

#more {
  display: none;
}

.collapsible {
  font-family: 'Apercu_Bold', sans-serif;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
  font-size: 24px;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #e64626;
  float: right;
  margin-top: 0.3rem;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#who{
  font-family: 'Apercu_Medium', sans-serif;
  font-size: 1.2rem;
}

.plus{
  float: right;
  color:#e64626
}

.article-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}

#myBtn{
  color: white;
  background-color: #e64626;
  padding: 1rem 2rem 1rem 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header_wrapper{
  width: 100%;
  background-color: #e64626;
}

.header {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom:50px;
  color: white;
}


.usyd_logo {
  float: left;
  height:40px;
  margin-right: 2rem;
}

.nccc_link{
    float: right;
    color: white;
    margin: 0.5rem 1rem 0 1rem;
}

.nccc_link:hover{
  color: white;
  text-decoration: underline;
}

.search {
    margin-top: 50px;
}
.article-title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Apercu_Bold', sans-serif;
  color: #e64626;
  font-size: 2.5rem;
}

.demo-gallery > ul {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  
  .demo-gallery > ul > li {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    list-style: outside none none;
  }
  
  .demo-gallery > ul > li a {
    margin-right: 1rem;
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  
  .demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height:160px;
    width: 160px;
  }
  
  .demo-gallery > ul > li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  
  .demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
  }

  .symposium > ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-right: auto;
  }
  
  .symposium > ul > li {
    margin-bottom: 10px;
    width: 24%;
    height: 280px;
    display: inline-block;
    list-style: outside none none;
  }
  
  .symposium > ul > li a {
    margin-right: 1rem;
    width: 100%;
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
  }
  
  .symposium > ul > li a > img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height:150px;
    width: 100%;
  }
  
  .symposium > ul > li a:hover .symposium-poster > img {
    opacity: 1;
  }
  
  .symposium > ul > li a .symposium-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .symposium > ul > li a .symposium-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
  }
  
  .symposium > ul > li a:hover .symposium-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .symposium .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
  }
  
  .symposium .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  
  .symposium.justified-gallery > a:hover .symposium-poster > img {
    opacity: 1;
  }
  
  .symposium .justified-gallery > a .symposium-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
  }
  
  .symposium .justified-gallery > a .symposium-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  
  .symposium .justified-gallery > a:hover .symposium-poster {
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .symposium .video .symposium-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
  }
  
  .symposium.dark > ul > li a {
    border: 3px solid #04070a;
  }