/*
Theme Name: Enviroschools
Theme URI: https://enviroschools.org.nz
Author: Established Group
Author URI: http://establishedgroup.com
Version: 1.0.0
*/

@font-face {
  font-family: "expose";
  src: url("assets/fonts/expose.woff2"),
  url("assets/fonts/expose.ttf");
}

.TTNormsPro-Regular {
  font-family: TTNormsPro-Regular;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Italic {
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Medium {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-MediumItalic {
  font-family: TTNormsPro-MediumItalic;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Bold {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-BoldItalic {
  font-family: TTNormsPro-BoldItalic;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-ExtraBold {
  font-family: TTNormsPro-ExtraBold;
  font-weight: normal;
  font-style: normal;
}

.TTNormsPro-Black {
  font-family: TTNormsPro-Black;
  font-weight: normal;
  font-style: normal;
}


/* ES Brand colours 

ES Green =  rgba(123,180,65,1)

Dark Green =     rgba(25,151,93,1)
aqua =      rgba(0,180,188)
cyan =      rgba(0,151,219)
blue =      rgba(73,130,207)
purple      rgba(133,134,198)
indigo      rgba(127,93,174)
orange      rgba(255,173,74)
yellow      rgba(247,155,46)
maroon      rgba(167,81,84)
red =       rgba(203,79,83)

ACTION COLOURS

purple      rgba(159,33,139)
light blue  rgba(0,173,211)
lime        rgba(182,215,65)
pale orange rgba(251,176,64)

*/


/* CSS RESETS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  height: 100%;
  color: rgba(128, 128, 128, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: TTNormsPro-Regular, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 20px 30px;
  border-left: solid 1px rgba(123, 180, 65, 1);
  padding: 10px 30px 10px;
  display: flex;
}

*:focus {
  outline: 0;
}

blockquote p {
  font-size: 22px;
  color: rgba(123, 180, 65, 1);
  margin-bottom: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2;
}

p,a,ol,ul,li {
  line-height: 1.5;
}

a {
  color: rgba(128, 128, 128, 1);
  text-decoration: none;
}

html:not(.has-touch) a:hover {
  color: rgba(100, 100, 100, 1);
}

p {
  font-size: 17px;
  margin: 0 0 15px 0;
  color: #777;
}

hr {
  height: 1px;
  border: 0;
  color: #ccc;
  background: #ccc;
  margin: 20px 0 10px 0;
}

main article p a,main p a {
  text-decoration: underline;
  color: rgba(128, 128, 128, 1);
  -webkit-text-decoration-color: rgba(128, 128, 128, 0.4);
  text-decoration-color: rgba(128, 128, 128, 0.4);
}

p a:hover {
  /*text-decoration: underline;*/
  color: #333;
}

.story_text .read-more:hover,
.read_more:hover,
.btn-outline:hover {
  opacity: 0.5;
}

em, i {
  font-family: TTNormsPro-Italic;
}

p em strong, p i strong, p strong i, 
p strong em, p b em, p em b,
strong em, strong i, i strong, em strong,
p b i, p i b
 {
  font-family: TTNormsPro-BoldItalic;
  font-weight: normal;
  font-style: normal;
}

p strong,
strong {
  font-family: TTNormsPro-Bold;
}

main ol,
main ul {
  font-size: 17px;
  margin: 10px 10px 15px 10px;
  padding: 0 10px;

}

main ul {
 list-style: disc;
}

main ol {
 list-style: decimal;
}

ul ul {
  list-style:circle;
}

li {
  margin-bottom: 7px;
  /* list-style-position: inside;*/
}

h1 {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
  color: rgba(123, 180, 65, 1);
  margin: 0 auto 10px auto;
  width: 100%;
}

h3 {
 font-family: TTNormsPro-Medium;
 font-size: 32px;
 font-weight: normal;
 color: rgba(123, 180, 65, 1);
 margin-bottom: 10px;
}

h4 {
  font-size: 20px;
  font-weight: normal;
  font-family: TTNormsPro-Bold;
  margin-bottom: 10px;
}

section.paper {
  background-image: url(assets/img/bg_repeater.jpg);
  background-color: rgba(255, 255, 255, 1);
  background-size: 300px;
}

.container {
  width: calc(100% - 40px);
  max-width: 1140px;
  padding: 40px 20px;
  margin: auto;
  text-align: center;
}

.post_nav {
  font-size: 16px;
}

.post_nav a:nth-child(2) {
  float: right;
}

.alignright,
img.alignright,
a img.alignright {
  float:right; 
  margin:0 0 1em 1em;
}

.alignleft,
img.alignleft,
a img.alignleft {
  float:left; 
  margin:0 1em 1em 0;
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}


/*
*
*
* Main Image Banner
*
* * * * * * * * * * * */

.top-banner {
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

.main_image {
  background-color: #000;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_image {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.main_image.short {
  height: 150px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_image:before,
.main_slider:before {
  /*content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;*/
}

.main_image.no_mask:before {
  display: none;
}

.watermark {
  width: 50%;
  height: 70vh;
  max-height: 700px;
  background-repeat: no-repeat;
  position: absolute;
  /*top: 111px;*/
  margin-left: 5%;
  opacity: 0.3;
  z-index: 1;
}

.main_slider {
  overflow: hidden;
  margin-top: 0;
  max-height: 700px;
}


/*
*
* Main Page Banner 
*
* * * * * * * * * * * * * * * */

.banner-text {
  width: 90%;
  max-width: 600px;
  margin: 0 0 0 auto;
  text-align: left;
}

.banner-text h1 {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

#simple-banner .banner-text h1 {
  font-size: 44px;
  margin-bottom: 5px;
}

.banner-text h2 {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-align: left;
  text-transform: none;
  margin: 0;
}

.banner-text.left {
  margin: 0 auto 0 0;
}

.banner-text.right {
  margin: 0 0 0 auto;
}

.banner-text.center {
  margin: 0 auto 0 auto;
  max-width: 600px;
}

.banner-text.center h1,
.banner-text.center h2,
.banner-text.center .video_play {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


/*
*
*
* Main Banner - Full Screen Video
*
* * * * * * * * * * * * * * * */

.video_play {
  width: 60px;
  height: 100%;
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.video_play img {
  width: 45px;
  cursor: pointer;
}

.video_play {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.video_play:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bg_video {
  display: none;
}

#video_holder {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  display: none;
}

#video {
  position: absolute;
}

#close_btn {
  color: #fff;
  font-size: 90px;
  font-weight: normal;
  float: right;
  position: relative;
  right: 1%;
  top: 5%;
  cursor: pointer;
  z-index: 99999;
  text-shadow: 2px 1px 8px rgba(0, 0, 0, 0.5);
}

#simple-banner {
  height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-link a {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 16px;
  display: block;
  margin: 20px;
  color: #666;
}

#lightSlider li.lslide {
  display: none;
}

#lightSlider li.lslide.active {
  display: block;
}

/* PAGER */

ul.lSPager.lSpg {
  position: absolute;
  z-index: 9999;
  list-style: disc;
  width: auto;
  height: auto;
  margin: -60px 0 0 0!important;
  left:50%;
  transform: translateX(-50%); /*or  transform: translateX(-50%);*/
  -webkit-transform: translateX(-50%);/*or  -webkit-transform: translateX(-50%); */
  -ms-transform: translateX(-50%);/*or -ms-transform: translateX(-50%);*/
}

ul.lSPager.lSpg li {
  display: inline-block;
  height: auto;
  max-height: 10px;
  color: #fff;
  cursor: pointer;
}


.lSSlideOuter .lSPager.lSpg > li a {
  background-color: rgba(255,255,255,0.4);
  /*border: solid 2px rgba(255,255,255,1);*/
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  overflow: hidden;
  text-indent: -999em;
  width: 15px;
  position: relative;
  margin: 5px;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, 
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: rgba(255,255,255,1);
}



.main_slider ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}

.main_slider li {
  height: 70vh;
  max-height: 700px;
  position: relative;
}

.main_slider .slider-img {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 70vh;
  max-height: 700px;
  position: absolute;
}

.home-banner {
  z-index: 10;
}

.home-banner h1,
.banner-text h1 {
  font-size: 50px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}

.home-banner,
.top-banner {
  z-index: 10;
  position: relative;
  height: 70vh;
  max-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.home-banner.center h1,
.home-banner.center .text_align {
  text-align: center;
  max-width: 600px;
}

.home-banner.right h1,
.home-banner.right .text_align {
  margin: 0 0 0 auto;
  max-width: 480px;
}

.home-banner.left h1,
.home-banner.left .text_align {
  margin: 0 auto 0 0;
  max-width: 480px;
}

.home-banner h1 {
  margin-bottom: 20px!important;
}


/*
*
*
* Footer Banners
*
* * * * * * * * * * * * * * * */

.footer-collage img {
  width: 100%;
  vertical-align: bottom;
}


/*
*
*
* Global
*
* * * * * * * * * * * * * * * */

.container.intro {
  max-width: 900px;
  position: relative;
}

.container.intro p {
  font-size: 20px;
}

.container.intro ul {
  font-size: 20px;
  list-style: disc;
  text-align: left!important;
  width: 90%;
  margin: 0 5% 25px;
}

.btn-outline a,
a.btn-outline {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  border: 1px #444 solid;
  color: #444;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

#shuttlerock_stream p {
  width: 90%;
  max-width: 700px;
  margin: auto;
}

#shuttlerock_stream p a {
  color: #777;
  font-size: 21px;
}

#shutrock a:hover {
  color: #222;
}

#shuttlerock_stream .end_line {
  width: 140px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 40px auto 20px auto;
  display: block;
}


/*
*
*
* #Enviroschools
*
* * * * * * * * * * * * * * * */

#social-hub {
  margin-bottom: 40px;
}


/*
*
*
* BLOG - Projects & Articles intro Section
*
* * * * * * * * * * * * * * * */


/* illustrations */

#tamanuitera {
  position: absolute;
  width: 170px;
  margin: -60px 0 0 170px;
}

#falcon {
  position: absolute;
  width: 150px;
  z-index: 4;
  margin: -60px 0 0 -230px;
}

#piwakawaka {
  position: absolute;
  width: 180px;
  margin: -140px 0 0 -570px;
}

#creating-change-intro {
  padding: 40px 0;
}

.section-border {
  border-bottom: solid rgba(0, 0, 0, 0.3) 1px;
  height: 0px;
  width: 100%
}

#creating-change-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#creating-change-intro h3 {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  color: #a45154;
  font-family: TTNormsPro-Regular;
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
  display: inline-block;
  width: 240px;
  text-align: center;
}

.story_img {
  -webkit-clip-path: circle(175px at center);
  clip-path: circle(175px at center);
  height: 350px;
  width: 350px;
  background-position: center;
  background-size: cover;
  margin: auto;
  margin-bottom: 30px;
}

section#creating-change-intro .container div a:hover ~ .story_text h4 {
  text-decoration: underline;
}

/*section#creating-change-intro .container div#story_3 a:hover ~ .story_text a {
  text-decoration: underline;
  color:#fff!important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.6)!important;
  text-decoration-color: rgba(255, 255, 255, 0.6)!important;
  }*/

  .story_text {
    width: 350px;
    margin: 20px auto;
  }

/*.story_text a:hover {
  text-decoration: underline;
  }*/

  .story_text a:hover h4 {
    text-decoration: underline;
  }

  #story_3 .story_text:hover a {
    color:#fff;
    -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
    text-decoration-color: rgba(255, 255, 255, 0.6);
  }


  .story_text h4 {
    font-family: TTNormsPro-Bold;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
  }

  .story_text p {
    font-family: TTNormsPro-Regular;
    font-weight: normal;
    font-size: 16px;
    color: #111;
    position: relative;
    z-index: 2;
  }

  .story_text .read-more {
    font-family: TTNormsPro-Bold;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #111;
    z-index: 2;
  }

  #story_1 {
    width: 40%;
    display: inline-block;
    margin-top: 80px;
  }

  #story_2 {
    width: 60%;
    display: inline-block;
  }



  #story_2 .story_text {
    width: 360px;
    margin: 70px 0 0 70px;
  }

  #story_2 .story_img {
    margin: 0 70px 0 auto;
    -webkit-clip-path: circle(130px at center);
    clip-path: circle(130px at center);
    height: 260px;
    width: 260px;
  }

  #story_2 .story_text::before {
    content: '';
    position: absolute;
    margin: -150px 0 0 -245px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background-color: rgba(255, 170, 74, 0.3);
    z-index: 1;
  }

  #story_3 {
    width: 50%;
    display: inline-block;
  }

  #story_3 .story_text {
    width: 360px;
    margin: 70px 0 0 20px;
  }

  #story_3 .story_text p,
  #story_3 .story_text h4,
  #story_3 .story_text .read-more {
    color: #fff;
  }

  #story_3 .story_img {
    margin: 0 -10px 0 auto;
    -webkit-clip-path: circle(125px at center);
    clip-path: circle(125px at center);
    height: 250px;
    width: 250px;
    position: relative;
    z-index: 3;
  }

  #story_3 .story_text::before {
    content: '';
    position: absolute;
    margin: -130px 0 0 -245px;
    width: 490px;
    height: 490px;
    border-radius: 50%;
    background-color: rgba(164, 81, 84, 1);
    z-index: 1;
  }

  #story_4 {
    width: 50%;
    display: inline-block;
  }

  #story_5 {
    width: 100%;
    display: inline-block;
    margin-bottom: 80px;
  }

  #story_5 .story_text {
    width: 310px;
    margin: -240px 160px 0 auto;
  }

  #story_5 .story_img {
    margin: 40px auto 0 160px;
    -webkit-clip-path: circle(200px at center);
    clip-path: circle(200px at center);
    height: 400px;
    width: 400px;
  }

  #story_5 .story_text::before {
    content: '';
    position: absolute;
    margin: -101px 0 0px -225px;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: rgba(25, 148, 93, 0.3);
    z-index: 1;
  }


