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

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

NZSA conference CSS

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

#content p,
#content ul,
#content ol,
#content table,
#content table th,
#content table td,
#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;
  line-height: 1.5;
}
#wrapper {
    background: url(gfx/banner.jpg) center 0px no-repeat;
}
#title h1 {
    background: url(gfx/title.png) 23px 110px no-repeat;
    color: #78a4c1;
    line-height: 1.2;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 38px;
    font-weight: 300;
	margin-top: 3px;
    padding: 400px 0px 14px 23px;
    position: static;
    opacity: 1;
    text-rendering: optimizeLegibility;
}
#title h1.notopimage {
    max-width: 650px;
}
.titleinner img {
    display: none;
}
.titleinner h1 {
    margin-top: 0px;
}
#content h2 {
    padding-bottom: 7px;

    line-height: 1.3;
    margin-top: 28px;
}
#content h2 {
	border-bottom: none;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 30px;
    font-weight: 300;
	line-height: 1.35;
	margin: 0 0 14px 0;
	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 h2:first-of-type {
    margin-top: 0;
}
#content p + h2:first-of-type {
	margin-top: 28px;
}
#content h3 {
	font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 19px;
    font-weight: 700;
}
#content hr {
    margin-bottom: 35px;
    margin-top: 35px;
}
#content table th,
#content table td {
    font-size: 13px;
}
.OTAGO708511 #content th {
    background: none;
    color: #888888;
    font-weight: 700;
}
.OTAGO708511 #content td {
    padding-bottom: 14px;
    padding-top: 14px;
    width: 33%;
}
.OTAGO708508 #content .smalltag,
.OTAGO708510 #content .smalltag {
    color: #666666;
    font-style: normal;
    margin-bottom: 21px;
}
.OTAGO708510 #content .smalltag {
    background: url(/_assets/_gfx/calendar-icon-grey.svg) no-repeat 0 2px;
    padding-left: 18px;
}
#right {
    background: none;
}

/*  FRONTPAGE  */


body.frontpage #title h1 {}

/* Media queries */

@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: 272px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #features {
        width: 650px;
    }
}

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

/* Mobile styles*/

@media only screen and (max-width: 700px) {
    #wrapper {
        background-size: 700px;
    }
    .titleinner {
        width: 92%;
    }
    #title h1 {
        background-position: 0 30px;
        background-size: 230px;
        font-size: 32px;
        padding: 225px 0px 14px 0px;
    }
    #content h2 {
        font-size: 24px;
    }
    #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;
    }
}
