/* Fonts */
/*! 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; }


/* #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;
}
#content table td,
#content table td p {
 font-size: 15px;
 line-height: 1.6;
}
#content th,
#content td,
#right p,
#right li {
 font-size: 13px;
}
#right p,
#right ul {
 margin-bottom: 14px;
}
#content a {
 transition: all 0.3s ease-out;
} */

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

Otago BASECAMP CSS

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

body {
    background: url(gfx/background-2022.jpg) left 0px repeat-x;
}
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;
}
#wrapper {
    background: url(gfx/banner-2022.jpg) center 0px no-repeat;
}
:root {
  --first-color: #2b5774;
  --second-color: #c7905e;
  --third-color: #2b5774;
  --fourth-color: #ada0a0;
	--fifth--color: #ada0a0;
  --otago-dark-blue: #163568;
  --otago-light-blue: #00508f;
  --otago-link-blue: #416ebf;
  --otago-yellow: #f9c013;
  --otago-pg-blue: #0c385a;
  --otago-light-grey: #555555;
  --otago-dark-grey: #888888;
  --otago-background-grey: #f5f5f5;
}

#title h1, body.frontpage #title h1.notopimage, #title h1.notopimage {
    background: url(gfx/title-2022.png) -0px 115px no-repeat;
    color: var(--first-color);
    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: 410px 0 0 0;
    position: static;
    text-rendering: optimizeLegibility;
}
#content h2 {
      border-bottom: none;
      color: var(--second-color);
      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: var(--third-color);
      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: var(--fourth-color);
      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;
}
#content h5 {
      color: var--fifth-color);
      font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 19px;
      letter-spacing: .4px;
      line-height: 1.3;
      margin-top: 21px;
}
#content h2:first-of-type {
    margin-top: 0;
}
#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 p + h2:first-of-type {
	margin-top: 28px;
}
#right {
    background-size: 26px 100%;
}
nav#global_nav a span.english-hover {
    display: none;
}
nav#global_nav a:hover span.maori-hover {
    display: none;
}
nav#global_nav a:hover span.english-hover {
    display: block;
}
#content,
#title h1.notopimage {
  max-width: 882px;
  position: relative;
  width: 100%;
}
#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 ol li::marker  {
	color: grey;
	font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-size: 18px;
}
#content ol li {
	padding-left: 4px;
	margin-left: -7px
}
#content ol li ul li {
	padding-left: 4px;
	margin-left: 0px;
}
#content ul.pagesubnav li a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 2;
}
#content ul.pagesubnav li {
    list-style-position: outside;
    margin-left: 10px;
    padding-left: 5px;
}
#content ul.pagesubnav {
   background-color: #f9f9f9;
   border: solid silver .5px;
}
#title p.heading-translation {
  color: #888888;
  font-family: 'Amsi Pro Condlight', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 21px;
  margin-top: -14px;
}
#content p.fullwidthimage img,
#content p img,
#content h3 img{
    border: none;
}
body.OTAGO703328 #content .tile-box-shadow-thumbnail-no-description.gird-third a h3 {
    margin: 14px;
}
body.OTAGO703328 #content .tile-box-shadow-thumbnail-no-description.gird-third:hover {
   box-shadow: 0 10px 20px silver;
   transform: translateY(-1px)
}
body.OTAGO703328 #content .tile-box-shadow-thumbnail-no-description.gird-third {
   box-shadow: 0 5px 20px #f5f5f5,
                0 2px 6px #e4e4e4;
    margin-bottom: 55px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.3s ease;
}
#content blockquote {
  background-color: var(--otago-background-grey);
  border-left: 5px solid var(--second-color);
  padding: 14px 14px 21px 14px;
}


/*  FRONTPAGE  */

/* body.frontpage {
    background: url(gfx/background.png) center 0px repeat-x;
}
body.frontpage #wrapper {
    background: url(gfx/banner.jpg) center 0px no-repeat;
}
body.frontpage .titleinner {
    padding-top: 430px;
    background: url(gfx/title.png) 233px 150px no-repeat;
}
body.frontpage #title h1 {
    line-height: 1.3;
}
body.frontpage #title h1.notopimage {
    max-width: 882px;
    font-size: 42px;
    padding-right: 0;
} */
body.frontpage #content .tile-box-shadow-container .tile-box-shadow-thumbnail-description a h2 {
    font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 23px;
    color: #2b5774;
    padding-bottom: 7px;
}
body.frontpage #content .tile-box-shadow-container .tile-box-shadow-thumbnail-description a p {
    font-family: 'Amsi Pro Condlight', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 23px;
    color: #c89060; 
}
body.frontpage #content .tile-box-shadow-container .tile-box-shadow-thumbnail-description:hover{
   box-shadow: 0 10px 20px silver;
   transform: translateY(-1px)
} 
body.frontpage #content .tile-box-shadow-container .tile-box-shadow-thumbnail-description{
    box-shadow: 0 5px 20px #f5f5f5,
                0 2px 6px #e4e4e4;
    margin-bottom: 55px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.3s ease;
}

