/* Generic Theme Styles */

h2 span {
  line-height: 100%;
}

.more-space {
  line-height: 190%;
}

.more-space-heading {
  line-height: 140%;
}

.stw_btn_cta {
  background: #E5007E;
  box-sizing: border-box;
  padding: 10px 25px;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #E5007E;
  font-family: 'Trade Gothic W01';   
}

.stw_btn_cta:hover {
  background: white;
  color: #E5007E; 
  border: 1px solid #E5007E;
  transition: all 0.3s;
}

.stw_btn_cta2 {
  background: transparent;
  box-sizing: border-box;
  padding: 10px 0;
  width: 130px;
  text-align: center;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid white;
  font-family: 'Trade Gothic W01';
}

.stw_btn_cta2:hover {
  background: white;
  color: #5db9e6;
  transition: all 0.3s;
  border: 1px solid #5db9e6;
}

.body-wrapper {
  max-width: 1800px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #35A8E0;
}

/* AJAX Select filters */
.dropdown-wrap {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    padding: 10px 15px;

    /* Styles */
    color: #fff;
    cursor: pointer;
    outline: none;
    margin: 25px 0;
    float: left;
}

.page-template-workshopsandevents .dropdown-wrap {
  background: #F39200;
}

.page-template-workshopsandevents .dropdown li:nth-child(odd) {
  background: #F5A833;  
} 

.page-template-workshopsandevents .dropdown li:nth-child(even) {
  background: #f5bb62;  
} 

.page-template-news-and-opportunities .dropdown-wrap {
  background: #662482;
}

.page-template-news-and-opportunities .dropdown li:nth-child(odd) {
  background: #85509B;  
} 

.page-template-news-and-opportunities .dropdown li:nth-child(even) {
  background: #A27BB4;  
} 

.page-template-NetworkKnowledge .dropdown-wrap {
  background: #39A935;
}

.page-template-NetworkKnowledge .dropdown li:nth-child(odd) {
  background: #61BA5D;
}
.page-template-NetworkKnowledge .dropdown li:nth-child(even) {
  background: #87CA85;
}

.dropdown-wrap:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #ffffff transparent;
}

.dropdown-wrap .dropdown {
  /* Size & position */
    position: absolute;
    top: 100%;
    left: -5px;
    right: 0px;
    z-index: 999;
    padding: 0;
    margin: 0;

    /* Styles */
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

.dropdown-wrap .dropdown li a {
    color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* Active state */

.dropdown-wrap.active:after {
    border-width: 0 6px 6px 6px;
}

.dropdown-wrap.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* No CSS3 support */

.no-opacity       .dropdown-wrap .dropdown,
.no-pointerevents .dropdown-wrap .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .dropdown-wrap.active .dropdown,
.no-pointerevents .dropdown-wrap.active .dropdown {
    display: block;
}

/* List View & Grid View Buttons */

.button-wrapper {
    float: left;
    width: 100%;
}

.grid-view {
    position: relative;
    width: 200px;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin: 25px 3% 25px 2%;
    background-position: 95%;
    float: right;
}

.list-view {
    position: relative;
    width: 200px;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin: 25px 0;
    background-position: 95%;
    float: right;
}

.page-template-NetworkKnowledge .grid-view, .page-template-NetworkKnowledge .list-view  {
  background-color: #39A935;
}

.page-template-news-and-opportunities .grid-view, .page-template-news-and-opportunities .list-view  {
  background-color: #662482;
}

.page-template-workshopsandevents .grid-view, .page-template-workshopsandevents .list-view  {
  background-color: #F39200;
}



@media (max-width: 1280px) {
  .grid-view {
    margin-right: 7%;
  }
}

@media (min-width: 640px) {
  .page-template-news-and-opportunities .dropdown-wrap,
  .page-template-news-and-opportunities .dropdown {
    margin-left: 2%;
  }
}

@media (max-width: 960px) {
  h2 {
    font-size: 3.5em;
  }

  .list-view {
    width: 100px;
  }

  .grid-view {
    width: 100px;
    margin-right: 11%;
  }

  .page-template-NetworkKnowledge .stw-posts-archive {
    width: 28%;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.3em;
  }

  .page-template-NetworkKnowledge .stw-posts-archive {
    width: 41%;
  }

  .button-wrapper {
    float: none;
  }

  .dropdown-wrap {
    float: none;
  }

  .grid-view {
    margin: 0;
    float: none;
    width: 200px;
  }

  .list-view {
    float: none;
    width: 200px;
  }
}

@media (max-width: 480px) {
    .page-template-NetworkKnowledge .stw-posts-archive {
      width: 37%;
    }
}

/* Begin Custom Styles 

=====================
	Header Styles 
=====================

=====================
	Navigation Bar 
===================== 
*/

#nav-container {
	z-index: 3;
	position: relative;
}

.stw_header-skew:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 250px;
  background: #35A8E0;
  z-index: -1;
  -webkit-transform: skewY(2.3deg);
  -moz-transform: skewY(2.3deg);
  -ms-transform: skewY(2.3deg);
  -o-transform: skewY(2.3deg);
  transform: skewY(2.3deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
}

.stw-nav-slide-Blue:before {
	background: #35A8E0;
}

.stw-nav-slide-Green:before {
	background: #39A935;
}

.stw-nav-slide-Orange:before {
	background: #F39200;
}

.stw-nav-slide-Purple:before {
  background: #662482;
}	

#nav-container .container {
	padding: 0px 0px 30px 0;
  overflow: hidden;
}

.stw-nav-logo img {
	width: 150px;
	height: auto;
}

.stw-nav-logo, .stw-nav-links {
	display: inline-block;
}

#menu-desktop-header-menu {
	list-style: none;
	padding: 0;
  color: rgba(255,255,255,0.8);
	text-transform: uppercase;
  height: 50px;
  position: relative;
  margin: 0;
}

#menu-desktop-header-menu li:first-child {
	padding: 0 0 0 30px; 
}

#menu-desktop-header-menu li {
	display: inline-block;
	padding: 0 20px 0 0;
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 100%;
}

#menu-desktop-header-menu li a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}



#menu-desktop-header-menu #menu-item-27 {
  padding: 31px 30px 46px 30px;
  transform: skewY(2.3deg);
  margin-top: -10px;
}

#menu-desktop-header-menu #menu-item-27 a {
  display: block;
  transform: skewY(-2.3deg);  
}

#menu-desktop-header-menu li:last-child {
	padding: 0;
}

#menu-desktop-header-menu li a {
  position: relative;
  text-decoration: none;
}

#menu-desktop-header-menu li a:hover {
  color: white;
}

.stw-lwn-link {
  display: inline-block;
}

.stw-lwn-link a {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 100%;
    color: white;
    float: left;
}

.stw-search-icon, .stw-user-icon {
	display: inline-block;
}

.stw-search-icon svg, .stw-user-icon svg {
  height: 35px;
  margin-top: 25px;
  margin-left: 35px;
}

@media (min-width: 1025px) and (max-width: 1150px) {
	.stw_header_skew .col-group-seventyfive {
		width: 80%;
	}

	.stw-nav-logo img {
    	margin: 21px 0;
	}

	.stw-nav-links {
		float: right;
	}

	#menu-desktop-header-menu li:first-child {
		padding: 0; 
	}	

	.stw-svg-container {
		float: right;
		width: 20%;
	}

	.stw-search-icon svg, .stw-user-icon svg {
    	height: 35px;
    	margin-top: 18px;
    	margin-left: 15px;
	}
}

@media (max-width: 1150px) {
  #menu-desktop-header-menu li,
  .stw-lwn-link a {
    font-size: 16px;
  }
}

@media (min-width: 961px) and (max-width: 1024px) {
	#nav-container .container {
		padding: 0px 0px 20px 0;
	}

	.stw-nav-logo img {
		margin: 15px 0;
	}

	.stw-nav-links {
		float: right;
	}

	#menu-desktop-header-menu {
		font-size: 16px;
	}

	#menu-desktop-header-menu li {
	    padding: 0 15px 0 0;
	    font-size: 14px;
	}

	  #menu-desktop-header-menu #menu-item-27 {
	    padding: 31px 25px 36px 25px;
	  }

	.stw-search-icon svg, .stw-user-icon svg {
	    height: 30px;
	    margin-top: 23px;
	    margin-left: 15px;
	}
}

@media (max-width: 960px) {
	.stw-nav-links,
	.stw-lwn-link {
		display: none;
	}

  	.stw-nav-logo {
    	margin-top: 15px;
  	}

  .col-group-mobileheader {
    width: 50% !important;
    display: inline-block;
  }

  .stw-svg-container {
    width: 50% !important;
    display: inline-block;
  }

  .stw-search-icon svg, .stw-user-icon svg {
    height: 35px;
    margin: 15px;
  }  

  #nav-icon {
    width: 55px;
    height: 32px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
  }

  #nav-icon span{
    display: block;
    position: absolute;
    height: 5px;
    width: 40px;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  /* Burger Icon */
  
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 13px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 26px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

@media (max-width: 480px) {
  .stw-nav-logo img {
    width: 100px;
  }

  #nav-icon {
    height: 15px;
    width: 40px;
  }

 #nav-icon span{
    height: 3px;
    width: 30px;
  } 

  #nav-icon span:nth-child(1) {
    top: 1px;
  }

  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 11px;
  }

  #nav-icon span:nth-child(4) {
    top: 21px;
  }

  .stw-search-icon svg, .stw-user-icon svg {
    height: 22px;
    margin: 7px 9px;
  }  
}

/*
=====================
    Dropdown Menu
=====================
*/

.news-dropdown {
  width: 100%;
  height: 800px;
  background-color: rgba(118,201,241,1);
  position: absolute;
  z-index: 2;
  transform: skewY(5deg);
  top: 125px;
  outline: 1px solid transparent;
  display: none;
  max-width: 1800px;
  margin-top: -80px;
}

.stw-dropdown-Blue, .news-dropdown-Blue {
  background-color: rgba(118,201,241,0.8);
}

.stw-dropdown-Orange, .news-dropdown-Orange {
  background-color: rgba(255, 165, 0, 0.8);
}

.stw-dropdown-Green, .news-dropdown-Green {
  background-color: rgba(110,191,107,0.8);
}

.stw-dropdown-Purple, .news-dropdown-Purple {
  background-color: rgba(102, 36, 130, 0.8);
}

.news-dropdown .container {
  height: 800px;
}

