#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -90px;
}
p {
	word-wrap: normal !important;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-break: normal !important;
}

/*-------------
	HEADER
---------------*/
.brand {
	padding-top: 4px;
}
.socialicons {
	padding: 1.2em 0 0 0;
	float: right;
}
.socialicons img {
	width: 24px; 
	height: 24px;
	float: left;
	margin: 0 3px; }

.gsc-clear-button {
	display: none; }
	
.search input[type="text"] {
	margin: 0 !important; padding: 0 !important;
	width: 80% !important;
	background: #FFF !important;
}
.search input:focus { 
    background-color: #FFF !important;
}
.search input.gsc-search-button {
	height: 30px;
	background-color: #336699;
	border: solid 1px #336699;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

/*-------------
	Solr
---------------*/

#searchsubmit input#searchsubmit {
	height: 30px; background-color: #336699; border: solid 1px #336699; font-size: 13px; color: #fff; font-weight: bold;
}


body .gform_wrapper .gform_body .gform_fields .gfield input[type=email] {border:1px solid #818181; font-size: 14px }

body .gform_wrapper .gform_footer input[type=submit] {background-color: #336699;
	border: solid 1px #336699;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 6px 8px;
	}

.search form.gsc-search-box {
	padding: 0;
	margin: 0;
}
.floating {
	margin-bottom: 58px;
}
.floating .home-button i {
	visibility: hidden;
}
.floating .home-button a {
	width: 120px;
	display: block;
	background: #2c822b url(/includes/content/images/bonnie-scroll-logo.png) 20px center no-repeat;
}
.floating .home-button:hover a {
	background: #076103 url(/includes/content/images/bonnie-scroll-logo.png) 20px center no-repeat;
}
.sticky {  
    position: fixed;  
    width: 100%;  
    left: 0;  
    top: 0;  
    z-index: 100;  
    border-top: 0;
}
.sticky.hidden {
	top: -54px;
}
.question {
	padding-top: 2.8em;
	font-weight: bold;
	font-size: 1.25em;
	color: #b9002c;
}
ul.question-links li {
	list-style-type: none;
	padding: .2em 0;
}

/* TOP MENU 
----------------------------------------------- */

.top-nav {
	background: #2f2f2f;	
}
.top-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2em;
}
.top-nav ul > li {
	display: inline-block;
	padding: .25em .75em;
		
}
.top-nav ul > li > a {
	padding-top:5px !important; 
	padding-bottom:5px !important; 
	color: #fff;
	font-weight: normal !important;
	font-size: .9em !important;
	text-decoration: none;
}
.top-nav ul > li > a:hover {
	padding-top:5px !important; 
	padding-bottom:5px !important; 
	color: #4881a2;
}


/* MEGA MENU 
----------------------------------------------- */
.nav,
.nav a,
.nav ul,
.nav li,
.nav div {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.nav a { text-decoration: none; }

.nav li { list-style: none; }

/* Menu Container */
#menu-wrapper {
	width: 100%;
	height: 54px;
	padding: 0;
	margin: 0 auto;
	background: #2c822b;
	-webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: top;
    transition-property: top;
}
.nav {
	display: table;
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0 auto;
	background: #2c822b;
}

/* Menu List  */
.nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 54px;
	padding: 0 26px;
	line-height: 54px;
	margin-right: 1px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #2c822b;
	/*border-left: 1px solid #449943;*/
	border-right: 1px solid #1a6a1a;
	box-shadow: 1px 0 0 #449943;

	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

.nav > li:hover > a { 
	background: #076103; 
	color: #ffffff; }

.nav > li:first-child > a {
	border-left: none;
}

/* Menu Dropdown */
.nav > li > div {
	position: absolute;
	display: block;
	width: 100%;
	top: 54px;
	left: 0;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #076103;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.nav .nav-column {
	float: left;
	width: 16%;
	padding: 1% 1.5%;
}

.nav .nav-column-five {
	float: left;
	width: 20%;
	padding: 1% 1.2%;
}

.nav .nav-column h3 {
	margin: 0 0 3px 0;
	line-height: 14px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #f3eb00;
	text-transform: uppercase;
}

.nav .nav-column li a, .nav .nav-column-five li a {
	display: block;
	line-height: 26px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

.nav .nav-column li a:hover, .nav .nav-column-five li a:hover { 
	color: #ffffff;
	text-decoration: underline;
}

.nav > li.last > a { 
	border-right: none !important; 
}

.nav > li.last > a:hover { 
	background: #2c822b; 
	cursor: default; 
}

.fa {
	font-size: 1.4em;
}

.strong {
	font-weight: bold;
}

.mobile-nav {
	width: 25px;
	display: none;
	position: absolute;
	top: 25px;
	right: 5%;
}

.mobile-nav span {
	display: block;
	width: 100%;
	height: 5px;
	background: #2c822b;
	margin-bottom: 3px;
}

.mobile-nav:hover span {
	background: #076103;
}

/*
	BRICK LAYOUT
-----------------------------------------------*/

#container2 {
    width: 100%; /* width of the entire container for the wall */
    margin: 0 auto 10px;
}
.brick {
    width: 232px; /* width of each brick less the padding inbetween */
    margin: 20px 0;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	margin: 10px 18px 14px 0;
	background: #fff;
}
.brick-body {
	padding: 0 12px 8px;
}
.brick-body p {
	word-break: normal !important;
}
.brick_featured_image{
	width: 100%;
}
.brick_featured_image img{
	width: 100%;
	height: auto;
}
h4.categories {
	margin: .9em 0;
}
.brick-body ul, .brick-body ul > li a {
	list-style-type: none;
	margin: 0;
	padding: 0 .2em;
	font-size: 14px;
	text-decoration: none;
}


/* Home Page
----------------------------------------------- */

.home-brick {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.75);
	margin: 10px 18px 14px 0;
}
.home-brick .brick-body {
	padding: 0 12px 8px;	
}
.home-brick .brick-body p {
	word-break: normal !important;
}
.feature-img img {
	width: 100%;
	height: auto;
	padding-bottom: -5px !important;
	margin-bottom: -5px !important;
}


#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }

#dgd_scrollbox-7816 .yarpp-related {
	display: none !important;
}

/* Responsive YouTube Video
----------------------------------------------- */
.video-center {
	margin: 0 auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 1.5em;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* YARPP
----------------------------------------------- */


.yarpp-related {
    margin: 1em 0 !important;
}
.yarpp-related ol {
	margin: 0;
	padding: 0;
}
.yarpp-related ol li {
	list-style-type: none;
	width: 20%;
	float: left;
	margin: 0 .7em;
}
.yarpp-related a{
    text-decoration: none !important;
    font-weight: bold !important;
}

.yarpp-related .yarpp-thumbnail-title{
    text-align: left !important;
    font-weight: bold !important;
    font-size: 96% !important;
    text-decoration: none !important;
}

.yarpp-related h3{
    font-weight: bold !important;
    padding: 0 0 5px 0 !important;
    font-size: 125% !important;
    text-transform: capitalize !important;
    margin: 0 !important;
}

.yarpp-related-widget .related-right {
	clear: both;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: .9em;
	
}

.yarpp-related-widget .related-right img {
	width: 100px;
	height: auto;
	float: left;
	margin-right: 1em;
	
}



/* --------------------
	CONTENT STYLES
-----------------------*/

.entry-content ul {
	list-style-type: disc;
	padding: .5em 2em; }

.entry-content ol {
	list-style-type: decimal;
	padding: .5em 2em; }
	
#inner-content, .woocommerce-page #content, .archive #content, .blog #content, .page #content {
	width: 90%;
}
.toc-title {
	font-family: 'Bree Serif', serif;
	font-size: 1.525em;
}
.msg_list {
	margin: 0; 
	padding: 0; 
	width: 98%;
}
.msg_list p {
	margin: 0 !important;
}
.msg_head {
	margin: 4px 0; 
	padding: 7px 10px; 
}
.msg_head, .msg_head a:link {
	color: #b9002c;
	font-family: 'Bree Serif', serif;
	font-size: 1.125em; 
	cursor: pointer;
}
.msg_body {
	padding: 2px 10px 15px; 
	margin-bottom: 15px;
	background-color: #fff;
	border-bottom: solid 1px #d2d2d2; 
}
.msg_body ul {
	padding: 0 10px; 
}
.col_head {
	margin: 4px 0; 
	padding: 7px 10px; 
}
.col_head, .msg_head a:link {
	color: #b9002c;
	font-family: 'Bree Serif', serif;
	font-size: 1.125em; 
	cursor: pointer;
}
.col_body {
	padding: 2px 10px 15px; 
	margin-bottom: 15px;
	overflow:visible;
}
.col_body ul {
	padding: 0 10px; 
}
h4, h3 {
	-webkit-margin-before: .33em !important;
	-webkit-margin-after: .33em !important;
}

