html, body {
	background: #ffffff;
	color: #1d1d1b;
	font-size: 100%;
	font-family: 'RubikLight', Century Gothic, sans-serif;
	font-weight: lighter;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

* {
	box-sizing: border-box;
}

@font-face {
	font-family: 'RubikLight';
	src: url('files/Rubik-Light.ttf');
}

@font-face {
	font-family: 'RubikMedium';
	src: url('files/Rubik-Medium.ttf');
}

@font-face {
	font-family: 'Desyrel';
	src: url('files/desyrel.ttf');
}

@font-face {
	font-family: 'RubikBold';
	src: url('files/Rubik-Bold.ttf');
}

@font-face {
	font-family: 'ClairesHand3';
	src: url('files/ClairesHand3.ttf');
}

a {
	text-decoration: none;
	color: #1d1d1b;
}

a:hover {}

h1 {
	font-family: 'RubikBold';
	font-size: 150%;
	color: #ffffff;
}

.green {
	color: #2d807f;
}

.blue {
	color: #2a7eaa;
}

.pink {
	color: #9e1255;
}

.orange {
	color: #e74636;
}

.yellow {
	color: #fbbc2e;
}

.grassGreen {
	color: #7dc04a;
}

.black {
	color: #000000;
}

.desyrel {
	font-family: 'Desyrel';
}

h2 {
	font-family: 'RubikMedium';
	color: #ffffff;
	font-size: 130%;
	-webkit-margin-after: 0;
}

h3 {
	color: #95c11f;
	font-size: 120%;
}

h4 {
	color: #ffffff;
	font-size: 120%;
	font-family: 'Claireshand3';
	line-height: 10%;
}

h5 {
	color: #1d1d1b;
	font-size: 150%;
	font-family: 'Claireshand3';
}

h6 {
	color: #1d1d1b;
	font-size: 100%;
	font-family: 'MyriadPro Bold';
	line-height: 150%;
	font-weight: lighter;
}

h7 {
	color: #1d1d1b;
	font-size: small;
}

h8 {
	color: #1d1d1b;
	font-size: x-small;
}

h9 {
	color: #1d1d1b;
	font-size: 120%;
}

strong, b {
	color: #000000;
}

italics {
	font-family: 'MyriadPro Italic';
}

.fullsize {
	width: 100%;
}

.fullsize-splash {
	height: 100%;
}

.fullersize {
	_width: 122%;
	max-width: 1280px;
	margin-left: -11%;
}

.small {
	width: 40%;
}

.medium {
	width: 85%;
}

p {
	color: #1d1d1b;
}

.statement {
	color: #ffffff;
	font-family: OpenDyslexicItalics;
}

ul {
	list-style: none;
	padding: 1em;
}

ul li {
	font-size: 100%;
	margin-bottom: 0.5em;
}

ul.greenBullet {
	list-style-image: url('/img/Attract/AttractBullet.png');
	line-height: 150%;
}

ul.blueBullet {
	list-style-image: url('/img/Sustain/SustainBullet.png');
	line-height: 150%;
}

ul.pinkBullet {
	list-style-image: url('/img/Understand/UnderstandBullet.png');
	line-height: 150%;
}

ul.orangeBullet {
	list-style-image: url('/img/Motivate/MotivateBullet.png');
	line-height: 150%;
}

ul.yellowBullet {
	list-style-image: url('/img/Environment/EnvironmentBullet.png');
	line-height: 150%;
}

header {
	background: #ffffff;
	height: 180px;
	width: 100%;
	margin: 0 auto 0 auto;
	display: inline-block;
}

.headerInner {
	_width: 80%;
	max-width: 1050px;
	margin: 0 auto 0 auto;
}

.logo {
	text-align: center;
	font-family: 'RubikBold';
	font-size: 500%;
	width: 60%;
	margin: 0 auto 0 auto;
}

div#container {
	display: inline-block;
	width: 100%;
	margin: 0 auto 0 auto;
}

div#pusher {
	min-height: 80%;
	height: auto !important;
	height: 80%;
	margin: 0 auto;
	_width: 80%;
	max-width: 1050px;
	background-color: #ffffff;
	z-index: 99;
}

.splash {
	padding-top: 20%;
}

.splashIntro {
	font-family: Desyrel;
	font-size: 300%;
	font-weight: bold;
	text-align: center;
}

