/*
Theme Name: WP Bootstrap
Theme URI: http://revenuespark.com
Description: Bootstrap 3.3.6
Author: Steve Eldridge
Author URI: http://revenuespark.com
Version: 1.0.6
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This simple theme was built using the example Bootstrap theme "Basic marketing site" found on the Bootstrap web site http://twitter.github.com/bootstrap/examples/hero.html
*/

a { cursor: pointer; color: #90C550!important;}

a:hover, a:focus {
	text-decoration: none!important;
	color: #5B0810;
}
.aligncenter {
	display: block;
	margin: 10px auto 10px;
}
.alignleft {
	float: left;
	margin: 0px 20px 15px 0px;
	max-width: 100%;
	height: auto;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 20px;
	max-width: 100%;
	height: auto;
}
#pageWrapper {
	margin: auto;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(150, 150, 150, 0.74);
}
.pageSection p {
	margin-bottom: 20px;
}
.greenButton {display: inline-block;background-color: #93C750;padding: 2px 20px;color: #fff!important; text-decoration: none; font-weight: 300;}
/* Header */
.headerTop {
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	background-color: #092E4A;
	color: #fff;
}
.headerTop a {
	color: #fff;
}
.headerTop a:hover {
	color: #7A95A2!important;
}
.headerTop [class^=icon] {
	vertical-align: -3px;
	font-size: 19px;
}
#homeLogo img {
	max-width: 360px;
	height: auto;
}
#headerSocial a {
	color: #CDCDCE;
	font-size: 30px;
}
.navbar {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}
.navbar-nav {
	float: none!important;
	display: inline-block;
}
.navbar-nav a span {
	color: #666666;
}
.current-menu-parent > a span,
.navbar-nav .current-menu-item a span {
	color: #90C550;
	font-weight: 600;
}
.navbar-nav a span {
	font-family: 'Work Sans';
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;	
}
.shiftnav-toggle {
	color: #666;
}
.navbar-nav .active a,
.navbar-nav a:hover,
.navbar-nav a:focus,
.shiftnav-toggle:hover {
	color: #00B9C5;
	background-color: transparent!important;
}
.shiftnav-toggle > div {
	font-size: 36px;
    margin-bottom: -14px;
    margin-top: 10px;
}	
	
/* Page Template */
#pageContent .container {
	padding-left: 30px;
	padding-right: 30px;
}
.heroImage {
	padding-top: 30%;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
}
div[class^="heroText"] h2 {
	margin: 0px;
}
div[class^="heroText"] h3 {
	margin: 0px;
}

.oneCol .textCol {
	clear: both;
}
.page-work-with-me hr {
	border-top: 1px solid #042e4a;
}
.page-work-with-me .pageSection:last-of-type .textCol:nth-child(n+2) {
	border-bottom: 1px solid black;
	overflow: hidden;
	margin-bottom: 20px;
}
.page-work-with-me .pageSection:last-of-type .textCol:last-of-type {
	border-bottom: none!important;
}
.textCol h2:first-of-type {
	margin-top: 0px!important;
}
.textCol a:not(.btn) {
}
a.button {
	background-color: #00B9C5;
	border: 2px solid #00B9C5;
	display: table;
	text-align: center;
	margin: 25px auto 0;
	color: white;
	padding: 0px 35px;
	border-radius: 12px;
	height: 38px;
	line-height: 36px;
	font-weight: 600;
}
a.button:hover {
	background-color: transparent;
	color: #00B9C5;
}
a.button [class^=icon] {
	vertical-align: -2px;
}
.formCol .gform_wrapper {
	margin-top: 20px;
	margin-bottom: 40px;
}
.formCol .gform_body input {
	height: 38px;
	border: 1px solid #E5E5E5;
	padding-left: 15px!important;
	margin-top: 0px!important;
}
.formCol .gform_footer.top_label input {
	float: right;
	background-color: #723376;
	color: white;
	border: #723376 1px solid;
	height: 38px;
	padding: 0px 40px;
	border-radius: 15px;
}
#gform_wrapper_2 {
	max-width: 80%;
	margin: auto;
}
.twoCol .gform_body input {
	border: 1px solid #E5E5E5!important;
	padding-left: 15px!important;
}
/*
.twoCol .gform_footer input {
	display: block!important;
	margin: auto!important;
	background-color: #1AA5BB;
	border: 1px solid #1AA5BB;
	color: white;
	border-radius: 8px;
	text-transform: uppercase;
	padding: 8px 35px;
}
*/
.gform_footer {
	margin-top: 10px!important;
	padding-top: 0px!important;
	overflow: hidden;	
}
.gform_footer input {
	float: right;
	background-color: #59C4C2;
	border: #59C4C2 1px solid;
    color: white;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-family: open sans;
    padding: 0px 10px;
    box-shadow: 0px 2px 2px rgba(128, 128, 128, 0.58);
    font-weight: 700;
    border-radius: 5px;
}

