html {
  height: 100%;
  scroll-behavior: smooth;
}

/************************************************ Background ************************************************/
body {
	/*background:#F4F4D5;*/
	background:#f4f4f4;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family:"roboto", Arial, Helvetica, sans-serif;
	color:#010101;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5 {
	line-height: 1.3em;
	margin: 0 0 30px;
}

h1 {
	font-size:30px;
	font-family: "roboto-slab", serif;
	font-weight: 700;
	font-style: normal;
}

h2.large {
	font-size:30px;
	font-family: "roboto-slab", serif;
	font-weight: 700;
	font-style: normal;
	width: 100%;
}

h2 {
	font-size:28px;
}

h3 {
	font-size:26px;
}

h4 {
	font-size:24px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}

p {
	font-size:20px;
	line-height:1.5em;
	padding:0 0 15px;
	margin: 0;
}

p.large {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3em;
	padding:0 0 15px;
}

a {
	color:#812E6E;
	text-decoration:underline;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#812E6E;
	text-decoration:none;
}

img, object, embed, video {
	max-width: 100%;
}

img {
	height:auto;	
}

strong {
	font-weight:bold;	
}

em {
	font-style:italic;	
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
 }

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

a.openmenu {
	display:none;	
}

.overlay {
	height:0;
	opacity:0;
	position: fixed;
}

.video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: 0 0 20px;
}
.video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mob_show {
	display: none!important;
}

.mob_hide {
	display: block!important;
}

.centeralign {
	text-align: center;
}


/************************************************ Layout ************************************************/

section {
	width:100%;
	float:left;
	box-sizing: border-box;
	padding: 0 5%;
	position: relative;
}

section.green {
	background:#CDD500;
}

section.white {
	background:#fff;
}

section.white.jigsaw {
	background:url("../images/jigsaw-white.png") no-repeat top right #fff;
	background-size:100%;
}

section.blue {
	background:#55C2E4;
}

section.blue.jigsawleft {
	background:url("../images/jigsaw-blue.png") no-repeat top left #55C2E4;
	background-size:25%;
}

.section_inner {
	margin: 0 auto;
	max-width: 1420px;
	width: 90%;
	position: relative;
	padding-top: 7vw;
	padding-bottom: 7vw;
}

.section_inner.flex {
	display:flex;
	flex-flow:row wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.section_inner.extra_padd {
	padding-bottom:15em;
}

.section_inner.nopaddtop {
	padding-top: 0;
}

.section_inner.nopaddbottom {
	padding-bottom: 0;
}

.section_inner.nopadd {
	padding-top: 0;
	padding-bottom: 0;
}

.jigsaw_top {
	width:12.5%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

header {
	width:100%;
	float:left;
	box-sizing: border-box;
	position: relative;
}

.top_links {
	float: right;
	color:#A4338A;
	width: 100%;
	text-align: right;
	font-size:16px;
	font-weight: bold;
	padding: 20px 5% 0;
	box-sizing: border-box;
}

.top_links a {
	color:#A4338A;
}

.top_links ul {
	width: 100px;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 0 30px;
	float: right;
}

.top_links ul li {
	font-size:20px;
	margin: 0 10px 0 0;
}

.top_links ul li a {
	color:#A4338A;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.top_links ul a:hover {
	color:#E72B78;
}

.main_nav_surround {
	display: flex;
	max-width: 1400px;
	min-width: 900px;
	flex-flow: row nowrap;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
}

#logo {
	width:170px;
	/*margin: 0 7%;*/
    /*width: 145px;*/
    /*margin: 0 5%;*/
    /*width: 160px;*/
    margin: 0 6% 0 0;
}

#logo img {
	width:100%;
}

nav {
	font-family: "roboto-slab", serif;
	/*width: 30%;*/
	width: auto;
}

nav.nav_left ul {
}

nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0;
}

nav ul li {
	/*font-size:21px;*/
    font-size: 20px;
	list-style-type: none;
	position: relative;
	margin: 0;
	/*padding: 0 0 20px;*/
	padding: 0 20px 20px;
}
nav ul li:first-of-type {
    padding-left: 0;
}
nav ul li:last-of-type {
    padding-right: 0;
}

nav ul li a {
	color:#812E6E;
	text-decoration: none;
}

nav ul li a:hover {
	text-decoration: none;
	color: #E72B78;
}

nav ul li.current-menu-item a,
nav ul li.current-menu-ancestor a,
nav ul li.current-menu-ancestor ul li a,
nav ul li.current-page-ancestor a {
	color:#E72B78;
}
nav ul li.current-menu-item .sub-menu a,
nav ul li.current-menu-ancestor .sub-menu a, 
nav ul li.current-menu-ancestor .sub-menu a, 
nav ul li.current-page-ancestor .sub-menu a {
    color:#812E6E;
}
nav ul li .sub-menu li.current-menu-item a {
	color: #E72B78;
}

nav ul li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 250px;
    box-shadow: 1px 1px 10px rgba(211,211,211,1.00);
    z-index: 999;
	margin:20px 0 0;
	padding:0;
	left: 50%;
  	transform: translateX(-50%);
	border-radius:7px;
	transition: all 0.3s ease-out;
}

nav ul li ul:before {
    content:"";
    position: absolute;
    right: 0;
	left:0;
	margin:0 auto;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 20px 25px;
    border-color: transparent transparent #ffff transparent;
    z-index:9999;
}

nav ul li:hover ul {
    display: table;
	table-layout:fixed;
}

nav ul li ul li {
	width:100%;
	float:left;
	text-align:center;
	margin: 0;
	padding: 0;
}

nav ul li ul li a {
	width:100%;
	color:#101010;
	padding:15px 0 13px;
	float:left;
	font-size:17px;
	letter-spacing:normal;
	box-sizing:border-box;
	border-bottom:1px solid #f4f5fa;
}

nav ul li ul li:last-child a {
	border-bottom:none;
}

nav ul li ul li a:hover,
nav ul li ul li.selected a,
nav ul li ul li.current_page_item a {
	color:#E72B78;
}

nav ul li ul li.selected a,
nav ul li ul li.current_page_item a {
	font-weight:400;
}

nav ul li ul li a:hover:after {
	width:0;
}

nav ul li.current-menu-item ul li a:after,
nav ul li.current-menu-ancestor ul li a:after,
nav ul li.current-menu-ancestor ul li.current_page_item a:after {
	width:0;
}

/************************************************ Homepage ************************************************/

.people_area {
	width: 100%;
	line-height: 0;
	margin-bottom: -1px;
}

.hero {
	width:100%;
	padding: 6em 5% 4em;
	box-sizing: border-box;
	text-align: left;
	float: left;
}

.hero .slick-track {
    display: flex !important;
}

