/*
Theme Name: Nextgen
*/


/* =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: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
html {
	overflow: auto;
	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;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
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: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.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: "";
}
.clear {
	clear: both;
}

/* =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,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	font-family: inherit;
	padding: 10px 5px;
}
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 */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.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;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
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);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.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;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.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 {
	background-image: url("img/content-top.png"), url("img/content-top-plus.png");	/*preloading*/
	font-size: 14px;
	font-family: 'trebuchet_msregular', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'trebuchet_msregular', Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
a:hover {
	color: #0f3647;
}
a:focus {
	outline: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.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: 10; /* Above WP toolbar */
}

/* Page structure */
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
#masthead {
	height: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
}
#header-bg {
	background: #f7f7f7;
	height:160px;
	left: -40px;
	position: absolute;
	right: -40px;
	top: -200px;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	z-index: -1;
}
#head-logo {
	filter: alhpa(opacity=0);
	float: left;
	margin-top: 30px;
	opacity: 0;
}
#head-logo img {
	display: block; 
}

/* Navigation Menu */
.main-navigation {
	filter: alpha(opacity=0);
	float: right;
	font-family: 'Unica One', sans-serif;
	font-size: 18px;
	margin-top: 30px;
	opacity: 0;
	text-align: right;
}
.main-navigation li {
	margin-top: 24px;
}
.main-navigation a {
	color: #5e5e5e;
}
.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;
}


/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 40px;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	color: #66b418;
	font-family: 'Unica One', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.4;
}
.widget-area .widget p {
	margin-bottom: 0.5em;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 20px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}



/* =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,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.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;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.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,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	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 {
	border-bottom: 4px double #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	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;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =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 cite b {
	font-weight: normal;
}
.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 .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;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
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
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =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;
}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background-position: left top;
}

.bx-wrapper .bx-next {
	right: 10px;
	background-position: right top;
}

.bx-wrapper .bx-prev:hover {
	background-position: left bottom;
}

.bx-wrapper .bx-next:hover {
	background-position: right bottom;
}

.bx-wrapper .bx-controls-direction a {
	background-image: url("img/left-right.png");
	position: absolute;
	top: 50%;
	margin-top: -14px;
	outline: 0;
	width: 27px;
	height: 29px;
	text-indent: -9999px;
	z-index: 6;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 10px;
}






.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.571428571rem;
}
.author-description {
	float: right;
	width: 80%;
}
.site {
	margin: 0 auto;
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	overflow: hidden;
}
.site-content {
	float: left;
	width: 65.104166667%;
}
body.template-front-page .site-content,
body.attachment .site-content,
body.full-width .site-content {
	width: 100%;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: inline-block !important;
	text-align: right;
}
.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;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
}
.main-navigation li a:hover,
.main-navigation li.active a {
	color: #66b418;
}
.main-navigation li {
	margin: 0 0 0 20px;
	position: relative;
}
.main-navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation .focus > ul {
	border-left: 0;
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
.main-navigation li ul li a {
	background: #efefef;
	border-bottom: 1px solid #ededed;
	display: block;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	padding: 8px 10px;
	padding: 0.571428571rem 0.714285714rem;
	width: 180px;
	width: 12.85714286rem;
	white-space: normal;
}
.main-navigation li ul li a:hover,
.main-navigation li ul li a:focus {
	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 {
	color: #66b418;
}
.menu-toggle {
	display: none;
}
.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%;
}
.template-front-page .site-content,
.template-front-page article {
	overflow: hidden;
}
.template-front-page.has-post-thumbnail article {
	float: left;
	width: 47.916666667%;
}
.entry-page-image {
	float: right;
	margin-bottom: 0;
	width: 47.916666667%;
}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
	float: left;
	width: 51.875%;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.template-front-page .widget-area .widget:nth-child(odd) {
	clear: right;
}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
	float: right;
	width: 39.0625%;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
	float: none;
	width: auto;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}


.one-of-three {float: left; width: 32%; margin-right: 2%; }
.one-of-three.last {margin-right: 0; }
.one-of-three.last + .one-of-three {clear: both; }

/** {
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}*/