.pageSection.blog h2 {
	font-weight: 500;
}
.blogSection {
	padding-left: 15px;
	padding-right: 15px;
}
.blogSectionPost {
	display: flex;
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #7A95A2;
}
.postThumbnail {
	min-width: 200px;
	margin-right: 25px;
}
.blogSection h3 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 20px;
	line-height: 1.1;
	color: #042E4A;
}
.postExcerpt {
	font-size: 15px;
	line-height: 1.4;
}
.postExcerpt a {
	color: #7A95A2;
}
.panel-title {
	font-weight: 500!important;
}
.panel-title span {
	float: right;
}
.colorBar {
	margin-top: -1px;
	width: 	100%;
	position: relative;
}
.colorBarText {
	line-height: 1.1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn{
	background-color: #59C4C2!important;
	border-color: #59C4C2!important;
    color: white!important;
    height: 30px;
    line-height: 30px!important;
    text-decoration: none;
    font-family: 'Open Sans';
    padding: 0px 10px!important;
    box-shadow: 0px 2px 4px rgba(128, 128, 128, 0.58);
    font-weight: 700!important;
}
.dividingLine {
	padding-top: 30px;
}
/* Gallery */
.galleryImage {
	margin-bottom: 25px;
}
.galleryImage img {
	border: 2px solid transparent;	
}
.galleryImage a:hover img {
	border-color: #ed1968;
}
.videoGalleryItem {
}
.videoTitle {
	font-family: 'Lato';
	font-size: 18px;
}

/* Blog */
.blogHeader {
	background-color: #1AA5BB;
	color: white;
	text-align: center;
	padding: 45px 0;
}
.blogHeader h1 {
	margin: 0px;
}
.blogHeaderForm {
	padding: 25px 0px 30px;
}
.blogHeaderForm .smallerText {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 0px;
}
.blogHeaderForm .largerText {
	font-size: 44px;
	font-weight: 700;
}
.blogHeaderForm form {
	margin-top: -15px!important;
	position: relative;
}
#gform_2 {
	position: relative;
}
.blogHeaderForm .gform_body li {
	display: inline-block;
	width: 45%;
	margin-top: 0px!important;
}
#gform_2 .gform_body li {
	display: block;
	text-align: center;
	margin: 0px auto!important;
	font-family: 'Helvetica';
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	color: black;
	padding: 0px;
}
#gform_2 .gfield_description {
	padding: 0px;
}
.blogHeaderForm .gform_body li input,
#gform_2 .gform_body li input,
.gform_body li input,
.gform_body li textarea {
	padding-left: 15px!important;
	border: 1px solid #E5E5E5;
}
.blogHeaderForm .gform_footer {
    position: absolute;
    width: 10%!important;
    right: 0px;
    top: 5px;
    margin-top: 0px!important;
}
#gform_2 .gform_footer br,
#gform_2 .gform_footer p {
	display: none;
}
#gform_submit_button_2 {
	margin-top: 15px;
    float: none;
	display: block;
	margin: auto;
    border-radius: 0px!important;
    background-color: #94C656!important;
    border-color: #0000;
    border-width: 0px;
    font-family: helvetica;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    padding: 0px 25px;
    box-shadow: none;
}
#gform_wrapper_2 + p {
	display: none;
}