.stw-home-projectblocks {
  transform: skewY(-5deg);
  margin-top: 80px;
}

.all-news-wrapper {
  float: left;
  width: 20%;
  margin-top: 50px;
}

.all-news {
  background-image: url('../images/All-News-Menu.jpg');
  height: 150px;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.all-news-wrapper h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

.dropdown-project-blocks {
  display: inline-block;
  margin-left: 45px;
  margin-top: 50px;
}

.dropdown-project-blocks:nth-child(1) {
    margin-left: 0;
}

div.stw-home-projectblocks div:nth-child(5) {
  margin-left: 0;
  clear: both;
}

.dropdown-project-thumbs {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown-project-blocks h3 {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 15px;
}

@media (max-width: 1024px) {
  .dropdown-project-blocks h3, .all-news-wrapper h3 {
    font-size: 1.4em;
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .news-dropdown {
    top: 113px;
  }
}

@media (min-width: 961px) and (max-width: 1024px) {
  .news-dropdown {
    top: 95px;
  }
}

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

.search-results .stw-inside-page-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.search-results .stw-slope-even {
  margin: 0 -180px;
}

.search-results-page .search-field {
  width: 100%;
  padding: 15px;
  border: 0;
  background-color: #E6E6E6;
  color: black;
  font-weight: 600;
  display: block; 
  font-family: 'Trade Gothic W01';
}

.search-results-page .search-result-content h3 {
  margin: 0;
}

.results-found {
  color: #35A8DF;
  font-size: 2.6em; 
}

.page-numbers { 
  display: none; 
}

.next.page-numbers {
  display: block;
  float: right;
  font-size: 1.4em;
  text-transform: uppercase;
  background-image: url(../images/next-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 20px 45px;
}

.prev.page-numbers {
  display: block;
  float: left;
  font-size: 1.4em;
  text-transform: uppercase;
  background-image:url('../images/prev-arrow.png');
  background-position: left;
  background-repeat: no-repeat;
  padding: 20px 45px;
}

@media screen and (max-width: 1280px) {
  .search-results .stw-slope-even .stw-content {
    padding: 80px 180px 280px 180px;
  }
}

@media (min-width: 961px) {
  .search-result-content {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .search-results .stw-slope-even .stw-content {
    padding: 80px 180px 310px 180px;
  } 
}

@media screen and (max-width: 640px) {
  .search-results .stw-slope-even .stw-content {
    padding: 100px 180px 350px 180px;
  }

}

@media (max-width: 480px) {
  .search-results .stw-slope-even .stw-content {
    padding-right: 180px;
  }
}

/*
=====================
    Search Bar
=====================
*/

.search-bar-wrapper {
  position: relative;
}

.search-bar-popup {
  width: 100%;
  height: 180px;
  z-index: 2;
  position: absolute;
  background: #E5007E;
  transform: skewY(2.3deg);
  display: none;
}

.search-bar-styles {
  transform: skewY(-2.3deg);
}

.search-bar-wrapper .screen-reader-text {
  display: none;
}

.search-form {
  position: relative;
}

.search-bar-wrapper form {
  margin-top: 60px;
  text-align: center;
}

.search-form button {
  border: none;
  background: none;
  position: absolute;
  font-size: 22px;
  right: 11%;
  color: #E5007E;
  top: 3px;
}

.search-results-page form button {
  right: 1%;
  top: 8px;
}

.search-bar-wrapper .search-field {
  border: none;
  padding: 10px;
  width: 80%;
  backface-visibility: hidden;
  font-family: 'Trade Gothic W01';
}


/*
=====================
    Mobile Menu
=====================
*/

.mobile-menu-wrapper {
  position: relative;
}

.mobile-popup {
  width: 100%;
  height: auto;
  z-index: 2;
  position: absolute;
  background: #5DB9E6;
  transform: skewY(2.3deg);
  display: none;
}

.mobile-popup .mobile-menu-styles {
  overflow: hidden;
}

.mobile-menu-styles .menu {
  transform: skewY(-2.3deg);
  color: white;
  text-transform: uppercase;
}

.mobile-menu-styles .menu a {
  color: white;
  font-size: inherit;
}

.mobile-menu-styles ul {
  list-style: none;
  padding: 40px 0 190px 0;
}

.mobile-menu-styles li {
  padding: 15px 0;
  border-top: 2px solid white;
  font-size: 1.2em;
  letter-spacing: 0.5px;
}

.mobile-menu-styles li:last-child {
  border-bottom: 2px solid white;
}

.stw-mobile-slide-Blue {
  background: #5DB9E6;
}

.stw-mobile-slide-Orange {
  background: #ffa500;
}

.stw-mobile-slide-Green {
  background: #6ebf6b;
}

.stw-mobile-slide-Purple {
  background: #662482;
}

@media (max-width: 480px) {
  .mobile-menu-styles ul {
    list-style: none;
    padding: 20px 0 40px 0;
  }
}

/*
=====================
  Front Page Styles
=====================
*/

/*
=====================
  Front Page Slider
=====================
*/

.stw-slider-container .container {
  overflow: initial;
}

.stw-slide-1 {
  margin-top: -50px;
  height: 700px !important;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative !important;
  background-position: center;
}

.stw-slide-2 {
  margin-top: -50px;
  height: 700px !important;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative !important;
  background-position: center;
}

.stw-slide-3 {
  margin-top: -50px;
  height: 700px !important;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative !important;
  background-position: center;
}

.hero-Blue, .hero-Green, .hero-Orange, .hero-News, .hero-Purple {
	position: relative;
	z-index: 0;
}

.hero-Blue:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 450px solid rgba(93,185,230, 0.8);
  border-right: 100vw solid transparent;
}

.hero-Green:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 450px solid rgba(57,169,53, 0.8);
  border-right: 100vw solid transparent;
}

.hero-Orange:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 450px solid rgba(243,146,0, 0.8);
  border-right: 100vw solid transparent;
}

.hero-Purple:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 450px solid rgba(102, 36, 130, 0.8);
  border-right: 100vw solid transparent;    
}

.hero-News:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-top: 450px solid rgba(133,80,155,0.8);
  border-right: 100vw solid transparent;  
}

.stw-slide-heading { 
  position: absolute;
  font-size: 6.5em;
  color: white;
  text-transform: uppercase;
  top: 150px;
  line-height: 85%;
  font-weight: 700;
}	

.stw-slide-subheading {
  position: absolute;
  font-size: 1.6em;
  color: white;
  top: 340px;
  font-weight: normal;
  line-height: 100%;
}

.stw-slide-cta {
  position: absolute;
  top: 420px;
}

.stw-slide-cta a {
  font-size: inherit;
  color: inherit;
}

.slick-list {
	 overflow: inherit !important;
}

@media (max-width: 1024px) {
  .hero-Blue:before {
    border-top: 500px solid rgba(93,185,230, 0.8);
    border-right: 140vw solid transparent;
  }

  .hero-Green:before {
    border-top: 500px solid rgba(57,169,53, 0.8);
    border-right: 140vw solid transparent;
  }

  .hero-Orange:before {
    border-top: 500px solid rgba(243,146,0, 0.8);
    border-right: 140vw solid transparent;
  }

  .hero-Purple:before {
    border-right: 140vw solid transparent;    
  }  
}

@media (max-width: 640px) {
  .stw-slide-1, .stw-slide-2, .stw-slide-3 {
    height: 400px !important;
  }

  .hero-Blue:before {
    border-top: 300px solid rgba(93,185,230, 0.8);
    border-right: 170vw solid transparent;
  }

  .hero-Green:before {
    border-top: 300px solid rgba(57,169,53, 0.8);
    border-right: 170vw solid transparent;
  }

  .hero-Orange:before {
    border-top: 300px solid rgba(243,146,0, 0.8);
    border-right: 170vw solid transparent;
  }

  .hero-purple:before {
    border-right: 170vw solid transparent;    
  }

  .stw-slide-heading {
    font-size: 3em;
    top: 70px;
  }

  .stw-slide-subheading {
    font-size: 1em;
    top: 160px;
  }

  .stw-slide-cta {
    position: absolute;
    top: 240px;
  }
}

/*
============================
  Block Background Colours
============================
*/

.stw-slope-white {
  background: white;
}

.stw-slope-white .stw-content {
  color: black;
}

.stw-slope-pink {
  background: #e5007e;
}

.stw-slope-pink .stw-content {
  color: white;
}

.stw-slope-black {
  background: black;
}

.stw-slope-black .stw-content {
  color: white;
}

.stw-slope-blue {
  background: #35A8E0;
}

.stw-slope-blue .stw-content {
  color: white;
}

.stw-slope-grey {
  background: #ececec; 
}

.stw-slope-light-grey {
  background: #f2f2f2;
}

.stw-slope-lightblue {
  background-color: #5db9e6;
}

.stw-slope-lightblue .stw-content {
  color: white;
}

/*
=====================
  Front Page Blocks
=====================
*/

.stw-slope-odd, .stw-slope-even, .stw-slope-footer {
  margin: 0 -80px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.stw-slope-odd {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  margin-top: -330px;
  outline: 1px solid transparent;
}
.stw-slope-even, .stw-slope-footer {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.stw-slope-footer .row {
  overflow: hidden;
}

.stw-slope-home-first {
  margin-top: -165px;
}

.stw-content {
  margin: 0 auto;
}

.stw-content h3 {
  margin: 20px 0;
}

.stw-content-join h2 {
  margin-bottom: 40px;
}

.stw-content-join .stw_btn_cta2 {
  margin-right: 20px;
}

.stw-slope-odd .stw-content {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding: 90px 0 220px 0;
}

.stw-slope-even .stw-content {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  padding: 100px 0 310px 0;
}

.stw-slope-even-projects .stw-content {
  padding: 100px 0 250px 0;
}

.stw-hp-posts .col-group-5 {
  border: 1px solid black;
  text-align: center;
  margin-right: 70px;
}

.block-two-left-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

#_pp_form_e51d044e427b16f7bb469232a21770ad_form .pau-required {
  display: none;
}

.hp-newsletter {
  margin-top: 40px;
  position: relative;  
}

.hp-newsletter input[type="email"] {
  border: none;
  width: 42%;
  padding: 15px 30px;
  box-sizing: border-box;
}

.hp-newsletter button {
  position: absolute;
  top: 7px;
  left: 95%;
  border: none;
  padding: 8px 15px;
  font-family: 'Trade Gothic W01';
  color: white;
  letter-spacing: 0.5px;
  background: #E6E6E6;
  border-radius: 4px;  
}

.hp-newsletter input[type="email"]::-webkit-input-placeholder {
  color: #1DA1F2;
  font-family:'Trade Gothic W01';
  font-size: 1.1em;
  letter-spacing: 0.5px;
}

/*Slide Dots*/

.video-block-slider ul {
  padding: 0;
  text-align: center;
}

.video-block-slider li {
  display: inline-block;
  padding: 0 4px;
}

.video-block-slider ul button {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    outline: none;   
    text-indent: -9999em;
    background-color: white;
}

.video-block-slider ul [aria-hidden="false"] button {
  background: #35A8E0;
 
}

.slide-block-title svg {
  width: auto;
  height: 97px;
  display: inline-block;
}

.slide-block-title svg path {
  fill: #35a8e0;
}

.slide-block-title {
  position: relative;
  z-index: 1
} 

.slide-block-title h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 3.5em;
  margin-left: 20px;
  color: #35a8e0;
}

