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

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

PPE BASECAMP+ CSS

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

#title h1 {
  background: url(gfx/title.png) 22px 100px no-repeat;
  font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
  font-size: 68px;
  font-variant-ligatures: normal;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin-top: 3px;
  max-width: 627px;
  padding: 330px 43px 21px 23px;
  position: static;
  opacity: 1;
}
.titleinner {
  background: url(gfx/banner.jpg) center 0px no-repeat;
  padding-bottom: 0px;
  padding-top: 3px;
}
.titleinner img { display: none; }
.titleinner h1 {
  margin-top: 0px;
}
#content h2 {
  border: 0;
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 35px;
  padding-bottom: 7px;
}
#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 h3 {
  font-family: 'Minion Pro', Minion, Times New Roman, serif;
}
#right {
  background: 0;
}

/*  Frontpage  */

body.frontpage {
  background-position: center top;
}
body.frontpage .titleinner {
  padding-bottom: 21px;
  padding-top: 14px;
}
body.frontpage #title h1.notopimage {
  font-size: 49px;
  max-width: 650px;
  padding-bottom: 0;
}
body.frontpage #content #box2 .grid1:nth-of-type(3n) {
  margin-right: 0;
}
body.frontpage #content #box3 article {
  float: left;
  margin-right: 46px;
  width: 186px;
}
body.frontpage #content #box3 article:nth-of-type(3n) {
  margin-right: 0;
}
body.frontpage #content #box3 article h3 {
  font-size: 14px;
}
body.frontpage #content h2 {
  float: left;
  width: 100%;
}
body.frontpage #right p,
body.frontpage #right ul,
body.frontpage #right h2 {
  padding-top: 14px;
}


/* Hide H1's on News and Events */

.n6366 #content h1 {
  display: none;
}

/* Map CSS */

#map_canvas {
   height: 400px;
   width: 100%;
}
#content p#map_canvas img {
    max-width: none;
}

/* Footer ribbon height */

ul#social_media {
    height: 300px;
}

/* Careers for PPE graduates - CSS for dynamic profiles */

.OTAGO601941 #content .otagoprofile.rightwidget div:nth-of-type(3n) {
    margin-right: 0;
}
.OTAGO601941 #content .otagoprofile.rightwidget img {
    margin: 0;
    padding: 0;
}

/* Hi-dpi */

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

/* Tablet styles */


@media only screen and (min-width: 768px) and (max-width: 1160px) {
	#contentwrapper {
		padding-left: 0;
		padding-right: 0;
	}
	footer.wrapper,
	div.footer_wrapper,
	#topnav,
	.topnavinner,
	div#nav_holder  {
		box-sizing: border-box;
		max-width: 100%;
	}
	.titleinner {
		max-width: 79.8%;
		overflow: hidden;
		position: relative;
	}
	#title h1 {
		box-sizing: border-box;
	}
}


@media only screen and (max-width: 768px) {
	#title h1 {
        padding-right: 0;
        padding-top: 265px;
        background-position: 22px 80px;
        background-size: 250px;
    }
    .titleinner {
       background-size: 900px;
    }
    #right {
        border-bottom: none;
    }
    nav.global_footer ul#social_media li {
        width: 100%;
    }
}


/* Mobile styles*/

@media only screen and (max-width: 700px) {
    .titleinner {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
        box-sizing: border-box;
    }
    .titleinner {
        background-size: 800px;
        background-position: right 0;
    }
    #title h1 {
      background-position: 0 80px;
      background-size: 210px;
      font-size: 45px;
      padding: 240px 0px 0px 0px;
    }
}

@media only screen and (max-width: 480px) {
    .titleinner {
        background-position: -320px 0;
    }
}