/*
*
*
* BLOG - News, Projects & Articles Page
*
* * * * * * * * * * * * * * * */

header {
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
  text-align: left;
}

#projects h1 {
  font-size: 42px;
  color: #444;
  text-align: left;
  width: 100%;
}

#projects h2 {
  font-size: 38px;
  text-align: left;
  color: rgba(123, 180, 65, 1);
}

#projects_loaded h2 {
  font-style: normal;
}

#projects article h2.news {
  color: rgba(123, 180, 65, 1);
  /*font-size: 25px;*/
  font-style: normal;
  margin: 10px 0 5px 0;
}

.category_nav {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  text-align: left;
  font-size: 17px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.category_nav li {
  display: inline-block;
  margin: 0 25px 5px 0px;
}

.category_nav li a:hover {
  /*text-decoration: underline;*/
  color: inherit;
  opacity: 0.7;
}

#regional_link {
  width: 300px;
  float: right;
  text-align: left;
  margin-top: -10px;
  display: none;
}

#small_nz_map {
  height: 99px;
  width: auto;
  float: left;
  margin-right: 10px;
}

#regional_text {
  font-size: 18px;
  line-height: 1.2;
  right: 0;
  color: #64873a;
  margin-top: 20px;
}


/* Right Menu Column */

#projects aside {
    width: 25%;
    float: right;
    background: white;
    padding: 30px 30px 20px 30px;
    text-align: left;
}

#projects aside h4 {
  font-size: 24px;
  color: #64873a;
  margin-bottom: 5px;
}

#projects aside ul a,
#projects aside ul .list_title {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(123, 180, 65, 0.8);
}

ul.region_subnav li a:hover {
  text-decoration: underline;
}
ul.region_subnav li a.active:hover {
  text-decoration: none;
}

#projects aside ul.subnav {
  margin-top: 5px;
}

#projects aside ul.subnav li,
ul.region_subnav li {
  margin-bottom: 2px;
}

ul.region_subnav li ul {
	list-style: none;
}

#projects aside ul.subnav li a {
  font-size: 16px;
  color: #777;
}

.National_Region.active,
.all_Region.active {
  border-bottom: 2px solid rgba(123, 180, 65, 0.8);
}

#projects aside ul.subnav li a.active {
  border-bottom: 1px solid #999;
}

#projects ul.category_nav li a.active:after {
  content: '';
  height: 2px;
  width: auto;
  display: block;
  background: #777;
}

.es_cat_colour {
  color: rgba(123, 180, 65, 1)!important;
}

.cat_colour1 {
  color: rgba(25, 151, 93, 1)!important;
}

.cat_colour2 {
  color: rgba(0, 180, 188)!important;
}

.cat_colour3 {
  color: rgba(0, 151, 219)!important;
}

.cat_colour4 {
  color: rgba(73, 130, 207)!important;
}

.cat_colour5 {
  color: rgba(133, 134, 198)!important;
}

.cat_colour6 {
  color: rgba(127, 93, 174)!important;
}

.cat_colour7 {
  color: rgba(255, 173, 74)!important;
}

.cat_colour8 {
  color: rgba(247, 155, 46)!important;
}

.cat_colour9 {
  color: rgba(167, 81, 84)!important;
}

.cat_colour0 {
  color: rgba(203, 79, 83)!important;
}

.es_cat_colour.active:after {
  background: rgba(123, 180, 65, 1)!important;
}

.cat_colour1.active:after {
  background: rgba(25, 151, 93, 1)!important;
}

.cat_colour2.active:after {
  background: rgba(0, 180, 188) !important;
}

.cat_colour3.active:after {
  background: rgba(0, 151, 219)!important;
}

.cat_colour4.active:after {
  background: rgba(73, 130, 207) !important;
}

.cat_colour5.active:after {
  background: rgba(133, 134, 198)!important;
}

.cat_colour6.active:after {
  background: rgba(127, 93, 174)!important;
}

.cat_colour7.active:after {
  background: rgba(255, 173, 74)!important;
}

.cat_colour8.active:after {
  background: rgba(247, 155, 46)!important;
}

.cat_colour9.active:after {
  background: rgba(167, 81, 84)!important;
}

.cat_colour10.active:after {
  background: rgba(203, 79, 83)!important;
}


/* Main Article Column */

#projects main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(75% - 80px);
}

#projects main a {
  background: #fff;
  display: block;
  text-decoration: none;
  width: calc(50% - 50px);
  display: inline-block;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
}

#projects main a:hover h2 {
  text-decoration: underline;
}

#projects main a:nth-child(3n+1) {
  width: 100%;
  background-size: cover;
}

#projects main a .story_image {
  height: 220px;
  width: 100%;
  background-size: cover;
}

#projects main a:nth-child(3n+1) .story_image {
  height: 420px;
}

#projects main .project_cat {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

#projects main .project_cat a {
  margin: 0 5px 2px 0;
  padding: 0;
  background: none;
  width: auto;
}

#projects main article h2 {
  font-size: 22px;
  line-height: 1.2;
  color: #111;
  margin: 8px 0 10px 0;
}

p.hero_intro {
  font-size: 16px;
}

.read_more {
  font-size: 12px;
  text-transform: uppercase;
  color: #111;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
}



section#projects.news-events main a.resource_article {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
}

section#projects.news-events main a.resource_article .story_image {
  margin-right: 20px;
}
section#projects.news-events main a.resource_article .story_image,
section#projects.news-events main a.resource_article .story_deets {
  width: calc( 50% - 20px);
  height: 250px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  overflow: hidden;
}

section#projects.news-events main a.resource_article .story_deets h3 {
	font-size: 22px;
  margin-bottom: 7px;
}

section#projects.news-events main a.resource_article .story_deets .date_small {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 5px;
  color: #aaa;
}

section#projects.news-events main a.resource_article .story_deets p.hero_intro {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 7px;
}



/*
*
* PreLoader
*
* * * * * * * * * * * * * * * */

svg.preloader {
  width: 100%;
  height: 200px;
  display: inline-block;
  padding: 0px;
  margin: auto;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

svg.preloader path.circle {
  fill: transparent;
  stroke: rgba(123, 180, 65, 1);
  stroke-width: 3px;
  -webkit-animation: 1.5s circle infinite ease-in;
  animation: 1.5s circle infinite ease-in;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 400 400;
    stroke-dashoffset: -400;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 400 400;
    stroke-dashoffset: -400;
  }
}


/*
*
* PAGINATION
*
* * * * * * * * * * * */


/*nav.pagination_wrapper {
    margin: 30px auto 30px auto;
    padding-bottom: 20px;
    text-align: center;
    position: static!important;
}
*/

.pagination .page-item {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 5px 13px 0 0;
}

.pagination .page-item .page-link {
  margin: 0;
  line-height: 40px;
}

nav a.pagination:before {
  left: 0!important;
}

.pagination .page-item.active {
  border-radius: 50%;
  background-color: #64873a;
}

.pagination .page-item.active .page-link {
  color: #fff;
}

nav.pagination_wrapper {
  background-color: transparent;
  border-bottom: none;
  position: static!important;
  text-align: center;
  margin-top: 30px;
  box-shadow: none;
}

#projects main nav.pagination_wrapper a {
  background: transparent;
  padding: 0!important;
  text-align: center;
}


/*
*
*
* Generic Site Page
*
* * * * * * * * * * * * * * * */

#generic-page .container {
  background-color: #fff;
  margin-top: -100px;
  margin-bottom: 70px;
  text-align: left;
  width: calc(100% - 240px);
  padding: 30px 80px 100px 80px;
  position: relative;
  z-index: 1;
}

/*.atua-image { 
  display: none;
}*/

.atua-image {
  display: block;
  position: relative;
  float: right;
  margin: 100px -340px 0 0;
  width: 300px;
}

.atua-image p {
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  color: #999;
  padding: 10px;
}

@media screen and (max-width: 1300px) {
  .atua-image {
    margin: 100px -240px 0 0;
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .atua-image {
    display: none;
  }
}

#generic-page h1,
#generic-page h2 {
  font-size: 40px;
  color: rgba(123, 180, 65, 1);
  margin: 40px 0 20px 0;
  line-height: 1.2;
}

#generic-page h3 {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
  color: #64873a;
  margin-bottom: 7px;
}

#generic-page h4 {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 21px;
  line-height: 1.2;
  color: #666;
  margin-bottom: 8px;
}

span.pdf-download-link {
  background-image: url('assets/img/apps-pdf-icon.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding: 3px;
  padding-left: 35px;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

span.pdf-download-link a {
  color: #555;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 1.2;
}


/*
*
*
* About Page - ES illustration
*
* * * * * * * * * * * * * * * */

#es_illustration {
  position: static;
  display: block;
  width: 100%;
  height: 1170px;
}

#es_illustrator_mobile {
  display: none;
}

#es_illustration svg#rollovers {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  z-index: 10;
}

#es_illustration img {
  width: 100%;
  max-width: 1000px;
  position: absolute;
  display: none;
}

#es_illustration img.on {
  display: block;
  z-index: 2;
}

#es_illustration #_00 {
  display: block;
  z-index: 1;
}

#es_illustration svg polygon {
  cursor: pointer;
  fill: rgba(0, 0, 0, 0);
  opacity: 0;
}

.list-of-stages {
  position: relative;
  z-index: 11;
}

main ul.list-of-stages {
  list-style: none;
  margin: 0;
  padding: 0;
  /*    width: 100%;
  max-width: 1000px;*/
}

.list-of-stages li {
  list-style: none;
  
  line-height: 1.1;
  color: #111;
  position: absolute;
  width: 250px;
  cursor: pointer;
}

.list-of-stages li h4 {
  font-family: "expose"!important;
  color:#111!important;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 20px!important;
}

.list-of-stages li div p {
  font-size: 14px;
  font-family: TTNormsPro-Regular;
  font-weight: normal;
}

.list-of-stages li div {
  display: none;
}

.list-of-stages li.on div {
  display: block;

}

.list-of-stages li.on h4 {
  text-decoration: underline;
  color: rgba(123,180,65,1)!important;
}



.list-of-stages li.right_col {
  margin-left: 100%;
}

#_00 {
 /* margin-top: 30px;*/
 width: 370px;
}

#_01 {
  margin-top: 350px;
}

#_03 {
  margin-top: 150px;
  width: 350px;
}

#_05 {
  margin-top: 530px;
  width: 210px;
}

#_07 {
  margin-top: 970px;
}

#_02 {
  margin-top: 40px;
}

#_04 {
  margin-top: 230px;
}

#_06 {
  margin-top: 390px;
}

#_08 {
  margin-top: 920px;
}

#_09 {
  margin-top: 650px;
}



/*
*
*
* About Page - ES structure diagram
*
* * * * * * * * * * * * * * * */


#structure_diagram_mobile {
  display: none;
}

#structure_diagram_desktop {
	width: 100%;
	max-width: 1000px;
	height: 1400px;
}

#structure_diagram_desktop img {
  max-width: 1000px;
  position: absolute;
}

#structure_info {
  position: absolute;
  width: 260px;
}

#structure_info div:nth-child(1) {
	margin-top: 280px;
}

#structure_info div:nth-child(2) {
	margin-top: 40px;
}

#structure_info div:nth-child(3) {
	margin-top: 100px;
}

#structure_info div:nth-child(4) {
	margin-top: 150px;
}

#structure_info h4 {
  font-family: "expose"!important;
  color: #111!important;
  margin-bottom: 20px!important;
}

#structure_info p {
  font-size: 17px;
  font-family: TTNormsPro-Regular;
  font-weight: normal;
  margin-bottom: 10px!important;
}