.splashIntro p {
	color: #999999;
}

.splashText {
	text-align: center;
}

.icon {
	display: inline-block;
	margin-right: 1em;
}

p.iconPara {
	width: 100%;
	color: #707172;
}

.iconText {
	width: 50%;
	display: inline-block;
	margin-left: 0;
}

.top {
	width: 100%;
	border-bottom: 2px solid #A4BFCC;
	margin-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 1% 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	top: 0;
	margin-left: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 0%;
}

.col:first-child {
	margin-left: 0;
}

.section.group {}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.span_3_of_3 {
	width: 100%;
	color: #3F3E32;
}

.span_2_of_3 {
	width: 66.1%;
}

.span_1_of_5 {
	width: 20%;
	text-align: center;
}

.span_1_of_3Orange {
	width: 29%;
	min-height: 220px;
	background: #D47A5D;
	color: #3F3E32;
	padding: 1.1%;
	margin: 1%;
	border-radius: 15px;
}

.span_1_of_3Purple {
	width: 29%;
	min-height: 220px;
	background: #996E79;
	color: #3F3E32;
	padding: 1.1%;
	margin: 1%;
	border-radius: 15px;
}

.span_1_of_3Footer {
	width: 33%;
}

.span_1_of_3FooterCorner {
	width: 33%;
}

.span_1_of_4 {
	width: 23%;
	padding: 1%;
}

.span_1_of_4Nav {
	width: 24.9%;
	padding: 0%;
}

.span_1_of_3Small {
	width: 25%;
	padding: 1%;
}

.span_1_of_3Text {
	width: 50%;
	padding: 1%;
}

.span_2_of_3Text {
	width: 75%;
	padding: 1%;
}

.GreenBox {
	background: #73cccc;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
}

.BlueBox {
	background: #70c3e5;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
}

.PinkBox {
	background: #ce63aa;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
}

.OrangeBox {
	background: #f4945d;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
}

.YellowBox {
	background: #fde722;
	width: 100%;
	padding: 1em;
	margin-top: 1em;
}

