/*
THEME NAME: All Cells
THEME URI: https://deliciousdesign.com/
VERSION: 3.0
AUTHOR: Delicious Design
AUTHOR URI:
*/

/* -------------------------------------------------------------------------- RESET --- */
 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}  table {border-collapse: separate; border-spacing: 0;}  caption, th, td { text-align: left; font-weight: normal; }  table, td, th { vertical-align: middle; }  blockquote:before, blockquote:after, q:before, q:after { content: ""; }  blockquote, q { quotes: "" ""; }  a img { border: none; } 

*, ::after, ::before {
    box-sizing: content-box;
}

/* ------------------------------------------------------------------------- COLORS --- */
html {
	}

body {
	background: url('images-donor_application/web-form-background-LG.jpg') #3fb176;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100vw 100%;
	background-position: top center;
	color:#4d4d4d;
	font-size: 14px;
	line-height: 1.0em;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  /* 300 400 600 */
	}
	
h1 {
	color:#61a744;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 600;  /* 300 600 */
	} 
h2, h3, h4, h5, h6 {
	color:#4d4d4d;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 600;  /* 300 600 */
	} 


/* --------------------------------------------------------------------- TYPOGRAPHY --- */

h1 {
	font-size:1.8em;
	line-height:1.0em;
	margin:0 0 30px 0;
	}
h2 {
	font-size:1.4em;
	line-height:1.0em;
	margin:0 0 10px 0;
	}
h3 {
	font-size:1.2em;
	line-height:1.0em;
	margin:0 0 20px 0;
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	display:block;
	margin-bottom:1.0em;
	}
ul {
	font-size: 1.0em;
	line-height: 1.5em;
	display:block;
	margin-bottom:1.0em;
	margin-left:150px;
	}
div.form-group ul {
	margin-left:20px;
	}
div.form-group ul li {
	margin-bottom:1.0em;
	}
div.form-group.diagnosis ul li {
	margin-bottom:0.5em;
	}
strong, b {
	font-weight: 600;  /* 300 600 */
	}
hr {
	border:0;
	border-top:1px solid #bdbdbd;
	margin:30px auto;
	height:1px;
	width:calc(100% - 100px);
	}
a:link, a:visited {
	color:#61a744;
	text-decoration:none;
	transition: color .3s, background .3s;
	}
a:hover, a:active {
	color:#6dcdb9;
	}
div.entry_content p a {
	font-weight: 600;  /* 300 600 */
	}

div.entry_content a.button {
	display: inline-block;
	box-sizing:border-box;
	font-size: 1.1rem;
	line-height: 1.0rem;
	background: linear-gradient(20deg, #a3ca36, #5caa51, #58c0aa); 
	color:#fff;
	min-width: 300px;
	padding: 12px 30px;
	border-radius: 5px;
	text-decoration:none;
	font-weight: 600;  /* 300 600 */
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transition: color .3s, box-shadow .8s;
	}
div.entry_content a.button:hover {
	background: linear-gradient(#6dcdb9, #6dcdb9, #6dcdb9); 
	color:#fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	}
button {
	box-sizing:border-box;
	font-size: 1.1rem;
	line-height: 1.0rem;
	display: inline-block;
    border: none;
    margin: 0;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 600;  /* 300 600 */
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
	background: linear-gradient(20deg, #a3ca36, #5caa51, #58c0aa); 
	color:#fff;
	min-width: 280px;
	padding: 12px 30px;
	border-radius: 5px;
	text-decoration:none;
	font-weight: 600;  /* 300 600 */
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	transition: box-shadow .8s;
	}
button:hover,
button.goback:hover {
	background: linear-gradient(#6dcdb9, #6dcdb9, #6dcdb9); 
	color:#fff;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	}

button.goback {
	background:#fff;
	color:#61a744;
	}
div.button_float {
	margin:30px 0 10px 0;
	}
div.button_float.b_2 {
	display:flex;
	justify-content: space-between;
	}


div#wrapper_donor {
	padding: 10px 0 50px 0;
	}
div#logo_donor_application {
	width: 220px;
	height: auto;
	margin:40px auto;
	}
div#logo_donor_application img {
	width: 100%;
	height: auto;
	transition: opacity .2s;
	}
div#logo_donor_application img:hover {
	opacity:0.7;
	}
div#header_donor_application {
	background: #f2f2f2;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
div#donor_phone {
	color:#61a744;
	font-weight: 600;  /* 300 600 */
	text-decoration:none;
	}
div#progress_bar {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 800px;
	width:calc(100% - 100px);
	margin: 0 auto 10px auto;
	}