/* Research Grants */

body.OTAGO703330 #content .grid1 {
    margin-bottom: 21px;
    width: 28.6%;
    margin-right: 7.1%;
}
body.OTAGO703330 #content .grid1 a {
    border-bottom: none;
}
body.OTAGO703330 #content .grid1:nth-of-type(3n) {
    margin-right: 0;
}
body.OTAGO703330 #content .grid1:nth-of-type(3n+1) {
    clear: left;
}
body.OTAGO703330 #box2,
body.OTAGO703330 #box6,
body.OTAGO703330 #box10 {
    clear: both;
}
body.OTAGO703330 article,
body.OTAGO703330 #content .grid1 {
    width: 28.6%;
    margin-right: 7.1%;
    float: left;
}
body.OTAGO703330 #content h3 {
    font-size: 18px;
    line-height: 1.3;
}
body.OTAGO703330 #content a {
    border-bottom: none;
}
body.OTAGO703330 article:nth-of-type(3n),
body.OTAGO703330 #content .grid1:nth-of-type(5),
body.OTAGO703330 #content .grid1:nth-of-type(9) {
    margin-right: 0;
}
#content .grid1 img {
    max-width: 100%;
    width: 100%;
}
body.OTAGO703330 #content article img,
body.OTAGO703330 #content .grid1 img,
body.OTAGO703330 #content .grid1 img {
    margin-left: 0;
    margin-right: 0;
    border: none;
    padding: 0;
    max-width: 100%;
}

@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, #title h1.notopimage {
               background-image: url(gfx/title-2022@2x.png);
               background-size: 401px;
           }
}

/* Tablet styles */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }
/*     body.frontpage #wrapper {
        background: url(gfx/banner.jpg) -180px 0px no-repeat;
    }
    #wrapper {
        background: url(gfx/banner.jpg) -180px 0px no-repeat;
    } */
}

@media only screen and (max-width: 768px) {
/*     #wrapper {
        background: url(gfx/banner.jpg) -155px 0px no-repeat;
        background-size: 1200px;
    }
    .titleinner {
        padding-top: 340px;
        background: url(gfx/title.png) 227px 100px no-repeat;
        background-size: 350px;
    } */
    body.frontpage #title h1 {
        width: auto;
    }
    #title h1.notopimage {
        max-width: 100%;
        padding-right: 0;
        line-height: 1.2;
        font-size: 36px;
    }
    body.frontpage,
    body {
        background: none;    
    }
/*     body.frontpage #wrapper {
        background: url(gfx/banner.jpg) -155px 0px no-repeat;
        background-size: 1200px;
    }
    .titleinner {
        padding-top: 340px;
        background: url(gfx/title.png) 227px 100px no-repeat;
        background-size: 350px;
    }
    body.frontpage .titleinner {
        padding-top: 340px;
        background: url(gfx/title.png) 227px 100px no-repeat;
        background-size: 350px;
    } */
    body.frontpage #title h1.notopimage {
        line-height: 1.2;
        font-size: 36px;
    }
    #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;
    }
}

/* Mobile styles*/

@media only screen and (max-width: 700px) {
    body,
    body.frontpage {
        background: none;
    }
    #content {
        width: 97%;
    }
    #wrapper { 
		background-size: 1000px;
		background-position: -200px 20px;
	}
    #title h1.notopimage,
    body.frontpage #title h1.notopimage {
		background-position: 0 60px;
		background-size: 300px;
		padding: 260px 0 0 0;
        margin-left: 0;
	}
    body #content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 420px) {
    #title h1.notopimage,
    body.frontpage #title h1.notopimage{
        background-size: 250px;
        background-position: 0 50px;
        font-size: 35px;
        padding-top: 230px;
    }
    #wrapper {
        background-position: -190px 35px;
        background-size: 800px;
    }
    #content {
        max-width: 97%;
    }
	#content p + ul.pagesubnav {
		    margin-top: 0;
		    margin-bottom: 30px;
	}
}