.GreenQuote {
	background-image: url(/img/Attract/AttractQuote2.png), url(/img/Attract/AttractQuote1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	width: 100%;
	padding: 1%;
	font-family: Desyrel;
}

.BlueQuote {
	background-image: url(/img/Sustain/SustainQuote2.png), url(/img/Sustain/SustainQuote1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	width: 100%;
	padding: 1%;
	font-family: Desyrel;
}

.PinkQuote {
	background-image: url(/img/Understand/UnderstandQuote2.png), url(/img/Understand/UnderstandQuote1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	width: 100%;
	padding: 1%;
	font-family: Desyrel;
}

.OrangeQuote {
	background-image: url(/img/Motivate/MotivateQuote2.png), url(/img/Motivate/MotivateQuote1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	width: 100%;
	padding: 1%;
	font-family: Desyrel;
}

.YellowQuote {
	background-image: url(/img/Environment/EnvironmentQuote2.png), url(/img/Environment/EnvironmentQuote1.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, bottom right;
	width: 100%;
	padding: 1%;
	font-family: Desyrel;
}

.span_1_of_2 {
	width: 47%;
	padding: 1.1%;
}

.span_1_of_2Large {
	width: 65%;
	padding: 1.1%;
}

.span_1_of_2Small {
	width: 29%;
	padding: 1.1%;
}

.span_1_of_2Logo {
	margin-left: 2em;
}

.span_1_of_1 {
	width: 98%;
	padding: 1.1%;
}

.span_1_of_1Green {
	width: 98%;
	padding: 1.1%;
	background: #E3EBCF;
	border-radius: 10px;
}

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}

	.span_2_of_3 {
		width: 100%;
	}

	.span_1_of_3 {
		width: 100%;
	}

	.span_1_of_5 {
		width: 100%;
	}

	.span_1_of_3BG {
		width: 100%;
	}

	.span_1_of_3Footer {
		width: 90%;
		margin: 0 auto 0 auto;
		text-align: center;
	}

	.span_1_of_2 {
		width: 90%;
		padding: 4%;
	}

	.span_1_of_2BG {
		width: 100%;
	}

	.span_1_of_4 {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4Green {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4Blue {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4Pink {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4Orange {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4Yellow {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4GreenQuote {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4BlueQuote {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4PinkQuote {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4OrangeQuote {
		width: 96%;
		padding: 2%
	}

	.span_1_of_4YellowQuote {
		width: 96%;
		padding: 2%
	}

	.fullersize {
		width: 100%;
		margin-left: 0%;
	}

	.span_1_of_3Small {
		width: 96%;
		padding: 2%
	}

	.span_1_of_3Text {
		width: 96%;
		padding: 2%
	}
}

@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}
}

@media screen and (min-width: 414px) and (max-width: 768px) {
	.span_1_of_3GreenCircle {
		font-size: 90%;
	}
}

.news_view {
	width: 60%;
	margin: 9em auto 0 auto;
}

.newsHeader {
	font-size: 20px;
	font-weight: lighter;
	font-family: Century Gothic, sans-serif;
	display: inline;
}

.newsHeader a {
	font-size: 20px;
	font-family: Century Gothic, sans-serif;
	background: #ff9800;
}

.newsdate {
	font-size: x-small;
	padding-left: 1em;
	display: inline;
}

.newsPara {
	font-size: 16px;
	font-family: Century Gothic, sans-serif;
	padding-bottom: 1em;
}

.selected {
	font-size: 120%;
}

div#content {
	_width: 80%;
	max-width: 1050px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	padding: 1%;
}

div#content p {
	line-height: 1.4;
}

div.contentFloat {
	float: right;
}

.contentInner {
	margin: 0 auto;
}

.selected {
	font-size: 120%;
}

footer {
	font-size: 80%;
	position: absolute bott;
	overflow: hidden;
	-webkit-clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 3vw, 100% 0, 100% 100%, 0 100%);
	padding-top: 4%;
	color: #ffffff;
	width: 100%;
}

footer a {
	color: #ffffff;
}

.footerInner {
	_width: 80%;
	max-width: 1050px;
	margin: 0 auto 0 auto;
	padding: 0 1em 0 1em;
}

.footerOuter {
	width: 20%;
}

ul.footerCenter {
	list-style: none;
	text-align: center;
	
}

ul.footer {
	list-style: none;
	text-align: right;
	font-size: 120%;
}

ul.footerCenter li,
ul.footer li {
	color: #ffffff;
	line-height: 1.5em;
}

ul.footerCenter li a,
ul.footer li a {
	color: #ffffff;
}

ul.footerCenter li a:hover,
ul.footer li a:hover {
	color: #bbb;
}

.footerLink {
	font-weight: bold;
}

ul.inline li {
	display: inline;
	list-style: none;
	margin-left: 5%;
}

ul.footerContact li {
	color: #fff;
	font-size: 150%;
	list-style: none;
}

.triangle {
	float: right;
	bottom: 0;
	width: auto;
	height: 366px;
}

#std {}

.gone {
	display: none;
}

.bread_crumb_trail {
	display: inline;
	font-size: 80%;
}

.bread_crumb_trail ul {
	display: inline;
	-webkit-margin-before: 0;
	-webkit-padding-start: 0;
}

.bread_crumb_trail ul li a {
	display: inline;
}

.bread_crumb_trail ul li {
	display: inline;
}

.bread_crumb_trail ul li a:hover {
	display: inline;
	color: #7dc04a;
}

.bread_crumb_trail ul li a:selected {
	display: inline;
	color: #7dc04a;
}

div#flashMessage {
	margin: 0 auto 0 auto;
}

div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}

div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}

p.error {
	color: #707172;
	font-family: PetitaLight, Century Gothic, sans-serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

* / div#formContainer {
	width: 80%;
	padding: 1em;
}

form {
	clear: both;
	padding: 0;
	width: 80%;
	margin: 0 auto;
}

fieldset {
	border: none;
	margin-bottom: 1em;
}

fieldset legend {
	color: #444444;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 1em;
}

fieldset fieldset {
	margin-top: 0px;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

/*form div {clear: both;margin-bottom: 1em;vertical-align: text-top;}*/
form .input {
	color: #444;
}

/*form .input_text_required {color: red;font-size: 150%;}*/
form .required {
	font-weight: normal;
}

form .required label:after {
	color: #444444;
	display: inline;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	width: 40%;
	float: right;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

label {
	color: #666666;
	font-size: 80%;
	margin-left: 10px;
}

input, textarea {
	clear: both;
	font-size: 100%;
	font-family: Century Gothic, sans-serif;
	padding: 2px;
	width: 100%;
}

.ContactDetailForm {
	float: right;
	width: 40%;
	margin-top: 2em;
}

.contactDetails {
	float: left;
	right: 0;
	width: 40%;
	padding-top: 10em;
	line-height: 200%;
	font-size: 16px;
}

#Comment {
	width: 55%
}

table {
	width: 90%;
	border-collapse: collapse;
}

tr:nth-of-type(odd) {
	background: #eee;
}

th {
	background: #333;
	color: white;
	font-weight: bold;
}

td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}

@media only screen and (max-width: 480px) {
	.logo {
		float: none;
		margin: 0 auto 0 auto;
		width: 80%;
	}

	ul.footer {
		text-align: center;
	}

	ul.inline {
		padding: 0;
	}
}

@media only screen and (max-width: 900px) {
	.strapline {
		height: 140px;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	footer {
		-webkit-clip-path: polygon(0 0vw, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 0vw, 100% 0, 100% 100%, 0 100%);
	}
}

.fb-like-box {
	float: left;
	margin-left: 10px;
	margin-bottom: 2%;
}

.fb-activity {
	float: left;
	width: 300px;
	margin-right: 2%;
}

@media only screen and (max-width: 1280px) {
	.fullersize {
		width: 100%;
		margin: 0 auto;
	}
}

.navContainer {
	position: relative;
	margin: 3em auto 2em auto;
}

.nav-click {
	display: none;
}

.menu-link {
	display: none;
}

#nav {
	/* text-align: center; */
}

.menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'RubikBold', Century Gothic, sans-serif;
	text-align: center;
}

.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}

.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #E2F2F3;
	border: 1px solid #CCC;
}

.menu ul li {
	padding: 0px;
}

.menu > ul > li {
	display: inline-block;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #676767;
	font-size: 110%;
}

.menu ul li > a#Attract {
	color: #4bbfc0;
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #fff; 
}

