@charset "utf-8";

body { 
	margin: 8px;
	padding: 8px; 
	border: 8px; 
}
		
img { border: none; }

h1 { 
	margin-top: 12px;
	margin-bottom: 18px;
	font-size: 38px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

h2 { 
	margin-top: 12px;
	margin-bottom: 16px;
	font-size: 30px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
	
h3 { 
	margin-top: 12px;
	margin-bottom: 14px;
	font-size: 22px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
	
h4 { 
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 16px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
	
p, span { 
	/* font-family: Verdana,Arial,Helvetica,sans-serif; */
	font-size: 14px; 
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* used to format tables to be inline top- and left-justified */
.cgTopLeftTable {
	display: inline-block; 
	border-collapse: collapse; 
	border: 0px solid #00ff60; /* in case needed to display table outlines for debugging */
	border-spacing: 0px; 
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 17px;
}
.cgTopLeftTableCenteredVertically {
	display: inline-block; 
	border-collapse: collapse; 
	border: 0px solid #00ff60; /* in case needed to display table outlines for debugging */
	border-spacing: 0px; 
	vertical-align: middle;
	text-align: left;
	padding-right: 8px;
	padding-bottom: 17px;
}

table.borderedTable {
    border: 1px solid #000000;
    border-collapse: collapse;
}
table.borderedTable td, table.borderedTable th {
    padding: 4px;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video {
position: relative;
padding-top: 25px;
padding-bottom: 67.5%;
height: 0;
margin-bottom: 16px;
overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
.flex-video { padding-top: 0; }
}

.img-rounded-iz {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

.colored-background-subdued-iz {
	background: #f8f3e7;
}
.colored-background-vibrant-iz {
	background: #fcfbbd;
}


/* responsive padding: adds less padding in narrow browsers, more padding when in wider browsers */
.padding-top-cgResponsive-small { 
	padding-top: 1px;
}
.padding-top-cgResponsive-medium { 
	padding-top: 1px;
}
.padding-top-cgResponsive-large { 
	padding-top: 1px;
}
.font-size-cgResponsive { 
	font-size: 14px;
}
.font-size-cgResponsiveLarge { 
	font-size: 15px;
}
.font-size-hbTitle { 
	font-size: 20px;
        font-weight: bold;
}
.font-size-hbSubtitle1 { 
	font-size: 18px;
        font-weight: bold;
}
.font-size-hbSubtitle2 { 
	font-size: 13px;
}
.font-size-hbSubtitle3 { 
	font-size: 15px;
        font-weight: bold;
        color: #000000;
}
.font-size-hbSubtitle4 { 
	font-size: 15px;
}
.font-size-hbCta { 
	font-size: 16px;
        font-weight: bold;
        color: #000000;
}

.cgResponsiveHorizontalSpace { /* responsive horizontal spacing (for example: between the two graphics on the main page) */
	margin-left:4px; 
	margin-right:4px;
}
.cgResponsiveHorizontalPadding { 
	padding-left:4px; 
	padding-right:8px;
}
.hbCta { 
        background-color: rgba(139, 165, 22, 0.66);
        text-align:center; 
        margin-top:16px; 
        margin-bottom:16px; 
        padding:6px;
        color: rgba(255,255,255, 1.0);
}
.hbCtaButtonHeight { 
        height:28px;
}
.hbCtaMargin { 
        margin-top:0px;
}
.hbResponsiveTopMargin { 
        margin-top:8px;
}
.hbResponsiveTopMarginLarge { 
        margin-top:18px;
}
.hbResponsiveBottomMargin { 
        margin-bottom:2px;
}
.hbResponsiveBottomPadding { 
        padding-bottom:5px;
}
.hbResponsiveMargin { 
        margin-top:80px; 
        margin-bottom:20px;
}
/* 
 * Used to control the maximum width of the left ("tabbed") table of product pages.
 * This prevents the tabbed table from taking up the full width of the window.
 * It is widened for very wide windows.
 */
/* 
 * 470 is the minimum value for this, or the photos will overlap the right table
 */
.tabbed-max-width {
	max-width: 482px;
}

@media (min-width: 481px) and (max-width: 767px) { /* alter responsive parameters based on width of screen */
	.padding-top-cgResponsive-small { 
		padding-top: 6px;
	}
	.padding-top-cgResponsive-medium { 
		padding-top: 12px;
	}
	.padding-top-cgResponsive-large { 
		padding-top: 20px;
	}
	.font-size-cgResponsive { 
		font-size: 15px;
	}
	.font-size-cgResponsiveLarge { 
		font-size: 16px;
	}
	h3 {
		margin-top: 2px;
		font-size: 1.6em;
	} 
	.splashHeading span:after { 
		content: 'How Do You Want To Choose Your Plants?';
	} 
	.cgResponsiveHorizontalSpace { 
		margin-left:5px; 
		margin-right:5px;
	}
	.cgResponsiveHorizontalPadding { 
		padding-left:8px; 
		padding-right:10px;
	}
	.tooltip-inner {
		max-width: 320px;
	}
	.font-size-hbTitle { 
		font-size: 25px;
	}
	.font-size-hbSubtitle1 { 
		font-size: 22px;
	}
	.font-size-hbSubtitle2 { 
		font-size: 15px;
	}
	.font-size-hbSubtitle3 { 
		font-size: 16px;
	}
	.font-size-hbSubtitle4 { 
		font-size: 16px;
	}
	.font-size-hbCta { 
		font-size: 23px;
	}
        .hbCtaButtonHeight { 
                height:40px;
        }
        .hbResponsiveMargin { 
                margin-top:100px; 
                margin-bottom:24px;
        }
        .hbResponsiveTopMargin { 
                margin-top:10px;
        }
        .hbResponsiveTopMarginLarge { 
                margin-top:28px;
        }
        .hbResponsiveBottomMargin { 
                margin-bottom:4px;
        }
        .hbResponsiveBottomPadding { 
                padding-bottom:5px;
        }
        .hbCtaMargin { 
                margin-top:0px;
        }
}
@media (min-width: 768px) and (max-width: 1199px) {
	.padding-top-cgResponsive-small { 
		padding-top: 8px;
	}
	.padding-top-cgResponsive-medium { 
		padding-top: 16px;
	}
	.padding-top-cgResponsive-large { 
		padding-top: 30px;
	}
	.font-size-cgResponsive { 
		font-size: 16px;
	}
	.font-size-cgResponsiveLarge { 
		font-size: 17px;
	}
	h3 {
		margin-top: 3px;
		font-size: 1.7em;
	} 
	.splashHeading span:after { 
		content: 'How Do You Want To Choose Your Perfect Plants?';
	} 
	.cgResponsiveHorizontalSpace { 
		margin-left:20px; 
		margin-right:20px;
	}
	.cgResponsiveHorizontalPadding { 
		padding-left:12px; 
		padding-right:22px;
	}
	.tooltip-inner {
		max-width: 400px;
	}
	.font-size-hbTitle { 
		font-size: 45px;
	}
	.font-size-hbSubtitle1 { 
		font-size: 28px;
	}
	.font-size-hbSubtitle2 { 
		font-size: 16px;
	}
	.font-size-hbSubtitle3 { 
		font-size: 17px;
	}
	.font-size-hbSubtitle4 { 
		font-size: 17px;
	}
	.font-size-hbCta { 
		font-size: 22px;
	}
        .hbCtaButtonHeight { 
                height:56px;
        }
        .hbResponsiveMargin { 
                margin-top:130px; 
                margin-bottom:28px;
        }
        .hbResponsiveTopMargin { 
                margin-top:11px;
        }
        .hbResponsiveTopMarginLarge { 
                margin-top:34px;
        }
        .hbResponsiveBottomMargin { 
                margin-bottom:6px;
        }
        .hbResponsiveBottomPadding { 
                padding-bottom:6px;
        }
        .hbCtaMargin { 
                margin-top:4px;
        }
}
@media (min-width: 1200px) {
	.padding-top-cgResponsive-small { 
		padding-top: 10px;
	}
	.padding-top-cgResponsive-medium { 
		padding-top: 18px;
	}
	.padding-top-cgResponsive-large { 
		padding-top: 45px;
	}
	.font-size-cgResponsive { 
		font-size: 17px;
	}
	.font-size-cgResponsiveLarge { 
		font-size: 20px;
	}
	h3 {
		margin-top: 4px;
		font-size: 1.8em;
	} 
	.splashHeading span:after { 
		content: 'How Do You Want To Choose Your Perfect Plants?';
	} 
	.cgResponsiveHorizontalSpace { 
		margin-left:30px; 
		margin-right:30px;
	}
	.cgResponsiveHorizontalPadding { 
		padding-left:14px; 
		padding-right:24px;
	}
	.tooltip-inner {
		max-width: 400px;
	}
	.tabbed-max-width {
		max-width: 530px;
	}
	.font-size-hbTitle { 
		font-size: 50px;
	}
	.font-size-hbSubtitle1 { 
		font-size: 28px;
	}
	.font-size-hbSubtitle2 { 
		font-size: 16px;
	}
	.font-size-hbSubtitle3 { 
		font-size: 17px;
	}
	.font-size-hbSubtitle4 { 
		font-size: 18px;
	}
	.font-size-hbCta { 
		font-size: 24px;
	}
        .hbCtaButtonHeight { 
                height:56px;
        }
        .hbResponsiveMargin { 
                margin-top:140px; 
                margin-bottom:30px;
        }
        .hbResponsiveTopMargin { 
                margin-top:12px;
        }
        .hbResponsiveTopMarginLarge { 
                margin-top:40px;
        }
        .hbResponsiveBottomMargin { 
                margin-bottom:8px;
        }
        .hbResponsiveBottomPadding { 
                padding-bottom:8px;
        }
        .hbCtaMargin { 
                margin-top:4px;
        }
}