.slide-block-summary:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
  width: 100%;
  height: 60px;
  background: white;
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  top: -25px;
  z-index: -1;
}

.slide-block-summary {
  background-color: white;
  padding: 50px 40px 10px 40px;
  position: relative;
  top: -15px;
  margin-left: 52px;
}

.slide-block-summary:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  overflow: visible;
  width: 100%;
  height: 60px;
  background: white;
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  -o-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;
  z-index: -1;
}

.slide-block-video {
  padding-bottom: 80px;
}

.slide-block-video img {
  width: auto;
  height: 350px;
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  .stw-slope-odd .stw-content{
    padding: 100px 80px 180px 80px;
  }

  .stw-slope-even .stw-content{
    padding: 80px 80px 280px 80px;
  }

  .block-two-left {
    padding-left: 80px; 
  }

  .block-two-right {
    padding-right: 80px;
  }
  
  .stw-hp-posts .col-group-5 {
    margin-right: 45px;
  }

  .hp-newsletter button {
    left: 93%;
  }   
}

@media (min-width: 961px) {
  .slide-block-video-mobile {
    display: none;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1200px) {
  .slide-block-title svg {
    height: 70px;
  }

  .slide-block-title h2 {
    font-size: 2.5em;
  }

  .slide-block-summary {
    top: -4px;
    margin-left: 42px;
  }

  .slide-block-video iframe {
    margin-top: 75px;
  }        
}

@media only screen and (min-width: 641px) and (max-width: 960px) {
  .stw-slope-odd .stw-content{
    padding: 100px 80px 180px 80px;
  }

  .stw-slope-even .stw-content {
    padding: 80px 80px 310px 80px;
  }   
}

@media only screen and (max-width: 960px) {
  .stw-hp-posts .col-group-5 {
    width: 40% !important;
    margin-right: 70px;
    margin-bottom: 40px;
  }

  .stw-content .slide-content-block {
    width: 85%;
    float: none;
    margin: 0 auto;
    padding-bottom: 120px;
  }

  .slide-block-video {
    display: none;
  }

  .stw-content .slide-block-video-mobile {
    width: 100%;
    display: block;
    margin-bottom: 50px;
  }

  .slide-block-video-mobile iframe {
    width: 100%;
    height: 350px;
  }

  .slide-block-title {
    margin-left: 40px;
  }

  .slide-block-title h2 {
    font-size: 3em;
  }

  .slide-block-title svg {
    height: 82px;
  }

  .slide-block-summary:before {
    height: 300px;
    top: -225px;
  }

  .slide-block-summary:after {
    bottom: -30px;
  }

  .slide-block-summary {
    top: -30px;
    margin-left: 0;
  }

  .hp-newsletter button {
    left: 91%;
  }    
}

@media only screen and (max-width: 768px) {
  .stw-hp-posts .col-group-5 {
    margin-right: 60px;
  }

  .slide-block-title svg {
    height: 68px;
  }

  .slide-block-title h2 {
    font-size: 2.5em;
  }

  .hp-newsletter button {
    left: 89%;
  }  
}

@media screen and (max-width: 640px) {
  .stw-slope-odd {
    margin-top: -120px;
  }

  .stw-slope-home-first {
    margin-top: -60px;
  }  

  .stw-slope-even .stw-content {
    padding: 100px 80px 150px 80px;
  }

  .stw-slope-odd .stw-content {
    padding: 50px 80px 100px 80px;
  }

  .block-two-left {
    display: none;
  }

  .block-two-right {
    padding-right: 50px;
  }

  .block-two-right-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 400px;
  }  

  .stw-hp-posts {
    padding-left: 0;
  }

  .stw-hp-posts .col-group-5 {
    margin-right: 30px;
  }

  .hp-newsletter input[type="email"] {
    width: 400px;
  }

  .hp-newsletter button {
    left: 86%;
  }

  .slide-block-title svg {
    height: 56px;
  }

  .slide-block-title h2 {
    font-size: 2em;
  } 
}

@media (max-width: 595px) {
  .slide-block-title svg {
    height: 43px;
  }

  .slide-block-title h2 {
    font-size: 1.6em;
  }
}

@media (max-width: 480px) {
  .stw-slope-odd .stw-content, .stw-slope-even .stw-content, .stw-slope-footer .stw-content {
    padding-right: 80px;
  }

  .block-two-right {
    padding-bottom: 100px;
  }

  .block-two-right-image {
    height: 300px;
  }

  .hp-newsletter input[type="email"] {
    width: 90%;
  }

  .hp-newsletter button {
    left: 83%;
  }

  .home .stw-posts-archive {
    width: 47%;
  }

  .slide-block-title {
    margin-left: 30px;
  }

  .slide-block-title h2 {
    font-size: 1.4em;
  }

  .slide-block-title svg {
    height: 38px;
  }

  .slide-block-summary {
    top: -40px;
    padding-left: 40px;
  }

  .slide-block-summary p {
    font-size: 0.9em;
  }  
}

/*
=====================
  Footer Styles
=====================
*/

.stw-secondary-footer-block {
  display: inline-block;
  text-align: left;
}

.stw-secondary-footer-block h3 {
  font-size: 3em;
}

.secondary-footer-middle {
  margin: 0 200px;
}

.stw-slope-footer .stw-content {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  padding: 100px 0 0 0;
}

.footer-links-left ul {
  padding: 0;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.4em;
  list-style: none;
  color: white;
}

.footer-links-left ul a,
.footer-links-right ul a {
  color: white;
}

.footer-links-right ul {
  padding: 0;
  font-weight: 100;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.4em;
  list-style: none;
  color: white;
}

.stw-social-links {
  text-align: right;
}

.stw-social-links p {
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 1.4em;
  color: white;  
}

.stw-social-icons svg {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px 10px;
}

.social-bg-blue svg {
  background-color: #5DB9E6;
}

.stw-copyright-info p {
  font-size: 1.4em;
  letter-spacing: 0.5px;
  color: white;
}

.stw-support-logos {
  text-align: right;
}

.stw-support-logos img {
  height: 70px;
  width: auto;
}

@media screen and (max-width: 1280px) {
  .stw-slope-footer .stw-content {
    padding: 80px 80px 0px 80px;
  } 
}

