html {
	width: 100%;
	height: 100%;
}

html.main {
	height: calc(100% - 45px);
}

body {
	width: 100%;
	height: 100%;
}

div.homepage_greeting_outer { 
	position: absolute; 
	left: 30px; 
	top: 30px; 
	z-index: 3;
}

div.scrollable_popup { 
	max-height: 70vh;
	width: calc(100vw - 60px);
	overflow-x: hidden;
	overflow-y: scroll; /* has to be scroll, not auto */
  	-webkit-overflow-scrolling: touch;
}

div.homepage_banner { 
	height: 150px;
}

h1.large_popup_title {
	font-size: 11pt;
}

td.register_left { 
	padding-top: 10px;
}

td.register_right { 
	padding-top: 10px; 
	padding-left: 0px;
}

input.login { 
	box-sizing: border-box;
}

input.full_width { 
	width: 280px;
	box-sizing: border-box;
}

div.video_guide_button { 
	float: none;
	width: auto;
}

img.help_video { 
	width: 115px;
	height: 65px;
}

td.register_left input.half_width, td.register_right input.half_width { 
	width: 100%;
	box-sizing: border-box;
}

img.homepage_banner_cards { 
	right: -120px;
	opacity: 0.5;
}

div.homepage_greeting { 
	font-size: 17pt;
	font-weight: 700;
	line-height: 18pt; 
	letter-spacing: -0.2pt;
}

div.homepage_greeting_2 {
	color: #ffffff; 
	font-size: 10.2pt;
	padding-top: 14px; 
	line-height: 16pt;
}

div.home_search {
	width: 90%;
}

h1.home_welcome {
	font-weight: 400;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}

div.home_welcome_text {
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
}

h1 {
	font-size: 18px;
	font-weight: 700;
}

img.home_welcome_swype {
	height: 25px;
	position: relative;
	top: 7px;
}

img.product_highlight_image {
	transform: none;
	max-height: 110px;
	max-width: 70%;
}

div.home_product {
	float: left;
	width: calc((100% / 2) - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
}

div.home_product div {
	font-size: 10pt;
}

a.product_highlight, div.product_highlight {
	width: 100%;
	height: 150px;
}

div.quote_form {
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}

select.default {
	-webkit-appearance: none;
	background-image: url('/images/chevron-down-light2.svg');
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 3px;
	border: 1px solid #cccccc;
	font-family: 'Open Sans', Inter, sans-serif;
	padding: 5px;
	background-color: #ffffff;
	padding-right: 16px;

}

div.popup_div {
	width: calc(100% - 20px);
}

div.store_item_container { 
	width: calc((100% / 2) - 15px); 
}

div.store_item { 
	font-weight: bold;
	font-size: 10pt;
}