/*! 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: 'Amsi pro condbold'; src: url(/_assets/_fonts/amsipro/amsiprocond-bold-webfont.woff2) format('woff2'), url(/_assets/_fonts/amsipro/amsiprocond-bold-webfont.woff) format('woff'); font-weight: 700; 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; }


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

Psychology BASECAMP CSS

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

body {
    text-rendering: optimizeLegibility;
    background: url(gfx/background-2021.jpg) 0 0 repeat-x;
}
#wrapper {
  background: url(gfx/banner-2021.jpg) right 0px no-repeat;
}
header#global_intro h1 {
  font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, arial, sans-serif;
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
header#global_intro h1.global_intro_maori {
  font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  margin-top: 5px;
  padding-bottom: 14px;
}
:root {
  --first-color: #94b7ab;
  --second-color: #a9a9a2;
  --third-color: #8caea3;
  --fourth-color: grey;
  --otago-dark-blue: #163568;
  --otago-light-blue: #00508f;
  --otago-link-blue: #416ebf;
  --otago-yellow: #f9c013;
  --otago-pg-blue: #0c385a;
  --otago-light-grey: #555555;
  --otago-dark-grey: #888888;
  --otago-background-grey: #f5f5f5;
}

#title h1, body.frontpage #title h1.notopimage, #title h1.notopimage {
    background: url(gfx/title-2021.png) 0px 100px no-repeat;
    color: var(--first-color);
    font-family: 'Amsi pro condbold', Helvetica, Arial, Geneva, sans-serif;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: -0.01em;
    line-height: 1.05;
    margin: 0px 0 28px 23px;
    max-width: 882px;
    padding: 400px 0 0 0;
    position: static;
    text-rendering: optimizeLegibility;
}
/* .titleinner {
    background: url(gfx/banner.jpg) center 0px no-repeat;
    padding-top: 3px;
}
.titleinner img {
    display: none;
}
.titleinner h1 {
    margin-top: 0px;
} */
#content h2 {
    border-bottom: 0;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 28px; 
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0;
}
#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;
    font-size: 16px;
    line-height: 1.55;
}

#content h2 {
      border-bottom: none;
      color: var(--second-color);
      font-family: 'Amsi Pro Condlight', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.25;
      padding-bottom: 10px;
      text-rendering: optimizeLegibility;
}
#content h3 {
      color: var(--third-color);
      font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 23px;
      line-height: 1.3;
      margin-top: 21px;
}
#content h4 {
      color: var(--fourth-color);
      font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 20px;
      letter-spacing: .4px;
      line-height: 1.3;
      margin-top: 21px;
}
#content h5 {
      color: var(--fourth-color);
      font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
      font-size: 20px;
      letter-spacing: .4px;
      line-height: 1.3;
      margin-top: 21px;
}

#content li {
    margin-bottom: 7px;
}
#right {
    background: none;
}
#content,
#title h1.notopimage {
  max-width: 882px;
  position: relative;
  width: 100%;
}
#content ul,
#content ul li,
#right ul li {
	list-style-image: url(/_assets/_gfx/arrow-pale-green-forward.svg);
	list-style-position: outside;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    list-style-position: outside;
    margin-left: 7px;
}
#content ol li {
    font-size: 16px;
    padding-bottom: 10px;
}
#content .grid-third ul {
  margin-left: 22px;
}
#content p.fullwidthimage img {
    border: none;
}

#content p img {
    border: none;
}
#content ul.pagesubnav li a {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 2;
}
#content ul.pagesubnav li {
    list-style-position: outside;
    margin-left: 10px;
    padding-left: 5px;
}
#content ul.pagesubnav {
   background-color: #f9f9f9;
}
#right {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 232px;
    width: 100%;
}
#right .rightcontentwysiwyg {
    background-color: #f2f2f2;
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
}
#right h2 {
    font-family: 'Amsi pro condbold', Helvetica, Arial, Geneva, sans-serif;
    font-size: 20px;
    letter-spacing: 0.01em;
    padding-bottom: 10px;
    text-transform: none;
}
#content table td p,
#content table td {
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
	font-weight: 400;
    font-size: 16px;
    line-height: 1.55;
}
#content blockquote {
    background-color: #f5faf8;
    border-left-color: var(--first-color)
}
#content .photo-container p {
    width: 33.333%;
/*     background-color: red; */
    line-height: 1;
}
#content .photo-container-b p {
    width: 25%;
}
/* #content .photo-container p:nth-of-type(3){
    margin-right: 0px;
} */
#content div.photo-container,
#content div.photo-container-b {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
/*     border: solid 2px red; */
}
#content .photo-container img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    margin: 0;
    padding:0;
    height: 100%;
    line-height: 1;
}

body.OTAGO021526 #content table.noborder td:nth-of-type(1) {
/*     border: solid 2px red; */
    width: 70px;
}
body.OTAGO021526 #content table.noborder td {
padding-bottom: 35px;
}