.hero .slick-slide{
    height: auto !important;
}
.hero .slide{
    height: 100% !important;
}
.hero .slick-slide > div{
    height: 100% !important;
}

.hero_image {
	width:100%;
	height: 100%;
	padding: 50px 5%;
	box-sizing: border-box;
	background-size:cover!important;
	border-radius: 10px;
}

.hero_text {
	position: relative;
	padding: 3em;
	box-sizing: border-box;
	background-color:rgba(255,255,255,0.9);
	width: 45%;
	border-radius: 10px;
}

.hero h1 {
	font-size:44px;
	color:#812E6E;
	margin: 0 0 10px;
}

.hero h2 {
	font-size:18px;
	color:#812E6E;
	margin: 0 0 20px;
}

.double_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 4em 0;
	box-sizing: border-box;
}

.d_item {
	width:48.5%;
	border-radius:10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 1px 1px 15px #ccc;
}

.d_item.small {
	width:32%;
}

.d_item_pic {
	width:100%;
	box-sizing: border-box;
}

.d_item_text {
	width:100%;
	padding: 2em 3em;
	box-sizing: border-box;
}

.d_item_text h3 {
	font-size:28px;
	color:#812E6E;
	margin: 0 0 10px;
	font-family: "roboto-slab", serif;
}

.d_item_text p {
	font-size:16px;
	/*color:#812E6E;*/
	margin: 0;
}

a.btn {
	background: #A4338A;
	color:#F4F4D5;
	border-radius:3em;
	font-size: 20px;
	padding: 24px 60px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	border: 3px solid #fff;
	text-decoration: none;
	text-align: center;
}

a.btn.small {
	border-radius:3em;
	font-size: 20px;
	padding: 13px 40px;
}

a.btn:hover {
	text-decoration:none;
	background:#812E6E;
}

a.btn i {
	margin-left:10px;
}

.stat_slide_area {
	border-radius:10px;
	background: #F4F4D5;
	padding: 70px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0 0 70px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.stat_slide_area h4 {
	font-size:55px;
	color: #010101;
	font-family: "roboto-slab", serif;
}

.stat_slide_left {
	width:35%;
}

.stat_slider {
	width:60%;
	text-align: center;
}

.stat_slider p {
	font-size:22px;
}

.stat_slider h2,
.stat_slider h3,
.stat_slider h4,
.stat_slider h5 {
	font-size:60px;
	font-weight: bold;
}

.box_light {
	border-radius:10px;
	background: #F4F4D5;
	padding: 70px;
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin: 0 0 70px;
}

.box_light.nomarg {
	margin: 0;
}

.box_light.flex {
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.box_light.flex p {
	padding:0 0 25px;
}

h4.purple.large {
	font-size:55px;
	color: #A4338A;
	font-family: "roboto-slab", serif;
	margin: 0 0 25px;
}

.hp_side_surround {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
}

.hp_side {
	width:49%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: center;
}

.hp_side_inner {
	width:100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	background: #fff;
	text-align: center;
	justify-content: center;
	display: flex;
	flex-flow: wrap row;
	padding: 50px 40px;
	box-sizing: border-box;
}

.hp_side_inner h4 {
	width:100%;
	font-family: "roboto-slab", serif;
	font-size: 36px;
	margin: 0 0 40px;
}

.hp_sub_list {
	width:45%;
	font-size: 20px;
}

.hp_sub_list img,
.hp_sub_box img{
	height:123px;
	margin: 0 0 25px;
}

.hp_sub_list p {
	font-weight:bold;
}

a.purple {
	color: #A4338A;
}
a.green {
	color: #CDD500;
}
a.blue {
	color: #55C2E4;
}
a.pink {
	color: #E72B78;
}

.hp_sub_box {
	background: #fff;
	border-radius:10px;
	width: 48%;
	padding: 50px 0;
	text-align: center;
	display: flex;
	flex-flow:row wrap;
	justify-content:center;
	align-items: center;
	align-content: center;
	font-size: 20px;
	margin: 0 0 5%;
	font-weight: bold;
	min-height: 50%;
}

.hp_sub_box p {
	width:100%;
}

.hp_sub_box_purple {
	background: #fff;
	border-radius:10px;
	width: 100%;
	min-height: auto;
	text-align: center;
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
	font-size: 20px;
	align-items: stretch;
	overflow: hidden;
}

.hp_sub_box_purple p {
	background: #A4338A;
	padding: 30px;
	width: 48%;
	color: #fff;
	box-sizing: border-box;
	line-height: 1.3em;
	font-size:18px;
}

.hp_sub_box_purple p strong {
	font-size:20px;
}

.hp_timer {
	width:100%;
	background: #CDD500;
	padding: 30px 5%;
	box-sizing: border-box;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.hp_timer_text {
	width:40%;
	font-weight: bold;
}

.hp_timer_text h5 {
	font-size:36px;
	margin: 0 0 5px;
}

.hp_timer_text a {
	font-size:20px;
	margin: 0;
	color: #010101;
	text-decoration: underline;
}

.hp_timer_text a:hover {
	color: #010101;
	text-decoration: none;
}

.hp_countdown {
	width:50%;
	background: #fff;
	border-radius: 20px;
	padding: 15px 10px;
}

#timer {
	text-align: center;
	display: flex;
	font-family: "roboto-slab", serif;
	color: #CDD500;
}
#timer > div {
	margin: 0 10px;
}
#timer span.number {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.5em;
}
#timer span.label {
	display: block;
	margin-top: 0;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.title_surround {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 40px;
	font-family: "roboto-slab", serif;
	text-align: center;
	justify-content: center;
}

.title_surround h3 {
	font-size:70px;
	color: #fff;
}

.social_icons {
	width: 45%;
	display: flex;
	align-items: center;
}

.social_icons ul {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: space-between;
	align-items: center;
	margin: 0 10% 0 0;
}

.social_icons ul li {
	font-size:46px;
	margin: 0;
}

.social_icons ul li a {
	color:#A4338A;
}

.social_icons ul li a:hover {
	color:#55C2E4;
}

.hp_funders {
	width: 100%;
	color: #fff;
	text-align: center;
	margin: 80px 0 0;
}

