.logo {
  margin: 1rem auto;
  display: block; }
  .logo img {
    width: 100%;
    max-width: 375px; }

@media (min-width: 768px) {
  .imageheader {
    position: relative;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100% auto;
    height: 0;
    /* Zero height */
    background-image: url(../images/graphics/apan18-imageheader-03.jpg);
    padding-top: 33%;
    /* Use padding to fake the height (height/width x 100) */ }
  headings {
    position: absolute;
    top: 50%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff; }
    headings h2, headings h3 {
      color: #fff; }
  .inner .imageheader {
    padding-top: 13%; }
  .inner headings {
    display: none; } }

body {
  position: relative; }

.gap {
  margin-top: 8rem; }

.gap.maincont {
  margin-top: 4rem; }

.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem; }

.nopadding {
  padding-left: 0;
  padding-right: 0; }

.table.borderless > tbody > tr > td, .table.borderless > tbody > tr > th, .table.borderless > tfoot > tr > td, .table.borderless > tfoot > tr > th, .table.borderless > thead > tr > td, .table.borderless > thead > tr > th {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0; }

.table.spacing > tbody > tr > td, .table.spacing > tbody > tr > th, .table.spacing > tfoot > tr > td, .table.spacing > tfoot > tr > th, .table.spacing > thead > tr > td, .table.spacing > thead > tr > th {
  padding-left: 1.6em;
  padding-right: 1.6em; }

@media (max-width: 768px) {
  table td {
    display: block;
    width: 100% !important; } }

.navbar {
  text-transform: uppercase;
  padding: 0; }
  .navbar .navbar-toggler {
    position: relative;
    margin: 0 0 auto auto; }
  .navbar .navbar-toggler-icon {
    background-image: url("http://conference.co.nz/files/scripts/insight19-menu-hamburger.svg");
    background-size: 100% 100%; }
  .navbar .navbar-nav {
    margin: 0 auto; }
    .navbar .navbar-nav .nav-link {
      color: #008d97;
      font-size: .875rem;
      font-weight: 700;
      padding: 1rem;
      border-bottom: 4px solid #f1f1f1; }
    .navbar .navbar-nav .nav-link:hover {
      color: #7eae35;
      border-color: #7eae35; }
  .navbar .navbar-brand {
    display: none; }
  .navbar .dropdown-menu {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 0; }
    .navbar .dropdown-menu .dropdown-item {
      color: #000;
      border-bottom: 1px solid #666666;
      font-size: .875rem;
      padding: .5rem; }
    .navbar .dropdown-menu .dropdown-item:hover {
      color: #000;
      background-color: #7eae35;
      border-bottom: 1px solid #008d97; }

.sticky.is-sticky.navbar .navbar-nav .nav-link {
  border-bottom-color: #7eae35; }

.sticky.is-sticky.navbar .navbar-nav .nav-link:hover {
  color: #000;
  border-bottom-color: #fff; }

/* ========================================================================
 * Tutorial specific styling
 *
 * @see: css/default.css file for generic CSS
 * ========================================================================
 * Copyright 2015 Bootbites.com (unless otherwise stated)
 * For license information see: http://bootbites.com/license
 * ======================================================================== */
/* ==================================================
  Sticky
  ================================================== */
.sticky.navbar {
  border-radius: 0;
  /*
  padding-top: 20px;
  padding-bottom: 20px;
*/
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.sticky .show-is-sticky,
.sticky .show-not-sticky {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden; }

.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible; }

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%; }

.sticky.is-sticky.navbar {
  background-color: #7eae35; }

.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible; }

.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden; }

.programme .maincont .nav-tabs {
  margin-top: 2rem; }

.programme .maincont .tab-content {
  padding: 2rem;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1; }
  .programme .maincont .tab-content h2 {
    font-size: 1.4rem;
    font-weight: 700; }
  .programme .maincont .tab-content td {
    padding: .75rem;
    border-top: 1px solid #f1f1f1; }
  .programme .maincont .tab-content td:first-child {
    width: 10rem; }
  .programme .maincont .tab-content .table thead th {
    border-bottom: 1px solid #f1f1f1; }

.sponsors img {
  text-align: center;
  margin: 2rem;
  float: none; }

footer {
  color: #fff;
  font-size: .75rem;
  padding: 1rem;
  background-color: #008d97; }
  footer a {
    color: #fff;
    border-bottom: 1px solid #666666; }
  footer a:hover {
    border-bottom-color: #f1f1f1;
    text-decoration: none;
    color: #fff; }
  @media (max-width: 767px) {
    footer .col-md-6 .right {
      float: left;
      margin-top: 1rem; } }

.panel {
  margin-top: 8rem;
  margin-bottom: 4rem; }
  .panel h2 {
    display: block;
    width: 100%;
    margin-bottom: 3rem; }
  .panel p {
    text-align: center;
    margin: 0 auto; }

.news ul {
  vertical-align: top;
  margin: 2rem 0; }

.news li {
  list-style: none;
  margin-bottom: 2rem;
  text-align: left; }
  @media (min-width: 992px) {
    .news li {
      width: 50%;
      float: left;
      padding-left: 2rem;
      padding-right: 2rem; } }
  .news li h2 {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .news li p {
    text-align: left;
    font-size: .8rem; }

.counter {
  text-align: center;
  margin-bottom: 2rem; }
  .counter .timer-area {
    margin: 0 auto; }
    .counter .timer-area ul#countdown {
      margin: 0;
      padding: 0; }
      .counter .timer-area ul#countdown li {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /* ie7 */
        background: transparent;
        width: 4rem;
        text-align: center; }
        .counter .timer-area ul#countdown li span {
          font-size: 1.6rem;
          font-weight: 700;
          position: relative; }
        .counter .timer-area ul#countdown li span::before {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          top: 11px; }
      .counter .timer-area ul#countdown p {
        font-size: .75rem;
        padding: inherit; }

.contacts {
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7eae35; }
  .contacts .container-fluid {
    color: #fff; }
    .contacts .container-fluid a {
      color: #fff; }

#map {
  position: relative; }
  #map ul {
    list-style: none; }
  #map li {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 80px;
    background-repeat: no-repeat; }
    #map li a:hover {
      text-decoration: none; }
    #map li h3 {
      opacity: 0;
      display: block;
      vertical-align: middle;
      width: 100%;
      height: 80px;
      margin: 0;
      padding-top: 2em;
      color: #fff;
      background-color: #be2847;
      font-size: 1.1em;
      text-align: center; }
    #map li h3:hover {
      opacity: 1;
      linear: .0s;
      -webkit-transition: all .25s linear .0s;
      transition: all .25s linear .0s; }
  #map li.boi {
    top: 8px;
    left: 416px;
    background-image: url(../images/graphics/wcgalp18_map_boi.jpg); }
  #map li.coro {
    top: 62px;
    left: 113px;
    background-image: url(../images/graphics/wcgalp18_map_coro.jpg); }
  #map li.roto {
    top: 110px;
    left: 480px;
    background-image: url(../images/graphics/wcgalp18_map_roto.jpg); }
  #map li.taupo {
    top: 168px;
    left: 138px;
    background-image: url(../images/graphics/wcgalp18_map_taupo.jpg); }
  #map li.hawke {
    top: 205px;
    left: 497px;
    background-image: url(../images/graphics/wcgalp18_map_hawk.jpg); }
  #map li.marlbo {
    top: 275px;
    left: 72px;
    background-image: url(../images/graphics/wcgalp18_map_marlbo.jpg); }
  #map li.kaik {
    top: 305px;
    left: 474px;
    background-image: url(../images/graphics/wcgalp18_map_kaik.jpg); }
  #map li.mtcook {
    top: 370px;
    left: 320px;
    background-image: url(../images/graphics/wcgalp18_map_mtcook.jpg); }
  #map li.queens {
    top: 382px;
    left: 20px;
    background-image: url(../images/graphics/wcgalp18_map_queens.jpg); }
  #map li.fiord {
    top: 465px;
    left: 285px;
    background-image: url(../images/graphics/wcgalp18_map_fiord.jpg); }

