/*
Theme Name: World Reimagined
Theme URI: http://localhost
Description: Custom template for The World Reimagined
Author: Robert Pentha
Author URI: http://www.pentha.co.nz
*/
@font-face {
  font-family: 'silkasemibold';
  src: url("fonts/silka-semibold-webfont.eot");
  src: url("fonts/silka-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/silka-semibold-webfont.woff2") format("woff2"), url("fonts/silka-semibold-webfont.woff") format("woff"), url("fonts/silka-semibold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'silkabold';
  src: url("fonts/silka-bold-webfont.eot");
  src: url("fonts/silka-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/silka-bold-webfont.woff2") format("woff2"), url("fonts/silka-bold-webfont.woff") format("woff"), url("fonts/silka-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'silkaregular';
  src: url("fonts/silka-regular-webfont.eot");
  src: url("fonts/silka-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/silka-regular-webfont.woff2") format("woff2"), url("fonts/silka-regular-webfont.woff") format("woff"), url("fonts/silka-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'silkablack';
  src: url("fonts/silka-black-webfont.eot");
  src: url("silka-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/silka-black-webfont.woff2") format("woff2"), url("fonts/silka-black-webfont.woff") format("woff"), url("fonts/silka-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

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

h2 {
  font-family: 'silkabold';
  font-size: 55px;
  line-height: 55px;
}

h1, h2, h3, h4 {
  font-family: 'silkabold';
}

body {
  font-size: 16px;
  line-height: 21px;
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-family: "silkaregular", Arial, Helvetica, sans-serif !important;
  color: #2D1A41;
}

p strong {
  font-family: 'silkasemibold';
}

.lazyload {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.lazyloaded {
  opacity: 1;
}

.wp-caption {
    width: 100%!important;
}

/*Preloader*/
/* Preolaoder Stuff*/
.preloaderhomez {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: fixed;
  z-index: 9999;
  overflow: hidden;
}

.preloaderhomezinner {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 100vh;
}

.longline {
  width: 100px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 50px;
}

.longline span {
  position: absolute;
  width: 0%;
  height: 100%;
  display: block;
  background-color: #271539;
}

.middlebox {
  width: 200px;
  position: relative;
  text-align: center;
  height: 90px;
}

.middlebox img {
  width: 60px;
  height: 60px;
  /* display: inline-block; */
  position: absolute;
  /* margin: 30px auto; */
  left: 70px;
}

/* Nav things */
#logoheader a {
  display: block;
  width: 128px;
  height: 42px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.backstrip {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: white;
}

#logoheader {
  position: relative;
  padding: 0 25px;
}

.headholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 970;
}

.headholderinner {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 1fr 200px;
  grid-template-columns: 150px 1fr 200px;
}

.mainmenu > ul {
  position: relative;
}

.mainmenu > ul > li {
  list-style: none;
  display: -ms-inline-grid;
  display: inline-grid;
  margin-left: 30px;
  position: relative;
}

.mainmenu > ul > li::after {
  content: '';
  position: absolute;
  width: 0%;
  left: 50%;
  height: 1px;
  background-color: #241637;
  top: 20px;
  opacity: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.mainmenu ul li:nth-child(1):after {
  background-color: #2D1A41;
}

.mainmenu ul li:nth-child(2):after {
  background-color: #88BA35;
}

.mainmenu ul li:nth-child(3):after {
  background-color: #42B9BB;
}

.mainmenu ul li:nth-child(4):after {
  background-color: #EB593C;
}

.mainmenu ul li:nth-child(5):after {
  background-color: #CD2931;
}

.mainmenu ul li:nth-child(6):after {
  background-color: #828B81;
}

.mainmenu ul li:nth-child(7):after {
  background-color: #F59D32;
}

.mainmenu ul li:hover::after {
  opacity: 1;
  width: 100%;
  left: 0%;
}

.mainmenu ul li a {
  color: #241637;
  text-decoration: none;
  font-size: 12px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  z-index: 2;
  white-space: nowrap;
}

.mainmenu ul li.current-menu-item:nth-child(1) a {
  color: #2D1A41;
}

.mainmenu ul li.current-menu-item:nth-child(2) a {
  color: #88BA35;
}

.mainmenu ul li.current-menu-item:nth-child(3) a {
  color: #42B9BB;
}

.mainmenu ul li.current-menu-item:nth-child(4) a {
  color: #EB593C;
}

.mainmenu ul li.current-menu-item:nth-child(5) a {
  color: #CD2931;
}

.mainmenu ul li.current-menu-item:nth-child(6) a {
  color: #828B81;
}

.mainmenu ul li.current-menu-item:nth-child(7) a {
  color: #F59D32;
}

.sub-menu {
  position: absolute;
  top: -10px;
  background-color: #fffffff7;
  padding: 70px 0px 20px 0px;
  list-style: none;
  left: -20px;
  display: none;
  min-width: 130px;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 20px 20px;
          box-shadow: rgba(0, 0, 0, 0.15) 1px 20px 20px;
}

.sub-menu li {
  position: relative;
  /* margin-bottom: 6px; */
  display: inline-block;
  width: 100%;
  padding: 5px 30px;
}

.sub-menu li:hover {
  background-color: #271539;
}

.mainmenu > ul > li:nth-child(2) .sub-menu li:hover {
  background-color: #88BA35;
}

.mainmenu > ul > li:nth-child(6) .sub-menu li:hover {
  background-color: #828B81;
}

.mainmenu > ul > li:nth-child(7) .sub-menu li:hover {
  background-color: #F59D32;
}

.sub-menu li:hover a {
  color: white !important;
}

@media screen and (min-width: 1022px) {
  .mainmenu ul li:hover .sub-menu {
    display: block;
  }
}

.mainmenu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

.outlinebt {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  /* border: 1px solid #241637; */
  padding: 14px 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #241637;
  text-transform: uppercase;
  border-radius: 24px;
  letter-spacing: 0.05em;
}

.outlinebt:hover {
  background-color: #32204d;
  color: white;
}

.outlinebtinvert {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
  padding: 14px 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border-radius: 24px;
  text-transform: uppercase;
}

.outlinebtinvert:hover {
  background-color: #fff;
  color: #241637;
  text-decoration: none;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid #241637;
  display: inline-block;
  position: relative;
}

.therightside a {
  margin-top: 5px;
}

.therightside {
  position: relative;
  text-align: right;
  padding: 0 25px;
}

/*TOP SOCIAL TEMP*/
.socialtoptemp {
  position: relative;
  width: 200px;
  height: 26px;
  float: right;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}

.socialtoptemp a {
  width: 25px;
  height: 25px;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  display: inline-block;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.socialicon3 {
  background-image: url(svg/twitter-icon-invert.svg);
  background-size: 95%;
}

.socialicon4 {
  background-image: url(svg/instagram-icon-invert.svg);
  background-size: 90%;
}

.socialicon5 {
  background-image: url(svg/facebook-icon-blue.svg);
  background-size: 41%;
}

.contacticon {
  background-image: url(svg/email-icon.svg);
  background-size: 75%;
}

.dashboardlogin {
  background-image: url(svg/person.svg);
  background-size: 75%;
}

/*BURGER*/
#burger {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}

#burger span {
  position: relative;
  display: block;
  background-color: #241637;
  margin-bottom: 5px;
  height: 1px;
}

section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.arrows {
  position: absolute;
  bottom: 100px;
  left: auto;
  width: 180px;
  height: 60px;
  right: 11px;
}

.leftarrowz {
  display: block;
  width: 25px;
  position: absolute;
  right: 80px;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rightarrowz {
  display: block;
  width: 25px;
  position: absolute;
  left: 140px;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.leftarrowz:hover {
  opacity: 1;
}

.rightarrowz:hover {
  opacity: 1;
}

.arrows img {
  width: 100%;
}

.homepageholder {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 50% 50%;
}

.contentblock {
  position: relative;
  background-color: #271539;
  overflow: hidden;
}

.homeslider {
  position: relative;
}

.carousel-cell {
  width: 100%;
  height: calc(100vh - 80px);
  position: relative;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border: none;
}

.carousel-cell img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainstuffletters {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  opacity: 0;
}

.centerbloker {
  width: 65%;
  position: relative;
}

.centerbloker h2 {
  color: white;
  font-family: 'silkabold';
  font-size: 44px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.centerbloker h2.smallertpe {
  font-size: 36px;
  line-height: 1.2em;
}

.centerbloker p {
  color: white;
  line-height: 23px;
  font-size: 18px;
  margin-bottom: 30px;
}

.gridpattern {
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
}

.gridpattern img {
  position: absolute;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.centerbloker a {
  margin-left: 2px;
}

.homeintro {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
}

.homeintro {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 100px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeintro h2 {
  font-size: 32px;
  line-height: 40px;
}

.homeintro p {
  max-width: 400px;
  position: relative;
  float: right;
}

#homeintro2 {
  background-color: #EB593C;
}

.homeintrotwo {
  position: relative;
  width: 100%;
  padding: 0 20px;
  max-width: 1000px;
  margin: 120px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.homeintropattern {
  position: absolute;
  top: 0%;
  height: 200%;
  width: calc(50% - 80px);
  right: 0;
  background-image: url(svg/pattern2-white.svg);
  background-repeat: repeat;
  background-size: 350px;
  opacity: 0.1;
}

.homeintropatternouter {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
}

.homeintrotwo p {
  max-width: 400px;
}

.homeintro div {
  position: relative;
}

.innerjourney {
  width: 100%;
  max-width: 1000px;
  margin: 110px auto 160px;
  padding: 0 20px;
}

.innerjourney h2 {
  margin-bottom: 40px;
  text-align: center;
}

.innerjourney > p {
  text-align: center;
  margin-bottom: 80px;
  /* padding: 0 80px; */
  max-width: 700px;
  margin: 0 auto 80px;
}

.jouneryholder {
  position: relative;
  width: 100%;
}

.jouneryholder > div {
  height: 61px;
  overflow: hidden;
  position: relative;
}

.jouneryholder > div:nth-child(1) {
  background-color: #88BA35;
}

.jouneryholder > div:nth-child(2) {
  background-color: #273D8D;
}

.jouneryholder > div:nth-child(3) {
  background-color: #682784;
}

.jouneryholder > div:nth-child(4) {
  background-color: #CD2931;
}

.jouneryholder > div:nth-child(5) {
  background-color: #828B81;
}

.jouneryholder > div:nth-child(6) {
  background-color: #D2D5BE;
}

.jouneryholder > div:nth-child(7) {
  background-color: #EB593C;
}

.jouneryholder > div:nth-child(8) {
  background-color: #F59D32;
}

.jouneryholder > div:nth-child(9) {
  background-color: #42B9BB;
}

.jouneryholder > div:nth-child(1) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(136, 186, 53, 0.75);
}

.jouneryholder > div:nth-child(2) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(39, 61, 141, 0.75);
}

.jouneryholder > div:nth-child(3) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(104, 39, 132, 0.75);
}

.jouneryholder > div:nth-child(4) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(205, 41, 49, 0.75);
}

.jouneryholder > div:nth-child(5) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(130, 139, 129, 0.75);
}

.jouneryholder > div:nth-child(6) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(210, 213, 190, 0.9);
}

.jouneryholder > div:nth-child(7) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(235, 89, 60, 0.75);
}

.jouneryholder > div:nth-child(8) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(245, 157, 50, 0.75);
}

.jouneryholder > div:nth-child(9) .jouyneydouble > div:nth-child(1) {
  background-color: rgba(66, 185, 187, 0.75);
}

.jouneryholder > div:nth-child(1) .journeypdf {
  background-color: rgba(136, 186, 53, 0.75);
}

.jouneryholder > div:nth-child(2) .journeypdf {
  background-color: rgba(39, 61, 141, 0.75);
}

.jouneryholder > div:nth-child(3) .journeypdf {
  background-color: rgba(104, 39, 132, 0.75);
}

.jouneryholder > div:nth-child(4) .journeypdf {
  background-color: rgba(205, 41, 49, 0.75);
}

.jouneryholder > div:nth-child(5) .journeypdf {
  background-color: rgba(130, 139, 129, 0.75);
}

.jouneryholder > div:nth-child(6) .journeypdf {
  background-color: rgba(210, 213, 190, 0.9);
}

.jouneryholder > div:nth-child(7) .journeypdf {
  background-color: rgba(235, 89, 60, 0.75);
}

.jouneryholder > div:nth-child(8) .journeypdf {
  background-color: rgba(245, 157, 50, 0.75);
}

.jouneryholder > div:nth-child(9) .journeypdf {
  background-color: rgba(66, 185, 187, 0.75);
}

.jouneryholder > div:nth-child(1) .journeypdf:hover {
  background-color: #88ba35;
}

.jouneryholder > div:nth-child(2) .journeypdf:hover {
  background-color: #2d1a41;
}

.jouneryholder > div:nth-child(3) .journeypdf:hover {
  background-color: #682784;
}

.jouneryholder > div:nth-child(4) .journeypdf:hover {
  background-color: #cd2931;
}

.jouneryholder > div:nth-child(5) .journeypdf:hover {
  background-color: #828b81;
}

.jouneryholder > div:nth-child(6) .journeypdf:hover {
  background-color: #d2d5be;
}

.jouneryholder > div:nth-child(7) .journeypdf:hover {
  background-color: #eb593c;
}

.jouneryholder > div:nth-child(8) .journeypdf:hover {
  background-color: #f59d32;
}

.jouneryholder > div:nth-child(9) .journeypdf:hover {
  background-color: #42b9bb;
}

.jouneryholder h3 {
  padding: 20px;
  color: white;
  font-family: 'silkabold';
  font-size: 24px;
  line-height: 24px;
}

.jouneryholder span {
  margin-right: 30px;
}

.innercontent {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.backgroundjouney {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.backgroundjouney img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.jouyneydouble {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.jouyneydouble > div {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.jouyneydouble > div > div {
  width: calc(100% - 60px);
  color: white;
}

.jouyneydouble h4 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 29px;
}

.jouyneydouble a {
  color: black;
  margin-top: 10px;
  border: none;
  background-color: white;
}

.jouyneydouble a:hover {
  border: none;
}

.jouneyclickopen {
  position: absolute;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.repeatergrider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: auto;
  opacity: 0;
}

.journeypdf {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 20px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  text-decoration: none;
  color: white;
  margin: 10px 5px 10px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
}

.titleerjour {
  width: 100%;
  display: block;
  color: white;
  text-decoration: none;
  font-family: 'silkabold';
  text-align: left;
  margin-bottom: 10px;
}

.therestspan {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}

.openpdfone {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 13px;
  line-height: 18px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}

.artists {
  background-color: #F59D32;
}

.artistpattern {
  position: absolute;
  width: 100%;
  top: 60vh;
  left: 0;
  height: 70vh;
  overflow: hidden;
}

.artistpatterninner {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(svg/pattern2-orange.svg);
  background-repeat: repeat;
  opacity: 0.3;
  background-size: 300px;
}

.innerarist {
  width: 100%;
  max-width: 1000px;
  margin: 110px auto 110px;
  padding: 0 20px;
}

.innerarist h2 {
  margin-bottom: 40px;
  text-align: center;
}

.innerarist > p {
  text-align: center;
  margin-bottom: 80px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.artistslider {
  position: relative;
  width: 100%;
  height: 350px;
}

.artists .carousel-cell {
  width: calc(25% - 15px);
  height: 400px;
  position: relative;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 16px !important;
  border: none;
}

.imageholdercarousel {
  position: relative;
  width: 100%;
  height: 80%;
  /* top: 0; */
  /* left: 0; */
  display: inline-block;
}

.carousel-cell h3 {
  color: #241637;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  margin-top: 10px;
}

.calltoactionartist {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #2D1A41;
  color: white;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.calltoactionartist h3 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
}

.arrows2 {
  position: relative;
  width: 100%;
  height: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  /* text-align: center; */
  margin-bottom: 70px;
}

.arrows2 > div {
  width: 200px;
  /* padding: ore; */
  position: relative;
  display: inline-block;
  height: 20px;
}

.leftarrowz2 {
  display: block;
  width: 40px;
  position: absolute;
  left: 0;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rightarrowz2 {
  display: block;
  width: 40px;
  position: absolute;
  left: 140px;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.leftarrowz2:hover {
  opacity: 1;
}

.rightarrowz2:hover {
  opacity: 1;
}

.arrows2 img {
  width: 100%;
}

.leftarrowz8 {
  display: block;
  width: 40px;
  position: absolute;
  left: 0;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rightarrowz8 {
  display: block;
  width: 40px;
  position: absolute;
  left: 140px;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.leftarrowz8:hover {
  opacity: 1;
}

.rightarrowz8:hover {
  opacity: 1;
}

.arrows8 img {
  width: 100%;
}

/*ARTISTS POPUP*/
.artistpop {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  overflow: hidden;
}

.artistbackpop {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.artistspopcontent {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: safe center;
      -ms-flex-align: safe center;
          align-items: safe center;
  justify-items: center;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.innerartistpop {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.closebt {
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url(svg/closebutton2.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 9999;
}

.artistbigimage {
  position: relative;
}

.artistbigimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.artistsportrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.innerartistpop .artistsportrait {
  position: relative;
  top: auto;
  left: auto;
  margin-top: -15px;
}

.partnerpopper .innerartistpop .artistsportrait {
  margin-top: 3px;
}

.artistsartwork {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.artistscontenter {
  position: relative;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33% 1fr;
  grid-template-columns: 33% 1fr;
  padding: 80px 50px;
  grid-gap: 40px;
  background-color: white;
  -ms-flex-line-pack: center;
  align-content: start;
}

.bigcontent {
  display: none;
}

.artistblurb .bigcontent {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 20px;
}

.artistblurb h3 {
  color: #241637;
  position: relative;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.artistblurb h4 {
  color: #241637;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.artistblurb {
  position: relative;
  width: 100%;
}

.noscrolling {
  overflow-y: hidden;
}

/*Learning*/
.bigparagraph ul {
  margin-left: 40px;
}

.innerlearning {
  width: 100%;
  max-width: 1000px;
  margin: 110px auto 110px;
  padding: 0 20px;
}

.innerlearning h2 {
  margin-bottom: 80px;
  text-align: center;
}

.learningblock {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.learningblock img {
  width: 75%;
  height: auto;
}

.learningblock div:nth-child(2) {
  /* align-self: center; */
  text-align: right;
}

.home .community {
  background-color: #42B9BB;
}

.innertextstraight {
  width: 100%;
  max-width: 1000px;
  margin: 110px auto 110px;
  padding: 0 20px;
}

.innertextstraight h2 {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
}

.innertextstraight > p {
  margin-bottom: 80px;
  max-width: 700px;
  margin: 0 auto 20px;
  color: #fff;
}

.partnersone .innertextstraight h2 {
  color: #2D1A41;
}

.partnersone .innertextstraight > p {
  color: #2D1A41;
}

.partnerslogos {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 80px;
}

.partnerslogos li {
  display: inline-block;
  margin-right: 30px;
}

.partnerslogos li:last-child {
  margin-right: 0;
}

.partnerslogos img {
  height: 150px;
}

.footerone {
  background-color: #241637;
  color: white;
}

.footerinner {
  position: relative;
  width: 100%;
  padding: 0 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr 1fr 1fr;
  grid-template-columns: 30% 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 200px;
  grid-gap: 80px;
  font-size: 14px;
}

.footerinner p {
  font-size: 12px;
  line-height: 14px;
  max-width: 350px;
  margin-bottom: 20px;
}

.logo-invert {
  width: 200px;
  margin-bottom: 10px;
}

.footerinner h4 {
  font-size: 14px;
  border-bottom: 1px solid #464646;
  padding-bottom: 10px;
  margin-bottom: 40px;
  /* text-transform: uppercase; */
}

.littlefooterlink {
  color: white;
  /* margin-bottom: 5px; */
  display: block;
  font-size: 12px;
  line-height: 14pz;
}

.mainmenusss li {
  list-style: none;
}

.mainmenusss li a {
  color: white;
  text-decoration: none;
  list-style: none;
  font-size: 14px;
}

.socialcons {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.socialcons a {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  margin-right: 10px;
}

.socialicon1 {
  background-image: url(svg/twitter-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.socialicon2 {
  background-image: url(svg/instagram-icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.socialicon6 {
  background-image: url(svg/facebook-icon-white.svg);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 8px 4px;
}

/* Journey Page */
.page-template-template-journey .innerjourney {
  margin: 200px auto 160px;
}

.jouneypartnersinner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 160px;
  text-align: center;
}

.jouneypartnersinner h2 {
  margin-bottom: 30px;
  max-width: 700px;
  display: inline-block;
  line-height: 64px;
}

.jouneypartnersinner p {
  max-width: 700px;
  display: inline-block;
  margin-bottom: 110px;
}

.journeypartners .carousel-cell {
  width: calc(20% - 15px);
  height: 220px;
  position: relative;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 15px !important;
  border: none;
}

.journeypartners .carousel-cell .imageholdercarousel {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.page-template-template-journey .getintouchinner {
  background-size: 500px;
}

.volounterinner {
  position: relative;
  width: 100%;
  background-color: #CD2931;
  overflow: hidden;
}

.volounterinnertwo {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 120px auto;
  color: white;
  text-align: center;
}

.volounterinnertwo h2 {
  display: inline-block;
  max-width: 700px;
  line-height: 64px;
  margin-bottom: 30px;
}

.patterclientred {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -100%;
  left: -100%;
  background-image: url(svg/pattern2-black.svg);
  background-repeat: repeat;
  background-size: 300px;
  opacity: 0.1;
}

.volounterinnertwo p {
  margin-bottom: 30px;
  margin-bottom: 80px;
  display: inline-block;
  max-width: 700px;
}

.repeaternames {
  width: 100%;
  position: relative;
  -webkit-column-count: 5;
          column-count: 5;
  text-align: left;
  font-size: 14px;
  font-family: 'silkabold';
}

/*Learning page*/
.learnintroholder {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 120px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.learnintroholder ul {
  padding-left: 30px;
}

.learnintroholder h2 {
  font-size: 36px;
  line-height: 42px;
  max-width: 400px;
}

.learningoutcome {
  background-color: #EB593C;
}

.learningoutcomeinner {
  width: 100%;
  position: relative;
  max-width: 700px;
  margin: 80px auto 60px;
  color: #241637;
  text-align: center;
}

.learningoutcomeinner h2 {
  margin-bottom: 60px;
  display: block;
  width: 100%;
  text-align: center;
  /* padding: 0 15%; */
}

.learningoutcomeinner p {
  text-align: justify;
  margin-bottom: 20px;
}

.learningoutcomeinner ul {
  text-align: left;
  padding-left: 30px;
}

.learningoutcomeinner ul strong {
  font-family: 'silkabold';
}

.resourcelearn .learningoutcomeinner {
  color: #241637;
}

.bottomlearningslide {
  background-color: #42B9BB;
}

.innercom p a {
  color: #602e80;
}

.learningbottomslide .carousel-cell {
  width: calc(33.33% - 15px);
  height: 500px;
  position: relative;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 15px !important;
  border: none;
}

.learningbottomslide .carousel-cell h3 {
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px;
}

.learningbottomslide .carousel-cell h4 {
  color: #2D1A41;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 13px;
}

.learningbottomslide .littleline {
  width: 60px;
  height: 1px;
  background-color: white;
  opacity: 0.3;
  margin: 10px auto;
}

.learningbottomslide .imageholdercarousel {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 1/1;
}

.learningbottomslide {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 20px;
}

.learningbottomslide h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 110px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: #241637;
}

.resourcetwo {
  background-color: #828B81;
}

.resourcetwo .learningoutcomeinner {
  color: white;
}

.learningoutcomeinner a {
  color: #241637;
}

.learningoutcomeinner a.outlinebtinvert {
  color: white;
}

.learningoutcomeinner a.outlinebtinvert:hover {
  color: #241637;
}

.slideme {
  width: 100%;
  height: 50vh;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.quoteslider > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: -1;
}

.innerslidething {
  position: relative;
  max-width: 700px;
  padding: 0 20px;
}

.quoteslider h2 {
  width: 100%;
  text-align: center;
  margin: 60px auto 20px;
}

.thequoteone {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 600;
}

.theauthorone {
  font-size: 16px;
  line-height: 1em;
  font-family: 'silkabold';
}

.littlesepline {
  width: 100px;
  margin: 0 auto 20px;
  height: 1px;
  background-color: #63B7BA;
}

.quoteslider .flickity-page-dots .dot {
  background: #a8d3d4;
  opacity: 0.5;
}

/* Artists section */
.artistintrotxt .learningoutcomeinner {
  color: #241637;
  max-width: 1030px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 80px;
}

.doubledivsone {
  color: #241637;
  max-width: 1280px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 120px;
  margin: 60px auto;
  position: relative;
  padding: 0 20px;
}

.doubledivsone h2 {
  text-align: left;
  margin-bottom: 20px;
}

.doubledivsone p {
  text-align: justify;
  margin-bottom: 20px;
}

.doubledivsone p:last-child {
  margin-bottom: 0px;
}

.doubledivsone img {
  width: 100%;
  height: auto;
}

.artistthirdtxt .learningoutcomeinner {
  max-width: 1000px;
  color: #241637;
}

.innersplitterartists {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innersplitterartists > div {
  position: relative;
}

.innersplitterartists img {
  width: 80%;
  height: auto;
  float: right;
}

.artistthirdtxt .learningoutcomeinner h2 {
  padding: 0 30%;
}

.artistfourthtxt {
  background-color: #D2D5BE;
}

.artistfourthtxt .learningoutcomeinner {
  color: #241637;
  max-width: 1000px;
}

.artistfourthtxt .learningoutcomeinner h2 {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}

.artistfourthtxt .innersplitterartists {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.arrows3 {
  position: relative;
  width: 100%;
  height: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  /* text-align: center; */
  margin-bottom: 70px;
}

.arrows3 > div {
  width: 200px;
  /* padding: ore; */
  position: relative;
  display: inline-block;
  height: 20px;
}

.leftarrowz3 {
  display: block;
  width: 40px;
  position: absolute;
  left: 0;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.rightarrowz3 {
  display: block;
  width: 40px;
  position: absolute;
  left: 140px;
  padding: 10px 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.leftarrowz3:hover {
  opacity: 1;
}

.rightarrowz3:hover {
  opacity: 1;
}

.arrows3 img {
  width: 100%;
}

.opencalljury .learningbottomslide .carousel-cell {
  width: calc(25% - 15px);
  height: auto;
  position: relative;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 15px !important;
  border: none;
}

.communityintrotxt .learningoutcomeinner {
  color: #241637;
}

.communitysecondtxt {
  background-color: #271539;
}

.communitysecondtxt .learningoutcomeinner {
  max-width: 1000px;
  text-align: left;
}

.communitydouble {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.communitydouble a {
  color: #FFF;
}

.communitydouble a:hover {
  color: #F08B28;
}

.patternhalfcomminuty {
  position: absolute;
  width: 25%;
  top: 0;
  left: 15%;
  height: 100%;
  overflow: hidden;
}

.innerpatterncom {
  position: absolute;
  width: 200%;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(svg/pattern2-white.svg);
  /* background: rebeccapurple; */
  background-repeat: repeat;
  background-size: 300px;
  opacity: 0.1;
}

/* P A R T N E R S */
.disclaimer p {
  font-size: 11px;
  line-height: 1.2em;
  padding-top: 10px;
}

.poplinker {
  margin-top: 30px;
}

.partnersection .innerpatrons h2 {
  font-size: 32px;
  line-height: 32px;
}

.partnersection .whoimageholder {
  aspect-ratio: 1.5/1;
  border-radius: 0;
}

.partnersection .whoimageholder img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  height: 70%;
  left: 15%;
  top: 15%;
}

.partnersection .patronsgrid h3,
.partnersection .patronsgrid h4 {
  display: none;
}

.partnersection .whoimages {
  width: 16.66%;
}

.section-main-partners {
  display: none;
}

.partnerpopper .artistbigimage img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  -o-object-position: top;
     object-position: top;
}

.partnerpopper .artistblurb h4 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.partnerpopper .artistblurb h3 {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.partnerpopper .popquote {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.partnerpopper .authorone {
  font-size: 12px;
  line-height: 12px;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.partnerpopper .authorone::before {
  content: '';
  width: 30px;
  position: absolute;
  border-bottom: 1px solid #ccc;
  left: 50%;
  top: 0px;
}

.partnersintrotxt {
  background-color: #D2D5BE;
}

.partnersintrotxt .learningoutcomeinner {
  color: #241637;
  max-width: 1000px;
}

.partnersintrotxt .learningoutcomeinner h2 {
  text-align: left;
  font-size: 32px;
  line-height: 40px;
}

.extraleader {
  max-width: 600px;
  position: relative;
  width: 100%;
  margin: 40px auto;
  color: #241637;
}

.threebuttons {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 110px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.threebuttons h4 {
  margin-bottom: 30px;
}

.threebuttons > div {
  border: 1px solid;
  padding: 60px 40px;
  background-color: #271539;
  color: white;
}

.threebuttons > div:nth-child(2) {
  background-color: #F59D32;
}

.threebuttons > div:nth-child(3) {
  background-color: #9D353D;
}

.threrebuttons p {
  font-size: 12px;
  line-height: 14px;
}

.ourpartnerssection .learningoutcomeinner {
  color: #271539;
}

.partgridholder {
  width: 100%;
  position: relative;
  text-align: center;
}

.partgridholder {
  position: relative;
  width: 100%;
  text-align: center;
}

.partgridholder a {
  display: inline-block;
  width: 25%;
  position: relative;
  height: 22vh;
  overflow: hidden;
}

.partgridholder a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
}

.partnerlogosec {
  position: relative;
  width: 100%;
}

.partnerlogosec h3 {
  width: 100%;
  margin-bottom: 30px;
}

.partnerlogosec {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

.partnerlogosec:last-child {
  border-bottom: none;
}

/* Whoe we are section */
.fullimageholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.fullimg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whowearesliderholder {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 80px auto;
  text-align: center;
}

.main-carousel-text {
  width: 100%;
  text-align: center;
  position: relative;
}

.innertextslide {
  text-align: center;
  min-height: 30vh;
  width: 100%;
}

.innertextinner {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 30px;
}

.innertextcontent {
  text-align: left;
}

.innertextcontent p {
  text-align: justify;
}

.innertextcontent h3 {
  color: #3fb9ba;
  padding: 30px 0 10px;
  line-height: 1em;
}

.innertextslide h2 {
  margin-bottom: 30px;
}

.flickity-viewport {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#stripetop1 {
  height: 70px;
  top: 40px;
  position: absolute;
}

#stripetop2 {
  height: 70px;
  bottom: 40px;
  position: absolute;
}

#stripetop1 .thininnerstripe, #stripetop2 .thininnerstripe {
  background-size: 65px;
  background-position: 0px 32px;
}

/*Slider mod*/
.ourpatronssection .artistpatterninner {
  background-image: url(svg/pattern2-white.svg);
  opacity: 0.1;
}

.ourpatronssection .artistpattern {
  top: auto;
  left: 0;
  height: 40vh;
  overflow: hidden;
  bottom: 0;
}

.innerpatrons {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 60px auto;
  color: white;
  text-align: center;
}

.artistpattern2 {
  top: 50%;
  left: 0;
  height: 20%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.artistpatterninner2 {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(svg/pattern2-black.svg);
  background-repeat: repeat;
  opacity: 0.1;
  background-size: 300px;
}

.artistpattern3 {
  top: 50%;
  left: 0;
  height: 20%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.artistpatterninner3 {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(svg/pattern2-white.svg);
  background-repeat: repeat;
  opacity: 0.15;
  background-size: 300px;
}

.innerpatrons h2 {
  margin-bottom: 60px;
  color: #241637;
}

/* Inner Stripes Animation */
.thinstripe {
  position: relative;
  width: 100%;
  height: 110px;
  overflow: hidden;
  background-color: #2D1A40;
}

.thininnerstripe {
  position: absolute;
  width: 100%;
  height: 1000%;
  bottom: 0;
  background-size: 104px;
}

.thinpurple .thininnerstripe {
  background-image: url(temp-images/twr-pattern-purple.png);
}

.bigparagraph .thininnerstripe {
  background-image: url(temp-images/twr-pattern-purple2.png);
}

.thinpurple3 .thininnerstripe {
  background-image: url(temp-images/twr-pattern-purple3.png);
}

.thinorange .thininnerstripe {
  background-image: url(temp-images/twr-pattern-orange2.png);
}

.thingreen .thininnerstripe {
  background-image: url(temp-images/twr-pattern-partner.png);
}

.thinred .thininnerstripe {
  background-image: url(temp-images/twr-pattern-red.png);
}

.thinteal .thininnerstripe {
  background-image: url(temp-images/twr-pattern-teal2.png);
}

.thingray .thininnerstripe {
  background-image: url(temp-images/twr-pattern-gray.png);
}

.patronsgrid {
  width: 100%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.whoimages {
  width: 20%;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.section-our-patrons .whoimages {
  width: 25%;
}

.ourambassadorssection .whoimages {
  cursor: auto;
  pointer-events: none;
}

.whoimageholder {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.whoimages img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.patronsgrid h3 {
  margin-top: -12px;
  position: relative;
  display: block;
  width: 100%;
  float: left;
  color: #291C3E;
  font-size: 16px;
  line-height: 21px;
}

.patronsgrid h4 {
  width: 100%;
  display: inline-block;
  color: black;
  font-size: 12px;
  line-height: 16px;
  font-family: 'silkaregular';
  vertical-align: top;
}

.mainpartnergrid {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.ourpartnerssection .whoimages {
  width: 100%;
  text-align: center;
}

.ourpartnerssection .whoimageholder {
  border-radius: 0;
  width: 50%;
  display: inline-block;
  aspect-ratio: 1.8/1;
}

.ourpartnerssection .whoimageholder img {
  -o-object-fit: contain;
     object-fit: contain;
}

.ourpartnerssection .whoimages:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}

.ourpartnerssection .whoimages:nth-child(1) .whoimageholder {
  width: 25%;
}

.ourpartnerssection .innerpatrons h2 {
  font-size: 32px;
  line-height: 32px;
}

/* CONTACT */
.getintouchintro {
  background-color: #F59D32;
  margin-top: 80px;
}

.getintouchintro .learningoutcomeinner {
  max-width: 1000px;
  color: #271539;
}

.getintouchintro .learningoutcomeinner h2 {
  text-align: left;
}

.contactnnerform input[type="text"], .contactnnerform input[type="email"], .contactnnerform textarea {
  width: 100%;
  padding: 15px 20px;
  margin: 0 0 15px;
  border: 0;
  border-radius: 3px;
  font-family: 'silkaregular',Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  background-color: white;
}

.contactnnerform {
  position: relative;
  width: 100%;
}

.checkbox-244 {
  width: 100%;
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}

.contactnnerform .wpcf7-list-item {
  margin: 0;
  color: #271539;
  font-size: 14px;
}

.getintouchintro .innersplitterartists {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contactnnerform input[type="submit"] {
  color: #241637;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid #241637;
  padding: 14px 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  padding: 10px 50px;
  background-color: transparent;
  border: 1px solid #241637;
  margin-top: 20px;
  border-radius: 20px;
  cursor: pointer;
}

.innersplitterartists > div:first-child {
  padding-right: 20%;
}

input[type="checkbox"] {
  margin-right: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background-color: #CD2931;
  margin: 0;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  color: white;
  font-size: 13px;
}

.wpcf7-not-valid-tip {
  color: #CD2931;
  font-size: 12px !important;
  font-weight: normal;
  display: block;
  margin-top: -15px;
  padding: 0;
  margin-bottom: 15px;
}

.buttonholdercenter {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
}

.videofullscreen {
  min-height: 100vh;
  background-color: black;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
}

.videofullscreen h2 {
  margin-bottom: 20px;
  color: #fff;
}

/* Mailchimp Form */
.mailchimperone input[type="text"], .mailchimperone input[type="email"], .mailchimperone textarea {
  width: 80%;
  padding: 10px 20px;
  margin: 0 0 15px;
  border: 0;
  border-radius: 3px;
  font-family: 'silkaregular',Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  background-color: white;
}

.mailchimperone input[type="submit"] {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid #FFF;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  padding: 10px 50px;
  background-color: transparent;
  border: 1px solid white;
}

#mc_embed_signup div.mce_inline_error {
  margin: -10px 0 1em 0;
  padding: 0px 10px;
  background-color: #6B0505;
  font-weight: bold;
  z-index: 1;
  color: #fff;
  font-size: 12px;
  width: 80%;
}

.partnerslider {
  width: 100%;
}

.carousel-new {
  width: 200px;
  overflow: hidden;
  margin-right: 40px;
  position: relative;
}

.carousel-new img {
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.artpdf {
  width: 250px;
  display: block;
  margin-top: 60px;
}

.artpdf img {
  width: 100%;
}

.bigparagraph {
  text-align: justify;
  position: relative;
  display: block;
}

.bigparagraph strong {
  font-family: 'silkasemibold';
}

.bigparagraph > a:not(.outlinebt) {
  font-family: 'silkasemibold';
  color: #241637;
}

.bigparagraph .outlinebt {
  margin-top: 20px;
}

.newsliderlearning {
  width: 100%;
  height: 80vh;
  position: relative;
}

.mainlearningslide {
  width: 100%;
  height: 80vh;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.learningslide {
  background-color: #241637;
}

.imagelearn {
  position: relative;
  width: 100%;
}

.imagelearn img {
  opacity: 0.3;
}

.imagelearn h2 {
  position: absolute;
  max-width: 70%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #63B7BA;
}

.learntextbox .bigparagraph {
  color: white;
  max-width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bigparagraph p {
  margin-bottom: 20px;
}

.newsliderlearning .flickity-page-dots {
  bottom: 20px;
}

.newsliderlearning .flickity-page-dots .dot {
  background: transparent;
  border: 1px solid #63B7BA;
  opacity: 1;
}

.newsliderlearning .flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #63B7BA;
}

.calltoact {
  background-color: #63B7BA;
  text-align: center;
}

.innercall {
  position: relative;
  width: 100%;
  padding: 60px 20px;
}

.innercall h2 {
  margin-bottom: 20px;
}

.innerpadding {
  width: 100%;
  max-width: 1280px;
  margin: 60px auto;
  position: relative;
  text-align: center;
}

.singleimage h2 {
  margin-bottom: 20px;
}

.singleimage img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Whats on Section */
.page-template-template-whatson .cityone::before,
.category .cityone::before {
  content: ' | ';
}

.whatsonheader {
  width: 100%;
  position: relative;
  max-width: 1280px;
  margin: 160px auto 60px;
  text-align: center;
  padding: 0 20px;
}

.whatonholder {
  width: 100%;
  position: relative;
  max-width: 1280px;
  margin: 40px auto 200px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(280px, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 20px;
  padding: 0 20px;
}

.whatonimage {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  background: #241637;
}

.whatonimage img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

.whatonimage:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: saturate(50%);
          filter: saturate(50%);
}

.whatonblock h3 a {
  color: #2D1A41;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.whatonblock h4 {
  font-size: 12px;
  font-family: 'silkaregular';
  line-height: 16px;
}

.whatonblock {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  -ms-flex-line-pack: start;
      align-content: start;
}

.whatsonheader h1 {
  font-size: 44px;
  line-height: 1.1em;
  text-align: left;
}

.whatonsingle {
  width: 100%;
  position: relative;
  /* max-width: 800px; */
  /* margin: 40px auto 200px; */
}

.whatonsingle h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.whatonsingle p {
  margin-bottom: 20px;
  text-align: left;
}

.whatonsingle ul {
  padding: 0 40px;
}

.whatonsingle li {
  margin-bottom: 20px;
}

.whatonsingle p strong {
  font-family: 'silkabold';
}

.whatonsingle img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.whatonsingle a {
  color: #2D1A41;
  word-break: break-all;
}

.whatsonheader h4 {
  font-size: 12px;
  font-family: 'silkaregular';
  line-height: 16px;
}

.whatonholdersingle {
  display: -ms-grid;
  display: grid;
  position: relative;
  -ms-grid-columns: 1fr 280px;
      grid-template-columns: 1fr 280px;
  margin: 160px auto 160px;
  max-width: 1040px;
  grid-gap: 40px;
  padding: 0 20px;
}

.singlesidehead h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}

.singlesidehead h4 {
  font-family: 'silkaregular';
  font-size: 14px;
  line-height: 21px;
}

.singlesidehead h4:last-child {
  margin-bottom: 20px;
}

.whatsonsidebar h2 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.singleextranews {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 20px;
}

.imagesinglenew {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.imagesinglenew img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.whatsonsidebar a {
  text-decoration: none;
  color: #241637;
}

.mainonesidebar h4 {
  font-size: 11px;
  font-family: silkaregular;
  line-height: 16px;
}

.whatcat, .whatcat a {
  font-size: 12px;
  font-family: 'silkaregular';
  text-decoration: none;
  color: #2D1A41;
  line-height: 16px;
}

.whatcat {
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
  margin-top: 10px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.whatsonslider .whatcat {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.emptyfieldone .whatonholdersingle > .whatsonsidebar > h2 {
  display: none;
}

.emptyfieldone .newsthings {
  margin-top: 0;
}

.wp-caption img {
  margin-bottom: 0px;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
}

.belowheader {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 60px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: end;
  -ms-grid-columns: 1fr 210px;
  grid-template-columns: 1fr 295px;
}

.category .belowheader {
  margin: 60px 0 0px;
}

.categorything {
  text-align: left;
}

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

.belowheader #cat {
  font-family: 'silkaregular',Helvetica,Arial;
  line-height: 16px;
  font-size: 16px;
  background: none;
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 3px;
  width: 180px;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-right: 20px;
}

.belowheader #cat.select option {
  font-family: 'silkaregular',Helvetica,Arial;
  line-height: 16px;
  font-size: 16px;
}

.belowheader h2 {
  font-size: 22px;
  text-align: left;
  line-height: 30px;
  padding: 0 20px;
}

.belowheadertwo {
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin: 20px 0 60px;
  /* border-top: 1px solid #e4e4e4; */
  border-bottom: 1px solid #e4e4e4;
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: end;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  text-align: left;
  vertical-align: top;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.belowheadertwo p {
  padding: 0 20px;
}

.insertsection > div {
  display: inline-block;
  padding: 10px 15px;
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.insertsection > div.highlighter {
  background-color: #F59D32;
  color: white;
}

.whatcat > div {
  cursor: pointer;
  text-transform: capitalize;
}

.whatsonslider {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 80px auto 40px;
}

.whatsonsec .carousel-cell {
  width: calc(33.3333% - 15px);
  height: 500px;
  position: relative;
  padding: 0 !important;
  margin-left: 0px !important;
  margin-right: 16px !important;
  border: none;
}

.carouselwhatsonimage {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.whatsonsec .carousel-cell h3 {
  color: #241637;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.whatsonsec .carousel-cell h4 {
  font-size: 12px;
  line-height: 16px;
  font-family: 'silkaregular';
}

.whatsonsec {
  background-color: #F59D32;
}

.getintouchintro .outlinebtinvert {
  margin-top: 40px;
  margin-bottom: 40px;
}

.getintouchintro .innersplitterartists > div:first-child {
  text-align: left;
}

.seemorebut {
  position: relative;
  width: 100%;
  text-align: center;
}

.seemorebut .outlinebtinvert {
  border-color: #241637;
  color: #241637;
}

.newsthings {
  margin-top: 80px;
}

.news .whatonholdersingle .newsthings {
  display: none !important;
}

.senglesectionone {
  margin-top: 80px;
  background-color: #2D1A41;
}

.singlesignupholder {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 80px 40px;
  background-color: white;
}

.sidesignup {
  width: 100%;
  position: relative;
  max-width: 600px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1fr;
      grid-template-columns: 50px 1fr;
  padding: 20px;
  margin-bottom: 20px;
  /* align-items: center; */
}

.sidesignup h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.sidesignup p {
  font-size: 13px;
}

.singlesignupholder h1 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 32px;
}

.singlesignupholder p {
  margin-bottom: 20px;
}

.innersignupper input {
  padding: 10px 20px;
  /* width: 100%; */
}

.singlesignupholder h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
}

.page-template-template-globesignup .wpuf-form > li:last-child,
.page-template-template-poeticsignup .wpuf-form > li:last-child {
  display: none;
}

.page-template-template-globesignup .senglesectionone {
  margin-top: 80px;
  background-color: #2D1A41;
  background-image: url(svg/pattern2-orange.svg);
  background-size: 300px;
}

.singlesignupholder .pass-strength-result {
  margin-top: -50px !important;
}

.wpuf-submit-button {
  color: #fff;
  background-color: #2D1A41;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  padding: 14px 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.checkicon a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.spaceform {
  position: relative;
  width: 100%;
  height: 40px;
}

.biglogin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.bigloginback {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #341688;
  opacity: 0;
}

.biglogincenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  padding: 40px;
  border-radius: 5px;
  background-color: #FFF;
  max-width: 320px;
  min-width: 300px;
}

.topgraphicone {
  width: calc(100% + 80px);
  height: 100px;
  position: relative;
  background-color: #42B9BB;
  margin-left: -40px;
  margin-top: -40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 40px;
  background-image: url(svg/pattern2-black.svg);
}

#wpuf_ajax_login_form input[type="text"],
#wpuf_ajax_login_form input[type="password"],
#wpuf_ajax_reset_pass_form input[type="text"],
#wpuf-login-form input[type="text"],
#wpuf-login-form input[type="password"],
.inneraccount input[type="text"],
.inneraccount input[type="password"],
.inneraccount input[type="email"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  width: 100%;
}

.biglogincenter h4 {
  margin-bottom: 20px;
}

#wpuf_ajax_login_form input[type='submit'],
#wpuf_ajax_reset_pass_form input[type="submit"],
#wpuf-login-form input[type='submit'],
.inneraccount button[type='submit'] {
  color: #fff;
  background-color: #2D1A41;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid #fff;
  border-top-color: white;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  padding: 14px 40px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.biglogin p {
  margin-bottom: 10px;
}

.custom_html_5,
.custom_html_4,
.wpuf_custom_html_761,
.wpuf_custom_html_1_761 {
  margin-bottom: -20px !important;
}

label[for='i_agree_780'],
label[for='i_agree_761'],
label[for='radio_2_780'] {
  display: none;
}

.loginresgiterthring a {
  color: black;
  font-size: 13px;
}

.loginresgiterthring li a {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  line-height: 16px;
}

.singlesectionone {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

#wpuf-login-form div.wpuf-message:nth-child(2) {
  display: none;
  visibility: hidden;
}

.singleloginholder {
  position: relative;
  width: 100%;
  min-height: 60vh;
}

.innersinglelogin {
  position: relative;
  max-width: 320px;
  margin: 120px auto;
  padding: 40px 30px;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  background-color: #e3e3e3;
  border-radius: 10px;
}

#loginform p {
  margin-bottom: 15px;
}

body #wpuf-login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.innersinglelogin a {
  color: black;
  font-size: 13px;
}

.loginresgiterthring ul {
  list-style: none;
}

.page-template-template-account .wpuf-dashboard-navigation {
  display: none;
}

.singleaccountholder {
  position: relative;
  width: 100%;
}

.inneraccount {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding: 20px;
  margin: 80px auto;
}

body .wpuf-dashboard-container .wpuf-dashboard-content {
  width: 100% !important;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
}

body ul.wpuf-form li {
  padding: 15px !important;
}

.inneraccount h1 {
  margin-bottom: 40px;
}

.page-template-template-learninghome .textintro {
  background-color: #42B9BB;
}

.page-template-template-learninghome .textintro .whatonsingle {
  max-width: 700px;
  margin: 0;
  padding: 20px 0px 80px 0px;
}

.learningintroblock {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 160px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.learningleftcol h1 {
  color: white;
  font-size: 52px;
  line-height: 52px;
  text-align: left;
  max-width: 350px;
  margin-bottom: 40px;
}

.learnignrightcol p {
  text-align: left;
  margin-bottom: 20px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.differentbox {
  background: #2d1a41;
  padding: 40px 20px;
  margin-top: 30px;
  border-radius: 5px;
  color: white;
  max-width: 400px;
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.differentbox1 {
  padding: 40px 20px;
  border-radius: 5px;
  color: white;
  max-width: 400px;
  border: 1px solid white;
}

.greenboxer {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 80px;
  margin-bottom: 40px;
}

.greenboxer .differentbox {
  margin-top: 0px;
  max-width: inherit;
  margin-bottom: 0px;
}

.greenboxer .differentbox1 {
  background: #83be4a;
  max-width: inherit;
}

.learnignrightcol p a {
  color: white;
}

.learningleftcol {
  position: relative;
  text-align: left;
}

.learningleftcol img {
  width: 100%;
  height: auto;
  max-width: 230px;
  margin-bottom: 40px;
}

.textintro {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
}

.textintro .whatonsingle {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}

.textintro .patterclientred {
  opacity: 0.03;
}

.whatonsingle h3 {
  margin-bottom: 20px;
}

.textintro .whatsonheader h1 {
  font-size: 55px;
  line-height: 55px;
  color: #42B9BB;
}

.resroucelinks .textintro {
  background-color: #42B9BB;
}

.resroucelinks .textintro .whatonsingle {
  padding: 80px 20px;
}

.widebuttongrid p {
  color: white;
  max-width: 300px;
  display: inline-block;
}

.splitter {
  position: relative;
  width: 50%;
  padding-top: 80px;
  border-top: 1px solid #649337;
  margin-top: 40px;
  margin: 80px auto 0;
}

.inactiveone .outlinebtinvert {
  opacity: 0.4;
}

.inactiveone .outlinebtinvert:hover {
  background-color: transparent;
  color: white;
  text-decoration: none;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  border: 1px solid white;
  opacity: 0.2;
}

.whatonsingle a.outlinebtinvert {
  color: #42B9BB;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white;
}

.whatonsingle a.outlinebtinvert:last-child {
  margin-right: 0px;
}

.whatonsingle a.outlinebtinvert:hover {
  color: #000;
  border: 1px solid #42B9BB;
}

.introteach {
  position: relative;
  width: 100%;
  margin-top: 180px;
  max-width: 900px;
  margin: 120px auto 0;
  text-align: center;
}

.introteach .doublethingz {
  position: relative;
  width: 100%;
  display: block;
  grid-gap: 0px;
  margin-bottom: 80px;
}

.introteach h1 {
  margin-bottom: 40px;
  font-size: 55px;
  line-height: 55px;
  color: #42B9BB;
}

.introteach h1 span {
  display: block;
  width: 100%;
  font-size: 32px;
  line-height: 55px;
  color: #83BE4A;
}

.introteach p {
  margin-bottom: 20px;
  text-align: left;
}

.page-template-template-primary .titleerjour {
  font-size: 13px;
  line-height: 15px;
}

.page-template-template-primary .therestspan {
  line-height: 15px;
}

.littleicondownload {
  list-style: none;
  text-align: left;
}

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

.littleicondownload li a {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
}

.littleicondownload li a.pdf {
  background-image: url("svg/pdf-icon.svg");
  background-size: 80%;
}

.littleicondownload li a.powerpoint {
  background-image: url("svg/powerpoint-icon.svg");
}

.littleicondownload li a.video {
  background-image: url("svg/video-icon.svg");
}

.littleicondownload li a.glossary {
  background-image: url("svg/glossary-icon.svg");
}

.littleicondownload li a.worksheet {
  background-image: url("svg/worksheet-icon.svg");
}

.backbuttonone {
  -ms-grid-column: 4;
  grid-column: 4;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.backbuttonone a {
  display: block;
  background-color: white;
  padding: 20px 20px 20px 30px;
  color: grey;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'silkabold';
  position: relative;
}

.backbuttonone a::before {
  content: '<';
  position: absolute;
  left: 13px;
  top: 19px;
  z-index: 2;
  font-size: 20px;
  opacity: 0.5;
}

.page-template-template-primary .backgroundjouney {
  background-image: url(svg/pattern2-black.svg);
  background-repeat: repeat;
  background-size: 300px;
  opacity: 0.1;
}

.page-id-841 .jouneryholder > div:nth-child(1) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(2) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(3) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(4) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(5) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(6) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(7) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(8) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(9) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(1) .jouyneydouble > div:nth-child(1) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(2) .jouyneydouble > div:nth-child(1) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(3) .jouyneydouble > div:nth-child(1) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(4) .jouyneydouble > div:nth-child(1) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(5) .jouyneydouble > div:nth-child(1) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(6) .jouyneydouble > div:nth-child(1) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(7) .jouyneydouble > div:nth-child(1) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(8) .jouyneydouble > div:nth-child(1) {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(9) .jouyneydouble > div:nth-child(1) {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(1) .journeypdf {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(2) .journeypdf {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(3) .journeypdf {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(4) .journeypdf {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(5) .journeypdf {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(6) .journeypdf {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(7) .journeypdf {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(8) .journeypdf {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(9) .journeypdf {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(1) .journeypdf:hover {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(2) .journeypdf:hover {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(3) .journeypdf:hover {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(4) .journeypdf:hover {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(5) .journeypdf:hover {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(6) .journeypdf:hover {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(7) .journeypdf:hover {
  background-color: #83BE4A;
}

.page-id-841 .jouneryholder > div:nth-child(8) .journeypdf:hover {
  background-color: #682784;
}

.page-id-841 .jouneryholder > div:nth-child(9) .journeypdf:hover {
  background-color: #83BE4A;
}

.themainicons {
  position: relative;
  width: 100%;
  margin: 60px auto;
  /* max-width: 420px; */
  /* display: -ms-grid; */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.themainicons > div {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 80px;
  padding: 0;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: 0 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
      grid-template-columns: 40px 1fr;
  grid-gap: 20px;
}

.imagec {
  position: relative;
}

.imagec img {
  width: 100%;
  height: auto;
}

.doublethingz {
  position: relative;
  width: 100%;
  /* grid-template-columns: repeat(auto-fit, minmax(1fr,300px)); */
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 80px;
  margin-bottom: 40px;
}

.doublethingz > div {
  text-align: left;
}

.themainicons span {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #83BE4A;
  font-weight: 700;
  margin-bottom: 5px;
}

.introteach ul li {
  margin-bottom: 10px;
  font-weight: bold;
  color: #83BE4A;
  text-align: center;
}

.videothingsss {
  position: relative;
  width: 100%;
  margin: 60px 0;
}

/* Learning Home Stuff*/
.page-template-template-learninghome .whatonsingle h2 {
  color: white;
  text-align: left;
  font-size: 22px;
  line-height: 32px;
}

.page-template-template-learninghome .textintro {
  text-align: left;
}

.page-template-template-learninghome .widebuttongrid > div {
  position: relative;
  border: 1px solid white;
  margin-bottom: 20px;
  padding: 20px;
}

.page-template-template-primary .innerjourney h2 {
  color: #83BE4A;
}

.page-template-template-primary .jouyneydouble p {
  margin-bottom: 20px;
}

.page-template-template-primary .jouyneydouble p:last-child {
  margin-bottom: 5px;
}

.outiframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.outiframe iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.supportingdocs {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.supportingdocs h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 40px;
}

.supportingdocs .outlinebt {
  margin-bottom: 5px;
  display: block;
}

.supportholderone {
  width: 800p;
  max-width: 650px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.resrouceheaderz {
  position: relative;
  width: 100%;
}

.resrouceheaderz h2 {
  color: #83BE4A;
}

.page-template-template-primary .innerjourney {
  margin: 40px auto 160px;
}

.page-template-template-primary .jouneryholder {
  margin-bottom: 40px;
}

.fadeed {
  opacity: 0.5;
}

.introvideo {
  background: #682784;
}

.innervideoone {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 0;
}

.innervideoone .resrouceheaderz h2 {
  color: #fff;
  margin-top: 20px;
}

.innervideoone .resrouceheaderz {
  text-align: center;
}

.innervideoone .videothingsss {
  margin: 40px 0 40px;
}

.introteach .outlinebt {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 12px;
  border: 1px solid #ccc;
  color: #7d7d7d;
}

.introteach .outlinebt:hover {
  color: #FFF;
}

.backtospace {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.mc4wp-form-fields p {
  margin-bottom: 0;
}

/* Masterclass section */
.masterclassone {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 160px auto 0;
}

.introtextmaster {
  max-width: 610px;
  margin: 40px auto;
}

.masterclassone h1 {
  color: #42B9BB;
  font-size: 52px;
  line-height: 52px;
}

.masterclassone p {
  margin-bottom: 20px;
}

.leadershippage .artistpattern {
  position: relative;
  height: 120px;
  top: auto;
  left: auto;
  background-color: #83BE4A;
}

.leadershippage .artistpatterninner {
  background-image: url(svg/pattern2-black.svg);
  opacity: 0.1;
  background-size: 240px;
  /* background-color: #42B9BB; */
  width: 100%;
  height: 200%;
}

.masterrepeater {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 950px;
  margin: 60px auto 40px;
  -ms-flex-line-pack: start;
  align-content: start;
  gap: 60px;
}

.mastervideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mastervideo .videothingsss {
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.mastertextcontent {
  position: relative;
  width: 100%;
  text-align: left;
}

.mastertextcontent h3 {
  color: #42B9BB;
  margin-bottom: 20px;
}

.mastertextcontent p {
  margin-bottom: 20px;
}

.mastertextcontent .outlinebt {
  background-color: #42B9BB;
  color: white;
  border: none;
}

.mastertextbottom ul {
  padding: 20px 30px;
}

/*

Homeyoutube section

*/
.youtubevideos {
  background-color: #291C3E;
}

.youtubevideos h2,
.youtubevideos p {
  color: white;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videodouble {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px 120px;
}

.videodouble h3,
.videodouble p {
  color: white;
  margin-bottom: 10px;
}

.videodouble h3 {
  font-size: 24px;
  line-height: 1em;
}

/*

Newhero

*/
.newhero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mainheroslide {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mainheroslide img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlayblack {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.4;
}

.newhero .flickity-button {
  background: transparent;
  color: #fff;
}

.newhero .flickity-prev-next-button {
  top: auto;
  -webkit-transform: none;
          transform: none;
  bottom: 20px;
}

.newhero .flickity-prev-next-button.previous {
  left: auto;
  right: 100px;
}

.newhero .flickity-button:hover {
  background: transparent;
}

.herotextbox {
  position: absolute;
  bottom: 90px;
  left: 90px;
  max-width: 700px;
  color: white;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.herotextbox h2 {
  font-size: 44px;
  line-height: 1.1em;
}

.tripplebox {
  gap: 20px;
}

.tripplebox > div {
  position: relative;
}

.imagetrippleholder {
  position: relative;
  width: 100%;
  aspect-ratio: 1.3/1;
  height: auto;
  top: 0;
  left: 0;
  background-color: black;
  overflow: hidden;
}

.imagetrippleholder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.bigrollz:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.littletextbox {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  width: calc(100% - 40px);
}

.littletextbox h3 {
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
}

.trailsdouble > div:first-child {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.trailsdouble {
  -ms-grid-columns: 30% 1fr;
      grid-template-columns: 30% 1fr;
}

.communitysection .trailsdouble {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 0;
}

.dicoverypanel {
  aspect-ratio: 1/0.56;
}

.dicoverypanel > img {
  opacity: 0.8;
}

/*

Vimeo embedd

*/
.vimeoembed-container {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.56;
  z-index: -1;
}

.vimeoembed-container iframe,
.vimeoembed-container object,
.vimeoembed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.discoverysingel {
  text-align: center;
  color: #FFF;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.discoverysingel > div {
  max-width: 550px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px;
  border-radius: 10px;
}

.discoverysingel img {
  max-width: 800px;
  height: auto;
  margin: 30px 0;
}

.discoverysingel h2,
.discoverysingel p {
  margin-bottom: 20px;
}

.secondvideo .discoverysingel > div {
  background-color: rgba(255, 255, 255, 0.8);
}

.secondvideo .discoverysingel h2,
.secondvideo .discoverysingel p {
  color: #241637;
}

.subboxer h3 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.2em;
}

.subboxer > div > a {
  color: #241637;
}

.subboxer {
  padding: 40px 30px;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
}

.subboxer a.outlinebtinvert {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  border: 1px solid grey;
  color: #241637;
}

.communitysection .subboxer,
.squaresunderthat .subboxer {
  background-color: transparent;
  border-left: 1px solid #eaeaea;
  border-radius: 0;
}

.communitysection .subboxer:first-child,
.squaresunderthat .subboxer:first-child {
  border-left: none;
}

.squaresunderthat
.communitysection .trailsdouble {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 0px;
}

.learningpanelhome .centervidoberlay {
  max-width: 700px;
  color: white;
}

.centervidoberlay p {
  margin-bottom: 20px;
}

.learningpanelhome .outlinebtinvert {
  margin-top: 10px;
}

.squaresunderthat .doubledivsone {
  margin: 30px auto 60px;
}

.squaresunderthat .subboxer a.outlinebtinvert {
  font-size: 14px;
}

.communitysection .tripplebox,
.squaresunderthat .tripplebox {
  gap: 0px;
}

.homepaneltripple .tripplebox {
  gap: 20px;
}

.subboxer a.outlinebt {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  font-size: 13px;
}

.subboxer > div {
  margin-bottom: 30px;
}

a.widelinker {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.introroll > div {
  overflow: hidden;
  background-color: #000;
  background-image: url(temp-images/twr-pattern-orangehome.png);
  background-size: 100px;
}

.introroll > div > div > img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.introroll > div:hover > div > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.85;
}

.communitysection h2 {
  text-align: center;
}

.communitysection > div > div > p {
  text-align: center;
}

#trailone, #cat {
  border: none;
  font-size: 16px;
  font-family: 'silkasemibold',Arial, Helvetica, sans-serif;
  padding: 16px 20px;
  border-radius: 20px;
  background-color: #241637;
  color: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(svg/squarearrow-white-down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 1em;
  background-size: 10px;
  min-width: 260px;
}

.subboxer p a {
  color: #241637;
}

/*

New Selection thing

*/
.doublewideoner {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr;
      grid-template-columns: 40% 1fr;
}

.infoselect {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.innerinfoselector {
  max-width: 400px;
  padding: 20px;
  position: relative;
}

.newthingz {
  display: block;
  border: none;
  border-top: 1px solid #241637;
  border-bottom: 1px solid #241637;
  position: relative;
  padding: 20px 25px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-family: 'silkabold';
  cursor: pointer;
  font-size: 16px;
  line-height: 1em;
  color: #2D1A41;
  text-decoration: none;
}

.newthingz:hover {
  background-color: #241637;
  color: white;
}

.newthingz::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(svg/squarearrow-blue-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: 25px;
  top: 50%;
  margin-top: -5px;
}

.newthingz:hover::after {
  background-image: url(svg/squarearrow-white-right.svg);
}

.alive {
  background-color: #241637;
  color: white;
}

.alive::after {
  background-image: url(svg/squarearrow-white-right.svg);
}

.switchslidez {
  position: relative;
}

.rotationholder {
  position: relative;
  width: 100%;
  aspect-ratio: 1.5/1;
  height: auto;
  overflow: hidden;
}

.rotateslide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.rotateslide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.doublewideoner h2,
.doublewideoner p {
  margin-bottom: 20px;
}

.middleinfoclickz {
  position: absolute;
  max-width: 500px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.middleinfoclickz p a {
  color: #241637;
}

.slidezz0 {
  display: block;
}

.innerlogoslidernew {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 40px 0 60px;
}

.littlelogoslider {
  width: calc(100% / 5);
  height: 250px;
  position: relative;
  margin-right: 0px;
  padding: 70px;
}

.littlelogoslider h6 {
  text-align: center;
  color: #2D1A41;
  margin-bottom: 10px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 1em;
}

.littlelogoslider img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*

EVents section

*/
.eventsgrid {
  width: 100%;
  position: relative;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(260px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  max-width: 1280px;
  padding: 0 20px;
  margin: 60px auto;
  gap: 20px;
}

.eventssection .whoimageholder {
  aspect-ratio: 1/1;
  border-radius: 0;
}

.eventsgrid .whoimages {
  width: 100%;
  padding: 0px;
  position: relative;
  cursor: pointer;
  background-color: #291C3E;
  padding-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  color: white;
}

.eventsgrid .whoimages h3 {
  color: white;
}

.eventsgrid .inspire {
  width: 100%;
  padding: 0px;
  position: relative;
  cursor: pointer;
  background-color: #63B7BA;
  padding-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  color: #291C3E;
}

.eventsgrid h3 {
  color: #291C3E;
  border-bottom: 1px solid #63B7BA;
  padding: 0;
  width: calc(100% - 40px);
  position: relative;
  margin: 20px auto 10px;
  text-align: left;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
}

.eventsgrid .inspire h3 {
  color: #291C3E;
  border-bottom: 1px solid #291C3E;
}

.eventsgrid h5, .eventsgrid h6 {
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.1em;
  text-align: left;
  font-family: 'silkaregular';
}

.eventsgrid h5 span {
  font-family: 'silkasemibold';
}

.eventsgrid h5 span.eventdater,
.whoimages h5 span.eventdater {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.2em;
}

.whoimages .hiddeneve {
  display: none;
  font-family: 'silkaregular';
}

.whoimages .thinstripe {
  background-color: transparent;
}

.whoimages .stripetop2 {
  height: 20px;
  bottom: 0;
  position: absolute;
}

.whoimages .stripetop2 {
  background-size: 50px;
  background-position: 0px -3px;
}

.whoimages .stripetop2 .thininnerstripe {
  background-size: 36px;
  background-position: 0px -10px;
}

.inspire .stripetop2 {
  background-color: #291C3E;
}

.inspire .stripetop2 .thininnerstripe {
  background-image: url(temp-images/twr-pattern-teal2.png);
}

.inspire .whoimageholder::after {
  content: '';
  background-color: #291C3E;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(temp-images/inspire-letters.png);
  background-size: 100px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.eventspopper .artistbigimage img {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  -o-object-fit: cover;
  object-fit: inherit;
  border-radius: 0;
}

.eventspopper .innerartistpop .artistsportrait {
  margin-top: 0;
}

.partnerpopper .innerartistpop .artistsportrait {
  margin-top: 0;
}

.eventspopper .artistblurb h3 {
  line-height: 0.9em;
}

.eventspopper .artistblurb h6 {
  line-height: 0.8em;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: 'silkabold';
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.eventspopper .thenewholder {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr 12%;
      grid-template-columns: 25% 1fr 12%;
  gap: 20px;
  margin-bottom: 10px;
  color: #414141;
  font-size: 13px;
  line-height: 1.1em;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
}

.eventsheaderone {
  margin-top: 120px;
  max-width: 1240px;
  margin: 120px auto 0;
  padding: 0 0px 30px;
  border-bottom: 1px solid #B0B0B0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.eventspopper .thenewholder h5 {
  padding-top: 23px;
  position: relative;
}

.eventspopper .thenewholder h5::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

.eventspopper .thenewholder h5:nth-child(1)::before {
  background-image: url(svg/icon-date.svg);
}

.eventspopper .thenewholder h5:nth-child(2)::before {
  background-image: url(svg/icon-map.svg);
}

.eventspopper .thenewholder h5:nth-child(3)::before {
  background-image: url(svg/icon-money.svg);
  background-size: 10px;
  background-position: left center;
}

.filterholder {
  position: relative;
  -ms-grid-column-align: end;
      justify-self: end;
}

option[value=""][disabled] {
  display: none;
}

.middlehead {
  text-align: center;
}

.middlehead h2 {
  font-size: 48px;
  line-height: 1.1em;
}

.eventsheaderone h1 {
  font-size: 48px;
  line-height: 1.1em;
}

.cityone {
  font-size: 24px;
  line-height: 1.1em;
  color: #63B7BA;
}

.filterholder #trailone,
.filterholder #cat {
  padding: 10px 20px;
}

/*


COmmunity Page

*/
.page-template-template-community .patronsgrid {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}

.inspirenewsscroller {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 60px auto;
}

.inspirenewsscroller .whoimages {
  width: calc((100% / 4) - 20px);
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  background-color: #63B7BA;
  color: #EDEDED;
  padding: 0 0 40px 0;
  border-radius: 10px;
  overflow: hidden;
  min-height: 100%;
}

.inspirenewsscroller .whoimageholder {
  border-radius: 0;
  padding: 0;
}

.inspirenewsscroller .flickity-page-dots {
  bottom: -50px;
}

.inspirenewsscroller h3 {
  color: #EDEDED;
  border-bottom: 1px solid #63B7BA;
  padding: 0;
  width: calc(100% - 40px);
  position: relative;
  margin: 20px auto 10px;
  text-align: left;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
}

.inspirenewsscroller .whoimages h3 {
  color: #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

.inspirenewsscroller h5, .inspirenewsscroller h6 {
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.1em;
  text-align: left;
  font-family: 'silkaregular';
}

.inspirenewsscroller h5 span {
  font-family: 'silkasemibold';
}

.innerheaderinspire {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 60px auto;
}

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

.inspirenewsscroller .whoimages .whoimageholder::after {
  content: '';
  background-color: #291C3E;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(temp-images/inspire-letters.png);
  background-size: 100px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.innerpaddingone {
  position: relative;
  width: 100%;
  padding: 0 20px;
  max-width: 1280px;
  margin: 60px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.innerpaddingone img {
  width: 100%;
  height: auto;
}

.innercom {
  max-width: 450px;
}

.innercom h2, .innercom p {
  margin-bottom: 20px;
}

.main-carousel3 .whatonblock {
  width: calc((100% / 4) - 20px);
  min-height: 50vh;
  margin-right: 20px;
  position: relative;
  display: block;
}

.storiesscroll .inspirenewsscroller .flickity-page-dots {
  bottom: 0px;
}

.schoolglobes h2 {
  margin-bottom: 40px;
}

.schoolglobes img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

/*

Single partnera page

*/
.singlepartnerpage {
  margin-top: 80px;
  background-color: #D2D2D2;
  background-image: url(temp-images/twr-pattern-gray.png);
  background-size: 120px;
}

.singlepartnerpage .innerpadding {
  max-width: 900px;
  background-color: white;
  padding: 40px;
  border-radius: 20px;
}

.singlepartersplit {
  position: relative;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  gap: 80px;
}

.singlepartnerimage {
  position: relative;
  width: 100%;
}

.singlepartnerimage img {
  width: 100%;
  height: auto;
}

.bigsingleheaderw {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.bigsingleheaderw h1 {
  color: #241637;
  position: relative;
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.maintextpartnerone .popquote {
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

.maintextpartnerone .authorone {
  font-size: 12px;
  line-height: 12px;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.maintextpartnerone .authorone::before {
  content: '';
  width: 30px;
  position: absolute;
  border-bottom: 1px solid #ccc;
  left: 50%;
  top: 0px;
}

.bigcontentsingleone {
  text-align: justify;
  margin: 30px 0;
}

.maintextpartnerone .poplinker {
  text-align: left;
}

/*

Globes section

*/
.page-template-template-globes,
.page-template-template-learningglobes {
  background-color: #000;
  /* color: white; */
}

.headeroneer {
  margin-top: 160px;
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  color: white;
  overflow: inherit;
}

.page-template-template-globes .innerpatrons h2,
.page-template-template-learningglobes .innerpatrons h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-template-template-globes .partnersection .whoimageholder,
.page-template-template-learningglobes .partnersection .whoimageholder {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.page-template-template-globes .partnersection .whoimageholder img,
.page-template-template-learningglobes .partnersection .whoimageholder img {
  width: 106%;
  height: 106%;
  left: -3%;
  top: -3%;
}

.page-template-template-globes .partnersection .extracrop img,
.page-template-template-learningglobes .partnersection .extracrop img {
  width: 130%;
  height: 130%;
  left: -17%;
  top: -15%;
}

.page-template-template-globes .artistblurb h3 a,
.page-template-template-learningglobes .artistblurb h3 a {
  color: #241637;
  text-decoration: none;
}

.page-template-template-globes .artistsbiog h5,
.page-template-template-learningglobes .artistsbiog h5 {
  color: #241637;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  font-family: 'silkabold';
  margin-bottom: 20px;
}

.page-template-template-globes .partnerpopper .artistblurb h3,
.page-template-template-learningglobes .partnerpopper .artistblurb h3 {
  border-bottom: 1px solid #c7bed2;
  margin-bottom: 30px;
}

.artistsstate {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #c7bed2;
}

.socialinksartist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 10px;
  padding-top: 20px;
  position: relative;
}

.artistbiogtext p {
  margin-bottom: 20px;
}

.socialinksartist a {
  padding: 10px 30px;
  text-decoration: none;
  background-color: #241637;
  color: white;
  display: inline-block;
  border-radius: 10px;
}

.page-template-template-globes .artistbigimage img,
.page-template-template-learningglobes .artistbigimage img {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  border-radius: none;
  -o-object-fit: inherit;
     object-fit: inherit;
}

.page-template-template-globes .artistsportrait,
.page-template-template-learningglobes .artistsportrait {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  overflow: visible;
  aspect-ratio: unset;
}

.page-template-template-globes .sponsorsblock,
.page-template-template-learningglobes .sponsorsblock {
  display: none;
}

.page-template-template-globes .artistpop .sponsorsblock,
.page-template-template-learningglobes .artistpop .sponsorsblock {
  display: block;
  margin-top: 20px;
}

.page-template-template-globes .artistpop .partnerblock,
.page-template-template-learningglobes .artistpop .partnerblock {
  padding-right: 40%;
  padding-top: 20px;
}

.page-template-template-globes .artistpop .partnerblock img,
.page-template-template-learningglobes .artistpop .partnerblock img {
  width: 100%;
  height: auto;
}

.page-template-template-globes .littlelogozz p,
.page-template-template-learningglobes .littlelogozz p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 30px;
}

.traillocationlink {
  width: 100%;
  position: relative;
  border-top: 1px solid #c7bed2;
  margin-top: 20px;
  padding-top: 20px;
}

.newhero .flickity-page-dots {
  display: none;
}

.homeslider .flickity-page-dots {
  display: none;
}

.singlesectionblank {
  width: 100%;
}

.singlepageholderblank {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 160px auto;
  padding: 0 20px;
}

.blankheader h1 {
  font-size: 48px;
  line-height: 1.2em;
}

.blankheader {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.singlepageholderblank img {
  max-width: 100%;
  margin-bottom: 20px;
}

.singlepageholderblank p {
  margin-bottom: 20px;
}

.singlepageholderblank ul {
  margin-bottom: 20px;
  padding-left: 40px;
}

.singlepageholderblank li {
  margin-bottom: 5px;
}

.singlepageholderblank a {
  color: purple;
}

.singlepageholderblank iframe {
  width: 100%;
  height: auto;
  min-height: 800px;
}

.singlepageholderblank iframe {
  width: 100%;
  height: auto;
  min-height: 900px;
}

/*

Globe page

*/
.thename {
  font-family: 'Silkabold';
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 1em;
  color: #FFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.globeslides {
  width: 20%;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.globesgrid {
  width: 100%;
  position: relative;
}

.globesgrid .whoimages h3,
.globesgrid .whoimages h4 {
  display: none;
}

.globesection .innerpatrons {
  max-width: 1100px;
  padding: 0 70px;
  margin: 60px auto 20px;
  opacity: 0.7;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.globesection .innerpatrons:hover {
  opacity: 1;
}

.globesection .whoimages {
  width: 20%;
}

.globesection .flickity-prev-next-button.previous {
  left: -60px;
}

.globesection .flickity-prev-next-button.next {
  right: -60px;
}

.globesection .flickity-button {
  background: transparent;
  color: #FFF;
}

.globesection .flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.littlelineglobe {
  position: relative;
  width: 260px;
  border-bottom: 1px solid #535353;
  margin: 0 auto 40px;
}

.artistsbiog img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .littlelogoslider {
    width: calc(100% / 4);
    padding: 50px;
  }
  .centerbloker h2,
  .centerbloker h2.smallertpe {
    font-size: 28px;
  }
  .centerbloker p {
    line-height: 1.2em;
    font-size: 16px;
  }
}

@media screen and (max-width: 1022px) {
  .eventsheaderone {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 20px;
  }
  .filterholder {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .eventsheaderone {
    padding: 0 20px 30px;
  }
  .mainlearningslide {
    height: 100vh;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .doubledivsone {
    gap: 0px;
  }
  .homepaneltripple .doubledivsone {
    gap: 20px;
  }
  .learntextbox .bigparagraph {
    color: white;
    max-width: 100%;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: relative;
    padding: 20px;
  }
  .doubledivsone img {
    margin-bottom: 20px;
  }
  .inspirenewsscroller .whoimages {
    width: calc((100% / 2) - 20px);
  }
  .main-carousel3 .whatonblock {
    width: calc((100% / 2) - 20px);
  }
  .partnersection .whoimages {
    width: calc(100% / 3);
  }
  .globesection .whoimages {
    width: calc(100% / 4);
  }
  .innerheaderinspire {
    padding: 0 20px;
  }
  .innerpaddingone {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .videodouble {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .doubledivsone > div {
    margin-bottom: 30px;
  }
  .homepaneltripple .doubledivsone > div {
    margin-bottom: 0px;
  }
  .newthingz::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sub-menu {
    position: relative;
    top: auto;
    background-color: transparent;
    padding: 0;
    left: auto;
    min-width: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .sub-menu li {
    padding: 5px 0px;
  }
  .mainmenu > ul {
    width: 100%;
  }
  .homeintro iframe {
    max-width: 100%;
  }
  .singlesignupholder {
    padding: 80px 20px;
  }
  .innersignupper input[data-type="text"],
  .innersignupper input[data-type="password"] {
    width: 100% !important;
  }
  .whatsonslider {
    margin: 80px auto 0px;
  }
  .whatsonsec .carousel-cell {
    width: calc(50% - 15px);
    height: 450px;
  }
  .innerlogoone > div {
    padding: 20px;
  }
  .innerlogoone > div:first-child {
    padding: 30px;
  }
  .artistscontenter {
    display: block;
    padding: 80px 20px;
  }
  .artistbigimage {
    aspect-ratio: 1/1;
    margin-bottom: 30px;
  }
  .partnerpopper .artistbigimage {
    aspect-ratio: 1/.7;
    margin-bottom: 20px;
  }
  .partnerpopper .artistsportrait {
    aspect-ratio: 1/.7;
  }
  .partnerpopper .artistbigimage img {
    -o-object-position: left center;
       object-position: left center;
  }
  .carousel-new {
    width: 125px;
    margin-right: 30px;
  }
  .carousel-new img {
    width: 125px;
    height: 100px;
  }
  #burger {
    display: block;
  }
  .headholderinner {
    display: block;
  }
  .mainmenu {
    position: absolute;
    right: 0;
    width: 0%;
    height: 100vh;
    background-color: white;
    overflow: hidden;
  }
  .socialtoptemp {
    position: absolute;
    top: 80vh;
    right: 20px;
    display: none;
  }
  .mainmenu > ul {
    position: relative;
    margin-top: 80px;
    float: right;
  }
  .mainmenu > ul > li {
    display: block;
    margin-left: 0;
    position: relative;
    text-align: right;
    margin-right: 25px;
    margin-bottom: 15px;
  }
  .mainmenu > ul > li > a {
    font-size: 16px;
    line-height: 25px;
  }
  .mainmenu > ul > li .sub-menu li:hover {
    background-color: transparent !important;
    color: #241637 !important;
  }
  .sub-menu li:hover a {
    color: #241637 !important;
  }
  .mainmenu ul li:hover::after {
    opacity: 0;
    left: auto;
  }
  .backstrip {
    height: 60px;
  }
  .headholder {
    height: 60px;
  }
  .homepageholder {
    margin-top: 60px;
    min-height: calc(100vh - 60px);
  }
  #logoheader a {
    width: 125px;
  }
  #logoheader {
    padding: 0 15px;
  }
  .homepageholder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 50vh 50vh;
        grid-template-rows: 50vh 50vh;
  }
  .homeslider {
    -ms-grid-row: 1;
        grid-row-start: 1;
    height: 50vh;
  }
  .homepageholder .carousel-cell {
    width: 100%;
    height: calc(50vh);
  }
  .mainstuffletters {
    width: 100%;
    height: auto;
    padding: 40px 20px 0;
  }
  .centerbloker {
    width: 100%;
  }
  #stripetop1 {
    height: 30px;
    top: 0px;
  }
  #stripetop2 {
    height: 30px;
    bottom: 0px;
  }
  .centerbloker h2 {
    font-size: 22px;
    line-height: 1.2em;
    margin: 20px 0;
  }
  .centerbloker h2.smallertpe {
    font-size: 18px;
    line-height: 1.2em;
  }
  .centerbloker p {
    line-height: 1.2em;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .homeintro {
    margin: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .homeintrotwo {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .arrows {
    bottom: 30px;
    left: 25px;
    width: 100px;
  }
  .homeintro h2 {
    margin-bottom: 60px;
  }
  .innerjourney {
    width: 100%;
    max-width: 1000px;
    margin: 40px 0;
    padding: 0;
  }
  .jouneryholder h3 {
    font-size: 16px;
    line-height: 18px;
    padding: 23px 20px;
  }
  .jouyneydouble > div > div {
    width: calc(100% - 40px);
  }
  .jouneryholder span {
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .innercontent {
    padding-bottom: 150%;
  }
  .jouyneydouble {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .journeypdf {
    padding: 10px 20px;
    margin: 10px 0 0;
  }
  .titleerjour {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 15px;
  }
  .therestspan {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
  }
  .openpdfone {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 1px 10px;
  }
  .artists .carousel-cell {
    width: calc(25% - 15px);
    height: 400px;
  }
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .carousel-cell h3 {
    font-size: 16px;
    line-height: 18px;
  }
  .artistblurb {
    padding: 0 0px;
  }
  .learningblock {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .learningblock div:nth-child(2) {
    text-align: center;
    margin-top: 30px;
  }
  .footerinner {
    padding: 0 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .innerjourney h2 {
    padding: 0 20px;
  }
  .innerjourney > p {
    padding: 0 20px;
  }
  .volounterinnertwo h2 {
    line-height: 38px;
    padding: 0 20px;
  }
  .volounterinnertwo p {
    padding: 0 20px;
  }
  .repeaternames {
    -webkit-column-count: 2;
            column-count: 2;
    font-size: 12px;
    padding: 0 20px;
  }
  .learnintroholder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 20px;
  }
  .learnintroholder > div:first-child {
    margin-bottom: 30px;
  }
  .learningoutcomeinner {
    padding: 0 20px;
  }
  .priceblockinner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 0 20px;
  }
  .priceblockinner > div:first-child {
    margin-bottom: 60px;
  }
  .communitydouble {
    -ms-grid-columns: 5px 1fr;
        grid-template-columns: 5px 1fr;
    grid-gap: 0px;
  }
  .innersplitterartists {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .threebuttons {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 20px;
  }
  .partgridholder a {
    width: 50%;
  }
  .patronsgrid {
    padding: 0 10px;
  }
  .patronsgrid h3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .innersplitterartists > div:first-child {
    padding-right: 20px;
  }
  .innersplitterartists > div:first-child {
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .learningbottomslide .carousel-cell {
    height: 340px;
    width: calc(50% - 15px);
  }
  .learningbottomslide {
    padding: 0 20px;
  }
  .opencalljury .learningbottomslide .carousel-cell {
    height: 340px;
    width: calc(50% - 15px);
  }
  .whatonholdersingle {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .homepaneltripple .doubledivsone {
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    min-width: 900px;
  }
}

@media screen and (max-width: 900px) {
  .globesection .innerpatrons {
    opacity: 1;
  }
  body {
    font-size: 14px;
    line-height: 21px;
  }
  h2 {
    font-size: 26px;
    line-height: 1.2em;
  }
  .newhero .flickity-page-dots {
    bottom: auto;
    top: 80px;
    display: block;
  }
  .homeslider .flickity-page-dots {
    bottom: auto;
    top: 20px;
    display: inline-block;
    background-color: #27153930;
    padding: 10px;
    width: auto;
    left: 50%;
    border-radius: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .newhero .flickity-page-dots .dot,
  .homeslider .flickity-page-dots .dot {
    background: transparent;
    opacity: 1;
    border: 1px solid white;
  }
  .newhero .flickity-page-dots .dot.is-selected,
  .homeslider .flickity-page-dots .dot.is-selected {
    opacity: 1;
    background: white;
  }
  .singlepartersplit {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 20px;
  }
  .singlepartnerpage .innerpadding {
    padding: 20px;
    width: calc(100% - 20px);
  }
  .inspirenewsscroller .flickity-prev-next-button {
    top: auto;
    bottom: -90px;
  }
  .storiesscroll .inspirenewsscroller .flickity-prev-next-button {
    top: auto;
    bottom: -60px;
  }
  .whoweareintro .flickity-page-dots {
    bottom: auto;
    top: -60px;
  }
  .inspirenewsscroller .flickity-page-dots {
    display: none;
  }
  .inspirenewsscroller .whoimages {
    width: 80%;
  }
  .main-carousel3 .whatonblock {
    width: 80%;
  }
  .eventspopper .innerartistpop .artistsportrait {
    margin-left: 0px;
  }
  .eventspopper .artistbigimage {
    width: 70%;
  }
  .thequoteone {
    font-size: 16px;
    line-height: 1.5em;
  }
  .teampopper .artistbigimage {
    position: relative;
    width: 70%;
  }
  .doubledivsone > div {
    margin-bottom: 60px;
  }
  .teampopper .innerartistpop .artistsportrait {
    margin-left: -20px;
  }
  .ourpartnerssection .innerpatrons h2 {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
    margin-bottom: 20px;
  }
  .partnersection .innerpatrons h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .innerpatrons {
    margin: 60px auto 60px;
  }
  .ourpartnerssection .innerpatrons {
    margin: 60px auto 0px;
  }
  .ourpartnerssection .whoimageholder {
    width: 80%;
  }
  .ourpartnerssection .innerpatrons h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .ourpartnerssection .whoimages:nth-child(1) .whoimageholder {
    width: 80%;
  }
  .innerartistpop .artistsportrait {
    margin-left: -40px;
  }
  .partnerpopper .innerartistpop .artistsportrait {
    margin-left: 0;
  }
  .innerpadding {
    padding: 0 20px;
  }
  .imagelearn {
    position: relative;
    width: 100%;
    aspect-ratio: 1/.7;
  }
  .newsliderlearning {
    height: auto;
  }
  .mainlearningslide {
    height: 110vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-flex-line-pack: start;
        align-content: start;
  }
  .learningslide .flickity-page-dots {
    bottom: auto;
    top: 20px;
  }
  .bigparagraph ul ul {
    margin-left: 0;
  }
  .outlinebt {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 30px;
  }
  .discoverysingel {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
  }
  .discoverysingel > div {
    padding: 20px;
  }
  .discoverysingel h2 {
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .discoverysingel p {
    font-size: 13px;
    line-height: 1.2em;
  }
  .outlinebtinvert {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 30px;
  }
  .dicoverypanel {
    aspect-ratio: 1/1;
  }
  .dicoverypanel .vimeoembed-container {
    aspect-ratio: 1/1;
  }
  .littletextbox h3 {
    font-size: 18px;
  }
  .dicoverypanel .vimeoembed-container iframe,
  .dicoverypanel .vimeoembed-container object,
  .dicoverypanel .vimeoembed-container embed {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  }
  .infoselect {
    padding: 0 20px;
  }
  .homepaneltripple .doubledivsone {
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    min-width: 900px;
  }
  .homepaneltripple {
    overflow-x: auto;
  }
  .herotextbox h2 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .herotextbox {
    bottom: 80px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .doublewideoner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .innerinfoselector {
    padding: 40px 0px;
  }
  .rotateslide {
    padding: 0 20px;
  }
  .middleinfoclickz {
    padding: 40px 20px;
    width: calc(100% - 40px);
  }
  .littlelogoslider {
    width: calc(100% / 2);
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .innerlogoslidernew {
    height: auto;
    margin: 40px 0 40px;
  }
  .rotationholder {
    aspect-ratio: 1/1.4;
  }
  .bottomlogosone .flickity-prev-next-button {
    top: auto;
    width: 22px !important;
    height: 22px !important;
    bottom: -40px;
  }
  .innerartistpop {
    width: calc(100% - 40px);
    margin-top: 40px;
  }
  .artistspopcontent {
    overflow-y: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .whoimages {
    width: 33.3333%;
    padding: 10px;
  }
  .section-our-patrons .whoimages {
    width: 50%;
  }
  .innertextinner {
    padding: 0 20px 30px;
  }
  .masterrepeater {
    gap: 20px;
  }
  .greenboxer {
    gap: 40px;
  }
  .page-template-template-primary .titleerjour {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .supportingdocs h4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .learningintroblock {
    margin: 100px auto 0;
  }
  .learningleftcol img {
    max-width: 150px;
    margin-bottom: 20px;
  }
  .learningleftcol h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 80%;
    margin-bottom: 20px;
  }
  .page-template-template-learninghome .textintro .whatonsingle {
    margin: 0;
    padding: 20px 0px 80px 0px;
  }
  .supportholderone {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
  .textintro .whatsonheader h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .introteach h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .textintro .whatonsingle {
    padding: 20px 0px 80px;
  }
  .introteach {
    padding: 0 20px;
  }
  .introteach h1 span {
    font-size: 24px;
    line-height: 32px;
  }
  .doublethingz {
    grid-gap: 20px;
  }
  .whatsonsec .carousel-cell h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .introteach ul {
    padding: 0px 40px 30px;
    list-style: none;
  }
  .page-template-template-primary .repeatergrider {
    display: block !important;
  }
  .page-template-template-primary .innercontent {
    padding-bottom: 200%;
  }
  .backbuttonone {
    justify-items: left;
    margin: 20px 0 0 20px;
  }
  .whatonblock h4 {
    font-size: 14px;
    line-height: 18px;
  }
  .whatcat, .whatcat a {
    font-size: 12px;
    line-height: 15px;
  }
  .artists .carousel-cell {
    width: calc(33.33% - 15px);
    height: 400px;
  }
  .belowheader {
    width: 100%;
    padding: 0 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .belowheader h2 {
    padding: 20px 0;
    margin: 0;
  }
  .categorything {
    margin-bottom: 20px;
  }
  .globesection .whoimages {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 650px) {
  .mainmenu {
    width: 0%;
  }
  .littlelogoslider {
    height: 170px;
  }
}

@media screen and (max-width: 450px) {
  .artists .carousel-cell {
    width: calc(50% - 15px);
    height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */