#how_it_works {
	/*TM background-color:#eeeeee; */
  background-color:#fff;
	position:relative;
	height:700px;
	margin:60px 0 -10px;
}
#hiw_duck {
	color:#3b3b3b;
	float:left;
	width:calc(100% - 741px);
}
#hiw_duck p {
	font-size: 24px;
    font-family: 'ProximaNovaLight';
    line-height: 32px;
    margin-bottom:10px;
}
#pointing_duck {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:12%;
	width:90%;
	max-width:360px;
}
.hiw_disclosure_arrow {
	float:right;
	padding-top:10px;
	padding-right:10px;
}
#hiw_expand, #hiw_contract, #hiw_expand_bottom, #hiw_contract_bottom {
	cursor:pointer;
	color:#00A7E1;
}
#hiw_contract {
	padding-top:10px;
}
#hiw_contract p {
	margin-bottom:0px;
}
.hiw_hr {
	width:100%;
	height:1px;
	margin-bottom:5px;
}
#hiw_expand p, #hiw_contract p, #hiw_expand_bottom p, #hiw_contract_bottom p {
    font-family: "ProximaNovaBold";
    font-size: 16px;
    line-height:20px;
    width: 80%;
}
#hiw_duck h2 {
	font-family:"ProximaNovaSemiBold";
	font-size:30px;
	margin-bottom:5px;
	line-height:32px;
}
#hiw_contract, #hiw_expand, #hiw_copy {
	padding-left:10%;
	padding-right:5%;
}
#hiw_contract {
	background-color:#dddddd;
	display:none;
}
#hiw_contract_bottom {
	display:none;
}
#hiw_disclaimer_bottom {
	background-color:#eeeeee;
	display:none;
}
#hiw_disclaimer_content p, #hiw_disclaimer_content_bottom p {
	font-size:14px;
	line-height:16px;
	margin-bottom:0px;
	padding-bottom:10px;
	font-family: 'ProximaNovaLight';
	color:#3b3b3b;
	width:auto;
	text-align:left;
}
#hiw_accordion {
	position:absolute;
	right:0px;
	width:741px;
	max-width:741px;  /* 65% of 1140px */
	min-height:500px;
	margin-left:35%;
}
#hiw_accordion h2 {
	/*TM margin-bottom:30px; */
	margin-bottom:0;
	margin-top:30px;
}
.accordion_header {
	/*min-height:93px;*/
}
.accordion_header_content {
	background:rgba(1, 132, 183, 0.9);
	min-height:93px;
}
.accordion_header_bottom {
	background:rgba(1, 132, 183, 0.6);
}
.accordion_header_content.even {
	background:rgba(223,128,24, 0.9);
}
.accordion_header_bottom.even {
	background:rgba(223,128,24, 0.6);
}
.accordion_header h2, .accordion_header_bottom h2 {
	font-family:'ProximaNovaRegular';
	font-size:28px;
	line-height:28px;
	color:#fff;
	width:70%;
	float:left;
}
.hiw_more {
	padding-top:20px;
	padding-bottom:20px;
	font-family:'ProximaNovaLight';
	font-size:20px;
	line-height:22px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	color:#ffffff;
}
#sting_disclaimer {
	font-size:14px;
	line-height:14px;
}
#sting_disclaimer_link {
	font-family:'ProximaNovaSemiBold';
	text-decoration: underline;
	/*cursor:pointer;*/
}
.accordion_header_bottom {
	position:absolute;
	width:100%;
}
.anchor_bottom {
	bottom:0px;
}
.anchor_top {
	bottom:-50px;
}
.accordion_step {
	position:relative;
	top:15px;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	float:left;
}
.accordion_header_bottom .accordion_step {
	top:50px;
}
.accordion_arrow {
	float:right;
	padding-right:35px;
	padding-top:35px;
}
#hiw_bg_1, #hiw_bg_2, #hiw_bg_3, #hiw_bg_4 {
	width:100%;
	height:327px;
	background-position: left bottom;
	position:relative;
}
#hiw_hd_1, #hiw_hd_2, #hiw_hd_3, #hiw_hd_4 {
	background-position: left top;
}
.ui-accordion-header {
	outline:none;
}
@media screen and (max-width:1250px) {
	#hiw_duck {
		width:35%;
	}
	#hiw_accordion {
		width:65%;
		max-width:780px;
		margin-left:35%;
		position:inherit;
		right:auto;
	}
	#how_it_works {
		height:auto;
	}
}
@media screen and (max-width: 1000px) {
	#pointing_duck {
		margin-top:30%;
	}
	#hiw_duck h2 {
		font-size:23px;
		line-height:26px;
	}
	#hiw_duck p {
		font-size: 18px;
	    line-height: 22px;
	}
	#hiw_expand p, #hiw_contract p {
	    font-size: 13px;
	    line-height:16px;
	}
	#hiw_disclaimer_content p {
		font-size:13px;
		line-height:15px;
	}	
	.accordion_step {
		padding-left:10px;
		padding-right:10px;
	}
	.accordion_arrow {
		padding-right:15px;
		padding-left:15px;
	}
	.accordion_header h2 {
		font-size:22px;
	}
	.hiw_more {
		font-size:16px;
		line-height:18px;
	}
	#sting_disclaimer {
		font-size:12px;
		line-height:12px;
	}
	#hiw_duck p {
    	min-height:150px;
	}
}
@media screen and (max-width: 780px) {
	#how_it_works {
		margin-top:20px;
	}
	#hiw_duck {
		width:100%;
		float:none;
		padding-top:35px;
	}
	#pointing_duck {
		float:left;
		width:35%;
		margin-top:0%;
		margin-right:25px;
	}
	
	#hiw_disclaimer {
		display:none;
	}
	#hiw_disclaimer_bottom {
		background-color:#ffffff;
		display:block;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10%;
		padding-right:10%;
	}
	#hiw_contract, #hiw_expand, #hiw_copy {
		padding-left:40%;
		min-height:150px;
		margin-top:0px;
	}
	#hiw_expand_bottom p, #hiw_contract_bottom p {
    	width: 100%;
    	margin-bottom:5px;
	}
	#hiw_duck h2 {
	    font-size: 26px;
	    line-height: 30px;
	    margin-bottom:10px;
	}
	#hiw_accordion {
		clear:left;
		width:90%;
		padding-left:5%;
		padding-right:5%;
		margin-left:0%;
	}
	#hiw_accordion {
		width:100%;
		padding-left:0%;
		padding-right:0%;
	}
	#hiw_hd_1, #hiw_bg_1, #hiw_hd_2, #hiw_bg_2, #hiw_hd_3, #hiw_bg_3, #hiw_hd_4, #hiw_bg_4 {
		background-size:100%;
	}
}
@media screen and (max-width:741px ) {
	#hiw_hd_1, #hiw_bg_1, #hiw_hd_2, #hiw_bg_2, #hiw_hd_3, #hiw_bg_3, #hiw_hd_4, #hiw_bg_4 {
		background-size:auto;
	}
}
@media screen and (max-width: 570px) {
	.accordion_arrow {
		padding-right:5px;
		padding-left:5px;
	}
	.accordion_header h2 {
		font-size:17px;
	}
	#hiw_bg_1 {
		background-position: 70% bottom;
	}
	#hiw_hd_1 {
		background-position: 70% top;
	}
	#hiw_bg_2 {
		background-position: 80% bottom;
	}
	#hiw_hd_2 {
		background-position: 80% top;
	}
	#hiw_bg_3 {
		background-position: 40% bottom;
	}
	#hiw_hd_3 {
		background-position: 40% top;
	}
	#hiw_bg_4 {
		background-position: 40% bottom;
	}
	#hiw_hd_4 {
		background-position: 40% top;
	}
	.hiw_more {
		font-size:14px;
		line-height:16px;
	}
	#sting_disclaimer {
		font-size:11px;
		line-height:11px;
	}
	#hiw_contract, #hiw_expand, #hiw_copy {
		min-height:225px;
	}
	#pointing_duck {
	    float: none;
	    width: 65%;
	    margin-top: auto;
	    margin-right: auto;
	    max-width:250px;
	}
	#hiw_copy {
    	min-height: 150px;
    	float:none;
    	margin-top:10px;
    	padding-left:10%;
	}
}
@media screen and (max-width: 399px) {
	.accordion_step {
		padding-left:5px;
		padding-right:5px;
		width:40px;
		top:20px;
	}
	.accordion_arrow {
		padding-right:5px;
		padding-left:5px;
		width:20px;
	}
	.accordion_header h2 {
		font-size:15px;
		width:75%;
	}
	.hiw_more {
		font-size:14px;
		line-height:16px;
	}
	#sting_disclaimer {
		font-size:11px;
		line-height:11px;
	}
	
	#hiw_copy {
    	min-height: 220px;
    }
	
}
/********** HOW IT WORKS ****************/
.hiw_disclaimer {
	/*TM max-height:376px;*/
	max-height:400px;
	overflow-y:scroll;
}
#hiw_contract, #hiw_expand {
	padding-right:0%;
}
@media screen and (max-width: 780px) {
	.hiw_disclaimer {
		max-height:inherit;
		overflow-y:inherit;
	}
	#hiw_contract, #hiw_expand {
		padding-right:inherit;
	}
}
@media screen and (max-width: 350px) {
	.accordion_header h2, .accordion_header_bottom h2 {
	    font-size: 20px;
    	line-height: 19px;
    	width: 65%;
    }
	#hiw_accordion h2 {
    margin-top: 29px;
}
}
#hiw_duck p.hiw_toggle {
	min-height:inherit;
}
/******** Hospital Specific Images ***********/
#hiw_hd_1 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_hd_1.png');
}
#hiw_bg_1 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_bg_1.png');
}
#hiw_hd_2 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_hd_2.png');
}
#hiw_bg_2 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_bg_2.png');
}
#hiw_hd_3 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_hd_3.png');
}
#hiw_bg_3 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_bg_3.png');
}
#hiw_hd_4 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_hd_4.png');
}
#hiw_bg_4 {
	background-image:url('/_global-assets/images/how-it-works-v2/hospital/hiw_accordion_bg_4.png');
}
#pointing_duck {
	margin-top:2%;
}
#hiw_duck p {
	font-size:22px;
	line-height:25px;
}
#accordion_disclaimer {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	color:#767773;
}
#how_it_works {
	min-height:770px;
	height:inherit;
}
#hiw_bg_1, #hiw_bg_2, #hiw_bg_3, #hiw_bg_4, #hiw_hd_1, #hiw_hd_2, #hiw_hd_3, #hiw_hd_4 {
	background-position-x: center;
}
#hiw_bg_1, #hiw_bg_2, #hiw_bg_3, #hiw_bg_4 {
	height:398px;
	background-position-y:-93px;
}
@media screen and (max-width: 780px) {
	#hiw_hd_1, #hiw_bg_1, #hiw_hd_2, #hiw_bg_2, #hiw_hd_3, #hiw_bg_3, #hiw_hd_4, #hiw_bg_4 {
   		background-size:inherit;
	}
}
@media screen and (max-width: 570px) {
	#hiw_hd_1, #hiw_bg_1, #hiw_hd_2, #hiw_bg_2, #hiw_hd_3, #hiw_bg_3, #hiw_hd_4, #hiw_bg_4 {
   		background-position-x:555px;
	}
}
@media screen and (max-width: 1250px) {
	#hiw_duck h2 {
		font-size:28px;
		line-height:30px;
	}
	#hiw_duck p {
		font-size:20px;
		line-height:24px;
	}
	.accordion_step {
		padding-right:20px;
	}
	.accordion_header h2, .accordion_header_bottom h2 {
	    font-size: 25px;
    	line-height: 32px;
    }
}
@media screen and (max-width: 1000px) {
	#hiw_duck h2 {
		font-size:24px;
		line-height:26px;
	}
	#hiw_duck p {
		font-size:18px;
		line-height:22px;
	}
	.accordion_step {
		padding-left:8px;
		padding-right:8px;
	}
	#hiw_accordion h2 {
		margin-top:36px;
	}
	.accordion_header h2, .accordion_header_bottom h2 {
	    font-size: 20px;
    	line-height: 24px;
    	width:75%;
    }
}
/********** Choices *************/
#choices {
	margin-top:25px;
	margin-bottom:25px;
}
.choice_box {
	float:left;
	width:24%;
	color:#fff;
	background:#31b6e7;
	text-align:center;
	font-family:'ProximaNovaBold';
}
.choice_box h1 {
    font-size: 42px;
    font-family: 'ProximaNovaBold';
    margin-bottom: 0px;
}
.choice_box h3 {
	font-size:24px;
	font-family: 'ProximaNovaBold';
}
.choice_header {
	background:#188ebb;
	font-size:28px;
	padding:10px 0px;
}
.pad_left {
	margin-left:1.333333%;
}
#choice_splitter {
	display:none;
}
@media screen and (max-width: 1250px) {
	.choice_header {
		font-size:25px;
	}
	.choice_box h1 {
		font-size:38px;
		line-height:70px;
	}
	.choice_box h3 {
		font-size:20px;
		line-height:25px;
	}
}
@media screen and (max-width: 1000px) {
	.choice_header {
		font-size:22px;
	}
	.choice_box h1 {
		font-size:34px;
		line-height:60px;
	}
	.choice_box h3 {
		font-size:16px;
		line-height:22px;
	}
}
@media screen and (max-width: 780px) {
	.choice_box {
		width:49%;
		margin-bottom:10px;
	}
	.pad_left {
		margin-left:0;
	}
	.pad_left_mobile {
		margin-left:2%;
	}
	#choice_splitter {
		display:block;
	}
}
@media screen and (max-width: 399px) {
	.choice_header {
		font-size:18px;
	}
	.choice_box h1 {
		font-size:30px;
		line-height:50px;
	}
	.choice_box h3 {
		font-size:14px;
		line-height:18px;
	}
}