.blogHeaderForm .gform_footer input {
	background-color: #1AA5BB;
	border: 1px solid #1AA5BB;
	color: white;
	padding: 4px 25px;
	border-radius: 10px;
}
.blog #pageContent,
.archive #pageContent,
.search #pageContent,
.single #pageContent {
	margin-top: 30px;
}
.blogRoll article {
	display: flex;
	margin-bottom: 40px;
}
.blogRollImage {
	width: 300px;
}
.blogRoll .singleContent {
	padding: 10px 20px;
	width: calc(100% - 300px);
	background-color: #F2F4F6;
	height: 248px;
	overflow: hidden;
}
.blogRoll .singleContent h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 24px!important;
	font-weight: 700;
}
.blogRoll .singleContent h2 a {
	text-transform: uppercase;
	font-size: 20px!important;
	color: #042E4A;
}
.blogRoll .singleContent p {
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
}
.blogRoll .readMoreLink a{
	font-style: italic;
	color: #7A95A2;
}
.blogRoll .blogDivider {
	width: 100%;
	height: 20px;
	margin-bottom: 30px;
	background-image: url(images/blogDivider.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.blogRoll .blogDivider:last-of-type {
	display: none;
}
.blogRoll article:last-of-type {
	margin-bottom: 0px;
}
.blogFooter {
	background-color: #E5E5E5;
	padding: 20px 0px;
}
.blogFooter h3 {
	margin-top: 0px;
	color: #042E4A;
	font-size: 20px;
	font-weight: bold;
}
.blogFooter a {
	color: #7A95A2;
}
.blogFooter a span {
	font-size: 20px;
}
.blogPagination {
	margin: 20px 0px;
}
.blogPagination span {
	display: inline-block;
	font-size: 18px;
	padding: 5px 12px;
	background-color: #7A95A2;
	color: white;
}
.blogPagination a {
	display: inline-block;
	font-size: 18px;
	padding: 5px 12px;
	background-color: #1AA5BB;
	color: white;
}
.blogPagination a:hover {
	color: white;
	text-decoration: none;
	background-color: #042E4A;
}
.nav-single .nav-next {
	float: right;
}
/* Single Post Page */
.single .singleContent .entry-content p {
	font-family: 'Raleway', sans-serif;
	color: #424242;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.6;
}
.single article {
	border: 1px solid #F2F4F6;
}
.single article p {
	margin-bottom: 20px;
}
.single article img {
	max-width: 100%;
	height: auto;
}
.single .articleFrame {
	padding: 15px 25px;
}
.single h1 {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}
.single .categoryList a {
	color: #7A95A2;
	text-decoration: underline;
}
.single .socialShare div  {
	padding-top: 10px;
	display: inline-block;
	margin-right: 5px;
}
.single .socialShare a {
	font-size: 25px;
	line-height: 16px;
}
.single .shareText {
	font-size: 16px;
}
.single .nav-previous a,
.single .nav-next a {
	color: #042E4A;
	text-transform: uppercase;
	font-size: 18px;
}
.nav-single {
	margin-top: 20px;
	overflow: hidden;
}
.alsoLikeSection {
	border: 1px solid #F2F4F6;
	margin: 30px 0px;
	padding: 0px 15px 15px;
}
.nav-next,
.nav-previous {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 47%;
    display: inline-block;
}
.popItem h4 {
	color: #042E4A;
	font-weight: 600;
	margin-bottom: 5px;
}
.popItem p {
	font-size: 14px;
	margin-bottom: 0px;
}
.popItem a {
	color: #424242;
}
.popItem a:hover {
	color: inherit!important;
}
.popItem .readMoreLink {
	color: #7A95A2;
	font-style: italic;
}
.searchCount {
	margin: 0px;
}
/* Widget Area */
.widgetSection {
	margin-bottom: 40px;
}
.widgetSection img {
	height: auto!important;
}
.widget_sp_image-description p {
	font-weight: 300;
}
.widgetSection .widgetDivider:last-of-type {
	display: none;
}
.widgetDivider {
	background-image: url(images/specialDividerLine.png);
	height: 30px;
	width: 100%;
	margin: 20px 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
.widgetSection h2 {
	text-align: center;
	font-size: 20px;
	color: #042E4A;
}
.widgetSection h2:first-of-type {
	margin-top: 0px;
}
.widgetSection #searchform label {
	display: none;
}
.widgetSection ul {
	padding-left: 0px;
}
.widgetSection .cat-item {
	list-style: none;
}
.widgetSection .cat-item a {
	color: #4D4D4D;
	font-weight: 300;
}
.widgetSection .cat-item:before {
	content: '\00BB';
	color: #1AA5BB;
	margin-right: 10px;
	font-size: 20px;
	line-height: 20px;
}
.widgetSection #s {
	border: 1px solid #E5E5E5;
	width: calc(100% - 72px);
	height: 30px;
	padding-left: 15px!important;
}
.widgetSection #searchsubmit {
	background-color: #1AA5BB;
	color: white;
	border: 1px solid #1AA5BB;
	text-transform: uppercase;
}
/* Footer */
.fullFooter {
	padding: 20px 0px;
}
.copyrightInfo {
	font-size: 10px;
	line-height: 36px;
}
.copyrightInfo a {
	color: #9c0;
}
#footerSocial {
	display: inline-block;
	padding-right: 15px;
}
#footerSocial a {
	color: #333333;
	font-size: 24px;
	vertical-align: -6px;
}
#footerContactInfo {
	font-weight: 300;
	color: #333333;
}
#footerContactInfo a {
	color: #90C550; 
}
/* 404 Page */

