
*,
*:after,
*:before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;

  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #222222;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* ========== TYPOGRAPHY ========== */

h1, h2 {
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 10px;
}


h3, h4, h5, h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
}
h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 8px;
}

h6 {
  font-size: 16px;
}

p {
  line-height: 1.6;
  margin-bottom: 8px;
}

a {
  color: #222222;
}

h2 {

}

strong {
  color: #464646;
}




/* ============== LINKS ============== */

.main-link, p a, a.home-sub-link {
  display: inline-block;
  color: #222222;
  text-decoration: none;
  font-style: italic;
  border-bottom: 2px solid #E4A038;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.2s ease;
}
.main-link:hover, p a:hover {
  color: #696868;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.2s ease;
}






/* ============== GENERAL ============== */

/* Normal max width */
.mw {
  max-width: 1200px;
}
/* Medium max width */
.mmw {
  max-width: 800px;
}

/* Small max width */
.smw {
  max-width: 600px;
}

/* Center */
.c {
  margin: 0 auto;
}

figure img {
  max-width: 100%;
}

hr.editor {
  margin: 30px 0px;
  padding: 0px;
  outline: none;
  border: none;
  border-top: 1px solid #d9d9d9;
}

/* ============== EDITOR =============== */

figure.editor {
  margin: 30px 0px 20px;
}

.editor {
  padding-bottom: 0.5px;
}

.home-sub-news figure.editor, .events-area figure.editor {
  margin: 0px 0px 5px;
}

figure.editor-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
figure.editor-video iframe {
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
figcaption {
  color: #9A9A9A;
  font-size: 14px;
}

hr.editor {
  margin: 30px 0px;
}

ol.editor, ul.editor {
  padding-left: 20px;
  margin: 20px 0px 25px;
}

blockquote.editor {
  margin: 20px 0px 20px;
  font-size: 22px;
}


/* Big paragraph */
.ed-b-p {
  /*font-size: 1.5em;
  line-height: 1.4;*/
      font-size: 24px;
    line-height: 1.4;
  margin-bottom: 0.7em;
}


/* Spacer */
.ed-sp {
  display: inline-block;
  width: 100%;
  height: 20px;
}




/* ============== HEADER =============== */


/* ============== FOOTER =============== */

.footer-ack {
  padding: 120px 40px;
  background-color: #F9F9F9;
  border-top: 1px solid #D3D3D3;
}
.footer-ack h2 {
  line-height: 1.2;
  /*text-align: center;*/
}

.footer-partners {
  padding: 100px 40px;
  border-top: 1px solid #D3D3D3;
  text-align: center;
}
.footer-partners h3 {
  color: #E4A038;
  margin-bottom: 70px;
}
.footer-partners-area {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}
.footer-partners-area img {
  width: auto;
  max-height: 60px;
  margin: 0px 20px 30px;
}

.footer-credits {
  background-color: #F9F9F9;
  color: #989898;
  padding: 20px 20px;
  font-size: 14px;
}
.footer-credits>div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* =============== HOME ================ */

.home-landing {
  padding: 70px 40px 50px;
}
/* Heading area*/
.home-heading {
  text-align: center;
}
.home-heading h1 {
  text-align: center;
  margin-bottom: 25px;
  color: #E4A038;
  font-size: 42px;
}
.home-heading img {
  border-radius: 10px;
}
.home-heading figure {
  margin-bottom: 40px;
}
.home-heading figcaption {
  padding-top: 5px;
  font-size: 14px;
}
.home-heading h3 {
  color: #E4A038;
  margin-bottom: 10px;
  text-align: left;
}
.home-heading h1, .home-heading h2, .home-heading h3, .home-heading p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/* Single image */
.home-img-single {
  max-width: 900px;
  text-align: center;
}
.home-img-single img {
  border-radius: 10px;
}
.home-img-single figcaption strong {
  font-weight: 400;
  color: #222222;
}
.home-img-single figcaption {
  padding-top: 10px;
  color: #9A9A9A;
}
/* Gallery ? */

/* Intro*/
.home-intro {
  margin-top: 80px;
}
.home-intro h3 {
  margin-bottom: 20px;
}

/* Sub page features */
.home-subs {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  background-color: #F9F9F9;
}
.home-subs-outer {
  padding: 0px 20px;
  background-color: #F9F9F9;
  border-top: 1px solid #D3D3D3;
}

.home-subs h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.home-subs h2 a, .home-twitter-inner h2 a {
  color: #222222;
  position: relative;
  text-decoration: none;
  padding-bottom: 3px;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.2s ease;
}
.home-subs h2 a:hover, .home-twitter-inner h2 a:hover {
  color: #696868;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.2s ease;
}


.home-subs h2 a:after, .home-twitter-inner h2 a:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #E4A038;
}


