/*
	Theme Name:	Showcase Pro
	Theme URI: http://my.studiopress.com/themes/showcase/
	Description: This is the Showcase Pro Theme created for the Genesis Framework.
	Author: Bloom
	Author URI: http://www.designbybloom.co

	Version: 2.0.2

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.4

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.columnblocks .blockwrapper, .columnimage, .teamwrapper, input:before, input, .archivewrapper {transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);}
.columnblocks .blockwrapper div, .columnblocks .blockwrapper h4 {transition: all 0.6s ease-in-out;}
.how, .numbers {transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);}
.socialicons {transition: all 0.2s ease-in-out;}
.sidebar.sticky {position:fixed;float:none;}
@media only screen and (min-width: 800px) {.sidebary-primary {display:none;}}


/* Float Clearing
 * ========================================================================== */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.page-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.page-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 800px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}

.home.noheader header, body.entrepreneurs-of-color-fund-sf header{display:none;}


/* Typography
 * ========================================================================== */

html {
  font-size: 62.5%;
}

body {
	color: #404040;
	background: #FFF;
	font-family: "Roboto", "Avenir", "Helvetica", arial;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}
	

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 2rem;
  	font-weight: 300;
	letter-spacing: -0.02em;
}

/* Display */

h1,
.content .entry-title,
.site-title {
	font-size: 4rem;
  	font-weight: 300;
  	line-height: 1.2;
}

@media only screen and (min-width: 800px) {

	h1,
	.content .entry-title {
		font-size: 5rem;
	}

}

/* Headline */

h2 {
	font-size: 3.2rem;
  	line-height: 1.4;
  	font-weight: 300;
}

@media only screen and (min-width: 800px) {

	h2 {
		font-size: 4rem;
  	}
}

/* Title */

h3,
body.woocommerce-page ul.products li.product h3 {
	font-size: 2rem;
  	line-height: 1.4;
  	font-weight: 400;
}

.archive.category h1.archive-title, h1.archive-title, .archive h1.archive-title {font-size: 40px;font-weight: 300;}

@media only screen and (min-width: 800px) {
	h3,
	body.woocommerce-page ul.products li.product h3,
	h1.archive-title {
		
	}
}

/* SubTitle */

h4,
.site-description {
	font-size: 1.8rem;
	line-height: 1.5;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	font-weight: 400;
}

/* Mast */

h5,
.widget-title, .widgettitle,
.genesis-nav-menu a,
button, input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.archive.category .archive-title,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.8;
	text-transform: capitalize;
}

/* Caption */

h6,
.entry-meta,
.wp-caption-text,
.gallery-caption,
.site-footer p,
.pagination a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
.woocommerce-MyAccount-navigation li a,
p.comment-meta,
.more-link.button {
	
}


/* Small */

small,
.button.small {
  font-size: 1rem;
}


p {
	margin: 0 0 1.625em;
	padding: 0;
}

p.intro {
  font-size: 1.8rem;
  line-height: 1.8;
}

strong {
	font-weight: 700;
}

blockquote {
	margin: 2rem 0;
}

.entry-content blockquote {
	padding-left: 5rem;
	border-left: 2px solid #404040;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 0.8em;
	color: #555555;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 0.2rem 0.4rem;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 1rem;
	margin: 0 0 1rem;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

fieldset {
  border: 1px solid #e5e5e5;
  padding: 3rem;
  margin: 2rem auto;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #eee;
	margin: 0 0 4rem;
	padding: 4rem 0 0;
}

/* Links
 * ========================================================================== */

a {
	color: #4884C1;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.button:after,
.button:before,
.genesis-nav-menu a,
.showcase-entry-grid .overlay,
.showcase-entry-grid .entry,
button.sub-menu-toggle:before,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span {
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	-moz-transition:    all .75s cubic-bezier(0, 1, .5, 1);
	-ms-transition:     all .75s cubic-bezier(0, 1, .5, 1);
	-o-transition:      all .75s cubic-bezier(0, 1, .5, 1);
	transition:         all .75s cubic-bezier(0, 1, .5, 1);
}

@media only screen and (min-width: 800px) {
	.site-header,
	.genesis-nav-menu .sub-menu {
		-webkit-transition: all .2s ease-in-out;
		-moz-transition:    all .2s ease-in-out;
		-ms-transition:     all .2s ease-in-out;
		-o-transition:      all .2s ease-in-out;
		transition:         all .2s ease-in-out;
	}

}

/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #fff;
	border: 1px solid #dcdcdc;
	color: #404040;
	padding: 1.2rem 2rem 1rem;
	width: 100%;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto;
}

textarea {
	height: auto;
}

button,
.button,
textarea,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="url"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 1rem;
	width: auto;
}

*:focus {outline: none;
	border-color: none;}

input:focus,
textarea:focus,
body.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
	outline: none;
	border-color: none;
}

::-moz-placeholder {
	color: #7b7b7b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #7b7b7b;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* Buttons
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.button,
.pagination:not(.adjacent-entry-pagination) a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page button.button.alt,
body.woocommerce-page a.button.alt,
body.woocommerce-page input.button,
body.woocommerce-page button.button.alt.disabled,
body.woocommerce-page input.button.alt,
body.woocommerce-page input.button:disabled,
body.woocommerce-page input.button:disabled[disabled] {
	background-color: #404040;
	border:2px solid #404040;
	font-size: 18px;
	font-weight: 500;
	box-shadow: none;
	color: #fff;
	line-height: 2em !important;
	cursor: pointer;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 1rem 3rem;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.pagination li a:hover,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page a.button:hover,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button.alt:hover,
body.woocommerce-page button.button.alt.disabled:hover,
body.woocommerce-page a.button.alt:hover,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button.alt:hover {
	background-color: #404040;
	text-decoration: none;
	color: #fff;
	opacity: 0.7;
	box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.1), 0 2rem 2rem rgba(0,0,0,0.1);
}

button.inverted,
input[type="button"].inverted,
input[type="reset"].inverted,
input[type="submit"].inverted,
.button.inverted,
a.button.inverted,
.pagination:not(.adjacent-entry-pagination) a.inverted,
body.woocommerce-page nav.woocommerce-pagination ul li a.inverted,
body.woocommerce-page nav.woocommerce-pagination ul li span.inverted,
body.woocommerce-page #respond input#submit.inverted,
body.woocommerce-page a.button.inverted,
body.woocommerce-page button.button.inverted,
body.woocommerce-page button.button.alt.inverted,
body.woocommerce-page a.button.alt.inverted,
body.woocommerce-page input.button.inverted,
body.woocommerce-page button.button.alt.disabled.inverted,
body.woocommerce-page input.button.alt.inverted,
body.woocommerce-page input.button:disabled.inverted,
body.woocommerce-page input.button:disabled[disabled].inverted {
	background-color: transparent;
	border:2px solid #404040;
	color: #404040;
}

button.inverted:hover,
input[type="button"].inverted:hover,
input[type="reset"].inverted:hover,
input[type="submit"].inverted:hover,
.button.inverted:hover,
.pagination li a.inverted:hover,
body.woocommerce-page #respond input#submit.inverted:hover,
body.woocommerce-page a.button.inverted:hover,
body.woocommerce-page button.button.inverted:hover,
body.woocommerce-page button.button.alt.inverted:hover,
body.woocommerce-page button.button.alt.disabled.inverted:hover,
body.woocommerce-page a.button.alt.inverted:hover,
body.woocommerce-page input.button.inverted:hover,
body.woocommerce-page input.button.alt.inverted:hover {
	background-color: #404040;
	color: #fff;
	box-shadow: inset 0 0 0 20rem rgba(0,0,0,0.1), 0 2rem 2rem rgba(0,0,0,0.1);
	opacity: 1;
}

.button.small {
	font-size: 1.4rem;
	padding: 0.8rem 2rem 0.5rem;
}

.button.light {
	
}

.button.light:hover {
	
}

.bg-primary .button.light {
	background: rgba(255,255,255,0.2);
	color: #ffffff;
}

.bg-primary .button.light:hover,
.bg-secondary .button.light:hover {
	box-shadow: inset 0 0 0 20rem rgba(255,255,255,0.2);
}

.button.full-width {
	display: block;
	width: 100%;
}

.button.arrow-left:before,
.button.arrow-right:after {
	font-family: Ionicons;
	vertical-align: top;
}

.button.arrow-right:after {
	content: "\f30f";
	margin-left: 0.8rem;
}

.button.arrow-right:hover:after {
	margin-left: 1.2rem;
	margin-right: -0.4rem;
}

.button.arrow-left:before {
	content: "\f2ca";
	margin-right: 0.8rem;
}

.button.arrow-left:hover:before {
	margin-right: 1.2rem;
	margin-left: -0.4rem;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 4rem;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 1rem 0 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 0.4rem;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 0.6rem 0;
}

th {
	font-weight: 400;
}

/* Accessibility
 * ========================================================================== */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #404040;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #5b5e5e;
	clip: auto !important;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 2rem;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	outline: 1px dotted rgba(0,0,0,0.2);
}

/* Wordpress
 * ========================================================================== */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 4rem;
}

img.alignnone,
.alignnone {
	margin-bottom: 2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 6rem 4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 4rem 6rem;
}

img.alignleft.entry-image,
img.alignright.entry-image {
	margin-bottom: 0;
}

.entry-content figure {
	margin: 6rem 0 4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 1rem;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 3rem;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

/* Site Containers
 * ========================================================================== */

.showcase-landing {
	background: #fff;
}

.full-width-content .content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .entry-content .woocommerce  {
	margin: 0 auto;
	max-width: 80rem;
	float: none;
}

.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 4rem 0;
	overflow: hidden;
	background: #fff;
}

	.fullwidth .site-inner {padding:0 !important;}
	.fullwidth .site-inner > .wrap {padding:0;margin:0;max-width: none;}
	.fullwidth.full-width-content .content {margin:0;width:100%;max-width: none;}

.front-page .site-inner {
	padding: 0;
}

.full.full-width-content .content,
.woocommerce-page.full-width-content .content {
	max-width: 100%;
	width: 100%;
}

.title-center .entry-header .entry-title {
    text-align: center;
}



/* 404
 * ========================================================================== */
 
.error404 .entry-content ul li, .entry ul li {display:block;}
.error404 .entry-content ul li a, .entry ul li a {margin:0;font-size:18px;}

.error404 .entry-content .genesis-nav-menu .sub-menu {display:block;position: relative;opacity: 1 !important;box-shadow: none; padding:10px 0 10px 20px;width:100%;}

.error404 .entry-content .genesis-nav-menu .sub-menu li:first-child > a, .error404 .entry-content .genesis-nav-menu .sub-menu a {padding:0;}
 

body.single-team .at-above-post.addthis_tool, body.single-get-started .at-above-post.addthis_tool {display: none;}


@media only screen and (min-width: 800px) {

	body:not(.with-page-header) .site-inner, .single-success-stories .site-inner {
		padding-top: 18rem;
	}

}

@media only screen and (min-width: 1100px) {

	.content {
		float: right;
		width: 70%;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
		width: 25%;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.wrap {
		max-width: 120rem;
	}

	.site-inner {
		padding: 8rem 0;
	}

}

@media only screen and (min-width: 1500px) {

	.wrap {
		max-width: 160rem;
	}

}

/* Grid
 * ========================================================================== */

@media only screen and (min-width: 800px) {

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.footer-widgets .widget-area,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths, 
	.footer-widgets .widget-area {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.one-fourth {
		width: 22.413793103448%;
	}

	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-widgets .widget-area:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}

/* Front Page Widgets
 * ========================================================================== */

.flexible-widget-area > .wrap {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.flexible-widgets .widget {
	margin-bottom: 2rem;
}

.flexible-widgets .widget:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {

	.flexible-widget-area > .wrap {
		padding-top: 10%;
		padding-bottom: 10%;
	}

	.flexible-widgets,
	.front-page .featured-content.widget .widget-wrap {
		margin-left: -2rem;
		margin-right: -2rem;
		width: calc( 100% + 4rem );
	}

	.front-page .featured-content .widgettitle {
		margin-left: 2rem
	}

	.flexible-widgets .widget,
	.front-page .featured-content.widget .entry {
		float: left;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-area .widget:nth-of-type(1),
	.flexible-widgets.widget-halves.uneven .widget:last-of-type {
		width: 100%;
	}

	.flexible-widgets.widget-fourths .widget {
		width: 25%;
	}

	.flexible-widgets.widget-halves .widget {
		width: 50%;
	}

	.flexible-widgets.widget-thirds .widget,
	.front-page .featured-content.widget .entry {
		width: 33.33%;
	}

	.flexible-widgets.widget-halves .widget:nth-child(even),
	.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
	.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
		clear: left;
	}

}

/* Front Page 2
 * ========================================================================== */

.front-page-2 {
	text-align: center;
	background: #fff;
}

/* Front Page 3
 * ========================================================================== */

.front-page-3 {
	background-color: #f7f6f7;
	overflow: hidden;
}

.front-page-3 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative;
}

.front-page-3 .widget img.pull-left {
    margin-left: -25%;
}

.front-page-3 .widget img.pull-right {
    margin-right: -25%;
}

.front-page-3 .widget img.pull-right,
.front-page-3 .widget img.pull-left {
	max-width: 150%;
	width: auto;
	margin-bottom: -50%;
	margin-top: 20px;
}

@media only screen and (min-width: 800px) {

	.front-page-3 .flexible-widgets.widget-halves .widget,
	.front-page-3 .widget {
		width: 50%;
		float: left;
		align-self: center;
	}

	.front-page-3 .widget img.pull-left,
	.front-page-3 .widget img.pull-right {
	    margin-bottom: -30%;
	    margin-top: -30%;
	    pointer-events: none;
	}
}


/* Front Page 4
 * ========================================================================== */

.front-page-4 {
	text-align: center;
}

.front-page-4 a,
.front-page-4 {
	color: #fff;
}

.front-page-4 blockquote {
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	margin: 2rem auto;
}

@media only screen and (min-width: 800px) {
	.front-page-4 blockquote {
		font-size: 3rem;
		max-width: 75%;
	}
}

/* Front Page 5
 * ========================================================================== */

.front-page-5 {
	background: #fff;
}

 .front-page-5 .widget:nth-of-type(1) {
 	text-align: center;
 }


/* Widgets
 * ========================================================================== */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 2rem;
	text-indent: -2rem;
}

.widget li li {
	border: 0;
	margin: 0 0 0 3rem;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Testimonials
 * ========================================================================== */

.lSAction {
	display: none !important;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg > li a {
	background-color: #555;
}

#gts-testimonials .lSSlideOuter .lSPager.lSpg>li.active a,
#gts-testimonials .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #4884C1;
}

/* Icons
 * ========================================================================== */

.icon {
	font-size: 6rem;
	margin: 0 0 2rem;
	color: #4884C1;
}


/* Featured Content
 * ========================================================================== */

.featured-content.widget .entry {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Breadcrumbs
 * ========================================================================== */

.breadcrumb {
	background-color: #f1f1f1;
    padding: 8px 2%;
    font-size: 12px;
    font-weight: 900;
    color: #212121;
	margin-bottom: 5%;
}
	.single-success-stories .breadcrumb {background-color: #555;color:#FFF;}
	.get-started-template-default .breadcrumb {display:none;}

.single-post .breadcrumb {margin-bottom: 0;}
.page.fullwidth .breadcrumb {width: 60%;margin: 30px 0 0 5%;}
	@media only screen and (max-width: 920px) {
		.page.fullwidth .breadcrumb {width: 90%;margin-top: 5%;}
	}

	a.breadcrumb-link, .single-success-stories .content a.breadcrumb-link {color:#a7a7a7;}
	.breadcrumb span.separator {color:#777;}
	.breadcrumb .youarehere {font-weight: 200;font-size: 16px;}


/* Plugins
 * ========================================================================== */

/* Genesis eNews Extended */

.enews-widget input {
	margin-bottom: 1rem;
}

.enews-widget p {
	margin-bottom: 2rem;
}

.enews form + p {
	line-height: 1.5;
	margin-top: 3rem;
}

/* Genesis Simple Share */

.content .share-after {
	margin-bottom: 2rem;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #404040;
	border: 1px solid #404040;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #404040 !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

/* Jetpack */

#wpstats {
	display: none;
}

/* Widget Custom Menu
 * ========================================================================== */

.widget_nav_menu .sub-menu {
	margin-top: 1.6rem;
}

/* WooCommerce
 * ========================================================================== */

body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price,
body.woocommerce-page ul.products li.product .price,
body.woocommerce-page form .form-row .required,
.woocommerce-MyAccount-navigation li a {
	color: #404040;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: #f7f6f7;
	border-bottom: 0;
	margin: 0 -1px 0 0;
	padding: 0;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 1.5rem 2rem;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  	display: none;
}

body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error {
 	border: 0;
  	margin-top: 2rem !important;
	line-height: 5rem;
}

body.woocommerce-page span.onsale,
body.woocommerce-page ul.products li.product .onsale {
	border-radius: 0;
	top: 0;
	left: 0;
	right: auto;
	margin: 0;
	padding: 0 1rem;
	background: #404040;
}

body.woocommerce ul.cart_list li,
body.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
 	background: none;
 	border: none;
 	float: left;
 	padding: 0.5rem !important;
 	width: 50%;
}

body.woocommerce ul.cart_list li img, body.woocommerce ul.product_list_widget li img {
 	width: 100% !important;
}

.woocommerce-cart .entry-content p:first-child::first-letter,
.woocommerce-checkout .entry-content p:first-child::first-letter {
 	float: none;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
 	list-style: none;
}

.woocommerce-page input[type="checkbox"],
.woocommerce-page input[type="radio"] {
 	width: auto;
}

body.woocommerce ul.products li.product .price del,
body.woocommerce div.product p.price del,
body.woocommerce div.product span.price del {
	display: inline !important;
}

select.orderby {
 	margin-bottom: 2rem;
}

.stars a,
.star-rating span:before {
	color: #ffb35e !important;
}

.woocommerce .quantity .qty {
	padding: 1.2rem 1rem 1rem;
}

.woocommerce form .form-row label.inline {
	margin-left: 2rem;
}

/* Search Form
 * ========================================================================== */

.search-form {
	position: relative;
	width: 100%;
	margin-bottom: 2rem;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 1.5rem;
	top: 0;
	font-family: ionicons;
	font-size: 3rem;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 1rem 2.8rem 0.9rem 1.2rem;
	font-size: 1.6rem;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	text-indent: -9999px;
	border-color: transparent !important;
	background: transparent !important;
}

.search-form input[type="submit"]:hover {
	box-shadow: none;
}

@media only screen and (min-width: 800px) {

	.search-form {
		width: auto;
		margin-bottom: 4rem;
	}

}


/* Site Header
 * ========================================================================== */

.site-header,
.header-image .site-header {
	width: 100%;
	z-index: 999;
	padding: 2rem 0;
	position: relative;
	background: #fff;
}

.title-area {
	float: left;
	width:160px;
}

.site-title {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 5rem;
	margin: 0 auto;
	position: relative;
}
	.site-title:before {content:'';background: #FFF;height: 80px;width: 150%;display: block;position: absolute;right: 30px;z-index: 0;border-radius: 0 100px 100px 0;}
	.site-title:after {content:'';}

.site-title a {
	color: #404040;
	text-decoration: none;
	text-indent: -9999px;
	background: url('/wp-content/uploads/sites/6/pacificcommunityventures-logo-color.png') no-repeat center left;
    background: url('/wp-content/uploads/sites/6/pacificcommunityventures-logo-color.svg') no-repeat center left;
    background-size: auto 80%;
    display: inline-block;
    position: relative;
    width:-moz-available;
    width:100%;
    z-index:1;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	height: 5rem;
	width: 14rem;
	background-image: url(images/logo_dark.png);
}

@media only screen and (min-width: 800px) {
	body.with-page-header.header-image:not(.header-scroll) .site-title a {
		background-image: url(images/logo_light.png) !important;
	}
}


.header-image .title-area {
	margin: 0;
	width: 14rem;
}

.site-description {
	display: none;
}

@media only screen and (min-width: 800px) {

	.site-header,
	.header-image .site-header {
		padding: 3rem 0 2.5rem;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: transparent;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.header-scroll .site-header {
		background: #fff;
		padding: 0;
		box-shadow: 0 0 2rem rgba(0,0,0,0.05);
	}

	.site-header .wrap {
		max-width: none;
	}

	.site-title {
		font-size: 3.2rem;
		line-height: 8rem;
	}

	.header-image .site-title > a {
		height: 7.5rem;
		width: 20rem;
	}

	.header-image .title-area {
		width: 20rem;
	}

	.with-page-header .site-title a {
		color: #fff;
	}

	.header-scroll .site-title a {
		color: #404040;
	}

	.header-scroll .site-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #404040;
		color: #404040;
	}
}

@media only screen and (max-width: 800px) {
	.site-header {border-bottom: #ccc solid 1px;}
}


/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}
.genesis-nav-menu > li {padding-bottom:20px;}
	
.genesis-nav-menu li.button, .genesis-nav-menu li.button:hover {border:2px solid #8BC53F;background-color:#8BC53F;color:#FFF;padding: 5px 15px;box-shadow: none;}
	.genesis-nav-menu li.button:hover {opacity: .6}
	.genesis-nav-menu li.button a, .genesis-nav-menu li.button:hover a {color:#FFF;text-decoration: none;border-bottom:none;opacity: 1;}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 8px;
	position: relative;
	opacity: 1;
	color: #003473;
	font-weight: 500;
	border-bottom:1px solid rgba(0,52,115,0);
}
	.genesis-nav-menu li:first-of-type a {margin-left:0;}
	@media only screen and (min-width: 900px) {
		.genesis-nav-menu a {margin:0 10px;}
	}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	opacity: 1;
	border-bottom:1px solid rgba(0,52,115,1);
}

/* Home Adjustments + When Banner */
.home .genesis-nav-menu li.button, .home .genesis-nav-menu li.button:hover {border:2px solid #FFF;background-color:transparent;color:#FFF;padding: 5px 15px;box-shadow: none;}
	.home .genesis-nav-menu li.button:hover {opacity: 1; background-color:#FFF;color:#404040;}
	.home .genesis-nav-menu li.button a {color:#FFF;}
		.home .genesis-nav-menu li.button:hover a {color:#404040;text-decoration: none;border-bottom:none;opacity: 1;}

.home .genesis-nav-menu a {color: #FFF;border-bottom:1px solid rgba(255,255,255,0);}
.home .genesis-nav-menu .sub-menu a, .genesis-nav-menu .sub-menu a {color: #404040;border-bottom:1px solid rgba(0,52,115,0);}
	.home .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:hover {border-bottom:1px solid rgba(0,52,115,1);}

.home .genesis-nav-menu li a:hover,
.home .genesis-nav-menu .menu-item a:hover,
.home .genesis-nav-menu .current-menu-item > a {
	border-bottom:1px solid rgba(255,255,255,1);
}

@media only screen and (min-width: 800px) {
	
	.header-scroll .genesis-nav-menu li.button, .header-scroll .genesis-nav-menu li.button:hover, 
	.header-scroll.with-page-header .genesis-nav-menu li.button, .header-scroll.with-page-header .genesis-nav-menu li.button:hover {border:2px solid #8BC53F;background-color:#8BC53F;color:#FFF;padding: 5px 15px;box-shadow: none;}
	
	.header-scroll .genesis-nav-menu li.button:hover, 
	.header-scroll.with-page-header .genesis-nav-menu li.button:hover {opacity: .6;}
	
	.header-scroll .genesis-nav-menu li.button a, .header-scroll .genesis-nav-menu li.button:hover a, 
	.header-scroll.with-page-header .genesis-nav-menu li.button a, .header-scroll.with-page-header .genesis-nav-menu li.button:hover a {color:#FFF;text-decoration: none;border-bottom:none;opacity: 1;}

	.header-scroll .genesis-nav-menu a, 
	.header-scroll.with-page-header .genesis-nav-menu a {color: #003473;border-bottom:1px solid rgba(0,52,115,0);}
	
	.header-scroll .genesis-nav-menu .sub-menu a, 
	.header-scroll.with-page-header .genesis-nav-menu .sub-menu a {color: #404040;}
	
	.header-scroll .genesis-nav-menu li a:hover,
	.header-scroll .genesis-nav-menu .menu-item a:hover,
	.header-scroll .genesis-nav-menu .current-menu-item > a,
	.header-scroll .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
	.header-scroll.with-page-header .genesis-nav-menu li a:hover,
	.header-scroll.with-page-header .genesis-nav-menu .menu-item a:hover,
	.header-scroll.with-page-header .genesis-nav-menu .current-menu-item > a,
	.header-scroll.with-page-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		border-bottom:1px solid rgba(0,52,115,1);
	}
	
	.genesis-nav-menu {margin-top:20px;}
	
	/* with-page-header Adjustments + When Banner */
	.with-page-header .genesis-nav-menu li.button, .with-page-header .genesis-nav-menu li.button:hover {border:2px solid #FFF;background-color:transparent;color:#FFF;padding: 5px 15px;box-shadow: none;}
		.with-page-header .genesis-nav-menu li.button:hover {opacity: 1; background-color:#FFF;color:#404040;}
		.with-page-header .genesis-nav-menu li.button a {color:#FFF;border-bottom:none;}
			.with-page-header .genesis-nav-menu li.button:hover a {color:#404040;text-decoration: none;border-bottom:none;opacity: 1;}
	
	.with-page-header .genesis-nav-menu a {color: #FFF;border-bottom:1px solid rgba(255,255,255,0);}
	
	.with-page-header .genesis-nav-menu li a:hover,
	.with-page-header .genesis-nav-menu .menu-item a:hover,
	.with-page-header .genesis-nav-menu .current-menu-item > a,
	.with-page-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		border-bottom:1px solid rgba(255,255,255,1);
	}
	
	.with-page-header .genesis-nav-menu .sub-menu a:hover, 
	.with-page-header .genesis-nav-menu .sub-menu a:hover {border-bottom:1px solid rgba(0,52,115,1);}

	.header-scroll .site-header .genesis-nav-menu a {
		
	}

	.genesis-nav-menu .menu-item.highlight a {
		background: transparent;
		border: 2px solid #404040;
		line-height: 1;
		padding: 1rem 2rem 0.8rem;
	}

	.with-page-header .genesis-nav-menu .menu-item.highlight a {
		border: 2px solid #fff;
	}

	.genesis-nav-menu .menu-item.highlight a:hover {
		background: #fff;
		color: #404040;
	}

	.genesis-nav-menu .sub-menu {
		width: 18rem;
		z-index: 99;
		background: #fff;
		box-shadow: 0 2rem 2rem -0.05rem rgba(0,0,0,0.1);
		opacity: 0 !important;
		margin-top: 0;
		position: absolute;
		left: 0;
		margin-left: 0;
		pointer-events: none;
		text-align: left;
		display: block !important;
	}

	.genesis-nav-menu > li .sub-menu:before {
		content: " ";
		position: absolute;
		top: -0.5rem;
		left: 1.6rem;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		opacity: 1 !important;
		pointer-events: all;
	}

	.genesis-nav-menu > .menu-item:hover > .sub-menu {
		margin-top: 10px;
		
	}

	.genesis-nav-menu .sub-menu li a {
		border-top: none;
		padding: 0.8rem 1.6rem;
		margin: 0;
		color: #404040;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li {
		width: 100%;
	}

	.genesis-nav-menu .sub-menu li:first-child > a {
		padding-top: 1.6rem;
	}

	.genesis-nav-menu .sub-menu li:last-child a {
		padding-bottom: 1.2rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0 0 0 17.8rem;
		top: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu:before {
		display: none;
	}
}

/* Responsive Menu */

button.sub-menu-toggle,
button.menu-toggle {
	display: none;
	visibility: hidden;
	background: transparent !important;
	color: transparent;
}

@media only screen and (max-width: 800px) {

	button.sub-menu-toggle,
	button.menu-toggle {
		display: block;
		visibility: visible;
	}

	.nav-primary,
	.nav-primary .sub-menu {
		width: 100%;
		display: none;
	}

	button.menu-toggle {
		display: block;
		float: right;
		background: none;
		padding:0;
		overflow: hidden;
		width: 50px;
		height: 50px;
		position: relative;
	}

	button.menu-toggle:hover,
	button.menu-toggle:active,
	button.menu-toggle:focus,
	button.sub-menu-toggle:hover,
	button.sub-menu-toggle:active,
	button.sub-menu-toggle:focus {
		box-shadow: none;
	}

	button.menu-toggle:before {
		position: absolute;
		color: #404040;
		top: 1rem;
		right: 1.2rem;
		display: inline-block;
		font-size: 3rem;
		margin: 0 auto;
		padding: 0;
	}

	button.menu-toggle.activated::before {
	   content: "\f2d7";
	   right: 1.5rem;
	}

	button.sub-menu-toggle {
		position: absolute;
		right: 0;
		top: 0;
		background: transparent;
		padding: 0 1.25rem 0;
	}

	button.sub-menu-toggle:before {
		color: #404040;
		font-size: 16px;
		padding: 14px 5px 14px;
		cursor: pointer;
	}

	button.sub-menu-toggle.activated:before {
		-moz-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.nav-primary .genesis-nav-menu li {
		width: 100%;
	}

	.nav-primary .genesis-nav-menu > li:first-child {
		margin-top: 20px;
	}

	.nav-primary .genesis-nav-menu li .sub-menu {
		margin: 0 0 0 24px;
		width: calc( 100% - 24px );
	}

	.nav-primary .genesis-nav-menu a {
		margin: 0;
		padding: 0;
		font-size: 20px;
		color: #404040;
		font-weight: 300;
	}
		.nav-primary .genesis-nav-menu .sub-menu a {font-size:16px;}
	
	.genesis-nav-menu li.button, .genesis-nav-menu li.button:hover, .home .genesis-nav-menu li.button, .home .genesis-nav-menu li.button:hover {border: 2px solid #8BC53F;background-color: #8BC53F;color: #FFF;padding: 5px 15px;box-shadow: none;}
	
	.nav-primary .genesis-nav-menu li .sub-menu {display: block !important;opacity: 1 !important;}
	
	.site-title:before {opacity:0;}

}

@media only screen and (min-width: 800px) {

	.nav-primary {
		text-align: right;
	}

	.bg-primary .nav-primary {
		padding-bottom: 22px;
	}

	.nav-primary .genesis-nav-menu > li > a {

		padding: 0;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
	    top: 18px;
	}
}

@media only screen and (min-width: 1100px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 10px;
	}
}

/* Sub Nav
 * ========================================================================== */

.nav-secondary {
	text-align: center;
	overflow: hidden;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 99;
}

.nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu {
	padding: 1.6rem 0;
	margin-bottom: -1.6rem;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-secondary .genesis-nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 1rem;
	padding: 4px;
}

.nav-secondary ul li:first-child {
	margin-left: 5%;
	padding-left: 0;
}

.nav-secondary ul li:last-child {
	margin-right: 5%;
	padding-right: 0;
}

.nav-secondary .genesis-nav-menu li a {
	opacity: 0.8;
	padding: 2rem 0;
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	opacity: 1;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
	content: " ";
	border-bottom: 5px solid #333;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

@media only screen and (min-width: 800px) {
	.nav-secondary {
		width: 100%;
	}
}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu li {
		margin: 0 12px;
	}

	.nav-secondary ul li:first-child {
		margin-left: 0;
	}

	.nav-secondary ul li:last-child {
		margin-right: 0;
	}

}

/* WooCommerce Account Nav
 * ========================================================================== */

body.woocommerce-account .entry-title {
	text-align: center;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
	text-align: center;
	width: 100%;
	float: none;
}

body.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
	max-width: 80rem;
	margin: 0 auto;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0 0 4rem !important;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	list-style: none;
}

.woocommerce-MyAccount-navigation li a {
	text-decoration: none;
	padding: 1rem;
	display: inline-block;
}

@media only screen and (min-width: 800px) {

	.woocommerce-MyAccount-navigation li {
		display: inline-block;
	}
}


/* Pagination
 * ========================================================================== */

.pagination,
body.woocommerce-page nav.woocommerce-pagination {
	margin: 4rem auto;
	text-align: center;
	border: none;
}

.pagination.adjacent-entry-pagination {
	padding: 4rem 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border: none;
	font-size: 22px;
    font-weight: 300;
}

.pagination.adjacent-entry-pagination .pagination-previous,
.pagination.adjacent-entry-pagination .pagination-next {
	float: none;
	text-align: center;
	padding: 2rem 0;
	border: none;
}

.pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul {
	display: inline-block;
	border: none;
}

.pagination li,
body.woocommerce-page nav.woocommerce-pagination ul li {
	border-radius: 0;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	border: none;
}

.pagination .pagination-omission {
	border: none;
	padding: 16px 0;
}

.pagination:not(.adjacent-entry-pagination) li a {
	display: block;
	padding: 1rem 1.5rem 0.8rem;
	text-decoration: none;
	color: #404040;
	background: transparent;
	border:none:
}

.pagination li a:hover,
.pagination li.active a,
body.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background: #4884C1;
	color: #fff;
	border:none;
}

.pagination:not(.adjacent-entry-pagination) li.pagination-next a, .pagination:not(.adjacent-entry-pagination) li.pagination-prev a {font-weight: 300;letter-spacing: 0;text-transform: capitalize;}
.pagination:not(.adjacent-entry-pagination) a {border:none;}

@media only screen and (min-width: 800px) {
	.pagination.adjacent-entry-pagination .pagination-previous {
		float: left;
		text-align: left;
		padding: 2rem 0;
	}

	.pagination.adjacent-entry-pagination .pagination-next {
		float: right;
		text-align: right;
		padding: 2rem 0;
	}
}

/* Background Images and Colors
 * ========================================================================== */

.with-background-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.with-background-image:after {
	-ms-filter: "alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.30;
}

.bg-primary,
.bg-primary a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-primary:after,
.bg-light-gray:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-primary:after {
	background: #404040;
}

.bg-light-gray:after {
	background: #dcdcdc;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 8rem 0;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #404040;
}

.page-header h1,
.page-header .author-box-title {
	line-height: 1.2;
	font-size: 40px;
	display: inline-block;
}

.page-header h1:last-child {
	margin-bottom: 0;
}

.page-header p {
	font-size: 2.4rem;
	max-width: 74rem;
	margin-left: auto;
	margin-right: auto;
}

.page-header p:last-child {
	margin-bottom: 0;
}

.page-header a:not(.button) {
	opacity: .5;
}

.page-header a:hover:not(.button) {
	opacity: 1;
}

@media only screen and (min-width: 800px) {

	.page-header {
		padding: calc(7% + 10.8rem) 0 7%;
	}

	.home .page-header {
		padding: calc(10% + 10.8rem) 0 10%;
	}

	.page-header h1,
	.page-header .author-box-title {
		font-size: 6rem;
	}

	.page-header .entry-meta {
		font-size: 1.6ren;
	}

}

/* Pricing Table
 * ========================================================================== */

.pricing-table,
.pricing-table > * {
	display: flex;
	flex-wrap: wrap;
}

.pricing-table > * {
	align-self: stretch;
}

.pricing-table > * > * {
	align-self: stretch;
	flex-grow: 1;
	width: 100%;
}

.pricing-table .plan {
	box-shadow: inset 0 0 0 2px #f0f0f0;
	text-align: center;
	padding: 40px 20px 20px;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
	transition: all .2s ease-out;
	font-size: 14px;
	margin-bottom: 40px;
}

.pricing-table .plan em {
	opacity: .5;
	margin-bottom: 20px;
	display: block;
}

.pricing-table .plan h3 {
	color: #4884C1;
}

.pricing-table .plan h3 span {
	font-size: .66em;
}

.pricing-table .plan ul {
	margin: 0 0 40px;
	line-height: 2;
}

.pricing-table .plan ul li {
	list-style: none;
}

.pricing-table .plan p {
	padding-left: 2rem;
	padding-right: 2rem;
	z-index: 3;
	align-self: flex-end;
}

.pricing-table .plan ul.small {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	letter-spacing: 0.07em;
	margin-bottom: 2rem;
	opacity: 0.75;
}


.pricing-table .plan.featured {
	background: #fff;
	box-shadow: 0 0 0 4px #4884C1;
	z-index: 2;
}

@media only screen and (min-width: 800px) {

	.pricing-info {
		padding-top: 8rem;
	}

	.pricing-table .plan {
		margin-bottom: 4rem !important;
	}

	.pricing-table .plan.one-fourth {
		width: 50%;
		margin: -2px 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child,
	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: 0;
	}

	.pricing-table .plan.one-third {
		width: 33%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-third:first-child {
		margin-left: 0;
	}
}

@media only screen and (min-width: 1100px) {

	.pricing-table .plan.one-fourth {
		width: 25%;
		margin: 0 0 0 -2px;
	}

	.pricing-table .plan.one-fourth:first-child {
		margin-left: 0;
	}

	.pricing-table .plan.one-fourth:nth-child(3) {
		margin-left: -2px;
	}
}


/* Archives
 * ========================================================================== */

.archive-description {
	margin-bottom: 4rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #dcdcdc;
}

/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}
	.fullwidth .entry {margin-bottom:0;}

.page-template-page_blog .entry,
.blog .entry,
.archive .entry:not(.product),
.single-post .entry {
	margin-bottom: 4rem;
	padding: 4rem 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}

.page-template-page_blog .entry:last-child,
.blog .entry:last-child,
.archive .entry:last-child {
	border-bottom-width: 0px;
}

.single-post .entry:first-child {
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-page_blog .blog-template-description {
	display: none;
}

.entry-title a {
	color: #404040;
}

.fullwidth .entry-content p {margin-bottom:0;}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption,
.fullwidth .entry-content div p, .fullwidth .entry-content .gutenwrap p {
	margin-bottom: 2em;
	line-height: 2;
}



.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 4rem;
}

.single .entry-content p.intro,
.page:not(.page-template-page_blog) .entry-content p.intro {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
}

.single .entry-content p.intro:after,
.page .entry-content p.intro:after {
    content: " ";
    border-bottom: 1px solid #dcdcdc;
    margin: 4rem auto;
    display: block;
}

.post-image.entry-image {
	margin-bottom: 4rem;
	max-width:none;
	width:100%;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 3rem;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul, .entry ul {margin-left:20px;font-weight: 300;font-size: 18px;line-height: 32px;}

.entry-content ul li,
.entry ul li {
	list-style-type: none;
	
}
	.entry ul li:before, .entry-content ul li:before {content:'';border-radius: 100%; background-color: #4884C1;height:8px;width:8px;display:inline-block;transform: translate(-20px, 1.2rem); position: absolute;}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 2rem;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

/* Author Box
 * ========================================================================== */

.single .author-box {
	margin: 4rem auto 4rem;
	text-align: center;
	position: relative;
}

.single .author-box .author-box-title {
	margin: 0;
}

.author-box .avatar,
body.woocommerce-page img.avatar {
	max-width: 8rem;
	height: 8rem;
	width: 8rem;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 800px) {

	.single .author-box {
		padding-left: 10rem;
		text-align: left;
	}

	.author-box .avatar {
		position: absolute;
		left: 0;

	}
}


/* Entry Grid
 * ========================================================================== */

.showcase-entry-grid .entry {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 0;
	position: relative;
	text-align: center;
	border: 0;
}

.showcase-entry-grid .entry:hover {
	transform: translateY(-0.5rem);
	box-shadow: 0 2rem 2rem -1rem rgba(0,0,0,0.25);
}

.showcase-entry-grid .entry a {
	border: 0;
	overflow: hidden;
	color: #fff;
}

.showcase-entry-grid .entry img {
	display: block;
}

.overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	-ms-filter: "alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
}

.overlay:hover {
	-ms-filter: "alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.overlay-inner  {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

.overlay-details {
	display: table-cell;
	padding: 1.6rem;
	vertical-align: middle;
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 800px) {

	.showcase-entry-grid {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.showcase-entry-grid .entry {
		width: calc( 50% - 2rem );
		float: left;
		margin: 1rem;
	}
}


/* Comments
 * ========================================================================== */


.comment-respond,
body.woocommerce #review_form #respond,
body .woocommerce form.checkout_coupon,
body .woocommerce form.login,
body .woocommerce form.register,
body .woocommerce-MyAccount-content form {
	background: #f7f6f7;
	border: 0;
    padding: 2rem 2rem 1rem;
	margin-bottom: 4rem;
}

.entry-comments,
.entry-pings {
	padding: 4rem 0 0;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 4rem;
}

.entry-comments .comment {
	padding: 2rem 0;
	border-bottom: 1px solid #dcdcdc;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
	border: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 700;
}

.comment-author .avatar {
	float: left;
	margin-right: 1.6rem;
	margin-bottom: 1.6rem;
	margin-top: -0.6rem;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-meta a {
	font-size: 1.2rem;
}

.comment-edit-link {
	margin-bottom: 2rem;
	display: inline-block;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.comment-form p label {
	font-weight: bold;
}

p.comment-form-comment {
	margin-bottom: 2rem;
}

.comment-list li {
	list-style-type: none;
}

.comment-reply-title small {
	font-size: 1.8rem;
	font-weight: 400;
}

.entry-comments ul.children {
	margin-left: 4rem;
}

.ping-list .reply {
	display: none;
}

@media only screen and (min-width: 800px) {
	.comment-respond,
	body.woocommerce #review_form #respond,
	body .woocommerce form.checkout_coupon,
	body .woocommerce form.login,
	body .woocommerce form.register,
	body .woocommerce-MyAccount-content form {
		padding: 4rem 4rem 3rem;
		margin-bottom: 0;
	}
}

/* Widget Areas
 * ========================================================================== */

.sidebar .widget {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.widget-area ul li {
	list-style-type: none;
	margin-bottom: 1rem;
}

/* Before Footer Widget Area
 * ========================================================================== */

.before-footer {
	background: #f7f6f7;
	padding: 6rem 0;
}

@media only screen and ( min-width: 800px ) {

	.before-footer {
		padding: 10rem 0;
	}

	.before-footer .enews form {
		margin-left: -1rem;
		margin-right: -1rem;
		width: calc( 100% + 2rem );
	}

	.before-footer .enews form input {
		margin: 0 1rem;
		width: calc( 25% - 2rem );
		float: left;
	}
}


/* Footer Widgets
 * ========================================================================== */

.footer-widgets {
	padding: 6rem 0 0;
	background: #8BC53F;
	color: #fff;
}

.footer-widgets .widget-area {
	margin-bottom: 4rem;
}

.footer-widgets a:not(.button) {
	color: #fff;
}

.footer-widgets a:not(.button):hover {
	opacity: .4;
	text-decoration: none;
}

.footer-widgets .widgettitle {
	opacity: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 0;
}

.footer-widgets .simple-social-icons ul {
	margin-top: 1rem !important;
}

.footer-widgets .simple-social-icons ul li {
	margin: 0px 2.4rem 1.2rem 0 !important;
}

.footer-widgets .simple-social-icons ul li a {
	padding: 0px !important;
	border: 0px !important;
}

@media only screen and (min-width: 800px) {

	.footer-widgets {
		padding: 10rem 0 0;
	}

	.footer-widgets .widgettitle {
		
	}
}


/* Site Footer
 * ========================================================================== */

.site-footer {
	padding: 4rem 0;
	background: #404040;
	text-align: center;
	color: #fff;
	opacity: .5;
}

.site-footer a {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Banner Blocks
 * ========================================================================== */
 
 #bannerblock {
	 height:900px;
	 z-index: 0;
	 background-attachment: fixed;
}

.blockwrapper, #bannerblock {
	width:100%;
	color:#FFF;
	position: relative;
	background-repeat: no-repeat;
	background-size:cover;
	z-index: 2;
	background-blend-mode: multiply;
	-webkit-background-blend-mode: multiply;
	-moz-background-blend-mode: multiply;
	-khtml-background-blend-mode: multiply;
	-o-background-blend-mode: multiply;
}
	.blockwrapper:after {content:'';position: absolute; top:0;left:0;height:100%;width:100%;opacity:0.5;z-index: 1;}
		.blockwrapper.gradient:after {opacity:1;}
	#bannerblock:before {content:'';position: absolute; bottom:0;left:0;height:40px;width:40px;z-index: 2;bottom: 5%;left: 50%;transform: translate(-50%,0);
		background: url('/wp-content/uploads/sites/6/down-arrow-white.svg') no-repeat center; background-size: contain;
		animation:arrowanim infinite 2s ease-in-out;
	}
	
		@keyframes arrowanim {0%{opacity:1;bottom:5%;}100%{opacity:0;bottom:2%;}}
		
 	
 	.blockwrapper.lightblue, .blockwrapper.lightblue:after {background-color:#4884C1;}
 		.blockwrapper.lightblue.gradient:after {
 			background: -moz-linear-gradient(left, rgba(72,132,193,1) 30%, rgba(72,132,193,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(72,132,193,1) 30%,rgba(72,132,193,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(72,132,193,1) 30%,rgba(72,132,193,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4884c1', endColorstr='#004884c1',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.lightblue.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(72,132,193,0) 0%, rgba(72,132,193,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(72,132,193,0) 0%,rgba(72,132,193,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(72,132,193,0) 0%,rgba(72,132,193,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004884c1', endColorstr='#4884c1',GradientType=1 ); /* IE6-9 */
 		}
 	.blockwrapper.blue, .blockwrapper.blue:after {background-color:#17629D;}
 		.blockwrapper.blue.gradient:after {
 			background: -moz-linear-gradient(left, rgba(23,98,157,1) 30%, rgba(23,98,157,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(23,98,157,1) 30%,rgba(23,98,157,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(23,98,157,1) 30%,rgba(23,98,157,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17629D', endColorstr='#0017629D',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.blue.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(23,98,157,0) 0%, rgba(23,98,157,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(23,98,157,0) 0%,rgba(23,98,157,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(23,98,157,0) 0%,rgba(23,98,157,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017629D', endColorstr='#17629D',GradientType=1 ); /* IE6-9 */
 		}
 	.blockwrapper.darkblue, .blockwrapper.darkblue:after {background-color:#003473;}
 		.blockwrapper.darkblue.gradient:after {
 			background: -moz-linear-gradient(left, rgba(0,52,116,1) 30%, rgba(0,52,115,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(0,52,115,1) 30%,rgba(0,52,115,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(0,52,115,1) 30%,rgba(0,52,115,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003473', endColorstr='#00003473',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.darkblue.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(0,52,115,0) 0%, rgba(0,52,115,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(0,52,115,0) 0%,rgba(0,52,115,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(0,52,115,0) 0%,rgba(0,52,115,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003473', endColorstr='#003473',GradientType=1 ); /* IE6-9 */
 		}
 	.blockwrapper.green, .blockwrapper.green:after {background-color:#8BC53F;}
 		.blockwrapper.green.gradient:after {
 			background: -moz-linear-gradient(left, rgba(139,197,63,1) 30%, rgba(139,197,63,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(139,197,63,1) 30%,rgba(139,197,63,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(139,197,63,1) 30%,rgba(139,197,63,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8BC53F', endColorstr='#008BC53F',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.green.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(139,197,63,0) 0%, rgba(139,197,63,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(139,197,63,0) 0%,rgba(139,197,63,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(139,197,63,0) 0%,rgba(139,197,63,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008BC53F', endColorstr='#8BC53F',GradientType=1 ); /* IE6-9 */
 		}
 	.blockwrapper.orange, .blockwrapper.orange:after {background-color:#F6921E;}
 		.blockwrapper.orange.gradient:after {
 			background: -moz-linear-gradient(left, rgba(246,146,30,1) 30%, rgba(246,146,30,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(246,146,30,1) 30%,rgba(246,146,30,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(246,146,30,1) 30%,rgba(246,146,30,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F6921E', endColorstr='#00F6921E',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.orange.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(246,146,30,0) 0%, rgba(246,146,30,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(246,146,30,0) 0%,rgba(246,146,30,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(246,146,30,0) 0%,rgba(246,146,30,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00F6921E', endColorstr='#F6921E',GradientType=1 ); /* IE6-9 */
 		}
 		
 		
 		.blockwrapper.red, .blockwrapper.red:after {background-color:rgba(254,63,72,1);}
 		
 		
 	.blockwrapper.black, .blockwrapper.black:after {background-color:#404040;}
 		 	.blockwrapper.dark, .blockwrapper.dark:after {background-color:#707070;}
 	.blockwrapper.testimonial.black {background-color:#CCC;}
 		.blockwrapper.black.gradient:after {
 			background: -moz-linear-gradient(left, rgba(64,64,64,1) 30%, rgba(64,64,64,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(64,64,64,1) 30%,rgba(64,64,64,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(64,64,64,1) 30%,rgba(64,64,64,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#00404040',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.black.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(64,64,64,0) 0%, rgba(64,64,64,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(64,64,64,0) 0%,rgba(64,64,64,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(64,64,64,0) 0%,rgba(64,64,64,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00404040', endColorstr='#404040',GradientType=1 ); /* IE6-9 */
 		}
 	.blockwrapper.grey, .blockwrapper.grey:after {background-color:#f8f8f8;}
 		.blockwrapper.grey.gradient:after {
 			background: -moz-linear-gradient(left, rgba(248,248,248,1) 30%, rgba(248,248,248,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(248,248,248,1) 30%,rgba(248,248,248,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(248,248,248,1) 30%,rgba(248,248,248,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#00f8f8f8',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.grey.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(248,248,248,0) 0%,rgba(248,248,248,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(248,248,248,0) 0%,rgba(248,248,248,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f8f8', endColorstr='#f8f8f8',GradientType=1 ); /* IE6-9 */
 		}
 	.blockwrapper.white, .blockwrapper.white:after {background-color:#FFF;}
 		.blockwrapper.white.gradient:after {
 			background: -moz-linear-gradient(left, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#00FFFFFF',GradientType=1 ); /* IE6-9 */
 		}
 		.blockwrapper.white.gradient.right:after {
 			background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%); /* FF3.6-15 */
 			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* Chrome10-25,Safari5.1-6 */
 			background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FFFFFF', endColorstr='#FFFFFF',GradientType=1 ); /* IE6-9 */
 		}
 
 
 		.blockwrapper.none {background-color:transparent;}
 		
 		.blockwrapper.grey, .blockwrapper.grey h2, .blockwrapper.grey h3, .blockwrapper.grey h4, .blockwrapper.grey p, 
 		.blockwrapper.white, .blockwrapper.white h2, .blockwrapper.white h3, .blockwrapper.white h4, .blockwrapper.white p, 
 		.blockwrapper.none, .blockwrapper.none h2, .blockwrapper.none h3, .blockwrapper.none h4, .blockwrapper.none p {color:#404040;}
 	
 	
 	
 	
 		.blockwrapper.black .button, .impactblock .button {border-color:#FFF;color:#FFF;background-color:transparent;}
 			.blockwrapper.black .button:hover, .impactblock .button:hover {color:#404040;background-color:#FFF;opacity: 1;}
 		.blockwrapper .button:nth-of-type(2) {margin-left: 5%;}
 		.blockwrapper.black .button:nth-of-type(2) {border-color:#FFF;color:#404040;background-color:#FFF;}
 			.blockwrapper.black .button:nth-of-type(2):hover {opacity: .8;}
 		
 		.blockwrapper.black .inverted.button:nth-of-type(2), .blockwrapper.blue .inverted.button:nth-of-type(2) {border-color:#FFF;color:#FFF;background-color:transparent;}
 			.blockwrapper.black .inverted.button:nth-of-type(2):hover, .blockwrapper.blue .inverted.button:nth-of-type(2):hover {opacity: 1;background-color:#FFF;color:#404040;}
 		
 		
 	
 
.bannercontent {max-width:900px;width:80%;margin:0 auto;z-index:2;position: absolute; top: 50%;left: 50%;transform: translate(-50%, -50%); text-align: center;}
.bannercontent h2 {font-size:60px;font-weight: 900;line-height: 55px;text-transform: uppercase; text-shadow: 1px 1px 1px rgba(0,0,0,.5);}
	.subtitle .bannercontent h2 {margin-bottom:0;margin-top:2%;}
.bannercontent p.subtitle {font-size: 22px;font-weight: 500;text-shadow: 1px 1px 1px rgba(0,0,0,.5);}
.bannercontent .button {margin:0 2%;}
	 .bannercontent .button:first-of-type {background-color:#8BC53F;border-color:#8BC53F;}
	 .bannercontent .button.inverted {border-color:#FFF;color:#FFF;background-color:transparent;}
		.bannercontent .button.inverted:hover {color:#404040;background-color:#FFF;}

@media only screen and (max-width: 800px) {
		#bannerblock {min-height: 500px;background-position: top left;}
		.bannercontent h2 {font-size:10vw;line-height:9vw;margin-bottom: 2vw;}
		.bannercontent p.subtitle {line-height: 6vw;}
	} 
 
 
.blockwrapper {position: relative;z-index: 1;}
.innerwrapper {padding:10% 0; max-width:1800px;margin:0 auto;}
.innercolumnwrapper {max-width:1800px;margin:0 auto;}
	.innercontent {max-width:1200px; width:80%;margin:0 auto;position: relative;z-index: 3;}
	.right .innercontent {text-align: right;}
	.thecontent {width:60%;max-width:700px;display:inline-block;text-align:left;}
	
	.orange .thecontent a, .black .thecontent a, .green .thecontent a, .lightblue .thecontent a, .blue .thecontent a, .darkblue .thecontent a {color:#FFF;}
	
	.blockwrapper h4,  .blockwrapper h5 {font-size:18px;line-height: 20px; text-transform: capitalize;}
		.blockwrapper h4 b {font-weight: 900;}
	
	.blockwrapper.testimonial h4 {margin-bottom:0;}
	.blockwrapper.testimonial h5 {margin-bottom:10%;}

.introblocks .opener, .smallbg.blockwrapper {background-size:500px;background-position:bottom -300% right;}

.innerwrapper.gutenwrap {padding:5%;}
	.innerwrapper.gutenwrap:first-of-type {padding:0 5% 5%;}
	.innerwrapper.gutenwrap .wp-block-column p {padding-right: 5%;}

.opener h4 {margin-bottom:0;}
.opener p, .thecontent p, .blockwrapper p {font-weight: 300;font-size: 28px;line-height: 42px;}

#bannerblock.intro {background-size: 90%;background-position: center;background-attachment: inherit;background-color: transparent;}
	#bannerblock.intro:before, #bannerblock.intro:after {content:none;}
.get-started-template-default.single #bannerblock.intro {min-height: inherit;height:300px !important;}
	
	.login-banner {padding:2% 5%;overflow: hidden;position: relative;}
	.login-banner .client {height:100px;float:left;display: inline-block;vertical-align: middle;}
		.login-banner .client img {height: 100%; width:auto;}
	.login-banner a.button {float:right;display: inline-block;vertical-align: middle;transform: translate(0, -50%);top: 50%;right: 5%;position: absolute;}
		.login-banner .button {background-color: #8BC53F; border-color: #8BC53F;}

	@media only screen and (max-width: 800px) {
		.blockwrapper {padding:5%;}
		
		.blockwrapper.gradient {padding-top: 30%;}
		.blockwrapper.gradient.left {background-position: right 10% bottom;}
		.blockwrapper.gradient.right {background-position: left 10% bottom;}
			.blockwrapper.gradient:after{opacity:0.9;}
			.innercontent, .thecontent {width:90%;}
			.right .innercontent {text-align: left;}
		.opener p, .thecontent p, .blockwrapper p {font-size: 22px;line-height: 36px;}
		.thecontent {opacity:1 !important;}
		.introblocks .opener, .smallbg.blockwrapper {height:auto !important;min-height: auto;background-size: 200px;background-position: bottom -15% right;}
		.blockwrapper.testimonial .button, .blockwrapper.storyblocks .button {margin-left:0;margin-bottom:20px;display: block;}
		
	}

.archivewrapper {background-color:#17629D;margin-bottom:40px;cursor:pointer;}	
	.archivewrapper:hover {opacity:.8;}
	.archivewrapper:last-of-type {margin-bottom:0;}	
.blockwrapper.featuredimage {max-height: 400px;height: 400px;background-position:top 10% center;margin-bottom:40px;
	background-blend-mode: unset;
    -webkit-background-blend-mode: unset;
    -moz-background-blend-mode: unset;
    -khtml-background-blend-mode: unset;
    -o-background-blend-mode: unset;
    background-color:#FFF;
}
	.archivewrapper .blockwrapper.featuredimage,.archiveinfowrap p {margin-bottom:0;}
	.blockwrapper.featuredimage:after {content:none;}
	.archiveinfowrap {padding:5%;color:#FFF;}
	.archiveinfowrap h2.entry-title {padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #FFF;}
	.archiveinfowrap h4 {margin:30px 0 0;}
	.archiveinfowrap a {color:#FFF;text-decoration: underline;}
		.archiveinfowrap a:hover {opacity:.5;}
	.archiveinfowrap span.sep:last-of-type {display: none;}
	

/*.blockwrapper.simple.orange:before{content:'';width:100%;height:100px;display: block;position: absolute;margin-top: -100px;
	
	background: -moz-linear-gradient(top, rgba(246,146,30,0) 0%, rgba(246,146,30,1) 100%);
	background: -webkit-linear-gradient(top, rgba(246,146,30,0) 0%,rgba(246,146,30,1) 100%);
	background: linear-gradient(to bottom, rgba(246,146,30,0) 0%,rgba(246,146,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f6921e', endColorstr='#f6921e',GradientType=0 );
}*/


.columnblocks {white-space: nowrap;font-size: 0;text-align: center;background-color:#8BC53F;}
.columnblocks .blockwrapper {width:25%;display:inline-block;white-space: normal;vertical-align: top;min-height: 600px;cursor: pointer;}
.columnwrapper {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 3;}
	.columnwrapper a {color:#FFF;}
.columnbot {opacity:0;margin-top:150px;}
	.columnblocks h4 {width: 90%;line-height: 25px;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
		.columnblocks h4 span {font-weight: 300;font-size: 30px;}
	.columnblocks p {font-size:15px; line-height: 25px;color:#404040;width: min-content;}
	
	.columnblocks .blockwrapper.active {width:32.5%;}
		.columnblocks .blockwrapper.active:after {opacity:0.8;}
		.columnblocks .blockwrapper.active .columnbot {opacity:1;margin-top:100px;}
		.columnblocks .blockwrapper.active h4 {color:#404040;margin-top:0;top:20%;}
	.columnblocks .blockwrapper.notselected {width:22.8%;}
	.columnblocks .blockwrapper.active, .columnblocks .blockwrapper.active:after {background-color:#f8f8f8;}
		.columnblocks .blockwrapper:hover {background-position: center;}
	
.three-columnblocks.columnblocks {background-color:#404040;}
.three-columnblocks.columnblocks .blockwrapper {width:33.4%;}
	.three-columnblocks.columnblocks .blockwrapper.active {width:40%;}
	.three-columnblocks.columnblocks .blockwrapper.notselected {width:30.2%;}
	.three-columnblocks.columnblocks .blockwrapper .columnbot {margin-top:100px;}
		.three-columnblocks.columnblocks .blockwrapper.active .columnbot {margin-top:150px;}
		.three-columnblocks.columnblocks .blockwrapper.active:after {opacity:0.9;}
	.three-columnblocks.columnblocks .blockwrapper.black .button {background-color:#404040;border-color:#404040;}
		.three-columnblocks.columnblocks .blockwrapper.black .button:hover {background-color:#404040;border-color:#404040;color:#FFF;opacity: .8;}

.pt-loop.fullwidth .site-inner {margin-top:140px;}	
.pt-loop h1.entry-title {text-align: ;padding:2% 5%;font-weight: 100;}
.pt-loop .columnblocks {background-color:#FFF;white-space: normal;}
.pt-loop .columnblocks .blockwrapper {min-height: 500px;}
	.pt-loop .columnblocks .blockwrapper, .pt-loop .columnblocks .blockwrapper.active, .pt-loop .columnblocks .blockwrapper.notselected{width:33.3333%;}
	.pt-loop .columnblocks h3 {margin-bottom:0;}
	.pt-loop .columnblocks p {}
	.pt-loop .columnblocks .blockwrapper.dark .button {background-color:#404040;border-color:#404040;}
		.pt-loop .columnblocks .blockwrapper:hover {background-position: center;}
	.pt-loop .columnbot {margin-top:0;transform: translateY(0)}
		.pt-loop .columnblocks .blockwrapper.active .columnbot {margin-top:0;transform: translateY(50px)}
		
	@media only screen and (max-width: 800px) {	
		.columnblocks {white-space: normal;}
		.columnblocks .blockwrapper {width:50%;background-position: center;}
			.columnblocks .blockwrapper:after {opacity: .8;}
		.columnwrapper {width:90%;}
		.columnbot {opacity:1;}
			.columnblocks p {width: 100%;color:#FFF;font-weight: 400;max-width:400px;margin-left: auto;margin-right: auto;}
			.columnblocks h4 {top: 30%;left: 50%;transform: translate(-50%, -70%);}
			
		.three-columnblocks.columnblocks .blockwrapper {width:100%;min-height: 500px;}
		.three-columnblocks.columnblocks .blockwrapper .columnbot, .pt-loop .columnbot {margin-top:0;}
		.three-columnblocks.columnblocks .blockwrapper h4, .pt-loop h4{top: inherit;left: inherit;transform: inherit;position: relative;width: 100%;margin-bottom: 0;}
		
		.pt-loop.fullwidth .site-inner {margin-top:0;}
		
			
	}
	
	
	@media only screen and (max-width: 600px) {
		.columnblocks .blockwrapper, .pt-loop .columnblocks .blockwrapper  {width:100%;min-height: 500px;}
		
	}

/*
Team Areas
---------------------------------------------------------------------------------------------------- */
.teamblocks {margin-bottom:5%;}
	.teamblocks:last-of-type {margin-bottom:0;}
.teamwrapper {width:25%;display:inline-block;vertical-align: top; text-align: center;margin-bottom:0;white-space: normal;padding: 2%;}
	.teamwrapper:hover {opacity:.6;}
.teamimage {background-position: top center;background-size:cover;background-repeat: no-repeat;height: 200px; max-width:120px;margin:0 auto 20px;width:100%;}
	.teaminfo h4 {margin-bottom: 5px;line-height: 17px;}
	.teaminfo h5 {line-height: 16px;font-size: 14px;font-weight: 300;}

	@media only screen and (max-width: 800px) {
		.teamwrapper {width:33.33%;}
	}
	
	@media only screen and (max-width: 600px) {
		.teamwrapper {width:50%;}
	}





.studies.full-width-content .content {max-width:none;width:100%;}
	.studies .opener p {max-width: 800px;width: 80%;}
	
.single-success-stories .site-inner {background-color:#404040;color:#FFF;}
.single-success-stories .button {background-color: #4884C1; border-color:#4884C1;}
	.single-success-stories .first.one-half .button {margin-top:5%;display: block;color:#FFF;}
	.single-success-stories .content a {color:#8BC53F;}


.single-team h1 {margin-bottom:0;}
.single-team h3 {font-weight: 300;}
	.single-team .teamimage {margin:0 0 30px;}
	
	@media only screen and (max-width: 800px) {	
		.studies .opener p {width:100%;}
		.single-success-stories .first.one-half .button {margin-bottom:5%;}
	}



 
.impactblock.blockwrapper {padding:10% 5%;background-attachment: fixed;}

.impactblock {font-size:0;white-space: none;}
.impactblock > #ournumbers, .impactblock > .opener{width:50%;display:inline-block;vertical-align: top;position: relative; z-index: 3;white-space: normal;}
	#ournumbers {margin-top:5%;}
	#ournumbers .numbers {margin-left: 30%; margin-bottom:15%;opacity:0;transform: translateX(-40px);}
		#ournumbers .numbers.active {opacity:1;transform: translateX(0px);}
	#ournumbers h5 {font-size: 80px;font-weight: 100;color: #4884C1;line-height: 70px;margin-bottom: 0;}
	#ournumbers h5 span:last-of-type {color:#FFF;}
	
	.impactblock .button {border-color:#FFF;color:#FFF;background-color:transparent;}
		.impactblock .button:hover {color:#404040;background-color:#FFF;opacity: 1;}
		
		
.howblock.blockwrapper {padding:10% 5%;background-attachment: fixed;}

.howblock {font-size:0;white-space: none;}
.howblock > #howitworks, .howblock > .opener{width:50%;display:inline-block;vertical-align: top;position: relative; z-index: 3;white-space: normal;}
	#howitworks {margin-top:5%;}
	#howitworks .how {margin-left: 15%; margin-bottom:15%;opacity:0;transform: translateX(-40px);}
		#howitworks .how.active {opacity:1;transform: translateX(0px);}
	#howitworks h3 {font-size: 60px;font-weight: 100;line-height: 70px;margin-bottom: 0;}
	#howitworks p {font-size: 20px;line-height: 32px;}
	
	.howblock .button {border-color:#FFF;color:#FFF;background-color:transparent;}
		.howblock .button:hover {color:#404040;background-color:#FFF;opacity: 1;}
		
		
	@media only screen and (max-width: 800px) {	
		.impactblock > #ournumbers, .impactblock > .opener, .howblock > #howitworks, .howblock > .opener {width:100%;}
		#ournumbers .numbers, #howitworks .how {opacity:1;margin-left: 0;margin-bottom: 5%;transform: inherit;}
	}
 
 
.storyblocks, .blockinfo, .blockimage{min-height: 500px;}
.storyblocks.blockwrapper:after {content:none;}
.storyblocks .innerwrapper {white-space: nowrap;padding:0;/*font-size:0;*/}
	.blockinfo {padding:5% 8%;position: relative;}
		.theinfo {/*max-width:600px;margin:0 auto;*/}
	.blockinfo h3, .wp-block-columns.innerview h3, .gutenwrap h3 {font-size: 45px;font-weight: 100;line-height: 50px;width: 80%;}
	.blockinfo h4, .wp-block-columns.innerview h4, .gutenwrap h4 {margin-bottom:0;}
	.blockinfo p, .wp-block-columns.innerview p, .gutenwrap p {font-size:18px;line-height: 30px;font-weight: 400;} 
	
	.blockinfo, .imagewrapper {width:50%;display: inline-block;vertical-align: middle;white-space: normal; }
		.imagewrapper {max-height: 600px;}
		.logo .imagewrapper {padding-top:0;}
	.blockimage {position:relative;background-size: cover;background-repeat: no-repeat; background-position:top center;}
		.logo .blockimage {background-size: 80%; background-position:top center; }
	
	
.blockwrapper.overview .imagewrapper, .overview .blockinfo  {padding:5%;}

.story .imagewrapper {margin-top:0 !important;}

.overview .imagewrapper, .innerview .imagewrapper  {vertical-align: top;}

.blockwrapper.innerview .imagewrapper {padding:5%;}

	.innerview .blockinfo {width:60%; padding:5%;}
	.innerview .imagewrapper {width:40%;}
	
	
.titleblock {padding: 5% 5% 0;max-width: 800px;text-transform: uppercase;}
	.titleblock h1 {font-weight: 900;margin-bottom:0;color: #17629D;line-height: 45px;}
	
	.wp-block-column .imagewrapper {width:100%;}
	.wp-block-columns.innerview .wp-block-column {padding:5%;}
	.wp-block-columns .wp-block-column:nth-of-type(1), .wp-block-columns.switch .wp-block-column:nth-of-type(2){flex-basis: 60% !important;padding-right:5%;}
	.wp-block-columns .wp-block-column:nth-of-type(2), .wp-block-columns.switch .wp-block-column:nth-of-type(1){padding-left: 0;margin-left: 0;flex-basis: 40% !important;}
	
	
	@media only screen and (max-width: 800px) {	
		.storyblocks .innerwrapper {white-space: normal;}
			.storyblocks.overview .imagewrapper, .storyblocks .imagewrapper {margin-bottom:40px;padding:0;}
		.blockinfo, .imagewrapper, .innerview .blockinfo, .overview .blockinfo, .innerview .imagewrapper, .overview .imagewrapper {width:100%;padding:0;}
		.storyblocks, .blockinfo {min-height: inherit;}

		
		.storyblocks .innerwrapper, .wp-block-columns.switch {
			display: -webkit-box;
		    display: -moz-box;
		    display: -ms-flexbox;
		    display: -webkit-flex;
		    display: flex;
		    -webkit-box-orient: vertical;
		    -moz-box-orient: vertical;
		    -webkit-flex-direction: column;
		    -ms-flex-direction: column;
		    flex-direction: column;
		    -webkit-box-align: start;
		    -moz-box-align: start;
		    -ms-flex-align: start;
		    -webkit-align-items: flex-start;
		    align-items: flex-start;
		}
		
		.storyblocks .innerwrapper .imagewrapper, .wp-block-columns.switch .wp-block-column:nth-of-type(1){
			-webkit-box-ordinal-group: 2;
		    -moz-box-ordinal-group: 2;
		    -ms-flex-order: 2;
		    -webkit-order: 2;
		    order: 2;
		    z-index: 2;
		    margin-top:0;
		}
		.storyblocks .innerwrapper .blockinfo, .wp-block-columns.switch .wp-block-column:nth-of-type(2){
			-webkit-box-ordinal-group: 1;
		    -moz-box-ordinal-group: 1;
		    -ms-flex-order: 1;
		    -webkit-order: 1;
		    order: 1;
		    z-index: 1;
		}
		
		.wp-block-columns.innerview .wp-block-column, .wp-block-columns.switch.innerview .wp-block-column, .wp-block-columns .wp-block-column:nth-of-type(1), .wp-block-columns.switch .wp-block-column:nth-of-type(2) { 
			width: 100%;    
			flex-basis: 100% !important;
		    display: block;
		    
		}
	}


	
.fullwidth.home.page .site-inner, .fullwidth.with-page-header.page .site-inner {margin-top:0;}
.fullwidth.page .site-inner {margin-top:10%;}

pre h4, pre h5, pre h6 {color:red;margin-bottom:0;}
.shortcode-samples pre {border-bottom:40px solid #404040;padding:5%;margin:0;border-radius: 0;}


/*
GetStarted Additional Areas
---------------------------------------------------------------------------------------------------- */


.get-started-template-default.single .site-inner .wrap, .get-started-template-default.single.full-width-content .content {max-width:none;width:auto;}
.get-started-template-default.single #bannerblock {min-height: 400px;}


.getcolumn.center {text-align:center;}
.getcolumn p {white-space: normal;}

.getcolumn .button {display:block;margin-bottom:40px;}
	.getcolumn .button {background-color:#17629D;border-color:#17629D;}
		.getcolumn .button:hover {}
.getcolumn img {width:100%;max-width: none;}
	.getcolumn.first img.size-medium:first-of-type, .getcolumn img.logo {max-width:300px;}
	/*.entry-content .getcolumn ul, .entry .getcolumn ul {font-size: 20px;line-height: 32px;}*/

.get-started-template-default.single h3 {font-weight: 900;font-size:40px;}

.three-columns {white-space: nowrap;border-top:2px #CCC solid;padding-top:40px;margin-top:40px;float: none;position: relative;clear: both;}
.three-columns .columnimage {display:inline-block;width:33.33%;vertical-align: top;margin-bottom:40px;white-space: normal;}
	.three-columns .columnimage:hover {opacity:.5;}
	.three-columns br {display:none;}
	.three-columns .columnimage p {margin-bottom:0;}

.get-started-template-default .blockwrapper .imagewrapper {padding-right:0;padding-left:0;padding-bottom:0;}

	@media only screen and (max-width: 800px) {	
		a.alignright, img.alignright, .wp-caption.alignright {margin:0 0 40px;width:100% !important;}
		.three-columns .columnimage .blockimage {min-height: 400px;}
		.blockwrapper.storyblocks.logo .blockimage,  .blockwrapper.storyblocks.logo .imagewrapper {min-height: 200px;}
		.logo .blockimage {background-position: center;}
	}
	
	@media only screen and (max-width: 600px) {
		.getcolumn.three-columns {white-space: normal;}
		.three-columns .columnimage {width:100%;}
		.three-columns .columnimage .blockimage {min-height: 500px;}
	}

/*
CinemaBlock
---------------------------------------------------------------------------------------------------- */
#cinemablock {background-color:#f3eed6;text-align: left;overflow:hidden;}
#cinemablock.light{background-color:#f3eed6;}
	
	#cinemablock .bgblock:before {content:'';position: absolute;z-index: 1;top:0;left:0;width: 80%;height: 100%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3eed6+0,f3eed6+99&1+0,0+100 */
		background: -moz-linear-gradient(left, rgba(243,238,214,1) 0%, rgba(243,238,214,0.01) 99%, rgba(243,238,214,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(243,238,214,1) 0%,rgba(243,238,214,0.01) 99%,rgba(243,238,214,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(243,238,214,1) 0%,rgba(243,238,214,0.01) 99%,rgba(243,238,214,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eed6', endColorstr='#00f3eed6',GradientType=1 ); /* IE6-9 */
	}
	
	.latestprod.videoWrapper {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity:0;}
	#cinemablock h2 {color:#dfbf2f;font-size: 120px;line-height: 80px;}
	#cinemablock .postinfo {width:50%;color:#252421;max-width:700px;z-index: 4;padding: 15% 5%;}
	#cinemablock .playbtn {vertical-align: middle;background-image:url('/wp-content/uploads/play-btn.svg');display: inline-block;z-index: 4;background-size: auto 50%;background-position: center;position: relative;background-repeat: no-repeat;width: 50%;height: 500px;}

	#cinemablock.playit .bgblock, #cinemablock.playit .playbtn, #cinemablock.playit .postinfo {opacity:0;}
	#cinemablock.playit .latestprod {opacity:1;}

	.playbtn {opacity:1;}
		.playbtn:hover {opacity: .5;}
		
		
	#cinemablock .blockbtn .button {color:#dfbf2f;background-image: url(/wp-content/uploads/arrow-yellow.svg);}
		#cinemablock .blockbtn .button:hover {color:#dfbf2f;}
		#cinemablock .blockbtn:after {content:'';background-color:#252421;display: block;z-index: 0;position: absolute;right: 0;top: -16.5%;width: 200%;transform-origin: left;transform: matrix(1, 0, 0.05, 1, 2, -2);}


.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 0;
		height: 0;
	}
		.youtube.videoWrapper, .vimeo.videoWrapper {overflow: hidden;}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transform:scale(1.01);
	}
	
	.wide.videoWrapper {
		position: relative;
		padding-bottom: 42.15%;
		padding-top: 0;
		height: 0;
		overflow:hidden;
	}
	.wide video {margin-top: -6.85%}
	
	.fullwidth .videoarea {max-width:1200px;margin-left:auto; margin-right:auto;}
	.fullwidth .iframeblock .videoarea {}


.iframeblock .titlewrap, .iframeblock .videoWrapper {z-index: 3;}
.iframeblock .titlewrap {position:relative;padding:5%;white-space: nowrap;}
	.iframeblock .titlewrap h3, .iframeblock .titlewrap p {display:inline-block;white-space: normal;vertical-align: middle;}
		.iframeblock .titlewrap h3 {width:30%;text-align: center;font-size:;margin-bottom:0;font-size: 40px;font-weight: 300;line-height: 50px;}
		 .iframeblock .titlewrap p {width:70%;font-size: 20px; line-height: 30px;margin-bottom:0;}
		 
	@media only screen and (max-width: 800px) {
		.iframeblock .titlewrap {padding:0;}
			.iframeblock .titlewrap p, .iframeblock .titlewrap h3 {width:100%;display:block; text-align: left;}
				.iframeblock .titlewrap p {margin-bottom:40px;}
	}

.logoblock.blockwrapper {text-align: center;background-color:#FFF;}
	.logoblock.blockwrapper.tight .innerwrapper {padding:2% 0;}
.logoblock h4, .logoblock p {color:#404040;}
	.logoblock p {margin:0 auto 40px;font-size: 18px;line-height: 30px;max-width: 700px;}
.logoblock .image_list_container {position: relative; z-index: 3;padding:5% 5% 0;}
	.image_list_container img {display: inline-block;margin:0 15px 30px 15px !important;height: 75px; width:auto;}
	.logoblock.width .image_list_container img {height: auto; width:200px;vertical-align: middle;}
		.image_list_container p {max-width: none;}
		.image_list_container br {display:none;}
		#image_list {max-width: 900px;margin: 0 auto;}


/*
Contact Block
---------------------------------------------------------------------------------------------------- */
.before-footer {padding:0;}
.contactblock .innerwrapper {position: relative; z-index: 2;white-space: nowrap;padding:10% 5%;}
	.contactblock .formwrapper, .contactblock .opener {display:inline-block;vertical-align: top;width:50%;white-space: normal;}
	.contactblock .formwrapper {text-align: right;}
		.contactblock .opener p {max-width:500px;}

select { background:url('/wp-content/uploads/sites/6/pacificcommunityventures-icon-down_arrow.svg') no-repeat right 5% center;background-size:auto 30px;
	appearance: none;
	-webkit-appearance: none;
	-ie-appearance: none;
	-khtml-appearance: none;
	-o-appearance: none;
}

.contactblock input {margin-bottom:2%;}

.contactblock select, .contactblock input[type="text"], .contactblock textarea, .contactblock input[type="email"] {border:none;border-radius:0;border-bottom:2px solid #444; border-left:3px solid rgba(64,64,64,0);position: relative;background-color: transparent;margin-bottom:10px;font-size: 22px;font-weight: 400;}
	.contactblock input[type="text"], .contactblock input[type="email"] {padding-bottom:4%;}
	.contactblock textarea {height:200px;border-left:2px solid rgba(64,64,64,1);margin-bottom: 0;margin-top: 4%;padding-top: 0;line-height: 26px;}
		.contactblock textarea:focus {font-size:18px;}
	.contactblock input[type="submit"] {margin-top: 5%;}
	
.contactblock div[role="form"] {max-width:500px;width:90%;display: inline-block;text-align: left;}
	.contactblock form span {position: relative;display: block;}
	.contactblock form span:after {content:'';display:block;width:10%;border-bottom:8px solid #404040;position: absolute;bottom: 8px;left: 0;}
	
.contactblock span.wpcf7-not-valid-tip{font-size:12px;line-height: 0;}
.contactblock div.wpcf7-response-output {border:none;background-color:#F6921E;color:#FFF;margin:0;width:100%;text-align: center;}
	.contactblock div.wpcf7-mail-sent-ok {background-color:#17629D;}


	@media only screen and (max-width: 800px) {	 	
		.contactblock .innerwrapper {white-space: normal;}
		.contactblock .formwrapper, .contactblock .opener {display:block;width:100%;}
		.contactblock .formwrapper {text-align: left;}
		
		.contactblock select, .contactblock input[type="text"], .contactblock textarea, .contactblock input[type="email"] {font-size:18px;}
		.contactblock form span:after {border-width: 6px;}
	}
	


/*
Donate Form Adjustments
---------------------------------------------------------------------------------------------------- */
.donate div.IATS_Div {box-shadow: 1px 1px 10px rgba(0,0,0,.2);border:0;width:95% !important;max-width: 800px;margin: 0 auto;display: block;}
.donate div.IATS_AmountDiv, .donate div.IATS_AmountItemDiv, .donate div.IATS_ProfileItemDiv, .donate div.IATS_ResponseItemDiv, .donate table, .donate td {border: none;padding:0;margin:0;}
.donate div.IATS_AmountDiv {padding:0;margin:0 0 5% 0;}
.donate span.IATS_AmountSpan {margin: 0 0 3% 0;padding:0;display: inline-block;vertical-align: middle;}
.donate div.IATS_Div, .donate span.IATS_AmountSectionTitle, .donate span.IATS_PaymentSectionTitle, .donate div.IATS_PaymentItemDiv label, .donate .IATS_TitleSelectBoxOption, input, select, textarea  {font-family: "Roboto", "Avenir", "Helvetica", arial !important;}
	.donate span.IATS_AmountSectionTitle, .donate span.IATS_PaymentSectionTitle {font-size: 32px;font-weight: 700;color:#4884C1;}
	.donate div.IATS_Div {}
	.donate span.IATS_AmountSpan {font-size: 30px;font-weight: 100;line-height: 35px;}
	.donate div.IATS_PaymentItemDiv label, .donate label.IATS_InputRequired{padding:0;font-size: 16px;font-weight: 100 !important;margin-bottom:1%;}
		.donate div.IATS_PaymentItemDiv label.IATS_InputRequired {font-weight: 300 !important;}
.donate input[type=radio], input[type=radio] {-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;-ie-appearance:none;-khtml-appearance:none;appearance:none;}
	.donate input[type=radio]:before, input[type=radio]:before {content:"";display: inline-block; width:20px;height:20px;border-radius: 100%; border:2px #CCC solid;}
		.donate input[type=radio]:checked:before, input[type=radio]:checked:before {content:"";display: inline-block; width:20px;height:20px;border-radius: 100%; border:2px #8BC53F solid;background-color:#8BC53F;}
		.donate #IATS_AmountListItemDiv_Other0 input.IATS_OtherAmount {max-width: 200px;width: auto;padding: 1% 2%;text-align: left;margin-bottom: 0;}
		.donate label.IATS_RadioPaymentLabel {padding:0;vertical-align: middle;font-weight:300;font-size:24px;}
	
	.donate input.IATS_RadioAmtButton, .donate div.IATS_PaymentItemDiv input[type="radio"] {
		border-color: transparent;
	    border-width: inherit;
	    border: none;
	    display: inline-block;
	    margin: 0 2% 0 0;
	    padding: 0;
	    clear: none;
	    float: none;
	    width: auto;
	    height: auto;
	    line-height: inherit;
	    background-color: transparent
	}
	
	.donate label.IATS_RadioAmtLabel{
		border-color: transparent;
	    border-width: 0;
	    border: none;
	    display: inline;
	    clear: none;
	    float: none;
	    margin: 0;
	    min-height: 0;
	    height: auto;
	    width: auto;
	    line-height: inherit;
	    font: inherit;
	    color: inherit;
	    background-color: transparent;
	    vertical-align: middle;
	}
	
	.donate select.IATS_PaymentTitleInputField, .donate input.IATS_PaymentInputField, .donate textarea.IATS_PaymentInputField, .donate select.IATS_PaymentInputField, .donate input.IATS_AccountNumberField, .donate input.IATS_CVV2Field, .donate input.IATS_ExpiryMonthField, .donate input.IATS_ExpiryYearField, .donate input.IATS_LastAccountNumberField, .donate select.IATS_ExpiryMonthField, .donate select.IATS_ExpiryYearField, .donate select.IATS_ACHInput, .donate input.IATS_ACHInput, .donate select.IATS_PaymentReoccurringInputField, .donate input.IATS_PaymentDateInputField, .donate input.IATS_OtherAmount, .donate .IATS_ShoppingCartOption1SelectList {
		border:1px #ccc solid;
		border-bottom: 3px solid #999;
		background-color:#FFF;
		margin-bottom:5%;
		padding:2%;
	}
	.donate input.IATS_InputRequired {border:1px #ccc solid;border-bottom: 3px solid #444;}
	
	.donate #IATS_PaymentBoxDiv input, .donate  #IATS_PaymentBoxDiv select, .donate #IATS_PaymentBoxDiv textarea, .donate .IATS_TitleSelectBoxOptionContainer {font-size: 22px;font-weight: 400;}
	.donate div.IATS_PaymentItemDiv {}
	.donate input.IATS_AccountNumberField {width: 100%;max-width: 250px;}
	
	.donate div#IATS_Payment_ReoccurringSettingDiv, .donate div#IATS_Payment_CreditCardDiv {margin:2% 0 0;padding:0;}
	.donate .tcalInput {background-position:95% 50%;min-width: 200px;max-width: 400px;padding-right: 50px;}
	
	.donate button.IATS_Action {background-color:#4884C1;}
	
	.donate span.IATS_PaymentLabelOnTop.IATS_PaymentItemErrorMessage {padding:0 0 2%;margin-top: -4%;}
	.donate div.IATS_PaymentFrequencyItemDiv {padding:2% 0 5%;}
	
	.donate .IATS_TitleSelectBoxOption {font-size:22px;font-weight: 400;}
	
	input {position: relative;}
	
	@media only screen and (max-width: 800px) {	 	
		.donate div.IATS_PaymentItemDiv {display:block;padding:0;width: 100%;}
		.donate span.IATS_AmountSpan {margin:0 0 5% 0;}
	}
	
	

/*
Footer Stuff
---------------------------------------------------------------------------------------------------- */
.footer-widgets .menu a,  .footer-widgets a.number{font-size: 35px;line-height: 55px;font-weight: 100;}
.footer-widgets .menu li {margin-bottom:0;}

.footer-widget-area .widget:first-of-type {margin-bottom:40px;}
.footer-widget-area .widget:last-of-type {margin-bottom:0;}
.footer-widgets-2 {text-align:center;}
.footer-widgets-2 .button{display: block;max-width: 180px;margin: 0 auto;}
.footer-widgets-3 .widget-area {white-space: nowrap;}
.footer-widget-area .button, .footer-widget-area .button.inverted {background:transparent;border-color:#FFF;color:#FFF;}
	.footer-widget-area .button:hover, .footer-widget-area .button.inverted:hover {background:#FFF;color:#8BC53F;}
	
.after-footer {background-color:#8BC53F;color:#FFF;padding:2% 0 5%;text-align:center;}
	.after-footer a {color:#FFF; text-decoration: underline;}
	.after-footer a:hover {opacity:.7;}
	

.theicon {display: inline-block; vertical-align: middle;margin: 0 2%;}
	.theicon:first-of-type {margin-left:0;} .theicon:last-of-type {margin-right:0;}
	.socialicons {height: 30px;width:40px;background-size: contain; background-repeat: no-repeat; background-position: center;}
		.theicon:hover .socialicons {opacity:.5;}
 
 
		@media only screen and (max-width: 800px) {	
	 		.footer-widgets .widget-area {max-width:400px;text-align: left;}
	 		.footer-widgets p {display:inline-block;}
	 		.footer-widgets .button {margin:0;}
	 		.after-footer {text-align: left;}
	 		
	 	}
@media only screen and (max-width: 800px) {	 	
.site-header .mobile-menu {background:url('/wp-content/uploads/sites/6/pacificcommunityventures-icon-menu.svg') no-repeat center;display:block;width:40px;height:40px;position: absolute;top:20px;right:5%;background-size: contain;}
}


.entry .timeline-year.scrollable-section p {margin:0;}

@media only screen and (min-width: 1800px) {	 
body {}
}
 
 
 