@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-face { font-family: 'Open Sans'; font-style: italic; font-weight: 300; src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(/_assets/_fonts/opensans/opensans-lightitalic.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-lightitalic.woff) format('woff'); }

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

Higher Education Centre

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

body {
    font-display: swap;
}
#title h1 {
    padding: 200px 0px 14px 23px;
    font-size: 38px;
    line-height: 1.2;
    background: url(gfx/title-big.png) 24px 24px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    color: #1f4a8c;
    position: static;
	margin-top: 3px;
    text-rendering: optimizeLegibility;
}
#title h1.notopimage {
    max-width: 650px;
}
.titleinner {
    background: url(/_assets/_gfx/_default_banners/banner-otago-inside.jpg) center 0px no-repeat;
    padding-top: 3px;
    padding-bottom: 0px;
}
.titleinner img {
    display: none;
}
.titleinner h1 {
    margin-top: 0px;
}
#content a {
    transition: all 0.3s ease-out;
}
#content h2 {
    padding-bottom: 7px;
    font-size: 28px;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 28px;
    text-rendering: optimizeLegibility;
}
#content h2:first-of-type { margin-top: 0; }
#content p + h2:first-of-type {	margin-top: 28px; }

/* Grid page */

#content.otgx {
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
}
#content .grid-third {
    width: 28.6%;
    float: left;
    margin-bottom: 46px;
    margin-right: 7.1%;
    border-radius: 3px;
    box-shadow: 0 0 10px #e4e4e4;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
}
#content .grid-third:hover {
    box-shadow: 0 0 2px #e4e4e4;
    border: 1px solid #cccccc;
}
#content .grid-third p:first-of-type {
    line-height: 1;
    margin: 0;
    padding: 0;
}
#content .grid-third a {
    border-bottom: none;
    display: block;
}
#content .grid-third:nth-of-type(3n){
    margin-right: 0;
}
#content .grid-third h3,
#content .grid1-content h2 {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    padding: 14px 14px 14px 14px;
    font-size: 18px;
    border-bottom: none;
}
#content .grid-third img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    line-height: 1;
}

/* SLD page */

.OTAGO609954 #content.otgx {
    width: 100%;
    max-width: 882px;
}
#content .grid1-content {
    width: 21%;
    float: left;
    margin-bottom: 46px;
    margin-right: 5.3%;
    border-radius: 3px;
    box-shadow: 0 0 10px #e4e4e4;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
}
#content .grid1-content h2 {
    text-align: center;
    margin-bottom: 0;
}
#content .grid1-content:nth-of-type(4n) {
    margin-right: 0;
}
#content .grid1-content.what-is-sld { background: url(gfx/slc-icon.svg) no-repeat center 14px; }
#content .grid1-content.our-programmes { background: url(gfx/get-help-icon.svg) no-repeat center 14px; }
#content .grid1-content.develop-your-skills { background: url(gfx/skills-icon.svg) no-repeat center 14px; }
#content .grid1-content.advice-support { background: url(gfx/help-others-icon.svg) no-repeat center 14px; }

#content .grid1-content.what-is-sld,
#content .grid1-content.our-programmes,
#content .grid1-content.develop-your-skills,
#content .grid1-content.advice-support {
    padding-top: 110px;
    background-size: 100px;
}
#content .grid1-content ul {
    list-style-image: url(/_assets/_gfx/arrow-grey-forward.svg);
    margin-left: 28px;
    font-family: 'Open sans', Helvetica, Arial, sans-serif;
}
#content .grid1-content ul li {
    margin-bottom: 7px;
    padding-right: 7px;
}
#content .grid1-content ul li a {
    border-bottom: none;
}
#content .grid1-content ul li a:hover {
    border-bottom: 1px solid #c9dcff;
}

/* Research page */

body.OTAGO609955 .he-policy a,
body.OTAGO609955 .education-technology a,
body.OTAGO609955 .study-box a {
    text-align: center;
    padding-top: 114px;
}
body.OTAGO609955 .study-box a {
    background: url(gfx/learning-icon.svg) no-repeat center 0;
    background-size: 100px;
}
body.OTAGO609955 .he-policy a {
    background: url(gfx/policy-practice-icon.svg) no-repeat center 0;
    background-size: 100px;
}
body.OTAGO609955 .education-technology a {
    background: url(gfx/education-technology-icon.svg) no-repeat center 0;
    background-size: 100px;
}

/* Academic development for staff */

body.OTAGO655446 #content {
    width: 882px;
}
body.OTAGO655446 #content .grid1:nth-of-type(4n) {
    margin-right: 0;
}

/* Right */

#right { background-size: 26px 100%; }

/*
*
* Frontpage styles
*
*/