.parallax-background {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-size: cover;
}
.full-background {
	background-color: #023c5e;
	background-position: 50% 50%;
	background-size: cover;
}
.sections-wrapper {
	position: relative;
	opacity: 0;
	z-index: 1;
}
#intro-stage {
	height: 212px;
	margin-top: -110px;
	position: absolute;
	left: 0; right: 0; top: 50%;
	filter:alpha(opacity=0);
	opacity:0;
}
#intro-stage img {
	left: 50%;
	position: absolute;
	top: 50%;
	width: 545px;
}
#intro-stage .left-x {
	margin-left: -90px;
	margin-top: -45px;
}
#intro-stage .right-x {
	margin-left: -67px;
    margin-top: -45px;
}
#intro-stage .blur-logo, 
#intro-stage .normal-logo {
	margin-left: -296px;
    margin-top: -113px;
}
#intro-stage .normal-logo {
	filter:alpha(opacity=0);
	opacity:0;
}
section {
	-webkit-transform: translate3d(0,0,0);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
section.splash {
	bottom: 0;
	left: 0; 
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}
section.splash .splash-logo {
	display: block;
	left: 50%;
	position: absolute;
	margin: -57px 0 0 -207px;
	top: 50%;
}
section.splash .footer {
	bottom: 20px;
	color: #696969;
	left: 20px;
	position: absolute;
	right: 0;
}
section.splash .footer .copyright {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	vertical-align: middle;
}
section.splash .footer .social-icon {
	background: #66b418;
	border-radius: 50%;
	display: inline-block;
	height: 27px;
	margin-right: 5px;
	vertical-align: middle;
	width: 26px;
}
section.splash .footer .social-icon:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
section.splash .footer .social-icon img {
	display: block;
}
section.home {
	z-index: 1;
}
section.home .header {
	background-color: #66b418;
	padding-top: 250px;
	padding-bottom: 220px;
}
section.home .header > .site {
}
section.home .header h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase; 
}
section .section-content {
	background-color: #fff;
	position: relative;
}
section .section-content.plus-background {
	background-image: url("img/plus-background.png");
	background-repeat: repeat;
	background-position: left top;
}
section .section-content .content-top {
	background: url("img/content-top.png") no-repeat left top;
	height: 115px;
	left: 0;
	position: absolute;
	right: 0;
	top: -115px;
}
section .section-content.plus-background .content-top {
	background-image: url("img/content-top-plus.png");
}
section.home .home-menu {
	padding: 20px 0 50px;
}
section.home .home-menu li {
	display: block;
	float: left;
	margin-bottom: 50px;
	min-width: 100px;
	position: relative;
	text-align: center;
	width: 25%;
}
section.home .home-menu li a {
	color: #023c5e;
	display: block;
	font-family: 'Unica One', sans-serif;
	font-size: 18px;
	margin: auto;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
section.home .home-menu li .icon-wrap {
	background-color: #dadada;
	background-image: url("img/home-icons.png");
	border-radius: 50%;
	display: block;
	height: 100px;
	margin: 0 auto 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: 100px;
}
section.home .home-menu li .icon-wrap.profile {
	background-position: 0px 0px;
}
section.home .home-menu li .icon-wrap.people {
	background-position: -100px 0px;
}
section.home .home-menu li .icon-wrap.work {
	background-position: -200px 0px;
}
section.home .home-menu li .icon-wrap.connect {
	background-position: -300px 0px;
}
section.home .home-menu li a:hover .icon-wrap {
	background-color: #023c5e;
}
section.home .home-menu li a:hover .icon-wrap.profile {
	background-position: 0px -100px;
}
section.home .home-menu li a:hover .icon-wrap.people {
	background-position: -100px -100px;
}
section.home .home-menu li a:hover .icon-wrap.work {
	background-position: -200px -100px;
}
section.home .home-menu li a:hover .icon-wrap.connect {
	background-position: -300px -100px;
}
section.home .home-menu li .caption {
	display: block;
}
section .header {
	color: #fff;
}
section .header .green {
	color: #66b418;
}
section .header .blue {
	color: #023c5e;
}
section .header h1 {
	font-size: 48px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
section .header h2 {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}
section.profile .header {
	padding-bottom: 150px;
	padding-top: 180px;
}
section.profile h2.heading {
	color: #000;
	font-size: 36px;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	padding-bottom: 55px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
section.profile .profile-content {
	background: #f8f7f7;
}
section.profile .profile-content .site {
	padding-bottom: 50px;
	padding-top: 50px;
}
section.profile .profile-content .content {
	color: #6f6f6f;
	font-size: 18px;
	line-height: 1.3;
	padding-left: 340px;
	position: relative;
}
section.profile .profile-content .content .large-x {
	position: absolute;
	left: 0;
	top: 0;
}
section.profile .profile-content .content p {
	margin-bottom: 1em;
}
section.profile .profile-content .content h3 {
	color: #66b418;
	font-family: 'Unica One', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}
section.profile .profile-content .content h3 img {
	margin-bottom: 20px;
	margin-top: 0;
}
section.profile .profile-content .content h3 + p {
	color: #2c353d;
	font-size: 15px;
	padding-left: 82px;
}
section.profile .quote-wrap {
	background: #fff;
	padding: 40px 0;
}
section.profile .quote-wrap .quote {
	color: #787776;
	text-align: center;
}
section.profile .quote-wrap .quote h1 {
	color: #66b418;
	line-height: 1.2;
	font-size: 48px;
	margin-bottom: 30px;
}
section.profile .quote-wrap .quote p {
	font-size: 18px;
	font-style: italic;
}
section.leadership .header {
	padding-bottom: 230px;
	padding-top: 250px;
}
.quote-section .quote {
	padding: 20px 0 40px;
	line-height: 50px;
	margin: 0 auto;
}
.quote-section .quote h1 {
	color: #000;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
}
.quote-section .quote h3 {
	color: #66b418;
	font-family: 'Unica One', sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
}
.thumb-photo{
	border-bottom: 4px solid #66b418;
	display: block;
	height: 0;
	padding-bottom: 60%;
	position: relative;
	opacity: 0.85;
	filter:alpha(opacity=85);
	overflow: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	width: auto;
}
.thumb-photo .original {
	background-size: cover !important;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0; 
	transition:    all 0.4s;
	-webkit-transition: all 0.4s;
	z-index: 0;
}
.grayscale {
	background-size: cover !important;
	display: none;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0; 
	transition:    all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 1;
    filter: url('img/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	z-index: 1;
}
.post-block {
	margin-bottom: 30px;
	position: relative;
}
.post-block h4 {
	border-left: 2px solid #e9e8e4;
	border-right: 2px solid #e9e8e4;
	color: #505050;
	font-family: 'Unica One', sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
}
.post-block .meta {
	border: 2px solid #e9e8e4;
	text-align: center;
}
.post-block .meta .padder {
	background: #fff;
	margin-bottom: -2px;
	margin-left: 16px;
	margin-right: 16px;
}
.member .contact-icons {
	text-align: center;
}
.member .contact-icons a {
	display: inline-block;
	padding: 10px 20px 10px 25px;
	border-left: 2px solid #e9e8e4;
}
.member .contact-icons a:first-child {
	border-left: none; 
}
.leadership-wrap, .work-wrap {
	padding-top: 20px;
}
section.work .header {
	background-color: #66b418;
	padding-bottom: 200px;
	padding-top: 230px;
}
.work .address {
	color: #66b418;
	font-family: 'Unica One', sans-serif;
	font-size: 16px;
	padding: 10px 0;
	text-transform: uppercase;
}
section.contact {
	background-color: #eaeae9;
	background-image: url("img/map.jpg");
	min-height: 600px;
	position: relative;
}
section.contact #contact_map {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 0;
}
section.contact .form-wrap {
	background: #fff;
	float: right;
	margin-bottom: 100px;
	margin-top: 180px;
	width: 660px; 
}
section.contact .form-wrap .nav {
	padding: 0 30px;
}
section.contact .form-wrap .nav .tab-nav {
	float: left;
}
section.contact .form-wrap .nav .social {
	float: right;
	padding-top: 22px;
}
section.contact .form-wrap .nav .social a {
	background: #66b418;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	transform: all 0.4s;
	-webkit-transform: all 0.4s;
}
section.contact .form-wrap .nav .social a:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
section.contact .form-wrap .nav .social a img {
	display: block;
}
section.contact .form-wrap .nav .tab-nav a {
	color: #505050;
	display: inline-block;
	font-family: 'Unica One', sans-serif;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-right: 20px;
	padding: 30px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
section.contact .form-wrap .nav .tab-nav a.active, section.contact .form-wrap .nav .tab-nav a:hover {
	color: #66b418;
}
section.contact .form-wrap .nav .tab-nav a:before {
	background: #66b418;
	content:'';
	display: block;
	height: 0;
	position: absolute;
	left: 0; top: 0; right: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
section.contact .form-wrap .nav .tab-nav a.active:before {
	height: 4px;
}
section.contact .form-wrap .panels {
	padding: 5px 30px 10px;
}
section.contact .form-wrap .panels .panel {
	color: #505050;
	display: none;
	font-size: 11px;
}
section.contact .form-wrap .panels .panel.active {
	display: block;
}
section.contact .form-wrap .panels .panel .left {
	float: left;
	width: 38%;
}
section.contact .form-wrap .panels .panel .right {
	float: right;
	width: 58%;
}
section.contact .form-wrap .panels .panel .field {
	margin-bottom: 10px;
	position: relative;
}
section.contact .form-wrap .panels .panel .field:after {
	clear: both;
	content: '';
	display: block;
}
section.contact .form-wrap .panels .panel label {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}
section.contact .form-wrap .panels .panel .wpcf7-form-control-wrap {
	display: block;
}
section.contact .form-wrap .panels .panel .wpcf7-form-control-wrap.phone-part1,
section.contact .form-wrap .panels .panel .wpcf7-form-control-wrap.phone-part2 {
	float: left;
	margin-right: 4%;
	width: 28%;
}
section.contact .form-wrap .panels .panel .wpcf7-form-control-wrap.phone-part3 {
	float: right;
	width: 36%;
}
section.contact .form-wrap .panels .panel .wpcf7-text {
	border-top: 1px solid #9fa3ad;
	border-bottom: 1px solid #dadcde;
	border-left: 1px solid #d1d2d7;
	border-right: 1px solid #d1d2d7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
	font-size: 12px;
	width: 100%;
}
section.contact .form-wrap .panels .panel .field .description {
	background: #f3f3f4;
	border-radius: 2px 2px 0 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.15) inset;
	padding: 10px;
	left: 1px; right: 1px; top: 18px;
	position: absolute;
	z-index: 1;
}
section.contact .form-wrap .panels .panel .field.submit {
	text-align: right;
}
section.contact .form-wrap .panels .panel .field.submit .wpcf7-submit {
	-webkit-appearance:none;
	background: #66b418;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-family: 'Unica One', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	width: 150px;
}
section.contact .form-wrap .panels .panel .field.submit .wpcf7-submit + img.ajax-loader {
	left: -160px;
	margin-left: -16px;
	position: relative;
}
section.contact .form-wrap .panels .panel .wpcf7-textarea {
	border-top: 1px solid #9fa3ad;
	border-bottom: 1px solid #dadcde;
	border-left: 1px solid #d1d2d7;
	border-right: 1px solid #d1d2d7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
	height: 225px;
	padding-top: 35px;
	resize: none;
	width: 100%;
}
.wpcf7-checkbox input[type='checkbox'] {position: absolute; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0; }
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label { padding-left:24px; display:block; line-height:16px; background-image: url("img/check0.png"); cursor:pointer; }
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label { background-image: url("img/check1.png");}
.wpcf7-checkbox .wpcf7-list-item-label {  background-repeat: no-repeat; color: #000; font-weight: normal; font-size: 11px;}
section.contact .form-wrap .panels .panel span.wpcf7-list-item {margin-left: 0; }
section.contact .form-wrap .footer {
	background: #464646;
	color: #fff;
	font-size: 13px;
	padding: 15px 30px;
	line-height: 1.5;
}
#footer {
	background: #14191c;
	color: #677079;
	letter-spacing: 0.5px;
	padding-bottom: 40px;
	position: relative;
}
#footer .footer-top, #post-overlay .element-list .element .footer-section .footer-top {
	background: url("img/footer-top.png") no-repeat left 20px #1a2024;
	padding-bottom: 3%;
	padding-top: 20px;
}
#footer .widget-area {
	float: left;
	width: 23%;
	margin-right: 2%;
}
#footer .copyright {
	float: right;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 30px;
	width: 50%;
	text-align: right;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#post-overlay {
	background: #aaa;
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow: hidden;
	z-index: 999;
}
#post-overlay .element-list {
	background:#111;
	position: fixed;
	left: 0; top: 0; right: auto; bottom: 0;
	overflow: hidden;
	z-index: 980;
}
#post-overlay.leadership #leadership-list, 
#post-overlay.work #work-list  {
	display: block; 
}
#post-overlay.leadership #work-list, 
#post-overlay.work #leadership-list  {
	display: none; 
}
#overlay-header {
	font-family: 'Unica One', sans-serif;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	left: 0; top: 0; right: 0;
	padding-top: 30px;
	text-transform: uppercase;
	z-index: 990;
}
#overlay-header .site {
	min-height: 20px;
}
#overlay-header .title {
	color: #505050;
	font-size: 24px;
}
#overlay-header .subtitle {
	color: #8f8f8f;
	margin-left: 10px;
}
#overlay-header .line1 {
	padding-top: 3px;
}
#overlay-header .line2 {
	color: #66b418;
}
#overlay-header a {
	opacity: 0.8;
	filter:alpha(opacity=80);
	position: absolute;
	top: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#overlay-header a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