.home-sub {
  border-right: 1px solid #D3D3D3;
}
.home-sub:last-child {
  border-right: none;
}


.subs-3 .home-sub {
  width: 33.33%;
  padding: 50px 20px;
}
.subs-2 .home-sub {
  width: 50%;
  padding: 50px 80px;
}
.subs-2 .home-sub:first-child {
  padding-left: 0px;
}
.subs-2 .home-sub:last-child {
  padding-right: 0px;
}



.subs-1 .home-sub {
  width: 50%;
  margin: 0 auto;
  padding: 50px 80px;
}

.subs-1 .home-sub-twitter, .subs-2 .home-sub-twitter, .subs-3 .home-sub-twitter {
  padding: 50px 0px 0px;
}

.home-sub-news {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 20px 30px;

  -webkit-box-shadow: -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:    -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
  box-shadow:         -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
}
.home-sub-news h3 a {
  text-decoration: none;
}
.home-sub-desc p a.home-sub-link {
  /*display: inline-block;*/
  margin: 0px;
}
.home-sub-desc {
  margin-top: 10px;
}

.home-sub-twitter {
  overflow: scroll;
  flex-shrink: 2;
  position: relative;
}
.home-sub h2, .home-twitter-inner h2 {
  padding: 0px 0px 0px 20px;
}
.home-sub-twitter h2 {
  padding: 0px 0px 0px 50px;
}

/*.home-sub-twitter:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-color: red;
  z-index: 0;
}*/
.twitter-footer-link {
  /*position: absolute;*/
  /*bottom: 0px;*/
  /*left: 0px;*/
  width: 100%;
  padding: 40px 20px 20px 50px;
  /*background: #f9f9f9;
  background: -moz-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 48%, rgba(249,249,249,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 48%, rgba(249,249,249,0) 100%);
  background: linear-gradient(0deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 48%, rgba(249,249,249,0) 100%);*/
}


.home-sub h3 {
  margin-bottom: 10px;
}