div.step_progress {
	box-sizing:border-box;
	padding: 8px 10px 8px 10px;
	border-radius: 13px;
	background:#677165;
	color:#4d4d4d;
	font-weight: 600;  /* 300 600 */
	text-align:center;
	width: 24.5%;
	opacity: 0.7;
	}
div.step_progress.current_step {
	background:#646565;
	color:#fff;
	opacity:1.0;
	font-size: 0.95em;
	line-height: 1.0em;
	}
div.step_progress.step_1 {
	width: 22.5%;
 	}
div.step_progress.step_2 {
	width: 28.5%;
 	}
div.step_progress.step_3 {
	width: 25.5%;
 	}
div.step_progress.step_4 {
	width: 22.5%;
 	}

div#container {
	box-sizing:border-box;
	max-width: 800px;
	width:calc(100% - 100px);
	margin: 0 auto;
	padding: 50px 50px 30px 50px;
	border-radius: 10px;
	background: #fff;
		text-align:center;
	transition: width .5s, padding .5s;
	}
div#content {
	padding: 0 0 0 0;
	}

div.donor_app_left {
	text-align:left;
	}
img.donor_app_image {
	width:250px;
	height:auto;
	}



div#three_contact_links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	width: calc(100% - 60px);
	margin: 0 auto 30px auto;
	}
div#three_contact_links a.contact_link {
	display:block;
	font-weight: 600;
	width: 29%;
	line-height: 1.2em;
	}

a img.donor_app_icon {
	width:60%;
	height:auto;
	margin: 0 0 10px 0;
	transition:opacity .5s;
	}
a:hover img.donor_app_icon {
	opacity:0.6;
	}

a img.donor_social_image {
	width:30px;
	height:auto;
	padding: 15px 5px;
	opacity:1.0;
	}
a img.donor_social_image:hover {
	opacity:0.6;
	}




textarea, 
select, 
input[type="date"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="email"], 
input[type="month"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="text"], 
input[type="time"], 
input[type="url"], 
input[type="week"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip:padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
	background-color:#fff;
	color:#4d4d4d;
	outline:0;
	margin:0;
	padding: 8px;
	text-align: left;
	height: auto;
	vertical-align: middle;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  
	font-size:18px;
	line-height:18px;
	}
input,
input::after,
input::before,
select::after,
select::before,
textarea::after,
textarea::before {
	box-sizing: border-box;
	}


.container {
	position: relative;
	max-width: 40rem;
	margin: 5rem auto;
	background: #fff;
	width: 100%;
	padding: 3rem 5rem 0;
	border-radius: 1px;
	}
.container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	-webkit-transition: -webkit-transform 0.28s ease-in-out;
	transition: -webkit-transform 0.28s ease-in-out;
	transition: transform 0.28s ease-in-out;
	transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
	z-index: -1;
	}
.container:hover::before {
	-webkit-transform: scale(1);
	transform: scale(1);
	}

.button-container {
	text-align: center;
	}

fieldset {
	margin: 0 0 3rem;
	padding: 0;
	border: none;
	}

.form-radio,
.form-group {
	position: relative;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	}
.form-group {
	width:100%;
	}

.form-inline > .form-group,
.form-inline > .btn {
	display: inline-block;
	margin-bottom: 0;
	}

.form-help {
	margin-top: 0.125rem;
	margin-left: 0.125rem;
	color: #b3b3b3;
	font-size: 0.8rem;
	}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
	position: absolute;
	width: 100%;
	}
.checkbox .form-help {
	position: relative;
	margin-bottom: 1rem;
	}
.form-radio .form-help {
	padding-top: 0.25rem;
	margin-top: -1rem;
	}

.form-group input {
	height: 1.9rem;
	}
.form-group textarea {
	resize: vertical;
	height: 1.6rem;
	min-height: 1.6rem;
	}
.form-group textarea:focus {
	resize: vertical;
	height: 8rem;
	}
.form-group select {
	-webkit-appearance:none;
	width: 100%;
	font-size: 1rem;
	height: 1.9rem;
	padding: 0.125rem 0.125rem 0.0625rem 5px;
	border: none;
	line-height: 1.6;
	box-shadow: none;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  /* 300 400 600 */
	background: rgba(255,255,255,0.5) url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
	background: rgba(255,255,255,0.5) url('images-donor_application/select_pattern_1.png');
	background-size: 16px 11px;
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
	}

	
div.group_with_label {
	position: relative;
	width:49%;
	}