.wp-caption-text a:link {
	color: #fff;
}
.soliloquy-container {  margin-bottom: 58px !important; }
.soliloquy-viewport { overflow: visible !important;}
.soliloquy-container .soliloquy-caption { position: relative !important; bottom: -38px; }
.soliloquy-container .soliloquy-caption-inside { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; text-align: left !important; }

.red-btn, .blk-btn {
  display: inline-block;
  position: relative;
  font-family: 'Bree Serif', serif;
  text-decoration: none;
  color: #fff !important;
  font-size: 0.9em;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .red-btn:hover, .red-btn:focus {
    color: white;
    text-decoration: none; }
  .red-btn:active {
    top: 1px; }

dt {
	font-weight: bold; text-transform: capitalize;
}
.organics-variety {
 	width: 500px; margin: 0 auto;
 	padding: 5px 10px 20px;
 	border: solid 1px #d2d2d2;
}

.organics-logo {
    width: 125px;
    height: 70px;
    margin: 0 15px 10px 0;
    float: left;
} 
.organics-finder {
    margin-right: 15px;
    padding-top: 2px;
    font-weight: bold;
} 


/*
Landing Pages
*/

.section {
	clear: both;
	padding: 0;
	margin: 20px 0;
}

.kicker {
	font-family: 'Bree Serif', serif;
	font-weight: bold;
	font-size: 3.4em;
}
.landing-row {
	padding: 0 4em;
}
.landing-row .cta{
	margin: 0 auto;
	width: 60%
}
.inline-btn {
	float: left;
	padding: 0 1em;
}
.landing-row p {
	font-size: 1.4em;
}
.android-btn {
	font-size: .8em;
	margin-top: -1.1em;
	padding: 0;
}

@media only screen and (max-width: 481px) {
	.landing-row {
		padding: 0 1em;
	}
	h1.landing-page {
		font-size: 2.5em !important;
		padding: 0 !important;
	}
	.red-btn, .blk-btn {
		line-height: 15px;
		padding: 3px;
	}
	.android-btn {
		margin-top: 0;
	}
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.red-btn {
  background-color: #b9002c; color: #ffffff !important; }
  .red-btn:hover, .red-btn:focus {
    background-color: #2574a8; color: #ffffff !important; }
  .red-btn:active {
    background-color: #b9002c; }

.blk-btn {
  background-color: #000; color: #ffffff !important; }
  .blk-btn:hover, .blk-btn:focus {
    background-color: #000; color: #ffffff !important; }
  .blk-btn:active {
    background-color: #000; }
    


/* ---------------
	PAGE FOOTER
-----------------*/

.no-comments {
	display: none; }
	

.push {
    height: 90px; /* .push must be the same height as .footer */
}
	
/* WooCommerce Modifications
----------------------------------*/

body.woocommerce #content ul.products {
	margin-top: 1.2em;
}
.bp-cutline {
	background: #eeeeee;
	padding: 5px 15px 10px;
	border: solid 1px #eeeeee;
	font-size: 0.95em;
    line-height: 1em;
    color: #292929;
    text-align: left;
}
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
	width: 22% !important;
}
#content .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
	box-shadow: none !important;
	background: #464646;
	padding: 5px;
}
.woocommerce .star-rating, .woocommerce-page .star-rating {
	float: left;
}


/* Mobile Modifications
----------------------------------*/
@media only screen and (min-width: 1030px) {
	a.nav-btn {
		display: none;
	}
	.woocommerce #content {
		}
	.archive #content {
		}
	#nav {
		display: none;
	}
}


@media (min-width: 768px) and (max-width: 1029px) {
	a.nav-btn {
		display: none;
	}
	#nav {
		display: none;
	}
	.nav > li > a {
		padding: 0 14px;
		font-size: 15px;
	}
	.fa {
		font-size: 1.2em;
	}
	#scrolllogo {
		display: none;
	}
	#inner-content, .woocommerce-page #content, .archive #content, .blog #content, .page #content {
		width: 98%;
	}
	.brick {
   		width: 23%; /* width of each brick less the padding inbetween */
   		margin: 20px 0;
   		background: #fff;
	}
	.brick-body ul, .brick-body ul > li {
		padding: .3em .2em;
	}
	.brick-body ul > li a {
		font-size: 15px !important;
	}
	.socialicons {
	display: none;
	}
}