.partner_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 40px;
}

.partner_child {
  width: calc(25% - 20px);
  /*max-width: 240px;*/
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner_child * {
  text-decoration: none;
  text-align: center;
}

.partner_child .img_holder {
  height: 100px;
  width: 85%;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner_child img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
}

#generic-page .partner_child h5 {
  font-family: TTNormsPro-Medium;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 7px;
  color: #555;
}

#generic-page .partner_child p {
  font-size: 14px;
  color: #777;
}

#generic-page .partner_parent h4 {
  width: 100%;
  margin: 20px 0 20px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  font-size: 27px;
}

.history_event {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*align-items: center;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.event_img {
  width: 33%;
}

.timeline_img {
  -webkit-clip-path: circle(150px at center);
  clip-path: circle(150px at center);
  height: 300px;
  width: 300px;
  background-position: center;
  background-size: cover;
  margin: auto;
}

.event_date {
  width: 33%;
  float: left;
}

.event_date h5 {
  font-size: 65px;
  letter-spacing: -2px;
  width: 100%;
  text-align: right;
  color: rgba(123, 180, 65, 1);
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  margin-top: 85px;
}

.timeline .event_info {
  width: 33%;
  display: inline-block;
  text-align: left;
}

.timeline .event_info h6 {
  margin-top: 30px;
  font-size: 30px;
  color: rgba(123, 180, 65, 1);
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 1.1;
}

.timeline .event_info p {
  font-size: 16px;
}

.timeline .event_info ul {
  list-style: disc;
  margin-left: 20px;
}

.timeline .green_dot {
  /* display: block;*/
  background-image: url(assets/img/living_landscapes_koru.png);
  background-size: contain;
  /*border-radius: 50%;*/
  width: 50px;
  height: 50px;
  /*background-color: rgba(123, 180, 65, 1);*/
  margin: auto;
}


/*
*
*
* Growing Outcomes Page
*
* * * * * * * * * * * * * * * */

.benefit_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0;
}

.benefit_child {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-color: #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.benefit_child * {
  text-decoration: none;
  text-align: left;
}

.benefit_info {
  margin: 40px 40px 10px 40px;
}

.benefit_info h5 {
  color: #333;
  font-size: 21px;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 1.1;
}

.benefit_info ul {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
}

.benefit_info blockquote {
  margin: 20px 10px;
  border-left: none;
  padding: 0;
}

.benefit_info blockquote p {
  font-size: 16px;
  color: #333;
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  line-height: 1.4;
}

.benefit_img {
  height: 270px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-top: auto;
}

.border_1 {
  /*purple*/
  border-top: solid 10px rgba(159, 33, 139);
}

.border_2 {
  /*light_blue*/
  border-top: solid 10px rgba(0, 173, 211);
}

.border_3 {
  /*lime*/
  border-top: solid 10px rgba(182, 215, 65);
}

.border_4 {
  /* pale_orange */
  border-top: solid 10px rgba(251, 176, 64);
}

.border_5 {
  /*purple*/
  border-top: solid 10px rgba(159, 33, 139);
}

.border_6 {
  /*purple*/
  border-top: solid 10px rgba(159, 33, 139);
}

.border_7 {
  /*lime*/
  border-top: solid 10px rgba(182, 215, 65);
}

.border_8 {
  /* pale_orange */
  border-top: solid 10px rgba(251, 176, 64);
}


/*
*
*
* Our People Page
*
* * * * * * * * * * * * * * * */

.team_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 40px 0;
  text-align: center;
}

.team_child {
  width: calc(25% - 10px);
  margin-bottom: 30px;
  text-align: center;
}

.team_child * {
  text-decoration: none;
}

.team_child .portrait_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px auto;
  -webkit-clip-path: circle(75px at center);
  clip-path: circle(75px at center);
  height: 150px;
  width: 150px;
  background-color: #efefef;
  background-position: center;
  background-size: cover;
}

.team_parent h2,
.region_parent h2 {
  margin: 0 auto 50px auto;
}

.region_parent {
  text-align: center;
}

.region_parent img {
  margin: 0 auto 40px auto;
  max-width: 100%;
}

.region_parent p {
  width: 100%;
  text-align: center;
}

.team_parent h5 {
  color: #444;
  font-size: 18px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 5px;
}

.team_parent h6 {
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0px;
}

.team_parent p,
.team_parent a {
  color: #555!important;
  font-size: 14px;
  line-height: 1.2;
  word-break: break-all;
}

.team_parent a:hover {
  color: #333!important;
}

@media screen and (max-width: 1023px) {
  .team_child {
    width: calc(33% - 10px);
    margin-bottom: 30px;
    text-align: center;
  }
}


/*
*
*
* Single Projects Page
*
* * * * * * * * * * * * * * * */

#single-project .container {
  background-color: #fff;
  margin-top: -100px;
  margin-bottom: 70px;
  text-align: left;
  width: calc(100% - 240px);
  padding: 30px 80px 60px;
  position: relative;
  z-index: 1;
}

.breadcrumbs {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.breadcrumbs a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

#single-project h1 {
  font-size: 40px;
  color: rgba(123, 180, 65, 1);
  margin-bottom: 10px;
}

.back_link {
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}

main {
  width: 100%;
  max-width: 800px;
}

main article img {
  max-width: 95%;
  height: auto;
}

article img.alignleft {
  /*float: left;
  margin: 5px 15px 10px 0;*/
}

.wp-caption-text {
  font-size: 13px;
  font-family: TTNormsPro-Italic;
  font-weight: normal;
}

div.aligncenter .wp-caption-text {
  text-align: center;
}


/*
*
*
* Single Articles Page
*
* * * * * * * * * * * * * * * */

#single-project.article .container {
  margin-top: 0;
  margin-bottom: 70px;
  text-align: left;
  width: calc(100% - 240px);
  padding: 30px 80px 60px;
}

section#single-project.article .container.floating_title {
  font-size: 42px;
  color: #444;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  background-color: transparent;
  margin-bottom: 0;
  padding: 40px 80px 30px;
}

.main-article-image {
  height: 440px;
  width: 100%;
  margin-bottom: 30px!important;
  background-size: cover;
  background-position: center center;
}

section#single-project.article h1 {
  margin-bottom: 5px;
}

section#single-project.article .date {

  margin-bottom: 20px;
}

section#single-project .post-date {
  margin-bottom: 20px;
}

section#single-project .term-cat {
 font-size: 17px;
 margin-right: 5px;
}

section#single-project.article h2 {
  font-size: 30px;
  line-height: 1.2;
  color: #666;
  margin: 0 auto 10px auto;
  width: 100%;
}

.social_wrap {
  margin-top: 40px;
}

.social_wrap .dpsp-shortcode-wrapper {
    margin-top: 15px;
    margin-left: 0;
    padding: 0;
    margin-bottom: 40px;
    display: inline-block;
}

.social_wrap .dpsp-shortcode-wrapper li {
  margin-right: 5px;
}

.social_wrap span {
  font-size: 16px;
  color: #333;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
  border-bottom: #333 solid 1px;
}

.social_wrap .social-links.circles li a {
  width: 34px;
  height: 34px;
}

.social_wrap .social-links ul li a i {
  font-size: 16px;
  top: 40%;
}

.post_nav a {
  font-size: 17px;
  color: #222;
}


/* Photo Gallery */

.thumb_container {
  margin: 40px 0 ;
}

.gallery_Thumbs {
  height: 180px;
  width: calc(33% - 10px);
  min-width: 180px;
  margin: 5px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  cursor: pointer;
  border: none;
}


/*
*
*
*   MAGNIFIC POP UP
*
* * * * * * * * * * * * */

a.gallery-item {
  display: block;
  height: 100%;
  width: 100%;
}

/*.mfp-arrow-right, 
.mfp-arrow-left {
  line-height: 40px!important;
  height: 40px!important;
  font-size: 44px!important;
  font-family: FontAwesome!important;
  opacity: 1;
  right: 40px;
  -o-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);

}

.mfp-arrow-right, 
.mfp-arrow-left {
  overflow: visible;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  border: 2px solid rgba(255,255,255,0.4);
}
*/



/*.mfp-arrow-right:before,
.mfp-arrow-left:before {
  top: -3px;
  right: -1px;
  border-left: none!important;
  border-right: none!important;
  -o-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  position: relative;
  content: "\f105"!important;
  color: #fff;
}

.mfp-arrow-left:before {
  content: "\f104"!important;
}

.mfp-arrow-left:after, 
.mfp-arrow-right:after {
  top: 17px;
  -ms-transform: translateX(-27px);
  transform: translateX(-27px);
  -webkit-transform: translateX(-27px);
  display: block;
  content: ' ';
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #fff;
  top: 19px;
  opacity: 0;
  left: -6px;
  cursor: pointer;
  -webkit-transform: translateX(-37px);
  -ms-transform: translateX(-37px);
  transform: translateX(-37px);
  -o-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition: all .35s cubic-bezier(0.12,0.75,0.4,1);
  pointer-events: none;
  }*/

  /* Stop iframe jumping on hover */
  .mfp-iframe-scaler iframe {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .popup-youtube i {

    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    color:white;
    font-size: 40px;
    width:50px;
    height: 50px;
    /*background: rgba(255,255,255,0.4);*/
    background: rgba(0,0,0,0.8);
    border-radius:50px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .popup-youtube i.fa-play:hover {
    text-decoration: none;
  }

  .popup-youtube i.fa-play:before {
    content: "\f04b";
    margin-left: 8px !important;
  }

  a.popup-youtube:focus
  {
    border: none;
    outline:0!important;
  }


  .video_play {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 999;
    display: block;
    margin-top: 20px;
  }

  .video_play i {
    display: block;
    position: static;
    margin: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color:white;
    font-size: 40px;
    width:50px;
    height: 50px;
    background: rgba(0,0,0,0);
    border: 2px #fff solid;
    border-radius:50px;
    padding-left: 10px;
    padding-top: 10px;
  }

  .video_play:hover {
    text-decoration: none!important;
  }

  .video_play i.fa-play:before {
    content: "\f04b";
    margin-left: 8px !important;
  }




/*
*
*
* Regional Pages
*
* * * * * * * * * * * * * * * */

#regional-map {
  padding: 60px 0 120px;
}


#map_key {
  margin-top:10px; 
   font-family: TTNormsPro-Medium;
  font-weight: normal;
}

#map_key svg {
    height: 26px;
    width: 15px;
    transform: scale(1.3);
    margin: 0px 5px 0 10px;
    vertical-align: middle;
}


/* Roll over MAP */

svg#nz_map {
  display: inline-block;
  max-width: 500px;
  position: relative;
  z-index: 3;
  margin-top: 31px;
  margin-left: -120px;
}

svg#nz_map path#chathams {
	/* transform: translate(285px,290px) scale(0.7);*/
}

svg g, svg path {
  cursor: pointer;
}

#regions {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 90px;
  float: left;
}

#regions h3 {
  font-size: 38px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  line-height: 1;
  color: #274310;
}

#regions h4 {
  font-size: 24px;
  font-family: TTNormsPro-MediumItalic;
  font-weight: normal;
  color: #274310;
  margin-bottom: 20px;
}

ul.list-of-regions {
  display: block;
  vertical-align: top;
  text-align: left;
}

ul.list-of-regions li {
  margin-bottom: 3px;
}

.list-of-regions li a {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  color: #64873a;
  font-size: 17px;
  line-height: 25px;
}

.list-of-regions li.on a,
.list-of-regions li a:hover {
  color: #274310;
  text-decoration: underline!important;
}

#regions *.on {
  fill: #425A2E;
  opacity: 1;
}

#background_spot {
  position: absolute;
  z-index: 2;
  background-color: rgba(123, 180, 65, 0.1);
  height: 90%;
  width: 90%;
  max-width: 800px;
  max-height: 800px;
  border-radius: 50%;
  margin: 0 0 0 -30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
}

#regional-stats {
  display: inline-block;
  vertical-align: top;
  margin-top: 90px;
  text-align: left;
  width: 215px;
  float: right;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
}

#regional-stats h6 {
  font-family: TTNormsPro-Black;
  font-weight: normal;
  font-size: 30px;
  color: rgba(123, 180, 65, 1);
  margin-bottom: 20px;
}

.region_underline {
  display: block;
  background-color: rgba(123, 180, 65, 1);
  width: 100%;
  height: 1px;
  margin: 11px 0 15px 0;
}

.stat-row {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

#stat-group-1 {
  color: #274310;
}

#stat-group-1 div:nth-child(2) {
  font-size: 27px;
  margin-bottom: -3px;
}

#stat-group-2 {
  color: #274310;
  font-size: 15px;
  line-height: 15px;
}