div.group_label {
	position: absolute;
	top: -6px;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color:#9e9e9e;
	font-size: 0.8rem;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  /* 300 400 600 */
	}




.form-group .control-label {
	position: absolute;
	top: 0.25rem;
	pointer-events: none;
	padding-left: 0.125rem;
	z-index: 1;
	color:#9e9e9e;
	font-size: 1.0em;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  /* 300 400 600 */
	}
.form-group .bar {
	position: relative;
	border-bottom: 0.0625rem solid #9e9e9e;
	display: block;
	}
.form-group .bar::before {
	content: '';
	height: 2px;
	width: 0;
	left: 50%;
	bottom: -0.0625rem;
	position: absolute;
	background: linear-gradient(20deg, #a3ca36, #5caa51, #58c0aa); 
	-webkit-transition: left 0.28s ease, width 0.28s ease;
	transition: left 0.28s ease, width 0.28s ease;
	z-index: 2;
	}
.form-group input,
.form-group textarea {
	display: block;
	background:rgba(255,255,255,0.5);
	padding: 0.125rem 0.125rem 0.0625rem 5px;
	font-size: 1.0em;
	border-width: 0;
	border-color: transparent;
	line-height: 1.2;
	width: 100%;
	color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  /* 300 400 600 */
	}
.form-group input[type="file"] {
	line-height: 1;
	}
.form-group input[type="file"] ~ .bar {
	display: none;
	}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
	color:#9e9e9e;
	}
/* CHANGES POSITION OF THE LABEL */
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
	font-size: 0.8rem;
	color:#9e9e9e;
	top: -1rem;
	left: 0;
	}




.form-group input:optional ~ .control-label {
	color:#9e9e9e;
	top: 0.25rem;
	font-size: 1.0em;
	}
.form-group input:optional:focus ~ .control-label {
	color: #61a744;
	top: -1rem;
	font-size: 0.8rem;
	}
.form-group input:optional:not(:placeholder-shown) ~ .control-label {
	font-size: 0.8rem;
	top: -1rem;
	left: 0;
	color:#9e9e9e;
	}









.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	}
	/* CHANGES THE COLOR OF THE LABEL */
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
	color: #61a744;
	}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
	width: 100%;
	left: 0;
	}

input[type="number"] {
	color:#4d4d4d;
	}

.checkbox label,
.form-radio label {
	position: relative;
	cursor: pointer;
	padding-left: 2rem;
	line-height:1.3rem;
	text-align: left;
	color:#4d4d4d;
	display: block;
	}
.checkbox input,
.form-radio input {
	width: auto;
	opacity: 0.00000001;
	position: absolute;
	left: 0;
	}

.radio {
	margin-bottom: 1rem;
	}
.radio .helper {
	position: absolute;
	top: -0.25rem;
	left: -0.25rem;
	cursor: pointer;
	display: block;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	  user-select: none;
	color: #999;
	}
.radio .helper::before, .radio .helper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0.25rem;
	width: 1rem;
	height: 1rem;
	-webkit-transition: -webkit-transform 0.28s ease;
	transition: -webkit-transform 0.28s ease;
	transition: transform 0.28s ease;
	transition: transform 0.28s ease, -webkit-transform 0.28s ease;
	border-radius: 50%;
	border: 0.125rem solid currentColor;
	}
.radio .helper::after {
	-webkit-transform: scale(0);
	  transform: scale(0);
	background-color: #337ab7;
	border-color: #337ab7;
	}
.radio label:hover .helper {
	color: #337ab7;
	}
.radio input:checked ~ .helper::after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	}
.radio input:checked ~ .helper::before {
	color: #337ab7;
	}

.checkbox {
	margin-top: 1rem;
	margin-bottom: 1rem;
	}

div.c_checkbox .checkbox {
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
	}


.checkbox .helper {
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	z-index: 0;
	border: 0.125rem solid currentColor;
	border-radius: 0.0625rem;
	-webkit-transition: border-color 0.28s ease;
	transition: border-color 0.28s ease;
	}
.checkbox .helper::before, .checkbox .helper::after {
	position: absolute;
	height: 0;
	width: 0.2rem;
	background-color: #61a744;
	display: block;
	-webkit-transform-origin: left top;
		  transform-origin: left top;
	border-radius: 0.25rem;
	content: '';
	-webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
	transition: opacity 0.28s ease, height 0s linear 0.28s;
	opacity: 0;
	}