.menu ul li > a#Sustain {
	color: #48b3e1;
}

.menu ul li > a#Understand {
	color: #c43896;
}

.menu ul li > a#Motivate {
	color: #fe602f;
}

.menu ul li > a#Environment {
	color: #fde722;
}

.menu ul li.selected > a#Attract,
.menu ul li > a#Attract:hover,
.menu ul li > a#Attract:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(53, 179, 162); 
	color: rgb(53, 179, 162);
}

.menu ul li.selected > a#Sustain,
.menu ul li > a#Sustain:hover,
.menu ul li > a#Sustain:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(72, 179, 225); 
	color: rgb(72, 179, 225);
}

.menu ul li.selected > a#Understand,
.menu ul li > a#Understand:hover,
.menu ul li > a#Understand:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(196, 56, 150); 
	color: rgb(196, 56, 150);
}

.menu ul li.selected > a#Motivate,
.menu ul li > a#Motivate:hover,
.menu ul li > a#Motivate:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(254, 96, 47); 
	color: rgb(254, 96, 47);
}

.menu ul li.selected > a#Environment,
.menu ul li > a#Environment:hover,
.menu ul li > a#Environment:active {
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: rgb(253, 231, 34); 
	color: rgb(253, 231, 34);
}

.menu ul li > a {
	margin: 0 20px 0 20px;
}

.menu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	min-width: 160px;
	background-color: #A4BFCC;
}

.menu ul li:hover > ul {
	display: block;
}

.menu ul ul > li {
	position: relative;
	display: none;
}

.menu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	background-color: #f4f4f4;
}

.menu ul ul > li a:hover {
	background-color: #42BBA3;
	color: #fff;
}

.menu ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

/* .bread_crumb_trail {
	display: none;
} */

