/*============================================================================================================================ */
/*                                                RESPONSIVE DESIGN - MEDIA QUERIES                                             */
/*============================================================================================================================= */
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1240px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1240px) {

	div.content.form {
		padding: 45px 15px 65px 15px;
	}
}


/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1000px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1000px) {

	br.min_tablet_l {
		display: none;
	}
	/* Content =============================================================================================== Max Width 1000px */
	dt {
		width: 300px;
	}

	dd {
		width: calc(100% - 320px);
	}
}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 800px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 800px) {

	br.min_tablet_l {
		display: none;
	}

	/* Form Sections ========================================================================================== Max Width 800px */
	section.form_process_wrapper {
		padding: 20px 0px;
	}
}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 736px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 736px) {

	br.min_tablet_p {
		display: none;
	}

	br.max_phone_l {
		display: block;
		font-size: 1px;
		line-height: 0px;
		margin: 0px;
		clear: both;
		height: 0px;
	}

	body {
		font-size: 90%;
	}

	p,
	div.form_error p,
	div.form_error p.form_error,
	div.form_help_message p,
	table.standard td,
	label,
	p.label,
	input.form_textbox,
	textarea.form_textarea,
	label.checkbox,
	label.radio,
	.selectboxit-container * {
		font-size: 1em;
	}
	/* Buttons ================================================================================================= Max Width 736px */
	input.secondary_button.back,
	input.secondary_button.cancel,
	input.secondary_button.print {
		font-size: 0;
		width: 63px;
		padding: 0;
		background-position: -6px 50%;
	}
	/* Header ================================================================================================== Max Width 736px */
	div.sitebranding {
		top: .5em;
		left: 15px;
	}

	.not-device {
		display: none;
	}

	.is-device {
		display: block;
	}
	/* Content ================================================================================================ Max Width 736px */
	div.content {
		padding: 35px 15px 45px;
	}

	/* Form Sections ========================================================================================== Max Width 736px */

	div.form_section_grouper.with_bottom_margin {
		margin-bottom: 12px;
	}

	div.hidden,
	div.form_section_grouper div.form_section_grouper + div.form_section_grouper {
		margin-top: 12px;
	}

	div.form_section {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	abbr {
		float: none;
		width: 20px;
		height: auto;
		line-height: 1.3;
		margin-top: 0px;
		margin-bottom: 12px;
	}

	.cols_3 abbr {
		position: relative;
		right: auto;
		bottom: 0px;
		width: 100%;
		height: auto;
		margin-bottom: 0px;
		line-height: 1;
		text-align: left;
	}

	dl {
		margin-bottom: 12px;
		padding: 15px;
	}

	div.form_section_grouper.alert div.form_section_grouper dl {
		margin-left: -40px;
	}

	dt {
		font-size: 14.4px;
		width: 100%;
		text-align: left;
	}

	dt.total {
		border-bottom: none;
		margin-bottom: 0;
	}

	dd {
		font-size: 14.4px;
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0 0 10px 0;
	}

	dd:last-of-type {
		margin: 0;
		padding: 0;
	}

	dd.total {
		border-top: none;
		padding-bottom: 10px;
	}

	label.checkbox,
	label.radio {
		padding-top: 5px
	}

	.css_checkbox tr {
		width: 50%;
	}
}

/* _______________________________________________________________________________________________________________________________

							==================== Max Width 480px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 480px) {

	br.min_phone_l {
		display: none;
	}

	br.max_phone_p {
		display: block;
	}

	.provider-toggle {
		float: none;
		margin-right: 0;
	}

	div.sitebranding {
		top: -8px;
		padding-top: 0;
		left: 15px;
	}

	div.sitebranding img {
		max-height: 95px;
	}

	.navbar {
		padding: 1rem 0 1rem 1rem;
	}

	.navbar-nav {
		justify-content: flex-end;
		margin-right: 2em
	}

	a.primary_button + a.primary_button {
		margin-top: 1em
	}

	div.banner div.container {
		padding: 90px 0 0;
	}

	/* Form Sections ========================================================================================== Max Width 480px */


	div.step_bubbles.two_steps {
		width: 100px;
	}

	div.step_bubbles.three_steps {
		width: 150px;
	}

	div.step_bubbles.four_steps {
		width: 200px;
	}

	div.step_bubbles.five_steps {
		width: 250px;
	}

	div.step_bubbles.six_steps {
		width: 300px;
	}

	div.step_bubble span {
		font-size: 1.2em;
		line-height: 32px;
	}

	div.step_indicator {
		width: 50px;
	}

	div.step_bubbles div.left,
	div.step_bubbles div.right {
		width: 7px;
	}

	.multiple_inline_radios label.radio.inline {
		margin: 0 0 10px 38px;
	}

	.multiple_inline_radios label.radio.inline:last-of-type {
		margin: 0 0 0 38px;
	}

	.css_checkbox tr {
		display: block;
		float: none;
		width: 100%;
	}
}
