body {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #ff9400;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.only_mobile {
	display: none;
}

div#give_space {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	border-width: 90px 0px 0px 0px;
	border-color: white;
	border-style: solid;
}

h1 {
	margin: 0px 0px 30px 0px;	
	padding: 0px 0px 0px 0px;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	line-height: 65px;
	color: #363636;
}

h4 {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 30px;
	color: #363636;
}

h5 {
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	color: #c0c0c0;
}

a.button {
	background: #ff9300;
	color: white!important;
	padding: 16px 48px 16px 20px;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.button:hover {
	background-position: 98% 50%;
	transition:all 0.2s ease-in;
	filter: brightness(1.1);
	cursor: pointer;
}

a.image_button {
	background: #ff9300;
	color: white!important;
	margin: 0px 0px 0px 0px!important;
	padding: 18px 5px 5px 5px!important;
}

a.image_button img {
	width: 40px;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	}

a.image_button:hover {
	transition:all 0.2s ease-in;
	filter: brightness(1.1);
	cursor: pointer;
	}


a.spacey {
	float: left;
	clear: both;
	margin: 10px 0px 30px 0px;
}

/*
*   HOME PAGE  
*/


div#top_menu {
	width: 100%;
	height: 110px;
	position: fixed;
	background: white;
	z-index: 1000;
	box-shadow: 0px 0px 5px #363636;
}

	div#menu_contain {
		width: 1320px;
		margin: 0px auto 0px auto;
		height: 110px;
		}

		div#menu_logo {
			width: 240px;
			float: left;
			height: 110px;
			}

			#menu_logo img {
				margin-top: 25px;
				width: 90%;
				height: auto;
				}

		div#menu_items {
			width: 960px;
			float: left;
			height: 110px;
			padding: 43px 0px 0px 20px;
			}

			#menu_items ul {
				margin: 0px 0px 0px 20px;
				padding: 0px 0px 0px 0px;
				list-style-type: none;
				background: red;
				}

			#menu_items li {
				margin: 0px 0px 0px 0px;
				display: inline;
				font-family: acumin-pro-semi-condensed;
				font-weight: 700;
				font-size: 15px;
				}

			#menu_items li a {
				text-decoration: none;
				border-width: 7px 0px 0px 0px;
				border-style: solid;
				border-color: white;
				padding: 13px 0px 20px 0px;
				color: #363636;
				}

				#menu_items li a:hover {
					border-color: #2ceaa3;
					transition:all .2s ease-out;
					}

		div#menu_right {
			width: 100px;
			float: left;
			height: 110px;
			padding-top: 43px;
			}

			#menu_right a {
				text-decoration: none;
				color: #363636;
				font-family: acumin-pro-semi-condensed;
				font-weight: bold;
				font-size: 15px;
				}

div#brandiv {
	width: 100%;
	height: auto;
	max-height: 100%;
	padding-top: 110px;
	}

	#brandiv img {
		width: 100%;
		height: auto;
		}

div#brandiv_video {
	width: 100%;
	height: 840px;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

video {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

video::-internal-media-controls-overlay-cast-button {
    display: none;
}

	div#brand_textbox {
		position: absolute;
		top: 200px;
		right: 0;
		z-index: 1;
		margin: 50px 0px 0px 0px;
		padding: 20px 0px 20px 60px;
		width: 710px;
		height: 300px;
		background: linear-gradient(to bottom left, #35b67b 0%, #363636 100%) 100% no-repeat;
		opacity: 80%;
		}

	#brand_textbox p {
		margin: 30px 0px 70px 0px;
		padding: 0px 0px 0px 0px;
		color: white;
		font-size: 60px;
		font-family: acumin-pro-semi-condensed, sans-serif;
		font-weight: 200;
		font-style: normal;
		line-height: 60px;
		}

	.sorta_bold {
		font-size: 57.5px;
		font-weight: 400;
		}


.contain_column {
	width: 1320px;
	margin: 0px auto 0px auto;
	}

.contain_column_grey {
	width: 1720px;
	max-width: 100%;
	margin: 0px auto 0px auto;
	padding-top: 100px;
	background: #efefef;
	height: 1370px;
	}

.contain_column_grey2 {
	width: 1720px;
	max-width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 100px 0px;
	background: #efefef;
	height: 610px;
	}

div#about_para_title {
	margin: 0px auto 0px auto;
	width: 400px;
	background: #36b67b;
}

.contain_column_grey2 h1 {
	text-align: center;
	color: white;
	font-size: 40px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	padding: 20px;
	margin-bottom: 80px;
	}

.about_para {
	display: inline-block;
	vertical-align: top;
	width: 27%;
	text-align: center;
	padding: 0% 3% 0% 3%;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 0px 1px 0px 0px;
	height: 400px;
	overflow: hidden;
	}

.about_para img {
	margin: 0px auto 20px auto;
	max-width: 40%;
	}

.about_para:hover {
	height: 490px;
	transition:all 0.2s ease-in;
	}

.no_border {
	border-width: 0px 0px 0px 0px;
	}

.about_para p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 22px;
	padding-bottom: 30px;
}


div#the_latest {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 0px;
	background-image: url(../images/columnbg_left.png);
	background-repeat: no-repeat;
}


div#what_we_do {
	float: left;
	width: 100%;
	margin-top: -10px;
}


div#upcoming_events {
	float: left;
	width: 100%;
	margin-top: 100px;
	background-image: url(../images/columnbg_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div#newsletter_ad {
	float: left;
	width: 100%;
	margin: 100px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
}

div#special_photo {
	float: left;
	width: 50%;
	height: 400px;
	background: url(../images/bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	overflow: hidden;
}

#special_photo img {
	height: 400px;
	width: auto;
}

div#special_promo {
	float: left;
	width: 43.93%;
	padding: 20px 1.51% 0px 4.54%;
	background: #efefef;
	height: 380px;
}

#special_promo p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
}

#special_promo input[type=email] {
	width: 400px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border: none;
}

#special_promo input[type=submit] {
	background: #ff9300;
	color: white!important;
	padding: 16px 48px 16px 20px;
	margin-top: 20px;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
}

