img {
  width: 100%; }

.header {
  padding-top: 2rem; }
  .header img {
    padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .header img {
      width: 95%;
      height: 95%; } }
  @media screen and (min-width: 992px) {
    .header img {
      width: 90%;
      height: 90%; } }
  @media screen and (min-width: 1200px) {
    .header img {
      width: 80%;
      height: 80%; } }
  .header .logos {
    margin-bottom: 1.2rem;
    width: 45%;
    height: 45%;
    float: left;
    margin-right: 5%; }
  @media screen and (min-width: 414px) {
    .header .logos {
      width: 35%;
      height: 35%;
      margin-right: 2rem; } }
  @media screen and (min-width: 768px) {
    .header .logos {
      float: right;
      padding-bottom: 0rem;
      float: none;
      width: 100%;
      margin-right: 0; } }
  @media screen and (min-width: 1200px) {
    .header .logos {
      width: 70%;
      float: right; } }

/*

.imageheader{
	position: relative;

	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	
	background-image: url(/files/images/graphics/insight19-imageheader-01-768.jpg);
	height: 173px;
	
	img.auckland{
		
		max-width: 113px;
		
		position: absolute;
		bottom: 2rem;
		right: 2rem;
	}
}
@media screen and (min-width: 768px) {
	.imageheader{
		
		background-image: url(/files/images/graphics/insight19-imageheader-01-992.jpg);
		height: 323px;

	}
}
@media screen and (min-width: 992px) {
	.imageheader{
	}
}
@media screen and (min-width: 1200px) {
	.imageheader{
		background-image: url(/files/images/graphics/insight19-imageheader-01.jpg);
		height: 550px;
	}
}
*/
.imageheader {
  position: relative;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-size: 100% auto;
  height: 0;
  /* Zero height */
  background-image: url(/files/images/graphics/insight19-imageheader-02.jpg);
  padding-top: 31.25%;
  /* Use padding to fake the height (600/1920 x 100) */ }
  @media screen and (min-width: 1200px) {
    .imageheader {
      background-size: contain; } }

.navbar.bg-inverse {
  background-color: #4fa140 !important;
  margin-bottom: 3rem; }
  .navbar.bg-inverse .navbar-brand {
    display: none; }
  @media screen and (max-width: 787px) {
    .navbar.bg-inverse .container {
      width: 100%; } }

.home .navbar.bg-inverse {
  margin-bottom: 0; }

.navbar-inverse .container-fluid {
  margin-left: 15px;
  margin-right: 15px; }

.navbar-inverse .navbar-nav .nav-link {
  font-size: .875rem;
  color: #fff;
  text-transform: uppercase;
  border-right: 2px solid #449535;
  padding: 1rem;
  -webkit-transition: .5s;
  transition: .5s; }
  .navbar-inverse .navbar-nav .nav-link .caret {
    margin-left: .25rem;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: .25rem solid transparent;
    border-right: .25rem solid transparent;
    border-top: 0.25rem solid #fff; }

.navbar-inverse .navbar-nav .dropdown-toggle::after {
  display: none;
  width: inherit;
  height: inherit;
  margin-left: inherit;
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none; }

.navbar-inverse .navbar-nav .nav-link:after, .navbar-inverse .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  color: #c22031;
  padding-left: 1rem;
  height: auto; }

.navbar-inverse .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: #92e432; }

.navbar-inverse .navbar-toggler-right {
  position: relative;
  margin: 0 0 0 auto;
  float: right;
  background-color: #fff; }
  .navbar-inverse .navbar-toggler-right .navbar-toggler-icon {
    background-image: url(/files/scripts/insight19-menu-hamburger.svg); }

@media screen and (min-width: 992px) {
  .navbar-inverse .nav-link {
    padding: 1rem; } }

@media screen and (min-width: 1200px) {
  .navbar-inverse {
    padding-top: 0;
    padding-bottom: 0; }
    .navbar-inverse .container-fluid {
      margin-left: auto;
      margin-right: auto; }
  .navbar-inverse .navbar-nav .nav-link {
    display: inline-block;
    height: 100%; } }

.mainCont {
  margin-bottom: 8rem; }

.home .mainCont {
  padding-top: 4rem; }
  @media screen and (min-width: 1200px) {
    .home .mainCont {
      padding-top: 8rem; } }

.sidebar {
  margin-top: 2rem;
  font-size: .875rem; }
  .sidebar .btn-large {
    display: block;
    font-size: 1.2rem;
    padding: 1rem; }

@media screen and (min-width: 992px) {
  .sidebar {
    padding-left: 4rem;
    margin-top: 0; } }

.sponsors {
  margin-bottom: 4rem; }
  .sponsors img {
    width: auto; }

.contact {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f1f1f1; }
  .contact img {
    max-width: 235px;
    margin-top: 1rem; }

table td {
  display: block; }

@media screen and (min-width: 768px) {
  table td {
    display: table-cell; } }

.table.borderless td {
  border-top: 0;
  margin: 2rem; }

.table.sponsors td {
  padding: 2rem 0; }

@media screen and (min-width: 768px) {
  .table.sponsors td {
    padding: 2rem 0 4rem; } }

.table.sponsors td:first-child {
  padding-right: 4rem; }

.feature.sponsors h3 {
  display: block; }

.feature.sponsors img {
  margin: 3rem; }

@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%; }
  .mainCont {
    /*
			padding-right: 16%;
			padding-left: 16%;
*/ } }