#overlay-header #overlay-close {
	right: 20px;
}
#overlay-header .post-nav.next {
	right: 60px;
}
#overlay-header .post-nav.prev {
	right: 90px;
}
#overlay-header .header-bg {
	background: #eae9e9;
	height:160px;
	left: -40px;
	position: absolute;
	right: -40px;
	top: -65px;
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}
#post-overlay .element-list .element {
	color: #9c9c9c;
	float: left;
	font-size: 20px;
	height: 100% !important;
	line-height: 1.5;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.sections-wrapper *, #post-overlay .element-list .element *{
	-webkit-transform: translate3d(0,0,0);
}

#post-overlay .element-list .element * {
/*	-webkit-transform: translate3d(0,0,0);*/
}
#post-overlay .element-list.scrolling .element {
	overflow: hidden;
}
#post-overlay .element-list .element .page {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 100%;
	position: relative;

	-webkit-transform: translate3d(0,0,0);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
#post-overlay .element-list .element .page .top-padder {
	height: 70px;
}
#post-overlay .element-list .element .page .background {
	background-color: #1c1c1c;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	overflow: hidden;
	z-index: -1;
}
#post-overlay .element-list .element .page .background .bg-img {
	background-attachment: scroll !important;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 0;
}
video.bg-img {
	width: 100%;
	height: auto;
	min-height: 0 !important; 
}
#post-overlay .element-list .element .page .background .shadow {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	z-index: 1;
}
#leadership-list .element .page.page1 .background .bg-img {
	left: 40%;
	opacity: 0.7;
}
#leadership-list .element .page1 .background .shadow:before {
	background: #1c1c1c;
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0; right: 60%; bottom: 0;
}
#leadership-list .element .page1 .background .shadow:after {
	content: '';
	display: block;
	position: absolute;
	left: 40%; top: 0; right: 0; bottom: 0;
	background: -moz-linear-gradient(left,  rgba(28,28,28,1) 0%, rgba(28,28,28,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,1)), color-stop(100%,rgba(28,28,28,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(28,28,28,1) 0%,rgba(28,28,28,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(28,28,28,1) 0%,rgba(28,28,28,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#001c1c1c',GradientType=1 ); /* IE6-9 */
}
#leadership-list .element .page.page2 .background .bg-img {
	right: 30%;
	opacity: 0.7;
}
#work-list .element .page.page2 .background .bg-img {
	opacity: 0.3;
}
#post-overlay .element-list .element .page2 .background .shadow:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0; right: 30%; bottom: 0;
	background: -moz-linear-gradient(left,  rgba(28,28,28,0) 0%, rgba(28,28,28,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(28,28,28,0)), color-stop(100%,rgba(28,28,28,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(28,28,28,0) 0%,rgba(28,28,28,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(28,28,28,0) 0%,rgba(28,28,28,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(28,28,28,0) 0%,rgba(28,28,28,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(28,28,28,0) 0%,rgba(28,28,28,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001c1c1c', endColorstr='#1c1c1c',GradientType=1 ); /* IE6-9 */
}
#post-overlay .element-list .element .page2 .background .shadow:after {
	background: #1c1c1c;
	content: '';
	display: block;
	position: absolute;
	left: 70%; top: 0; right: 0; bottom: 0;
}
#work-list .element .page.page2 .background .shadow {
	display: none;
}
#work-list .element .page.page2 .background .shadow:before,
#work-list .element .page.page2 .background .shadow:after {
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#post-overlay .element-list .element .page.page3 .background {
	height: 0;
	padding-bottom: 56.25%;/* must be 16:9 background */
	position: relative;
}
#post-overlay .element-list .element .page.page3 .footer-section {
	/* position: static; */
}
/*added min-height to fix background issue. Also set the background-color to transparent*/
#post-overlay .element-list .element .page.page3 .background .bg-img {
	/* opacity: 0.5; */
	min-height:900px;
}
#post-overlay .element-list .element .page.page3 .background {
	background-color: transparent!important;
}



#post-overlay .element-list .element .page .page-nav-wrap {
	bottom: 40px;
	left: 50%;
	position: absolute;
	margin-left: -38px;
	z-index: 5;
}
#post-overlay .element-list .element .page2 .page-nav-wrap {
	margin-left: -69px;
}
#post-overlay .element-list .element .page3 .page-nav-wrap {
	bottom: auto;
	top: 120px;
}
#post-overlay .element-list .element .page .page-nav-wrap a {
	margin-left: 4px;
	margin-right: 4px;
	opacity: 0.15;
	filter:alpha(opacity=15);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