#special_promo input[type=submit]:hover {
	background-position: 98% 50%;
	transition:all 0.2s ease-in;
	filter: brightness(1.1);
}

.frm_forms {
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 35px;
}

.frm_forms fieldset {
	border-width: 0px!important;
	padding: 0px;
	margin: 0px;
}

.frm_form_fields {
	border: none;
	padding: 0px;
	margin: 0px;
}

.frm_fields_container {
	padding: 0px;
	margin: 0px;
}

.frm_forms input[type=text] {
	width: 400px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #363636;
	border-style: solid;
	box-shadow: none;
	outline: none;
}

.frm_forms input[type=email] {
	width: 400px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #363636;
	border-style: solid;
	box-shadow: none;
	outline: none;
}

.frm_forms textarea {
	width: 100%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #363636;
	border-style: solid;
	box-shadow: none;
	outline: none;
}

.frm_forms select {
	width: 400px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border-width: 1px;
	border-color: #363636;
	border-style: solid;
	box-shadow: none;
	outline: none;
}

.frm_forms label {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.frm_forms button {
	background: #ff9300;
	color: white!important;
	padding: 16px 48px 16px 20px;
	margin-top: 20px;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
}

.frm_forms button:hover {
	background-position: 98% 50%;
	transition:all 0.2s ease-in;
	filter: brightness(1.1);
}


div#focus_areas {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.contain_column_green {
	width: 100%;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background: #35b67b;
	height: 1050px;
	background-image: url(../images/bot_indent.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	}

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

#focus_areas h1 {
	color: white;
	text-align: center;
	margin-bottom: 50px;
}

.focus_box {
	float: left;
	width: 23.4%;
	margin: 0px 28px 3.78% 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	background: linear-gradient(to bottom left, #35b67b 0%, #363636 100%) 100% no-repeat;
}

.focus_box_last {
	margin: 0px 0px 0px 0px;
}

.focus_box img {
	height: 100px;
	width: auto;
	margin: 10px 0px 20px 0px;
}

.focus_box h4 {
	color: white;
	text-align: center;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.focus_box p {
	margin: 0px;
	padding: 0px;
}

.focus_box a {
	display: block;
	color: white;
	padding: 20px 20px 20px 20px;
	background: #35b67b;
	border-style: solid;
	border-width: 1px;
	border-color: #2ceaa3;
	font-weight: 200;
 }

.focus_box a:hover {
	color: #363636B;
	transition:all .3s ease-in;
	border-color: #35b67b;
	background: none;
	text-decoration: none;
}

.focus_button {
	background: #2ceaa3;
	margin: 40px 0px 20px 17%;
	width: 100px;
	color: white;
	padding: 16px 48px 16px 20px;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.focus_box a:hover .focus_button {
	background-position: 96% 50%!important;
	background-color: #ff9300;
	transition:all .2s ease-out;
}

.focus_box2 {
	float: left;
	width: 23.4%;
	margin: 0px 18px 40px 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	background: linear-gradient(to bottom left, #35b67b 0%, #363636 100%) 100% no-repeat;
}

.focus_box_last {
	margin: 0px 0px 0px 0px;
}

.focus_box2 img {
	height: 60px!important;
	width: auto;
	margin: 10px 0px 20px 0px;
}

.focus_box2 h4 {
	color: white;
	text-align: center;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 32px;
}

.focus_box2 p {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 21px!important;
	line-height: 26px!important;
}

.focus_box2 a {
	display: block;
	color: white;
	padding: 20px 20px 20px 20px;
	background: #35b67b;
	border-style: solid;
	border-width: 1px;
	border-color: #2ceaa3;
	font-weight: 200;
 }

.focus_box2 a:hover {
	color: #363636B;
	transition:all .3s ease-in;
	border-color: #35b67b;
	background: none;
	text-decoration: none;
}

.focus_button2 {
	background: #2ceaa3;
	margin: 20px 0px 20px 0%;
	width: 100px;
	color: white;
	padding: 16px 48px 16px 20px;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.focus_box2 a:hover .focus_button2 {
	background-position: 96% 50%!important;
	background-color: #ff9300;
	transition:all .2s ease-out;
}

div#adverts {
	clear: both;
	float: left;
	width: 100%;
	margin: 100px 0px 150px 0px;
	text-align: center;
}

div#social_footer {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	height: 60px;
	border-style: solid;
	border-width: 0px 0px 25px 0px;
	border-color: #2ceaa3;
}

#social_footer img {
	padding: 10px;
	margin: 0px;
	background: #2ceaa3;
	width: 50px;
	height: auto;
}

#social_footer img:hover {
	background: #35b67b;
	transition:all .2s ease-in;
}

div#green_line {
	display: inline;
	padding: 56px 100px 0px 100px;
	margin: 0px;
	text-align: center;
	height: 1px;
	width: 500px;
	background: #2ceaa3;
}

.post_social {
	margin-top: -60px!important;
}

.youtube-video {
	aspect-ratio: 16 / 9;
	width: 100%;
}



/*
*   FOOTER  
*/

.post_green {
	width: 100%;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background: #35b67b;
	height: 600px;
	}

.post_green_left {
	float: left;
	width: 45.45%;
}

.post_green_left h1 {
	text-align: left!important;
	margin: 0px!important;
	padding: 0px!important;
}

.post_green p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: white;
}

.post_green input[type=email] {
	width: 400px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border: none;
}

.post_green_right {
	float: left;
	width: 46.96%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 7.57%;
}

.post_green_right input[type=submit] {
	background: #ff9300;
	color: white!important;
	padding: 16px 48px 16px 20px;
	margin-top: 20px;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	border-style: none;
	cursor: pointer;
}

.post_green_right input[type=submit]:hover {
	background-position: 98% 50%;
	transition:all 0.2s ease-in;
	filter: brightness(1.1);
}
div#footer {
	float: left;
	width: 100%;
	padding: 75px 0px 0px 0px;
	background: #363636;
}

#footer a {
	font-weight: normal;
}

