/*
Theme Name: Esco Pacific Solar Farms Templates
Theme URI: 
Author URI: http://www.nextdoormedia.com.au/
Description: 
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

promisepay is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

q:before,
q:after {
	content: "";
}

q {
	quotes: "" "";
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font: 300 17px/20px "Helvetica";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "sofia-pro",sans-serif;
}

h1 { font-size: 40px; line-height: 50px; }
h2 { font-size: 30px; line-height: 40px; }
h3 { font-size: 20px; line-height: 30px; }
h4 { font-size: 17px; line-height: 20px; }
h5 { font-size: 15px; line-height: 20px; }

p { margin-bottom: 20px; }

b,
strong {
	font-weight: 500;
	color: #2b2b2b;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	padding: 0 0 20px;
}

pre {
	font-family: "helvetica";
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 0;
}

ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
}

ol {
	list-style: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin: 0px 30px;
	font-size: 85%;
	line-height: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
.ie7 img { 
  -ms-interpolation-mode: bicubic; 
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

	background: #37c0c8;
	
	padding: 10px 60px;  
	
	font-family: "sofia-pro",sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400; 
	text-transform: uppercase;
	
	border: 0;
	
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
}


button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f1f1f1; box-shadow: none; outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-bottom: 0px;
	box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
	font-family: "Helvetica";
	color: #6b6b6b;
	border: 1px solid #f1f1f1;
	background-color: #FFF;
	width: 100%;
	
	padding: 5px 10px;
	margin-bottom: 20px;
	
	font-size: 17px;
	line-height: 24px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
select { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;	 
}
span.wpcf7-form-control-wrap.your-subject:after {
  content: "";
  color: #6b6b6b;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  right: 15px;
  top: 0px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus { 
	border: 1px solid #37BFC6; 
	background-color: #FAFBFC; 
	outline: none;
}






/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*--------------------------------------------------------------
1.1 Site Styles
--------------------------------------------------------------*/
* { 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body { height: 100%; }

body {
	background: #FFFFFF;
	font: 300 15px/20px "Helvetica";
	color: #636363;
	
}

::selection {
	background: #6b6b6b;
	color: #FFFFFF;
}
::-moz-selection {
	background: #6b6b6b;
	color: #FFFFFF;
}


img { max-width: 100%; display: block; height: auto; }

h2 {
	color: #5b5b5b;
	margin-bottom: 30px;
}


div.bg-color { background-color: #FAFBFC; }

blockquote {
	padding: 0 20px;
	font-size: 0.95em;
	font-style: italic;
}
blockquote:before,
blockquote:after {
    font-size: 1.5em;
    font-family: "Helvetica";
    font-weight: 300;
}
blockquote:before { content: '... \201C'; padding-right: 5px; }
blockquote:after { content: '\201D'; padding-left: 5px; }

.spacer { /*margin-bottom: 105px;*/ }

.toggleMenu { display: none; }

.borderr { border-right: 1px solid #f2f2f2; padding-right: 20px; }
.borderl { border-left: 1px solid #f2f2f2; }
.bordert { border-top: 1px solid #f2f2f2; }
.borderb { border-bottom: 1px solid #f2f2f2; }


/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited {
	text-decoration: none; 
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;

	color: #48c3cb;
}

a:hover,
a:focus,
a:active {
	color: #385D77;
}


/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.textalignright { text-align: right; }
.textaligncenter { text-align: center; }

/* Buttons
-------------------------------------------------- */
.button.round.large {
	background: #6695B6;
	
	border: 0px;
	
	color: #FFF;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 17px;
	line-height: 30px;
	padding: 0 20px;
	
	font-family: "sofia-pro",sans-serif;
}
.button.round.large:hover { background: #58819E; box-shadow: none; }
.button.round.large:active { border-bottom: 0px; box-shadow: none; }


/* Vertically Centering divs 
-------------------------------------------------- */
.display-center {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/* Fallback
-------------------------------------------------- */
.no-flexbox div.display-center { display: inline !important; }

.display-height {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}
.no-flexbox div.display-height { display: inline-block !important; }


/* Animation
-------------------------------------------------- */
.csstransforms3d .container-1200, .csstransforms3d .container { opacity: 1; }
.no-js .csstransforms3d .container-1200, .no-js .csstransforms3d .container,
.js-error .container-1200, .js-error .container,
.no-js .container-1200, .no-js .container { opacity: 1; }

.csstransforms3d .container-1200.animate, 
.csstransforms3d .container.animate {
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease; 
    opacity: 1;
    z-index: inherit;
    
}

	/* Fade In Keyframes
	-------------------------------------------------- */
	@-webkit-keyframes fade-in {
	    0%   { opacity: 0; }
	    100% {  opacity: 1; }
	}
	@-moz-keyframes fade-in {
	 	0%   { opacity: 0; }
	  	100% { opacity: 1; }
	}
	@-o-keyframes fade-in {
	  	0%   { opacity: 0; }
	  	100% { opacity: 1; }
	}
	@keyframes fade-in {
		0%   { opacity: 0; }
		100% { opacity: 1; }
	}
	
	/* Fade Out Keyframes
	-------------------------------------------------- */
	@-webkit-keyframes fade-out {
		0%   { opacity: 1; }
	    100% {  opacity: 0; }
	}
	@-moz-keyframes fade-out {
	  	0%   { opacity: 1; }
	  	100% { opacity: 0; }
	}
	@-o-keyframes fade-out {
	  	0%   { opacity: 1; }
	  	100% { opacity: 0; }
	}
	@keyframes fade-out {
		0%   { opacity: 1; }
		100% { opacity: 0;}
	}

/* Animation Duration	
-------------------------------------------------- */	
.animated {
  -webkit-animation-duration: 330ms;
  animation-duration: 330ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 404 Header
-------------------------------------------------- */
body.error404 {
	
}


/* Breadcrumbs
-------------------------------------------------- */
.breadcrumb {  background-color: #f9f9f9; border-bottom: 3px solid #f4f4f4; }
p.breadcrumbs { margin-bottom: 0px; color: #151515; font-size: 12px; line-height: 25px; padding-top: 3px; }
p.breadcrumbs a { color: #141414; font-weight: 400; }


/* Headings
-------------------------------------------------- */
h4.heading { text-align: center; margin: 0px; font-size: 15px; line-height: 20px; text-transform: uppercase; font-weight: 500; margin-bottom: 50px; }
h3.heading,
h2.heading { display: inline-block; text-align: center; padding: 3px 0 6px; font-weight: 500; text-transform: uppercase; margin-bottom: 0px; }


	

/* Home page styles
-------------------------------------------------- */

/* Header
-------------------------------------------------- */

/* Site Canvas
-------------------------------------------------- */
.site-canvas {

	position: relative;
	
	-moz-transition: all 0.5s ease-in-out 300ms;
    -webkit-transition: all 0.5s ease-in-out 300ms;
    -o-transition: all 0.5s ease-in-out 300ms;
    -ms-transition: all 0.5s ease-in-out 300ms;
    transition: all 0.5s ease-in-out 300ms;
}

/* Nav Bar
-------------------------------------------------- */
.nav-bar {
	height: 105px;
	width: 100%;
	border-top: 10px solid #37BFC6;
	border-bottom: 3px solid #f1f1f1;
	position: relative;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 100;
}
.nav-bar .navigation-triangle {  
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 100px 67px 0;
	border-color: transparent #37BFC6 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #37BFC6 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	
	position: absolute;
	top: 0px;
	right: 0px;
	
	z-index: 100;
}

	/* ie menu
	-------------------------------------------------- */
	.ie-menu, .ie-exit { display: none; }
	
	/* Burger menu
	-------------------------------------------------- */
	.csstransforms.csstransforms3d.csstransitions .nav-bar .navigation-triangle button.burger {
	    border: 0;
	    background: none;
	    outline: 0;
	    padding: 0;
	    cursor: pointer;
	    border-bottom: 2px solid #FFF;
	    width: 25px;
	    vertical-align: middle;
	    -moz-transition: all 200ms ease-in-out 300ms;
	    -webkit-transition: all 200ms ease-in-out 300ms;
	    -o-transition: all 200ms ease-in-out 300ms;
	    -ms-transition: all 200ms ease-in-out 300ms;
	    transition: all 200ms ease-in-out 300ms;
	    position: relative;
	    cursor: pointer;
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    -o-border-radius: 0px;
	    border-radius: 0px;
	    background: transparent;
	    box-shadow: none;
	    padding: 0px;
	    margin: 0px;
	    display: block;
	    
	    top: 10px;
	    right: -60px;
	    
	    z-index: 3;
	    
	}
	.csstransforms.csstransforms3d.csstransitions .nav-bar .navigation-triangle .burger:before, 
	.csstransforms.csstransforms3d.csstransitions .nav-bar .navigation-triangle .burger:after {
	    content: "";
	    display: block;
	    border-bottom: 2px solid #FFF;
	    width: 100%;
	    margin-bottom: 5px;
	    -moz-transition: all 0.5s ease-in-out 300ms;
	    -webkit-transition: all 0.5s ease-in-out 300ms;
	    -o-transition: all 0.5s ease-in-out 300ms;
	    -ms-transition: all 0.5s ease-in-out 300ms;
	    transition: all 0.5s ease-in-out 300ms;
	}

/* Navigation
-------------------------------------------------- */
.site-canvas.open-nav .navigation { margin-right: 0px; }
.navigation {
    position: fixed;
    margin-right: -300px;
    width: 300px;
    height: 100%;
    background: #221e1f;
    top: 0px;
    right: 0px;
    z-index: 101;
    overflow-y: auto;
    -moz-transition: all 0.5s ease-in-out 300ms;
    -webkit-transition: all 0.5s ease-in-out 300ms;
    -o-transition: all 0.5s ease-in-out 300ms;
    -ms-transition: all 0.5s ease-in-out 300ms;
    transition: all 0.5s ease-in-out 300ms;
}

.navigation .exit-nav {  
	position: absolute;
	right: 30px;
	top: 15px;	
	display: block;
	cursor: pointer;
}
.navigation .exit-nav:before, 
.navigation .exit-nav:after {
	content: " ";
	
	border-bottom: 2px solid #FFF;
	width: 20px;
	height: 20px;
	display: block;
	
}
.navigation .exit-nav:hover:before, 
.navigation .exit-nav:hover:after { border-bottom: 2px solid #37c0c8; }
.navigation .exit-nav:before { 
	-moz-transform: rotate(-45deg) translateY(0px) translateX(0px);
    -webkit-transform: rotate(-45deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-45deg) translateY(0px) translateX(0px);
    transform: rotate(-45deg) translateY(0px) translateX(0px);
} 
.navigation .exit-nav:after { 
	-moz-transform: rotate(45deg) translateY(-23px) translateX(-5px);
    -webkit-transform: rotate(45deg) translateY(-23px) translateX(-5px);
    -o-transform: rotate(45deg) translateY(-23px) translateX(-5px);
    transform: rotate(45deg) translateY(-23px) translateX(-5px);
}


.navigation ul { margin: 40px 0 0 40px; list-style: none; }
.navigation ul li { color: #FFFFFF; font-size: 17px; text-transform: uppercase; font-family: "sofia-pro"; padding-bottom: 10px; } 
.navigation ul li a { color: #FFFFFF; font-family: "sofia-pro"; }
.navigation ul li a:hover { color: #37c0c8; }

.navigation .nav-cta li a {
	display: inline-block; 
	padding: 10px 0;
	width: 200px;
	
	text-align: center;
	
	font-family: "sofia-pro",sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400; 
	color: #FFF;
	background-color: transparent; 
	
	border: 1px solid #FFF;
	
	text-transform: uppercase; 

	cursor: pointer;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.navigation .nav-cta li a:hover { background: #FFFFFF; color: #37c0c8; }

/* Name
-------------------------------------------------- */
.project-details h2 { line-height: 90px; letter-spacing: -1px; color: #909090; }

/* Submenu
-------------------------------------------------- */
.submenu { background: #1d1d1d; }
.submenu ul { list-style: none; margin: 0px; }
.submenu ul li { display: inline-block; }
.submenu ul li a { line-height: 40px; color: #FFF; text-transform: uppercase; font-weight: 600; display: inline-block; }
.submenu ul li a:hover,
.submenu ul li.current-menu-item a { color: #48c3cb; }
.submenu ul li:after { content: "|"; margin: 0 10px; color: #FFF; }
.submenu ul li:last-child:after { content: ""; margin: 0; }

/* Submenu fixed
-------------------------------------------------- */
.submenu.fixed { position: fixed; top: 0px; left: 0px; width: 100%; z-index: 10; }


/* Logo
-------------------------------------------------- */
.main-logo { height: 55px; display: inline-block; margin-top: 20px; }

/* Contact Details
-------------------------------------------------- */
.contact-details ul { list-style: none; font-size: 13px; text-transform: uppercase; font-weight: 500; margin: 20px 30px 0 0; }
.contact-details ul span { color: #37c0c8; font-weight: 600; display: block; }
.contact-details ul li { display: inline; margin-right: 10px; }
.contact-details ul li:last-child { margin-right: 0px; }

/* Section Blocks
-------------------------------------------------- */
.block-section { margin-top: 30px; }
.block-section a.button { 
	display: inline-block; 
	padding: 10px 30px;  
	
	font-family: "sofia-pro",sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400; 
	color: #FFF;
	background: #37c0c8; 
	
	border: 3px solid #37c0c8;
	
	text-transform: uppercase; 

	cursor: pointer;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.single-post.block-section a.button { font-size: 13px; line-height: 20px; margin-top: 30px; }
.block-section a.button.black { background: #221e1f; border: 3px solid #221e1f;  }
.block-section a.button.green { background: #37c0c8; border: 3px solid #37c0c8;  }
.block-section a.button.grey { background: #a5a6a8; border: 3px solid #a5a6a8;  }
.block-section a.button.black:hover { background: #272a2b; border: 3px solid #272a2b;  }
.block-section a.button.green:hover { background: #2fa5ac; border: 3px solid #2fa5ac;  }
.block-section a.button.grey:hover { background: #868788; border: 3px solid #868788;  }


/* Call to Action
-------------------------------------------------- */
.cta { border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; background: #f8f8f8; margin-right: 1px;  }
.cta ul { list-style: none; margin: 0; float: right; }
.cta ul li { padding: 0px; border-style: solid; border-width: 0px 1px; border-color: #e7e7e7; float: left; background-color: #f8f8f8; margin-right: -1px; }
.cta ul li a { color: #676767; font-size:19; line-height: 60px; padding: 0 30px; font-weight: 400; }
.cta ul li a:hover { color: #48c3cb; }


/* list 3
-------------------------------------------------- */
.list_3 { position: relative; padding: 0px 0 60px; }
.list_3 h3 { font-weight: 400; margin: 15px 0; line-height: 25px; }
.list_3 h3.no-image { margin: 0 0 15px 0; }
.list_3 .list-content { padding-bottom: 30px; text-align: justify; }
.list_3 .find-out-more { line-height: 30px; margin-top: 20px; }
.page-home .list_3 .find-out-more { position: absolute; bottom: 0px; right: 10px; }
.page-home .list_3 .find-out-more:after, .find-out-more:after { content: "\f105"; font: normal normal normal 15px/1 FontAwesome; margin-left: 10px; }


/* Header Slideshow
-------------------------------------------------- */
.header-slideshow { position: relative; height: 450px; overflow: hidden; }
.header-slideshow .header-content { background-color: #ebebeb; }

.header-slideshow .header-text {
	position: absolute;
    color: #FFF;
    text-align: center;
    width: 100%;
    top: 200px;
}

.header-slideshow .header-text h1  { font-size: 60px; line-height: 60px; font-family: "sofia-pro",sans-serif; }
.header-slideshow .header-text h4 { font-size: 22px; line-height: 30px; }


.logo img { margin-top: 15px; height: 50px; }

.nav-bar-top ul { margin: 0px; text-align: right; }
.menu-section ul li { display: inline-block; padding: 0 15px; }
.menu-section ul li:last-child { padding-right: 0; }
.menu-section ul li a { color: #FFF; font-size: 14px; font-weight: 600; line-height: 80px; letter-spacing: 1px; font-family: 'Helvetica', sans-serif; text-transform: uppercase;  }

.fill.nav-bar-top .menu-section ul li.hover a,
.fill.nav-bar-top .menu-section ul li a:hover,
.fill.nav-bar-top.menu-section ul li.current_page_item a { color: #287CBF; }

.menu-section ul li.hover a,
.menu-section ul li a:hover,
.menu-section ul li.current_page_item a { color: #287CBF; }


/* Header Slideshow
-------------------------------------------------- */	
#header-slideshow { position: relative; max-height: 400px; overflow: hidden;}
#header-slideshow .slides li { position: relative; overflow: hidden; }
#header-slideshow .flex-direction-nav { display: none; }
#header-slideshow .flex-control-nav {
  position: absolute;
  right: 30px;
  top: 40%;
}
#header-slideshow .flex-control-nav li { display: block; padding-bottom: 3px; }
#header-slideshow .flex-control-nav li a.flex-active,
#header-slideshow .flex-control-nav li a:hover { background-color: #ee3338; }
#header-slideshow .flex-control-nav li a {
	background-color: #d7e5fa;
	display: inline-block;
	height: 10px;
	text-indent: -9999px;
	vertical-align: bottom;
	width: 10px;
	cursor: pointer;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.slide-text { position: absolute; top: 160px; }

.slide-text h1,
.slide-text h2 {
  	color: #fff;
  	display: block;
  	font-family: "Helvetica";
}
.slide-text h1 { font-size: 60px; line-height: 60px; font-weight: 600; text-align: center; text-transform: uppercase; }
.slide-text h2 { font-size: 25px; line-height: 25px; font-weight: 300; text-align: center; text-transform: uppercase; margin: 10px 0; }
a.header-button { 
	display: inline-block; 
	padding: 10px 34px;  
	
	border: 3px solid #1F3544;
	
	text-transform: uppercase; 
	font-weight: 600; 
	font-family: "sofia-pro",sans-serif;
	background: #1F3544; color: #FFF;
	cursor: pointer;
	font-size: 14px;
	line-height: 15px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
a.header-button:hover { background: #287CBF; color: #FFF; border: 3px solid #287CBF; }

/* Sections Page Styles
-------------------------------------------------- */
.shadowboard-section { padding: 100px 0; }

.introduction {  
	font-size: 19px;
	line-height: 30px;
}
.introduction strong { font-family: "Helvetica"; font-size: 30px; letter-spacing: 1px; }

.calltoaction { padding-bottom: 30px; }

a.button.blue { 
	display: inline-block; 
	padding: 10px 34px;  
	
	border: 3px solid #1F3544;
	
	text-transform: uppercase; 
	font-weight: 600; 
	font-family: "sofia-pro",sans-serif;
	background: #1F3544; color: #FFF;
	cursor: pointer;
	font-size: 14px;
	line-height: 15px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
a.button.blue.light { background: #287CBF; color: #FFF; border: 3px solid #287CBF }
a.button.blue:hover { background: #287CBF; color: #FFF; border: 3px solid #287CBF; }
a.button.blue.light:hover { background: #1F3544; color: #FFF; border: 3px solid #1F3544; }


.booknow { background: #0c0c0c; }
.booknow > div { padding: 20px 0; }
.booknow h2 { display: inline; padding-right: 10px; color: #6b6b6b; font-size: 25px; line-height: 30px; }
.booknow h3 { display: inline; color: #f7f7f7; }
.booknow a { font-family: "sofia-pro",sans-serif;; font-size: 20px; line-height: 30px; }

.feature-div { margin-bottom: 30px; }
.feature-div .feature-img { text-align: center; }
.feature-div .feature-img img { display: inline-block; text-align: center;  }
.feature-div h2 { margin-bottom: 0px; }
.feature-div h4 { margin-bottom: 30px; }

.headerline .page-header h1 {
	color: #221e1f;
    border-bottom: 3px solid #37c0c8;
    display: inline-block;
    margin: 30px 0;
    letter-spacing: -1px;
}


	
/* FlexSlider
-------------------------------------------------- */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 * 
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/*
Flexslider Browser Resets
================================================== */ 
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
================================================== */
.flexslider { width: 100%; margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%; display: block; vertical-align: middle; height: auto; }
.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* Felxslider Custom Styles
-------------------------------------------------- */
.testimonials .flex-direction-nav { display: none; }
.testimonials .flex-control-nav {
  text-align: center;
}
.testimonials .flex-control-nav li { display: inline-block; padding-right: 3px; }
.testimonials .flex-control-nav li:last-child { padding: 0px; }
.testimonials .flex-control-nav li a.flex-active,
.testimonials .flex-control-nav li a:hover { background-color: #abc249; }
.testimonials .flex-control-nav li a {
	background-color: #a2b64d;
	display: inline-block;
	height: 10px;
	text-indent: -9999px;
	vertical-align: bottom;
	width: 10px;
	cursor: pointer;
	-o-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


/* Page Styles second level
-------------------------------------------------- */
.bg-image.page-header {
	
	background-position: bottom left;
	background-attachment: scroll;
	background-repeat: no-repeat;	
	background-color: #f1f1f1;
	
}

.bg-image.page-header {	padding: 120px 0; }
.page-header h1 {  
	color: #FFF;
  	font-size: 60px;
  	line-height: 60px;
	text-transform: uppercase;
}
.page-header h2 {  
	color: #FFF;
  	font-size: 21px;
  	line-height: 25px;
	margin: 0;
	letter-spacing: -1px;
}

	
	/* Featured divs
	-------------------------------------------------- */
	.feature-home-introduction { padding: 60px 0 20px; font-size: 19px; line-height:30px }
	.feature-home-introduction ul { list-style: disc outside; margin-top: 10px; margin-bottom: 30px; }
	.feature-home-introduction ul li,
	.feature-introduction ol li { margin-bottom: 10px; }
		
	.feature-introduction { padding: 40px 0; }
	.page-home .feature-introduction { padding: 40px 0 0; }
	
	.feature-introduction ol li { list-style: decimal inside; margin-top: 10px; margin-bottom: 30px;  }
	.feature-introduction p,
	.feature-introduction ul li,
	.feature-introduction ol li { font-size: 18px; line-height: 25px; text-align: justify; }
	
	.feature-introduction ul { list-style: disc inside; }
	
	.feature-content { padding: 30px 0; }
	
	.latest-news { margin-top: 60px; }
	
	.feature-home-boxes { padding: 0 0 30px; }
	.feature-box {
		background-color: #fafcfc;
	    padding: 0;
	    border: 1px solid #f6f7f5;
	}
	.feature-home-boxes h2 { text-align: center; margin-bottom: 0px; padding: 20px 10px; }
	.feature-box-content { padding: 0 20px 20px; }
	.feature-box ul { list-style: none; margin-left: 0px; }
	.feature-box ul li { margin-bottom: 20px; }
	.feature-box h3 { font-weight: 500; }
	.feature-box .find-out-more a { color: #9fb666; }
	
	
	.feature-div { padding: 0; overflow: hidden; }

	.feature-left .feature-text {  }
	.today ul { list-style: none; }
	
	.feature-text { padding-top: 30px; }
	.feature-text ul li { padding-bottom: 10px; }
	.feature-text ul li:last-child { padding-bottom: 0px; }
	
	.feature-right .feature-text {  }
	
	.feature-right-points { padding: 80px 0 40px; overflow: hidden; }
	.feature-right-points h2 { padding-bottom: 20px; }
	.feature-right-points .feature-text.one-half { padding-right: 20px; }
	.feature-right-points ul,
	.class-plan ul { list-style-position: inside; }
	.class-plan ul li { padding-bottom: 5px; }
	
	.class-plan { padding-bottom: 80px; overflow: hidden; }
	
	.feature-image-block { padding: 40px 0 80px; overflow: hidden; }
	.feature-image-block img { height: 80px; }
	.feature-image-block .img-left img { float: right; }
	.feature-image-block .img-right img { text-align: left; }
	
	/* Forms
	-------------------------------------------------- */
	.wpcf7-form ul { margin-left: 0px; }
	
	/* List 2
	-------------------------------------------------- */
	.list_two { margin: 30px 0 60px 0; overflow: hidden; }
	.list_two h2 {  
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 40px;
		color: #4ca081;
		font-weight: 500;
	}
	.list_two .col1, .list_two .col2 { padding: 0 60px; }
	
	
	
	/* Half by Half	
	-------------------------------------------------- */
	.half-by-half { margin: 60px 0; }
	.half-by-half ul { list-style: none; }
	.half-by-half .latest-news { margin-top: 0; }
	.half-by-half h2 { 
		background-color: #2f353e;
	    color: #fff;
	    text-align: center;
	    line-height: 1.6em;
	}
	.half-by-half textarea { height: 150px; }
	
/* Forms
-------------------------------------------------- */
.land_suitability_frm ol { list-style: decimal; margin: 0 0 20px; }
.land_suitability_frm ol li { font-size: 16px; margin: 0 0 15px; line-height: 30px; }


/* Custom posts styles
-------------------------------------------------- */
.cp { margin-bottom: 20px; overflow: hidden; }
.cp h3,
.cp h3.news-header { font-size: 17px; line-height: 20px; margin-bottom: 20px; font-weight: 500; }
.page-home .cp h3.news-header { font-size: 15px; }
.cp h3.news-header { margin: 0;  }
.cp h4 { 
	color: #989898;
    font-style: italic;
    font-family: "Helvetica";
    font-size: 13px; 
}
.cp p { font-size: 15px; line-height: 25px; }
.cp div.fa { display: block; margin: 10px 0; }

.page-home .more-link { position: absolute; bottom:0px; left: 0px; margin-top: 10px; }
.more-link .fa { 
	margin-left: 5px;
    vertical-align: middle;
    line-height: 2px; 
}

.header-space { margin-top: 20px; }

/* Tow by one Home
-------------------------------------------------- */
.two-by-one { padding: 60px 0; }
.two-by-one .main-content {	
	font-size: 20px;
    line-height: 30px;
}

		
/* Single Post	
-------------------------------------------------- */	
.post-view { padding: 60px 0; }
.downloadable-pdf { 
	float: right; text-align: center; 
	border: 1px solid #f5f5f5;
    padding: 10px;
    margin: 0 0 10px 30px;
    background: #fcfcfc;
}
.cp-single.cp div.fa { display: inline-block; margin: 0px 10px; }

/* Project List Table
-------------------------------------------------- */
.project_list_content, .project_list_content-dark {
    display: table;
    width: auto;
    margin: 80px 0 40px;
    font-size: 19px;
    line-height: 25px;
}
.table-row { display: table-row; }
.table-cell {     
	display: table-cell;
    width: 50%;
    padding: 10px 50px 5px 5px; 
    border-bottom: 1px solid #e7e7e7;
    color: #444;
}
.table-caption {
    display: table-caption;
    background: #37bfc6;
    padding: 10px 5px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 500;
    color: #fcfcfc;
}    

.project_list_content-dark .table-cell { border-bottom: 1px solid #fff; }
.project_list_content-dark .table-row:nth-child(odd) { background: #f5f5f5; }
.project_list_content-dark .table-nt0nth-child(even) { background: #fafafa; }

/*
Project Map
-------------------------------------------------- */
#map { 
	height: 320px; width: 100%; margin-top: 80px;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.map-infobox { width: 300px; padding: 0; margin: 0; }
.map-infobox h2 { padding: 0; margin: 0; width: 100%; font-size: 18px; line-height: 20px; }
.map-infobox p { padding: 20px 0; margin: 0; }



/* Pin
-------------------------------------------------- */
.pin-wrap {
  position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: 50% 120.71068% 0;
    transform-origin: 50% 120.71068% 0;
    top: 30px;
    left: 1px;
}

.pin {
	position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transform-origin: 50% 120.71068% 0;
    transform-origin: 50% 120.71068% 0;
}

.pin::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	content: '';
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	border: 4px solid #5ac9d0;
	border-radius: 50% 50% 50% 50%;
}

.pin::before {
	position: absolute;
	display: block;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	content: '';
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	/*border: 6px solid #d22b05;*/
	border: 6px solid #0b9ca5;
	border-radius: 50% 50% 50% 0;
}

.shadow {
  position: absolute; top:30px;
}

.shadow::after {
	position: absolute;
	left: -115px;
	display: block;
	width: 30px;
	height: 30px;
	/* margin-top: -25px; */
	content: '';
	-webkit-transform: rotateX(55deg);
	transform: rotateX(55deg);
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.5) 100px 0 20px;
}

.pulse {
    position: absolute;
    margin-top: 0px;
    margin-left: -15px;
    -webkit-transform: rotateX(55deg);
    transform: rotateX(55deg);
}

.pulse::after {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	-webkit-animation: pulsate 2.5s ease-out;
	animation: pulsate 2.5s ease-out;
	-webkit-animation-delay: 3.1s;
	animation-delay: 3.1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
	/*box-shadow: 0 0 6px 3px #f93c11;*/
	box-shadow: 0 0 6px 3px #479ba1;
}
.pulse:nth-child(2n::after) {
	-webkit-animation-delay: 2.7s;
	animation-delay: 2.7s;
}
.pulse:nth-child(3n)::after {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}
.pulse:nth-child(4n)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* Community Infographic
-------------------------------------------------- */
.community_infographic .list-row { background: #f5f5f5; margin-bottom: 30px; overflow: hidden; }
.community_infographic .borderr { border-right: 2px solid #fff; padding: 0px; }
.community_infographic .img-icon { height: 90px; margin: 20px auto; }
.community_infographic h2 { width: 100%; color: #fff; background: #37bfc6; text-align: center; font-size: 21px; line-height: 25px; padding: 10px 0; margin: 0px; text-transform: uppercase; }
.community_infographic .infographic-header {  }
.community_infographic .infographic-details { padding: 20px; }
.community_infographic .infographic-details h3 { font-size: 15px; line-height: 20px; color: #333;  }
.community_infographic .infographic-details .col { float: left; padding-right: 20px; width: 33.33333333%; }
.community_infographic .infographic-details ul { list-style: none; margin: 10px 0 0; }
.community_infographic .infographic-details ul li { color: #6b6b6b; }

.community_infographic2 .list-row { background: #f5f5f5; margin-bottom: 30px; overflow: hidden; }
.community_infographic2 .img-icon { height: 90px; margin: 20px auto; }
.community_infographic2 h2 { width: 100%; color: #fff; background: #37bfc6; text-align: center; font-size: 21px; line-height: 25px; padding: 10px 0; margin: 0px; text-transform: uppercase; }
.community_infographic2 .infographic-header {  }
.community_infographic2 .infographic-details { padding: 20px; }
.community_infographic2 .infographic-details h3 { font-size: 15px; line-height: 20px; color: #333; font-weight: 500;  }
.community_infographic2 .infographic-details .col { margin-bottom: 30px; width: 100%; }
.community_infographic2 .infographic-details ul { list-style: none; margin: 10px 0 0; }
.community_infographic2 .infographic-details ul li { color: #6b6b6b; }
.community_infographic2 .add-cell-space { padding: 0 50px; }


/* Post
-------------------------------------------------- */
span.postmetadata { display: block; font-size: 11px; margin-top: 10px; }
span.postmetadata a {
  background-color: #f1f1f1;
  color: #6b6b6b;
  padding: 2px 10px;
  margin-right: 5px;
  border-radius: 4px;
}


/* Contact
-------------------------------------------------- */
ul.training-booking-form {
    text-align: left;
    color: #6b6b6b;
}
ul.training-booking-form span.wpcf7-list-item { display: block; }
.contact-form ul { list-style: none; }
.contact-form ul li { display: block; padding: 5px 0; }



/* Footer
-------------------------------------------------- */
.footer.top, .footer.bottom { font-size: 15px; line-height: 20px; }

.footer.top { background-color: #efefef; color: #696969; padding: 60px 0 10px; margin-top: 0px; }
.footer.bottom { line-height: 50px; background-color: #221e1f; color: #fff; }

.footer-logo { height: 55px; }

.footer.top ul,
.footer.bottom ul { list-style: none; margin: 0px; }

.footer.top ul li, 
.footer.bottom ul li { padding-bottom: 5px; }

.footer . ul li { padding-bottom:  10px; }
.footer .footer-cta ul li a { color: #696969 }
.footer .footer-cta ul li a:hover { color: #37c0c8; }

/*
-------------------------------------------------- */

.footer a.button.white-border {
	display: inline-block; 
	width: 210px;
	
	margin-right: 30px;
	
	text-align: center;
	
	font-family: "sofia-pro",sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400; 
	color: #969696;
	background-color: transparent; 
	
	border: 1px solid #969696;
	
	text-transform: uppercase; 

	cursor: pointer;
	
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}
.footer a.button.white-border:hover { background: #FFFFFF; color: #37c0c8; border: 1px solid #FFF; }

.footer h4 { margin-bottom: 20px; font-weight: 500; color: #3c5152; }
.footer.top strong {  }
.footer span { padding-right: 5px; color: #4b4b4b; font-size: 15px; }
.footer span.fa { font-size: 17px; }
.footer a:hover span { color: #ee3338; }

.footer .footer-contact strong { color: #48c3cb; }

/* 
-------------------------------------------------- */
.footer-cec-cert { height: 40px;  }
.footer-cec-logo a { display: block; overflow: hidden; float: left; }



/* Mobile and Tablet
-------------------------------------------------- */
@media only screen and (max-width: 1199px) {

	.container-1200 { padding: 0 5%; }

	.contact-details ul { margin: 20px 50px 0 0; }
	
	/* Project Details Table & Map
	-------------------------------------------------- */
	.project_list .six.columns, .project_list .four.columns { width: 100%; }
	.project_list .project_list_content-dark { margin: 40px auto; }
	.project_map img { max-width: 400px; margin: 0 auto 40px; }
	
	.cta .text-banner h2 { line-height: 25px; padding: 20px 0; }
	
	.list_3 .find-out-more { position: relative;  }
	
	.cta .cta-content .cta-links li a.button { margin-top: 10px; }
	
	.container-1200 .one-third.column { width: 32%; }
	
	.footer.top .container-1200 .one-third.column,
	.footer.top .row.columns { width: 100%; }
	.footer .footer-logo { margin-bottom: 30px; }
	.two-thirds.column.omega.footer-cta { margin: 0px; }
	.one-third.column.footer-cta { width: 100%; }
	
	.community_infographic2 .four.columns.add-cell-space,
	.community_infographic2 .three.columns.list-row { padding: 0; width: 31%; }
	
}

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

	.bg-image.page-header { padding: 100px 0; }
	.bg-image.page-header .twelve.columns.offset-by-one.subset-by-one { padding: 0px; }

	.cta .text-banner h2 { line-height: 25px; padding: 20px 0; }
	
	.list_3 .find-out-more { position: relative;  }
	
	.cta.block-section { margin-bottom: 30px; }
	.cta .cta-content { padding: 30px 0; font-size: 20px; line-height: 25px; }
	.cta .cta-content .cta-links { padding-top: 10px; }
	.cta .cta-content .cta-links li a.button { margin-top: 10px; }
	
	.feature-introduction.twelve.columns.offset-by-two.subset-by-two { padding: 20px 0 0px; }
	
	.feature-introduction p,
	.feature-introduction ul li,
	.feature-introduction ol li { font-size: 17px; line-height: 25px; text-align: left; }
	

	/* Nav
	-------------------------------------------------- 
	.toggleMenu { 
	    float: right;
	    font-size: 24px;
	    line-height: 80px;
	    position: relative;
	    text-align: right;
	}
	
	nav.primary {
	    float: left;
	    left: 0;
	    position: absolute;
	    text-align: center;
	    top: 80px;
	    width: 100%; 
	    margin: 0; 
	    z-index: 9999; 
	    height: 100%;
	}
	
	nav.primary ul {  
	    display: block;
		position: relative;
        width: 100%; margin: 0;
        left: 0px;
        background-color: #2f353e; 
        z-index: 9999;
        width: 100%;
	}
	nav.primary ul li { 
		float: none; display: block; padding: 0; height: auto; line-height: 30px; 
		background-color: #2f353e;    		
		margin-bottom: 0;
		padding: 6px 0 6px;
		border-bottom: 1px solid #434B56;
		border-right: none;
		text-align: center;
	} 
	nav.primary ul li:last-child { padding: 6px 0 6px; }
	nav.primary ul li:hover { background: #434B56; }
	nav.primary ul li a, 
	nav.primary a {
		color: #FFF;
		text-align: left;
		line-height: 30px;
		text-align: center;
		font-size: 13px;
	} 
	nav.primary ul li:hover a { color: #111; }
	nav.primary ul li.current-menu-item, nav.primary ul li.current-menu-ancestor, nav.primary ul li.current_page_item, nav.primary ul li.current_page_ancestor,
	nav.primary ul li.current-menu-item > a {
		background: #2f353e;
		color: #FFFFFF;
	}
	
	.slide-text { top: 50px; }
	*/

	/* Display table
	-------------------------------------------------- */
	.display-center, .display-height { 
		display: inline !important;
		display: inline !important;
		display: inline !important;
		display: inline !important;
		display: inline !important;
		
		-webkit-align-items: none;
		-moz-align-items: none;
		-ms-flex-align: none;
		align-items: none;
	}
	
}

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

	.nav-bar .eight.columns.alpha { width: auto; }
	.nav-bar .four.columns.omega.contact-details { width: auto; position: absolute; top: 15px; right: 10px; }
	
	.header-slideshow { height: auto; }
	.header-slideshow .header-text { top: 50%; }
	.header-slideshow .header-text h1,
	.bg-image.page-header h1 { font-size: 45px; line-height: 45px; }
	
	.bg-image.page-header { padding: 80px 0; }
	
	.cta .text-banner h2 { font-size: 17px; line-height: 20px; padding: 20px 30px; }
	
	.container-1200 .one-third.column { width: 100%; }
	
	.block-section a.button { font-size: 15px; line-height: 15px; }
	
	.header-line { text-align: center; }
	.header-line img { display: inline-block; width: 400px; }
	
	.footer { text-align: center; }
	.footer .row { width: 100%; }
	.footer a.button.white-border { display: inline-block; margin-top: 10px; }
	.footer .footer-logo,
	.footer .footer-cec-cert { display: inline-block; }
	
	
	.community_infographic2 .four.columns.add-cell-space,
	.community_infographic2 .three.columns.list-row { padding: 0; width: 100%; margin-bottom: 30px; }
	
	.community_infographic2 .four.columns .list-row { margin-bottom: 0px; }
	
}


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

	.header-slideshow .header-text h1 { font-size: 40px; line-height: 40px; }
	
	/* Project Details Table & Map
	-------------------------------------------------- */
	.project_map img { max-width: 100%; }

	.cta .cta-content { padding: 20px 0; font-size: 17px; line-height: 20px; }
	.cta .cta-content .cta-links { padding-top: 20px; }
	
	.footer a.button.white-border { margin: 10px 0 0; }
	
	.bg-image.page-header h1 {
	    //padding: 80px 0;
	    color: #FFF;
	    font-size: 40px;
	    line-height: 40px;
	    text-transform: uppercase;
	}
	
	.slide-text h2 { font-size: 15px; line-height: 15px; }
	.slide-text h1 { font-size: 35px; line-height: 35px; }
	
	.feature-home-boxes .four.columns { width: 98%; margin: 0 1%; }
	
	#header-slideshow { max-height: 250px; height: 250px; }
	.slides .container-1200 { width: 100%; padding: 0px; }
		
	.footer { padding-top: 20px; text-align: center; }
	
	.community_infographic2 .four.columns.add-cell-space,
	.community_infographic2 .three.columns.list-row { padding: 0; width: 100%; }

}