/*! Generated by Fontspring (https://www.fontspring.com) on August 27, 2018. Fully installable fonts can be purchased at http://www.fontspring.com. The fonts included in this stylesheet are subject to the End User License you purchased from Fontspring. The fonts are protected under domestic and international trademark and copyright law. You are prohibited from modifying, reverse engineering, duplicating, or distributing this font software. (c) 2010-2018 Fontspring */
@font-face { font-family: 'Amsi pro condlight'; src: url(/_assets/_fonts/amsipro/amsiprocond-light-webfont.woff2) format('woff2'), url(/_assets/_fonts/amsipro/amsiprocond-light-webfont.woff) format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Amsi pro condbold'; src: url(/_assets/_fonts/amsipro/amsiprocond-bold-webfont.woff2) format('woff2'), url(/_assets/_fonts/amsipro/amsiprocond-bold-webfont.woff) format('woff'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(/_assets/_fonts/opensans/opensans-regular.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-regular.woff) format('woff'); font-display: swap; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Semibold'), local('OpenSans-semibold'), url(/_assets/_fonts/opensans/opensans-semibold.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-semibold.woff) format('woff'); font-display: swap; }
@font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 300; src: local('Open Sans Light'), local('OpenSans-Light'), url(/_assets/_fonts/opensans/opensans-light.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-light.woff) format('woff'); font-display: swap; }

/***************** 

Otago BASECAMP CSS

*****************/

header#global_intro h1 {
    font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, arial, sans-serif;
    font-size: 23px;
    letter-spacing: 0.01em;
    line-height: 1.1;
}
header#global_intro h1.global_intro_maori {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.25;
    margin-top: 5px;
    padding-bottom: 14px;
}
body {
    text-rendering: optimizeLegibility;
    background: url(gfx/background.jpg) 0 0 repeat-x;
}
#title h1.notopimage {
    max-width: 650px;
}
#wrapper {
  background: url(gfx/banner.jpg) right 0px no-repeat;
}
 #title h1, body.frontpage #title h1.notopimage {
    background: url(gfx/title.png) 0px 150px no-repeat;
    color: #32a0c3;
    font-family: 'Amsi pro condbold', Helvetica, Arial, Geneva, sans-serif;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.05;
    margin: 0px 0 28px 23px;
    max-width: 882px;
    padding: 400px 0 0 0;
    position: static;
    text-rendering: optimizeLegibility;
}
#content p + h2,
#content table + h2,
#content ul + h2,
#content ol + h2,
#content dl + h2,
#content form + h2 { margin-top: 35px; }
#content p,
#content ul,
#content ol,
#content table,
#content dl,
#content dt,
#content dd,
#content form,
#content fieldset,
#content legend,
#content label,
#content select,
#content option,
#content textarea,
#content input,
#right p,
#right li,
#right input {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
}

#content h2 {
      border-bottom: none;
      color: #908f8b;
      font-family: 'Amsi Pro Condlight', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.25;
      padding-bottom: 10px;
      text-rendering: optimizeLegibility;
}
#content h3 {
      color: #32a0c3;
      font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 23px;
      line-height: 1.3;
      margin-top: 21px;
}
#content h4 {
      color: #908f8b;
      font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 20px;
      letter-spacing: .4px;
      line-height: 1.3;
      margin-top: 21px;
}
.titleinner img {
      display: none;
}
.titleinner h1 {
      margin-top: 0px;
}
#content h2:first-of-type {
      margin-top: 0;
}
#content p + h2:first-of-type {
	 margin-top: 28px;
}
#right {
     background-size: 26px 100%;
}
#content {
      max-width: 882px;
      position: relative;
      width: 100%;
}
#content p.smalltag {
        font-size: 15px;
        padding-top: 10px;
}
#content blockquote {
    background-color: #f1f1f1;
    border-left: 5px solid #32a0c3;
}
/* Grid styles */

.grid-quarter, .grid-third, .grid-fifth {
  -webkit-box-shadow: 0 0 14px #e4e4e4;
  box-shadow: 0 0 14px #e4e4e4;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.grid-quarter:hover, .grid-third:hover, .grid-fifth:hover {
  -webkit-box-shadow: 0 0 4px #e4e4e4;
  box-shadow: 0 0 4px #e4e4e4;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
.grid-third {
  width: 29.8%;
  margin-right: 5.3%;
}
.grid-quarter {
  width: 21%;
  float: left;
  margin-right: 5.3%;
}
.grid-fifth {
  width: 17.9%;
  margin-right: 2.6%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#content .grid-quarter h3, #content .grid-third h3, #content .grid-fifth h3 {
  margin: 0 14px 7px 14px;
  font-family: 'Amsi pro condbold', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.25;
    padding-bottom: 20px;
}
#content .grid-quarter h3 a, #content .grid-third h3 a, #content .grid-fifth h3 a {
  display: block;
}
.OTAGO655696 #content .grid-third h3 {
  margin-top: 14px;
}
.OTAGO000584 #content .grid-fifth h3 {
  position: relative;
  margin-top: 28px;
}
.OTAGO000584 #content .grid-fifth h3:after {
  top: -21px;
  position: absolute;
}
#content .grid-quarter p, #content .grid-third p, #content .grid-fifth p {
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}
#content .grid-quarter p, #content .grid-fifth p {
  margin-bottom: 7px;
}
#content .grid-quarter p:not(:first-child), #content .grid-third p:not(:first-child), #content .grid-fifth p:not(:first-child) {
  margin: 0px 14px 14px 14px;
}
#content .grid-quarter img, #content .grid-third img, #content .grid-fifth img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  width: 100%;
  border-radius: 2px 2px 0 0;
}
#content .grid-quarter a, #content .grid-third a, #content .grid-fifth a {
  border-bottom: none;
}
#content .tile-box-shadow-thumbnail-description h3 {
  padding-left: 14px;
  color: #2f7d84;
}
#content ul,
#content ul li,
#right ul li {
	list-style-image: url(/_assets/_gfx/arrow-pale-green-forward.svg);
	list-style-position: outside;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    list-style-position: outside;
    margin-left: 7px;
}
#content ol li {
    font-size: 16px;
    padding-bottom: 10px;
}
#content .grid-third ul {
  margin-left: 22px;
}
#content li {
	padding-bottom: 8px;
}
#content p.caption_232 {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