@media only screen and (max-width: 992px) {
  .stw-social-links {
    text-align: left;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .stw-slope-footer .stw-content {
    padding: 80px 80px 0px 80px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
  .footer-links-left ul {
    font-size: 1.1em;
  }

  .footer-links-right ul {
    font-size: 1.1em;
  }

  .stw-social-links p {
    font-size: 1.1em;
    padding-right: 145px;
  }
}

@media screen and (min-width: 641px) {
  .stw-support-logos-mobile {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .stw-slope-footer .stw-content {
    padding: 100px 80px 0px 80px;
  }

  .footer-links-left ul, .stw-copyright-info p {
    font-size: 1em;
  }

  .footer-links-left ul li {
    margin-bottom: 10px;
  }

  .footer-links-right ul {
    font-size: 1em;
  }

  .footer-links-right li {
    margin-bottom: 10px;
  }

  .stw-support-logos {
    display: none;
  }

  .stw-support-logos-mobile {
    display: block;
    text-align: left;
  }

  .stw-support-logos-mobile img{
    height: 70px;
    width: auto;
  }
}

/*
======================
  Post Grid Styles
======================
*/

.sticky-post {
  width: 47.5%;
  background-color: white;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}

.sticky-post:hover:before {
  background: rgba(77, 46, 122, 0.45);
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.sticky-post hr {
  margin-bottom: 30px;
}

.stw-posts-archive {
  width: 22.5%;
  height: auto;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 30px;
  vertical-align: top;
  position: relative;
}

.stw-posts-archive:hover:before {
  background: rgba(77, 46, 122, 0.45);
  content: "";
  pointer-events: none;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
}

.sticky-post-thumb {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100%;
}

.sticky-post-title {
  padding: 20px 40px 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1.4em;
  font-weight: 100;
}

.sticky-post p {
  padding: 0 40px 25px 40px;
  font-weight: 100; 
  box-sizing: border-box; 
}

.stw-post-bg-colour-white {
  background-color: white;
}

.stw-post-bg-colour-white .stw-post-title {
  color: black;
}

.stw-post-bg-colour-white p {
  color: black;
}

.stw-post-bg-colour-purple {
  background-color: #662482;
}

.stw-post-bg-colour-purple .stw-post-title {
  color: white;
}

.stw-post-bg-colour-purple p {
  color: white;
}

.stw-post-bg-colour-orange {
  background-color: #F39200;
}

.stw-post-bg-colour-orange .stw-post-title {
  color: white;
}

.stw-post-bg-colour-blue {
  background-color: #35A8E0;
}

.stw-post-bg-colour-blue .stw-post-title {
  color: white;
}

.stw-post-bg-colour-green {
  background-color: #39A935;
  color: white;
}

.stw-post-bg-colour-green .stw-post-title {
  color: white;
}

.page-template-news-and-opportunities .stw-news-post-archive div:nth-child(2) {
  margin-left: 2%;
}

.page-template-news-and-opportunities .stw-news-post-archive div:last-child {
  margin-right: 0;
}

.stw-post-thumb {
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
/*  background-position: 100%;*/
}

.stw-post-title {  
  padding: 20px 40px 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 100;
  font-size: 1.4rem;
  color: black;
}

.stw-posts-archive p {
  padding: 0 40px 25px 40px;
  font-weight: 100;   
}

.stw-cat-line {
  transform: rotate(-5deg);
  border: none;
  display: block;
  height: 2px;
  background-color: #ededed;
}

.post-categories {
  list-style: none;
  text-transform: uppercase;
  color: #662482;
}

.post-categories li {
  font-size: 1em;
  line-height: 100%;
}

.tax-terms {
  padding: 0 40px;
  margin: 16px 0;
  display: block;
  text-transform: uppercase;
  color: #F39200;
  font-size: 1em;
  line-height: 100%;  
}

.page-template-news-and-opportunities .tax-terms {
  color: #662482;
}

.page-template-NetworkKnowledge .tax-terms {
 color: #39A935;
}

.stw-post-bg-colour-purple .post-categories, .stw-post-bg-colour-purple .tax-terms, 
.stw-post-bg-colour-orange .tax-terms, .stw-post-bg-colour-blue .tax-terms, .stw-post-bg-colour-green .post-categories {
  color: white;
}

.stw-news-archive-more-btn {
  margin-top: 20px;
}

@media (max-width: 1280px) {
  .stw-news-archive-more-btn {
    padding-right: 120px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .sticky-post {
    width: 45.5%;
  }

  .stw-posts-archive {
    width: 21.5%;
  }
}

@media (max-width: 1024px) {
  .sticky-post {
    width: 45.5%;
  }

  .stw-posts-archive {
    width: 21.5%;
  }  
}

@media (max-width: 960px) {
  .stw-post-grid-archive .stw-slope-even {
    margin: 0 -110px;
  }

  .stw-post-grid-archive .stw-slope-even .stw-content {
    padding: 80px 110px 310px 110px;
  }

  .sticky-post {
    width: 62.5%;
  }

  .stw-posts-archive {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .stw-post-title, .sticky-post-title {  
    padding: 20px 20px 0 20px;
    font-size: 1.2em;
  }
  
  .stw-posts-archive p, .sticky-post p {
    padding: 0 20px 25px 20px;
    font-size: 0.9em;
  }

  .post-categories {
    padding-left: 20px;
    font-size: 0.9em;
  }  
}

@media (max-width: 640px) {
  .sticky-post {
    width: 98%;
  }

  .stw-posts-archive {
    width: 47.5%;
  }

  .page-template-news-and-opportunities .stw-news-post-archive div:nth-child(2) {
    margin-left: 0;
  }

  .sticky-post-thumb {
    height: 150px;
  }

  .stw-post-thumb {
    height: 100px;
  }    
}

@media (max-width: 480px) {
  .stw-post-grid-archive .stw-slope-even {
    margin: 0 -120px;
  }

  .stw-post-grid-archive .stw-slope-even .stw-content {
    padding: 80px 0 310px 120px;
  }

  .sticky-post {
    width: 97%;
  }

  .stw-posts-archive {
    width: 47%;
  }

  .stw-post-title, .sticky-post-title {  
    padding: 20px 10px 0 10px;
    font-size: 1.1em;
  }
  
  .stw-posts-archive p, .sticky-post p {
    padding: 0 10px 25px 10px;
    font-size: 0.8em;
  }

 .post-categories {
    padding-left: 10px;
    font-size: 0.8em;
  }
}

/*
=====================================
  Generic Inside Page Styles
=====================================
*/

.page-template-generic-template .stw-inside-page-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.stw-inside-page-title h1 {
  color: white;
  font-size: 4em;
  text-transform: uppercase;
  padding: 80px 0 80px 0;
  margin-bottom: 80px;
}

.stw-generic-page h2 {
  font-size: 4.5em;
}  

.stw-generic-page h3 {
  font-size: 1.6em;
}  

.stw-generic-content-block .stw-content .col-group-seventyfive{
  float: right;
}

.stw-generic-content-block .stw-content {
  padding-bottom: 450px;
  padding-right: 80px;
}

.stw-generic-page .stw-slope-even {
  margin: -5px -180px;
}

@media screen and (max-width: 1280px) {
  .stw-generic-page .stw-slope-even .stw-content {
    padding: 80px 180px 280px 180px;
  }
}

@media (max-width: 960px) {
  .stw-generic-page h2 {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .stw-generic-page .stw-slope-even .stw-content {
    padding: 80px 180px 310px 180px;
  }
}  

@media (max-width: 640px) {
  .stw-inside-page-title h1 {
    font-size: 2.5em;
  }

  .stw-generic-content-block .stw-content {
    padding-bottom: 250px;
  }

  .stw-generic-page h2 {
    font-size: 2em;
  }

  .stw-generic-page h3 {
    font-size: 1.3em;
  }

  .stw-generic-page .stw-slope-even .stw-content {
    padding: 100px 180px 150px 180px;
  }

}

/*
=====================================
    Support Us Page Styles
=====================================
*/

.stw-support-text .project-intro-text h2 {
  font-size: 2em;
}

.page-template-SupportUs .stw-inside-page-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.page-template-SupportUs .col-group-seventyfive #single, .page-template-SupportUs .col-group-seventyfive #monthly {
  color: #35A8E0;
  margin-bottom: 60px;
}

.page-template-SupportUs .stw-slope-even {
  margin: 0 -180px;
}

.page-template-SupportUs .stw-posts-archive {
  width: 30%;
}

.page-template-SupportUs .tax-terms {
  padding: 0;
}

.page-template-SupportUs .post-categories {
  color: #E5007E;
}

@media screen and (max-width: 1280px) {
  .page-template-SupportUs .stw-slope-even .stw-content {
    padding: 80px 180px 280px 180px;
  }

  .page-template-SupportUs .stw-posts-archive .stw-post-thumb {
    height: 130px;
  }
}

@media screen and (max-width: 960px) {
  .page-template-SupportUs .stw-slope-even .stw-content {
    padding: 80px 180px 310px 180px;
  }

  .page-template-SupportUs .stw-posts-archive p {
    padding: 0 15px 25px 15px;
  }

  .page-template-SupportUs .stw-posts-archive .stw-post-thumb {
    height: 90px;
  }

  .page-template-SupportUs .post-categories {
    padding-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .page-template-SupportUs .stw-posts-archive .stw-post-thumb {
    height: 75px;
  }
}

@media screen and (max-width: 640px) {
  .page-template-SupportUs .stw-slope-even .stw-content {
    padding: 100px 180px 150px 180px;
  }

  .page-template-SupportUs .stw-posts-archive .stw-post-thumb {
    height: 130px;
  }

  .page-template-SupportUs .stw-posts-archive {
    width: 47.5%;
  }
}

@media screen and (max-width: 480px) {
  .page-template-SupportUs .stw-slope-even .stw-content {
    padding-right: 180px;
  }

  .page-template-SupportUs .stw-posts-archive .stw-post-thumb {
    height: 90px;
  }  

  .page-template-SupportUs .stw-posts-archive {
    width: 46.5%;
  }
}

/*
=====================================
  News & Opportunities Page Styles
=====================================
*/

.page-template-news-and-opportunities select {
  border: none;
  height: 40px;
  background-color: #662482;
  color: white;
  margin-bottom: 20px;
  margin-left: 25px;
  width: 200px;
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 25px;
  padding: 10px;
}

.page-template-news-and-opportunities .stw_header-skew:before, .single-cpt_projects .stw_header-skew:before  {
  background: #662482;
}

.page-template-news-and-opportunities .mobile-popup, .single-cpt_projects .mobile-popup {
  background: #85509B;
}

.page-template-news-and-opportunities .stw-inside-page-title {
  background: #85509B;
  margin-top: -40px;
  position: relative;
}

.page-template-news-and-opportunities .news-dropdown, .single-cpt_projects .news-dropdown {
  background-color: rgba(133,80,155,0.8);
}

.stw-slope-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}

.stw-slope-bg-image .stw-content {
  color: white;
}

.page-template-news-and-opportunities .stw-slope-even {
  margin: 0 -180px;
}

@media screen and (max-width: 1280px) {
  .page-template-news-and-opportunities .stw-slope-even .stw-content {
    padding: 80px 180px 280px 180px;
  }
}

@media (min-width: 641px) {
  .stw-content .stw-block-right {
    float: right;
  }
}

/*
=====================================
   Single View Project Page Styles
=====================================
*/

.stw-inside-project-title {
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
  margin-top:-100px;
}

.stw-project-inside-title svg {
  display: inline-block;
  height: 105px;
  margin-right: 30px;
}

.stw-project-inside-title h1 {
  margin-top: 200px;
  display: inline-block;
}

.stw-inside-subnav ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  display: inline-block;
  width: 80%;
  font-weight: 600;
  margin-top: 100px;
}

.stw-inside-subnav ul li {
  border-bottom: 1px solid #E5007E;
  padding: 5px 0;
}

.stw-inside-subnav ul a {
  color: black;
}

.stw-inside-subnav .stw-capital {
  color: #662482;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 140%;
}

.stw-single-title {
  color: #662482;
  font-weight: 100;
  font-size: 3em;
  margin-bottom: 40px;
}

.stw-single-title-white {
  color: white;
  font-weight: 100;
  font-size: 3em;
  margin-bottom: 40px;
}

.stw-single-title-blue {
  color: #35A8E0;
  font-weight: 100;
  font-size: 3em;
  margin-bottom: 40px;
}

.stw-single-title-purple {
  color: #662482;
  font-weight: 100;
  font-size: 3em;
  margin-bottom: 40px;
}

.project-intro-text {
  font-size: 2em;
}

.project-subtitle-text {
  font-size: 1.6em;
}

.single-cpt_projects .stw-post-bg-colour-white {
  color: black;
}

.stw-slope-blue-project .post-categories {
  list-style: none;
}

.single-cpt_projects .stw-post-bg-colour-white .post-categories {
  text-transform: uppercase;
  color: #662482;
}

.gallery-bg-image {
  background-size: 80%;
  background-position: top; /* formally center */
  background-repeat: no-repeat;
  height: 800px !important;
}

.quote-block-quotation {
  padding-right: 3px; 
  font-size:5em;
  color: #662482;
  margin-bottom: -55px;
}

.quote-body {
  font-size: 2em;
}

.quote-signature {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2em;
}

.single-cpt_projects .showcase-title {
  font-weight: 800;
  margin-bottom: -18px;
}

.single-cpt_projects .showcase-see-more {
  margin-top: 25px;
  padding-bottom: 0;
  color: #E5007E;
}

.enter-form {
	text-align: right;
}
.enter-form input {
  min-width: 100%;
  padding: 10px 10px;
  border: none;
  margin-bottom: 20px;
}

.supported-image {
  display: inline-block;
}

.project-contact-description {
  font-size: 1.5em;
}

.project-contact-tel {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 2em;
}

.project-contact-email {
  margin: 0;
  font-size: 2em;
}

.single-cpt_projects .stw-slope-odd {
  margin: 0 -125px;
}

@media screen and (max-width: 1280px) {
  .single .stw-slope-even .stw-content {
    padding: 80px 450px 280px 450px;
  }
}

@media screen and (max-width: 1280px) {
  .single-cpt_projects .stw-slope-even .stw-content {
    padding: 80px 80px 280px 80px;
  }

  .single-cpt_projects .stw-slope-odd .stw-content {
    padding: 100px 40px 180px 125px;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .single-cpt_projects .stw-slope-even .stw-content {
    padding: 80px 80px 310px 80px;
  }

  .single-cpt_projects .stw-slope-odd .stw-content {
    padding: 100px 80px 180px 125px;
  }
}

@media (max-width: 960px) {
  .single-cpt_projects .stw-posts-archive {
    width: 47%;
  }

  .gallery-bg-image {
    height: 600px !important;
  }  
}

@media(max-width: 800px) {
  .stw-project-inside-title svg {
    height: 90px;
  }

  .stw-project-inside-title h1 {
    font-size: 3.5em;
  }

  .project-intro-text {
    font-size: 1.7em;
  }

  .project-subtitle-text {
    font-size: 1.3em;
  }
}

@media (max-width: 640px) {
  .stw-inside-project-title {
    height: 350px;
    margin-top:-50px;
  }

  .stw-project-inside-title svg {
    height: 75px;
  }  

  .stw-project-inside-title h1 {
    margin-top: 80px;
    font-size: 2.5em;
  }

  .stw-inside-subnav ul {
    margin-top: 0;
    margin-bottom: 80px;
  } 

  .project-intro-text {
    font-size: 1.4em;
  }
  
  .project-subtitle-text {
    font-size: 1.1em;
  }

  .gallery-bg-image {
  height: 300px !important;
  }

  .quote-signature, .quote-body {
    font-size: 1.6em;
  }

  .single-cpt_projects .stw-slope-odd .stw-content {
    padding: 50px 100px 100px 125px;
  }

  .lity-container {
    width: 90% !important;
  }        
}

@media (max-width: 480px) {
  .stw-project-inside-title svg {
    height: 38px;
    margin-right: 15px;
  }  

  .stw-project-inside-title h1 {
    font-size: 1.5em;
  }

  .single-cpt_projects .stw-slope-odd .stw-content {
    margin-right: 40px;
  }

  .single-cpt_projects .stw-posts-archive {
    width: 39%;
  }   
}

/*
============================
   Single View Blog Styles
============================
*/

.single .stw-slope-even {
  margin: 0 -450px;
}

.single.news .stw-blog-page h2 {
  color: #662482;
}

.single.interview .stw-blog-page h2 {
  color: #39A935;
}

.stw-blog-page .blog-content-wrapper hr, .stw-generic-page hr {
  display: block;
  height: 1px;
  border: none;
  background-color: #E5007E;
  margin: 50px 0;
}

.stw-blog-page .blog-content-wrapper .gallery .gallery-item {
  display: inline-block;
  margin: 1em 15px !important;
}

.single .alignleft.size-thumbnail {
	margin-right: 25px;
}

.single .alignright.size-thumbnail {
    float: right;
    margin: 40px 0;
    padding-left: 25px; 
}

.stw-blog-page h3 {
  font-weight: 100;
  font-size: 1.8em;
  line-height: 120%;
}

.stw-blog-page blockquote:before {
  content: "“";
}

.stw-blog-page blockquote {
  font-size: 1.6em;
}

.stw-blog-page blockquote p {
  margin-top: 0;
}

.blog-sidebar-wrapper {
  margin-top: 20px;
}

.blog-sidebar-wrapper hr {
  width: 80%;
  margin: 30px 0;
}

.blog-sidebar-wrapper img {
  width: 80%;
}

.stw-catpage-News .stw-single-sidebar-catname, .stw-catpage-Opportunities .stw-single-sidebar-catname {
  color: #662482;
  font-weight: 700;
  font-size: 1.2em;
}

.stw-catpage-Interview .stw-single-sidebar-catname, .stw-catpage-Tips .stw-single-sidebar-catname, 
.stw-catpage-Research .stw-single-sidebar-catname, .stw-catpage-Think .stw-single-sidebar-catname {
  color: #39A935;
  font-weight: 700;
  font-size: 1.2em;  
}

.single-notes {
  font-size: 1.2em;
  font-weight: 700;
}

.stw-single-featured-image {
  background-size: 100%;
  height: 400px;
  background-position: center;
  margin-bottom: 50px;
  background-repeat: no-repeat;
}

.stw-catpage-News .stw_header-skew:before, .stw-catpage-Opportunities .stw_header-skew:before {
  background: #662482;
}

.network-knowledge .stw_header-skew:before {
  background: #39A935;
}

.stw-catpage-News .mobile-popup, .stw-catpage-Opportunities .mobile-popup {
  background: #85509B;
}

.network-knowledge .mobile-popup {
  background: #6ebf6b;
}

.stw-catpage-News .stw-inside-page-title, .stw-catpage-Opportunities .stw-inside-page-title {
  background: #85509B;
  margin-top: -40px;
  position: relative;
}

.network-knowledge .stw-inside-page-title {
  background: #61BA5D;
  margin-top: -40px;
  position: relative;  
}

.stw-catpage-News .news-dropdown, .stw-catpage-Opportunities .news-dropdown {
  background-color: rgba(133,80,155,0.8);
}

.network-knowledge .news-dropdown {
  background-color: rgba(110,191,107,0.8);
}

.blog-custom-loop .stw-posts-archive {
  background-color: white;;
}

.blog-custom-loop .stw-posts-archive .stw-post-title {
  color: black;
}

.blog-custom-loop .stw-posts-archive .post-categories{
  color: black;
}

.single.interview .blog-custom-loop .stw-posts-archive .post-categories {
  color: #39A935;
}

.single .stw-slope-odd {
  margin-top: -360px;
}

.single .blog-content-wrapper a {
  text-decoration: underline;
  color: #E5007E;
}

.single-navigation img {
  width: 20px;
}

.stw-previous-post a {
  display: block;
  float: left;
  font-size: 1.4em;
  text-transform: uppercase;
  background-image:url('../images/prev-arrow.png');
  background-position: left;
  background-repeat: no-repeat;
  padding: 20px 45px;
}

.stw-next-post a {
  display: block;
  float: right;
  font-size: 1.4em;
  text-transform: uppercase;
  background-image: url(../images/next-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 20px 45px;
}

.blog-nav {
  border: none;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}

.blog-sidebar-wrapper a {
  text-decoration: underline;
  color: #E5007E;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .single .blog-custom-loop .stw-slope-even .stw-content {
    padding: 80px 370px 280px 450px;
  }
/*  .single .stw-slope-even .stw-content {
    padding: 80px 450px 280px 450px;
  }*/
}

@media screen and (max-width: 960px) {
  .single .stw-slope-even .stw-content {
    padding: 80px 400px 310px 400px;
  }
}

@media (min-width: 641px) {
  .sidebargutter {
    margin-left: 28px;
  }
}

@media (max-width: 640px) {
  .stw-single-featured-image {
    height: 200px;
    margin-top: 50px;
  }

  .single .stw-slope-even .stw-content {
    padding: 100px 400px 150px 400px;
  }

  .single .blog-custom-loop .stw-slope-even .stw-content {
    padding: 100px 270px 150px 400px;
  }

  .single .stw-slope-odd {
    margin-top: -155px;
  }

  .stw-blog-page blockquote {
    font-size: 1em;
  }

  .blog-sidebar-wrapper img{
    width: 60%;
  } 
}

/*
======================
   Faqs Page Styles
======================
*/

.page-template-FAQ .stw-inside-page-title {
  margin-top: -40px;
}

.page-template-FAQ .stw-inside-page-title h1{
  margin-top: 60px;
}

.faq-intro {
  color: #35A8E0;
  text-transform: uppercase;
}

.faq-intro p {
  margin-top: 0;
}

.faq-question-block {
  border-bottom: 1px solid #E5007E;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.faq-question {
  width: 85%
}

.question-text {
  font-weight: bold;
  font-size: 18px;
}

.faq-plus {
  right: 0;
  position: absolute;
  top: 25px;
}

.answer-text {
  display: none;
}

.answer-text p {
  margin-top: 0;
}

#plus-icon {
  margin-top: 15px;
  width: auto;
  cursor: pointer;
  transition: 400ms;
}

.open-faq {
  transform: rotate(45deg);
  transition: 400ms;
}

@media screen and (max-width: 1280px) {
  .page-template-FAQ .stw-slope-even .stw-content {
    padding: 80px 80px 350px 80px;
  }
}

@media (max-width: 480px) {
  .question-text, .answer-text {
    font-size: 12px;
  }

  .page-template-FAQ .stw-slope-even .stw-content {
    padding-bottom: 180px;
  }

  .faq-question-block {
    padding: 10px;
  }

  .faq-plus {
    top: 20px;
  }

  #plus-icon {
    margin-top: 10px;
    width: 45%;
  }
}

/*
=================================
 Workshops & Events Page Styles
=================================
*/

.page-template-workshopsandevents select {
  border: none;
  height: 40px;
  background-color: #F39200;
  color: white;  
  margin-bottom: 20px;
  width: 200px;
}


.page-template-workshopsandevents .stw_header-skew:before, .single-pp_events .stw_header-skew:before {
  background: #F39200;
}

.page-template-workshopsandevents .mobile-popup, .single-pp_events .mobile-popup  {
  background: #F5A833;
}

.page-template-workshopsandevents .stw-inside-page-title, .single-pp_events .stw-inside-page-title {
  background: #F5A833;
  margin-top: -40px;
  position: relative;
}

.page-template-workshopsandevents .news-dropdown, .single-pp_events .news-dropdown {
  background: rgba(245, 168, 51, 0.8);
}

.page-template-workshopsandevents .stw-news-post-archive div:nth-child(5) {
    margin-left: 2%;
}

.page-template-workshopsandevents .stw-post-grid-archive .stw-slope-even {
    margin: 0 -120px;
}

.workshop-body-content {
    font-weight: 100;
}

.workshop-body-content p {
    margin-bottom: 120px;
}

.page-template-workshopsandevents .tax-terms .post-categories {
  padding: 0;
  display: inline-block;
  margin-bottom: 5px;
}

.page-template-workshopsandevents .tax-terms .post-categories{
  color: #F39200;
}

.page-template-workshopsandevents .stw-post-bg-colour-orange .tax-terms .post-categories,
.page-template-workshopsandevents .stw-post-bg-colour-blue .tax-terms .post-categories,
.page-template-workshopsandevents .stw-post-bg-colour-green .tax-terms .post-categories,
.page-template-workshopsandevents .stw-post-bg-colour-purple .tax-terms .post-categories {
  color: #ffffff;
}

.stw-workshop-archive-more-btn {
  padding-right: 80px;
  margin-top: 20px;
}

@media screen and (max-width: 1280px) {
.page-template-workshopsandevents .stw-slope-even .stw-content {
    padding: 80px 40px 280px 110px;
  }
}

@media screen and (max-width: 960px) {
  .page-template-workshopsandevents .stw-post-grid-archive .stw-slope-even {
    margin: 0 -160px;
  }

  .page-template-workshopsandevents .stw-slope-even .stw-content {
    padding: 80px 70px 280px 160px;
  }

  .workshop-body-content {
    padding-right: 80px;
  }    
}

@media screen and (max-width: 768px) {
  .tax-terms {
    padding-left: 20px;
    font-size: 0.9em;
  } 
} 

@media screen and (max-width: 640px) {
  .page-template-workshopsandevents .stw-post-grid-archive .stw-slope-even {
    margin: 0 -160px;
  }

  .page-template-workshopsandevents .stw-news-post-archive div:nth-child(3) {
    margin-left: 0;
  }

  .page-template-workshopsandevents .stw-slope-even .stw-content {
    padding: 80px 80px 280px 160px;
  }
}

@media screen and (max-width: 480px) {
  .page-template-workshopsandevents .sticky-post {
    width: 83%;
  }

  .page-template-workshopsandevents .stw-posts-archive {
    width: 40%;
  }

  .workshop-body-content {
    padding-left: 0;
  }  

  .tax-terms {
    padding-left: 10px;
    font-size: 0.8em;
  }

}

/*
=================================
 Events Page Single View Styles
=================================
*/

.single-pp_events .stw-slope-even {
    margin: 0 -250px;
}

.event-summary, .speaker-title {
  color: #F39200;
  font-size: 3em;
}

.event-image {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.event-summary p {
  line-height: 100%;
}

.event-summary p, .speaker-title p {
  font-size: 1em;
}

.event-content {
  font-size: 2em;
}

.event-content span, .event-content p, .event-content a {
  font-size: 1em;
}

.eventSub {
  font-size: 1.4em;
}

.eventSub p, .eventSub span .eventSub a {
  font-size: 1em;
}

.single-event-seperation {
  margin: 50px 0;
  display: block;
  height: 1px;
  border: none;
  background-color: #E5007E;
}

.speaker-profile-container {
  width: 100% !important;
  margin: 0 !important;
}

.speaker-profiles {
  background-color: white;
  margin-right: 5%;
  margin-bottom: 30px;
}

.speaker-profile-container div:nth-child(3n) {
  margin-right: 0;
}

.speaker-profile-container div:nth-child(4) {
  clear: both;
}

.speakers-thumbnail img {
  width: 100%;
}

.speakers-content .showcase-see-more {
  padding: 0 40px;
  color: #E5007E;
}

.speakers-content .speakername {
  margin-bottom: 0;
  padding: 0 40px;
}

.speakers-content .speakerposition {
  margin-top: 0;
  font-weight: 100;
  padding: 0 40px;
}

.sponsor-image {
  width: 200px;
}

.book-sidebar-wrapper {
  margin-top: 280px;
}

.book-sidebar-wrapper .post-categories {
  padding: 0;
}

.book-sidebar-wrapper .post-categories {
  color: #F39200;
}

.book-sidebar-wrapper h3 {
  margin-bottom: 0;
}

.book-sidebar-wrapper p {
  margin-bottom: 0;
}

.book-sidebar-wrapper hr {
  width: 80%;
  margin: 30px 0;
}

@media (max-width: 1280px) {
  .single-pp_events .stw-slope-even .stw-content {
    padding: 80px 250px 280px 250px;
  }
}

@media (max-width: 960px) {
  .speakers-content .speakername, .speakers-content .speakerposition, .speakers-content .showcase-see-more {
    font-size: 1.1em;
    padding: 0 10px;
  }

  .speakerSummary {
    font-size: 0.9em;
  }

  .event-summary {
    font-size: 2em;
  }

  .event-content {
    font-size: 1.6em;
  }

  .eventSub {
    font-size: 1.1em;
  }
}

@media (max-width: 640px) {
  .event-summary {
    font-size: 2em;
  }

  .event-image {
    height: 250px;
  }

  .speaker-profiles {
    margin-bottom: 20px;
  }

  .book-sidebar-wrapper {
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .event-content {
    font-size: 1.6em;
  }
}

/*
=================================
  Network and Knowledge Styles
=================================
*/

.page-template-NetworkKnowledge .stw_header-skew:before {
  background: #39A935;
}

.page-template-NetworkKnowledge .mobile-popup {
  background: #61BA5D;
}

.page-template-NetworkKnowledge .stw-inside-page-title {
  background: #61BA5D;
  margin-top: -40px;
  position: relative;
}

.page-template-NetworkKnowledge .news-dropdown {
  background: rgba(110,191,107,0.8);
}

.page-template-NetworkKnowledge .stw-post-bg-colour-white .post-categories {
  color: #39A935;
}

.page-template-NetworkKnowledge .stw-post-grid-archive .stw-slope-even {
  margin: 0 -460px;
}

@media (max-width: 1280px) {
  .page-template-NetworkKnowledge .stw-slope-even .stw-content {
    padding: 80px 350px 280px 460px;
  }
}

@media (max-width: 960px) {
  .page-template-NetworkKnowledge .stw-post-grid-archive .stw-slope-even .stw-content {
    padding: 80px 350px 310px 460px;
  }

}

@media (max-width: 480px) {
  .page-template-NetworkKnowledge .stw-post-grid-archive .stw-slope-even .stw-content {
    padding: 80px 320px 310px 425px;
  }
}

/*
=================================
    Blog Custom Loop Styles
=================================
*/

.blog-custom-loop .stw-slope-even {
  margin: -30px -80px;
}

.blog-custom-loop .stw-slope-even .stw-content {
    padding-top: 0;
}

@media screen and (max-width: 960px) {
  .blog-custom-loop .stw-slope-even .stw-content {
    padding: 0 80px 280px 80px;
  }
}  

/*
=================================
    About us Page Styles
=================================
*/

.page-template-about-us .stw-inside-page-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.page-template-about-us .stw-slope-even {
  margin: 0 -180px;
}

.page-template-about-us .stw-slope-odd {
  margin-left: -180px;
  margin-right: -180px;
  margin-top: -340px;
}

.page-template-about-us .stw-slope-team .stw-content {
  padding-bottom: 350px;
}

.stw-inside-about_content h2 {
  color: #35A8E0;
}

.stw-inside-about_content h3 {
  font-weight: 100;
  margin-bottom: 40px;
}

.about_body_content {
  line-height: 150%;
  font-size: 1.2em;
}

.about_body_content img {
  width: 100%;
}

.page-template-about-us .stw-team-profile-block {
  padding-top: 25px;
}

.team-profiles-container div:nth-child(1), .team-profiles-container div:nth-child(5) {
  margin-left: 0;
}

.team-profiles {
  margin-left: 6%;
  min-height: 320px;
}

.profile-image-thumb {
  position: relative;
}

.stw-profile-image {
  opacity: 0.5;
}

.stw-profile-image:hover {
  opacity: 1;
  transition: all 0.3s;
}

#about-plus-icon {
  position: absolute;
  top: 75%;
  right: 5%;
  cursor: pointer;
  transition: 400ms;
  width: 25px;
}

.team-profiles img {
  width: 100%;
}

.page-template-about-us .profilename, .page-template-about-us .profileposition {
  margin: 0;
  font-size: 1.3em;
  box-sizing: border-box;
  padding: 0 11px;
}

.page-template-about-us .profileposition {
  font-weight: 100;
}

.bio-content {
  float: left;
  display: none;
}

.page-template-about-us .bio-content h3 {
  padding: 0;
}

.bio-col-left p {
  box-sizing: border-box;
  padding: 0 40px 0 0;
}

.bio-col-right p {
  box-sizing: border-box;
  padding: 0 0 0 40px;
}

.stw-content-join h2 {
  color: white;
}

.page-template-about-us .gallery-bg-image {
  height: 600px !important;
}

@media screen and (max-width: 1280px) {
  .page-template-about-us .stw-slope-even .stw-content {
    padding: 80px 180px 280px 180px;
  }

  .page-template-about-us .stw-slope-odd .stw-content {
    padding: 100px 180px 180px 180px;
  }

  .page-template-about-us .stw-slope-team .stw-content {
    padding-bottom: 250px;
  }
}

@media only screen and (max-width: 960px) {
  .about-us-video iframe {
    width: 95%;
  }

  #about-plus-icon {
    width: 20px;
    top: 70%;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .page-template-about-us .stw-slope-even .stw-content {
    padding: 80px 180px 310px 180px;
  } 
}

@media only screen and (max-width: 768px) {
  .team-profiles-container div:nth-child(odd)  {
    margin-left: 0;
  }

  .page-template-about-us .team-profiles {
    margin-left: 5%;
    width: 47%;
  }

  #about-plus-icon {
    width: 25px;
    top: 75%;
  }
} 

@media screen and (min-width: 641px) {
  #board {
    margin-right: 25px;
  }

  .board-seemore-btn {
    margin-right: 25px;
  }
}

@media screen and (max-width: 640px) {
  .page-template-about-us .stw-slope-even .stw-content {
    padding: 100px 180px 350px 180px;
  }

  .page-template-about-us .stw-posts-archive {
    width: 47.5%;
  }

  .about_body_content img {
    width: 100%;
    height: 250px;
  }

  .team-profiles {
    min-height: 250px;
  }

  #about-plus-icon {
    width: 20px;
    top: 80%;
  }

}

@media (max-width: 480px) {
  .page-template-about-us .stw-slope-odd .stw-content, .page-template-about-us .stw-slope-even .stw-content {
    padding-right: 180px;
  }

  #about-plus-icon {
    top: 70%;
  }

  .page-template-about-us .profilename, .page-template-about-us .profileposition {
    font-size: 0.9em;
  }

  .team-profiles {
    min-height: 200px;
  }

  .page-template-about-us .stw-posts-archive {
    width: 47.3%;
  }
}

/*
=================================
    My Account Page Styles
=================================
*/

.page-template-my-account .stw-inside-page-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.page-template-my-account .stw-slope-even {
    margin: 0 -160px;  
}

@media screen and (max-width: 1280px) {
  .page-template-my-account .stw-slope-even .stw-content {
    padding: 80px 0 280px 160px;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .page-template-my-account .stw-slope-even .stw-content {
    padding: 80px 160px 310px 160px;
  }
}

@media screen and (max-width: 640px) {
  .page-template-my-account .stw-slope-even .stw-content {
    padding: 98px 160px 150px 160px;
  }
}

@media screen and (max-width: 480px) {
  .page-template-my-account .stw-slope-even .stw-content {
    padding-right: 160px;
  }
}

/*
=================================
    Shop Page Styles
=================================
*/

.cart-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.stw-cart-page .stw-slope-even {
  margin: 0 -280px;
}

.stw-cart-page #paupay-cart-data .cart-item {
  border: none;
  padding: 30px 0;
  border-radius: 0;
}

.stw-cart-page #paupay-cart-data .cart-headers {
  font-size: 1.4em;
  margin-bottom: 15px;
  font-family: 'Trade Gothic W01';
  text-align: center;
}