@media screen and (max-width: 992px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

ul.grid {
  margin: 0;
  padding: 0; }
  ul.grid li {
    list-style: none;
    margin: 2rem;
    display: inline-block;
    width: 250px;
    vertical-align: top; }
    ul.grid li img {
      margin-bottom: 1rem;
      height: 145px;
      overflow: hidden; }

.table.five tr:first-child td {
  width: 100% !important; }

@media (min-width: 768px) {
  .table.five tr:first-child td {
    width: 10% !important; }
  .table.five tr:first-child td:first-child {
    width: 45% !important; }
  .table.five tr:first-child td:last-child {
    width: 15% !important; } }

@media (min-width: 768px) {
  table.six td {
    width: 16%; } }

.btns {
  display: none;
  position: absolute;
  top: 80%;
  text-align: center;
  width: 98%; }
  @media (min-width: 1200px) {
    .btns {
      display: block; } }
  @media (min-width: 2100px) {
    .btns {
      top: 90%; } }
  .btns .btn-circle.btn-xl {
    width: 150px;
    height: 150px;
    padding: 10px 16px;
    border-radius: 75px;
    background-color: #fff;
    border-color: #fff;
    border-width: .1rem;
    color: #4fa140;
    letter-spacing: -.05rem;
    font-size: .875rem;
    line-height: 1.33;
    -webkit-transition: 0.75s;
    transition: 0.75s; }
    @media (min-width: 1200px) {
      .btns .btn-circle.btn-xl {
        margin: 1rem; } }
  .btns .btn-circle.btn-xl:hover {
    background-color: #fff; }
  .btns a.btn-circle.btn-xl {
    vertical-align: middle;
    display: inline-block;
    background-color: #4fa140;
    border-color: #4fa140;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800; }
    .btns a.btn-circle.btn-xl span {
      display: block;
      padding-top: 2.7rem;
      font-size: 1rem; }
  .btns a.btn-circle.btn-xl:hover {
    background-color: #4fa140; }
  .btns .timer-area ul {
    list-style: none;
    padding: 0; }
    .btns .timer-area ul .days {
      font-size: 2rem; }
    .btns .timer-area ul .timeRefDays {
      font-weight: 800;
      margin-bottom: 0;
      padding-bottom: 0; }

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

h1, h2, h3, h4 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 1rem; }

h1 {
  font-size: 2.4rem;
  color: #000; }

h2 {
  font-size: 2rem;
  color: #4fa140; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1.2rem; }

a {
  color: #4fa140; }

a:hover {
  color: #f3ab25; }

.center {
  text-align: center; }

.btn {
  color: white;
  background-color: #4fa140;
  border-radius: 0; }

.btn:hover {
  color: white; }

.btn.dark {
  background-color: #232d2e; }

.footer {
  font-size: .875rem; }

.programme .nav-tabs {
  margin-top: 4rem; }
  .programme .nav-tabs .nav-item span {
    display: block;
    font-weight: 800; }

@media (max-width: 768px) {
  .programme .nav-tabs li {
    display: block;
    float: none; } }

.programme .tab-content {
  padding: 4rem 2rem;
  text-align: left;
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

.programme .mainCont h2, .programme .mainCont h3 {
  margin-bottom: 1rem; }

.programme .mainCont h3 {
  font-size: 1.2rem;
  color: #ff9a29;
  font-weight: 400; }

.programme .mainCont .table {
  margin-top: 2rem; }
  .programme .mainCont .table .table {
    margin-top: 0rem;
    margin-bottom: 2rem; }
    .programme .mainCont .table .table td {
      border-top: 0;
      border-left: 1px solid #ddd; }
    .programme .mainCont .table .table td:first-child {
      width: inherit !important; }
  .programme .mainCont .table p {
    margin-bottom: .5rem; }

.programme .mainCont .table td, .programme .mainCont .table th {
  padding: .5rem; }

.programme .mainCont .table td:first-child {
  width: 8rem; }