#stat-group-2 .stat {
  width: 70px;
  margin-right: 2px;
  font-size: 32px;
  text-align: right;
  display: inline-block;
}

#stat-group-2 .stat-row div:nth-child(2) {
  width: 140px;
  float: right;
  margin-top: 4px;
}

#stat-group-3,
#stat-group-4 {
  color: #64873a;
  font-size: 18px;
}

#stat-group-5 {
  font-size: 18px;
  line-height: 19px;
}

#stat-group-6,
#stat-group-7 {
  font-size: 17px!important;
  line-height: 17px!important;
}

#stat-group-5,
#stat-group-6,
#stat-group-7 {
  color: rgba(123, 180, 65, 1);
}

.stat {
  font-size: 42px;
  line-height: 40px;
  margin-bottom: -4px;
}

#stat-group-6 .stat,
#stat-group-7 .stat {
  float: left;
  margin-right: 4px;
}

a.stats_link {
  font-size: 16px;
  color: #64873a;
  font-family: TTNormsPro-MediumItalic;
  font-weight: normal;
  display: block;
  margin-top: 20px;
}


/* STAT BUBBLES */

#stat-bubbles {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

.bubble_1,
.bubble_2 {
  position: absolute;
}

.bubble_1 .bubble {
  position: absolute;
  width: 160px;
  height: 160px;
  background-image: url(assets/img/bubble_1);
  background-size: contain;
  background-repeat: no-repeat;
}

.bubble_1 .bubble-stats {
  position: relative;
  width: 135px;
  padding-top: 15px;
  color: #fff;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
}

.stat-schools {
  display: block;
  margin-top: 20px;
  width: 100%;
  font-size: 48px;
  line-height: 40px;
}

.bubble_2 .bubble {
  position: absolute;
  margin-left: -25px;
  width: 185px;
  height: 185px;
  background-image: url(assets/img/bubble_2);
  background-size: contain;
  background-repeat: no-repeat;
}

.bubble_2 .bubble-stats {
  width: auto;
  position: relative;
  width: 160px;
  padding-top: 15px;
  text-align: center;
}

.bubble_2 .bubble-stats h6 {
  color: #fff;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 30px 0 10px 0;
  display: inline-block;
}

.bubble_2 .bubble-stats h6:after {
  content: '';
  height: 1px;
  width: auto;
  display: block;
  background: rgba(123, 180, 65, 1);
}

.bubble_2 .bubble-stats p {
  color: #fff;
  font-family: TTNormsPro-Regular;
  font-weight: normal;
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 5px 0;
}


/* position bubbles */

#stat-bubbles .region-bubbles {
  display: none;
}

#stat-bubbles .region-bubbles.on {
  display: block;
}


/* NORTHLAND */

#northland-stats .bubble_1 {
  margin: 80px 0 0 450px;
}

#northland-stats .bubble_2 {
  margin: -30px 0 0 650px;
}


/* AUCKLAND */

#auckland-stats .bubble_1 {
  margin: 134px 0 0 474px;
}

#auckland-stats .bubble_2 {
  margin: 52px 0 0 679px;
}

#auckland-stats .bubble_2 .bubble {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}


/* WAIKATO */

#waikato-stats .bubble_1 {
  margin: 164px 0 0 490px;
}

#waikato-stats .bubble_1 .bubble {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

#waikato-stats .bubble_2 {
  margin: 161px 0 0 710px;
}

#waikato-stats .bubble_2 .bubble {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* BAY OF PLENTY */

#bay-of-plenty-stats .bubble_1 {
  margin: 175px 0 0 540px;
}

#bay-of-plenty-stats .bubble_1 .bubble {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: -2px;
  margin-top: 2px;
}

#bay-of-plenty-stats .bubble_2 {
  margin: 258px 0 0 710px;
}

#bay-of-plenty-stats .bubble_2 .bubble {
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
  margin-left: -24px;
  margin-top: -23px;
}


/* GISBORNE */

#gisborne-stats .bubble_1 {
  margin: 95px 0 0 615px;
}

#gisborne-stats .bubble_1 .bubble {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-left: -14px;
  margin-top: 8px;
}

#gisborne-stats .bubble_2 {
  margin: 270px 0 0 710px;
}

#gisborne-stats .bubble_2 .bubble {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
  margin-left: -21px;
  margin-top: -19px;
}


/* HAWKES BAY */

#hawkes-bay-stats .bubble_1 {
  margin: 145px 0 0 575px;
}

#hawkes-bay-stats .bubble_1 .bubble {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-left: -14px;
  margin-top: 8px;
}

#hawkes-bay-stats .bubble_2 {
  margin: 335px 0 0 680px;
}

#hawkes-bay-stats .bubble_2 .bubble {
  -webkit-transform: rotate(99deg);
  -ms-transform: rotate(99deg);
  transform: rotate(99deg);
  margin-left: -21px;
  margin-top: -19px;
}


/* TARANAKI */

#taranaki-stats .bubble_1 {
  margin: 255px 0 0 455px;
}

#taranaki-stats .bubble_2 {
  margin: 147px 0 0 660px;
}


/* MANAWATU / WHANGANUI */

#manawatu-whanganui-stats .bubble_1 {
  margin: 290px 0 0 510px;
}

#manawatu-whanganui-stats .bubble_2 {
  margin: 167px 0 0 710px;
}

#manawatu-whanganui-stats .bubble_2 .bubble {
  margin-top: 7px;
}


/* WELLINGTON */

#wellington-stats .bubble_1 {
  margin: 243px 0 0 510px;
}

#wellington-stats .bubble_1 .bubble {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-left: -14px;
  margin-top: 8px;
}

#wellington-stats .bubble_2 {
  margin: 401px 0 0 650px;
}

#wellington-stats .bubble_2 .bubble {
  -webkit-transform: rotate(85deg);
  -ms-transform: rotate(85deg);
  transform: rotate(85deg);
  margin-left: -24px;
  margin-top: -23px;
}


/* MARLBOUROUGH */

#marlborough-stats .bubble_1 {
  margin: 270px 0 0 445px;
}

#marlborough-stats .bubble_1 .bubble {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-left: -14px;
  margin-top: 8px;
}

#marlborough-stats .bubble_2 {
  margin: 390px 0 0 640px;
}

#marlborough-stats .bubble_2 .bubble {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  margin-left: -28px;
  margin-top: -23px;
}


/* NELSON */

#nelson-stats .bubble_1 {
  margin: 350px 0 0 428px;
}

#nelson-stats .bubble_2 {
  margin: 245px 0 0 620px;
}


/* TASMAN */

#tasman-stats .bubble_1 {
  margin: 355px 0 0 392px;
}

#tasman-stats .bubble_1 .bubble {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

#tasman-stats .bubble_2 {
  margin: 341px 0 0 608px;
}

#tasman-stats .bubble_2 .bubble {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* WEST COAST */

#west-coast-stats .bubble_1 {
  margin: 310px 0 0 368px;
}

#west-coast-stats .bubble_1 .bubble {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-left: -14px;
  margin-top: 8px;
}

#west-coast-stats .bubble_2 {
  margin: 391px 0 0 572px;
}

#west-coast-stats .bubble_2 .bubble {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -13px;
  margin-left: -28px;
}


/* CANTERBURY */

#canterbury-stats .bubble_1 {
  margin: 350px 0 0 368px;
}

#canterbury-stats .bubble_1 .bubble {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  margin-left: -14px;
  margin-top: 7px;
}

#canterbury-stats .bubble_2 {
  margin: 411px 0 0 596px;
}

#canterbury-stats .bubble_2 .bubble {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-top: -13px;
  margin-left: -27px;
}


/* OTAGO */

#otago-stats .bubble_1 {
  margin: 530px 0 0 240px;
}

#otago-stats .bubble_1 .bubble {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: -2px;
}

#otago-stats .bubble_2 {
  margin: 541px 0 0 513px;
}

#otago-stats .bubble_2 .bubble {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -6px;
  margin-left: -29px;
}


/* SOUTHLAND */

#southland-stats .bubble_1 {
  margin: 470px 0 0 228px;
}

#southland-stats .bubble_1 .bubble {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  margin-left: -14px;
  margin-top: 7px;
}

#southland-stats .bubble_2 {
  margin: 534px 0 0 456px;
}

#southland-stats .bubble_2 .bubble {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-top: -13px;
  margin-left: -27px;
}


/*
*
*
* Regional Pages
*
* * * * * * * * * * * * * * * */

/*#single-region .container {
  padding-top: 70px;
  }*/

  #single-region header {
    border-bottom: 0;
    margin-bottom: 0;
    text-align: left;
  }

  #single-region aside,
  #team-members aside {
    width: 25%;
    float: right;
    padding: 45px 30px;

    text-align: left;
  }

  #single-region main,
  #team-members main {
    width: 68%;
    width:calc(75% - 60px);
    text-align: left;
    margin-top: 45px;
  }

  aside .region_menu {
    background-color: #64873a;
    padding: 40px 30px;
  }

  aside .region_menu h5 {
    font-size: 21px;
    line-height: 21px;
    font-family: TTNormsPro-Bold;
    font-weight: normal;
    color: #274310;
  }

  aside .region_menu h6 {
    font-size: 19px;
    font-family: TTNormsPro-MediumItalic;
    font-weight: normal;
    color: #274310;
    margin-bottom: 15px;
  }

  aside .region_menu ul li a {
    color: #fff;
    font-size: 16px;
  }

  aside .co-ordinators {
    margin-bottom: 30px;
    padding: 0 10px 20px 10px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
  }

  aside .co-ordinators h4 {
    color: #333;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: TTNormsPro-Medium;
    font-weight: normal;
    margin-top: 20px;
  }

  aside .co-ordinators h5 {
    color: #333;
    font-size: 18px;
    font-family: TTNormsPro-Medium;
    font-weight: normal;
    margin-bottom: 10px;
  }

  aside .co-ordinators p,
  aside .co-ordinators a {
    color: #333!important;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 7px;
    word-break: break-all;
  }

  aside .co-ordinators a.green_link {
    font-family: TTNormsPro-Medium;
    font-weight: normal;
    color: #64873a!important;
    display: block;
    margin: 20px 0 10px 0;
  }

  aside .co-ordinators a.green_link:hover {
    text-decoration: underline;
  }

  aside div.portrait_holder,
  main div.portrait_holder {
  /*  width: 120px;
  height: 140px;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
  background-color: #ccc;
  */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px -5px;
  -webkit-clip-path: circle(75px at center);
  clip-path: circle(75px at center);
  height: 150px;
  width: 150px;
  background-color: rgba(123, 180, 65, 0.3);
  background-position: center;
  background-size: cover;
}

#regional_stats {
  margin: 30px 0 0 0;
}

a#all_schools {
  font-size: 20px;
  float: right;
  margin-top: 20px;
}

#all_schools img {
  width: 20px;
}

.stat-divider {
  width: 100%;
  height: 1px;
  border-bottom: 1px #BBB solid;
  margin: 20px 0;
}

.stat-divider-bottom {
  width: 100%;
  height: 1px;
  border-bottom: 1px #BBB solid;
  margin: 40px 0;
}

.stat-row-1,
.stat-row-2,
.stat-row-3,
.stat-row-4 {
  padding: 0 20px;
}

.stat-row-1 {
  color: #274310;
  font-size: 50px;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 50px;
}

.stat-row-1 span {
  font-size: 76px;
  line-height: 70px;
  display: block;
  margin-top: 20px;
}

.stat-row-2 {
  color: #64873a;
  font-size: 25px;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 25px;
}

.stat-row-2 div {
  display: inline-block;
  margin-right: 40px;
}

.stat-row-2 span {
  font-size: 65px;
  line-height: 60px;
  display: block;
  margin-top: 5px;
}

.stat-row-3 {
  color: #64873a;
  font-size: 26px;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  line-height: 25px;
  /*height: 50px;*/
  columns: 2;
  column-count: 2;
  margin-right: -40px;
}

.stat-row-3 div {
  /*display: inline-block;*/
  /*height: 30px;*/
  /*margin-right: 40px;*/
  /* width: 55%;*/
  margin-bottom: 7px;
}

.stat-row-3 span {
    /*width: 59px;
    display: inline-block;*/
    text-align: right;
    margin-right: 4px;
  }

  .stat-row-3 .stat-2,
  .stat-row-3 .stat-4 {
   /* width: 30%;*/
 }

 .stat-row-4 {
  color: rgba(123, 180, 65, 1);
  font-size: 22px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  line-height: 18px;
}

.stat-row-4 div {
  display: inline-block;
  margin-right: 40px;
  width: 40%;
  height: 65px;
}

.stat-row-4 span {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 74px;
  line-height: 74px;
  display: inline-block;
  margin-right: 10px;
}

#single-region article h3 {
  font-size: 24px;
  line-height: 26px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  color: #444;
  margin: 60px 0 20px 0;
}