.stw-cart-page div.span-4.static {
  text-align: center;
}

.stw-cart-page div.span-3.static {
  text-align: right;
}

.stw-cart-page .span-3.static.quantity {
  text-align: center;
}

.stw-cart-page #paupay-cart-data .cart input[type="submit"].cart-remove {
  margin-top: 10px;
}

.stw-cart-page div.span-2.last.action span.cart-remove-text {
  display: none !important;
}

.stw-cart-page #paupay-cart-data .cart {
  font-size: 1.6em;
}

.stw-cart-page #paupay-cart-data input[type="text"] {
  font-size: 1.1em;
  border-radius: 0;
  font-family: 'Trade Gothic W01';
  text-align: center;
  margin-top: 5px;
}

.stw-cart-page #cart-detail-subtotals .cart-label {
  font-family: 'Trade Gothic W01';
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 10px;  
}

.stw-cart-page #cart-detail-totals .cart-label {
  font-family: 'Trade Gothic W01';
  font-size: 1.6em;
  font-weight: 700;
  margin-top: 10px;
}

#total, #subtotal {
  text-align: center;
  padding-left: 12px;
}

.stw-cart-page #cart-detail-subtotals .span-2 {
  width: 4%;
}

.stw-cart-page #cart-detail-totals .span-2 {
  width: 4%;
}