/* Custom Tweeks */
.page-about #pageContent .pageSection:last-of-type,
.page-eventsspeaking #pageContent .pageSection:last-of-type,
.page-publications #pageContent .pageSection:last-of-type {
	padding-top: 0px;
	margin-top: -15px;
}
#gform_fields_1 li {
	position: relative;
}
.ginput_container {
	position: relative;
}
#gform_fields_1 .gfield_required {
	display: none;
}
#gform_fields_1 li input {
	margin-top: 0px!important;
	height: 40px;
	padding-left: 40px!important;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
#gform_fields_1 textarea {
	border: 1px solid #DDDDDD;
	border-radius: 4px;	
}
/*
#field_1_1 .ginput_container:after {
	font-family: 'theme';
	content: 'F';
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 6px;
}
#field_1_2 .ginput_container:after {
	font-family: 'theme';
	content: 'G';
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 6px;
}
#field_1_3 .ginput_container:after {
	font-family: 'theme';
	content: 'H';
	font-size: 20px;
	position: absolute;
	left: 10px;
	top: 6px;
}
*/
#gform_wrapper_1 {
	margin: 0px;
}
#gform_wrapper_1 br {
	height:2px;
	visibility:hidden;
	margin-bottom:-1px;
	display: none;
}
#gform_1 #field_1_1 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 700;
}
#gform_submit_button_1 {
	margin-top: 15px;
	float: left;
	border-radius: 0px!important;
	background-color: #94C656;
	border-color: transparent;
	border-width: 0px;
	font-family: helvetica;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	padding: 0px 25px;
	box-shadow: none;
}
.gform_wrapper ul li:before {
	content: ''!important;
}
.gform_wrapper span.ginput_product_price {
	color: #94C656!important;
}
.page-contact hr {
	max-width: 72%;
}
.page-id-647 #pageContent .pageSection + .pageSection{
	padding-top: 0px;
}
/* Lead Capture Form */
.leadCapture {
	background-color: #F2F3F4;
	width: 100%!important;
	
}
.leadCapture h3 {
	font-size: 20px;
	font-weight: 400!important;
	margin-bottom: 0px;
}
.leadCapture form {
	margin-left: 0px!important;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.leadCapture .gform_wrapper {
	margin-top: -10px!important;
	margin-bottom: 30px!important;
}
.leadCapture .gform_body {
	width: 90%!important;
}
.leadCapture .gform_footer .gform_button {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 10px!important;
	background-color: #91C556!important;
	border-radius: 0px!important;
	border-color: #91C556;
	text-transform: uppercase;
	font-weight: 400;
}
.gform_confirmation_wrapper {
	margin-top: 20px;
    margin-bottom: 34px;
    font-size: 20px;
    color: #91C556;
}


/* Site Wide Settings */

/* Media Statements */
@media screen and (min-width: 1400px) {

}
@media screen and (min-width: 1200px){
	#homeLogo {
		display: block;
		padding-left: 65px;
		margin-bottom: 10px;
	}
	#headerSocial {
		padding-right: 60px;
	}
	#pageWrapper {
		max-width: 1275px;
	}
	.navbar-nav > li > a {
		padding-left: 25px!important;
		padding-right: 25px!important;
	}
	#pageContent>div.pageSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.heroImage {
		background-size: cover;
	}
	.heroTextBottomRight {
		position: absolute;
		bottom: 50px;
		right: 80px;
	}
	.heroTextBottomLeft {
		position: absolute;
		bottom: 50px;
		left: 80px;
	}
	.heroTextTopRight {
		position: absolute;
		top: 50px;
		right: 80px;
	}
	.heroTextTopLeft {
		position: absolute;
		top: 50px;
		left: 80px;
	}	
	div[class^="heroText"] h2 {
		font-size: 44px;
	}
	div[class^="heroText"] h3 {
		font-size: 24px;
	}
	.colorBar {
		height: 100px;
	}
	.colorBarText {
		width: 75%;
		left: 12.5%;
	}
	#footerSocial {
		padding-left: 65px;
	}
	.copyrightInfo {
		padding-right: 60px;	
	}
}
@media screen and (max-width: 1200px){

}
@media all and (min-width: 992px) and (max-width: 1199px) {
	#homeLogo {
		display: block;
		padding-left: 35px;
		margin-bottom: 5px;
	}
	#headerSocial {
		padding-right: 35px;
	}
	#footerSocial {
		padding-left: 25px;
	}
	.copyrightInfo {
		padding-right: 25px;
	}
	#pageWrapper {
		max-width: 1170px;
	}
	#pageContent .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	#pageContent>div.pageSection {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.nav > li > a {
		padding-left: 14px!important;
		padding-right: 14px!important;
	}
	.nav > li:first-of-type > a {
		padding-left: 0px!important;
	}
	.nav > li:last-of-type > a {
		padding-right: 0px!important;
	}
	.heroImage {
		background-size: cover;
	}
	.heroTextBottomRight {
		position: absolute;
		bottom: 30px;
		right: 50px;
	}
	.heroTextBottomLeft {
		position: absolute;
		bottom: 30px;
		left: 50px;
	}
	.heroTextTopRight {
		position: absolute;
		top: 30px;
		right: 50px;
	}
	.heroTextTopLeft {
		position: absolute;
		top: 30px;
		left: 50px;
	}	
	div[class^="heroText"] h2 {
		font-size: 40px;
	}
	div[class^="heroText"] h3 {
		font-size: 20px;
	}
	.colorBar {
		height: 100px;
	}
	.colorBarText {
		width: 75%;
		left: 12.5%;
		font-size: 26px!important;
	}
	.postExcerpt,
	.postExcerpt a * {
		font-size: 14px;
	}
	.blogSection h3 {
		font-size: 16px;
	}
	.blogRoll .singleContent p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		line-height: 1.4;
		max-height: 108px;
	}
}
@media all and (min-width: 768px) and (max-width: 992px) {
	#homeLogo {
		display: block;
		padding-left: 35px;
		margin-bottom: 0px;
	}
	#homeLogo img {
		max-width: 210px;
	}
	#headerSocial {
		padding-right: 30px;
	}
	#footerSocial {
		padding-left: 25px;
	}
	.copyrightInfo {
		padding-right: 25px;
	}
	#pageWrapper {
		max-width: 900px;
	}
	.navbar-collapse {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}
	#menu-item-316 {
		display: none;
	}
	.nav > li > a {
		padding-left: 5px!important;
		padding-right: 4px!important;
	}
	.nav > li:first-of-type > a {
		padding-left: 0px!important;
	}
	.nav > li:last-of-type > a {
		padding-right: 0px!important;
	}
	#pageContent .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	#pageContent>div.pageSection {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.heroImage {
		background-size: cover;
	}
	.heroTextBottomRight {
		position: absolute;
		bottom: 20px;
		right: 30px;
	}
	.heroTextBottomLeft {
		position: absolute;
		bottom: 20px;
		left: 30px;
	}
	.heroTextTopRight {
		position: absolute;
		top: 20px;
		right: 30px;
	}
	.heroTextTopLeft {
		position: absolute;
		top: 20px;
		left: 30px;
	}	
	div[class^="heroText"] h2 {
		font-size: 32px;
	}
	div[class^="heroText"] h3 {
		font-size: 16px;
	}
	.colorBar {
		height: 85px;
	}
	.colorBarText {
		width: 75%;
		left: 12.5%;
		font-size: 22px!important;
	}
	.standard-text,
	.textCol span {
		font-size: 16px!important;
	}
	.sectionHeadNeonOrange,
	.sectionHeadGreen,
	.sectionHeadPurple {
		font-size: 32px!important;
	}
	.blogHeaderForm .gform_body li {
		width: 40%;
	}
	.blogHeaderForm .gform_footer {
		width: 20%!important;
	}
}
@media all and (min-width: 992px) {
	.blogSectionPost {
		max-height: 150px;
	}
	.blogSection .row:last-of-type .blogSectionPost{
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
}
@media all and (max-width: 992px) {
	.blogSection .row:last-of-type>div:last-of-type .blogSectionPost{
		border-bottom: none;
		margin-bottom: 0px;
	}
	.widgetSection {
		max-width: 350px;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (min-width: 768px ){
	#mainLogo {
		padding-top: 25px;
		padding-bottom: 10px;
	}
	.page-contact #gform_wrapper_3 {
		margin-top: -25px;
	}
}
@media all and (max-width: 767px) {
	#homeLogo {
		margin-top: 10px;
		display: block;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	#homeLogo img {
		max-width: 185px;
	}
	#pageContent>div.pageSection {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.colorBar {
		height: 75px;
	}
	.colorBarText {
		width: 75%;
		left: 12.5%;
		font-size: 20px!important;
	}
	.leftFooter {
		text-align: center;
	}
	.heroImage {
		background-size: cover;
	}
	.heroImage.backgroundLeft {
		background-position: 20% center;		
	}
	.heroImage.backgroundCenter {
		background-position: center center;		
	}
	.heroImage.backgroundRight {
		background-position: 80% center;		
	}
	.heroTextBottomRight {
		position: absolute;
		bottom: 25px;
		right: 30px;
	}
	.heroTextBottomLeft {
		position: absolute;
		bottom: 25px;
		left: 30px;
	}
	.heroTextTopRight {
		position: absolute;
		top: 25px;
		right: 30px;
	}
	.heroTextTopLeft {
		position: absolute;
		top: 25px;
		left: 30px;
	}	
	div[class^="heroText"] h2 {
		font-size: 24px;
	}
	div[class^="heroText"] h3 {
		font-size: 12px;
	}
	#pageContent .container {
		padding-left: 60px;
		padding-right: 60px;
	}
	h2 br {
		content: " ";
		display: none;
	}
	.standard-text,
	.textCol span {
		font-size: 16px!important;
	}
	.infoBoxText p {
		font-size: 12px;
	}
	.twoCol .row > div:first-of-type {
		margin-bottom: 30px;
	}
	.copyrightInfo {
		text-align: center!important;
	}
	.blogHeader {
		padding: 25px 0px;
	}
	.blogHeader h1 {
		font-size: 24px;
	}
	.blogHeaderForm .gform_wrapper {
		margin-bottom: -10px!important;
	}
	.blogHeaderForm form {
		max-width: 450px!important;
	}
	.blogHeaderForm .largerText {
		font-size: 24px;
	}
	.blogHeaderForm .smallerText {
		font-size: 16px;
	}
	.blogHeaderForm .gform_body li {
		display: block;
		width: 100%;
	}
	.blogHeaderForm .gform_wrapper .gform_footer {
		position: relative;
		width: 100%!important;
		top: inherit;
		right: inherit;
		text-align: center;
	}
	#pageContent>div.pageSection:first-of-type {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#pageContent>div.pageSection h1 {
		font-size: 24px;
	}
	.blogRoll .singleContent h2 {
		font-size: 22px!important;
		line-height: 1;
	}
	.blogRoll .singleContent p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		line-height: 1.4;
		max-height: 108px;
	}
	.page-work-with-me .pageSection:last-of-type .textCol:nth-child(n+2) img {
		display: block;
		float: none;
	}

}
@media all and (min-width: 641px) and (max-width: 850px) {
	.leadCapture h3 {
    	font-size: 18px;
    }
}