.checkbox .helper::before {
	top: 0.85rem;
	left: 0.38rem;
	-webkit-transform: rotate(-135deg);
		  transform: rotate(-135deg);
	box-shadow: 0 0 0 0.0625rem #fff;
	}
.checkbox .helper::after {
	top: 0.5rem;
	left: 0;
	-webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
	}
.checkbox label:hover .helper {
	color: #61a744;
	}
.checkbox input:checked ~ .helper {
	color: #61a744;
	}
.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
	opacity: 1;
	-webkit-transition: height 0.28s ease;
	transition: height 0.28s ease;
	}
.checkbox input:checked ~ .helper::after {
	height: 0.5rem;
	}
.checkbox input:checked ~ .helper::before {
	height: 1.2rem;
	-webkit-transition-delay: 0.28s;
	transition-delay: 0.28s;
	}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: 1rem;
	}

.has-error .legend.legend, .has-error.form-group .control-label.control-label {
	color: #d9534f;
	}
.has-error.form-group .form-help,
.has-error.form-group .helper, .has-error.checkbox .form-help,
.has-error.checkbox .helper, .has-error.radio .form-help,
.has-error.radio .helper, .has-error.form-radio .form-help,
.has-error.form-radio .helper {
color: #d9534f;
	}
.has-error .bar::before {
	background: #d9534f;
	left: 0;
	width: 100%;
	}


div.d_form_row {
	display: flex;
	justify-content: space-between;
	}
div.d_form_row.invert_wrap {
	flex-direction: row-reverse;
	}
div.d_form_row.donation_types {
	display: flex;
	justify-content: space-around;
	}
div.d_form_row.donation_schedule {
	display: flex;
	justify-content: center;
	}
div.d_form_row.donation_schedule div.checkbox {
	width: 210px;
	padding-right: 5px;
	}
div.d_form_row.donation_schedule div.checkbox:first-of-type {
	width: 120px;
	padding-left: 15px;
	padding-right: 5px;
	font-weight:600;
	line-height: 1.3rem;
	}
div.d_form_row.donation_schedule div.checkbox.varied_schedule {
	width: 425px;
	padding-right: 5px;
	}
div.d_review_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
div.form-group-x2 {
	width:100%;
	display: flex;
	justify-content: space-between;
	}
div.form-group-x3 {
	width:100%;
	display: flex;
	justify-content: space-between;
	}
div.form-group-x2s div.group_with_label {
	width:100%;
	}
div.form-group-x2s {
	width:49%;
	display: flex;
	justify-content: space-between;
	}

div.d_form_row.x2 div.form-group {
	width:49%;
	margin-top: 0.7rem;
	}
div.d_review_row.x2 div.form-group {
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
div.d_review_row.x2 div.form-group div {
	width:49%;
	}
div.d_review_row.x2 div.form-group div:nth-of-type(even) {
	font-weight: 600;
	}
div.d_form_row.x3 div.form-group {
	width:32%;
	}
div.d_form_row.x2 div.form-group-x2s div.form-group {
	width:32%;
	}
div.d_form_row div.form-group-x2 div.form-group {
	width:49%;
	}
div.d_form_row div.form-group-x3 div.form-group {
	width:32%;
	}
div.d_form_row.x2_1 div.form-group {
	width:32%;
	}
div.d_form_row.x2_1 div.form-group:first-of-type {
	width:66%;
	}
div#historyDetailsSection.form-group,
div#diagnosisDetailsSection.form-group,
div#diagnosis2DetailsSection.form-group {
	width:100%;
	}
ul.condition_list {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin-left:30px;
	}
span.err_dialog {
	color: #d9534f;
	padding: 5px 0 0 3px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
div.has-error span.err_dialog {
	display:inline !important;
	}



div#modal_message {
	max-height:200px;
	padding: 20px 30px;
	border: 1px dotted #4f4f4f;
	border-radius: 10px;
	background: rgba(255,255,255,0.7);
	font-size: 1.0em;
	line-height: 1.3em;
	width: calc(100% - 200px);
	margin: -15px auto 0 auto;
	opacity: 1.0;
	transition: max-height .5s, padding .5s, opacity .5s;
	}
div#modal_message.hidden_modal {
	max-height:0px;
	padding:0px 30px;
	overflow:hidden;
	opacity:0;
	}

div#sickle_cell_trait_details {
	max-height:200px;
	padding: 20px 30px;
	border: 1px dotted #4f4f4f;
	border-radius: 10px;
	background: rgba(255,255,255,0.7);
	font-size: 1.0em;
	line-height: 1.3em;
	width: calc(100% - 200px);
	margin: -15px auto 0 auto;
	opacity: 1.0;
	transition: max-height .5s, padding .5s, opacity .5s;
	}
  