.footer_column {
	float: left;
	width: 15.90%;
	margin: 0px;
	padding: 0px 2.55% 0px 0px;	
}

.last_column {
	width: 7.16%;
	padding: 0px 0px 0px 0px;
}

.footer_column h4 {
	font-family: acumin-pro-semi-condensed;
	font-weight: 700;
	font-size: 17px;
	padding-bottom: 10px;
}

.footer_column ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.footer_column li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: acumin-pro-semi-condensed;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
}

.footer_column a {
	color: #c0c0c0;
}

.footer_column h4 a {
	color: #efefef;
}

.footer_column h4 a:hover {
	text-decoration: underline;
}

.footer_column a:hover {
	color: #efefef;
}

div#footer_logo {
	clear: both;
	float: left;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 18.93%;
	width: 37.87%;
}

#footer_logo img {
	width: 100%;
	height: auto;
}

div#footer_info {
	float: left;
	width: 24.24%;
	margin: 0px 0px 0px 0px;
	padding: 110px 11.36% 0px 0px;
	font-family: acumin-pro-semi-condensed;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #c0c0c0;
	text-align: right;
}

#footer_info a {
	font-family: acumin-pro-semi-condensed;
	font-weight: 700;
	font-size: 17px;
	color: #efefef;
}

#footer_info a:hover {
	text-decoration: underline;
}

div#footer_feet {
	float: left;
	width: 100%;
	font-family: acumin-pro-semi-condensed;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #c0c0c0;
	text-align: center;
	padding: 80px 0px 40px 0px;
}

#footer_feet a {
	color: #c0c0c0;
}

#footer_feet a:hover {
	text-decoration: underline;
}



/*
*   DROPDOWN MENU  
*/

.dropdown {
	float: left;
	padding: 0px 15px 0px 15px;
}

.dropdown .dropbtn {
	margin: 0px 0px 0px 0px;
}

.dropdown-content {
	display: none;
	position: absolute;
	margin: 20px 0px 0px -30px;
	padding: 0px 0px 10px 0px;
	width: 300px;
	z-index: 1;
}

.dropdown-content img {
	width: 100%;
	height: auto;
}

.dropdown-content a {
	float: none;
	color: white!important;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	display: block;
	background-color: #35b67b;
	border: none!important;
	padding: 10px 30px 10px 30px!important;
	margin: 0px;
}

a.first_link {
	padding-top: 25px!important;
}

a.last_link {
	padding-bottom: 25px!important;
}

.dropdown-content a:hover {
	color: #363636!important;
}

.dropdown:hover .dropdown-content {
	display: block;
	-webkit-animation: fadeIn 0.4s;
	animation: fadeIn 0.4s;
	}











/*
*   FEATURE BOXES  
*/

ul.feature_boxes {
	list-style-type: none;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	width: 100%!important;
}

ul.feature_boxes li {
	display: block;
	float: left;
	margin: 0px 1.6% 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	width: 32.15%;
}

ul.feature_boxes li:nth-child(3n) {
	margin: 0px 0px 0px 0px!important;
}


.image_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

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

ul.feature_boxes img:hover {
	opacity: 0.7;
	transition:all .2s ease-in;
}

ul.feature_boxes li a {
	text-decoration: none;
	color: #363636;
	padding: 0% 0% 0% 0%;
}

ul.feature_boxes li a:hover {
	color: #ff9300;
	transition:all .2s ease-in;
}
	
ul.feature_boxes li a:not(:hover) {
	transition:all .2s ease-in;
}

ul.feature_boxes h1 {

}

ul.feature_boxes h2 {
	margin: 0px 0px 0px 0px;	
	padding: 2% 3% 0px 3%;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
	color: #363636;
}

ul.feature_boxes h3 {
	margin: 0px 0px 0px 0px;
	padding: 5% 3% 0px 3%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 500;
	font-size: 16px!important;
	color: #35b67b;
	text-transform: uppercase;
}

ul.feature_boxes p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	padding: 1% 3% 0px 3%;
}

ul.normal_list {
	float: left;
	width: 100%!important;
	padding: 0px 0% 0px 0%!important;
	margin: 0px 0px 0px 0px;
}

.normal_list li {
	width: 95%;
	list-style-type: none!important;
	margin: 0px 0px 0px 0px!important;
	padding: 17px 0px 20px 5%!important;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #c0c0c0;
	line-height: 22px!important;
	background-image: url(../images/button_arrows_green.png);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: 0px 15px;
}

.normal_list li:last-child {
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	border-color: #c0c0c0;
}

.normal_list li a {
	text-decoration: none;
	color: #363636;
	padding: 0% 0% 0% 0%;
}

.normal_list li a:hover {
	color: #ff9300;
	transition:all .2s ease-in;
}
	
.normal_list li a:not(:hover) {
	transition:all .2s ease-in;
}

.normal_list h3 {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-family: acumin-pro-semi-condensed, sans-serif!important;
	font-weight: 500!important;
	font-size: 16px!important;
	line-height: 16px!important;
	color: #35b67b;
	text-transform: uppercase;
}

.normal_list h2 {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 25px!important;
	line-height: 25px!important;	
}

ul.more_normal_list {
	float: left;
	width: 100%!important;
	padding: 0px 0% 0px 0%!important;
	margin: 0px 0px 50px 0px!important;
}

.more_normal_list li {
	width: 95%;
	list-style-type: none!important;
	margin: 0px 0px 0px 0px!important;
	padding: 14px 0px 20px 5%!important;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #c0c0c0;
	line-height: 24px!important;
	background-image: url(../images/button_arrows_green.png);
	background-repeat: no-repeat;
	background-size: 17px 17px;
	background-position: 0px 20px;
}

.more_normal_list li:last-child {
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	border-color: #c0c0c0;
}

.more_normal_list li a {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	text-decoration: none;
	color: #363636;
	padding: 0% 0% 0% 0%;
}

.more_normal_list li a:hover {
	color: #ff9300;
	transition:all .2s ease-in;
}
	
.more_normal_list li a:not(:hover) {
	transition:all .2s ease-in;
}


