.helloboard {	
	position:relative;
	top:0;
	color:#fff;
	font:bold 18px Arial;
	text-align:center;
	display:block;
	width:100%;
	margin-bottom:10px;
}
.helloboard-upper {
	background:orange;
	height:25px;
	display:block;
	padding-top:25px;
	margin-bottom:15px;
}
.helloboard-lower {
	background:url('images/fold-bg.jpg') no-repeat center top;
	display:none;
	height:240px;
	position:relative;
	box-sizing: border-box;
	overflow:hidden;
	margin-top:-15px;
}
.helloboard-lower .container {
	width:1030px;
	margin:auto;
}
.helloboard-left {
	color:#ebf6ff;
	float:left;
	width:500px;
	margin-left:50px;
	margin-top:20px;
    font: 400 25px 'PT Sans';
    text-align: left;
    line-height: 1.1;
}
.helloboard-left p {
    margin: -10px 0 19px 0;
}
.helloboard-left h3 {
    font-size: 42px;
	margin-bottom:0;
}
a.helloboard-button {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8fbfc+0,d3e7ef+49,aad1e0+100 */
		background: #f8fbfc; /* Old browsers */
		background: -moz-linear-gradient(top,  #f8fbfc 0%, #d3e7ef 49%, #aad1e0 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f8fbfc 0%,#d3e7ef 49%,#aad1e0 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f8fbfc 0%,#d3e7ef 49%,#aad1e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfc', endColorstr='#aad1e0',GradientType=0 ); /* IE6-9 */
		border-radius: 8px 8px 8px 8px;
		-moz-border-radius: 8px 8px 8px 8px;
		-webkit-border-radius: 8px 8px 8px 8px;
		border: 0px solid #000000;
	font:700 21px 'PT sans';
	color:#12324c;
	padding: 5px 30px 3px 22px;	
	position:relative;
	text-decoration:none;
	z-index:3;
}
a.helloboard-button:hover {
	background: #aad1e0; /* Old browsers */
	background: -moz-linear-gradient(top,  #aad1e0 0%, #d3e7ef 49%, #f8fbfc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #aad1e0 0%,#d3e7ef 49%,#f8fbfc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #aad1e0 0%,#d3e7ef 49%,#f8fbfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad1e0', endColorstr='#f8fbfc',GradientType=0 ); /* IE6-9 */
	color:#3a8b28;
}
.helloboard-close {
	position:absolute;
	top:0;
	left:0;
	cursor:default;
	display:block;
	width:100%;
	height:240px;
	z-index:2;
}
/************* Hoverbox styles *************/
.bubble a {
  position:relative;
}
.bubble a .hoverbox {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
	padding:20px;
	background:#fff;
	border-radius:5px;
	border:2px solid #000;
	color:#27a551;
	font:bold 15px Arial;
	z-index:2;	


}
.bubble a:hover .hoverbox {
  display:block;
}
.hoverbox {
	width:180px;
}
.green-button {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#65bc6d+0,439251+100 */
	background: #65bc6d; /* Old browsers */
	background: -moz-linear-gradient(top,  #65bc6d 0%, #439251 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #65bc6d 0%,#439251 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #65bc6d 0%,#439251 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bc6d', endColorstr='#439251',GradientType=0 ); /* IE6-9 */
	text-transform:uppercase;
	font:bold 16px Arial;
	color:#fff;
	border-radius:5px;
	border:1px solid #57a363;
	
}
.plan-box {
	float:left;
	width:49%;
    padding: 5px;
    box-sizing: border-box;
}
.plan-box.left {
	clear:left;
}
.hoverbox-current {
	display:block;
	margin:10px 0;
}
.hoverbox-text {
	display:block;
	margin:10px 0;
}
/************* Mobile issues ***************/
@media screen and (max-width: 500px) { 
    .page-cart table thead th{
		display:none;
	}
    .page-cart table tr{
		margin:20px;
	}	
	.page-cart table {
		border-collapse: separate;
		border-spacing: 20px;
	}
}
@media screen and (max-width: 1050px) {
    .page-cart fieldset {
		border:none;
		max-width:100%;
		padding:0;
	}
	.page-cart .address-pane-table table td {
		padding: 5px 0;
	}	
	.page-cart .address-pane-table table td input{
		margin-left: 10px;
	}	
	.page-cart fieldset#billing-pane {
		max-width:90%;
	}
    .page-cart fieldset select {
		max-width:80%;
	}
    .page-cart #sidebar-left {
        display:none;
    }
	.one-sidebar #main {
		max-width: 100%;
	}
    #main {
        float:left;
		width:100%;
    }	
	.Sheet,
	#cart-form-products table.sticky-header ,
	#cart-form-products table.sticky-table {
		max-width:100%;
	}
	#uc-cart-checkout-form,
	#uc-cart-checkout-form tr {
		max-width:98%;
		margin:auto;
		border:none;
	}
	#cart-form-products td {
		padding: 0;
		background:#fff;
	}
	#uc-cart-checkout-form .form-text, 
	#uc-cart-checkout-form .form-textarea  {
		max-width:80%;
	}
	#cart-form-buttons,
	#cart-form-products,
	.page-cart table,
	.page-cart  tr,
	.page-cart  td {
		border: none!important;
	}
	.PageBackgroundGlare {
		max-width: 100%!important;
		min-width:300px!important;
	}
	#first-navigation {
		height:auto;
	}
}