div#sickle_cell_trait_details.hidden_modal {
	max-height:0px;
	padding:0px 30px;
	overflow:hidden;
	opacity:0;
	}

/* ------------------------------------ SELECT CSS ------------------------------- */
 /* The container must be positioned relative: */
.custom-select {
	position: relative;
	font-family: 'Open Sans', Arial, "Dejavu Sans", sans-serif;
	font-weight: 300;  /* 300 400 600 */
	}

.custom-select select {
	width:100%;
	height:1px;
	margin:0px;
	padding:0px;
	margin-top:0px;
	opacity:0.0;
	}

.select-selected {
	background-color: transparent;
	background: rgba(255,255,255,0.5) url('images-donor_application/select_pattern_1.png');
	background-size: 16px 11px;
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) center;
	}


/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
	color:#9e9e9e;
	font-size: 1.0em;
	line-height: 1.6;
	padding: 0.125rem 0.125rem 0.25rem 1px;
	border: 1px solid transparent;
	border-color: transparent transparent transparent transparent;
	cursor: pointer;
	}
.select-items div {
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
	}

/* Style items (options): */
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	max-height: 300px;
	overflow-y: auto;
	}

/* Hide the items when the select box is closed: */
.select-hide {
	display: none;
	}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
	color:#4b4b4b;
	} 











/* --------------------------------------------------------------------- < 900 */
@media (max-width: 900px) { 

div#container {
	width:calc(100% - 20px);
	padding: 40px 20px;
	}

div.d_form_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

div.d_form_row.x2 div.form-group {
	width:100%;
		margin-top: 0.7rem;
	}
div.d_form_row.x3 div.form-group {
	width:100%;
	}
div.form-group-x2,
div.form-group-x3 {
	width:100%;
		display: flex;
		justify-content: space-between;
	}
div.d_form_row.x2_1 div.form-group:first-of-type {
	width:100%;
	}
div.d_form_row.x2_1 div.form-group {
	width:100%;
	}
.m_hidden {
	display:none;
	}
div#progress_bar {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1000px;
	width:calc(100% - 20px);
	margin: 0 auto 10px auto;
	}
div.form-group-x2s {
	width:100%;
	display: flex;
	justify-content: space-between;
	}
div.group_with_label {
	position: relative;
	width:100%;
	}

}





/* --------------------------------------------------------------------- < 600 */
@media (max-width: 700px) { 

body {
	background: url('images-donor_application/web-form-background-LG.jpg') #3fb176;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 100vw 100%;
	background-position: top center;
	font-size: 16px;
	}
h3 {
	font-size:1.2em;
	line-height:1.6em;
	margin:0 0 20px 0;
	}


div#container {
	width:calc(100% - 20px);
	padding: 30px 10px;
	}
.ms_hidden {
	display:none;
	}
img.donor_app_image {
	margin-bottom:20px;
	width:60%;
	height:auto;
	margin-top:10px;
	}
div#three_contact_links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	width: calc(100% - 60px);
	margin: 0 auto;
	flex-wrap: wrap;
	margin-bottom:30px;
	}
div#three_contact_links a.contact_link {
	display:block;
	font-weight: 600;
	width: 100%;
	margin-bottom:20px;
	}
a img.donor_app_icon {
	width:50%;
	}
div.d_review_row.x2 div.form-group {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

div.d_form_row.donation_types {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
div.d_form_row.donation_types div.checkbox {
	width:100%;
	}
div.d_form_row.donation_schedule div.checkbox,
div.d_form_row.donation_schedule div.checkbox:first-of-type,
div.d_form_row.donation_schedule div.checkbox.varied_schedule {
	width:100%;
	padding-left:0px;
	}	

div#modal_message {
	max-height:200px;
	padding: 20px 30px;
	border: 1px dotted #4f4f4f;
	border-radius: 10px;
	background: rgba(255,255,255,0.7);
	font-size: 1.0em;
	line-height: 1.3em;
	width: calc(100% - 80px);
	margin: -15px auto 0 auto;
	opacity: 1.0;
	transition: max-height .5s, padding .5s, opacity .5s;
	}

div.button_float.b_2 {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

button {
	box-sizing:border-box;
	display:block;
	width:100%;
	margin-bottom: 20px;
	}
ul {
	margin-left:50px;
	}
div.group_with_label {
	position: relative;
	width:100%;
	}
div.button_float.b_2 form {
  width:100%;
  }

}