#single-region main article p a {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  color: #64873a!important;
}

#regional_partner_list p a,
#regional_colab_list p a {
  text-decoration: none;
}

#regional_partner_list p a:hover,
#regional_colab_list p a:hover  {
  text-decoration: underline;
}


.LeadAgency {
  width: 200px;
  margin-right: 15px;
  vertical-align: middle;
}

#coordinating-agency a {
  text-decoration: none;
}



/* Google Map Styling */


/* Hide the labels at the bottom */

.gmnoprint.gm-style-cc,
.gm-style-cc {
  display: none;
}


/* popup div */

.gm-style-iw.gm-style-iw-c {
  padding: 20px;
}


/* style the popup box close button*/

.gm-ui-hover-effect,
.gm-ui-hover-effect img {
  display: none!important;
}

h6.popup_content {
  font-size: 18px;
  line-height: 19px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  color: #444;
}

p.popup_content {
  font-size: 15px;
  margin-bottom: 5px;
}

#school-location-map,
#regions-featured-stories,
.regions-featured-stories {
  border-bottom: 1px #BBB solid;
  margin: 0;
  padding: 10px 0 30px 0;
}

#g-map {
  background-color: rgba(100, 135, 60, 0.4);
  height: 550px;
}
.gm-iv-address-link {
  display: none!important;
}

#school-location-map a {
  margin-top: 20px;
  font-size: 20px;
}

#featured-stories-wrapper,
.featured-stories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}

#featured-stories-wrapper a {
  width: calc(50% - 40px);
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

#featured-stories-wrapper a:hover h2 {
  text-decoration: underline;
}

.story_image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

#featured-stories-wrapper a h2 {
  font-size: 20px;
  color: #111;
  margin-bottom: 10px;
}

#featured-stories-wrapper a p.hero_intro {
  font-size: 15px;
  margin-bottom: 8px;
}

#featured-stories-wrapper a .read_more {
  margin-bottom: 10px;
  color: rgba(123, 180, 65, 1);
  font-family: TTNormsPro-Bold;
  font-weight: normal;
}

.green_link {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  color: #64873a;
  display: block;
  text-align: left;
}


/* Team Members Page */

#team-members h1 {
  font-size: 42px;
  color: #444;
  text-align: left;
  width: 100%;
}

#team-members main h4 {
  color: #444;
  width: 100%;
  margin-bottom: 25px;
}

#team-members main h5 {
  color: #444;
  font-size: 18px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 5px;
}

#team-members main h6 {
  font-family: TTNormsPro-Italic;
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 7px;
}

#team-members main p,
#team-members main a {
  color: #555!important;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 7px;
  word-break: break-all;
  margin-right: 25px;
}

#team-members main a:hover {
  color: #333!important;
}

#team-members aside .co-ordinators {
  margin-bottom: 30px;
  padding: 0 10px 20px 10px;
  border-top: none;
  border-bottom: 1px solid #888;
}

main .article-intro {
  margin: 40px 0;
}

article .facilitators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-top: 30px;
}

article .facilitators .child {
  width: 33%;
  margin-bottom: 30px;
  min-width: 220px;
}

#team-members main h3 {
 font-family: TTNormsPro-ExtraBold;
 font-weight: normal;
 margin-bottom: 10px;
}

#team-members main h5.friends {
font-size: 19px;
    font-family: TTNormsPro-Regular;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(123, 180, 65, 1);
    margin-bottom: 15px;
  }

#team-members main ul.school_list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#team-members main ul.school_list li {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  color: #64873a;
  font-size: 18px;
  margin-bottom: 5px;
}

#team-members main ul.school_list li a {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  color: #64873a!important;
  font-size: 18px!important;
}

#team-members main ul.school_list li a:hover {
  text-decoration: underline;
}


#print_list {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  color: #64873a;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  cursor: pointer;
}

#print_list:hover {
  text-decoration: underline;
}

#print_icon {
  width: 25px;
  margin: -4px 10px 0 10px ;
  vertical-align: middle;
}





/*
*
*
* Search Results Page
*
* * * * * * * * * * * * * * * */

#search_results h1 {
  font-size: 42px;
  color: #444;
  text-align: left;
  width: 100%;
}

#search_results main {
  width: 100%;
  max-width: 100%;
}

#search_results .article_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*justify-content: space-between;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
  text-align: left;
}

#search_results .article_wrapper article {
  background-color: #fff;
  padding: 20px;
  width: calc(30% - 20px);
  margin-bottom: 30px;
  min-width: 320px;
}

#search_results a .story_image {
  height: 220px;
  width: 100%;
  background-size: cover;
}

#search_results .project_cat {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

#search_results .term-cat {
  font-size: 13px;
}

#search_results article h2 {
  font-size: 22px;
  line-height: 1.2;
  color: #111;
  margin: 8px 0 10px 0;
}


/*
*
*
* Contact Page
*
* * * * * * * * * * * * * * * */

#contact main {
  max-width: 700px;
}

#contact aside h2,
#contact aside h3,
#contact aside h4,
#contact aside h5 {
  font-family: TTNormsPro-Medium;
  font-weight: normal;
}

#contact aside {
  width: 320px;
  float: right;
  padding: 30px;
  text-align: left;
}

#contact aside img {
  max-width: 100%;
  margin-left: -10px;
}





/*
*
*
* TEAM AREA
*
* * * * * * * * * * * * * * * */


section.team_bkgrd {
  background-image: url(assets/img/shutterstock-205219114-weaving-banner-cropped.jpg);
  background-color: rgba(255, 255, 255, 1);
  background-size: cover;
  background-position: center center;
}


section.team_bkgrd .container {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 margin: 80px auto;
}


section.team_bkgrd h1,
section.team_bkgrd h1 a {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 50px;
  color: #fff;
  text-transform: none;
}

section.team_bkgrd h1 a:hover {
  color: #fff;
  text-decoration: none;
}

section#team_content h2 {
  font-size: 42px;
  color: #444;
  text-align: left;
  width: auto;
  display: inline-block;

}

section#team_content header h2 {
  max-width: 65%;
}

section#team_content .container {
  text-align: left;
}

section#team_content aside {
  width: calc(20% + 30px);
  float: right;
  padding: 30px 0px 30px 25px;
  text-align: left;
  margin-bottom: 40px;
}

section#team_content aside h5 {
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  color: #274310;
}

section#team_content aside h6 {
  font-family: TTNormsPro-MediumItalic;
  font-weight: normal;
  font-size: 23px;
  /*color: #64873a;*/
  color: #274310;
  margin-bottom: 10px;
}


#help_div {
  height: 28px;
  width: 300px;
  margin-top: 13px;
  color: #fff;
}

#help_div svg {
  height: 28px;
  width: auto;
  vertical-align: middle;
  margin-right: 3px;
}

#help_div span {
  vertical-align: middle;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

a#help_wrapper:hover #help_div span {
  text-decoration: underline;
}


#learning_group {
  display: inline-block;
  float: right;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 16px;
  width: 290px;
}

#learning_group span {
  display: inline-block;
  margin-right: 10px;
}

#learning_group.list_view_change {
  float: none;
} 


/* Drop down select menu */



.select-css {
  display: inline-block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #64873a;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 200px; 
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #fff;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%237bb441%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');

  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
  cursor: pointer;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #bbb;
}
.select-css:focus {
  border-color: #ccc;
    /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
    color: #444; 
    outline: none;
  }
  .select-css option {
    font-weight:normal;
  }








  ul#team_categories {
    margin-bottom: 50px;
  }

  ul#team_categories li {
    margin-bottom: 2px;
  }

  ul#team_categories li:nth-child(1),
  ul#team_categories li:last-child  {
    border-top: dotted 2px rgba(0,0,0,0.2);
/*    border-bottom: dotted 2px rgba(0,0,0,0.2);*/
    margin-bottom: 9px;
    padding: 10px 0 7px 0;
    border-bottom: dotted 2px rgba(0,0,0,0.2);
  }

  ul#team_categories li:last-child {
    margin-top: 8px;
  }

  ul#team_categories a {
    color: #64873a;
    font-family: TTNormsPro-Bold;
    font-weight: normal;
    font-size: 18px;
  }

  ul#team_categories a:hover {
    text-decoration: underline;
  }

  ul#team_categories ul.children {
    list-style: disc;
    display: none;
    margin: 10px 0 10px 20px;
}

  ul#team_categories ul.children.open {
    display: block;
  }

  ul#team_categories ul.children li:nth-child(1) {
    margin-top: 7px;
  }

  ul#team_categories ul.children li a {
    font-family: TTNormsPro-Medium;
    font-size: 17px;
    line-height: 19px;
  }

  ul#team_categories ul.children li:nth-child(1),
    ul#team_categories ul.children li:last-child {
    border:none;
    padding: 0;
    margin-bottom: 2px;
    margin-top: 0px;
  }

  li.cat-item.cat-item-113 .sub_clicker:after {
    content: '+';
    background-color: #64873a;
    color: #fff;
    height: 14px;
    width: 14px;
    padding: 5px 5px 5px 4px;
    border-radius: 50%;
    position: absolute;
    font-size: 22px;
    margin-left: 8px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}

  li.cat-item.cat-item-113.open .sub_clicker:after {
     content: '-';
  }




  ul.team_tags h5 {
    margin: 30px 0 10px 0;
  }

  ul.team_tags li {
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 1px;
  }

  ul.team_tags a {
    font-family: TTNormsPro-Medium;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    padding: 6px 9px 5px 9px;
    background: #64873a;
    color: #fff;
    border-radius: 2px;
    white-space: pre-wrap;
  }

  ul.team_tags a:hover {
    background: #274310;
    color: #fff;
  }





  section#team_content .container.single main {
    background: #fff;
    padding: 30px 40px;

  }


  section#team_content main {

    width: calc(80% - 60px);
    margin-bottom: 40px;
    max-width: 840px;
  }

  section#team_content .container.single main {
    width: calc(80% - 160px);
  }


  .post-date {
    display: inline-block;
    font-size: 14px;
    font-family: TTNormsPro-Italic;
  }

  .author_name {
    display: inline-block;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-family: TTNormsPro-Italic;
  }

  .cat_divider {
    display: inline-block;
    margin: -2px 3px 0 3px;
    color: #ccc;
  }

  .social_wrap_team {
    width: 100%;
    margin: 10px 0 40px;
}

  .social_wrap_team i {
    font-size: 33px;
    color: #7bb441;
    margin-top: -5px;
    margin-right: 7px;
    vertical-align: middle;
  }

  .social_wrap_team span {
    font-size: 16px;
    color: #333;
    font-family: TTNormsPro-Bold;
    font-weight: normal;
    display: block;
    width: 100%;
    padding-bottom: 7px;
    border-bottom: #777 solid 1px;
  }

  #url_share_link {
    cursor: pointer;
  }

  #url_share_link:hover  i {
    color: #274310;
  }

  .team_share {
    display: inline-block;
    font-family: TTNormsPro-Medium;
    font-weight: normal;
    font-size: 18px;
    color: #222;
    vertical-align: text-top;
    margin: 20px 10px 0 0;
    cursor: pointer;
    float: right;
}


  #url_share {
    display: inline-block;
    font-family: TTNormsPro-Medium;
    font-weight: normal;
    font-size: 18px;
    color: #222;
    vertical-align: text-top;

  }





  section#team_content main h1 {
    font-family: TTNormsPro-Bold;
    font-weight: normal;
    font-size: 40px;
    color: #7bb441;
    color: #444;
    line-height: 1.1;
    text-transform: none;
    margin: 20px 0 10px 0;
    width: 85%;
  }



  .article-intro {
    font-size: 23px;
  }

  main article ul.team_tags {
    margin: 20px 0 0 0;
    padding: 0;
  }

  main article ul.team_tags li {
    margin-right: 5px;
  }


  section#team_content .latest_posts,
  section#team_content #promoted_posts {
    padding-top:30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: left;
  }

  section#team_content main h2 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 40px;
  }

  h2.mobile_title {
    display: none!important;
  }

  section#team_content .latest_posts a.resource_article.promoted_resource {
    display: none;
  }

  section#team_content main article h2 {
    font-family: TTNormsPro-Medium;
    font-size: 32px;
    font-weight: normal;
    color: rgba(123, 180, 65, 1);
    border-bottom: 0;
  }


  section#team_content .latest_posts a.resource_article:nth-child(1) {
    width: 100%;
    background-size: cover;
  }

  section#team_content .latest_posts a.resource_article:nth-child(1) .story_image {
    height: 420px;
  }

  section#team_content .latest_posts a .story_image {
    height: 220px;
  }

  section#team_content .latest_posts a.resource_article {
    background: #fff;
    display: block;
    text-decoration: none;
    width: calc(50% - 40px);
    display: inline-block;
    padding: 15px;
    text-align: left;
 /*   margin-right: 15px;
 margin-bottom: 15px;*/
 margin: 5px;
 min-width: 250px;
}