body.frontpage {
    background-position: center top;
}
body.frontpage .titleinner {
    background: url(/_assets/_gfx/_default_banners/banner-otago.jpg) center 0px no-repeat;
    padding-top: 14px;
}
body.frontpage #title h1 {
    padding: 270px 0px 0px 23px;
    font-size: 32px;
    line-height: 1.2;
    background: url(gfx/title-big.png) 24px 50px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
}
body.frontpage #title h1.notopimage {
    max-width: 882px;
}
body.frontpage #content.otgx {
    width: 100%;
    max-width: 882px;
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
}
body.frontpage #content .grid1 {
    box-shadow: 0 0 10px #e4e4e4;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 14px 14px 14px 14px;
    transition: all 0.3s ease;
    width: 17.55%;
    margin-right: 3%
}
body.frontpage #content .grid1:nth-of-type(5) {
    margin-right: 0;
}
body.frontpage #content .grid1:hover {
    box-shadow: 0 0 2px #e4e4e4;
    border: 1px solid #cccccc;
}
body.frontpage #content h2 {
    font-size: 18px;
    line-height: 1.2;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}
body.frontpage #content a:hover {
    border-bottom: none;
}
body.frontpage .evaluations-box a,
body.frontpage .sld-box a,
body.frontpage .academic-support-box a,
body.frontpage .study-box a,
body.frontpage .news-box a {
    padding-top: 114px;
    display: block;
}
body.frontpage .evaluations-box a { background: url(gfx/evaluation-icon.svg) no-repeat center 0; background-size: 100px; }
body.frontpage .sld-box a { background: url(gfx/learning-icon.svg) no-repeat center 0; background-size: 100px; }
body.frontpage .academic-support-box a { background: url(gfx/academic-icon.svg) no-repeat center 0; background-size: 100px; }
body.frontpage .study-box a { background: url(gfx/study-icon.svg) no-repeat center 0; background-size: 100px; }
body.frontpage .news-box a { background: url(gfx/news-icon.svg) no-repeat center 0; background-size: 100px; }
body.frontpage #right {
    padding-left: 0;
    background: none;
}

/* Promo box */

body.frontpage #content .promo-box {
    float: left;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
    padding: 21px;
    margin-bottom: 21px;
}
body.frontpage #content .promo-box p {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.3;
    color: #004779;
    margin-bottom: 0;
}
body.frontpage #content .promo-box .cta {
    text-align: left;
    margin-top: 14px;
}
body.frontpage #content .promo-box .cta a {
    font-size: 16px;
}
body.frontpage #content .promo-box .cta:hover a {
    border: 2px solid #dfa000;
}

/* Grid Styles */

#content .grid-box {
    width: 17.55%;
    margin-right: 3%;
    box-shadow: 0 0 10px #e4e4e4;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-sizing: border-box;
}
#content .grid-box h2 {
    padding: 14px 14px 14px 14px;
    padding-top: 130px;
    background: url(gfx/academic-icon.svg) no-repeat center 14px;
    background-size: 100px;
    text-align: center;
    font-size: 22px;
}
body.OTAGO609956 #content.otgx {
    width: 100%;
    max-width: 882px;
    display: flex;
    flex-wrap: wrap;
    min-height: 50px;
}
body.OTAGO609956 #content.otgx .grid-box:nth-of-type(5n) {
    margin-right: 0;
}


/* Study higher education */

body.OTAGO610259 #content.otgx {
    width: 882px;
}
body.OTAGO610259 #content .grid1 {
    width: 17%;
    margin-right: 3.7%;
}
body.OTAGO610259 #content .grid1.shadow-box {
    box-sizing: border-box;
    box-shadow: 0 0 6px #f0f0f0;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin-bottom: 35px;
    transition: all 0.2s ease;
}
body.OTAGO610259 #content.otgx .grid1:nth-of-type(5n) {
    margin-right: 0;
}

body.OTAGO610259 #content .shadow-box.grid1 img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: none;
}
body.OTAGO610259 #content .shadow-box.grid1 h3 {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 0 0px;
}
body.OTAGO610259 #content .shadow-box.grid1 h3 a {
    padding: 0 7px;
    display: block;
}
body.OTAGO610259 #content .shadow-box.grid1 p {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 13px;
    line-height: 1.5;
}
body.OTAGO610259 #content .shadow-box.grid1 p.nopadding {
    text-align: center;
}
body.OTAGO610259 #content .shadow-box.grid1 img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 70%;
    margin-top: 14px;
}
body.OTAGO610259 #content .shadow-box.grid1 a {
    border-bottom: none;
}
body.OTAGO610259 #content .shadow-box.grid1 a p {
    color: #444444;
}

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