.home-sub-super {
  position: absolute;
  right: -10px;
  top: 0px;
  font-size: 16px;
  text-align: left;

  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
.home-sub time {
/*  display: inline-block;
  color: #9A9A9A;
  font-size: 16px;
  margin-bottom: 5px;*/
}

.home-event-info {
  display: flex;
  flex-flow: row wrap;
  margin-top: 15px;
  margin-bottom: 10px;
}
.home-event-info>* {
  background-color: #F9F9F9;
  color: #222222;
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.home-event-info>a {
  text-decoration: none;
  /*background-color: #E4A038;
  color: #FFFFFF;*/
  background-color: #fff;
  color: #222222;
  border: 1px solid #E4A038;
  transition: 0.3s color, 0.3s background-color;
  -webkit-transition: 0.3s color, 0.3s background-color;
}
.home-event-info>a:hover {
  /*text-decoration: underline;*/
  background-color: #E4A038;
  color: #FFFFFF;
  transition: 0.3s color, 0.3s background-color;
  -webkit-transition: 0.3s color, 0.3s background-color;
}

.home-sub h6 {
  display: inline-block;
  color: #222222;
  font-size: 16px;
  margin-bottom: 10px;
}
.home-sub-img {
  margin-bottom: 5px;
  margin-top: 15px;
}
.home-sub-img img {
  max-width: 100%;
  border-radius: 5px;
}
.home-sub-img figcaption {
  font-size: 14px;
  padding-top: 5px;
}
.home-sub-link {
  margin-top: 10px;
}


/* Home collaboration area */
.home-collab {
  border-top: 1px solid #D3D3D3;
  display: flex;
  flex-flow: row nowrap;
}
.home-collab-image, .home-collab-text {
  width: 50%;
}
.home-collab-image {
  background-color: #eaeaea;
}
.home-collab-text {
  padding: 80px 60px;
}


.home-twitter-outer {
  background-color: #F9F9F9;
  border-top: 1px solid #D3D3D3;
  padding: 50px 20px;
}

  
.tweets {
  padding: 0px 0px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.tweet {
  width: 48%;
  background-color: #FFF;
  padding: 20px 20px;
  border-radius: 5px;
  margin-bottom: 20px;

  -webkit-box-shadow: -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:    -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
  box-shadow:         -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
}
.tweet-header {
  position: relative;
  margin-bottom: 7px;
}
.tweet-header .tweet-logo {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 15px;
  fill: #1da1f2;
  pointer-events: none;
}
.tweet-header a {
  color: #222222;
  text-decoration: none;
}
.twitter-name {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
.twitter-handle {
  color: #4C4C4C;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}
.tweet small {
  color: #9A9A9A;
  font-size: 16px;
  margin-bottom: 7px;
  display: inline-block;
}
.tweet p {
  /*font-size: 26px;*/
  font-size: 18px;
  line-height: 1.4;
}
.tweet p a{
  display: inline-block;
  font-size: 18px;
}
.retweet-section {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.retweet-section svg {
  margin-right: 10px;
}
.retweet-section {
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
}


/* =============== ABOUT ================ */

.about-menu {
  width: 100%;
  background-color: #F9F9F9;
  padding: 20px 20px;
}
.about-menu>div {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.about-menu a {
  margin: 10px 20px;
  text-decoration: none;
  padding-bottom: 3px;
  font-family: freight-big-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  border-bottom: #E7E5E2 2px solid;
}
.about-menu a.about-active {
  border-bottom: #E4A038 2px solid;
}
.about-menu a:hover {
  color: #696868;
}


/* Banner Image */

.page-banner-image {
  position: relative;
}

.banner-image-outer {
  position: relative;
  display: block;
  line-height: 0;
  padding-bottom: 16.6667%;
}

.banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
}

.banner-caption {
  position: absolute;
  top: 10px;
  right: 10px;
  /*width: 90%;*/
  max-width: 300px;
  font-size: 12px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 12px;
  padding: 2px 10px;
  color: #5a5a5a;
}
.banner-caption p.editor {
  margin-bottom: 0px;
  line-height: 1.4;
}



.about-landing {
  border-bottom: 1px solid #D3D3D3;
}
.about-landing>div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-landing-text, .about-landing-img {
  padding: 0px 20px;
}

.about-landing-text {
  max-width: 600px;
}

.about-landing-img {
  width: 50%;
  padding-right: 40px;
}
.about-landing-img img {
  max-width: 100%;
  border-radius: 10px;
}

.about-extra {
  padding: 80px 0px;
}
.about-extra-text {
  max-width: 760px;
  margin: 0 auto;
}

.about-sub-landing {
  padding: 60px 20px 55px;
  border-bottom: 1px solid #D3D3D3;
}

/* ============ PROJECT THEMES ============= */


.about-extra-text, .about-themes-images {
  padding: 0px 20px;
}
.about-extra-text {
  padding: 0px;
}



.about-themes>div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about-themes-images {
  width: 50%;
  padding-right: 40px;
  /*text-align: right;*/
}
.about-themes-images figure {

}
.about-themes-images figure, .about-themes-images img {
  max-width: 100%;
}
.about-themes-images figure {
  margin-bottom: 70px;
}
.about-themes-images img {
  border-radius: 10px;
}
.about-extra-text h2 {
  margin-top: 30px;
}
.about-extra-text h2:first-of-type {
  margin-top: 0px;
}


/* ============ WHO WE ARE ============= */

.about-sub-who-menu {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.about-sub-who-menu>div {
  margin-right: 15px;
}
.about-sub-who-menu a {
  margin-right: 15px;
  font-style: italic;
  text-decoration: none;
  border-bottom: 2px solid #E7E5E2;
}
.about-sub-who-menu a:hover {
  border-bottom: 2px solid #E4A038;
}

.about-who-section-header {
  background-color: #F9F9F9;
  padding: 40px 20px;
}
.about-who-people {
  padding: 70px 20px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.about-who-person {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 100px;
}
.about-who-portrait {
  padding-right: 80px;
}
.about-who-portrait img {
  border-radius: 100px;
}


/* ============ EVENTS ============= */

.events-area {
  padding: 50px 20px;
  background-color: #F9F9F9;
}
.events-event {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px;

  -webkit-box-shadow: -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow:    -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
  box-shadow:         -7px 7px 40px -4px rgba(0, 0, 0, 0.15);
}
.events-event h3 a {
  text-decoration: none;
}
.events-event h3 a:hover {
  color: #696868;
  transition: 0.3s all;
  text-decoration: underline;
}
.feature-event {
  max-width: 700px;
  margin: 0 auto;

    display: flex;
    flex-flow: column;
    align-items: center;
}
.feature-event h3 a {
  color: #E4A038;
}
.all-events {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 40px;
}
.other-event {
  margin: 0px 10px 20px;
  width: 100%;
  max-width: 700px;
  min-width: 200px;
}


/* EVENT PAGE */

.event-page-area {
  padding: 10px 20px 50px;
  background-color: #F9F9F9;
}
.event-page-area .events-event>h3 {
  color: #E4A038;
}


/* ========= OTHER PAGES ========== */

.default-page, .error-page {
  padding: 80px 20px;
}

.project-outcomes h2 {
  font-size: 32px;
}

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


  /* HOME */
  .home-landing {
    padding: 50px 20px 50px;
  }
  .home-img-single img {
    max-width: 100%;
  }
  .home-intro {
    margin-top: 40px;
  }

  .home-subs {
    flex-flow: row wrap;
  }
  .subs-3 .home-sub {
    width: 50%;
    padding: 50px 20px;
  }
  .subs-2 .home-sub {
    width: 100%;
    padding: 50px 0px;
  }
  .subs-1 .home-sub {
    width: 50%;
    margin: 0 auto;
    padding: 50px 80px;
  }

  .subs-2 .home-sub:first-child {
    padding-left: 0px;
  }
  .subs-2 .home-sub:last-child {
    padding-right: 0px;
  }

  .home-sub {
    border-right: none;
  }

  .home-sub:last-child {
    width: 100%;
    /*border-right: 1px solid #D3D3D3;*/
    border-top: 1px solid #D3D3D3;
  }
  .home-sub-twitter {

  }
  .home-sub-twitter h2 {
    padding: 0px;
  }
  .tweets {
    padding: 0px;
    display: flex;
  }
  .tweet {
    width: 50%;
  }
  .tweet:first-child {
    margin-right: 8px;
  }
  .tweet:nth-child(2) {
    margin-left: 8px;
  }
  .twitter-footer-link {
    position: static;
    padding: 20px 0px 0px;
  }


  .home-collab-image {
    width: 30%;

  }
  .home-collab-text {
    width: 70%;
  }

  /* ABOUT */
  .about-landing {
    padding: 0px 20px;
  }
  .about-landing>div {
    flex-flow: column-reverse nowrap;
    align-items: center;
    /*flex-direction: row-reverse;*/
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .about-landing-img {
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin-top: 40px;
  }
  .about-landing-text {
    padding: 0px;
  }
  .about-extra {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Project Themes */
  .about-themes>div {
    flex-flow: column-reverse nowrap;
    align-items: center;
    /* flex-direction: row-reverse; */
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .about-themes-images {
    margin-top: 50px;
  }
  .about-themes-images figure {
    margin-bottom: 40px;
  }
  .about-themes-images {
    text-align: center;
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin-top: 40px;
    padding: 0px 20px;
  }




}





/* ========== NAVIGATION MENU ========== */


header {
  padding: 0px 0px;
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #D3D3D3;
}

.logo {
  position: relative;
  z-index: 123;
  padding: 10px 0px 10px 25px;
  font-size: 24px;
  color: #6DDB07;
  float: left;
  max-width: 250px;
  display: flex;
  align-items: center;
}

.logo a {
  color: #222222;
}

/*nav {
  position: relative;

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu {
  position: relative;

  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}







/*#cssmenu:after,
#cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}*/

#cssmenu #head-mobile {
  display: none
}

#cssmenu>ul>li {
  float: left;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}


#cssmenu>ul>li>a {
  padding: 28px 25px;
  font-size: 26px;
  /*letter-spacing: 1px;*/
  text-decoration: none;
  color: #222222;
  /*font-weight: 700;*/
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
  /*color: #fff*/
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  /*background: #448D00!important;*/
 /* -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;*/
}



/* ACTIVE STYLES */
#cssmenu ul li.active {

}


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

/* HOVER ARROW TOP LEVEL */


#cssmenu>ul>li.has-sub>a:before {
  width: 10px;
  height: 10px;
  border: 2px #222222 solid;
  border-width: 0px 2px 2px 0px;
  /*background-color: red;*/
  position: absolute;
  top: 37px;
  right: 0px;
  content: '';

  transform-origin: 65% 65%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#cssmenu>ul>li.has-sub>a:before {
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cssmenu>ul>li.has-sub>a:hover:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 40px
}



/*
#cssmenu>ul>li.has-sub>a:before, #cssmenu>ul>li.has-sub>a:after {
  top: 42px;
  position: absolute;
  width: 9px;
  height: 2px;
  background-color: #222222;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
}

#cssmenu>ul>li.has-sub>a:before {
  right: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cssmenu>ul>li.has-sub>a:after {
  right: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cssmenu>ul>li.has-sub:hover>a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cssmenu>ul>li.has-sub:hover>a:after{
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#cssmenu>ul>li.has-sub>a {
  padding-right: 40px
}*/

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



#cssmenu ul ul {
  position: absolute;
  left: auto;
  pointer-events: none;
  padding-top: 1px;

  /*left: -9999px;*/
}

#cssmenu ul ul li {
  height: 40px;
  opacity: 0;
  transition: all 0s ease;
  -webkit-transition: all 0s ease;
  -ms-transition: all 0s ease;
  background: white;

  
}

#cssmenu.menu-loaded ul ul li {
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
}




#cssmenu ul ul li:hover {
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
}

#cssmenu li:hover>ul {
  left: auto;
  display: block;
  pointer-events: auto;

}

