	/* dark grey: #6f7370; green: #71b31e; */
	html, body {
		margin:0; 
		padding:0; 
		/* background-color: #898c8c; */
		height:100%;
		font-family : proxima-nova, sans-serif;
		font-weight: normal;
		font-size : 16px;
		font-style : normal;
		color: #ffffff;
	}

	body {
		/* overflow-x: hidden; */
		line-height: 1.4;
		overflow: scroll;
		overflow-x:auto;
	}
	
	.clear { clear: both; }
	
	#hubmain {
		background-color: #71b31e; 
		background-image: url("/images/hubsuite/general/biglogo.png"), url("/images/hubsuite/general/background.jpg");
		background-repeat: no-repeat, no-repeat;
		background-position: center bottom, center top;
		background-size: contain, 100% auto;
		/* width: 1447px; */
		margin: 0 auto;
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
	
	#hubmain_plain {
		background-color: #71b31e;
		/* width: 1447px; */
		margin: 0 auto;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		text-align:left;
	}
	
	.header, .container_line, .article {
		display: block;
	}
	
	.container_line:before {
		content: " ";
		display: block;
		background-image: url("/images/hubsuite/myhub/line_background.png");
    	width: 100%;
    	height: 2px;		
		clear: both;
	}

	.container {
		max-width: 1123px;
		padding: 0px 50px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	
	.container .logo_section {
		display: inline-block;
		position: absolute;
		top: 32px;	
	}	
	
	.upper_header_section {
		height: 126px;
	}
	
	.container .backsite_section {
		position: absolute;
		top: 50px;
		right: 50px;
		font-size: 20px;
		font-weight: 600;
	}
	.container .backsite_section a {
		text-decoration: none;
	}
	
	a {
		color: #ffffff;
	}
	a:hover {
		font-weight: bold;
	}
	
	.container .home_content {
		max-width: 900px;
		margin: auto;
	}
	
	.container p {
		margin: 80px 0 40px 0;
		text-align: center;
		font-size : 40px;
	}
	.container .smalltext {
		margin-top: 40px;
		text-align: center;
		font-size : 18px;
		font-weight: 300;
	}
	
	.container .button_section {
		position: relative; 
		text-align: center;
		font-family : proxima-nova, sans-serif;
		font-weight: 600; /*Same as Semi Bold(Demi Bold) */
		font-size: 24px;
	}
	
	.button_section a {
		display: inline-block;
		width: 240px;
		height: 110px;
		color: #6f7370;
		background-color: rgba(255,255,255,0.8);
		margin: 15px;
		vertical-align: middle;
		text-decoration: none;
	}
	
	.button_section a:hover {
		background-color: rgba(255,255,255, 1);
		font-weight: bold;
	}
	
	.centered {
	    vertical-align: middle;
	    display: inline-block;
	}
	
	.centerer {
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}
	
	.container .form_section {
		display: block;
		width: 550px;
		margin: 80px auto 0;
		position: relative;
		color: white;
		background-color: rgba(140, 198, 65, 0.85); /*#8cc641*/
		box-sizing: border-box;
		font-weight: 600; /* Semi Bold */
		font-size: 16px;
	}
	
	.form_section .form_header {
		width: 100%;
		color: #6f7370;
		background-color: #ffffff;
		padding: 20px 0;
		text-align: center;
	}
	
	.form_section .form_header a {
		color: #6f7370;
	}
		
	.form_section .form_header .form_title {
		font-size: 27px;
	}
	.form_section .page_blurb {
		font-weight: normal;
		font-size: 16px;
	}
	
	.form_section label {
		display: inline-block;
		padding: 12px 12px 0 0;
	}
	
	.form_section .form_body {
		width: 100%;
	}

	.form_body .form_bodywrapper {
		padding: 30px 60px;
	}
	
	.form_section .form_body .form_subtitle {
		font-weight: Bold;
		font-size: 14px;
		padding: 10px 0 0 0;
	}
		
	.form_section .innertitle {
		font-weight: Bold;
		font-size: 14px;
		padding: 20px 0 0 0;
	}
			
		
	.form_section .form_field {
		padding: 10px 0;
	}
	
	.form_field label {
		font-size: 14px;
	}
	
	.wrapper10 {
		padding: 10px 0;
	}
	
	.textbox, .selectbox {
		width: 100%;
		float: left;
		overflow: hidden;
		padding: 0px;
		margin: 5px 0;
		border-bottom: 1px solid white;
	}
	
	.textbox input {
		border: none;
		outline: none;
		background: none;
		padding: 2px;
		margin: 0px;
		height: 28px;
		width: 250px;
		max-width: 250px;
		color: white;
		font-family : proxima-nova, sans-serif;
		font-size: 14px;
  		resize: vertical;
	}
	
	.selectbox select {
		border: none;
		outline: none;
		background: none;
		padding: 2px;
		margin: 0px;
		height: 28px;
		width: 250px;
		max-width: 250px;
		color: white;
		background-color:rgba(140, 198, 65, 0.85); /*#8cc641*/
		font-family : proxima-nova, sans-serif;
		font-size: 14px;
  		resize: vertical;
	}
	
	.textbox input:-webkit-autofill {
    	-webkit-text-fill-color: white !important;
	}
	.textbox input:-webkit-autofill,
		input:-webkit-autofill:hover, 
		input:-webkit-autofill:focus, 
		input:-webkit-autofill:active {
		    transition: background-color 5000s ease-in-out 0s;
	}
	
	.form_section .notetext {
		font-weight: normal;
		font-size: 14px;
	}
	
	.form_section .message {
		font-weight: normal;
		font-size: 16px;
		color: #6f7370;
		text-transform: uppercase;
	}
	
	input[type=submit], input[type=reset], input[type=button] {
		background-color: white;
		border: none;
		color: #6f7370;
		padding: 16px 32px;
		text-decoration: none;
		margin: 4px 2px;
		cursor: pointer;
		font-size: 14px;
	}
	
	/* The pseudo element has the same content and hover style, so it pre-sets the width of the element
		and visibility: hidden hides the pseudo element from actual view. */
	input[type=submit]::before, input[type=reset]::before, input[type=button]::before {
	    display: block;
	    content: attr(value);
	    font-weight: bold;
	    height: 0;
	    overflow: hidden;
	    visibility: hidden;
	}
	
	input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
		background-color: rgba(255,255,255,0.8);
		font-weight: bold;
	}

	.buttonwrapper {
		padding: 20px 0;
	}
	
	.buttontopwrapper {
		padding: 20px 0 0 0;
	}
	
	.areabox {
		width: 100%;
		float: left;
		overflow: auto;
		padding: 0px;
		margin: 5px 0;
	}
	
	.areabox label {
		display: block;
		line-height: 1.0;
		padding: 12px 12px 1px 0;
	}
	
	.areabox textarea {
		border: 1px solid white;
		background: none;
		padding: 5px;
		margin: 0px;
		height: 50px;
		width: 400px;
		color: white;
		font-family : proxima-nova, sans-serif;
	}
	
	textarea:focus {
		outline: none !important;
	}
	
	/* unknown gap between header and containter_plain, so add negative margin. 
		After adding clear:both after leftext & righttext, the unknown gap gone */
	.container_plain {
		background-color: #f7f8f8;
		padding: 0px 50px;
		margin: 0 auto;
		position: relative;
	}
	
	.container_plain .home_content_plain {
		max-width: 1123px;
		color : #6f7370;
		margin: auto;
	}
	
	.home_content_plain .lefttext {
		margin-top: 40px;
		color: #8cc641;
		font-size : 27px;
		font-weight: 600; /* Semi Bold */
		padding: 20px 0 0;
		float: left;
	}
	.home_content_plain .righttext {
		margin-top: 40px;
		padding: 20px 0 0;
		float: right;
		font-size : 18px;
	}
	
	.righttext a {
		color: #8cc641;
	}
	
	.righttext a:hover {
		font-weight: bold;
	}
	
	.copyrightpart {
		height: 38px;
		position: relative;
	}
	.copyrightpart .container {
		margin-left: auto;
		margin-right: auto;
	}
	
	.container .copyright_section {
		padding: 5px 0 10px;
	}
	
	.container .copyright_section .copyright_wrapper {
		padding: 0 20px;
    	text-align: center;
	}
	
	.container .copyright_section .copyright_text {
		font-size: 10px;
		font-weight: 300;
	    color: #ffffff;
	    display: inline-block;
	    margin-right: 0px;
	}
	
	.container .copyright_section .copyright_links {
		font-size: 10px;
		font-weight: 300;
	    display: inline-block;
	    color: #ffffff;
	}
	