/* Mobile Modifications
----------------------------------*/
@media only screen and (max-width: 980px) {

	.yarpp-related {
		display: none !important;
	}
	.brick-body p {
		/* display: none !important; */
	}
	.search {
		display: none;
	}
	.social {
		display: none;
	}
	
	.brand img {
		
		margin-left: 10px;
	}
	.block h2  {
		display: none;
	}
	 .close-btn {
		display: none !important;
	}
	
 	.brick {
   		width: 31%; /* width of each brick less the padding inbetween */
   		margin: 10px 0;
   		background: #fff;
	}
	.brick-body ul, .brick-body ul > li {
		padding: .3em .2em;
	}
	.brick-body ul > li a {
		font-size: 15px !important;
	}
	.nav > li > a {
		padding: 0 12px;
		font-size: 14px;
	}
	.fa {
		font-size: 1.1em;
	}
}


/* Mobile Modifications
----------------------------------*/
@media only screen and (max-width: 767px) {

	#inner-wrap {
		padding-top: 65px;
	}

	.yarpp-related {
		display: none !important;
	}
	.brick-body p {
		display: none !important;
	}
	.search {
		display: none;
	}
	.social {
		display: none;
	}
	
	.brand img {
		
		margin-left: 10px;
	}
	.block h2  {
		display: none;
	}
	 .close-btn {
		display: none !important;
	}
	#menu-wrapper, .top-nav { 
 		display: none;
 	}
 	.mobile-nav {
 		display: block;
 	}
 	header.header {
 		position: fixed;
		width: 100%;
		top: 0px;
		left: 0px;
		z-index: 100;
 	}
 	header.header #inner-header {
		display: block;
 	}
 	header.header.active {
 		background-color: #2c822b;
 		height: 100%;
 	}
 	.active .mobile-nav span {
 		background-color: white;
 	}
 	.active #menu-wrapper {
		display: block;
		height: auto;
		padding-top: 20px;
 	}
 	.nav {
 		display: block;
 		max-width: 100%;
		width: 100%;
 	}
 	.nav > li {
 		float: none;
 		width: 100%;
 		text-align: center;
 	}
 	.nav > li.home-button {
 		display: none;
 	}
 	.nav > li:hover > div {
 		opacity: 0;
 	}
 	.brick {
   		width: 33%; /* width of each brick less the padding inbetween */
   		margin: 10px 0;
   		background: #fff;
	}

}