#cssmenu li:hover>ul>li {
  height: 60px;
  opacity: 1;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover>ul>li:nth-child(1), #cssmenu li>ul>li:nth-child(1), #cssmenu li:hover>ul>li:nth-child(2), #cssmenu li>ul>li:nth-child(2) {
  transition-delay: 0s;
}

#cssmenu.menu-loaded li:hover>ul>li:nth-child(1) {
  transition-delay: 0s;
}
#cssmenu.menu-loaded li>ul>li:nth-child(1) {
  transition-delay: 0.1s;
}
#cssmenu.menu-loaded li:hover>ul>li:nth-child(2) {
  transition-delay: 0.1s;
}
#cssmenu.menu-loaded li>ul>li:nth-child(2) {
  transition-delay: 0s;
}



#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 16px 25px;
  width: 240px;
  height: 100%;
  font-size: 26px;
  text-decoration: none;
  color: #222222;
}
#cssmenu ul ul li:hover a {
  border-bottom: none;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
  border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
  /*color: #fff*/
}

#cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

#cssmenu ul ul ul li.active a {
  /*border-left: 1px solid #333*/
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
  /*border-top: 1px solid #333*/
}



/* Underline animation */

#cssmenu ul ul li a span, #cssmenu>ul>li>a span {
  position: relative;
}