.stw-cart-page #cart-detail-subtotals #subtotal, .stw-cart-page #cart-detail-totals #total {
  font-size: 1.6em;
}

.stw-cart-page #cart-detail-footer #checkout-button {
  background: #E5007E;
  box-sizing: border-box;
  padding: 10px 25px;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 1em;
  border: 1px solid #E5007E;
  text-transform: uppercase;
  text-shadow: none;
  margin-left: 20px;
}

.stw-cart-page .pp-default-payment-button input#submit-payment.button {
  background: #E5007E;
  box-sizing: border-box;
  padding: 10px 25px;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 1em;
  border: 1px solid #E5007E;
  text-transform: uppercase;
  text-shadow: none;
  margin-left: 20px; 
}

.stw-cart-page #cart-detail-footer #checkout-button:hover, .stw-cart-page .pp-default-payment-button input#submit-payment.button:hover {
  background: white;
  color: #E5007E; 
  border: 1px solid #E5007E;
  transition: all 0.3s;
}

.stw-cart-page .paupanels-form ul {
  padding-left: 0;   
}

.stw-cart-page .paupress-label {
  font-size: 1.4em;
  color: black !important;
  margin-top: 10px;
}

.stw-cart-page #paupress .pau-required {
  color: black !important;
}

.stw-cart-page #paupay-cart-process .paupress-copy {
  padding: 0;
}