div#page_features h2 {
	margin: 0px 0px 0px 0px;	
	padding: 0% 3% 0px 3%;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
	color: #363636;
}

div#page_features h3 {
	margin: 0px 0px 0px 0px;
	padding: 0% 3% 0px 3%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 500;
	font-size: 16px!important;
	color: #35b67b;
	text-transform: uppercase;
}

div#page_features p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	padding: 4% 3% 0% 3%;
}

div#page_features a.read_more {
	padding: 0% 10% 0% 0%!important;
}

a.read_more {
	padding: 0% 10% 0% 3%!important;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 22px!important;
	font-weight: 600;
	background-position: 87% 50%;
	text-align: right;
}

a.read_more:hover {
	text-decoration: none!important;
	color: #ff9300!important;
	transition:all .3s ease-in;
	background-image: url(../images/button_arrows_or.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
}

.explainer_box p {
	margin: 0px;
	padding: 0px 0px 70px 0px!important;
}


.explainer_box a {
	background: #ff9300;
	color: white!important;
	padding: 20px 48px 20px 20px!important;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: arial;
	font-weight: bold;
	font-size: 14px!important;
	text-decoration: none;
}

.horiz_feature_boxes {
	width: 100%!important;
}

ul.horiz_feature_boxes {
	float: left;
	width: 100%!important;
	margin-top: 50px!important;
	margin-bottom: 10px!important;
	padding: 0% 0% 0% 0%!important;
}


.horiz_feature_boxes li {
	width: 100%!important;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #c0c0c0;
}

.horiz_feature_boxes li:last-child {
	width: 100%!important;
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	border-color: #c0c0c0;
}

.horiz_feature_boxes .image_box {
	width: 20%;
	float: left;
	margin: 15px 5% 5px 0px!important;
}


.horiz_feature_boxes img {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.horiz_feature_boxes h3 {
	margin: 25px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 18px!important;	
	line-height: 18px!important;
}

.horiz_feature_boxes h2 {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 25px!important;
	line-height: 25px!important;	
}

div.jobs_info {
	float: left;
	width: 75%;
}

ul.jobs_info {
	padding-bottom: 50px!important;
}

li.jobs_info:hover {
	background: #efefef!important;
}


.jobs_info h2 {
	width: 100%!important;
	margin-top: 15px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 20px!important;
}

.jobs_info h3 {
	width: 100%!important;
	font-family: acumin-pro-semi-condensed, sans-serif!important;
	font-weight: 200!important;
	font-size: 32px!important;
	color: black!important;
	margin: 10px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	text-transform: none!important;
}

div#h4jobsliner {
	float: left!important;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 400;
	font-size: 16px!important;
	color: #808080!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 10px 0px!important;
}

#h4jobsliner p {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

div#form_box {
	padding: 20px;
	margin-bottom: 20px;
	background: #efefef;
}





/*
*   INFO BOXES  
*/

.info_contain {
	float: left; 
	margin: 35px 0px 35px 100px;
	padding: 0px 0px 0px 0px;
	width: 500px;
}

.info_image {
	float: left;
	width: 75px;
	margin: 0px;
	padding: 0px;
}

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

.info_explain {
	float: left;
	width: 405px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.info_explain h4 {
	color: #35b67b;
	font-weight: 700;
}

.info_explain p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
}






/*
*   POSTS AND PAGES  
*/


div#post_title {
	float: left;
	width: 100%;
	margin: 100px 0px 0px 0px;
}

.notice {
	background: red;
	color: white;
	font-family: acumin-pro-condensed, sans-serif;
	padding: 10px;
	font-weight: bold;
	border-style: solid;
	border-color: yellow;
	border-width: 3px;
}

.contain_column_title {
	float: left;	
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 65px 0px 45px 0px;
	background: #efefef;
	}

.contain_column_title h1 {
	text-align: center;
}

.contain_column_title h4 {
	text-align: center;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #ff9300;
	padding-bottom: 20px;
}

.page_green {
	width: 100%;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background: #363636;
	height: 350px;
	background-image: url(../images/bot_indent_min.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	}

.height_adjust {
	height: 250px;
}

.branding_adjust {
	background: none!important;
	height: auto;
}

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


.page_green p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	color: white;
}

div#page_title {
	float: left;
	width: 100%;
	margin: 100px 0px 0px 0px;
}

.page_title_img {
	float: left;
	margin-top: 20px;
	width: 700px;
}

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

.page_title_text {
	float: left;
	width: 520px;
	padding: 20px 50px 0px 50px;
}

.page_title_text h1 {
	padding: 50px 0px 0px 0px!important;
	color: white;
}

.special_intro {
	background: #efefef;
	width: 90%;
	padding: 5%;
	text-align: center;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
}

.special_grey {
	background: #efefef;
	width: 90%;
	padding: 5% 5% 4% 5%;
	margin: 0px 0px 30px 0px;
	text-align: center;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
}

div#post_wrap {
	float: left;
	width: 100%;
	margin-top: 0px;
	background-image: url(../images/columnbg_left.png);
	background-repeat: no-repeat;
	padding: 70px 0px 0px 0px;
	margin: 0px;
}

div#post_right {
	float: left;
	width: 22.72%;
	padding-right: 3%;
}

#post_right h5 {
	text-align: center;
	margin-bottom: 10px;
}

div#calendar {

}

#calendar ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-style: dotted;
	border-color: #c0c0c0;
	border-width: 1px 0px 0px 0px;
}

#calendar li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-style: dotted;
	border-color: #c0c0c0;
	border-width: 0px 0px 1px 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 18px;
}

#calendar li a {
	color: #363636;
}

#calendar h7 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}

#calendar h8 {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
}


.calendar_date {
	display: inline;
	width: 13%;
	background: #ff9300;
	color: white;
	margin: 0px 2% 2% 0%;
}

.calendar_item {
	display: inline;
	width: 85%;
}

#side_latest {

}

#side_latest ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-style: dotted;
	border-color: #c0c0c0;
	border-width: 1px 0px 0px 0px;
}