.hp_funders h5 {
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.funders_slider {
	width:70%;
	margin: 0 auto 50px;
}

.funder_box {
  background: #fff;
  border-radius:10px;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  height: 160px;
  overflow: hidden;
  align-items: center;
  display: flex;
	justify-content: center;
}

.funder_box img {
	max-height:160px;
}

.hp_news {
	width:80%;
	margin: 0 auto;
	position: relative;
	line-height: 0;
	border-radius:10px;
	overflow: hidden;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.hp_news_item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.hp_news img {
	width:100%;
}

.hp_news_overlay {
	width:100%;
	margin: 0 auto;
	position: relative;
}

.hp_news a.over {
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.hp_news .info_block {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(129,46,110,0.95);
	padding:40px 5%;
	box-sizing:border-box;
	z-index:2;
	line-height:1.5em;
	color:#fff;
	transition: all 0.3s ease-out;
}

.hp_news:hover .info_block {
	padding:60px 5%;
	background:rgba(129,46,110,1);
}

.hp_news .info_block p {
	font-size:20px;
	padding: 0;
	line-height: 1.5em;
	float:left;
	width:60%;
}

.hp_news .info_block p strong {
	padding:0;
	font-size:30px;
	font-family: "roboto-slab", serif;
}

.hp_news .info_block p a {
	color:#fff;
	text-decoration: underline;
}

.hp_news:hover .info_block p a {
	color:#fff;
	text-decoration: none;
}

.hp_news .info_block a.btn.small {
	float:right;
	padding: 12px 30px 10px;
	margin: 7px 0 0;
}

.news_date {
	border-radius: 20px;
	background: #fff;
	border-top:24px solid #E72B78;
	font-size:20px;
	text-transform: uppercase;
	font-family: "roboto-slab", serif;
	width: 90px;
	float: right;
	text-align: center;
	color: #010101;
	padding: 5px 0;
	box-sizing: border-box;
	line-height: 1.3em;
}

.news_date span {
	font-size:36px;
	text-transform: uppercase;
	font-family: "roboto-slab", serif;
	padding: 0;
}

.hp_gallery {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 70px 0 0;
}

.hp_gallery h5 {
	font-size:50px;
	font-family: "roboto-slab", serif;
	margin: 0;
}

.hp_gallery p {
	font-size:24px
}

.hp_gallery a {
	color:#55C2E4;
	font-weight: bold;
}

.gal_1 {
	width:20%;
}

.gal_item {
	width:25%;
	position: relative;
}

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

.gal_item a:hover {
	background: rgba(255,255,255,.3);
}

.gal_item img {
	width:100%;
	border-radius:10px;
	margin: 0 0 10px;
}

.gal_item span {
	font-size:20px;
	font-weight: bold;
	line-height: 1.5em;
}


/************************************************ Main Content ************************************************/

.people_area {
	width: 100%;
	line-height: 0;
	margin-bottom: -1px;
}

.people_area img {
	width: 100%;
}

.heading {
	width:100%;
	padding: 6em 5% 0;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.heading_surround {
	display: flex;
	justify-content: space-between;
}

.heading_surround.full {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.heading_left {
	width: 40%;
	margin: 5% 0 50px 10%;
}

.heading_left.events {
    margin: 0 0 0 10%;
}

.heading_left.long {
	width: 90%;
	margin: 5% 0 50px 0;
}

.heading_right {
	width:40%;
	margin-bottom: -8%;
	align-items: end;
	display: flex;
}

.heading_right.large {
	width:44%;
}

img.rounded {
	border-radius:10px;
}

.heading h1 {
	font-size:55px;
	color:#812E6E;
	margin: 0 0 20px;
}

.single-post .heading h1 {
	font-size: 40px;
	color: #812E6E;
	margin: 0 0 20px;
}

.heading h2 {
	font-size:22px;
	color:#812E6E;
	margin: 0 0 30px;
	font-weight: 500;
}

.heading h4.uppercase {
	font-size:13px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 20px;
}

.heading p {
	font-size:22px;
	margin: 0;
}

.heading_sub_links {
	width:80%;
	background: #A4338A;
	color:#F4F4D5;
	border-radius:3em;
	font-size: 20px;
	padding: 14px 25px;
	display: flex;
	flex-flow: row wrap;
	position: relative;
	font-weight: bold;
	border: 3px solid #fff;
	line-height: 1.5em;
}

.heading_sub_links strong {
	margin: 0 10px 5px 0;
}

.heading_sub_links ul {
	width:auto;
	display: flex;
	flex-flow: row wrap;
	margin: 0;
}

.heading_sub_links ul li {
	list-style-type:none;
	margin: 0 10px 0 0;
	font-size: 18px;
}

.heading_sub_links ul li a {
	text-decoration: underline;
	color: #fff;
	font-weight: normal;
}

.heading_sub_links ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.section_title {
	width:100%;
	float: left;
	margin: 0 0 30px;
}

.section_title.center {
	text-align: center;
}

.section_title.white {
	color:#fff;
}
.section_title.blue {
	color:#55C2E4;
}
.section_title.green {
	color:#CDD500;
}

.section_title h2,
.section_title h3 {
	font-size:5em;
	font-family: "roboto-slab", serif;
	margin: 0 0 10px;
}

.testimonials_block {
	background: #D4F0F8;
	width:70%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	box-sizing: border-box;
	padding: 7% 15% 5% 8%;
	margin: 200px 0 100px;
	position: relative;
}

.testimonials_block:after {
	height: 90px;
	width: 126px;
	position: absolute;
	content: '';
	bottom: -90px;
	left: 0;
	background: url("../images/angle.png") no-repeat top left;
	background-size: 100%;
}

.testimonials_block:before {
	height: 103px;
	width: 103px;
	position: absolute;
	content: '';
	top: -40px;
	right: -4%;
	background: url("../images/quotes.png") no-repeat top left;
	background-size: 100%;
}

.testimonials_block .person {
	width:106px;
	position: absolute;
	top: -200px;
	left: 3%;
}

.testimonials_block p.title {
	color: #DB1065;
	font-size:50px;
	font-family: "roboto-slab", serif;
	margin: 0 0 10px;
}

.testimonials_block p {
	font-size:22px;
}

.testimonials_block p i {
	font-style: italic;
}

.testimonials_block p.small {
	font-size:17px;
	font-weight: bold;
	padding: 0;
	margin: 0
}


/************************************************ Contact ************************************************/

.heading_left ul.footer_social_icons {
	margin: 0;
	justify-content: flex-start;
}

.contact_form {
	width:100%;
	padding: 60px 30px 30px;
	border-radius:10px;
	background: #fff;
	box-sizing: border-box;
}

.contact_form.border {
	border:5px solid #A4338A;
}


/************************************************ Gallery ************************************************/

.gallery_list {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 3em;
}

.gallery_list .gal_item {
	width:22%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2em;
}

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

.gallery_list .gal_item a:hover {
	background: rgba(255,255,255,0);
}

.gallery_list .gal_item:hover img {
	border-color: #A4338A;
}

.gallery_list .gal_item img {
	width:100%;
	border-radius:10px;
	margin: 0 0 10px;
	border: 5px solid #fff;
	transition: all 0.3s ease-out;
}

.gal_item span {
	font-size:20px;
	font-weight: bold;
	line-height: 1.5em;
}


/************************************************ Training ************************************************/

.training_section {
	width:100%;
	float: left;
	margin: 0 0 7em;
}

.module_list.inner {
	width:100%;
	float:left;	
}

.module {
	width:100%;
	border-radius:10px;
	background: #F4F4D5;
	padding: 15px 30px;
	margin: 0 0 20px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.module_list.inner .topic {
	width:100%;
	float:left;
	padding:15px 0 15px;
	box-sizing:border-box;
	position:relative;
}

.module_list.inner p.large {
	width:100%;
	font-size: 30px;
	font-weight: bold;
	padding:0 0 0;
	box-sizing:border-box;
}

.module_list.inner p.large span {
	float:left;
	width:90%;
}

.module_list.inner p.large i {
	float:right;
	margin:5px 0 0 5px;
	font-size:42px;
	color: #A4338A;
}

.module_list.inner .topic i.fa-minus-circle {
	display:none;
}

.module_list.inner .topic.close i.fa-minus-circle {
	display:block;
}

.module_list.inner .topic.close i.fa-plus-circle {
	display:none;
}

.module_list.inner .topic i.fa-plus {
	display:block;
}

.topic:hover {
	cursor:pointer;
}

.module_list .topic_details {
	width:80%;
	float:left;
	display:none;
	padding:0 0 0;
	box-sizing:border-box;
}

.module_list .answer p {
	font-size:17px;
}

.event_list {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 0 5em;
}

.event_box {
	width:49%;
	background: #F4F4D5;
	border-radius:10px;
	padding: 40px 30px;
	box-sizing: border-box;
	margin: 0 0 3em;
	display: flex;
	justify-content: space-between;
}

.more {
	display: none;
	width: 100%;
	float: left;
}

a.readmore {
	font-size:16px;
	color: #8D8D8D;
	font-weight: bold;
	width:100%;
	float: left;
	margin: 0 0 10px;
}

.event_pic {
	width:22%;
}

.event_pic img {
	width:100%;
	border-radius: 10px;
}

.event_text {
	width:73%;
}

.event_text h4 {
	font-weight:bold;
	font-size:22px;
	margin: 0;
}

.event_text p {
	font-size:18px;
	color: #8D8D8D;
	padding: 0 0 10px;
}

.booking_area {
	width:45%;
	display: flex;
	flex-flow: row wrap;
}

.booking_area h4 {
	font-size:22px;
	color: #101010;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.booking_area p {
	padding: 0 0 25px;
	font-size:18px;
	color: #8D8D8D;
}


/************************************************ About ************************************************/

img.fundersabout {
	width:80%;
}

.team_area {
	width:100%;
	display:flex;
	flex-flow: row wrap;
	margin: 80px 0 50px;
}

.team_item {
	width:22%;
	position: relative;
	margin-right: 3%;
	margin-bottom: 3%;
}

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

.team_item a:hover {
	background: rgba(255,255,255,.3);
}

.team_item img {
	width:100%;
	border-radius:10px;
	margin: 0 0 10px;
}

.team_item p {
	font-size:22px;
	font-weight: bold;
	padding: 0;
	width: 100%;
}

.team_item span {
	font-size:18px;
	color: #8D8D8D;
	line-height: 1.5em;
	width: 100%;
	display: block;
}

.team_item span.blue {
	color: #55C2E4;
	text-decoration: underline;
}

.team_item:hover span.blue {
	text-decoration: none;
}


/************************************************ People Modal ************************************************/


.modal {
  display: none;
}
.team_member_surround {
	width:100%;
	padding: 0;
}
.modal_left {
	width:100%;
	float: left;
}
.modal_right {
	width:50%;
	float: left;
	position: relative;
}
.modal .no-gutters > .col,
.modal .no-gutters > [class*=col-] {
  padding: 0;
}
.modal.team-member {
  padding: 0 !important;
  width: 50%;
  max-width: 600px;
	border-radius: 10px;
}
.modal.team-member .team-image {
  position: relative;
  object-fit: cover;
  object-position: top;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.modal.team-member .modal-header,
.modal.team-member .modal-body {
  padding: 30px 5%;
}
.modal.team-member .modal-header h5 {
	font-weight: 700;
	font-style: normal;
	font-size: 36px;
	line-height: 1em;
}
.modal.team-member .modal-header {
  background-color:#CDD500;
  border: none;
  border-radius: 0;
	color: #fff;
  display: block;
}
.modal.team-member .modal-header * {
  margin: 0;
}
.modal.team-member .modal-body {
  background-color: #fff;
}

/*.fancybox-button[data-fancybox-close] {
  width: 60px;
  height: 60px;
}*/

/* New Videos Template */
.page-template-template_videos .double_box {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.page-template-template_videos .d_item {
	width: calc(30% + 17px);
    margin: 15px;
}
.page-template-template_videos .d_item .d_item_pic a {
	height: 250px;
	cursor: pointer;
	position: relative;
	display: block;
	overflow: hidden;
}
.page-template-template_videos .d_item .d_item_pic a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .25s ease-in-out;
}
.page-template-template_videos .d_item .d_item_pic a:hover img {
	transform: scale(1.2);
}
.page-template-template_videos .d_item .d_item_pic a .circle {
    width: 60px;
    height: 60px;
	border-radius: 100%;
	background-color: #CDD500;
	/* background-color: rgba(205, 213, 0, 0.70); */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-template-template_videos .d_item .d_item_pic a .circle i {
	font-size: 25px;
	left: 2px;
    position: relative;
}
.page-template-template_videos .mixitup-pagination,
.page-template-template_resources .mixitup-pagination {
	text-align: center;
	float: left;
    width: 100%;
	margin: -18px 0 18px 0;
}
.page-template-template_videos .mixitup-pagination .mixitup-page-list .mixitup-control,
.page-template-template_resources .mixitup-pagination .mixitup-page-list .mixitup-control {
	width: 75px;
    height: 75px;
    padding: 0;
	margin: 0 5px;
}
/*.page-template-template_videos .mixitup-pagination .mixitup-page-list .mixitup-control:not(.mixitup-control-prev):not(.mixitup-control-next),*/
/*.page-template-template_resources .mixitup-pagination .mixitup-page-list .mixitup-control:not(.mixitup-control-prev):not(.mixitup-control-next) {*/
/*    display: none;*/
/*}*/
.page-template-template_videos .mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-active,
.page-template-template_resources .mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-active {
	background: #812E6E;
    color: #F4F4D5;
}

.page-template-template_resources .filters {
    margin-top: -15px;
}
.page-template-template_resources .control {
    padding: 16px 40px;
    margin-top: 15px;
}
.page-template-template_resources .control:not(:last-of-type) {
    margin-right: 15px;
}
.page-template-template_resources .control.mixitup-control-active {
    background: #812E6E;
    color: #F4F4D5;
}
.page-template-template_resources .mixitup-pagination {
    margin: 25px 0 18px 0;
}

/* Header OPTION 2 */
.header-option-2 {
    margin: 100px 0;
}
.header-option-2 nav.nav_left,
.header-option-2 nav.nav_right {
	width: 30%;
}
.header-option-2 #logo {
    margin: 0 6%;
}

.hustle_module_shortcode_trigger {
    border-radius: 3em;
    font-size: 17px;
    line-height: 1.5em;
    padding: 24px 40px;
    text-decoration: none;
    display: inline-block;
    height: auto;
    margin: 0;
    font-weight: bold;
    vertical-align: top;
    color: #fff;
    position: relative;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    background: #a4338a;
    transition: all 0.3s ease-out;
    left: 50%;
    color: #F4F4D5;
    transform: translateX(-50%);
}
.hustle_module_shortcode_trigger:hover {
    background: #812E6E;
    color: #F4F4D5;
}
@media only screen and (max-width: 667px) {
  .modal.team-member .modal-header,
.modal.team-member .modal-body {
    padding: 1.5rem;
  }
}
.popup {
  display: none;
  width: 50%;
  max-width: 600px;
}

@media only screen and (max-width: 1024px) {
  .popup {
    max-width: none;
    width: 90%;
  }
}


/************************************************ Resources ************************************************/

.downloads_area {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.downloads_box {
	width:49%;
	/*background: #F4F4D5;*/
	background: #FFFFFF;
	border-radius:10px;
	padding: 3% 3%;
	box-sizing: border-box;
	margin: 0 0 2%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.doc_pic {
	width:28%;
}

.doc_pic img {
	width:100%;
	border-radius: 10px;
}

.doc_text {
	width:65%;
}

.doc_text.full {
	width:100%;
}

.doc_text h4 {
	font-weight:bold;
	font-size:22px;
	margin: 0;
}

.doc_text p.small {
	font-size:18px;
	margin: 0;
	padding: 0;
	color: #8D8D8D;
	font-weight: bold;
	font-style: italic;
}

.podcast_list {
	width:100%;
	display: flex;
	flex-flow: row wrap;
	padding: 0 0 100px;
	justify-content: space-between;
	align-content: center;
	position: relative;
	align-items: center;
	text-align: center;
}

.podcast_box {
	background:#f4f4f4;
	height: 200px;
	width: 40%;
	border-radius:10px;
	padding: 30px;
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row {
display: flex;
flex-wrap: wrap;
width: 100%;
margin-top: 100px;
}

.row.nomarg {
margin-top: 0;
}

.col-1 {
flex:0 0 auto;
width:8.3333333333%
}
.col-2 {
flex:0 0 auto;
width:16.6666666667%
}
.col-3 {
flex:0 0 auto;
width:25%
}
.col-4 {
flex:0 0 auto;
width:33.3333333333%
}
.col-5 {
flex:0 0 auto;
width:41.6666666667%
}
.col-6 {
flex:0 0 auto;
width:50%
}
.col-7 {
flex:0 0 auto;
width:58.3333333333%
}
.col-8 {
flex:0 0 auto;
width:66.6666666667%
}
.col-9 {
flex:0 0 auto;
width:75%
}
.col-10 {
flex:0 0 auto;
width:83.3333333333%
}
.col-11 {
flex:0 0 auto;
width:91.6666666667%
}
.col-12 {
flex:0 0 auto;
width:100%
}

.justify-content-between {
justify-content: space-between !important;
}

.justify-content-center {
justify-content: center !important;
}

.align-items-center {
align-items: center !important;
}

.align-content-center {
align-content: center !important;
}




/************************************************ Form Elements and General Styling ************************************************/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #A4338A;
	color:#F4F4D5;
	border-radius:3em;
	font-size: 20px;
	padding: 24px 60px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	border: 3px solid #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	margin: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
	text-decoration:none;
	background:#812E6E;
	color:#F4F4D5; 
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	height: 68px;
	padding: 10px 20px;
	background-color: #F4F4D5;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
	border-radius:10px;
	font-size: 20px; 
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
	height: 200px;
	padding: 10px 20px;
	background-color: #F4F4D5;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
	border-radius:10px;
	font-size: 20px; 
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
margin-bottom: 0.5rem;
font-size:20px;
line-height: 1.5em;
margin-left: 20px;
list-style-position: outside;}

ol {
  counter-reset: number-list-counter;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ol li {
  counter-increment: number-list-counter;
  position: relative;
  padding-left: 25px;
  margin-bottom: 1rem;
  font-weight: 500;
	font-size: 20px;
}
ol li:before {
  content: counter(number-list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

blockquote {
  position: relative;
  background-color: #DB1065;
  border-radius: 20px;
  padding: 30px;
  margin: 0 0 30px 0;
	color: #fff;
}
blockquote p {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  blockquote p {
    font-size: 18px;
  }
}

cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
cite:before {
  content: "- ";
}
@media only screen and (max-width: 768px) {
  cite {
    font-size: 16px;
  }
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }
  tr:nth-child(odd) {
	background:#f4f4f4;  
  }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 1.5rem; }


/************************************************ Contact Form Elements ************************************************/


.form_item {
    display: inline-block;
    margin:0;
    vertical-align: top;
    width: 100%;
}

.form_item label,
.form_item_message label{
   display:block;
   font-size:16px;
   margin:0 0 7px;
}

form_item input {
    border:1px solid #dadada;
	box-sizing: border-box;
    color: #040507;
    float: left;
    font-size: 16px;
    height: 45px;
    margin: 0 0 20px;
    padding: 12px 0 10px 10px;
    width: 100%;
	border-radius:3px;
}

.form_item_message textarea {
	font-size: 16px;
	border:1px solid #dadada;
	height:120px;
	width:100%;
	padding: 12px 0 10px 10px;
	box-sizing: border-box;
	border-radius:3px;
	margin:0 0 20px;
}

.form_item.select {
	width:100%;
	position:relative;
}

.form_item.select select {
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;/* remove default arrow */
	width:100%;
	height:60px;
	border:2px solid #eaf0f2;
	border-radius:3px;
	box-sizing:border-box;
	font-size:16px;
	padding:8px 15px 8px 15px;
	position:relative;
	box-shadow:none;
	background:url(../images/downarrow.png) no-repeat center right #fff;
	background-size:30px;
}

/* Customize the label (the container) */
.form_item .labelcontainer {
  display: inline-block;
  position: relative;
  margin-left: -22px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 22px;
  padding-bottom:0;
  margin:0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form_item .labelcontainer label.error {
    margin: 5px 0 0 36px;
}

/* Hide the browser's default checkbox */
.labelcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: auto;
    padding: 0;
    margin: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #4b6d50;
  border:none;
  border-radius:3px;
}

/* On mouse-over, add a grey background color */
.labelcontainer:hover input ~ .checkmark {
  background-color: #4b6d50;
}

/* When the checkbox is checked, add a blue background */
.labelcontainer input:checked ~ .checkmark {
  background-color: #f6e2a3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.labelcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.labelcontainer .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #464e78;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.form_item input:focus,
.form_item_message textarea:focus {
	border:1px solid #7bcef2!important;
}

.form_item label.warning,
.form_item_message label.warning {
	color:#F00;	
}

.submit_surround {
	width:100%;
	float:left;
}

.submit {
	background:none;
	font-weight:bold;
	padding:10px 30px;
	font-size:24px;
	text-transform:uppercase;
	color:#f6e2a3;
	text-decoration:none;
	display:block;
	cursor:pointer;
	margin:0 auto;
	border:3px solid #f6e2a3;
}

.submit:hover {
	background:#f6e2a3;
	color:#124735;
}

.form_submit {
	float:left;
	width:100%;
}

#mapholder {
	width:100%;
	float:left;
	height:400px;
}

#mapholder img, #mapholder object, #mapholder embed, #mapholder video {
	max-width:none;
	width:auto;
}

#mapholder img {
	height:auto;	
}

#mapholder p {
	color:#000;	
	font-size:14px;
	padding:0;
}

#mapholder p strong {
	font-weight:bold;
}

.honey {
	display:none;	
}


/************************************************ Footer ************************************************/

.mailing_surround {
	background: #A4338A;
	border-radius:10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding: 80px 5% 50px;
	box-sizing: border-box;
	color: #fff;
	max-width: 1420px;
	margin: 0 auto -80px;
	text-align: center;
	position: relative;
}

.mailing_surround .person {
	width:285px;
	position: absolute;
	right: 2%;
	top: -200px;
}

.mailing_surround h6 {
	font-family: "roboto-slab", serif;
	font-size:50px;
	margin: 0 0 10px;
	width: 100%;
}

.mailing_surround p {
	margin: 0;
	font-weight: 500;
}

.mailing_surround .frm_message p {
	color: #101010;
	padding: 0;
}

.frm_error_style {
	color: red;
	font-size: 13px;
}

.mail_signup {
	width:75%;
	background: #fff;
	/*padding: 15px;*/
	padding: 15px 15px 9px 15px;
	border-radius: 30em;
	margin: 20px 0 0;
}

.mail_signup .frm_combo_inputs_container, .mail_signup .frm_grid_container, .mail_signup .frm_form_fields .frm_section_heading, .mail_signup .frm_form_fields .frm_fields_container {
	display: inherit!important;
}

.mail_signup form,
.mail_signup fieldset {
	margin: 0!important;
}

.mail_signup input {
	width: 69%;
	border-radius: 3em;
	background: #fff;
	float: left;
	font-size: 20px;
	color: #010101;
	font-weight: 500;
	padding: 24px 30px;
	box-sizing: border-box;
	line-height: 1.5em;
	margin: 0;
	height: auto;
	border: 1px solid transparent;
}

.mail_signup button {
	float: right;
	border-radius: 3em;
	font-size: 17px;
	line-height: 1.5em;
	padding: 24px 20px;
	display: inline-block;
	height: auto;
	margin: 0;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	position: relative;
	border: none;
	cursor: pointer;
	width: 30%;
	box-sizing: border-box;
	background: #CDD500;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}

.mail_signup button i {
	margin-right:5px;
}

.mail_signup button:hover {
	background: #A4338A;
}

footer {
	width:100%;
	float:left;
	padding: 150px 5% 50px;
	box-sizing: border-box;
	background: #F4F4D5;
}

footer a {
	color: #010101;
	text-decoration: underline;
}

footer a:hover {
	color: #010101;
	text-decoration: none;
}

footer img {
	width:196px;
}

footer p.uppercase {
	font-size:13px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0;
	text-transform: uppercase;
}

.footer_inner {
	margin: 0 auto;
	max-width: 1420px;
	width: 90%;
	position: relative;
}

.footer_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.footer_social_icons {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: space-between;
	align-items: center;
	margin: 0 10% 0 0;
}

ul.footer_social_icons li {
	font-size:23px;
	margin: 0 10px 0 0;
}

ul.footer_social_icons li a {
	color:#812E6E;
	width: 54px;
	height: 54px;
	border-radius:50%;
	border: 2px solid #812E6E;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

ul.footer_social_icons li a:hover {
	color:#F4F4D5;
	background: #812E6E;
}

.footer_funders {
	width:100%;
	margin: 20px auto 0;
	text-align: center;
}

.footer_funders p {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 0 0 20px;
}

.footer_funders ul {
	list-style-type: none;
	display: flex;
	margin: 0;
	justify-content: center;
}

.footer_funders li {
	margin-right: 10px;
	display: flex;
	height: 70px!important;
	align-items: center;
}

.footer_funders li a {
	background:#fff;
	padding: 5px 10px;
	border-radius: 10px;
	display: block;
}

.footer_funders ul li a img {
	width: auto;
	max-height: 70px;
}

.copyright {
	width:100%;
	font-size:16px;
	line-height: 1.5em;
	margin: 20px 0 0;
	text-align: center;
}

.copyright a.small {
	font-size:13px;
}
/*@media only screen and (max-width: 1100px) {*/
/*    header {*/
/*        margin-bottom: 100px;*/
/*    }*/
/*}*/

/************************************************ Smaller screens ************************************************/

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

.section_inner {
	margin: 0 auto;
	width: 100%;
}

nav ul li {
    padding: 0 15px 20px;
}

#logo {
/*	width: 200px;*/
	/*margin: 0 4%;*/
    margin: 0 3% 0 0;
    width: 140px;
}
	
.jigsaw_top {
	/*width: 19.5%;*/
    width: 17.5%;
}
	
/*nav {*/
/*	width: 32%;*/
/*}*/
	
nav ul li {
	font-size: 20px;
}
	
.hero h1 br,
.hero h2 br{
	display: none;
}
	
.hp_timer {
	width: 100%;
	flex-flow: row wrap;
}
	
.hp_countdown {
	width: 100%;
}
	
.hp_timer_text {
	width: 100%;
	margin: 0 0 30px;
}
	
.footer_inner {
	width: 100%;
}
	
.footer_col {
	margin-right: 3%;
}
	
}

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

p {
	font-size: 18px;
}
	
li {
font-size:18px;}
	
.hero_text {
	width: 70%;
}
	
.col-9 {
	flex: 0 0 auto;
	width: 100%;
}
	
.hp_news .info_block {
	position: relative;
	float: left;
}
	
.heading_left {
	width: 55%;
	margin: 0 0 50px;
}
	
.heading_right {
	width: 40%;
}
	
.modal.team-member {
	width: 100%;
}
	
.mailing_surround .person {
	width: 205px;
	position: absolute;
	right: 2%;
	top: -40%;
}
	
.gallery_list .gal_item {
	width: 27%;
	margin-right: 5%;
}
	
}

@media only screen and (max-width: 1023px) {
    .header-option-2 {
        display: none;
    }

.top_links {
  display:none;
}	
	
/* Mobile menu */

a.openmenu {
	position:absolute;
	right:3%;
	font-size:22px;
	color:#fff;
	z-index:100;
	top:20px;
	display:block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #812E6E;
}

a.openmenu.fixed {
	position:fixed;
	font-size:22px;
	color:#fff;
	z-index:100;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 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;
	margin-top: 15px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #F4F4D5;
  border-radius: 0;
  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;
}

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

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.openstate span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.openstate span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.openstate span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:99;
	background:url("../images/overlaybg.png") no-repeat bottom -30% right -110% #A4338A;
	background-size:75%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0 0 30px;
	box-sizing: border-box;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay .nav_surround {
	width:100%;
	text-align:center;
	float:left;
	padding:20% 0 20px;
	height:auto;
	overflow-y:auto;
	box-sizing:border-box;
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
	width:100%;
}

.overlay ul li {
	display: block;
	/*height: 20%;
	height: calc(100% / 5);*/
	line-height:1.5em;
	font-size:30px;
	width:100%;
	float:left;
	margin: 0;
}

.overlay ul li ul {
	display: none;
	margin: 0 0 8px;
	float: left;
	width: 100%;
}

.overlay ul li a {
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	float:left;
	width:100%;
	text-decoration: none;
	padding: 0 10%;
	box-sizing: border-box;
	text-align: left;
}

.overlay ul li ul li {
	font-size:26px;
}

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li.current-menu-item a,
.overlay ul li.current-menu-ancestor a,
.overlay ul li.current-page-ancestor a {
	color: #F4F4D5;
	text-decoration:none;
}

.overlay ul li.current-menu-item ul.sub-menu li a,
.overlay ul li.current-menu-ancestor ul.sub-menu li a,
.overlay ul li.current-page-ancestor ul.sub-menu li a {
	color: #fff;
	text-decoration:none;
}
	
.overlay ul li ul.sub-menu li a:hover,
.overlay ul li ul.sub-menu li.selected a,
.overlay ul li ul.sub-menu li.current_page_item a {
	color:#D4F0F8;
}

.overlay ul li ul.sub-menu li.selected a,
.overlay ul li ul.sub-menu li.current_page_item a {
	font-weight:400;
}

/* Effects */
.overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay .nav_surround {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay.open ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay.close ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
	
.overlay_links {
	width:100%;
	float: left;
	padding: 20px 10%;
	color: #fff;
}
	
.overlay_links a {
	color:#fff;
}
	
.overlay_links p {
	font-size:17px;
}

.overlay_social {
	width: 100px;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	align-items: center;
	float: left;
}

.overlay_social a {
	font-size: 24px;
	margin: 0 20px 0 0;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.overlay_social a:hover {
	color:#F4F4D5;
}
	
/*Menu*/	
.main_nav_surround {
	min-width: 0;
	width: 100%;
}
	
nav {
	display: none;
}


#logo {
	width: 200px;
	margin: 0;
}	
	
.row {
	margin-top: 80px;
}	
	
.hero h1 {
	font-size: 45px;
}	
	
.stat_slide_left {
	width: 100%;
	text-align: center;
}
	
.stat_slider {
	width: 100%;
	text-align: center;
}
	
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
	width:100%;
}

.hp_side {
    width: 100%;
}
	
.hp_sub_box {
	margin: 5% 0 5%;
	font-weight: bold;
	min-height: auto;
}
	
.hp_news {
	width: 90%;
}
	
.hp_gallery {
	margin: 70px 0 0;
	padding: 0 0 50px;
}
	
.gal_1 {
	width: 100%;
	margin: 0 0 20px;
}
	
.gal_item {
	width: 30%;
	position: relative;
}
	
.testimonials_block .person {
	width: 80px;
	position: absolute;
	top: -180px;
	left: 3%;
}
	
.testimonials_block {
	width: 100%;
	padding: 7% 15% 5% 8%;
	margin: 200px 0 100px;
}
	
.downloads_box {
	width: 100%;
}	
.doc_pic {
	width: 17%;
}
.doc_text {
	width: 77%;
}
	
.podcast_box {
	width: 70%;
}
	
.module_list.inner p.large {
	font-size: 36px;
}
	
.event_list {
	width: 100%;
}
	
.booking_area {
	width: 100%;
}
	
img.fundersabout {
	width: 70%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
}
	
.team_item {
  width: 30%;
  position: relative;
  margin-right: 3%;
  margin-bottom: 3%;
}
	
.mail_signup {
	width: 100%;
}
	
.footer_cols {
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
	
.footer_col {
	margin-right: 0;
	width: 100%;
	margin-bottom: 20px;
}
	
ul.footer_social_icons {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: center;
	align-items: center;
	margin: 0 10% 0 0;
}
	
.copyright {
	margin: 20px 0 0;
	text-align: center;
}
	
.mob_show {
	display: block!important;
}

.mob_hide {
	display: none!important;
}
	
}


/************************************************ Mobile ************************************************/

@media handheld, only screen and (max-width: 767px) {

#logo {
	width: 180px;
	margin: 20px 0 0;
}
	
.row {
  margin-top: 40px;
}	

.hero {
  width: 100%;
  padding: 3em 5% 0;
}
	
.hero h1 {
  font-size: 36px;
}
.heading h1 {
  font-size: 42px;
  margin: 0 0 10px;
}
.heading h2 {
  font-size: 20px;
}
.heading p {
  font-size: 18px;
  margin: 0;
}
.heading_sub_links {
  width: 100%;
	box-sizing: border-box;
  border-radius:10px;
  text-align: center;
  justify-content: center;
}

.stat_slide_area {
	padding: 30px 5%;
	margin: 0 0 30px;
}
	
.stat_slide_area h4 {
  font-size: 36px;
}
	
.stat_slider p {
	font-size: 18px;
}
	
.box_light {
  padding: 30px 5%;
}
	
h4.purple.large {
  font-size: 36px;
	margin: 0 0 15px;
}
.title_surround h3 {
  font-size: 36px;
  color: #fff;
  margin: 0;
}
	
.hp_sub_list {
  font-size: 20px;
  margin: 0 0 20px;
}
	
.hp_side_inner {
  padding: 50px 40px 20px;
}
	
.hp_sub_list img, .hp_sub_box img {
  height: 80px;
  margin: 0 0 25px;
}
.hp_sub_box {
  margin: 5% 0 5%;
  font-weight: bold;
  min-height: auto;
  padding: 20px 0;
}
	
.hp_sub_box_purple p {
  width: 100%;
}
	
.social_icons {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px;
  text-align: center;
}	
.social_icons ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.social_icons ul li {
  font-size: 46px;
  margin: 0 10px;
}
	
.hp_news .info_block p strong {
  padding: 0;
  font-size: 24px;
}
	
.gal_item {
  width: 47%;
  position: relative;
}
	
.gal_item:nth-child(3n) {
  display:none;
}
.testimonials_block {
  width: 100%;
  padding: 20% 15% 5% 8%;
  margin: 200px 0 100px;
}	
.testimonials_block p.title {
  color: #DB1065;
  font-size: 36px;
  font-family: "roboto-slab", serif;
  margin: 0 0 10px;
  line-height: 1.3em;
}
.testimonials_block p {
  font-size: 18px;
}

.section_title {
  margin: 0 0 20px;
}	
.section_title h2, .section_title h3 {
  font-size: 36px;
}
	
.gallery_list .gal_item {
  width: 45%;
  margin-right: 5%;
  margin-bottom: 0;
}
	
.event_list {
	margin: 0 0 3em;
}
	
.event_box {
	width:100%;
	margin: 0 0 2em;
}
	
.mailing_surround .person {
  width: 100px;
  position: absolute;
  right: 2%;
  top: -60px;
}
	
.mailing_surround h6 {
  font-family: "roboto-slab", serif;
  font-size: 30px;
  margin: 0 0 10px;
  width: 100%;
}

.mail_signup {
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius:10px;
  margin: 20px 0 0;
}
.mail_signup input {
  width: 100%;
  border-radius:0;
	padding: 24px 0;
}
.mail_signup button {
	width: 100%;
}
	
footer {
  padding: 120px 5% 50px;
}
	
footer img {
  width: 150px;
}
	
.module {
  padding: 20px;
	margin: 0 0 10px;
}
	
.module_list.inner p.large {
  font-size: 28px;
}
	
.module_list.inner p.large span {
  float: left;
  width: 80%;
}
	
.module_list.inner p.large i {
  font-size: 32px;
}
	
.module_list .topic_details {
  width: 100%;
}
	
h1, h2, h3, h4, h5 {
  margin: 0 0 15px;
}
	
.hp_timer_text {
  text-align: center;
}

.page-template-template_videos .mixitup-pagination {
	margin: -25px 0 25px 0;
}
.page-template-template_videos .d_item .d_item_pic a:hover img {
	transform: scale(1);
}
.page-template-template_videos .mixitup-pagination .mixitup-page-list .mixitup-control, 
.page-template-template_resources .mixitup-pagination .mixitup-page-list .mixitup-control {
    width: 60px;
    height: 60px;
}
}

@media handheld, only screen and (max-width: 600px) {
	
.jigsaw_top {
  width: 30%;
}
	
a.btn {
	padding: 24px 1.5em;
}
	
.heading {
  width: 100%;
  padding: 3em 5% 0;
}
	
.hero_text {
	width: 100%;
}
.hero h1 {
	font-size: 30px;
}
	
.double_box {
	width: 100%;
	display: flex;
	flex-flow:row wrap;
}
.d_item,
.d_item.small {
	width: 100%;
	margin: 0 0 2em;
}
	
.hp_news .info_block {
  padding: 20px 7%;
}
.news_date {
	font-size: 16px;
	margin-bottom: 20px;
	float: left;
}
.hp_news .info_block p {
	width: 100%;
}
	
.home .people_area {
  overflow:hidden;
}
	
.home .people_area img {
  width: 219%;
  max-width: inherit;
  margin: 0 0 -3%;
}
	
.people_area {
  width: 100%;
  line-height: 0;
  margin-bottom: -1px;
	overflow: hidden;
}
	
.people_area img {
  	width: 110%;
	max-width: inherit;
	margin-left: -5%;
}
	
section.green {
  background: #CDD500;
  padding: 30px 5% 0;
}	
	
.heading_surround {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
	
.heading_left {
  width: 100%;
  margin: 0 0 30px;
	text-align: center;
}
	
.heading_right {
  width: 100%;
	margin-bottom: -13%;
}
	
.heading_right.large {
  width: 100%;
}

.heading_sub_links ul {
    justify-content: center;
}
	
.hp_sub_list {
  width: 100%;
}
	
.downloads_box {
	padding: 30px;
    margin: 0 0 20px;
    flex-flow: row wrap;
}
.event_box {
	width: 100%;
	margin: 0 0 2em;
	flex-flow: row wrap;
}
.doc_pic,
.event_pic {
	width: 50%;
	margin: 0 0 2em;
}
.doc_text,
.event_text {
	width: 100%;
}
	
.heading_left ul.footer_social_icons {
  margin: 0;
  justify-content: center;
}
	
img.fundersabout {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

.team_area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0;
}	
	
.team_item {
  width: 45%;
  position: relative;
  margin-right: 5%;
  margin-bottom: 30px;
}
	
.contact_form {
  width: 100%;
  padding: 40px 20px 20px;
}
	
.box_light {
  padding: 30px 8%;
}
	
h2 {
  font-size: 24px;
}
	
h3 {
  font-size: 22px;
}
	
.testimonials_block {
	margin: 100px 0 200px;
}
	
.funders_slider {
	width:100%;
	margin: 0 auto 50px;
}
	
.hp_funders {
  margin: 80px 0;
}
	
/* the slides */
.funders_slider .slick-slide {
	margin: 0 5px!important;
}

/* the parent */
.funders_slider .slick-list {
	margin: 0 -5px!important;
}
	
.footer_funders ul {
	flex-flow: row wrap;
}

.footer_funders li {
	height: inherit !important;
}
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}

@media only screen and (max-width: 1741px) {
	.page-template-template_videos .d_item {
	    width: calc(30% + 15px);
	}
}
@media only screen and (max-width: 1667px) {
	.page-template-template_videos .d_item {
		width: calc(30% + 10px);
	}
}
@media only screen and (max-width: 1482px) {
	.page-template-template_videos .d_item {
		width: calc(30% + 8px);
	}
}
@media only screen and (max-width: 1407px) {
	.page-template-template_videos .d_item {
	    width: 30%;
	}
	.page-template-template_videos .d_item .d_item_pic a {
		height: 215px;
	}
}
@media only screen and (max-width: 1000px) {
	.page-template-template_videos .d_item {
		width: calc(50% - 30px);
	}
	.page-template-template_videos .mixitup-pagination .mixitup-page-list .mixitup-control {
		width: 65px;
		height: 65px;
		margin: 0 3px;
	}
}
@media only screen and (max-width: 600px) {
	.page-template-template_videos .heading_left.long {
		width: 100%;
	}
	.page-template-template_videos .d_item {
		width: 100%;
	}
	.page-template-template_videos .mixitup-pagination .mixitup-page-list .mixitup-control {
		width: 55px;
		height: 55px;
	}
}