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

/*********

DEPARTMENT OF GEOGRAPHY CSS

*********/

body {
    background: url(gfx/background.png) center 0px repeat-x;
}
#wrapper {
	background: url(gfx/banner.jpg) center 0px no-repeat;
}
.titleinner {
	margin-top: 0px;
}
.titleinner img {
    display: none;
}
#title h1 {
  background: url(gfx/title.png) 0 95px no-repeat;
  color: #46538c;
  font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
  font-size: 72px;
  font-variant-ligatures: normal;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin-left: 23px;
  margin-top: 3px;
  max-width: 650px;
  opacity: 1;
  padding: 320px 0 14px 0px;
  position: static;
  text-rendering: optimizeLegibility;
}
#title h1.notopimage {
    margin-bottom: 7px;
}
#content h2 {
	border-bottom: none;
    color: #3B4262;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
    font-size: 28px;
    line-height: 1.25;
    margin: 35px 0 14px 0;
    text-rendering: optimizeLegibility;
}
#content  h2:first-of-type {
    margin-top: 0;
}
#content p + h2:first-of-type {
	margin-top: 35px;
}
#content h3 {
  font-family: 'Minion Pro', Minion, Georgia, Times New Roman, serif;
  line-height: 1.4;
  margin-top: 28px;
}
#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 ul.pagesubnav {
	background: #f9f9f9;
	border: 1px solid #dddddd;
	border-radius: 3px;
    margin-top: 14px;
	padding-top: 14px;
	padding-bottom: 21px;
}
#content ul.pagesubnav li a {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
}
#content ul.pagesubnav li {
    list-style-image: url(/_assets/_gfx/arrow-grey-forward.svg);
    list-style-position: outside;
    margin-bottom: 7px;
    margin-left: 10px;
    padding-left: 3px;
    padding-right: 14px;
}
#right {
	background-image: none;
}
body.frontpage #content .geo-feature {
    background-color: #fcfcfc;
    border-radius: 3px;
    width: 29.6%;
    border: 1px solid #dddddd;
    margin-bottom: 28px;
    min-height: 407px;
}
body.frontpage #content .geo-feature h2 {
    color: #46538c;
    font-family: 'Amsi pro condlight', Helvetica, Arial, Geneva, sans-serif;
    font-size: 26px;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 0 14px;
}
body.frontpage #content .geo-feature p {
    padding: 14px;
    margin-bottom: 0;
}
body.frontpage #content .geo-feature a {
    margin: 0px 14px;
    margin-left: 0px;
    display: block;
    margin-bottom: 14px;
    border-bottom: none;
}
body.frontpage #content .geo-feature img {
    border-radius: 2px 2px 0 0;
    width: 100%;
}
.intro-text {
    margin-top: 14px;
    margin-bottom: 35px;
}
#content .grid1 img {
    max-width: 100%;
}

/* //////////// Inner feature styles /////////////// */
#content .inner-feature {
    transition: all 0.3s;
}
#content .inner-feature:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    transition: all 0.1s !important;
}
#content .inner-feature .title {
    color: #ffffff;
    background-color: #4A4652;
    padding: 7px;
    box-sizing: border-box;
    margin-top: -7px;
    float: left;
    width: 100%;
}
#content .inner-feature a {
    border-bottom: none;
}
#content .inner-feature p {
    margin: 0;
    padding: 7px;
    background-color: #fcfcfc;
    border: 1px solid #e1e1e1;
    color: #333;
    font-style: italic;
}
#content .inner-feature img {
    width: 100%;
}

/* //////////// Environmental Management styles /////////////// */
body.OTAGO079484 #content .inner-feature {
    margin-bottom: 35px;
}
body.OTAGO079484 #content .inner-feature:nth-of-type(3n) {
    margin-right: 0;
}

/* //////////// Masters of Planning styles /////////////// */
body.OTAGO079485 #content .inner-feature {
    margin-bottom: 35px;
}
body.OTAGO079485 #content .inner-feature:nth-of-type(3) {
    margin-right: 0;
}
body.OTAGO079485 #content .inner-feature p {
    float: left;
}
/* //////////// Masters of Planning styles /////////////// */
body.OTAGO070913 #content .inner-feature {
    margin-bottom: 35px;
}

/* //////////// Frontpage styles /////////////// */