section#team_content #promoted_posts a.resource_article {
  background: #fff;
  display: block;
  text-decoration: none;
  width: calc(33% - 40px);
  display: inline-block;
  padding: 15px;
  text-align: left;
  margin: 6px;
    /* margin-right: 15px;
    margin-bottom: 15px;*/
    min-width: 220px;
  }

  section#team_content #promoted_posts a.resource_article:nth-child(3n+0) {
    /* margin-right: 0px;*/
  }

  section#team_content .latest_posts a.resource_article:nth-child(odd) {
    /* margin-right: 0px;*/
  }

  section#team_content a.resource_article:hover article h3,
   section#search_results main article:hover h2 {
    text-decoration: underline;
  }

  section#team_content a .story_image {
    height: 170px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
  }

  section#team_content .project_cat {
    margin-top: 10px;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
  }

  section#team_content .term-cat,
  .project_cat {
    margin-right: 5px;
    font-family: TTNormsPro-Medium;
    font-weight: normal;
  }

  #projects main .project_cat a {
    margin: 0 5px 2px 0;
    padding: 0;
    background: none;
    width: auto;
  }

  section#team_content #promoted_posts article h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #111;
    margin: 5px 0 5px 0;
    padding-left: 0;
    border: 0;
  }

  section#team_content article h3 {
    font-size: 21px;
    line-height: 1.2;
    color: #111;
    margin: 5px 0 5px 0;
  }

  section#team_content article p.hero_intro {
   font-size: 14px;
   line-height: 1.3;
   margin-bottom: 7px;
 }

 section#team_content article .read_more {
  font-size: 11px;

}


.download_icon {
  display: inline-block;
  margin-right: 10px;
}

.download_icon svg{
  height: 50px;

}

.download_cloud {
  display: none;
  margin-left:10px;
}

.link_icon {
  margin-left:10px;
}

.link_icon_download {
  margin-left:10px;
  display: none;
}

.download_links, .see_also_links, .related_panel, .comments_panel {
  max-width: 820px;
  margin-left: 15px;
  margin-bottom: 30px;

}


.download_links h3, .see_also_links h3, .related_panel h3, .comments_panel h3 {
 font-family: TTNormsPro-Bold;
 font-weight: normal;
 font-size: 32px;
 border-bottom: solid 1px #ccc;
 width: 100%;
 margin: 10px 0 30px -10px;
 padding-left: 10px;
 color: #444;
 text-align: left;
 display: inline-block;
}

.resource_downloads li {
  cursor: pointer;
}
.resource_downloads li:hover .download_cloud,
.resource_downloads li:hover .link_icon_download
{
  display: block;
}

.resource_downloads li:hover .file_icon,
.resource_downloads li:hover .file_name,
.resource_downloads li:hover .link_icon
{
  display: none;
}

.resource_downloads li:hover h4 {
  color: #274310;
}

.file_name {
  position: absolute;
  margin: 22px 0 0 0;
  color: #fff;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  width: 39px;
}

section#team_content .download_links .file_deets {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: calc(100% - 70px)
}

.download_links .file_deets h4 {
  color: #64873a;
  /* color: #274310;*/
  font-size: 21px;
  line-height: 1.2;
  margin: 0;
}

.file_deets p {
  font-size: 14px;
  text-transform: uppercase;
}




/*
*
* See Also
* * * * * * * * * * * * * * * */

.see_also_links .Thumb {
  height: 75px;
  width: 100px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;

}

.see_also_links .see_also_title {
  display: inline-block;
  vertical-align: middle;
  font-family: TTNormsPro-Bold;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.2;
  color: #333;
  width: calc(100% - 120px);
  margin-top: 10px;
  margin: 0 0 0 auto;
}

ul.see_also_downloads {
  -webkit-column-count: 2; 
  -moz-column-count: 2; 
  column-count: 2;

}

ul.see_also_downloads li {
  background-color: #fff;
  padding: 10px;
  max-height: 95px;
  overflow: hidden;
  cursor: pointer;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

ul.see_also_downloads li:hover .see_also_title  {
  text-decoration: underline;
  cursor: pointer;
}





.region-resource-repeater .Thumb  {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;

}

.resource_info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
  margin: 0 0 0 auto;
}

.resource_info h5 {
 font-family: TTNormsPro-Bold;
 font-weight: normal;
 font-size: 18px;
 line-height: 1.2;
 color: #64873a;
 margin-bottom: 4px;
}

ul.newsletters {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.newsletters li {
  margin-bottom: 20px;
  cursor: pointer;
}

ul.newsletters li:hover h5 {
  text-decoration: underline;
}


.resource_info p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 2px;
}





/*
*
* Comments
* * * * * * * * * * * * * * * */

#comments h2.comments-title {
  font-size: 16px;
  font-family: TTNormsPro-MediumItalic;
  font-weight: normal;
  color: #888;
  margin-bottom: 0;
}

h3.comment-reply-title {
  margin-top:30px;
  font-size: 22px;
  font-family: TTNormsPro-Medium;
  font-weight: normal;
  color: #64873a;
}


.comment-meta {
 margin-bottom: 7px;
}
.comment-meta a {
  font-size: 14px;
  font-family: TTNormsPro-Italic;
  font-weight: normal;
}

a.comment-edit-link {
  display: none;
}


ol.comment-list {

}

ol.comment-list li.comment.depth-1 {
  border-bottom: 2px dotted rgba(100,135,58,0.5);
  padding-bottom: 20px;
  margin: 40px 0 30px 0; 
}

ol.comment-list li.comment.depth-2,
ol.comment-list li.comment.depth-3
{

  margin-bottom: 30px; 
}


/*.comment-body {
  quotes: "“" "”" "‘" "’";
}
.comment-body:before {
    content: open-quote;
}
.comment-body:after {
    content: close-quote;
    }*/

    .comment-body p {
      font-size: 19px;
      color: #555;
      font-family: TTNormsPro-Medium;
      font-weight: normal;
      margin-bottom: 5px;
    }

    ol.comment-list li.comment ol.children{
      margin: 20px 0;
      padding-left: 40px;
      border-left: 2px solid rgba(100,135,58,0.7);
    }


    .comment-author {
      font-family: TTNormsPro-Bold;
      font-weight: normal;
      font-size: 21px;
      color: #64873a;
    }

    .comment-author .says {
      display: none;
    }


    .comment-reply-title a {
      color: #64873a;
    }

    .comment-reply-link {
      font-family: TTNormsPro-Italic;
    }

    .comment-reply-title small a {
      font-family: TTNormsPro-Italic;
      font-size: 16px;
      margin-left: 5px;
      color:rgba(128, 128, 128, 1)
    }

    a.comment-reply-link:hover,
    .comment-reply-title small a:hover {
      text-decoration: underline;
      color: #274310!important;
    }

    p.logged-in-as a:nth-child(2) {
      display: none;
    }

    p.comment-form-comment label {
      color: #64873a;
      font-family: TTNormsPro-MediumItalic;
      font-weight: normal;
      /*  text-transform: uppercase;*/
      font-size: 17px;
    }

    textarea#comment {
      width: 100%;
      height: 250px;
      border-radius: 5px;
      margin-top: 10px;
      border-color: #999;
      font-family: TTNormsPro-Regular;
      font-weight: normal;
      font-size: 17px;
      color: #555;
      padding: 10px;
    }

    input[type=submit] {
      padding:8px 18px; 
      color: #fff;
      font-size: 15px;
      line-height: 25px;
      background:#64873a; 
      /*background:rgba(123,180,65,1);*/
      border:0 none;
      cursor:pointer;
      -webkit-border-radius: 3px;
      border-radius: 3px; 
      text-transform: uppercase;
      font-family: TTNormsPro-Medium;
      font-weight: normal;
    }

    input[type=submit]:hover {
      background:#274310; 
    }


    .comments_panel {
      margin-bottom: 40px;
    }



    /* TEAM AREA CATEGORY PAGE */


    .story_deets {
      width:50%;
      display: inline-block;
    }

/*section#team_content.category_page main {
  background-color: #fff;
  padding: 0 30px;
  }*/

  section#team_content.category_page main .latest_posts a.resource_article {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  section#team_content.category_page main .latest_posts a.resource_article .story_image {
    margin-right: 20px;
  }
  section#team_content.category_page main .latest_posts a.resource_article .story_image,
  section#team_content.category_page main .latest_posts a.resource_article .story_deets {
    width: calc( 50% - 20px);
    height: 250px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    overflow: hidden;
  }


  .restricted_post {
    /* display: none; */
    font-family: TTNormsPro-Medium;
    font-size: 12px;
    line-height: 17px;
    position: absolute;
    background: rgba(247,155,46);
    color: white;
    padding: 3px 8px 0px 8px;
    border-radius: 2px;
    margin: 7px;
    /* text-transform: uppercase; */
  }

  .restricted_post_page {
    /* display: none; */
    font-family: TTNormsPro-Medium;
    font-size: 13px;
    line-height: 17px;
    background: rgba(247,155,46);
    color: white;
    padding: 3px 10px 2px 10px;
    border-radius: 2px;
    margin: -2px 7px 7px 0;
    width: auto;
    display: inline-block;
}

  #team_area_search {
    height: 60px;
    width:90%;
    max-width: 680px;
    margin-top: 20px;
  }

  input#team_search_input {
    height: 55px;
    font-family: TTNormsPro-Regular;
    width: calc(100% - 100px);
    padding: 0 20px; 
    border: none;
    color: #777;
    display: inline-block;
    font-size: 22px;
  }

  input#team_search_input:focus ~ #team_search_submit {
    background-color: #274310;
  }

  #team_search_submit {
    width: 58px;
    height: 55px;
    border: none;
    background-color: #7bb441;
    display: inline-block;
    float: right;
    margin-left: -3px;
    cursor: pointer;
  }

  #team_search_submit:hover {
    background-color: #64873a!important;
  }

  #team_search_submit img {
    height: 26px;
    width: auto;
    margin-top: 2px;
    display: inline-block!important;
  }



  #team_message {
    /*  aqua =      rgba(0,180,188)
    cyan =      rgba(0,151,219)
    blue =      rgba(73,130,207)
    purple      rgba(133,134,198)
    indigo      rgba(127,93,174)
    orange      rgba(255,173,74)
    yellow      rgba(247,155,46)
    maroon      rgba(167,81,84)
    red =       rgba(203,79,83)*/
    background-color: rgba(176,191,94,1);
    padding: 40px 50px 35px 50px;
    border-radius: 7px;
    margin-bottom: 40px;

  }

  #team_message p {
   font-family: TTNormsPro-Medium;
   color: #fff;
   font-size: 20px;
 }


 /**** Hide Wordpress CMS ADMIN Media Gallery Links ***/

 .media-frame-menu {
  display:none;
}
.media-frame-title, .media-frame-router {
  position: static;
}
.media-frame-content {
  left: 0px;
}
.compat-attachment-fields {
  display:none;
}


    #projects #region_nav .mobile-show,
    #projects #cat_mob_nav {
        display: none;
      }


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






