.logo {
  width: 100%;
  max-width: 540px;
  padding: 1rem; }

@media (min-width: 768px) {
  .imageheader {
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100% auto;
    height: 0;
    /* Zero height */
    background-image: url(../images/graphics/nzcec18-imageheader-01.jpg);
    padding-top: 23.8%;
    /* Use padding to fake the height (402/768 x 100) */ }
  .inner .imageheader {
    padding-top: 13%; } }

body {
  position: relative; }

.gap {
  margin-top: 8rem; }

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

.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; } }

.photos img {
  width: 100%;
  margin: .25rem; }

@media (min-width: 768px) {
  .photos img {
    max-width: 450px; } }

.navbar {
  background-color: #f1f1f1;
  text-transform: uppercase;
  padding: 0; }
  .navbar .navbar-toggler {
    position: relative;
    margin: 0 0 auto auto; }
  .navbar .navbar-toggler-icon {
    background-image: url(/files/scripts/insight19-menu-hamburger.svg);
    background-size: 100% 100%; }
  .navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 1rem;
    padding: 1rem;
    border-bottom: 4px solid #f1f1f1; }
  .navbar .navbar-nav .nav-link:hover {
    color: #7fad3e;
    border-color: #7fad3e; }
  .navbar .navbar-brand {
    display: none; }
  .navbar .dropdown-menu {
    background-color: #f1f1f1; }
    .navbar .dropdown-menu .dropdown-item {
      color: #000;
      border-bottom: 1px solid #58595b;
      font-size: .875rem; }
    .navbar .dropdown-menu .dropdown-item:hover {
      color: #000;
      background-color: #f1f1f1;
      border-bottom: 1px solid #000; }

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

.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: #7fad3e; }

.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 {
  background-color: #58595b;
  color: #fff;
  font-size: .75rem;
  padding: 1rem; }
  footer a {
    color: #fff;
    border-bottom: 1px solid #58595b; }
  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; }

.container.speakers a {
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  margin: 1rem;
  color: #58595b;
  font-size: 1rem;
  text-align: center; }
  .container.speakers a img {
    display: block;
    margin-bottom: .5rem; }

.container.speakers a:hover {
  color: #7fad3e; }

.counter {
  font-family: 'PT Sans Narrow', sans-serif;
  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: 3rem;
        text-align: center; }
        .counter .timer-area ul#countdown li span {
          font-size: 1.8rem;
          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; }

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