.stw-cart-page div.column_holder {
  padding-left: 0;
  margin-left: 0;
}

.stw-cart-page .paupress-field {
  margin-top: 10px;
  font-size: 22px;
}

.stw-cart-page #paupay-cart-process input[type="text"] {
  font-size: 14px;
  padding: 10px 10px !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  margin-top: 10px;
}

.stw-cart-page .asterix-required {
  font-size: 1em;
  font-weight: 100;
}

.stw-cart-page .pp-help-tool {
  display: none;
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .stw-cart-page .stw-slope-even .stw-content {
    padding: 80px 280px 310px 280px;
  }
}

@media screen and (max-width: 640px) {
  .stw-cart-page .stw-slope-even .stw-content {
    padding: 100px 280px 150px 280px;
  }
}

@media screen and (max-width: 480px) {
  .stw-cart-page #paupay-cart-data .cart-headers {
    font-size: 0.8em;
  }

  .stw-cart-page #paupay-cart-data .cart {
    font-size: 0.9em;
  }

  .stw-cart-page #paupay-cart-data .cart input[type="submit"].cart-remove {
    margin-top: 8.5px;
    background-size: 60%;
    background-position: top right;
  }

  .stw-cart-page .currency {
    font-size: 14px;
  }

  .stw-cart-page .amount {
    font-size: 14px;
  }

  .stw-cart-page #cart-detail-subtotals .cart-label {
    font-size: 14px;
    margin-top: 15px;
  }

  .stw-cart-page #cart-detail-totals .cart-label {
    font-size: 14px;
    margin-top: 15px;
  }

  #cart-detail-totals {
    padding: 0;
  }      
}

/*
=================================
    Contact Page Styles
=================================
*/

.page-template-contact .stw-inside-page-title {
    margin-top: -40px;
    position: relative;
}

.stw-contact .stw-slope-odd {
  margin-top: -350px;
}

.contact-us h2 {
  font-weight: 100;
  font-size: 3em;
  float: right;
}

.page-template-contact .contact-social-links {
  float: right;
}

.contact-social-links h2 {
  color: #35A8E0;
  margin-bottom: 40px;
}

.contact-social-links h3 {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2em;
}

@media screen and (max-width: 1280px) {
  .stw-contact .stw-slope-even .stw-content {
    padding: 80px 80px 280px 80px;
  }

  .contact-us h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .contact-us h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 640px) {
  .contact-us h2 {
    font-size: 1.4em;
    margin-bottom: 60px;
  }

  .page-template-contact .stw-slope-contact-links .stw-content {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 480px) {
  .contact-us h2 {
    font-size: 1.2em;
    margin-bottom: 80px;
  }
}

/*
=================================
    Lightbox Styles
=================================
*/

.lity {
  z-index: 99999 !important;
}

.lity-wrap {
  background: white;
}

.lity-container {
  width: 100% !important;
}

.lity-content div {
  padding: 40px;
  text-align: center;
}

.lity-iframe-container {
  height: 600px !important;
}

.lity-content:after {
  box-shadow: none !important;
}

.lity-close {
  width: 100px !important;
  height: 135px !important;
  color: black !important;
  font-size: 5em !important;
  text-shadow: none !important;
}

.lity-close:hover {
  width: 100px !important;
  height: 135px !important;
  color: black !important;
  font-size: 5em !important;
  text-shadow: none !important;
}

@media (max-width: 640px) {
  .lity-iframe-container {
    height: 300px !important;
  }
}

/*
=================================
     Form Page Styles
=================================
*/

.page-template-form-page .stw-inside-page-title {
  background: #5DB9E6;
  margin-top: -40px;
  position: relative;
}

.page-template-form-page .stw-slope-even {
  margin: 0 -180px;
}

@media (max-width: 1280px) {
  .page-template-form-page .stw-slope-even .stw-content {
    padding: 80px 180px 280px 180px;
  }
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
  .page-template-form-page .stw-slope-even .stw-content {
    padding: 80px 180px 310px 180px;
  }
}

@media (max-width: 640px) {
  .page-template-form-page .stw-slope-even .stw-content {
    padding: 100px 180px 150px 180px;
  }
}

@media (max-width: 480px) {
  .page-template-form-page .stw-slope-even .stw-content {
    padding-right: 180px;
  }
}

/*
=================================
    Presspoint Form Styles
=================================
*/

#pp-slide {
  overflow: hidden;
}

.body-wrapper .pauf-press form {
	max-width: 950px;
}

.body-wrapper .pauf-press form .pp-continue {
  text-align: left;
  float: none;
}

.body-wrapper .pauf-press form .pp-continue input[type="submit"] {
  margin-left: 0;
}

.body-wrapper .pp-panel .delete {
	display: none;
}

.body-wrapper .input-micro, 
.body-wrapper li.meta-item input[type="text"] .input-micro, 
.body-wrapper li.meta-item .pp-text-input.input-micro {
	width: 1.5em;
}

.body-wrapper .input-short, 
.body-wrapper li.meta-item input[type="text"] .input-short,
.body-wrapper li.meta-item .pp-text-input.input-short {
	width: 3em;
}

.body-wrapper .input-medium, 
.body-wrapper li.meta-item input[type="text"] .input-medium, 
.body-wrapper li.meta-item .pp-text-input.input-medium {
	width: 6em;
}

.body-wrapper .input-long, 
.body-wrapper li.meta-item input[type="text"] .input-long, 
.body-wrapper li.meta-item .pp-text-input.input-long {
	width: 12em;
}

.body-wrapper .paupress-naked, 
.body-wrapper li.meta-item input[type="text"] .paupress-naked, 
.body-wrapper li.meta-item .pp-text-input.paupress-naked {
	border: none;
    border-bottom: 1px dotted #333;
    padding: 0;
    text-align: center;
    font-size: 1em;
}