@media screen and (max-width: 1200px) {
  #projects main {
    width: calc(70% - 20px);
  }
  .event_date h5 {
    font-size: 50px;
  }
  #tamanuitera {
    margin: -60px 0 0 120px;
  }
  #falcon {
    margin: -60px 0 0 -170px;
  }
  #story_2 .story_text {
    width: 360px;
    margin: 70px 0 0 70px;
  }
  #story_2 .story_text::before {
    margin: -155px 0 0 -249px;
    width: 490px;
    height: 490px;
  }
  #story_3 .story_text {
    width: 350px;
    margin: 70px 0 0 80px;
  }
  #story_3 .story_text::before {
    margin: -150px 0 0 -245px;
    width: 480px;
    height: 480px;
  }
  #story_5 .story_img {
    margin: 40px auto 0 110px;
    -webkit-clip-path: circle(160px at center);
    clip-path: circle(160px at center);
    height: 320px;
    width: 320px;
  }
  #piwakawaka {
    position: absolute;
    width: 150px;
    margin: -90px 0 0 -480px;
  }
  #regional-map {
    padding: 20px 0 80px;
  }
  #creating-change-intro {
    padding: 20px 0;
  }
  svg#nz_map {
    max-width: 450px;
    margin-top: 31px;
    margin-left: -120px;
  }
  #background_spot {
    max-width: 720px;
    max-height: 720px;
  }
  /* NORTHLAND */
  #northland-stats .bubble_1 {
    margin: 80px 0 0 370px;
  }
  #northland-stats .bubble_2 {
    margin: -30px 0 0 568px;
  }
  /* AUCKLAND */
  #auckland-stats .bubble_1 {
    margin: 124px 0 0 397px;
  }
  #auckland-stats .bubble_2 {
    margin: 35px 0 0 595px;
  }
  #auckland-stats .bubble_2 .bubble {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  /* WAIKATO */
  #waikato-stats .bubble_1 {
    margin: 164px 0 0 400px;
  }
  #waikato-stats .bubble_2 {
    margin: 161px 0 0 620px;
  }
  /* BAY OF PLENTY */
  #bay-of-plenty-stats .bubble_1 {
    margin: 151px 0 0 443px;
  }
  #bay-of-plenty-stats .bubble_2 {
    margin: 234px 0 0 620px;
  }
  /* GISBORNE */
  #gisborne-stats .bubble_1 {
    margin: 95px 0 0 510px;
  }
  #gisborne-stats .bubble_2 {
    margin: 259px 0 0 620px;
  }
  /* HAWKES BAY */
  #hawkes-bay-stats .bubble_1 {
    margin: 125px 0 0 475px;
  }
  #hawkes-bay-stats .bubble_2 {
    margin: 305px 0 0 580px;
  }
  /* TARANAKI */
  #taranaki-stats .bubble_1 {
    margin: 225px 0 0 369px;
  }
  #taranaki-stats .bubble_2 {
    margin: 117px 0 0 580px;
  }
  /* MANAWATU / WHANGANUI */
  #manawatu-whanganui-stats .bubble_1 {
    margin: 270px 0 0 420px
  }
  #manawatu-whanganui-stats .bubble_2 {
    margin: 137px 0 0 620px;
  }
  /* WELLINGTON */
  #wellington-stats .bubble_1 {
    margin: 221px 0 0 419px;
  }
  #wellington-stats .bubble_2 {
    margin: 369px 0 0 570px;
  }
  /* MARLBOUROUGH */
  #marlborough-stats .bubble_1 {
    margin: 240px 0 0 365px;
  }
  #marlborough-stats .bubble_2 {
    margin: 350px 0 0 560px;
  }
  /* NELSON */
  #nelson-stats .bubble_1 {
    margin: 314px 0 0 346px;
  }
  #nelson-stats .bubble_2 {
    margin: 205px 0 0 540px;
  }
  /* TASMAN */
  #tasman-stats .bubble_1 {
    margin: 315px 0 0 312px;
  }
  #tasman-stats .bubble_2 {
    margin: 311px 0 0 518px;
  }
  /* WEST COAST */
  #west-coast-stats .bubble_1 {
    margin: 320px 0 0 258px;
  }
  #west-coast-stats .bubble_2 {
    margin: 391px 0 0 452px;
  }
  /* CANTERBURY */
  #canterbury-stats .bubble_1 {
    margin: 320px 0 0 288px;
  }
  #canterbury-stats .bubble_2 {
    margin: 361px 0 0 516px;
  }
  /* OTAGO */
  #otago-stats .bubble_1 {
    margin: 470px 0 0 180px;
  }
  #otago-stats .bubble_2 {
    margin: 487px 0 0 438px;
  }
  /* SOUTHLAND */
  #southland-stats .bubble_1 {
    margin: 420px 0 0 168px;
  }
  #southland-stats .bubble_2 {
    margin: 494px 0 0 396px;
  }
  #es_illustration {
    height: 950px;
    max-width: 800px;
  }
  #es_illustration svg#rollovers {
    width: 100%;
    max-width: 800px;
    position: absolute;
    z-index: 10;
  }
  #es_illustration img {
    width: 100%;
    max-width: 800px;
    position: absolute;
    display: none;
  }
  main ul .list-of-stages {
    margin: 0;
    padding: 0;
  }
  .list-of-stages li {
    width: 200px;
  }
  .list-of-stages li h4 {
    font-size: 19px!important;
    margin-bottom: 10px!important;
  }
  .list-of-stages li p {
    font-size: 13px!important;
  }
  .list-of-stages li.right_col {
    margin-left: 0;
  }
  .list-of-stages li.right_col {
    margin-left: 78%;
  }
  span.pdf-download-link {
    height: 20px;
  }

/*
  #_01 {
    margin-top: 10px;
  }
  #_03 {
    margin-top: 200px;
  }
  #_05 {
    margin-top: 370px;
  }
  #_07 {
    margin-top: 690px;
  }
  #_02 {
    margin-top: 20px;
  }
  #_04 {
    margin-top: 210px;
  }
  #_06 {
    margin-top: 360px;
  }
  #_08 {
    margin-top: 550px;
  }
  #_09 {
    margin-top: 830px;
    }*/

    #_00 {
      width: 280px;
    }

    #_01 {
      margin-top: 350px;
    }

    #_03 {
      margin-top: 150px;
      width: 280px;
    }

    #_05 {
      margin-top: 530px;
      width: 210px;
    }

    #_07 {
      margin-top: 770px;
    }

    #_02 {
      margin-top: 40px;
    }

    #_04 {
      margin-top: 230px;
    }

    #_06 {
      margin-top: 390px;
    }

    #_08 {
      margin-top: 750px;
    }

    #_09 {
      margin-top: 560px;
    }


    .list-of-stages li div p {
      background-color: rgba(255,255,255,0.8);
    }




    #structure_diagram_desktop {
     height: 1100px;
   }

   #structure_diagram_desktop img {
     max-width: 800px;
   }

   #structure_info {
     position: absolute;
     width: 200px;
   }

   #structure_info div:nth-child(1) {
    margin-top: 220px;
  }

  #structure_info div:nth-child(2) {
    margin-top: 40px;
  }

  #structure_info div:nth-child(3) {
    margin-top: 70px;
  }

  #structure_info div:nth-child(4) {
    margin-top: 100px;
  }

  #structure_info h4 {
    font-size: 19px!important;
    margin-bottom: 10px!important;
  }

  #structure_info p {
    font-size: 13px!important;
  }


  /*REGIONAL PAGES*/
  /*.stat-row-3 {
    font-size: 21px;
    line-height: 22px;
    height: 50px;
    }*/
    #team-members h1 {
      font-size: 32px;
    }



  }



  @media screen and (min-width: 1024px) {

        #bgvid {
          position: fixed;
          top: 50%;
          left: 50%;
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          background-size: cover;
          -webkit-transition: 1s opacity;
          -o-transition: 1s opacity;
          transition: 1s opacity;
          z-index: 99998;
        }

    } /* min-width:1024px */



    @media screen and (max-width: 1023px) {


      .main_slider,
      .main_image {
        margin-top: 60px;
      }

      .lSSlideOuter {
        height: 100%!important;
      }

      #team-members {
        margin-top: 60px;
      }

      #bgvid {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        z-index: 99998;
        background: black;
      }
      #close_btn {
        color: #fff;
        font-size: 60px;
        font-weight: normal;
        position: fixed;
        right: 20px;
        top: 20px;
        cursor: pointer;
        z-index: 99999;
      }
      .home-banner h1,
      #simple-banner h1,
      .banner-text h1 {
        font-size: 50px;
      }
      .timeline {
        background-image: none;
        border-left: solid 1px rgba(0, 0, 0, 0.3);
        width: 75%;
        margin: 30px auto;
        padding-left: 50px;
      }
      .history_event {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
      }
      .history_event::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: rgba(123, 180, 65, 1);
        position: relative;
        margin-left: -75px;
        position: absolute;
      }
      .timeline .event_date,
      .timeline .event_img,
      .timeline .event_info {
        width: 100%;
        text-align: left;
      }
      .timeline_img {
        -webkit-clip-path: circle(125px at center);
        clip-path: circle(125px at center);
        height: 250px;
        width: 250px;
        margin: 0 0 20px 0;
      }
      .event_date h5 {
        font-size: 60px;
        text-align: left;
        margin: 0px 0 20px 0;
        line-height: 1;
      }
      .timeline .green_dot {
        margin: 0 0 0 -75px;
      }
      #creating-change-intro h3 {
        font-size: 50px;
        line-height: 50px;
      }
      .story_img {
        -webkit-clip-path: circle(150px at center);
        clip-path: circle(150px at center);
        height: 300px;
        width: 300px;
      }
      .story_text h4 {
        font-size: 19px;
        line-height: 22px;
      }
      .story_text p {
        font-size: 15px;
      }
      .story_text {
        width: 300px;
      }
      #story_2 .story_text::before {
        margin: -95px 0 0px -215px;
        width: 420px;
        height: 420px;
      }
      #story_2 .story_img {
        margin: 0 10% 0 auto;
      }
      #story_2 .story_text {
        width: 310px;
        margin: 40px 0 0 70px;
      }
      #tamanuitera {
        margin: -68px 0 0 120px;
        width: 120px;
      }
      #falcon {
        width: 111px;
        margin: -11px 0 0 -161px;
      }
      #story_3 .story_text::before {
        margin: -107px 0 0 -201px;
        width: 400px;
        height: 400px;
      }
      #story_3 .story_text {
        width: 300px;
        margin: 40px 0 0 15%;
      }
      #story_4 .story_text {
        width: 340px;
      }
      #piwakawaka {
        width: 120px;
        margin: -60px 0 0 -47%;
      }
      #story_5 .story_text {
        width: 310px;
        margin: -240px 10% 0 auto;
      }
      #story_5 .story_img {
        margin: 40px auto 0 7%;
      }
      #projects h1 {
        margin-top: 50px;
      }
      #projects aside,
      section#team_content aside {
        float: none;
        width: calc(100% - 60px);
        margin-bottom: 20px;
      }



      #projects #cat_mob_nav {
        display: block;
        text-align: left;

      }

      #projects #region_nav {
        cursor: pointer;
      }

      #projects #region_nav .mobile-show,
      #projects #cat_mob_nav .mobile-show {
        float: right;
        display: block;
      }

      #projects #region_nav .mobile-show i,
      #projects #cat_mob_nav .mobile-show i {
        color:#64873a;
        font-size: 22px;
        display: none;
      }

      #projects #region_nav .mobile-show i.open,
      #projects #cat_mob_nav .mobile-show i.open {
        display: block;
      }

      #projects #region_nav h4,
      #projects #cat_mob_nav h4 {
        display: inline-block;
      }

      #projects aside .search_items.open,
      #projects .categories ul.category_nav.open {
        display: block;
        margin-top: 10px;
        padding-top: 20px;
        border-top: 1px solid #efefef;
      }

      #projects aside .search_items,
      #projects .categories ul.category_nav {
        display: none;
      }

      #projects .categories {
        background: white;
        padding: 30px 30px 20px 30px;
        margin-bottom: 20px;
      }

      #projects .categories h4 {
          font-size: 24px;
          color: #64873a;
          text-align: left;
      }







      .partner_child {
        min-width: 180px;
      }

      section#search_results {
        margin-top: 60px;
      }

      section#single-project.article .container.floating_title {
        margin: 90px 20px 20px 20px;
        width: 80%;
        padding: 0;
        font-family: TTNormsPro-Bold;
        font-weight: normal;
        line-height: 1.2;
      }
      main, #projects main,
      section#team_content main {
        width: 100%;
        max-width: 100%;
      }

      section#team_content .container.single main  {
        width: calc(100% - 80px);
        max-width: 100%;
      }

      .download_links, .related_panel, .comments_panel {
       max-width: 100%; 
       margin: 30px;
     }

     section#team_content .latest_posts, 
     section#team_content #promoted_posts {
      padding-top: 0;
      width:auto;
    }

    section#team_content header,
    .container.single .breadcrumbs {
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 0;
    }


    section#team_content ul#team_categories {
      margin-bottom: 0;
    }

    section#team_content ul#team_categories li {
     display: inline-block;
     width: auto;
     margin: 0 5px 0 0;
   }

   section#team_content ul#team_categories li:nth-child(1),
    section#team_content ul#team_categories li:last-child  {
    width:100%;
    display: block;
  }

  section#team_content ul#team_categories ul.children {
    margin-left: 0;
  }

  section#team_content ul#team_categories li:nth-child(1) {
    margin-bottom: 10px;
  }
  section#team_content ul#team_categories li:last-child {
    margin-top: 10px;
  }
      

  section#team_content ul#team_categories ul.children li:nth-child(1),
    section#team_content ul#team_categories ul.children li:last-child  {
    width:auto;
    display: inline-block;
    margin: 0;
  }

  section#team_content ul#team_categories ul.children {
    padding-top: 0px;
  }

  section#team_content ul#team_categories ul.children li a  {
    font-size: 16px;
  }

   ul#team_categories a {
    font-size: 17px;
    padding: 6px;
  }

  section#team_content ul.team_tags {
    display: none;
  }

  #single-project.article .container {
    width: calc(100% - 100px);
    padding: 30px;
  }
  svg#nz_map,
  #stat-bubbles {
    display: none;
  }
  #regions {
    margin-left: 17%;
  }
  #regional-stats {
    float: none;
  }

  #es_illustrator_mobile,
  #structure_diagram_mobile {
    display: block;
  }
  #es_illustration,
  #structure_diagram_desktop {
    display: none;
  }

  #structure_diagram_mobile img {
    max-width: 95%;
    height: auto;
    width: 50%;
    margin: 0 25%;
  }


  .stat-row-2 div {
   display: block; 
   margin-right: 10px;
 }

 .stat-row-2 span {
  display: inline-block;
  margin-right: 10px;
}