@media all and (max-width: 640px) {
	.leadCapture h3 {
    	font-size: 18px;
		text-align: center;
		line-height: 1.2;
	}
	.leadCapture .gform_body {
 	   width: 100%!important;
	}
	.leadCapture .gform_footer .gform_button {
		height: 40px;
		margin-bottom: -5px!important;
	}
}
@media all and (min-width: 601px) and (max-width: 767px) {
	.blogRoll .singleContent p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		line-height: 1.4;
		max-height: 108px;
	}
}

@media screen and (min-width: 641px){
	.formCol .gform_body .gf_left_third,
	.formCol .gform_body .gf_middle_third {
		margin-top: 0px!important;
		width: calc((100% / 2) - 80px )!important;
	}
	.formCol .gform_footer.top_label {
		margin: -45px 0 0 0;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width: 640px){
	.formCol form {
		max-width: 450px!important;
		margin: auto!important;
	}
}
@media screen and (max-width: 600px){
	.blogRoll article {
		display: block;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.blogRoll .blogRollImage {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.blogRoll .singleContent {
		width: 100%;
		height: inherit;
	}
	.widgetSection {
		max-width: 400px;
	}
	#pageContent .container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 530px){
	.postThumbnail {
		min-width: 140px;
		width: 140px;
	}
	.postExcerpt, .postExcerpt a * {
		font-size: 12px;
	}
	.postExcerpt p {
		margin-bottom: 0px;
	}
	.postExcerpt h3 {
		font-size: 14px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 650px) and (min-width: 451px) {
	#pageContent .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	
}
@media screen and (max-width: 450px){
	.heroImage {
	}
	.colorBar {
		height: 75px;
	}
	.colorBarText {
		width: 75%;
		left: 12.5%;
		font-size: 18px!important;
	}
	#pageContent .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.textCol p,
	.textCol p span,
	.textCol li span,
	.oneCol p,
	.testimonyText,
	.galleryText p {
		font-size: 14px!important;
	}
	a.button span.hideSmall {
		display: none;
	}
	h2, h2 span, .testimonyName {
		font-size: 20px!important;
	}
	.popUpHeadline p {
		font-size: 16px;
		font-weight: 500;
	}
}
@media screen and (max-width: 385px){
	.blogSectionPost {
		display: block;
	}
	.postThumbnail {
		min-width: 200px;
		width: 200px;	
		margin: 0 auto 10px;
	}
	.postExcerpt, .postExcerpt a * {
		font-size: 14px;
	}
	.postExcerpt h3 {
		font-size: 16px;
	}

}
@media screen and (max-width: 360px){
	a.button {
		font-size: 12px!important;
	}
}