.body-wrapper .pp-metabox {
	position: relative;
	/*min-width: 255px;*/
	/*border: 1px solid #E5E5E5;*/
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	background: #FFF;
	margin-bottom: 10px;
}
.body-wrapper .pp-metabox h3 {
	border-bottom: 1px solid #EEE;
	line-height: 1.4em;
}

.body-wrapper .pp-action-button {
	padding-top: 3px;
	margin-bottom: 3px;
}

.body-wrapper .pp-block {
}
.body-wrapper .pp-clear {
	clear: both;
}

.body-wrapper li.meta-item input[type="text"], 
.body-wrapper li.meta-item input[type="password"], 
.body-wrapper li.meta-item .regular-text, 
.body-wrapper li.meta-item textarea, 
.body-wrapper li.meta-item select {
	font-size: 14px;
	padding: 10px 10px !important;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
     border: 1px solid #CCCCCC;
    margin-top: 10px;
}

.body-wrapper li.meta-item .pp-text-input {
	width: 95%;
}

.body-wrapper .pp-topside {
	padding: 1em 1em 0 1em;
}
.body-wrapper .pp-bottomside {
	padding: 0 1em 1em 1em;
}
.body-wrapper .pauloader {
	text-align: center;
}
.body-wrapper .pau-required, 
.body-wrapper .asterix-required, 
.body-wrapper .faux-pau-required, 
.body-wrapper .asterix-required {
	color: #e5007e;
}

.body-wrapper .pau-required {
  float: right;
}

.body-wrapper .asterix-required, 
.body-wrapper .asterix-required {
	font-size: 1em;
	font-weight: 100;
}
.body-wrapper .pau-required.halt {
	font-weight: bolder;
}
.body-wrapper .sortable li {
	cursor: move;
}
.body-wrapper .body-wrapper .error-wash {
	background-color:#FBE3E4!important;
}
.body-wrapper .paupress_error, 
.body-wrapper .paupress_notice, 
.body-wrapper .paupress_success {padding:.8em !important;margin-bottom:1em;border:2px solid #ddd; clear: both;}
.body-wrapper .paupress_error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.body-wrapper .paupress_notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.body-wrapper .paupress_success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.body-wrapper .paupress_error a {color:#8a1f11;}
.body-wrapper .paupress_notice a {color:#514721;}
.body-wrapper .paupress_success a {color:#264409;}
.body-wrapper .header-msg {
	font: 11px/12px Helvetica, Arial, sans-serif;
	margin: 0 0 5px 10px;
	position: absolute;
	float: left;
}
.body-wrapper ul.item, 
.body-wrapper ul.item:hover {
	border: none;
	background-color: transparent;
	overflow: hidden;
}

.body-wrapper .paupress-label {
    font-size: 22px;
    color: black !important;
    margin-top: 10px;
}

.body-wrapper .pp-continue input[type="submit"] {
    background: #E5007E;
    box-sizing: border-box;
    padding: 10px 25px;
    color: white;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-size: 1em;
    border: 1px solid #E5007E;
    text-transform: uppercase;
    text-shadow: none;
    margin-left: 20px;	
}
.body-wrapper .pp-continue input[type="submit"]:hover,
.body-wrapper .pp-continue input[type="submit"]:focus
 {
    background: white;
    color: #E5007E;
    border: 1px solid #E5007E;
    transition: all 0.3s;
    cursor: pointer;
}

.body-wrapper #paupanel #paupress a.umt, .body-wrapper #paupanel #paupress a.upt, .body-wrapper #paupanel #paupress a.uwpt, .body-wrapper #paupanel #paupress a.rui, .body-wrapper #paupanel #paupress a.pmt, .body-wrapper #paupanel a.umt, .body-wrapper #paupanel a.upt, .body-wrapper #paupanel a.uwpt, .body-wrapper #paupanel a.rui, .body-wrapper #paupanel a.pmt, .body-wrapper #paupanel .icon-no, .body-wrapper a.upt {
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 0.9em;
    background-size: 20px;
    background-position: 0%;
}

/* Variable Products - overrides Presspoints styles */
.body-wrapper .variable-options {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
}

.body-wrapper .variable-options li {
    display: block;
    padding: 5px 10px;
    font-size: 1.2em;
    text-align: left;
}

.body-wrapper .variable-options li a {
    font-size: 1.2em;
}

.body-wrapper .variable-select > span.paupay.button {
  display: none;
}

.page-template-my-account .pp-continue {
  text-align: left;
}

.page-template-my-account .pp-continue .button.final_submission {
  margin-left: 10px;
  margin-top: 10px;
}

.page-template-my-account .login-submit .button-primary {
  background: #E5007E;
  box-sizing: border-box;
  padding: 4px 25px;
  color: white;
  border-radius: 5px;
  letter-spacing: 0.5px;
  font-size: 0.8em;
  border: 1px solid #E5007E;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 10px;
}

.page-template-my-account .login-username label, .page-template-my-account .login-password label  {
  font-size: 22px;
  color: black !important;
  margin-top: 10px;
  font-weight: 700;  
}

.page-template-my-account .login-username input, .page-template-my-account .login-password input  {
  display: block;
  margin-top: 10px;
  width: 300px;
}

.body-wrapper a.upt.off {
  background-image: url(../images/no.png) !important;
  color: inherit;
    text-decoration: none;
}

.body-wrapper a.upt.on {
  background-image: url(../images/yes.png) !important;
}


/* LIST VIEW POSTS */

.page-template-NetworkKnowledge.post-list-view .stw-posts-archive-main {
    border-bottom: 1px dashed #39A935;
}

.page-template-news-and-opportunities.post-list-view .sticky-post-main { 
    border-bottom: 1px dashed #662482;
}

.page-template-news-and-opportunities.post-list-view .stw-posts-archive-main {
    border-bottom: 1px dashed #662482;
}

.page-template-workshopsandevents.post-list-view .stw-posts-archive-main {
    border-bottom: 1px dashed #F39200;
}

.post-list-view .sticky-post {
    background: transparent !important;
    float: left;
    width: 100%;
    color: black !important;
    padding-bottom: 30px;
    margin-top: 30px;
}

.post-list-view .sticky-post-main .sticky-post-thumb {
    position: relative;
    width: 30%;
    float: right;
}

.post-list-view .sticky-post-main .sticky-post-title {
    margin: 0 !important;
    padding: 0;
    padding-top: 20px;
}

.post-list-view .sticky-post-main .stw-cat-line {
  display: none !important;
}

.post-list-view .sticky-post-main .post-categories {
  padding: 0;
}

.post-list-view .sticky-post-main .post-categories li {
  color: black;
}

.post-list-view .tax-terms {
  color: black !important;
  padding: 0;
}

.post-list-view .stw-posts-archive-main {
    background: transparent !important;
    float: left;
    width: 100%;
    color: black !important;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 0 !important;
}

.post-list-view .stw-posts-archive-main .stw-post-thumb {
    position: relative;
    width: 30%;
    float: right;
}

.post-list-view .stw-posts-archive-main .stw-post-title {
    margin: 0 !important;
    padding: 0;
    padding-top: 20px;
}

.post-list-view .stw-posts-archive-main .stw-cat-line {
  display: none !important;
}

.post-list-view .stw-posts-archive-main .post-categories {
  padding: 0;
}

.post-list-view .stw-posts-archive-main .post-categories li {
  color: black;
}

.post-list-view .grid-view {
  margin-right: 0;
}

@media (max-width: 1280px) {
  .post-list-view .stw-posts-archive-main, .post-list-view .sticky-post-main {
    width: 93%;
  }

  .post-list-view .grid-view {
    margin-right: 7%;
  }
}

@media (max-width: 960px) {
    .page-template-news-and-opportunities .grid-view {
    margin-right: 5%;
   }
}

@media (max-width: 768px) {
  .post-list-view .stw-posts-archive-main, .post-list-view .sticky-post-main {
    width: 88%;
  }

  .post-list-view .grid-view {
    margin-right: 12%;
  }


}

@media (max-width: 640px) {
  .post-list-view .stw-posts-archive-main, .post-list-view .sticky-post-main {
    width: 75%;
  }


}

/* Sharing widget */

 .stw-sharing-wrapper {
  position: fixed;
    max-width: 1800px;
    overflow: hidden;
    margin: 0 auto;
    top: 25%;
    width: 100%;
    height: 170px;
    z-index: 9999;
    pointer-events: none;
  }

 .stw-sharing-widget {
  position: absolute;
    top: 25%;
    right: 0;
    background: #e5007e;
    color: white;
    font-size: 1.2em;
    z-index: 999;
    pointer-events: auto;
 }
.stw-share-button {
  display: block;
  padding: 20px;
}
 .stw-social-media-shares {
  display: none;
    position: absolute;
    left: -200px;
    top: -19px;
    background: #e5007e;
    list-style-type: none;
    padding: 10px;
    width: 180px;
 }

 .stw-social-media-shares li {
    padding: 10px;
    display: inline;
 }

 .stw-backtop-button {
    display: block;
  padding: 20px;
 }


/* Internet Explorer 9+ */

.ie #nav-container {
  z-index: 999999;
}

.ie .stw-search-icon, .ie .stw-user-icon {
  display: inline;
  float: left;
  width: 64px;
}

.ie .stw-social-icons svg {
  display: inline;
  float: right;
  width: 64px;
}

/* IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   
   #nav-container {
      z-index: 999999;
    } 

  .stw-search-icon,  .stw-user-icon {
    display: inline;
    float: left;
    width: 64px;
  }
  .stw-social-icons svg {
    display: inline;
    float: right;
    width: 64px;
  }
}

/* Temp fix on long news page */

.stw-slope-9678 {
    margin: 0 !important;
    transform: rotate(0);
    position: relative;
    padding-bottom: 200px;
}

.stw-slope-9678:before {
    content: "";
    position: absolute;
    top: -170px;
    height: 200px;
    width: 200%;
    transform: rotate(-5deg) translate(-25%,0);
    z-index: -1;
    background: #f2f2f2;  
}

@media (max-width: 768px) {
  .stw-slope-9678:before {
    top: -100px;
  }
}

.stw-slope-9678 .stw-content {
    padding: 0 !important;
    transform: rotate(0);
}


  @media (max-width: 1280px) {
    .postid-9678 .blog-custom-loop .stw-slope-even .stw-content {
      padding: 80px 80px 280px 80px !important;
    }
  }

/*WP Audio Embed Styles*/
[class^="mejs"] {
	padding: 0 !important;
}