img.responsive.map {
  width: 630px; }

@media (max-width: 767px) {
  #map li, #map li.boi, #map li.coro, #map li.roto, #map li.taupo, #map li.hawke, #map li.marlbo, #map li.kaik, #map li.mtcook, #map li.queens, #map li.fiord {
    position: relative;
    top: inherit;
    left: inherit;
    display: inline-block;
    margin: .1em; }
  #map ul {
    padding: 0;
    margin-bottom: 2em; }
  img.map {
    display: none; }
  iframe.nz {
    width: 100% !important;
    height: inherit; } }

.popover.right {
  text-align: left !important; }

.popover-content {
  padding: 0 1em 2em; }

.fluidMedia {
  position: relative;
  padding-bottom: 51%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

@media (min-width: 1200px) {
  .fluidMedia {
    padding-bottom: 52.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */ } }

.fluidMedia iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#accordion {
  margin-top: 2rem; }
  #accordion .panel {
    margin-top: 0;
    margin-bottom: 0; }
    #accordion .panel p {
      text-align: left; }
  #accordion .panel-collapse {
    padding-bottom: 1rem; }
  #accordion h4.panel-title {
    font-size: 1.1rem;
    padding-bottom: 0rem;
    border-bottom: 0; }
    #accordion h4.panel-title a {
      display: block;
      border-bottom: 1px solid #7eae35;
      padding-bottom: .5rem; }
    #accordion h4.panel-title a:hover {
      text-decoration: none;
      border-bottom: 1px solid #666666; }
    #accordion h4.panel-title a::after {
      content: " + ";
      float: right; }
    #accordion h4.panel-title a:focus {
      text-decoration: none; }
/*# sourceMappingURL=apan18-mainstyle.css.map */