/* _______Table_________ */
#content table td {
    font-size: 14px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#content table th {
    font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 20px;
    color: #32a0c3;     
}
#content table {
    table-layout: fixed;
}
#content table td:nth-of-type(2),
#content table td:nth-of-type(3),
#content table td:nth-of-type(4){
    text-align: right
}
#content table th:nth-of-type(2),
#content table th:nth-of-type(3),
#content table th:nth-of-type(4){
    text-align: right
}
#content table td.no-icon {
    background: url(/_assets/_gfx/nocircle-grey-cross.svg) right 6px no-repeat ;
    background-size: 30px;
    text-indent: -9999px;
    text-align: left;
}
#content table td.yes-icon {
    background: url(/_assets/_gfx/tick-green-nocircle.svg) right 6px no-repeat;
    background-size: 30px;
    text-indent: -9999px;
    text-align: left;
}
/* Frontpage */

body.frontpage {
    background-position: center top;
}
#title h1, body.frontpage #title h1.notopimage {
    padding: 400px 0 0 0;
    margin-bottom: 0px;
}
body.frontpage #content .grid-quarter:last-of-type {
    margin-right: 0;
}
body.frontpage #content .grid-quarter h2 {
    font-size: 20px;
}
#content p.fullwidthimage img {
    border: none;
}
#content p img {
    border: none;
}
#content .content-button.content-submit a {
    font-family: 'Amsi pro condbold', Helvetica, Arial, Geneva, sans-serif;
    font-size: 20px;
    border-radius: 20px;
}


@media (-webkit-min-device-pixel-ratio: 2),
      (min--moz-device-pixel-ratio: 2),
      (min-resolution: 2dppx),
      (min-resolution: 192dpi) {
           #title h1, body.frontpage #title h1.notopimage  {
               background-image: url(gfx/title@2x.png);
               background-size: 434px;
           }




/* Tablet styles */

@media only screen and (max-width: 1560px) {
    #wrapper {
    background-position: 300px 30px;
    background-size: 1250px;
    }
    body {
		background-size: 10px;
	}
}

@media only screen and (max-width: 1350px) {
    #wrapper {
    background-position: 500px 30px;
    background-size: 975px;
    }
    body {
		background-size: 8px;
	}
    #title h1, body.frontpage #title h1.notopimage {
        padding: 300px 0px 0px 0px;
        background-position: -7px 90px;
        background-size: 440px;
    }
}
@media only screen and (max-width: 1235px) {
    #wrapper {
    background-position: 350px 30px;
    }
}
@media only screen and (max-width: 1080px) {
    #wrapper {
    background-position: 165px 30px;
    }
}
@media only screen and (max-width: 885px) {
    #wrapper {
    background-position: 65px 30px;
    background-size: 900px;
    }
    #title h1, body.frontpage #title h1.notopimage {
        padding: 300px 0px 0px 0px;
        background-size: 340px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }

    /* Frontpage features */

    body.frontpage #content .grid-quarter {
        width: 48%;
        margin-right: 4%;
    }
    body.frontpage #content .grid-quarter:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
	#title h1 {
        padding-right: 0;
    }
    body.frontpage #title h1 {
        padding-right: 0;
    }
    #right {
        border-bottom: none;
    }
    #features .events {
        width: 418px;
        margin-left: 232px;
        border-left: none;
    }
    #features .events article {
        margin-top: 14px;
    }
    #features .events article:first-child {
        margin-top: 14px;
    }

    /* Frontpage features */

    body.frontpage #content .grid-quarter {
        width: 48%;
        margin-right: 4%;
    }
    body.frontpage #content .grid-quarter:nth-of-type(2n) {
        margin-right: 0;
    }

}

/* Mobile styles*/

@media only screen and (max-width: 700px) {
  #content {
    max-width: 97%;
  }
   #content table {
        width: 100%;
  }
    #wrapper {
    background-position: -200px 30px;
    background-size: 1070px;
    }
    body {
        background: none;
    }
    #title h1 {
        padding: 300px 0px 0px 0px;
        background-position: -7px 100px;
        background-size: 340px;
        font-size: 48px;
        margin-left: 0;
    }
    #features .events {
        width: 97%;
        margin-left: 0px;
        padding: 0;
    }
    #features .events article {
        width: 47.5%;
        margin-right: 5%;
    }
    #features .events article:nth-of-type(2n) {
        margin-right: 0;
    }
}
          
@media only screen and (max-width: 450px) {
  #content table tr,
  #content table tbody {
    width: 100% !important;
  }
    #title h1, body.frontpage #title h1.notopimage {
        margin: 0px 0 28px 0px;
        padding: 200px 0px 0px 0px;
        background-size: 240px;
        background-position: -7px 75px;
}
    body #content h2 {
        font-size: 35px;
        padding-bottom: 5px;
    }
    #wrapper {
        background-position: -225px 30px;
        background-size: 800px;
    }
}