@media only screen and (max-width: 481px) {
	
	.brand img {
		margin-left: 35px;
	}
	
	.yarpp-related {
		display: none !important;
	}
	h1.single-title {
		font-size: 1.6em;
	}
	#sticky-rightrail {
		display: none;
	}
	.woocommerce ul.products li.product {
		float: none;
		
	}
	.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page ul.products li.product {
		width: 98% !important;
	}
	.brick {
   		width: 98%; /* width of each brick less the padding inbetween */
   		margin: 20px 0;
   		background: #fff;
	}

	.brick-body p {
		display: none !important;
	}
	.search {
		display: none;
	}
	.social {
		display: none;
	}
	.attribution {
		font-size: 11px;
	}
	
	
	#menu-wrapper, .top-nav { 
 		display: none;
 	}

}

@media print {
	#comments-title, .commentlist, .article-footer, .search, .social, .attribution, #menu-wrapper, .top-nav, .video-container, .yarpp-related, .msg_head, .msg_body, #sidebar1, #nav 
	{ display: none; }
	a[href]:after {
     content:" ("attr(href)")";
     display: none;
  }
}

/* Chooser Styles
----------------------------------*/
.facettitle{
	
}
.facettitle a.tooltip{
	
}
#results .item{
	float: left;
	margin-bottom: 18px;
	width: 25%;
	text-align: center;
}
.facetitem{
	padding: 4px 0;
	color: #1982d1;
	cursor: pointer !important;
}
.facetsearch{
	margin:8px 0 0; padding: .5em .7em; border: solid 1px #999;
	background:#eeeded;
	
}
.facetsearch .activefacet{
	font-weight: bold;
}
.facetitemcount{
	color: #000;
}
.orderby{
	display:none;
}
.facettotalcount{
	margin: 2px 0; padding: 6px; border: solid 1px #1e6f1e; -webkit-border-bottom-right-radius: 8px; -webkit-border-bottom-left-radius: 8px;
	background:#1e6f1e; color: #FFF; text-align: center;
	
	-moz-border-radius-bottomright: 8px; -khtml-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px; -khtml-border-radius-bottomleft: 8px;
}
.deselectstartover{
	margin: 6px 0; 
	padding: 6px; 
	border: solid 1px #cc0000; 
	background:#cc0000; 
	color: #FFF; 
	text-align: center;
	cursor: pointer !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px; 
}
span.checkbox {
    display: block;
    float: left;
    clear: left;
    padding: 0 10px 0 0;
    width: 18px;
    height: 18px;
    background: no-repeat url("../images/unchecked.png");
 }

div.activefacet > span.checkbox {
    background: no-repeat url("../images/checked.png");  
}

/* Gardener Landing Page Layouts */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel-grid .bg-green {
	background: #d3f3d3;
}

.page-id-9329 h1.landing-page, .parent-pageid-4051 h1.landing-page {
	display: none;
}

.page-id-9329 .new-gardener {
	background-position: center;
}

.page-id-9329 .new-gardener * {
	color: white;
	text-align: center;
}

.page-id-9329 .new-gardener .so-widget-sow-editor {
	padding: 20px;
}

.page-id-9329 .new-gardener .siteorigin-widget-tinymce {
	background: rgba(0,0,0,0.6);
}

.page-id-9329 .new-gardener .so-widget-sow-editor {
}

.page-id-9329 .new-gardener h1 {
	padding-top: 20px;
}

.page-id-9329 .new-gardener h2 {
	margin-bottom: 70px;
}

.page-id-9329 .new-gardener a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	background: #DDD;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 10px;
	color: black;
	text-decoration: none;
}