body.frontpage {
    background: url(gfx/background-frontpage.png) center 0px repeat-x;
}
body.frontpage #wrapper {
	background: url(gfx/banner-frontpage.jpg) center 0px no-repeat;
}
body.frontpage #title h1.notopimage {
	background-position: 0 140px;
    font-size: 40px;
    line-height: 1.2;
    max-width: 100%;
    padding-top: 410px;
}
body.frontpage #content hr {
	margin: 0px 0 14px 0;
    padding: 0;
	border-top: 1px solid #e4e4e4;
}
body.frontpage #content {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0px;
    min-height: 250px;
}
body.frontpage #content h2,
.features.news h2 {
    font-size: 28px;
    font-weight: 300;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    color: #9b8b87;
    line-height: 1.35;
	margin: 0px 0 21px 0;
    text-rendering: optimizeLegibility;
}
body.frontpage #content.otgx {
    width: 882px;
}
body.frontpage #content h3 {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
    color: #333333;
    text-rendering: optimizeLegibility;
    padding: 0px 0 21px 0;
    margin-top: 0;
}
body.frontpage #content .grid_third:nth-of-type(3n+1) {
    margin-right: 0;
}
body.frontpage #content .grid2:nth-of-type(2n) {
    margin-right: 0;
}
body.frontpage #content .grid1 {
    padding-top: 21px;
}
body.frontpage #content .grid4 .grid1:nth-of-type(4n) {
    margin-right: 0;
}
body.frontpage #content .grid1 ul {
    margin-left: 0;
}
body.frontpage #content p.clearall {
    line-height: 0;
    margin-bottom: 0;
}
body.frontpage #content h2 a,
body.frontpage #content h3 a {
    border-bottom: none;
}



/*========

Right

========*/

body.frontpage #right {
    margin-top: 0px;
    padding-left: 0;
    margin-left: 0;
    background: none;
    position: absolute;
    top: 600px;
}
body.frontpage #right img{
    display: none;
}
body.frontpage #right p.smalltag {
    text-transform: none;
    padding-left: 20px;
}
body.frontpage #pagemetadata {
    clear: both;
    padding-left: 0;
    margin-left: 0;
}

#title h1.notopimage {
    max-width: 650px;
}



/* MEDIA QUERIES ************/


@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 {
      background-image: url(gfx/title@2x.png);
      background-size: 197px;
    }
}





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






/* iPad landscape > */

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#wrapper {
        background: url(gfx/banner.jpg) -200px 0px no-repeat;
    }
    #title h1.notopimage {
        max-width: 100%;
        padding-right: 0;
    }
    #content {
        background-size: 420px;
    }
    #contentwrapper {
        width: 879px;
    }
    body.frontpage #content.otgx {
        width: 650px;
    }
	body.frontpage #title h1.notopimage {
		max-width: 650px;
	}
    body.frontpage #content .grid4 .grid1,
    .features article {
        width: 150px;
        margin-right: 16px;
    }
    body.frontpage .feature-box-container,
    .features {
        background-size: 100%;
    }
    body.frontpage #content .grid4 .grid_third.feature-box {
        width: 184px;
        min-height: 205px;
    }
    body.frontpage .feature-box:hover:after {
        left: 27%;
    }
    .news article .articletext {
        width: auto;
        float: none;
    }
    body.frontpage #content .grid2 {
        width: 325px;
    }
    body.frontpage #content .grid4 .grid1 img {
        max-width: 100%;
    }
    #features {
        width: 650px;
        margin: 0px 0px 0px 232px;
    }
    body.frontpage #content .grid_third:nth-of-type(3n) {
        margin-right: 46px;
    }
    body.frontpage #content .geo-feature {
        width: 184px;
        min-height: 420px;
    }
    /* //////////// Masters of Planning styles /////////////// */
    body.OTAGO079485 #content .inner-feature:nth-of-type(2) {
        margin-right: 0;
    }
    body.OTAGO079485 #content .inner-feature:nth-of-type(3) {
        margin-right: 46px;
    }
    /* //////////// Environmental Management styles /////////////// */
    body.OTAGO079484 #content .inner-feature:nth-of-type(2n) {
        margin-right: 0;
    }
    body.OTAGO079484 #content .inner-feature:nth-of-type(3n) {
        margin-right: 46px;
    }
    /* //////////// Research in Geography /////////////// */
    body.OTAGO070913 #content .inner-feature:nth-of-type(2) {
        margin-right: 0;
    }
    body.OTAGO070913 #content .inner-feature:nth-of-type(3) {
        margin-right: 46px;
    }
}





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

Portrait tablet ^

********/

