/*
Theme Name: Leda Dietetics
Theme URI: www.trueagency.com.au
Author: True Agency
Author URI: www.trueagency.com.au
Description: Leda Dietetics
Version: 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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:400;text-align:left}h1,h2,h3,h4,h5,h6{clear:both}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic}

/* Clearing floats */
.clear { clear:both; }
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */

input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */

.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #434343;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 14px;
	line-height: 26px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	/*margin-bottom: 52px;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;*/
	/*word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

	/* Main Stylesheet */
		@font-face
		{
			font-family: 'JennaSue';
		    src: url('../font/jennasue.eot'); /* IE9 Compat Modes */
			src: url('../font/jennasue.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
			     url('../font/jennasue.woff') format('woff'), /* Modern Browsers */
			     url('../font/jennasue.ttf')  format('truetype'), /* Safari, Android, iOS */
			     url('../font/jennasue.svg#svgFontName') format('svg'); /* Legacy iOS */
		} 
	
		a { outline:none !important;  }
		.site a, .wrapper a 
		{
			color: #8DC73D;
		}
		
		.site a:hover, .wrapper a:hover
		{
			text-decoration:underline;
		}
		
		.disable-transition {
			-webkit-transition: none !important; -moz-transition: none !important;
			-o-transition: none !important; -ms-transition: none !important;
			transition: none !important;
		}
		
		body {
			background-color: white; color: #878787; min-width:320px;
			font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 200; line-height: 24px; font-size: 15px;
			letter-spacing:-0.25px;
		}

		.wrapper { max-width:940px;padding: 0px 10px; margin: 0 auto; }
		.screen-reader-shortcut { display: none !important; }
		
		.full-width #primary { margin-top:65px; }
		
		.site-content {
			float: left;
			width: 70.104166667%;
		}
		body.template-front-page .site-content,
		body.single-attachment .site-content,
		body.full-width .site-content {
			width: 100%;
		}
		.widget-area {
			float: right;
			width: 26.041666667%;
		}

		/* Common */
			.fl { float:left !important; } .fr { float:right !important; }
			.tl { text-align:left; } .tc { text-align:center; } .tr { text-align:right; }
 			
			.edit-link { display:none; }

			/* Titles */ 
			.entry-content h2, h1.page-title, .woocommerce #primary h3, .woocommerce-page #primary h3, 
			.woocommerce .related.products h2, .woocommerce-checkout .tab-content h3,
			.woocommerce-checkout h3, .woocommerce-cart h3
			{ 

				letter-spacing: 0px; font-weight: bold; font-size:24px; line-height:24px;
			}
			
			/* Page Titles */
			h1.page-title, h2.page-title, .contact h1, .contact h2 
			{ 
				padding-bottom:13px; border-bottom: 1px solid #F0F0F0; margin-top: 75px; text-transform: none;  
				font-family: "museo-sans",sans-serif; color: #3D3D3D;
			}
			.full-width h1.page-title { margin-top:0px; }
			
			
			h1.page-title, .contact h1, .contact h2, h2.page-title
			{
				font-weight:300; letter-spacing: 0px;font-size:24px; line-height:24px;
			}
			.contact h1, .contact h2 { margin-top: 24px; border-bottom:0px;padding-bottom:0px;margin-bottom:24px; }
			
			h3.sub-title 
			{ 
				margin-top: 0px; font-weight:300; font-size:24px; line-height: 24px; margin-bottom:30px;
				font-family: "museo-sans",sans-serif; color: #3D3D3D;
			}
			
			h3.section-title
			{
				color: #90C543; text-transform:uppercase; font-weight: 700; font-size:14px; line-height:14px; margin-bottom:20px;
				font-family: "museo-sans",sans-serif; letter-spacing:0px;
			}
			
		/* Forms */		
			input[type='text'], input[type='password'], input[type='email'], input[type='submit'], textarea, select 
			{
			   -webkit-appearance: none;
			   -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px;
			}
			
			.grid_container input[type='text'], .grid_container input[type='email'], .grid_container input[type='number'], .grid_container textarea, 
			.grid_container input[type='password'], #s 
			{ 
				font-size:15px !important;line-height:15px !important;width:96% !important; padding: 8px 2% !important; 
				-webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important;
				margin-bottom: 20px !important; border: 1px solid #EBEBEB !important; color: #000 !important;
			}
			
			.grid_container textarea { height:136px; }
			
			.form-field { clear:both; position:relative;  }
			.form-field input[type="submit"] { float:left; }
			.form-field .ajax-loader { float:left; margin-left:25px;margin-top:18px; }

			.button, html form input[type='submit']
			{
				background-color: #8EC63F !important; color: white !important; border: 0px; border-bottom: 4px solid #7AA937 !important;  
				
				padding:10px 15px !important; min-width:120px;text-transform: uppercase !important; display: inline-block;
				font-size:16px; line-height:23px; text-decoration: none !important;
				-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;
				-o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; text-align:center;
				
				-webkit-border-radius: 4px; border-radius: 4px; font-size:13px; font-weight:900; font-family: "museo-sans",sans-serif;
			}
			
			.button.mega 
			{ 
				font-size: 31px;line-height: 31px;letter-spacing:2px;font-weight:700; min-width:240px; 
				text-shadow: 2px 1px 1px #719938; border-bottom: 4px solid #719938 !important;
				padding:16px 15px !important;
			}
			
			.button:hover, html form input[type='submit']:hover	{ background-color: #699F01 !important;border-bottom: 4px solid #82C601 !important }
			.button:active, html form input[type='submit']:active { background-color: #82C601 !important;border-bottom: 4px solid #699F01 !important }

			span.wpcf7-not-valid-tip 
			{
				background: none; width: 340px;	padding: 2px; color:#e42e2c;
			}
			.wpcf7-form span.wpcf7-form-control-wrap { display:inline-block !important; width:100%; }
			div.wpcf7-validation-errors { border: 0; color:#e42e2c;	}
			div.wpcf7-response-output { margin: 0 0 30px 0;	padding: 0;	}
		
			.wpcf7-form div.wpcf7-response-output {width: 100% !important; margin-bottom: 20px !important; border: 0px !important; margin-top: 0px !important; padding-top: 0px !important;padding-left:0px !important;}
			.wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {  color: red !important; }
			.wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok { color: #8EC641 !important; border:0px; }
			.wpcf7-not-valid-tip 
			{ 
				color: red !important; font-size:14px !important;position:static !important;
				padding-bottom:10px !important;border: 0px !important;text-align:left !important;
				padding-left:0px !important;margin-top:-10px; display:block;
			}
			
		/* Widgets */	
			.widget-title 
			{ 
				 text-transform: none; letter-spacing: 0px; font-weight: 400; font-size:25px; color: #C8C8C8;
			}
			#secondary .widget-title { line-height: 25px; margin-bottom: 10px;}
			#secondary .widget, #secondary .widget a { font-size: 14px !important; }
			.footer .widget-title { color: white !important; }

			article.page { padding-top: 10px; }

			.entry-header h1.entry-title, .archive-header h1.archive-title, .blog h2.archive-title
			{  
			 	margin-top: 0px;font-weight:300;text-transform: none;
				font-size:24px; line-height: 24px; margin-bottom:30px;
			}
			 
			.entry-header h1.entry-title a { color: #18A4E1 !important;}
			
			.archive-header h1.archive-title,.search .page-title { text-align:left; margin-bottom:0px;color: #000; font-size: 28px;line-height: 28px; }

			.callout-widget-text 
			{
				background-color: #F9F9F9;padding:26px;text-align:center;	
				font-family: "museo-sans",sans-serif; font-style: normal;font-weight: 400; font-size:15px;
			}
			
			.callout-widget-text b { padding-bottom:10px;display:block; font-weight: 700;}
			
			.callout-widget-text a.button { margin-top: 20px; }

			ul.list{ list-style-type: none; padding: 0px;	}
			ul.list li, .service-item ul li { background-image: url('../img/dot.png'); background-repeat: no-repeat; background-position: 0px 8px; padding-left: 20px; margin-left:0px;line-height: 24px;}
			
			.widget-area #s { padding:6px 2%; width:96%;margin:0px !important; } 
			#s { min-width:200px;background: white url('../img/searchicon.png') no-repeat 98% center;  }
			
			.error404 #s { max-width:200px; }
			.error404 .header-container { position:static !important; }
			#secondary .widget_search { margin-bottom: 30px; }
			
			/* Archives Widget */
				.ArchiveWidget, .ArchiveWidget a { color: #C9C9C9; }
				.ArchiveWidget .archive-year { margin-bottom:0px; margin-top:20px;}
				.ArchiveWidget .archive-year a { border-bottom:2px solid #8FC740; text-decoration: none !important; }
				.ArchiveWidget .archive-year:first-of-type { margin-top: 0px; }
				.ArchiveWidget .archive-month { padding-left:15px; }
				
		/* Header */
			#logo { float:left; }
			#mobileLogo { display:none; float:left; }
			
			body.admin-bar .header-container { top:32px;}
			body .header-container { position:fixed; top:0px;left:0px; width:100%;z-index:10000; }

			.header-wrapper { min-height:109px; }

			.header-container 
			{
				position:relative;z-index:10000;
				-webkit-box-shadow:  0px 2px 16px 1px rgba(217, 218, 210, 0.6);
        		box-shadow:  0px 2px 16px 1px rgba(217, 218, 210, 0.6);
			}
			
			/* Disabled for IE due to artifacting */
			.ie9 .header-container, .ie10 .header-container { box-shadow: none;	}
			
			/* Header Navigation */
				.menu-toggle {
					
					background: white url('../img/menuLines.png') no-repeat 10px center;
					padding-top: 5px !important; padding-bottom: 5px !important; padding-left:35px !important; min-width:0px !important;
					text-shadow: 2px 1px 1px #719938; font-size:15px; line-height:20px;
					-webkit-touch-callout: none; -webkit-user-select: none;
					-khtml-user-select: none; -moz-user-select: -moz-none;
					-ms-user-select: none; user-select: none; cursor:pointer;display: none;
					
					-webkit-transition: background 0.5s ease-in-out, border 0.5s ease-in-out; 
					-moz-transition: background 0.5s ease-in-out, border 0.5s ease-in-out; 
					-ms-transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
					-o-transition: background 0.5s ease-in-out, border 0.5s ease-in-out; 
					transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
				}
				
				.menu-toggle.active
				{
					background-color: #699F01 !important;border-bottom: 4px solid #82C601 !important; background-image: url('../img/menuX.png');
				}
				
				.nav-menu a {  }		
				
				#header-nav .menu-main-menu-container { float:right; }		
				#header-nav { background-color: white; height: 109px;}
				#header-nav { position:relative; }
				#header-nav nav .nav-menu { width:100% !important; display:block; margin:auto; height:109px; position:relative; margin-right:15px;}
				#header-nav nav .nav-menu > li 
				{ 
					text-align:center;vertical-align:middle;line-height:106px; overflow:hidden; display:block !important; float:left;
					text-transform: lowercase; font-size:15px;font-weight:100 !important;position:relative; letter-spacing: 0px;
				}
				
				.ie8 #header-nav nav .nav-menu > li,
				.ie7 #header-nav nav .nav-menu > li 
				{ float:left; }
				
				#header-nav .nav-menu > li > a { padding:0px 17px; }
				#header-nav #logo { vertical-align: middle;margin-top:22px; }
				#header-nav nav .nav-menu > #menu-item-649 { display:none !important; } 
				#header-nav .nav-menu a 
				{ 
					display:block !important; height:100%; color: #A0A0A0 !important; text-decoration: none;text-transform: lowercase !important;
				}
				
				#header-nav .nav-menu a:hover {	color:white !important;	}
				
				.nav-menu { overflow:visible !important; float:right !important;    }
			
			.header-callout
			{
				color: #8EC63F; float: right;margin-top:10px;text-align:right;
			}
			.header-callout a { text-decoration:underline !important; font-weight: 700; }
			.callout-phone a { text-decoration: none !important; }
			.header-callout .callout-text { font-style: italic; }
			.callout-phone 
			{ 
				font-size:26px;line-height:26px; color: #8EC63F;
				font-family: "myriad-pro",sans-serif; font-style: normal;font-weight:900; 
			}
				
		/* Main Banner */	
			.main-banner 
			{
				position:relative; max-width: 1920px; width: 100%; margin:auto;overflow:hidden;
				height:378px;
				-webkit-touch-callout: none; -webkit-user-select: none;
				-khtml-user-select: none; -moz-user-select: -moz-none;
				-ms-user-select: none; user-select: none;
			}
			.main-banner-controls-outer { position: absolute;left:0px;top:0px;height:100%;width:100%; }
			.main-banner-controls-container { position:relative;width:100%;max-width:960px;margin:auto; height: 100%; }
			.main-banner ul.slides { position: relative; }
			.main-banner ul.slides li { height:378px;width: 1920px;position: relative;overflow:hidden; }
			.main-banner img { height:378px;min-width:1920px;margin:auto; position:absolute;left:50%; margin-left:-960px !important;}
			
			.main-banner .flex-control-paging 
			{ 
				display:inline-block !important;width:auto;
				padding:10px; position:absolute !important; width: 100%; left: 0px; right: 0px; margin:auto;
				bottom:-5px; text-align:center;z-index:500; 
			}
			
			.main-banner .flex-control-nav li { height: auto !important;}
			.main-banner .flex-control-nav li a 
			{ 
				height:10px;width:10px; background-color: white; 
				-webkit-border-radius: 10px;border: 0px solid rgba(0,0,0,0) !important;margin:3px;
				-webkit-border-radius: 50%;	-moz-border-radius: 50%; border-radius: 50%;color: transparent;
				-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
				box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2); 
				
				 -webkit-transition: none .3s ease; -moz-transition: none .3s ease; transition: none .3s ease;
			}
			.main-banner .flex-control-nav li a:hover { border:3px solid #90C53F !important;margin:0px; }
			.main-banner .flex-control-paging li a.flex-active { border:3px solid #90C53F !important;margin:0px;  }
			
			.main-banner-callout { position:absolute;top:0px;left:50%; margin-left:-470px;max-width:940px;z-index:10;width:100%; height:100%;}
			.main-banner-callout-inner { height:100%;width:100%; }
			.main-banner-callout-content { position:absolute;left:0px; bottom:60px; width:50%; }
			.banner-callout-text { color: white !important; font-size:43px; line-height:55px;font-weight:100; text-transform:uppercase; margin-bottom: 40px; }
			.banner-callout-text strong { font-weight:bold; }
			
			.main-banner .flex-direction-nav a { z-index:1000; width:40px; height:40px; opacity: 1; filter:alpha(opacity=100); top:50%;margin-top:-20px; }
			.flex-direction-nav a.flex-prev { background-image:url('../img/leftSliderArrow.png'); left:-110px; }
			.flex-direction-nav a.flex-next { background-image:url('../img/rightSliderArrow.png');right:-110px; }
			.main-banner .flex-direction-nav { bottom:0px; }
			
			/* Main Banner Content */
				.main-banner .trueslider-callout-table { width:100%; }
				.main-banner .trueslider-callout { max-width:940px; width:100%; }
				.main-banner .trueslider-callout-content { max-width:940px; width:100%;padding:0px; } 
				
				.main-banner-callout { position:absolute;top:0px;left:50%; margin-left:-470px;max-width:940px;z-index:10;width:100%; height:100%;}
				.main-banner-callout-inner { height:100%;width:100%; }
				.trueslider-callout-content { min-height:0px !important; } 
				
				.main-banner h2 
				{ 
					text-align:left; opacity: 0; filter:alpha(opacity=0);
					font-family: "JennaSue",sans-serif;
					font-size:64px; line-height:54px;font-weight:100;
					text-shadow: 0px 2px 4px rgba(0,0,0,0.4);
				}
				
				.main-banner .banner-sub-title 
				{  
					font-size:28px; line-height:28px; font-weight:700;font-family: "museo-sans",sans-serif;
					opacity: 0; filter:alpha(opacity=0);margin-top:0px;
					text-shadow: 0px 2px 4px rgba(0,0,0,0.3);
				}
			
		/* Page Banner */
			
			.page-banner .pageBannerImage { position:absolute;left:50%; margin-left:-960px;display:block;width:1920px; z-index:1;text-align:center;}
			.page-banner { height:280px;position:relative; margin: auto;max-width:1920px; overflow:hidden; line-height: 0px;    }
			
			.page-banner *::-moz-selection { background:none}
			.page-banner *::selection { background: none; } 			
			.page-banner h1, #map_container h1 
			{ 
				padding-left:30px;color: white; text-shadow: 0 0px 38px rgba(0, 0, 0, 1.0); font-size:50px; font-weight: 400; letter-spacing:1px; 
				font-family: 'Josefin Sans', sans-serif; text-transform: uppercase; font-size:128px;line-height:128px; font-weight:bold !important; 
			}
			
			.page-banner .page-banner-text 
			{ 
				text-transform:uppercase !important; color: white;  text-shadow: 0px 0px 10px #000000;
				width: 100%; max-width:530px; margin:auto;  font-size: 14px;line-height:18px; 
			}
			.page-banner-outer { position:absolute; width:960px; left:50%; z-index:2;margin-left:-480px; height:100%; }
			.page-banner-inner { display:table; height:100%;z-index:2;width:100%;text-align:center; }
			.page-banner-content { display: table-cell; vertical-align: middle; line-height:1; z-index:2; }

		/* Footer */
			.footer 
			{ 
				background-color: white; color: #C1C1C1 !important;position:relative;z-index:1000; line-height:25px !important;
				border-top: 1px solid #F7F7F7; margin-top:140px;
			}

			.footer a { text-decoration: none; color: #C1C1C1; }
			.bottom-footer { font-size:13px; padding: 15px 0px; clear:both; position: relative; }
			
			.footer-left { float:left;}
			
			#true-footer { text-align:left; }
			#true-footer img { vertical-align:middle; }
			.footer-right { float:right; }
			
			.footer-menu { margin-bottom:5px;}
			.footer-menu li { display:inline-block;text-transform:uppercase;padding-left:8px;  }
			.footer-callout { display:none; margin-bottom: 10px; }
			.footer-callout a { color: #8EC641 !important;   }
			.footer-callout .callout-text a { text-decoration:underline !important; }
			.footer-callout { color: #8EC641 !important; font-size:14px; }
			.footer-nav a { text-transform: lowercase; }
			
		/* Social Buttons */	
			.footer .social-container { float:right;clear:right; }
		
			.footer .social-button, .header-callout .social-button
			{
				display:inline-block;float:left; width: 32px; height: 32px;
				
				-webkit-transition: all 350ms ease-in-out; -moz-transition: all 350ms ease-in-out;
				-ms-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out;
				transition: all 350ms ease-in-out; overflow:hidden;
			}
			
			
			
			/* Platforms */
				.social-button.twitter { background-color: #00A8FF; border-bottom: 3px solid #0081CB;  }
				.social-button.twitter:hover { background-color: #0087CD; border-bottom: 3px solid #00AAFF; }
				.social-button.twitter:active { background-color: #0098E7; border-bottom: 3px solid #0087CD; }
				
				.social-button.facebook { background-color: #425F9E; border-bottom: 3px solid #1D3467;  }
				.social-button.facebook:hover { background-color: #273D6E; border-bottom: 3px solid #4361A0; }
				.social-button.facebook:active { background-color: #4C6EB6; border-bottom: 3px solid #273D6E; }
				
				.social-button.google { background-color: #F60A0A; border-bottom: 3px solid #C40000;  }
				.social-button.google:hover { background-color: #C40000; border-bottom: 3px solid #F60A0A; }
				.social-button.google:active { background-color: #DA0909; border-bottom: 3px solid #C10000; }
			
			.header-callout .social-button { border-bottom: 0px !important;float:none;width: 25px; height: 25px; margin-left:3px; }
			.header-callout .social-button img { max-width:100%; }
		/* Frontpage */
			.home #primary { margin-top: 0px !important; }
			
		/* Columns */
			/* 4 Columns */
			.grid_container .last { margin-right: 0px; }
			
			/* 1x2 Grid */
			.grid_1_2_col_1 { width: 26.95035460992908%; margin-right: 6.322978723404255%; }
			.grid_1_2_col_2 { width: 66.66666666666667%; margin-right: 6.322978723404255%; }

			/* Single Column Grid */
			.grid_1_col { width:100%; }
			
			/* 1x1 Grid */
			.grid_2_col { float:left;width: 48.82978723404255%; margin-right: 2.340425531914894%; }
			
			/* 1x1x1 Grid */
			.grid_3_col { float:left;width: 31.91489361702128%; margin-right: 2.127659574468085%; }
			
			/* 1x2x1 */
			.grid_1_2_1_col_1 { float:left;width: 23.40425531914894%; margin-right: 6.322978723404255%; }
			.grid_1_2_1_col_2 { float:left;width: 26.95035460992908%; margin-right: 6.322978723404255%; }
			
			.grid_featured_left { margin-right: 2.340425531914894%;float:left; width: 54.882352941176470588235294117647%; }
			.grid_featured_right { width: 42.777221526908635794743429286608%; float: left;}
		
			.contact_col_left { float:left; width: 64.361702127659574468085106382979%; margin-right:2.6595744680851063829787234042553%; }
			.contact_col_right { float:left; width: 32.978723404255319148936170212766%; margin-right:2.6595744680851063829787234042553%; }
			
			.left-contact-box { float:left; width: 48.387096774193548387096774193548%; margin-right: 3.2258064516129032258064516129032% }
			.right-contact-box { float:left; width: 48.387096774193548387096774193548%; }
			
			.front-overview .frontpage-left-col { width: 34.175824175824175824175824175824%; }
			.front-overview .frontpage-right-col { width: 62.63268646247369651624970773907%;  }
		
		/* Frontpage */
			.front-section { padding-top:40px; padding-bottom:70px; }
			.front-section.dark 
			{ 
				background-color: #FBFBFB;
				-webkit-box-shadow: inset 0px 3px 10px 0px rgba(246, 246, 246, 1), inset 0px -3px 10px 0px rgba(246, 246, 246, 1); 
				box-shadow: inset 0px 3px 10px 0px rgba(246, 246, 246, 1), inset 0px -3px 10px 0px rgba(246, 246, 246, 1); 
			}
			.home .footer { margin-top: 0px; }
			
			/* Enquiry */
				.front-section.enquiry-section
				{
					background-color: #F8F8F8;
				}
				
				.frontpage-enquiry-left
				{
					float:left; width: 76.595744680851063829787234042553%; color: #636363;
					font-family: "museo-sans",sans-serif; font-style:normal;font-weight: 100 !important; font-size:24px;line-height: 35px;
				}
				
				.frontpage-enquiry-right
				{
					float:left; width: 23.404255319148936170212765957447%; text-align:right;padding-top:13px;
				}
			
			/* Overview Image */
				.front-section.overview { padding:0px; }
				.front-section.overview .site-content { margin-top:5px; }
				.front-overview .frontpage-left-col { min-height: 400px; height:100%; position:relative; }
				.front-overview .frontpage-right-col { padding-bottom:60px;padding-top:44px; }
				.front-overview .overview-button-container { text-align:right; font-size:13px;}
				.front-overview .overview-button-container a {  font-weight:900; font-family: "museo-sans",sans-serif;letter-spacing:0.5px; text-transform: uppercase; }
				.front-overview .overview-image { position:absolute;bottom:0px;left:0;margin:auto; max-width:100%;}
				.front-overview { padding-top:40px; }
				
			/* Clients */
				.client-section .frontpage-left-col { float:right; }
				.client-section .frontpage-right-col { float:left; }
				.frontpage-left-col { float:left; width: 42.63268646247369651624970773907%; margin-right: 3.1914893617021276595744680851064%; font-size:0px; }
				.frontpage-right-col { float:right; width: 54.175824175824175824175824175824%; margin-right: 3.1914893617021276595744680851064%; }
				.client-image { font-size:14px; display:inline-block; width:33.333333333333333333333333333333%;text-align:center; vertical-align:middle; height: 100px; line-height:100px;}
				.client-image img { vertical-align:middle;max-width:100%; width:95px;display:inline;margin:auto; }
				.client-image a { display:block; height: 100%; line-height:100px; vertical-align:middle;}
				.client-description { margin-top:25px;  }
				
			/* Services */
				.services-section h3 { text-align:center; }
				.service-item .image-container { text-align:center; max-height:150px;height:110px;max-width:150px; margin:auto; line-height: 110px; position:relative; }
				.service-item .image-container img 
				{ 
					vertical-align:middle; position:absolute;left:0px;right:0px;margin:auto;display:block; 
					-webkit-transition: all 350ms ease-in-out; -moz-transition: all 350ms ease-in-out;
					-ms-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out;
					transition: all 350ms ease-in-out;
				}
				
				.service-item .image-container img.hover-image { opacity: 0; filter:alpha(opacity=0); }
				.service-item:hover .image-container img.main-image { opacity: 0 !important; filter:alpha(opacity=0); }
				.service-item:hover .image-container img.hover-image { opacity: 1 !important; filter:alpha(opacity=100); }
				
				.service-item h4 
				{ 
					text-align:center; color: #7DB339;
					font-weight:100; font-size: 17px; margin-bottom:25px; margin-top:20px; letter-spacing:1px;
				}
					
				.service-item { margin-top:30px;text-align:center; }	
				.service-item ol { list-style-type: decimal; }
				.service-item li { margin-left:20px;}
				.service-item p { margin-bottom: 20px; }
				.service-item .read-more-link 
				{ 
					margin-top:30px; font-weight: 900;display:inline-block; font-size:13px;
					font-family: "museo-sans",sans-serif;letter-spacing:0.5px; text-transform: uppercase;
				}
				
			/* Latest Posts */
				.front-section.post-container { padding:0px !important; }
				.home .latest-posts 
				{ 
					min-height:400px; background-repeat: no-repeat; background-attachment: fixed;
					-webkit-background-size: cover; background-size: cover; background-position: center center;
				}
				
				.home .latest-posts .grid_container { max-width:960px;margin:auto; padding-left:20px; }
				
				.latest-post-box h3 a { color: #000; font-size:16px;line-height:16px; font-weight:100; }
				.latest-post-box h3 {margin: 13px 0px !important; margin-top:10px !important;letter-spacing: 0px;}
				.latest-post-box
				{
					-webkit-border-radius: 4px; border-radius: 4px; 
					float:left; margin-top:70px; margin-bottom:40px;
					background-color: white;
					width: 31.914893617021276595744680851064%;
					margin-right:2.1276595744680851063829787234043%;
					max-width: 300px;padding:20px 0px 40px 0px;
				}
				
				.latest-post-box-inner { padding:0px 17px; height:100%; }
				.latest-post-box-content { height:100%; }
				.front-news-image { position:relative;max-width: 100%;width:265px;text-align:center;height:177px; margin-bottom:17px; }
				.front-news-image a { display:block;height:100%; width:100%; }
				.front-news-image img { display:block;max-width:100%; position:absolute;top:0;bottom:0;left:0;right:0;margin:auto; }
				.front-news-share { text-align:right;margin-top: 15px; }
				
				.front-news-author img { width: 47px; height: 47px; -webkit-border-radius: 47px; -webkit-border-radius: 50%; border-radius: 50%; float:left; margin-right:10px;  }
				.front-author-details span { text-transform:capitalize !important; }
				.front-author-details { font-size: 12px;line-height:16px; padding-top:10px;padding-bottom:6px; }
				.latest-post-box .share-container { padding-right:15px; }
				
				/* Callout Box */
					.latest-posts-button { text-align:center; min-height: 47px; margin-top:30px;}
					.latest-posts-button-inner { position:absolute;bottom:36px;left:0px;right:0px; margin:auto;  }
					.latest-post-box.callout { padding:20px 0px 40px 0px; }
					.latest-post-box.callout .latest-post-box-inner { padding:5px 30px 26px 30px; position:relative; }
					.latest-post-box.callout h3.sub-title { text-transform: none; color: #000; font-size:18px;  }
					
		/* Services */
			.services ul.list { margin-bottom:43px; }
			.services h3.sub-title { margin-bottom: 20px; }
			.services-section-item { margin-bottom:70px; }
			.services .services-section-item:last-child { margin-bottom:0px; }
			
			.services .page-description
			{
				font-family: "museo-sans",sans-serif; font-style:normal;font-weight: 100 !important; font-size:24px;line-height: 35px;
				text-align:center; margin-top:72px; margin-bottom:90px;
			}
			
			.services-section-left { float:left; width: 63.5%; margin-right:2.5%; }
			.services-section-left.full { float:none; width:100%;margin-right:0px; }
			.services-section-right { float:left;width: 31.5%; margin-left:2.5%; }
			
		/* Media */
			.media-page .footer { margin-top:0px; }
			.media-page h1.page-title { margin-bottom:0px; }

			.media-up-arrow 
			{ 
				position: fixed; display:none; bottom:10px; left:0px;margin:auto;right:0px; cursor:pointer; width:40px; height:40px; z-index:10000;background-color:rgba(0, 0, 0, 0.2); 
				-webkit-transition: background 350ms ease-in-out; -moz-transition: background 350ms ease-in-out;
				-ms-transition: background 350ms ease-in-out; -o-transition: background 350ms ease-in-out;
				transition: background 350ms ease-in-out;
				
				-webkit-border-radius: 4px;	-moz-border-radius: 4px; border-radius: 4px;
			}
			
			.media-up-arrow img 
			{ 
				width:40px; height:40px; opacity: 0.3; filter: alpha(opacity=30); 
				-webkit-transition: all 350ms ease-in-out; -moz-transition: all 350ms ease-in-out;
				-ms-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out;
				transition: all 350ms ease-in-out;
			}
			
			.csstransitions .media-up-arrow:hover { background-color:rgba(0, 0, 0, 0.3); }
			.csstransitions .media-up-arrow:hover img { opacity: 1; filter: alpha(opacity=100); }
			/* Left Column */
			.media-left-col 
			{ 
				float:left; width: 69.006312836100070142623334112696%; margin-right: 3.1914893617021276595744680851064%;padding-top:100px; padding-bottom:30px; 
				background-image: url('../img/media-archive-line-vert.png'); background-repeat: repeat-y; background-position: 12% top;
			}
			.media-left-col a { color: black;  }
			.media-left-col > h3 {  }
			.media-list { text-align:center; }
			.media-entry-container { position:relative; }
			.media-entry-wrapper { position:relative; z-index:4; background-color: #F9F9F9;padding:20px;padding-bottom:1px; }
			.media-entry
			{
				text-align:left; width:76%; margin-bottom: 10px;
				-webkit-border-radius: 4px 0px 0px 4px; border-radius: 4px 0px 0px 4px; 
				border-right: 5px solid #8EC63F; float:left;
				-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;   
			}
			
			.media-item-image { text-align:center; margin-bottom:20px;margin-top:10px; }
			.media-breadcrumb { font-size:18px;letter-spacing:2px;font-weight:100;line-height:16px;margin-left:12%;padding-left:10px; margin-bottom:20px;text-transform:uppercase; }
			.media-breadcrumb a { color: #8EC63F; }
			/* Dates */ 
			.media-year-sep, .media-date 
			{
				background-color: #8EC63F; text-align:center; padding:0px 10px; min-width:79px; color: white; text-transform:uppercase;
				-webkit-border-radius: 4px 4px 4px 4px; border-radius: 4px 4px 4px 4px; display: inline-block; 
			}
			.media-year-sep { margin:25px 0px; }
			
			.media-date { width:auto;max-width:100%; }

			.media-entry-pin-bar { position:absolute; right:73%;top:50%;width:15%;height:1px; border-top: 1px solid #F0F0F0;z-index:1; }
			.media-entry-pin 
			{ 
				width: 12px; height: 12px;position:relative; left:-6px;top:-7px;z-index:2; 
				background-color: #6F9E2D;
				-webkit-border-radius: 12px; -webkit-border-radius: 50%; border-radius: 50%; 
			}
			.media-heading { text-decoration:underline; }
			
			.media-date-wrapper
			{
				width:24%;float:left;text-align:center;
				min-width:23%; position:relative;height:100%;
			}
			
			.ajaxMediaLoader { text-align:center; padding-top:10px;min-height:30px;margin-left:24%; }
			.ajaxMediaLoader img { display:none; }
			/* Right Column */
				.media-right-col { float:right; width: 27.802197802197802197802197802198%; }
				.media-archive-inner { margin-left:10px; border-left: 1px solid #F0F0F0; padding-top:24px;padding-left:20px; position:relative; }
				.media-right-col h3.sub-title { font-size: 18px; line-height: 18px; margin-bottom:20px; }
				ul.media-archive{ list-style-type: none; padding: 0px;	}
				ul.media-archive li 
				{ 
					margin-top:10px; margin-bottom:10px; display:block;
					background-image: url('../img/LightGreenDot.png'); background-repeat: no-repeat; background-position: 0px 2px; padding-left: 13px; margin-left:-28px;line-height: 24px;
					color: #93CA4A;position:relative;text-transform:uppercase; font-size: 14px; line-height:18px;
					
				}
				ul.media-archive a { display:block; }
				ul.media-archive > li > a { color: black !important;cursor:pointer; }
				ul.media-archive li span.archive-line 
				{ 
					padding-left: 28px;
					background-image: url('../img/media-archive-line.png'); background-repeat: no-repeat; background-position: left center;
				}
				ul.media-archive li span.date { background-color:white; padding-left:4px;}
				
				ul.media-archive li.year { background-image:none !important;color: black; font-weight:100; padding-left: 8px; font-size: 18px;line-height:18px;padding-top:10px; }
				ul.media-archive li.year span.archive-line { padding-left: 16px; }
				
				ul.media-archive ul { margin-left:20px; }
				ul.media-archive ul span.archive-line { padding-left:25px !important; }
				
				ul.media-archive ul li:hover, ul.media-archive li.active
				{
					background-image: url('../img/DarkGreenDot.png');
				}
				
				ul.media-archive li.active > a .date
				{
					color: #6E9F2C;cursor:pointer; font-weight:400;
				}
				
				ul.media-archive .mobile-year { display:none; }
				
		/* About */
			.about-section { margin-top:50px; }
			.about-section h3.sub-title { margin-bottom:0px}
			.about-section h3.section-title { margin-top:14px; }
			.about-section-left { width: 29.574468085106382978723404255319%; float:left;}
			.about-section-right { width: 70.425531914893617021276595744681%; float:left; }
		
			.team-member { border-bottom: 1px solid #F0F0F0; padding:75px 0px; padding-bottom:51px; }
			.team-member.last { padding-bottom:0px; border-bottom: 0px; }
			
			.team-member-left { width: 27.574468085106382978723404255319%; float:left; padding-right:2%; }
			.team-member-right { width: 70.425531914893617021276595744681%; float:left; }
			
			.member-photo-container { position:relative; margin-bottom:20px;vertical-align:bottom; }
			.member-photo-wrapper { display:inline-block; max-width:221px; width:100%;	}

			.member-photo-box 
			{ 
				display:inline-block;
				max-width:223px;width:100%;max-height:223px;height:auto;
				background-color: #EEE9E5; position:relative;
				text-align:center; overflow:hidden;
				-webkit-border-radius: 50%;border-radius: 50%; 		
				-webkit-box-shadow: inset 0px 0px 2px 2px #EEE9E5;
				box-shadow: inset 0px 0px 2px 2px #EEE9E5; 	
			}
			
			.member-photo-box img 
			{ 
				display:block;margin:auto;width:100%;height:auto;max-width:223px; max-height:223px;
				-webkit-border-radius: 50%;border-radius: 50%; 	
			}

			.team-member-right h2.page-title { border-bottom: 0px; margin-top:0px;margin-bottom:11px; }
			.member-details { padding-right:22px;}

			.member-qualifications
			{
				padding-bottom: 19px;margin-bottom:4px; margin-top:35px;
				color: #3D3D3D;font-size:14px;
			}
			.member-qualifications h3.section-title { margin-bottom:10px; }
			.team-member .member-linkedin { margin-bottom:24px; }
			
			.team-member .education-title
			{
				margin-top:-10px; color: #BDBDBD; font-size:14px;
			}
			
			.team-member .member-social { text-align:center;max-width:221px; margin-top:30px; }
			.team-member .member-social a { display:inline-block;margin-left:5px; margin-right:5px; }
			.about-logo {  }
			.about-logo img { margin-top:10px;max-width:110px; }
		/* Contact */	
			#map_container, #map_canvas { height:378px; overflow:hidden;}
			#map_container {  margin-bottom: 80px; position:relative; }
			#map_container h1 
			{ 
				position:absolute; z-index:4000;left:0px;top:50%;margin-top:-100px;line-height:85px;width:100%;text-align:center;
				text-shadow: none;
			}
			.contact-group { margin-bottom:20px; }
			.contact-group:first-of-type { padding-top:14px; }

			.contact h1, .contact h2 { position: absolute;top:-60px;  }
			.contact .grid_container { border-bottom: 1px solid #F0F0F0;padding-top:0px; position: relative; }
			.contact-inner { padding-top:40px; }
			.contact-inner .button { margin-top:10px; }
			.contact-inner form > p { display: none; }
			.contact .contact-description { margin-top:0px;margin-bottom:15px; }
			.contact .address-sep { width:25%;height:1px; border-top: 1px solid #EBEBEB; margin:auto;margin-bottom:20px; }
			.contact .contact-text { font-weight:bold; }
			.contact .callout-phone { margin-bottom:20px; }
			
				
		/* Assessment Form */
			.assessment-col { float:left; width: 46.808510638297872340425531914894%; margin-right: 6.3829787234042553191489361702128% }
			
			.gform_wrapper { margin-top: 0px !important; }
			.gform_footer { padding-top: 0px !important; margin-top: 0px !important }
			.gform_wrapper .gfield_description { font-weight:400 !important;  font-size:14px !important; line-height:14px;}
			.gform_wrapper .validation_error { color: red !important; font-weight: 400 !important; }
			.gform_wrapper .validation_message { color: red !important; }
			.gform_wrapper .gfield_error { background-color: white !important;border: 0px !important;padding-left:0px !important;  }
			#gform_wrapper_1 .gform_body li.gfield.gfield_error.gfield_contains_required 
			{ 
				padding-left: 0px !important; color: #000 !important; margin-top:0px !important;
				margin-bottom:12px !important; padding:0px !important; 
			}
			
			#gform_wrapper_1 input[type="text"],
			#gform_wrapper_1 input[type="email"],
			#gform_wrapper_1 input[type="number"],
			#gform_wrapper_1 input[type="password"],
			#gform_wrapper_1 textarea
			{
				width:75% !important;
			}
			
			#gform_wrapper_1 .chzn-search { display: none !important; }
			.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label
			{
				font-weight: 400 !important;
			}
			
			#gform_wrapper_1.gform_wrapper .gfield_error .gfield_label { color: #000 !important; }
			
			#gform_wrapper_1.gform_wrapper .top_label .gfield_error .ginput_container {  }
			#gform_wrapper_1 .gform_body li.gfield.gfield_error.gfield_contains_required input[type="text"],
			#gform_wrapper_1 .gform_body li.gfield.gfield_error.gfield_contains_required input[type="email"],
			#gform_wrapper_1 .gform_body li.gfield.gfield_error.gfield_contains_required input[type="number"],
			#gform_wrapper_1 .gform_body li.gfield.gfield_error.gfield_contains_required input[type="password"]
			{
				margin-bottom:10px !important;
			}
			#gform_wrapper_1.gform_wrapper div.validation_error { font-size: 16px; }
			.gform_wrapper .top_label .gfield_error { width: 100% !important; }
			#gform_wrapper_1 .gfield_required { color: #000 !important; }
			html .gform_wrapper .top_label li.gfield_error { color: #000 !important; }
		 	#gform_wrapper_1 .gfield_description.validation_message { padding: 0px !important; }
			#gform_wrapper_1.gform_wrapper .top_label .gfield_label { font-weight: 400; margin-top:0px !important; }
			#gform_wrapper_1.gform_wrapper .gfield_radio li input[type="radio"] { margin-top:3px; }
			#gform_wrapper_1.gform_wrapper .ginput_container + .gfield_description.validation_message { margin-top: 0px; }
			#gform_wrapper_1 #gform_submit_button_1 { margin-top:60px; }
			#gform_wrapper_1.gform_wrapper ul.gfield_radio { margin-bottom:16px !important; }
			
			/* Date fields */
			.gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_year input,
			.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input
			{
				margin-bottom:5px !important; padding-top:4px !important;padding-bottom:4px !important;
			}
			
			.gform_wrapper .gfield_time_ampm { padding-top:1px; }
			
			#field_1_8 .ginput_container, #field_1_7 .ginput_container, #field_1_5 .ginput_container { margin-bottom:10px;}
			
		/* Blogs */	
			.addthis_toolbox { float:right; }	
			.addthis_button_google_plusone.at300b { width: 60px; }
			.addthis_toolbox.addthis_default_style { padding-top: 15px;	}
			.share-container { position: relative; height: 40px; }
			.addthis_toolbox { display:inline;}
			.addthis_toolbox > div { }
			.addthis_button_tweet.at300b { width: 85px;	}
			
			.blog #primary { border-right:1px solid #F5F5F5; margin-top:50px; }
			.blog #secondary { margin-top:50px; }
				
			.blog-post-image { text-align:center;margin-bottom:40px; }	
			
			article.post .blog-header
			{
				display:table;width:100%
			}
			
			.blog-date-container { float:left; width: 15.223880597014925373134328358209%; margin-right: 2.9850746268656716417910447761194% }
			.blog-date 
			{ 
				
				background-color: #8EC63F; -webkit-border-radius: 4px; border-radius: 4px; display:inline-block; 
				width:100%;max-width:92px; padding: 12px 5px; text-align:center; color: white; font-size: 37px; line-height: 31px;
				margin-right:19px;float:left;
			}
			.blog-date span { display: block; }
			.blog-date span:last-child { font-size: 19px; line-height:19px;  }
			
			.blog .archive-header { margin-bottom:0px; }
			.blog .archive-header h1.archive-title, .blog h1.archive-title 
			{ 
				margin-top: 0px;text-transform:uppercase; font-weight:300; letter-spacing: 4px; 
				font-size:24px; line-height: 24px; margin-bottom:30px;
			}
			
			.blog .front-news-author p { padding-top:5px; }
			.blog article.post { padding-bottom:50px; border-bottom:1px solid #F5F5F5;margin-bottom:40px; padding-right:30px; position:relative; }
			.blog article.post .read-more { position:absolute; bottom:30px; right:10%; }
			.blog article.post:last-child, .single.blog article.post { border-bottom: 0px; }
			.blog-title { float:left;width: 81.791044776119402985074626865672%; }
			.blog-title h3.sub-title a { color: #000; }
			.blog-title h3.sub-title { font-weight:100; font-size:29px; line-height:29px; margin-bottom:12px; margin-top:12px; }
			.blog .share-container { float:right; }
			
			.nav-single .nav-next a { margin-right:20px; }
	
	
	/* =Media queries
	-------------------------------------------------------------- */
	@media screen and (max-width:1200px)
	{
		.main-banner .flex-control-paging { bottom:0px; }
		.main-banner .flex-direction-nav a { top:auto; bottom:12px;margin-top:0px; }
		.flex-direction-nav a.flex-prev { left:10px; }
		.flex-direction-nav a.flex-next { right:10px; }
	}
	/* Desktop */
	@media screen and (min-width: 960px)
	{
		
		#header-nav nav .nav-menu { display: block !important; height: 99px !important;margin-top:0px !important;padding-bottom: 0px !important; }
		
		/* Menu Item Hover */
		.nav-menu li
		{
			-webkit-transition: background 350ms ease-in-out, border 350ms ease-in-out; 
			-moz-transition: background 350ms ease-in-out, border 350ms ease-in-out;
			-ms-transition: background 350ms ease-in-out, border 350ms ease-in-out; 
			-o-transition: background 350ms ease-in-out, border 350ms ease-in-out;
			transition: background 350ms ease-in-out, border 350ms ease-in-out;
			
			border-top:4px solid transparent;
		}
		
		.nav-menu li a 
		{ 
			-webkit-transition: color 250ms ease-in-out; -moz-transition: color 250ms ease-in-out;
			-ms-transition: color 250ms ease-in-out; -o-transition: color 250ms ease-in-out;
			transition: color 250ms ease-in-out;	
		}
		
		.nav-menu li:hover { background-color:#8EC63F; border-top:4px solid #6F9E2D !important;  }
		.nav-menu li:hover a { color: white !important; }
	}
	
	/* iPad and Above */
	@media screen and (min-width: 768px)
	{
		ul.media-archive ul { display: block !important; }
	}
	
	/* Small Screens */
	@media screen and (max-width: 959px)
	{
		.page-banner { max-height:335px; }
		.main-banner-callout { margin-left:0px; left:10px;}
		.header-container { min-width:320px; }	
		
		#header-nav nav .nav-menu { margin-right:0px;}
		.media-up-arrow { left:auto;right:10px; }	
		
		#header-nav nav .nav-menu > #menu-item-649,
		#header-nav nav .nav-menu > #menu-item-649, #menu-item-649 a
		{
			color: #8EC63F !important; display:block !important;
		}
		
		.main-banner-content { padding:0px 30px; }
		#header-nav nav .nav-menu > li a:hover { color: #8EC63F !important  }
	}
	
	/* iPad 768 - 959 */
	@media screen and (min-width: 768px) and (max-width: 959px)
	{
		/* Common */
			.callout-widget-text { padding:10px;padding-top:20px; padding-bottom:20px; }
		/* Header */
			.menu-toggle {
				display: inline;float:right;
				margin-right:10px;margin-top:37px;margin-left:20px;
			}
	
			#header-nav {  position:relative !important; }
			#header-nav .nav-menu a { text-decoration: none; display:block;  height:100%;padding:15px 27px !important;}	
			#header-nav nav .nav-menu 
			{ 
				display:none; z-index:5000; position:absolute; right:0px; top:100%;
				background-color: white; width:180px !important; margin-top:0px; float:right; 
				padding-bottom:10px; height:auto;overflow:hidden !important;
				border-right: 8px solid #8EC63F;
			}
			
			#header-nav nav .nav-menu > li { height:auto;font-size:16px; line-height:16px;width:100%; text-align:right !important; }
			
			#header-nav .menu-main-menu-container { float:none; }
			body #wpadminbar { z-index:4999 !important; }
			body.admin-bar .header-container { top:0px;z-index:5000; }
			
		/* Main Banner */
					
		
		/* Page Banner */	
			body.admin-bar .header-wrapper { min-height:68px; }
			.page-banner .pageBannerImage { margin-left:-850px;width:1700px; }

		/* Frontpage */
			.home .latest-posts .grid_container { padding-left:10px;padding-right:10px; }
			
		/* Footer */


	}

	
	/* Mobile */
	@media screen and (max-width: 767px)
	{
		.site-content { float: none; width: 100%; }
		.widget-area { float: none; width: 100%; }
		body { overflow:hidden; }
		/* Header */
			body.admin-bar .header-container { top:0px; }
			#header-nav { text-align:center; height:51px; }
			#logo { display: none; }
			#mobileLogo { display:inline-block; float:left; margin-left:10px; }
			#mobileLogo img { display:block; max-width:130px;}
			#header-nav .wrapper { padding:0px; }
			.menu-toggle {
				display: inline;float:right;
				margin-right:10px;margin-top:9px;
			}

			.header-callout { display: none; }
			
			h3.sub-title { text-align:center; }
			
			#secondary { max-width:320px; margin:auto; }
			
		/* Main Navigation */
			.header-wrapper { min-height:53px; }
			body.admin-bar .header-wrapper { min-height:7px; }
			#header-nav nav .nav-menu { display:none; z-index:5000;text-align:left !important }
			#header-nav { border-bottom: 2px solid #8EC63F; }
			#header-nav.opened { border-bottom: 2px solid transparent; }
			.nav-menu .underline-div { display:none !important; }
			.nav-menu a { text-decoration: none;  display:block; width:90%; height:100%;padding:15px 5% !important;}	
			#header-nav nav .nav-menu 
			{ 
				background-color: white; width:100%; position:static;padding-bottom:10px; height:auto;overflow:hidden !important;
				border-bottom: 2px solid #8EC63F; margin-top: 7px !important;
			}
			#header-nav nav .nav-menu > li { height:auto;font-size:16px; line-height:16px; float:none; }
			#header-nav .menu-main-menu-container { float:none; }

		/* Columns */
			.grid_1_2_col_1, .grid_1_2_col_2, .grid_2_col, .grid_2_col,
			.grid_3_col, .grid_1_2_1_col_1, .grid_1_2_1_col_2, 
			.grid_featured_left, .grid_featured_right, .contact_col_left, 
			.contact_col_right, .left-contact-box, .right-contact-box, .frontpage-left-col, 
			.frontpage-right-col, .assessment-col { float:none !important;width: 100% !important; margin-right: 0px;margin-bottom: 30px; }
			.left-contact-box, .right-contact-box { margin-bottom:0px; }
			
		/* Common */
			h1.page-title { text-align:center; margin-top:50px; }
			.full-width #primary { margin-top:30px; }
			.error404 #s { max-width:none; }			
		/* Frontpage */
			.client-section .client-image { width:50%; }
			.client-section .client-image:nth-child(3) { clear:both; }
			.service-item { padding-bottom:50px; }
			.service-item.last { padding-bottom:0px; }
			/* Overview */
				.frontpage-enquiry-left, .frontpage-enquiry-right { float:none; width:100%;text-align:center; }
				.frontpage-enquiry-left { margin-bottom:30px; }
				.front-overview .overview-image { position:static; display:block; max-height:300px !important;}
				.front-overview .frontpage-left-col { margin-bottom:0px;min-height:200px;max-height:300px; }
				.front-overview .overview-button-container { text-align:center }
			
			/* Latest Posts */
				.latest-posts { padding: 10px 0px; } 
				.latest-post-box { float:none; width: 100%;margin-left:auto !important; margin-right:auto !important; }
				.latest-posts-button-inner { position:static;  } 
				.home .latest-posts .grid_container { padding-left:10px;padding-right:10px; }
		
		
		/* Main Banner */
			.main-banner-content { padding:0px 15px; }
			.main-banner h2 { text-align:center; margin-top:0px; }
			.main-banner .banner-sub-title { text-align:center; }
		/* Page Banner */	
			.page-banner h1, #map_container h1 
			{ 
				color: white; text-shadow: 0 0px 38px rgba(0, 0, 0, 1.0); font-size:50px; font-weight: 400; letter-spacing:1px; 
				font-size:50px;line-height:50px; 
				padding-left:0px !important;
			}
			
			.page-banner-underline 
			{ 
				max-width:200px;
			}
			
			.page-banner-outer { width:300px; margin-left:-150px; }
			.page-banner { overflow:hidden;max-height:200px; }
			.page-banner .pageBannerImage { margin-left:-600px;width:1200px; }
			
		/* Footer */
			.footer { text-align:center !important; margin-top:30px;}
			.footer #true-footer { text-align:center; }
			.footer a { text-decoration: none; color: #C1C1C1; }
			.bottom-footer { font-size:12px; padding: 20px 0px; padding-bottom: 15px; clear:both; position: relative; }
			.footer-left { float:none;}
			.footer .menu-main-menu-container { float:none !important; }
			/* Social Buttons */	
				.footer .social-container { float:none; margin-bottom: 10px; display:inline-block; }
				.footer-menu { margin-bottom:15px; }
			
			.footer-right { float:none; }
			.footer-menu li { padding-left:4px; padding-right:4px; }
			
			.footer-callout { display:block; }
			
			.footer .menu-item-649 { display: none !important; }
		/* Contact */ 
			#map_container, #map_canvas { max-height:280px; }
			#map_container h1 { margin-top:-70px; }
			#map_container { margin-bottom:0px !important; } 
			.form-field input[type="submit"] { float:none; margin:auto; display:block; }
			.form-field .ajax-loader { display:block; margin:auto !important;float:none; margin-top:20px !important; }
			.contact .page-seperator.banner { margin-top:50px; }
		
			.contact h1, .contact h2 { position:static; border-bottom: 1px solid #F0F0F0; padding-bottom:13px; text-align:center; }
			.contact-inner { padding:0px; }
			.contact .grid_container { border-bottom: 0px; }
			.contact-footer { text-align:center; }
			.contact-footer .contact-text, .contact-footer .callout-phone { display:none; }	
			
		/* Team */
			.about-section-left, .about-section-right,
			.team-member-right, .team-member-left { float:none; width:100%; }
			.team-member-left { margin-bottom:20px; }
			.team-member { padding-top:40px; padding-bottom:30px;  }
			.team-member h2 { text-align:center; }
			.team-member .member-social { max-width:none;margin-top:0px; }
			.team-member .education-title { text-align:center; }
			.member-photo-container { text-align:center;margin:auto; }
			.member-photo-wrapper { width:100%; float: none; max-width: none; padding-bottom:10px; margin:auto;display:block;text-align:center; }

			.member-qualifications h3 { text-align:center;} 
			.member-qualifications { margin-bottom:0px; }
			.member-details { padding-top:0px;padding-right:0px; }
			.member-linkedin { text-align:center; }
			
		/* Assessment */
			#gform_wrapper_1 input[type="text"],
			#gform_wrapper_1 input[type="email"],
			#gform_wrapper_1 input[type="number"],
			#gform_wrapper_1 input[type="password"],
			#gform_wrapper_1 textarea
			{
				width: 100% !important;
			}
			
			#gform_wrapper_1 .gform_footer { text-align:center; }
	
		/* Blog */
			.blog #secondary .widget-title { text-align: center; }
			.blog #primary { border-right:0px;}
			.blog article.post { padding-right: 0px;padding-bottom:50px; }
			.blog-date { float:none; margin:0px; }
			.blog article.post .entry-header { text-align:center; }
			.blog article.post .blog-title { float:none; width:100%; }
			.blog .front-news-author img { float:none; margin: 0px; }
			.blog .blog-post-image { margin-bottom:30px; }
			.blog-date-container { float:none; width: 100%; margin-right: 0%; }
			.blog .share-container { float:none; }
			.blog .addthis_toolbox { float:none; text-align:center; width: 122px; margin: 0 auto; display:block; }
			.blog .front-author-details p { padding-top:0px; }
			.nav-single > span { float:none; width: 100%; text-align:center; display:block; }
			
		/* Media */
			.media-right-col, .media-date-wrapper, .media-left-col { float:none; width: 100%; }
			.media-entry { margin-left:14%; width:84%;  }
			.media-entry-container.contains-date { margin-top:50px;  }
			.media-left-col 
			{ 
				padding-top: 0px;
				margin-top:30px;
				background-position: 4% top;
				background:none !important;
			}
			.media-date-wrapper { float:left !important; position:absolute;top:-50px; left:0px; }
			.media-date { margin: 10px auto; }
			.media-entry-pin-bar { left:4%; }
			.media-archive-inner { margin-left:0px; padding-left:0px;border:0px; }
			.media-list 
			{  
				background-image: url('../img/media-archive-line-vert.png'); background-repeat: repeat-y; background-position: 4% top;
			}
			.media-breadcrumb { text-align:center; margin-left:0px; padding-bottom:10px;}
			.ajaxMediaLoader { margin-left:0%; }
			/* Media Accordion */
				ul.media-archive li { background-image: none !important; margin-left:0px; }
				ul.media-archive li span { background-image: none !important;  } 
				ul.media-archive { padding-bottom:30px !important; }
				ul.media-archive ul { display:none  }
				ul.media-archive > li.active ul { display:block; }
				ul.media-archive li.active { background: none !important; }
				ul.media-archive li:hover { background: none !important;}
				ul.media-archive .mobile-year { display:block; }
				ul.media-archive li.year a { text-decoration: none !important }
		
		/* Services */		
		.services-section-left, .services-section-right { float:none; width: 100%; margin-right:0%;margin-left:0px; }
		.services-section-right { text-align:center; }
	} 
	
	@media only screen and (max-width : 568px) and (orientation: landscape)
	{
		#header-nav nav .nav-menu > li { float:left; width:50%;}
	}
	
	
	/* Retina Stylesheet */
	@media only screen and (-webkit-min-device-pixel-ratio: 2), 
	only screen and (min-resolution: 192dpi) 
	{ 
		ul.list li,
		.service-item ul li { background-image: url('../img/dot@2x.png'); -webkit-background-size: 11px 11px; background-size: 11px 11px; }	
		#s 
		{ 
			background-image: url('../img/searchicon@2x.png'); -webkit-background-size: 21px 18px; background-size: 21px 18px;
		} 
		
		.media-entry-pin, ul.media-archive li.active
		{ 
			background-image: url('../img/DarkGreenDot@2x.png'); -webkit-background-size: 15px 15px; background-size: 15px 15px;
		}

		ul.media-archive li 
		{ 
			background-image: url('../img/LightGreenDot@2x.png'); -webkit-background-size: 15px 15px; background-size: 15px 15px;
		}
		
		.menu-toggle {
			background-image: url('../img/menuLines@2x.png'); -webkit-background-size: 15px 13px; background-size: 15px 13px;
		}
		
		.menu-toggle.active
		{
			background-image: url('../img/menuX@2x.png'); -webkit-background-size: 15px 13px; background-size: 15px 13px;
		}
		
	}
	
	
	
	/* Minimum width of 768 pixels. */
	@media screen and (min-width: 768px) {
		.author-avatar {
			float: left;
			margin-top: 8px;
			margin-top: 0.571428571rem;
		}
		.author-description {
			float: right;
			width: 80%;
		}
		
		.site-header h1,
		.site-header h2 {
			text-align: left;
		}
		.site-header h1 {
			font-size: 26px;
			font-size: 1.857142857rem;
			line-height: 1.846153846;
			margin-bottom: 0;
		}
		.main-navigation ul.nav-menu,
		.main-navigation div.nav-menu > ul {
			text-align: left;
			width: 100%;
		}
		.main-navigation ul {
			margin: 0;
			text-indent: 0;
		}
		.main-navigation li a,
		.main-navigation li {
			display: inline-block;
			text-decoration: none;
		}
		.main-navigation li a {
			border-bottom: 0;
			color: #6a6a6a;
			text-transform: uppercase;
			white-space: nowrap;
		}

		.main-navigation li {
			position: relative;
		}
		.main-navigation li ul {
			display: none;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 100%;
			z-index: 1;
		}
		.main-navigation li ul ul {
			top: 0;
			left: 100%;
		}
		.main-navigation ul li:hover > ul {
			border-left: 0;
			display: block;
		}
		.main-navigation li ul li a {
			display: block;
			white-space: normal;
		}
		.main-navigation li ul li a:hover {
			background: #e3e3e3;
			color: #444;
		}
		.main-navigation .current-menu-item > a,
		.main-navigation .current-menu-ancestor > a,
		.main-navigation .current_page_item > a,
		.main-navigation .current_page_ancestor > a {
			
		}
		
		.entry-header .entry-title {
			font-size: 22px;
			font-size: 1.571428571rem;
		}
		#respond form input[type="text"] {
			width: 46.333333333%;
		}
		#respond form textarea.blog-textarea {
			width: 79.666666667%;
		}
		
		.commentlist .children {
			margin-left: 48px;
			margin-left: 3.428571429rem;
		}
	}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}