.page-id-9329 .new-gardener a:hover {
	background: #999;
	color: #FFF;
}

.page-id-9329 .new-gardener a:first-of-type {
	margin-left: 0;
}

.page-id-9329 .new-gardener a:last-of-type {
	margin-right: 0;
}

.panel-grid iframe {
	margin: 0 auto;
	display: block;
}

.page-id-9329 .so-panel {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.page-id-9329 .quick-links h2 {
	font-size: 0.9em;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.page-id-9329 .quick-links p {
	font-size: 0.8em;
	margin-top: 0 !important;
}

/* Basics Page */

#inner-wrap > div > .panel-grid {
	margin-left: 0;
	margin-right: 0;
}

.panel-grid .widget {
	padding: 0;
}

.panel-grid .panel-row-style {
	padding: 20px 0;
}

.video-hero-content h2 + p {
	font-size: 0.9em;
}

.no-margin .so-panel, .no-margin .panel-grid {
	margin: 0;
}

.no-margin .panel-grid, .no-margin .panel-grid-cell .so-panel {
	margin-bottom: 0 !important;
}

#pg-9359-2.panel-grid {
	margin-bottom: 15px;
}

.panel-grid .no-padding.panel-row-style {
	padding: 0 !important;
}

#pl-w56be46c39ae4d > div.panel-grid {
	margin: 0;
}

.panel-cell-style.post-content {
	margin-bottom: 20px;
}

.panel-cell-style.post-content p {
	margin-top: 0;
	max-width: 350px;
}

.panel-cell-style.post-content p a {
	color: #2e2e2e;
	text-decoration: none;
}

.panel-cell-style.post-content p:first-child {
	margin-bottom: 0;
}

.panel-cell-style.post-content p:last-child {
	font-size: 0.8em;
}

.panel-cell-style.post-content .panel-grid-cell {
	padding-left: 0;
	padding-right: 0;
}

.image-on-top img {
	max-width: 100%;
	height: auto !important;
}

.image-on-top h2 {
	font-size: 1.3em;
}

.image-on-top h2 a {
	color: #2e2e2e;
	text-decoration: none;
}

.image-on-right img {
	float: right;
	width: 42%;
	height: auto !important;
}

.image-on-right h2 {
	font-size: 1em;
}

.image-on-right p {
	font-size: 0.8em;
}

.bg-white {
	padding: 5px;
	background: white;
	border: 1px solid #555;
}

.bg-white {
	font-size: 0.9em;
}

.row-sign-up h2 {
	font-size: 1.4em;
}

.row-sign-up p {
	font-size: 1em;
}

.row-sign-up #mce-EMAIL {
	outline: none !important;
	display: inline-block;
}

.row-sign-up #mc_embed_signup_scroll p {
	display: none;
}

.row-sign-up #mc_embed_signup_scroll .clear {
	display: inline-block;
}

.row-sign-up #mc-embedded-subscribe {
	height: 40px;
    vertical-align: 6px;
    margin-left: 10px;
}

.app-section .alignright {
	float: right;
}

.app-section .aligncenter {
	display: inline-block;
	margin: 0px 10px;
	text-align: none;
}

.app-section h1 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 0px;
}

.app-section h2 {
	font-size: 1.35em;
	margin-bottom: 10px;
}

.app-section p {
	margin-top: 10px;
}

.bg-grey-two-tone {
	display: flex;
}

.bg-grey-two-tone > .panel-grid-cell:first-child {
	background: #f2f2f2;
}

.bg-grey-two-tone > .panel-grid-cell:last-child {
	background: #e4e4e4;
}

.bg-grey-two-tone #mc_embed_signup_scroll, .bg-grey-two-tone #mc-embedded-subscribe-form, .bg-grey-two-tone #mc_embed_signup {
	background: transparent !important;
}

div#review_form {
	display: none !important;
}
p.disclaimer {
	font-style: italic; font-weight: bold; font-size: .9em;
}