#cssmenu ul ul li a span:before, #cssmenu>ul>li>a span:before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 2px;
  margin: 5px 0 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all 0.2s ease;
  /*transition-duration: 0.25s;*/
  opacity: 0;
  background-color: #e69500;
}

#cssmenu>ul>li:hover>a span:before, #cssmenu ul ul li:hover a span:before {
  width: 100%;
  opacity: 1;
}

#cssmenu>ul>li:hover>a span, #cssmenu ul ul li:hover a span {
  color: #696868;
}


/* ACTIVE STYLES */

#cssmenu>ul>li.active>a span:before, #cssmenu ul ul li.active a span:before {
  width: 100%;
  opacity: 1;
}
#cssmenu ul ul li.active a {
  border-bottom: none;
}



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


  /* TYPOGRAPHY */
  h1, h2 {
    font-size: 32px;
    line-height: 1.3;
  }
  .project-outcomes h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }


  /* HOME */
  .home-heading h3 {
    text-align: left;
  }
  .home-subs {
    flex-flow: row wrap;
  }
  .home-sub {
    border-right: none;
  }
  .subs-3 .home-sub, .subs-2 .home-sub, .subs-1 .home-sub {
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #D3D3D3;
  }
  .home-sub:last-child {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
  .home-sub h2, .home-twitter-inner h2 {
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .home-sub-news {
    background-color: #FFFFFF;
    padding: 10px 10px 20px;
    margin: 0px 10px;
    border-radius: 10px;
  }
  .home-sub-link {
    margin-top: 5px;
  }

  .home-collab-text {
    padding: 60px 20px;
  }
  .footer-ack {
    padding: 60px 20px;
  }
  .footer-partners {
    padding: 40px 20px;
  }
  .footer-partners h3 {
    margin-bottom: 40px;
  }

  .tweets {
    flex-flow: row wrap;
    padding: 0px 10px;
  }
  .tweet {
    width: 100%;
  }
  .tweet:first-child {
    margin-right: 0px;
  }
  .tweet:nth-child(2) {
    margin-left: 0px;
  }
  .twitter-footer-link {
    padding-top: 0px;
    padding-left: 20px;
  }
  .home-collab-image {
    width: 100%;
  }
  .home-collab-text {
    width: 100%;
  }
  .home-collab {
    flex-flow: row wrap;
  }


  /* ABOUT */
  .about-landing>div {
    padding-bottom: 40px;
  }
  .about-extra {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-menu>div {
    /*padding: 0px 20px;*/
    justify-content: flex-start;
  }
  .about-menu a {
    margin: 5px 18px 5px 0px;
    font-size: 22px;
  }
  .about-menu a:last-child {
    margin-right: 0px;
  }

  /* Image banners */
  .banner-caption {
    position: static;
    padding: 5px 20px;
    max-width: 640px;
    margin: 0 auto;
  }


  /* WHO WE ARE */
  .about-who-person {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 60px;
    align-items: center;
  }
  .about-who-portrait {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .about-who-portrait img {
    width: 150px;
  }
  .about-who-person h2 {
    text-align: center;
    margin-bottom: 20px;
  }


  /* EVENTS */
  .all-events {
    margin-top: 20px;
  }
  .other-event {
    margin: 0px 0px 30px;
    width: 100%;
    max-width: none;
    min-width: none;
  }
  .events-area {
    padding: 30px 20px;
  }
  .events-event {
    padding: 20px 20px;
  }
  .event-page-area {
    padding: 10px 10px 50px;
  }




  /* MENU */

  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 10px 0 10px 25px;
    float: none;
  }
  .logo2 {
    display: none
  }
  nav {
    width: 100%;
  }
  /* cm custom*/
  #cssmenu {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
  #cssmenu>ul>li:hover>a span, #cssmenu ul ul li:hover a span {
    color: #222222;
  }
/*  #cssmenu>ul>li:hover>a span:before, #cssmenu ul ul li:hover a span:before {
    width: 0%;
    opacity: 0;
  }*/
  /**/
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #D3D3D3;
  }
  #cssmenu ul li:hover {
    /*background: #363636;*/
  }
  #cssmenu ul ul li,
  #cssmenu li:hover>ul>li {
    height: auto
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #cssmenu>ul>li {
    float: none
  }
  #cssmenu ul ul li a {
    padding-left: 50px
  }
  #cssmenu ul ul li {
    /*background: #333!important;*/
  }
  #cssmenu ul ul li:hover {
    /*background: #363636!important*/
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px
  }
  #cssmenu ul ul li a {
    color: #222222;
    background: none;
    /*padding-left: 50px;*/
    padding: 25px 56px 25px 50px;
  }
  #cssmenu ul ul li:hover>a,
  #cssmenu ul ul li.active>a {
    /*color: #fff*/
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #cssmenu>ul>li.has-sub>a:after,
  #cssmenu>ul>li.has-sub>a:before,
  #cssmenu ul ul>li.has-sub>a:after,
  #cssmenu ul ul>li.has-sub>a:before {
    display: none
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 40px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 18px;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    border-top: 2px solid #222222;
    /*border-bottom: 2px solid #dddddd;*/
    content: ''
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #222222;
    content: ''
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #222222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .button.menu-opened:before {
    top: 23px;
    background: #222222;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }




  




  /* MOBILE DROP DOWN BUTTON */

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #D3D3D3;
    height: 100%;
    width: 56px;
    cursor: pointer;
    background: #FFF;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: white;
    height: 100%;
  }

  /* CUSTOM ARROW */

  #cssmenu .submenu-button:after, #cssmenu .submenu-button:before {
    top: 40px;
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #222222;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;

    content: '';
  }
  #cssmenu .submenu-button:before {
    left: 17px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #cssmenu .submenu-button:after {
    right: 18px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /*active*/
  #cssmenu .submenu-button.submenu-opened:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #cssmenu .submenu-button.submenu-opened:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }





  #cssmenu ul ul ul li.active a {
    border-left: none
  }
  #cssmenu>ul>li.has-sub>ul>li.active>a,
  #cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: none
  }


  #cssmenu li>ul {
    left: auto;
    display: block;
  }

  #cssmenu ul ul {
    padding-top: 0px;
  }


}