#side_latest li {
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-style: dotted;
	border-color: #c0c0c0;
	border-width: 0px 0px 1px 0px;
}


div#post_left {
	float: left;
	width: 67.47%;
	padding: 0px 3.78% 0px 3%;
}

.fullwidth {
	width: 100%!important;
	padding: 0px 0px 0px 0px!important;
}

.memberwidth {
	width: 60%!important;
	margin: 0px auto 0px auto!important;
	padding: 0px 20% 0px 20%!important;
}

div#member_logo {
	padding: 0px 0px 30px 0px;
}

div#member_block {
	float: left;
	width: 100%;
	background: #efefef;
	margin-bottom: 30px;
}

.member_info {
	float: left;
	width: 40%;
	padding: 5%;
}

.member_info p {
	font-size: 20px!important;
}

.member_info h4 {
	color: #35b67b;
	font-weight: 700;
	font-size: 22px;
}

.member_info a {
	font-weight: normal;
}

#post_left p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 35px;
	padding: 0px 0px 30px 0px;	
	margin: 0px 0px 0px 0px;
}

.halfsies {
	float: left;
	width: 50%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 30px;
}

.lasty {
	width: 100%!important;
	margin-bottom: 70px;
}

#post_left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 70px;
	list-style-type:square;
}

#post_left li {
	padding: 0px 0px 0px 20px;	
	margin: 0px 0px 0px 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 35px;
}

#post_left h2 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
	color: #363636;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 30px 0px;
}

#post_left h3 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 600;
	font-size: 55px;
	line-height: 65px;
	color: #35b67b;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 30px 0px;
}

.pullquote {
	width: 50%;
	margin: 30px auto 50px auto;
	padding: 0px 100px 20px 100px;
	background: url(../images/quotes_open.jpg), url(../images/quotes_close.jpg);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 35px;
	color: #363636;
	cursor: default;
	text-transform: uppercase;
}

.pullquote:hover {
	color: #ff9300;
	transition: all 0.7s;
}

.pullquote:not(:hover) {
	color: #c0c0c0;
	transition: all 0.7s;
}

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

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

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

#post_left img {
	max-width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

div#caption {
	position: relative;
	margin: -38px 0px 30px 0px;
	padding: 1%;
	font-family: acumin-pro-condensed, sans-serif;
	width: 98%;
	background: #363636;
	font-size: 18px;
	color: white;
}

div#objectcaption {
	position: relative;
	margin: -1px 0px 30px 0px;
	padding: 1%;
	font-family: acumin-pro-condensed, sans-serif;
	width: 98%;
	background: #363636;
	font-size: 18px;
	color: white;
}

div#adverts_post {
	clear: both;
	float: left;
	width: 100%;
	margin: 50px 0px 50px 0px;
	text-align: center;
}

table {
	width: 100%;
	margin-bottom: 100px;
}

td {
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 22px;
	padding: 1%;
}

tr:nth-child(odd){
	background-color: #efefef;
}

tr:hover {
	background-color: #ddd;
}







/*
*   TIDES OF OPPORTUNITY PAGE CODES  
*/