@media only screen and (max-width: 768px) {
	body.frontpage {
        background: none;
    }
    #wrapper {
        background-position: -400px 0;
        width: 753px;
    }
    body.frontpage #wrapper {
        background: url(gfx/banner-frontpage.jpg) -250px 0px no-repeat;
        background-size: 1200px;
    }
    body.frontpage #title h1.notopimage {
		background-position: 0 110px;
        padding-top: 320px;
        width: auto;
	}
    #title h1.notopimage {
        max-width: 100%;
        padding-right: 0;
    }
    #content {
        background-size: 420px;
    }
	body.frontpage #content {
        padding-top: 0;
    }
    body.frontpage #content h2 {
        font-size: 24px;
    }
    body.frontpage #content .grid4 .grid_third.feature-box {
		width: 62.5%;
	}
    body.frontpage #content .grid4 .grid_third.feature-box:nth-of-type(2n) {
        margin-right: 0;
    }
    body.frontpage #content .grid4 .grid1:nth-of-type(2n) {
        margin-right: 0;
    }
    body.frontpage #content .grid1 {
        width: 44.5%;
        min-height: 0;
        padding-top: 0;
    }
    #features .features {
        margin-bottom: 42px;
        margin-left: 232px;
    }
    .news article .articletext {
        width: 100%;
        float: none;
    }
    body.frontpage .feature-box-container,
    .features {
        background-size: 100%;
    }
    body.frontpage #content h3 {
        padding-bottom: 7px;
    }
	#right {
		border-top: 1px solid #e4e4e4;
		margin-top: 0px;
	}
	body.frontpage #right {
		border-top: none;
		width: 186px;
	}
    body.frontpage #content.otgx {
        width: 418px;
    }
    body.frontpage #content .geo-feature {
        width: 100%;
    }
    /* //////////// Masters of Planning styles /////////////// */
    body.OTAGO079485 #content .inner-feature:nth-of-type(2) {
        margin-right: 0;
    }
    body.OTAGO079485 #content .inner-feature:nth-of-type(3) {
        margin-right: 46px;
    }
    /* //////////// Environmental Management styles /////////////// */
    body.OTAGO079484 #content .inner-feature:nth-of-type(2n) {
        margin-right: 0;
    }
    body.OTAGO079484 #content .inner-feature:nth-of-type(3n) {
        margin-right: 46px;
    }
    /* //////////// Research in Geography /////////////// */
    body.OTAGO070913 #content .inner-feature:nth-of-type(2) {
        margin-right: 0;
    }
    body.OTAGO070913 #content .inner-feature:nth-of-type(3) {
        margin-right: 46px;
    }
}


/* Mobile styles (phone and small tablet) media query */

@media only screen and (max-width: 700px) {
    body,
    body.frontpage {
        background: none;
    }
    #wrapper {
        width: 100%;
        background-position: -210px 0;
        background-size: 900px;
    }
    body.frontpage #wrapper {
        background-position: -360px 0;
        background-size: 1100px;
        width: 100%;
    }
    body.frontpage #content.otgx {
        width: 97%;
    }
    #content {
        background-size: contain;
    }
    body.frontpage #content {
        background: none;
    }
    .titleinner{
        width: 92%;
    }
    #title h1 {
        background-size: 120px;
        background-position: 3px 40px;
        font-size: 40px;
        margin-left: 0;
        padding-top: 185px;
        width: 100%;
    }
    .titleinner h1 {
        max-width: 100% !important;
        min-width: 186px !important;
    }
    body.frontpage #title h1.notopimage {
        background-position: 0 80px;
        font-size: 33px;
        margin-left: 0;
        padding-top: 280px;
        width: 100%;
    }
    body.frontpage #content h2 {
        font-size: 22px;
        text-align: left;
    }
    body.frontpage #content .grid1 {
        width: 44%;
        margin-right: 12%;
        margin-bottom: 0;
    }
    body.frontpage #content img {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    body.frontpage #content .grid1 p img {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    #features .features {
        margin-left: 0px;
    }
    body.frontpage #content .geo-feature {
        margin-right: 5.5%;
        width: 29.2%;
    }
    body.frontpage #right {
        position: relative;
        top: 0;
    }
    /* //////////// Masters of Planning styles /////////////// */
    #content .inner-feature .title {
        margin-top: 0;
    }
    #content .inner-feature {
        width: 45%;
    }
    #content .inner-feature {
        margin-right: 5% !important;
    }
}



@media only screen and (max-width: 500px) {
       body.frontpage #content .geo-feature {
        margin-right: 0%;
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    #content .inner-feature {
        width: 100%;
    }
}