/*  FRONTPAGE  */

/*body.frontpage {
    background-position: center top;
}
body.frontpage .titleinner {
    background: url(gfx/banner.jpg) center 0px no-repeat;
    padding-top: 14px;
    padding-bottom: 21px;
}
body.frontpage #title h1 {
    padding: 270px 373px 0px 23px;
    font-size: 40px;
    line-height: 1.2;
    background: url(gfx/title.png) 20px 21px no-repeat;
    opacity: 1;
    font-family: 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-weight: 300;
}*/
/* #right a[href*="facebook.com"] {
    background: 0;
    padding-left: 0;
} */

body.frontpage .tile-box-shadow-thumbnail-no-description {
    width: 22%;
    margin-right: 4%;
}
body.frontpage .tile-box-shadow-container {
    padding-top: 30px;
}
body.frontpage #content .tile-box-shadow-thumbnail-no-description:hover{
   box-shadow: 0 10px 20px silver;
   transform: translateY(-1px)
} 
body.frontpage #content .tile-box-shadow-thumbnail-no-description{
    box-shadow: 0 5px 20px #f5f5f5,
                0 2px 6px #e4e4e4;
    margin-bottom: 55px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.3s ease;
}
body.frontpage #content .tile-box-shadow-thumbnail-no-description h2 {
    color: var(--first-color);
	  font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, sans-serif;
	  font-size: 25px;  
}
body.frontpage #content h2.intro-text {
    padding-bottom: 0;
}
body.frontpage #title h1.notopimage {
    margin-bottom: 0px;
}


/* Video */


body.frontpage #content .video-container {
    background: #00508F;
    border-top: 21px solid #f9c000;
    border-radius: 3px;
    margin-bottom: 49px;
    padding: 14px 21px 21px 21px;
}
body.frontpage #content .video-container h2 {
    border: 0;
    color: #ffffff;
    font-family: 'Amsi Pro Condbold', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 14px;
    padding-top: 0;
}
body.frontpage #content .video-container h2 strong {
    color: #f9c000;
}
body.frontpage #content .video-container h3,
body.frontpage #content .video-container p {
    color: #ffffff;
    font-family: 'Amsi Pro Condlight', 'Open Sans', Helvetica, Arial, Geneva, sans-serif;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 14px;
}
body.frontpage #content .video-container p:first-of-type {
    color: #f9c000;
}
body.frontpage #content .video-container p:last-of-type {
    margin-bottom: 42px;
}
body.frontpage #content .video-box {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
body.frontpage #content .video-box iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@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.notopimage, #title h1.notopimage {
               background-image: url(gfx/title-2021@2x.png);
               background-size: 312px;
           }

/* Tablet styles */

@media only screen and (max-width: 768px) {
	#title h1 {
        padding-right: 0;
    }
    body.frontpage #title h1 {
        padding-right: 0;
    }
    #right {
        border-bottom: none;
    }
}

/* Mobile styles*/

@media only screen and (max-width: 700px) {
    #title h1.notopimage, body.frontpage #title h1.notopimage {
        background-position: 0 21px;
        background-size: 200px;
        font-size: 45px;
        line-height: 1.1;
        margin-left: 0;
        padding-top: 200px;
    }
    #wrapper,
    body.frontpage #wrapper {
        background-position: right 35px;
        background-size: 720px;
    }
    body,
    body.frontpage {
        background: none;
    }
       #content {
        width: 97%;
    }
    body.frontpage #content h2.intro-text {
        font-size: 35px;
    }
    #content table.noborder td img {
        min-width: 45px;
    }
}
@media only screen and (max-width: 600px) {
    #wrapper,
    body.frontpage #wrapper {
        background-position: -140px 35px;
    }
    
    #title h1.notopimage, body.frontpage #title h1.notopimage {
        font-size: 40px;
        background-size: 180px;
    }
    body.frontpage #content .tile-box-shadow-thumbnail-no-description {
        width: 46%;
    }
/*     body.frontpage #content .tile-box-shadow-thumbnail-no-description:nth-of-type(2n) {
        margin-right: 0;
    } */
}
@media only screen and (max-width: 530px) {
    #wrapper,
    body.frontpage #wrapper {
        background-position: -180px 35px;
    }
}
          
          
@media only screen and (max-width: 450px) {
    #wrapper,
    body.frontpage #wrapper {
        background-position: -130px 35px;
        background-size: 600px;
    }
/*     #title .titleinner:after {
        width: 300px;
    } */
    #title h1.notopimage, body.frontpage #title h1.notopimage {
        font-size: 40px;
        background-size: 180px;
        padding: 170px 0 0 0;
    }
    body.frontpage #content .tile-box-shadow-thumbnail-no-description {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }
    body.frontpage #content h2.intro-text {
        font-size: 30px;
    }
    body.frontpage #content .video-container h2 {
        font-size: 30px;
    }
    #content h2 {
        font-size: 35px;
    }
}