.stat-row-3 {
  height: auto;
  columns: 1;
  column-count: 1;
  margin-right: 0;
}


  /*.stat-row-3 div {
    height: 30px;
    margin-right: 10px;
    width: 90%;
    }*/

    .stat-row-3 span {
     width: auto; 
     display: inline-block;
     text-align: left; 
     margin-right: 4px;
   }

   .stat-row-3 .stat-2, .stat-row-3 .stat-4 {
    width: 100%;
  }

  .stat-row-4 div {
    display: block;
    margin-right: 10px;
    width: 100%;
  }


  #contact aside {
    float:none;
    /* float: right; */
    padding-left: 0;
  }

  ul.see_also_downloads {
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
  }

  section#team_content header h2 {
    display: none;
  }

  h2.mobile_title {
    display: block!important;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 40px;
  }


  header {
    border-bottom: none;
  }



  } /* max-width:1023px */



  @media screen and (max-width: 992px) {

    .benefit_parent {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      margin: 40px 0;
    }
    .benefit_child {
      width: 100%;
    }

    } /* max-width:992px */



    @media screen and (max-width: 850px) {

      #creating-change-intro .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
      }
      #creating-change-intro h3 {
        width: 100%;
        font-size: 38px;
      }
      #story_1,
      #story_2,
      #story_3,
      #story_4,
      #story_5 {
        width: 100%;
      }
      #story_1 .story_img {
        margin: 0 20px 0 3%;
      }
      #story_1 .story_text {
        width: 48%;
        margin: -160px 0 0 360px;
      }
      #story_2 .story_img {
        margin: 60px 10% 0 auto;
      }
      #story_2 .story_text {
        width: 310px;
        margin: -40px 0 0 70px;
      }
      #falcon {
        width: 111px;
        margin: 10px 0 0 -161px;
      }
      #tamanuitera {
        margin: -178px 0 0 120px;
        width: 120px;
      }
      #story_3 .story_text {
        width: 300px;
        margin: -30px 0 0 15%;
      }
      #story_3 .story_img {
        margin: 40px 60px 0 auto;
      }
      #story_4 .story_img {
        width: 50%;
        margin: 110px 0 0 0;
      }
      #story_4 .story_text {
        width: 45%;
        margin: -241px 5% 0 auto;
      }
      #story_5 .story_img {
        margin: 40px 10% 0 auto;
      }
      #story_5 .story_text {
        width: 310px;
        margin: -40px 0 0 70px;
      }
      #piwakawaka {
        width: 120px;
        margin: -100px 0 0 150px;
      }
      #creating-change-intro a.btn-outline {
        width: 300px;
        margin: 44px auto 0px auto;
      }

      #single-region main, #team-members main {
        width: 100%;
      }

      #single-region aside, #team-members aside {
        width: 100%;
        float: none;
        padding: 0;
      }

      aside .region_menu {
        display: none;
      }

      #regional_stats .stat-divider:nth-child(1) {
        display: none;

      }

      section#team_content #promoted_posts a.resource_article {
        width: calc(50% - 40px);
      }


      } /* max-width:850px */



      @media screen and (max-width: 768px) {

        .home-banner {
          height: 220px;
        }
        .main_slider .slider-img,
        .main_image {
          position: static;
          height: 100%;
        }
        .main_image {
          display: block;
          min-height: 50vh;
        }
        .main_slider .slider-img:before,
        .main_image:before,
        .main_slider:before {
          display: none;
        }
        ul.lSPager.lSpg {
          top: 480px!important;
          margin: -60px 0 0 0!important;
        }
        .top-banner {
          margin-top: 400px;
        }
        #generic-page .container {
          margin-top: 0!important;
        }
        .text_align {
          margin: 0!important;
        }
        .home-banner h2 {
          text-align: center;
        }

        .home-banner h1,
        #simple-banner h1,
        .banner-text h1,
        .top-banner h1 {
          font-size: 34px;
          width: 100%;
          max-width: 100%;
          text-align: center;
        }
        .watermark {
          width: 80%;
          height: 430px;
          background-repeat: no-repeat;
          position: absolute;
          margin-left: 5%;
          opacity: 0.2;
          z-index: 1;
        }
        .home-banner,
        .top-banner {
          height: 220px;
          background-color: #7BB441;
        }
        #generic-page h1,
        #generic-page h2,
        #single-project h1,
        #single-project h2 {
          font-size: 28px!important;
          margin-bottom: 15px;
        }
        #generic-page h3,
        #single-project h3 {
          font-size: 25px!important;
        }
        p {
          font-size: 16px;
          margin: 0 0 10px 0;
        }
        ul,ol {
          font-size: 16px;
        }
        h2 {
          font-size: 24px;
        }
        .container.intro p,
        .container.intro ul,
        .container.intro ol {
          font-size: 18px!important;
        }
        blockquote {
          margin: 20px 20px;
          padding: 10px 20px 10px;
        }
        blockquote p {
          font-size: 19px;
        }
        .btn-outline a, a.btn-outline {

          font-size: 14px;
          padding: 10px 14px;

        }
        #single-project .container {
          width: calc(80%);
          padding: 5%;
        }
        #regions {
          float: none;
          width: 50%;
          margin: 30px auto;
        }
        #regional-stats {
          width: 50%;
          margin: auto;
        }
        #regional-stats div {
          width: 225px;
        }
        #background_spot {
          display: none;
        }
        #projects main a {
          width: 100%;
        }
        #projects main a .story_image,
        #projects main a:nth-child(3n+1) .story_image {
          height: 300px;
        }

        section#projects.news-events main a.resource_article .story_image, 
        section#team_content.category_page main .latest_posts a.resource_article .story_image
        {
         width:100%;
         display: block;
         margin-bottom: 20px;
         height: 290px;
       }

       section#projects.news-events main a.resource_article .story_deets,
       section#team_content.category_page main .latest_posts a.resource_article .story_deets {
         width:100%;
         display: block;
         height: auto;
       }




       } /* max-width:768px */



       @media screen and (max-width: 750px) {

        #creating-change-intro h3 {
          font-size: 34px;
        }
        #story_1,
        #story_2,
        #story_3,
        #story_4,
        #story_5 {
          margin-bottom: 40px;
        }
        .story_text {
          width: 100%!important;
          margin: 0 auto!important;
          max-width: 500px!important
        }
        .story_text::before {
          display: none;
        }
        .story_img {
          width: 100%!important;
          margin: 0 0 30px 0!important;
        }
        .story_text p,
        .story_text h4,
        .story_text .read-more {
          color: #111!important;
        }
        #falcon,
        #tamanuitera,
        #piwakawaka {
          display: none;
        }
        #creating-change-intro a.btn-outline {
          width: 80%;
          max-width: 300px;
        }

        #structure_diagram_mobile img {
         height: auto;
         width: 80%;
         margin: 0 10%;
       }

       span.pdf-download-link a {
        font-size: 16px;
        line-height: 1.2;
      }

      section#team_content header h2 {
        max-width: 100%;
      }

      #search_results .article_wrapper article {
      width: 100%;
      min-width: 0;
      }


      } /* max-width:750px */



      @media screen and (max-width: 650px) {

        #shuttlerock_stream p a {
          font-size: 17px;
        }
        .home-banner h1,
        #simple-banner h1,
        .banner-text h1,
        .top-banner h1 {
          font-size: 26px;
        }

        #generic-page .container {
          width: calc(100% - 60px);
          padding: 30px;
        }

        .stat-row-1, .stat-row-2, .stat-row-3, .stat-row-4 {
          font-size: 26px;
          line-height: 1.2;
          display: inline-block;
          text-transform: none;
          padding: 5px;
        }

        .stat-row-4 div {
          height: auto;
        }

        a#all_schools {
          font-size: 20px;
          float: none; 
          margin-top: 0px; 
        }

        .stat-row-1 span, .stat-row-2 span, .stat-row-3 span, .stat-row-4 span {
          font-size: 26px;
          line-height: 1.2;
          display: inline-block;
          margin-right: 10px;

        }

        #featured-stories-wrapper a {
          width: 100%;
          background-color: #fff;
          padding: 15px;
        }

        section#team_content #promoted_posts a.resource_article,
        section#team_content .latest_posts a.resource_article {
          width: 100%;
        }
        section#team_content .latest_posts a.resource_article .story_image,
        section#team_content #promoted_posts a.resource_article .story_image {
          height: 360px;
        }

        .btn-outline a, 
        a.btn-outline {
          border:none;
          background-color: #7BB441;
          color: #fff;
          font-size: 14px;
          padding: 10px 14px;
          width: 100%;

        }

        section#team_content header, .container.single .breadcrumbs {
          margin: 0;
        }

        #team_message {
          padding: 20px;
          border-radius: 7px;
          margin-bottom: 30px;
        }

        #team_message p {
          font-size: 16px;
        }

        section#team_content h2 {
          font-size: 32px;
          max-width: 100%;
        }



        #learning_group span {
          display: block;
        }

         #learning_group.list_view_change span {
          display: inline-block;
        }


        #learning_group {
          display: block;
          margin-top: 25px;
          float: none;
        }

        #projects aside, 
        section#team_content aside {
          float: none;
          width: calc(100% - 40px);
          margin-bottom: 20px;
          padding: 20px 20px 10px 20px;
          margin-top: 30px;
        }

        #projects aside {
          margin-top: 10px;
        }

        #projects .categories {
            padding: 20px 20px 10px 20px;
            margin-bottom: 0;
        }
          



        } /* max-width:650px */



        @media screen and (max-width: 450px) {


          #projects h1 {
            font-size: 32px;
          }

          #regions {
            float: none;
            width: 90%;
            margin: 30px auto;
          }
          #regional-stats {
            width: 90%;
            margin: auto;
          }

          section#team_content .latest_posts a.resource_article .story_image, 
          section#team_content #promoted_posts a.resource_article .story_image {
            height: 210px;
          }


          #projects #cat_mob_nav h4, #projects #region_nav h4 {
              font-size: 18px;
          }


          } /* max-width:450px */



          @media screen and (max-width: 370px) {

            .story_img {
              -webkit-clip-path: circle(140px at center)!important;
              clip-path: circle(140px at center)!important;
              height: 280px!important;
              width: 280px!important;
            }

            .timeline_img {
              -webkit-clip-path: circle(100px at center);
              clip-path: circle(100px at center);
              height: 200px;
              width: 200px;
              margin: 0 0 20px 0;
            }

            } /* max-width:370px */






            @media print {

              body {
                font-family: TTNormsPro-Medium;
                font-weight: normal;
                background: none;
                color: #000000!important;
              }
              #page, .container, #single-project .container {
                width: 100%;
                margin: 0; padding: 0!important;
                background: none;
              }

              main {
                width: 100%!important;
                padding: 0!important;
                background: none;
              }

              nav, footer, aside, a.back_link, 
              #shuttlerock_stream, .footer-collage, 
              .team_bkgrd, .breadcrumbs, .comments_panel, #post_cats,
              #promoted_posts, .see_also_links, .related_panel, 
              .download_links, ul.team_tags, .social_wrap_team, 
              span.post-date, .post_nav, .social_wrap, .main_image {
                display: none!important;
              }
              #team-members h1,
              #single-project h1 {
                margin-top: 30px;
                font-size: 28px;
                color: #000;
                text-align: left;
                width: 100%;
              }

              #team-members main h2,
              #single-project main h2  {
               color: #000;
               font-size: 17px;
             }

              #team-members main h3,
              #single-project main h3  {
               color: #000;
               font-size: 14px;
             }
             p, ol, ul, a {
              color: #000!important;
            }
            #team-members main ul.school_list li,
            #team-members main ul.school_list li a,
            #single-project main ul.school_list li,
            #single-project main ul.school_list li a {
              font-family: TTNormsPro-Medium;
              font-weight: normal;
              color: #000!important;
              font-size: 10px!important;
            }
            section.paper {
              background:none!important;
              color: #000!important;
            }
            a:after {
              content: " [" attr(href) "] ";
            }
            

          }




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * Browser Targeted  * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* IE10 and IE11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  
    .main_image:before {
      display:none;
    }


    .child img {
      width: 100%;
      max-height: 100px;
      max-width: 100%;
    }



}