/*
*
* Tablet styles
*
*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }
    #content .grid-third h3 {
        hyphens: auto;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 16px;
        line-height: 1.4;
    }
    body.frontpage #content.otgx {
        width: 650px;
    }
    body.frontpage #content .grid1 {
        padding: 7px;
    }
    body.frontpage #content.otgx h2 {
        font-size: 15px;
    }
    body.frontpage .grid1 a {
        background-size: 90px;
        padding-top: 107px;
    }

    /* SLD */

    .OTAGO609954 #content.otgx {
        max-width: 650px;
    }

    /* Study higher education */

    body.OTAGO610259 #content.otgx {
        width: 650px;
    }
    body.OTAGO610259 #content .grid1.shadow-box {
        width: 48%;
        margin-right: 4%;
    }
    body.OTAGO610259 #content.otgx .grid1:nth-of-type(2n) {
        margin-right: 0;
    }

}

@media only screen and (max-width: 768px) {
	.titleinner {
        background: url(/_assets/_gfx/_default_banners/banner-otago-inside.jpg) -350px 0px no-repeat;
    }
    #title h1 {
        padding-right: 0;
        background: url(gfx/title.png) 24px 24px no-repeat;
    }
    body.frontpage #title h1 {
        padding-right: 0;
        background: url(gfx/title.png) 24px 50px no-repeat;
    }
    #content .grid-third h3 {
        hyphens: auto;
        padding-left: 7px;
        padding-right: 7px;
        font-size: 16px;
        line-height: 1.4;
    }
    #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;
    }
    body.frontpage #content.otgx {
        width: 418px;
    }
    body.frontpage #content.otgx .grid1 {
        width: 47.3%;
        margin-bottom: 23px;
    }
    body.frontpage #content.otgx .grid1:nth-of-type(2n) {
        margin-right: 0;
    }
    /* SLD */
    .OTAGO609954 #content.otgx {
        max-width: 418px;
    }
    .OTAGO609954 #content .grid1-content {
        width: 47.3%;
    }
    .OTAGO609954 #content .grid1-content:nth-of-type(2n) {
        margin-right: 0;
    }
    #right {
        border-top: 1px solid #e4e4e4;
    }

    /* Study higher education */

    body.OTAGO610259 #content.otgx {
        width: 418px;
    }
    body.OTAGO610259 #content .grid1.shadow-box {
        width: 48%;
        margin-right: 4%;
    }
    body.OTAGO610259 #content.otgx .grid1:nth-of-type(2n) {
        margin-right: 0;
    }


}



/*
*
* Retina styles
*
*/

@media (-webkit-min-device-pixel-ratio: 2),
    (min--moz-device-pixel-ratio: 2),
    (min-resolution: 2dppx),
    (min-resolution: 192dpi) { 
    #title h1 {
        background: url(gfx/title@2x.png) 23px 28px no-repeat;
        background-size: 250px;
    }
    body.frontpage #title h1 {
        background: url(gfx/title@2x.png) 23px 55px no-repeat;
        background-size: 250px;
    }
}

/*
*
* Mobile styles
*
*/

@media only screen and (max-width: 700px) {
    body.frontpage .titleinner,
    .titleinner {
        background: url(/_assets/_gfx/_default_banners/banner-otago-inside.jpg) right 0px no-repeat;
        width: 100%;
    }
    #title h1,
    body.frontpage #title h1 {
        padding: 190px 4% 0px 4%;
        background: url(gfx/title@2x.png) 8% 35px no-repeat;
        background-size: 240px;
        font-size: 31px;
    }
    .titleinner h1 {
       max-width: 97% !important;
    }
    #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;
    }
    #content .grid-third img {
        float: none;
    }
    body.frontpage #content.otgx {
        max-width: 97%;
        width: 100%;
    }
    body.frontpage #content.otgx .grid1 {
        width: 22.7%;
        margin-right: 3%;
    }
    body.frontpage #content.otgx .grid1:nth-of-type(2) {
        margin-right: 3%;
    }
    body.frontpage #content.otgx .grid1 h2 {
        font-size: 17px;
        hyphens: auto;
    }
    /* SLD */
    .OTAGO609954 #content.otgx {
        max-width: 97%;
        padding-top: 28px;
    }
    .OTAGO609954 #content .grid1-content {
        margin-bottom: 21px;
    }

    /* Study higher education */

    body.OTAGO610259 #content.otgx {
        width: 97%;
    }
    body.OTAGO610259 #right {
        position: relative;
        top: 0;
    }
    body.OTAGO610259 #content .shadow-box.grid1 img {
        float: none;
    }

}


@media only screen and (max-width: 500px) {
    body.frontpage .titleinner,
    .titleinner {
        background: url(/_assets/_gfx/_default_banners/banner-otago-inside.jpg) -570px 0px no-repeat;
    }
    body.frontpage #title h1 {
        font-size: 28px;
    }
    body.frontpage #content.otgx .grid1 {
        width: 47.5%;
        margin-right: 5%;
    }
    body.frontpage #content.otgx .grid1:nth-of-type(2n) {
        margin-right: 0%;
    }
}


@media only screen and (max-width: 400px) {
   body.frontpage .grid1 a {
        background-size: 80%;
    } 
}