@media all and (max-width: 480px) {

	.menu ul li > a#Attract {
		color: #fff;
		background-color: rgb(53, 179, 162);
	}
	
	.menu ul li > a#Sustain {
		color: #fff;
		background-color: rgb(72, 179, 225);
	}
	
	.menu ul li > a#Understand {
		color: #fff;
		background-color: rgb(196, 56, 150);
	}
	
	.menu ul li > a#Motivate {
		color: #fff;
		background-color: rgb(254, 96, 47);
	}
	
	.menu ul li > a#Environment {
		color: #fff;
		background-color: rgb(253, 231, 34);
	}
	
	.menu ul li.selected > a#Attract,
	.menu ul li > a#Attract:hover,
	.menu ul li > a#Attract:active {
		color: #fff;
		background-color: rgb(53, 179, 162);
	}
	
	.menu ul li.selected > a#Sustain,
	.menu ul li > a#Sustain:hover,
	.menu ul li > a#Sustain:active {
		color: #fff;
		background-color: rgb(72, 179, 225);
	}
	
	.menu ul li.selected > a#Understand,
	.menu ul li > a#Understand:hover,
	.menu ul li > a#Understand:active {
		color: #fff;
		background-color: rgb(196, 56, 150);
	}
	
	.menu ul li.selected > a#Motivate,
	.menu ul li > a#Motivate:hover,
	.menu ul li > a#Motivate:active {
		color: #fff;
		background-color: rgb(254, 96, 47);
	}
	
	.menu ul li.selected > a#Environment,
	.menu ul li > a#Environment:hover,
	.menu ul li > a#Environment:active {
		color: #fff;
		background-color: rgb(253, 231, 34);
	}
	.navContainer {
		width: 100%;
		float: right;
	}

	.example-header .container {
		width: 100%;
	}

	a.menu-link {
		display: block;
		height: 57px;
		width: 57px;
		background: #cccccc url(/img/nav/nav.svg) no-repeat center center;
		background-size: 20px;
		float: right;
	}

	.menu {
		clear: both;
		min-width: inherit;
		float: none;
		padding: 5px;
		border: 2px;
	}

	.menu, .menu > ul ul {
		/* overflow: hidden; */
		/* max-height: 0; */
		/* background-color: #ffffff; */
	}

	.menu > li > ul.sub-menu {
		padding: 5px;
		border: none;
	}

	.menu.active, .menu > ul ul.active {
		max-height: 55em;
	}

	.menu ul {
		display: inline;
	}

	.menu > ul {
		border-top: 1px solid #808080;
	}

	.menu li, .menu > ul > li {
		display: block;
	}

	.menu li a {
		color: #000;
		display: block;
		padding: 0.8em;
	}

	.menu > ul > li > a#attract {
		background: #35b3a2;
	}

	.menu > ul > li > a#sustain {
		background: #48b3e1;
	}

	.menu > ul > li > a#understand {
		background: #c43896;
	}

	.menu > ul > li > a#motivate {
		background: #fe602f;
	}

	.menu > ul > li > a#environment {
		background: #fde722;
	}

	.menu li.has-submenu > a:after {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 0.55em 0.5em;
	}

	.menu ul li a {
		text-decoration: none;
		color: #ffffff;
		font-size: 100%;
		padding: 12px 30px 12px 6px;
	}

	.menu ul li > a {
		padding: 19px 12px;
		margin: 0;
	}

	.menu ul ul > li a {
		background-color: #cccccc;
		padding: 19px 18px 19px 30px;
	}

	.menu ul ul, .menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		border: none;
	}

	.nav-click {
		float: right;
		top: 0;
		right: 0;
		display: none;
		cursor: pointer;
	}

	.nav-click i {
		display: block;
		height: 57px;
		width: 57px;
		background: #cccccc url(/img/nav/drop.svg) no-repeat center center;
		background-size: 20px;
	}

	.nav-click:hover {
		background-color: #6E1656;
	}

	.nav-rotate {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.nav-click {
		display: block;
	}

	#nav {
		display: none;
		z-index: 100;
	}

	.show-nav-always#nav {
		display: inline-block;
		text-align: left;
	}

	.show-nav-always #nav ul {
		
		text-align: left;
	}

	.show-nav-always #nav ul li {
		display: block;
		text-align: left;
	}

	.show-nav-always #nav ul li a {
		text-align: left;
	}


	.menu ul li > a#attract {
		color: #ffffff;
	}

	.menu ul li > a#sustain {
		color: #ffffff;
	}

	.menu ul li > a#understand {
		color: #ffffff;
	}

	.menu ul li > a#motivate {
		color: #ffffff;
	}

	.menu ul li > a#environment {
		color: #ffffff;
	}

	.menu ul ul > li {
		position: relative;
		display: block;
	}
}


