@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: 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-face { font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/_assets/_fonts/opensans/opensans-bold.woff2) format('woff2'), url(/_assets/_fonts/opensans/opensans-bold.woff) format('woff'); }


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

Quality Advancement summit CSS

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

body {
  background: url(gfx/background.png) repeat-x 0 0;
}
#title h1 {
  padding: 350px 0px 14px 23px;
  font-size: 38px;
  line-height: 1.2;
  background: url(gfx/title.png) 22px 90px 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;
  font-display: swap;
  letter-spacing: -0.02em;
}
#wrapper {
  background: url(gfx/banner.jpg) no-repeat center 0;
}
#title h1.notopimage {
  max-width: 650px;
}
.titleinner img {
  display: none;
}
.titleinner h1 {
  margin-top: 0px;
}
#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;
  border-bottom: none;
  text-rendering: optimizeLegibility;
  font-display: swap;
  letter-spacing: -0.01em;
}
#content h2:first-of-type {
  margin-top: 0;
}
#content p + h2:first-of-type,
#content ul + h2:first-of-type {
	margin-top: 35px;
}
#content ul {
  margin-left: 14px;
}
#content li {
  margin-bottom: 7px;
}
#content ol {
  margin-left: 16px;
}
#content p,
#content ul,
#content ol,
#content table,
#content dl,
#right p,
#right li {
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-display: swap;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
#content th,
#content td,
#right p,
#right li {
  font-size: 13px;
}
#content hr {
  border-top: 1px solid #dddddd;
  clear: both;
  margin-bottom: 28px;
  display: block;
}
#content ul.pagesubnav {
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 14px 14px 7px 28px;
}
#content ul.pagesubnav li {
	margin-bottom: 7px;
  list-style-position: outside;
	list-style-image: url(/_assets/_gfx/arrow-grey-forward.svg);
}
#content ul.pagesubnav li a {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
}
iframe {
  width: 100%;
  height: 400px;
}
#right {
  background: none;
}

/* Contact us */

.OTAGO049344 #content h2 {
  font-size: 25px;
}
#content p + h2:first-of-type {
    margin-top: 0;
}
.OTAGO049344 #content h3 {
  font-family: "Minion Pro", Georgia, Times New Roman, serif;
  margin-bottom: 0;
}
.OTAGO049344 #content p.smalltag {
  font-style: normal;
  color: #888888;
}
.OTAGO049344 #content img {
  max-width: 114px;
}
.OTAGO049344 #content hr {
  margin-top: 42px;
}

/*  Frontpage - Custome styles  */

body.frontpage #content .grid_third {
  width: 30%;
  -webkit-box-shadow: 0 0 14px #e4e4e4;
  box-shadow: 0 0 14px #e4e4e4;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 46px;
  margin-right: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  min-height: 255px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
body.frontpage #content .grid_third:nth-of-type(3n) {
  margin-right: 0;
}
body.frontpage #content .grid_third:hover {
  -webkit-box-shadow: 0 0 4px #e4e4e4;
  box-shadow: 0 0 4px #e4e4e4;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in;
  transition: -webkit-box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in;
  transition: box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
}
body.frontpage #content .grid_third a {
  border-bottom: none;
}
body.frontpage #content .grid_third img {
  width: 70%;
  margin: 15%;
  margin-bottom: 7px;
}
body.frontpage #content .grid_third h2 {
  text-align: center;
  font-size: 20px;
}

/* Tablet styles */

@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) {
    body { background: none; }
    .titleinner {
        width: 100%;
    }
    #title h1 {
        padding: 185px 4% 21px 4%;
        background: url(gfx/title.png) 14px 30px no-repeat;
        background-size: 220px;
        font-size: 36px;
    }
    #wrapper {
        background-size: 1000px;
    }
    #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;
    }

    body.frontpage #content .grid_third img {
      max-width: 70%;
    }
    body.frontpage #content .grid_third {
      min-height: 220px;
    }
}