#post-overlay .element-list .element .page .page-nav-wrap a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
#post-overlay .element-list .element h1 {
	color: #fff;
	font-size: 32px;
}
#post-overlay .element-list .element h3 {
	color: #66b418;
	font-family: 'Unica One', sans-serif;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 22px;
	margin-bottom: 15px;
}
#post-overlay .element-list .element .footer-section {
	background: #14191c;
	font-size: 12px;
	position: absolute;
	left: 0; right: 0; bottom: 0;
}
#post-overlay .element-list .element .footer-section .column {
	float: left;
	margin-right: 11%;
	margin-bottom: 40px;
	width: 22%;
}
#post-overlay .element-list .element .footer-section .column p {
	margin-bottom: 0.8em;
}
#leadership-list .element .page1 .padder {
	padding-right: 50%;
}
#leadership-list .element .page1 .quote {
}
#leadership-list .element .page1 .quote h1 {
	background: #151515;
	border: 2px solid #292929;
	border-radius: 8px;
	line-height: 1.3;
	margin-bottom: 60px;
	padding: 40px 25px;
	position:relative;
	text-align: center;
}
#leadership-list .element .page1 .quote h1:after {
	bottom: -39px;
	background: url("img/quote-tag.png");
	content: '';
	display: block;
	height: 44px;
	position: absolute;
	right: 106px;
	width: 66px;
}
#post-overlay .element-list .element .page2 .padder {
	padding-left: 50%;
}
#work-list .element .page1 .padder{
	background: #fff;
	background: rgba(255,255,255,0.67);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	position: absolute;
	left: 0; bottom: 70px;
	text-align: center;
	width: 340px;
}
#work-list .element .page1 .padder:after {
	background: url("img/quote-tag-white.png") no-repeat left bottom;
	bottom: -24px;
	content: '';
	display: block;
	height: 24px;
	position: absolute;
	opacity: 0.67;
	filter:alpha(opacity=67);
	right: 70px;
	width: 46px;
}
#work-list .element .page1 .padder .quote {
	padding: 35px 30px;
}
#work-list .element .page1 .padder .quote h1 {
	color: #000;
	font-size: 28px;
	line-height: 1.285;
}
#work-list .element .page1 .padder .quote .description {
	color: #66b418;
	font-family: 'Unica One', sans-serif;
	font-size: 18px;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-top: 15px;
	text-transform: uppercase;
}
#post-overlay .element-list .element .page.page1 > .site {
	opacity: 0;
	filter:alpha(opacity=0);
}
#mobile-nav-button {display: none; }
.video-background .videoBG_wrapper, .video-background .videoBG { width: auto !important; height: auto !important; right: 0; bottom: 0; }