ul.tides {
	width: 100%;
	margin: 50px 0px 200px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.tides li {
	width: 100%;
	margin: 0px 0px 30px 0px!important;
	padding: 0px 0px 0px 0px!important;
	list-style-type: none;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #efefef;
	height: 365px;
}

.tides li h2 {
	padding-top: 40px!important;
}

.tides li h2 a {
	font-size: 30px;
	line-height: 35px;
	color: #363636;
}

.tides li h2 a:hover {
	color: #ff9300;
}

.tides_image {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 30px 0px 0px!important;
}

.tides_image img {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.tides_image a {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.tides_image img:hover {
	border-style: solid;
	border-width: 0px 0px 10px 0px;
	border-color: #ff9300;
}




/*
*   PRIORITY PAGE CODES  
*/


div.priority_do {
	margin: -60px 0px 40px 0px!important;
}

div.priority_do2 {
	padding-top: 0px;
	background: none;
}

div.priority_do3 {
	margin: 40px 0px 50px 0px!important;
}

div.priority_do4 {
	padding-top: 40px!important;
	height: auto!important;
}

.priority_do4 .info_image img {
	opacity: 7`0%;
	padding-top: 15px!important;
}

div.priority_do_jobs {
	padding-top: 0px;
	background: none!important;
	height: auto!important;
}

h1.priority_do5 {
	text-align: center!important;
	padding: 3%!important;
	margin: 0px!important;
}

.priority_title_text {
	float: left;
	width: 100%;
	padding: 20px 0x 0px 0px;
}

.priority_title_text h1 {
	padding: 60px 0px 0px 0px!important;
	color: white;
	text-align: center;
	font-size: 65px;
	line-height: 75px;
}

div#priority_impact1 {
	float: left;
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
}

div#priority_impact1_photo {
	float: left;
	width: 50%;
	height: 400px;
	text-align: right;
	overflow: hidden;
}

#priority_impact1_photo img {
	margin: 0px!important;
	padding: 0px!important;
	height: 400px!important;
	width: auto!important;
}

div#priority_impact1_promo {
	float: left;
	width: 43.93%;
	padding: 20px 1.51% 0px 4.54%;
}

#priority_impact1_promo p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
}

div.priority_ender {
	max-width: 800px;
	margin: 0px auto 60px auto;
	text-align: center;
}

label.priority_label {
	line-height: 50px;
}

div.priority_tabber {
	width: 100%!important;
}

div.pullup {
	margin-top: 0px!important;
 	z-index: 1;
}

div.priority_drop_top {
	clear: both;
	width: 90%;
	padding: 100px 5% 5% 5%;
	margin: 0px 0px 60px 0px;
	background-color: #efefef;
	background-image: url(../images/white_horiz.png);
	background-repeat: no-repeat;
}

div.priority_drop_list {
	column-count: 2;
	column-gap: 50px;
	font-size: 14px;
}

p.column_break {
	break-before: column;
}

.key_list {
	padding: 0px 0% 0px 0%!important;
	margin: 0px 0px 0px 0px!important;
	width: 100%!important;
}

ul.key_list {
	padding: 0px 0px 0px 0px!important;
	margin: 0px 0% 0px 0%!important;
	width: 100%!important;
	border-style: dotted!important;
	border-width: 1px 0px 0px 0px!important;
	border-color: #c0c0c0!important;
}

.key_list li {
	list-style-type: none;
	padding: 20px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px;
	min-height: 170px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #c0c0c0;
}

.key_list li:hover {
	border-style: solid;
	transition:all .2s ease-in;
}

.key_list img {
	float: left;
	width: 250px;
	height: auto;
	padding: 0px 20px 0px 0px!important;
}

.key_list img:hover {
	opacity: 0.7!important;
	transition:all .2s ease-in!important;
}

.key_list a {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	color: #363636;
}

.key_list a:hover {
	color: #ff9323;
	text-decoration: none;
	transition:all .2s ease-in;
}

.key_list p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 22px!important;
	line-height: 28px!important;
	padding: 10px 0px 20px 270px!important;
	margin: 0px 0px 0px 0px;
}

.key_list2 {
	padding: 0px 0% 0px 0%!important;
	margin: 0px 0px 0px 0px!important;
	width: 100%!important;
}

ul.key_list2 {
	padding: 0px 0px 0px 0px!important;
	margin: 0px 0% 0px 0%!important;
	width: 100%!important;
}

.key_list2 li {
	list-style-type: none;
	padding: 20px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px;
	min-height: 170px;
}

.key_list2 li:hover {
	transition:all .2s ease-in;
}

.key_list2 img {
	float: left;
	max-height: 135px;
	width: auto;
	padding: 0px 40px 0px 0px!important;
}

.key_list2 img:hover {
	opacity: 0.7!important;
	transition:all .2s ease-in!important;
}

.key_list2 a {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 32px;
	color: #35b77b;
}

.key_list2 a:hover {
	color: #ff9323;
	text-decoration: none;
	transition:all .2s ease-in;
}

.key_list2 p {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px!important;
	line-height: 35px!important;
	padding: 0px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px;
}


#post_left h2 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 40px;
	color: #363636;
}




/*
*   CLEAN FUELS PAGE 
*/

div#clean_fuels_page {

}

div.cf_half {
	float: left;
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 50%;
}

div.cf_onethird {
	float: left;
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 40%;
}

div.cf_twothirds {
	float: left;
	margin: 0px 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 60%;
}

div.cf_triple {
	float: left;
	margin: 0px 0px 0px 7%;
	padding: 0px 0px 75px 0px;
	width: 25%;
}

div#cf1 {
	float: left;
	margin: 0px 0px 100px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#cf1 img {
	width: 1200px;
	height: auto;
	padding: 0px 0px 0px 0px;
	display: block;
}

div#cf2 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf3 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	text-align: center;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf4 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#cf4 img {
	max-height: 150px;
	padding: 0px 0px 35px 0px;
}

#cf4 p {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: #363636;
	padding: 20px 0px 0px 0px;
}

div#cf5 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf6 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf7 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf8 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	text-align: center;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf9 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#cf10 {
	float: left;
	margin: 0px 0px 100px 0px;
	width: 100%;
	background-image: url(../images/cf_barrier.png);
	background-position: bottom;
	background-repeat: repeat-x;
}








input.accord {
	position: absolute;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;	
	opacity: 0;
 	z-index: -1;
}

/* Accordion styles */
.tabs {
 	overflow: hidden;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #363636;
}
.tab {
	width: 100%;
	color: #363636;
	overflow: hidden;
}
.tab-label {
	display: flex;
	justify-content: space-between;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 28px;
	font-weight: 700;
	padding: 10px;
	margin: 0px!important;
	background: white;	
	cursor: pointer;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #363636;
  /* Icon */
}
.tab-label:hover {
 	color: #ff9300;
}
.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
}
.tab-content {
	max-height: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px!important;
	color: #2c3e50;
	background: white;
	transition: all 0.35s;
	color: #35b67b;
}
.tab-content p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 60px!important;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 28px;
	font-weight: 700!important;
}
.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.tab-close:hover {
	background: #1a252f;
}
input:checked + .tab-label {
	padding-left: 18px;
 	color: #ff9300;
	border-width: 1px 0px 0px 0px;
	transition: all 0.35s;
}
input:checked + .tab-label::after {
	transform: rotate(90deg);
	margin: 1% 40% 0% 0%;
}
input:checked ~ .tab-content {
	max-height: 5000px;
}
.tab-content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 10% 5% 10%!important;
}
ul.not_last {
	padding: 0px 10% 0% 10%!important;
}

.tab-content li {
	list-style-type: none;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #363636;
	padding: 0px 0px 0px 0px!important;
}
.tab-content li:first-child {
	border-width: 0px 0px 0px 0px;
}
.tab-content li a {
	font-weight: 200;
	color: #363636;
	display: block;
	padding: 15px!important;
	margin: 0px!important;
}
.tab-content li a:hover {
	font-weight: 500;
	color: #ff9300;
	text-decoration: none;
}




.wpuf-label {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.wpuf-label label {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 24px;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.wpuf-fields input {
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 18px;
	margin: 10px 0px 20px 0px!important;
	padding: 3px!important;
}

div#wpuf-featured_image-4568-upload-container {
	margin: 20px 0px -30px 0px!important;
}

a.wpuf_featured_image_4568 {
	background-color: #efefef!important;
	color: black!important;
}

span.wpuf-help {
	margin: 0px 0px 20px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.g-recaptcha {
	width: 304px;
	padding: 20px 218px 30px 218px;
}

.wpuf_submit_4568 {
	background: #ff9300;
	border: none;
	color: white!important;
	padding: 16px 48px 16px 20px;
	margin: 10px 0px 50px 0px!important;
	background-image: url(../images/button_arrows.png);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	font-family: acumin-pro-semi-condensed;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.wpuf_submit_4568:hover {
	background-position: 98% 50%;
	transition:all 0.2s ease-in;
	filter: brightness(1.1);
	cursor: pointer;
}




@media (max-width:1500px) { 

div#brandiv {
	height: 750px;
	}

.contain_column {
	width: 90%;
	margin: 0px auto 0px auto;
	}

div#the_latest {
	background-image: none;
}

#what_we_do h4 {
	text-align: center;
}

#what_we_do h1 {
	text-align: center;
}

.info_explain h4 {
	text-align: left!important;
}

.focus_box {
	width: 23.2%;
}

.focus_box2 {
	width: 23.2%;
}

div#upcoming_events {
	background-image: none;
}

div#post_wrap {
	background-image: none;
}


.footer_column {
	float: left;
	width: 15.90%;
	margin: 0px;
	padding: 0px 2.15% 0px 0px;	
}

.last_column {
	width: 7.16%;
	padding: 0px 0px 0px 0px;
}


 }






@media (max-width:500px) { 


/*
*   HAMBURGER MENU  
 */

#menuToggle
{
  display: block;
  position: relative;
  top: 30px;
  left: 90%;
	width: 10%;
  z-index: 2200;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;

}

#menuToggle a:hover
{
  color: #2ceaa3;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin: 0px 0px 5px 0px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1px);
  background: #363636;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, 1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: 33px 0 0 -200px;
  padding: 15px 25px 25px 35px;
  background: #363636;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 8px 0;
  font-size: 26px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}


div#top_menu {
	width: 100%;
	height: 90px;
	position: fixed;
	background: white;
	z-index: 1000;
	box-shadow: 0px 0px 5px #363636;
}

	div#menu_contain {
		width: 1320px;
		margin: 0px auto 0px auto;
		height: 90px;
		}

		div#menu_logo {
			width: 240px;
			float: left;
			height: 90px;
			}

			#menu_logo img {
				margin-top: 15px;
				width: 90%;
				height: auto;
				}

.no_mobile {
	display: none;
}

.only_mobile {
	display: block;
}

h1 {
	font-size: 36px;
	line-height: 41px;
}

h4 {
	line-height: 34px;
}

div#menu_contain {
	width: 90%;
	padding: 0px 5% 0px 5%;
}

div#brandiv {
	width: 100%;
	height: 310px;
	padding: 110px 0px 0px 0px;
	}

div#brandiv_video {
	display: none;
}

div#brand_textbox {
	float: left;
	top: 60px;
	margin: 15px 0px 0px 0px;
	padding: 20px 5% 0px 5%;
	width: 90%;
	height: 370px;
	background: linear-gradient(to bottom left, #35b67b 0%, #363636 100%) 100% no-repeat;
}

#brand_textbox p {
	margin: 30px 0px 70px 0px;
	padding: 0px 0px 0px 0px;
	color: white;
	font-size: 50px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	line-height: 50px;
}

.sorta_bold {
	font-size: 47.5px;
	font-weight: 400;
}

.contain_column {
	float: left;
	width: 90%;
	padding: 0 5% 0 5%;
	}

.contain_column_grey {
	width: 100%;
	padding: 30px 0% 0px 0%;
	height: 2555px;
	}

.contain_column_grey2 {
	margin-top: -5px;
	padding-top: 30px;
	height: 1570px;
	}

.about_para {
	width: 94%;
	padding: 0% 3% 10% 3%;
	border-width: 0px 0px 0px 0px;
	height: auto;
	}

.about_para img {
	margin: 40px auto 0px auto;
	max-width: 40%;
	}

.about_para:hover {
	height: auto;
	}

.about_para h4 {
	color: #ff9323;
	font-size: 35px;
	padding-top: 30px;
	text-align: center!important;
}

a.subtlebutton {
	background-color: #c0c0c0;
}

div#the_latest {
	margin-top: 40px;
	background-image: none;
}

ul.feature_boxes {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

ul.feature_boxes li {
	margin: 0px 21px 0px 0px;
	padding: 20px 0px 30px 0px!important;
	border-style: dotted;
	border-color: #c0c0c0;
	border-width: 1px 0px 0px 0px;
	width: 100%;
}

ul.feature_boxes li:nth-child(3n) {
	margin: 0px 0px 0px 0px;
}

.image_box {
	width: 100%;
	height: auto;
}

div.jobs_info {
	width: 61%!important;
	padding: 0px 0px 0px 0px!important;
	margin: 0px 0px 0px 0px!important;
}

li.jobs_info:hover {
	background: none!important;
}

.g-recaptcha {
	width: 304px;
	padding: 20px 0px 30px 0px;
}


.horiz_feature_boxes {
	width: 100%!important;
}

ul.horiz_feature_boxes {
	width: 100%!important;
	margin-top: 5px!important;
	padding: 0% 0% 0% 0%!important;
}

.horiz_feature_boxes .image_box {
	width: 35%;
	margin: 0px 4% 0px 0px!important;
}

.horiz_feature_boxes img {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.horiz_feature_boxes h3 {
	float: left;
	margin: 0px 0px 5px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 16px!important;	
	line-height: 16px!important;
}

.horiz_feature_boxes h2 {
	float: left;
	width: 61%!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 22px!important;
	line-height: 22px!important;	
}

.jobs_info h2 {
	width: 100%!important;
	padding-bottom: 10px!important;
}

div#h4jobsliner {
	width: 100%!important;
	color: #808080!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	line-height: 16px!important;
}

ul.normal_list {
	width: 100%!important;
	padding: 0px 0% 0px 0%!important;
}

.normal_list li {
	width: 88%!important;
	padding: 17px 0px 20px 12%!important;
}

.more_normal_list li {
	width: 92%!important;
	padding: 17px 0px 20px 8%!important;
}

.normal_list h3 {
	margin: 0px 0px 5px 0px!important;
}

.normal_list h2 {
	font-size: 22px!important;
	line-height: 22px!important;
}

.mobilizer {
	width: 100%!important;
}

ul.mobilizer {
	float: left;
	width: 100%!important;
	margin-top: 5px!important;
	padding: 0% 0% 0% 0%!important;
}


.mobilizer li {
	width: 100%!important;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #c0c0c0;
}

.mobilizer .image_box {
	width: 35%;
	float: left;
	margin: 0px 4% 0px 0px!important;
}

.mobilizer img {
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
}

.mobilizer h3 {
	float: left;
	margin: 0px 0px 5px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 16px!important;	
	line-height: 16px!important;
}

.mobilizer h2 {
	float: left;
	width: 61%!important;
	margin: 0px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 22px!important;
	line-height: 22px!important;		
}

.mobilizer p {
	float: left;
	margin: 10px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	font-size: 20px!important;
	line-height: 22px!important;
}

p.regular {
	font-size: 24px!important;
	line-height: 32px!important;
	padding: 0% 0% 40px 0%!important;
	margin: 0px 0px 0px 0px!important;
}







.info_contain {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.info_image {
	width: 20%;
	margin: 0px 3% 0px 0px;
	padding: 0px;
}

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

.info_explain {
	width: 77%;
	margin: 0px;
	padding: 0px 0px 0px 0;
}

.info_explain p {
	margin-top: 10px;
}

div#what_we_do {
	margin-top: 50px;
}

#what_we_do h4 {
	text-align: left;
}

#what_we_do h1 {
	text-align: left;
}

div#upcoming_events {
	background-image: none;
	margin-top: 20px;
}

.mobile_special {
	border-width: 0px 0px 0px 0px!important;
	padding: 40px 0px 60px 0px!important;
}

div#special_promo {
	float: left;
	width: 90%;
	padding: 20px 5% 30px 5%;
	background: #efefef;
	height: 380px;
}

#special_promo input[type=email] {
	width: 80%;
	padding: 2%;
}

.contain_column_green {
	float: left;
	height: auto;
	padding-bottom: 80px;
	}

.focus_box {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

.focus_box img {
	max-width: 50%;
	max-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.focus_box2 {
	float: left;
	width: 100%;
	margin: 0px 0px 30px 0px;
	text-align: center;
}

.focus_box2 img {
	max-width: 50%;
	max-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#newsletter_ad {
	width: 100%;
	margin: 20px 0px 30px 0px;
	padding: 0px 0 0px 0;
}

div#adverts {
	margin: 70px 0px 70px 0px;
}

#adverts img {
	width: 100%;
	height: auto;
}

div#green_line {
	padding: 56px 10px 0px 10px;
}

div#post_title {
	margin: 85px 0px 0px 0px;
}

div#post_wrap {
	margin-top: -1px;
	padding-top: 30px;
	background-image: none;
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: white;
}

div#post_left {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.notice {
	background: none;
	color: red;
	font-family: acumin-pro-condensed, sans-serif;
	padding: 10px;
	font-weight: bold;
	border-style: none;
	border-color: yellow;
	border-width: 0px;
}

#post_left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 30px 30px;
	list-style-type:square;
}

#post_left li {
	padding: 0px 0px 0px 10px;	
	margin: 0px 0px 0px 0px;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 35px;
}

.halfsies {
	float: left;
	width: 100%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 30px;
}

.lasty {
	width: 100%!important;
	margin-bottom: 70px;
}

div#post_right {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#post_left h3 {
	font-size: 40px;
	line-height: 45px;
}

.pullquote {
	width: 70%;
	margin: 30px auto 50px auto;
	padding: 0px 15% 20px 15%;
	background: url(../images/quotes_open.jpg), url(../images/quotes_close.jpg);
	background-position: top left, bottom right;
	background-repeat: no-repeat;
	font-size: 30px;
	line-height: 34px;
}

#adverts_post img {
	width: 100%;
	height: auto;
}

div#page_title {
	margin: 50px 0px 0px 0px;
}

.page_title_text {
	float: left;
	width: 100%;
	padding: 20px 0px 0px 0px;
}

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

.page_green {
	float: left;
	height: auto;
	background-image: url(../images/bot_indent.png);
	padding-bottom: 75px;
}

.height_adjust {
	height: auto;
}

.post_green input[type=email] {
	width: 80%;
	font-family: acumin-pro-semi-condensed, sans-serif;
	font-weight: 200;
	font-size: 20px;
	padding: 10px;
	border: none;
}

.post_green_right {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

.post_green input[type=email] {
	width: 92%;
	padding: 4%;
}

div#member_logo {
	width: 100%;
	text-align: center;
}

.memberwidth {
	width: 96%!important;
	padding: 0px 2% 0px 2%!important;
}

.member_info {
	width: 90%;
	padding: 5%;
}

.tides li {
	height: auto;
}

.tides_image {
	max-width: 100%;
	padding: 0px 0px 0px 0px!important;
}

.branding_adjust {
	overflow: hidden;
}

.branding_adjust img {
	margin-top: 70px;
	transform: scale(1.3);
}

.special_intro {
	margin-top: 0px;
}




div.priority_do {
	margin: 0px!important;
	padding: 0px!important;
}

.priority_title_text h1 {
	padding: 80px 0px 0px 0px!important;
	font-size: 35px;
	line-height: 40px;
}


div#priority_impact1_photo {
	width: 100%;
	height: auto!important;
}

div#priority_impact1_photo img {
	width: 100%;
	height: auto!important;
}

div#priority_impact1_promo {
	width: 100%;
	padding: 0px;
}


div.priority_drop_top {
	margin-top: -60px;
}

div.priority_drop_list {
	column-count: 1;
	column-gap: 0px;
	padding-top: 20px;
}


.wpuf-fields input {
	width: 80%;
}

.key_list img {
	width: 100%;
	height: auto;
	padding: 0px 0px 10px 0px!important;
}

.key_list li {
	padding-bottom: 15px!important;
}

.key_list2 img {
	
}

.key_list2 li {
	
}







div#footer_logo {
	clear: both;
	float: left;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#footer_logo img {
	width: 80%;
	height: auto;
}

div#footer_info {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
}

input:checked + .tab-label::after {
	margin: 1% 10% 0% 0%;
}
.tab-content p {
	padding: 10px 0px 0px 30px!important;
}


 }