#main {background: #14191c; }

/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (min-width: 1025px) {
	.thumb-photo:hover {
		opacity: 1;
		filter:alpha(opacity=100);
	}
	.thumb-photo:hover .grayscale {
		opacity: 0;
		filter:alpha(opacity=00);
	}
	.thumb-photo:hover * {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.grayscale {
		display: block;
	}
}
@media screen and (max-width: 1024px) {
	.parallax-background {background-attachment: scroll !important; }
	.bx-wrapper .bx-controls-direction a {display: none; }
	#post-overlay .element-list .element {display: none; }
	#post-overlay .element-list .element.active {display: block; }
	#post-overlay .element-list .element .page .page-nav-wrap {display:none;}
}
@media screen and (max-width: 1023px) {
	.member .contact-icons a {padding-left: 15px; padding-right: 20px;}
	section.profile .profile-content .content {padding-left: 33%; }
	section.profile .profile-content .content .large-x {width: 30%; height: auto; }
	.post-block h4 span {display: block; }
	.post-block h4 span.comma {display: none; }
	#footer .widget-area {width: 48%; margin-right: 4%; }
	#footer .widget-area.footer-column2 {margin-right: 0; }
	#footer .copyright {float: none; width: auto; text-align: center; clear: both;}
	#post-overlay .element-list .element .page.page3 {min-height: 0; }
	#post-overlay .element-list .element .page.page3 .footer-section {position: static; }
	#post-overlay .element-list .element .page.page3 .background .bg-img {min-height:0px;}
	#leadership-list.element-list  .element .page1 .top-padder, #leadership-list.element-list .element .page2 .top-padder {height: 250px; }
}
@media screen and (max-width: 767px) {
	#connect > .site {padding-left: 0; padding-right: 0; }
	section.contact #contact_map {position: static; width: auto; height: 300px; }
	section.contact .form-wrap {float: none; width: auto; margin-bottom: 0; margin-top: 0;}
	#post-overlay .element-list .element .page {padding-top: 80px; padding-bottom: 40px; }
	#post-overlay .element-list .element .footer-section {position: static; }
	#post-overlay .element-list .element .page.page3 {padding-top: 0; padding-bottom: 0; }
	/*remove min-height to fix background issue. Also set the background-color*/
	/* #post-overlay .element-list .element .page.page3 .background {background-color:#1c1c1c;} */
	#leadership-list.element-list .element .page1 .top-padder, #leadership-list .element.element-list .page2 .top-padder {height: 70px; }
}
@media screen and (max-width: 640px) {
	.site {padding-left: 10px; padding-right: 10px; }
	#masthead .site {overflow: visible; }
	#mobile-nav-button { position: absolute; right: 10px; top: 25px; display: block; padding-top: 5px; padding-bottom: 2px; }
	#site-navigation {display: none; position: absolute; right: 0; top: 30px; background: #dadada; padding: 10px; opacity: 1 !important; filter:alpha(opacity=100) !important; }
	#site-navigation:after {content: ''; display: block; width: 0; height: 0; border: 10px solid transparent; border-bottom-color: #dadada; position: absolute; right: 12px; top: -20px; }
	.main-navigation li a, .main-navigation li {display: block; }
	section.home .home-menu li {width: 50%; }
	section.profile .quote-wrap .quote h1 {font-size: 32px; }
	section.profile .quote-wrap .quote h1, section.profile .quote-wrap .quote p {padding-left: 30px; padding-right: 30px; }
	/**/
	/*section.profile .profile-content .content h3 img {display: none; }*/
	.bx-wrapper .bx-prev {left: 0;}
	.bx-wrapper .bx-next {right: 0; }
	.one-of-three {float: none; margin-right: 0; width: auto; }
	section.contact .form-wrap .panels .panel .left, section.contact .form-wrap .panels .panel .right {float: none; width: auto; }
	#footer .widget-area, #footer .copyright, #post-overlay .element-list .element .footer-section .column {float: none; width: auto; text-align: center; margin-right: 0;}
	#overlay-header {padding-top: 15px; }
	#overlay-header .title, #overlay-header .subtitle {display: block; margin-left: 0;}
	#overlay-header .line1 {padding-right: 100px; }
	#leadership-list .element .page1 .padder, #post-overlay .element-list .element .page2 .padder {padding-right: 0; padding-left: 0;}
	#leadership-list .element .page1 .quote h1 {background: rgba(28,28,28,0.7); }
	#leadership-list .element .page1 .quote h1:after, #work-list .element .page1 .padder:after {display: none; }
	#leadership-list .element .page.page1 .background .bg-img, #leadership-list .element .page.page2 .background .bg-img, #work-list .element .page.page2 .background .bg-img {left: 0; right: 0; opacity: 0.2; filter:alpha(opacity=20);}
	#post-overlay .element-list .element .page .background .shadow {display: none; }
	#work-list .element .page1 .padder {position: static; width: auto; }
	section.profile .profile-content .content {padding-left: 0;}
	section.profile .profile-content .content .large-x {display:none;}
	.post-block h4 span, .post-block h4 span.comma {display: inline; }
	#post-overlay .element .page .padder {padding-top: 0 !important; padding-bottom: 0 !important; }
}
@media screen and (max-width: 480px) {
	section.splash .splash-logo {width: 300px; height: auto; margin-left: -150px; }
	section.splash .footer {text-align: center; left: 0; }
	section.splash .footer .copyright {display: block; margin-left: 0; margin-top: 20px; }
	section.home .header h1 {font-size: 32px; }
	section .section-content .content-top {height: 50px; top: -50px; }
	section .header h1 {font-size: 30px; }
	section .header h2 {font-size: 28px; }
	section.home .header, section.profile .header, section.leadership .header, section.work .header {padding-bottom: 80px; padding-top: 135px;}
	section.profile h2.heading {font-size: 20px; }
	section.profile .quote-wrap .quote h1 {font-size: 24px; }
	section.profile .quote-wrap .quote p {font-size: 14px; }
	.quote-section .quote {line-height: 1.4;}
	.quote-section .quote h1 {font-size: 20px; }
	.quote-section .quote h3 {font-size: 18px; line-height: 1; margin-top: 10px; }
	section.contact .form-wrap .nav {padding: 0 10px; }
	section.contact .form-wrap .nav .tab-nav a {margin-right: 10px; }
	section.contact .form-wrap .nav .social {padding-top: 0; }
	#leadership-list .element .page1 .quote h1, #work-list .element .page1 .padder .quote {padding: 20px; }
	#post-overlay .element-list .element {font-size: 14px; }
	#post-overlay .element-list .element h1, #work-list .element .page1 .padder .quote h1 {font-size: 22px; }
	/**/
	section.contact {background: #fff; padding-top:110px; }
	section.contact #contact_map {display:none;}
	#post-overlay .element-list .element .page .top-padder {height: 155px !important; }

	#post-overlay .element-list .element .page.page3 .background {z-index: 0; }
}
