 /*============================================================================================================================ */
/*                                                RESPONSIVE DESIGN - MEDIA QUERIES                                             */
/*============================================================================================================================= */
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1240px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1240px) {

	div.content.form {
		padding: 45px 35px 65px 15px;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1024px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1024px) {

	ul.important_documents li {
		margin: 5px;
		padding: 10px;
	}
	ul.important_documents li img {
		max-width: 240px;
		margin-bottom: 5px;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 1000px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 1000px) {

	br.min_tablet_l {
		display: none;
	}
	/* Content =============================================================================================== Max Width 1000px */	
	div.banner p {
		max-width: 100%;
		padding: 0;
	}

	article.main div.left {
		float: none;
		width: 100%;
		padding-right: 0px;
	}

	div.login_block_wrapper {
		float: none;
		width: 100%;
		max-width: 55%;
		margin-top: 40px;
		margin: 30px auto 0 auto;
	}
	ul.important_documents li img {
		max-width: 180px;
	}
	dt {
		width: 300px;
	}

	dd {
		width: calc(100% - 320px);
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 800px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 800px) {

	br.min_tablet_l {
		display: none;
	}
	/* Content ================================================================================================ Max Width 800px */
	/*article.main div.left {
        float: none;
        width: 100%;
    }*/

    div.login_block_wrapper {
		max-width: 70%;
    }
	/* 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;
	}
	h2 {
		font-size: 22px;
	}
	/* 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.header_wrapper {
		padding: 15px 0;
	}
	div.sitebranding {
		float: none;
		/*width: 198px;
		height: 40px;*/
	}
	div.cobranding {
		float: none;
		width: 124px;
		height: 60px;
		padding: 10px 0;
	}
	/* Banner ================================================================================================== Max Width 736px */
	div.banner-inner {
		padding: 24px 15px 24px;
	}
	div.banner p.title {
		font-size: 28px;
		margin: 0 0 16px;
	}
	div.banner p {
		font-size: 14px;
	}
	div.banner p:last-child {
		margin-bottom: 0px;
	}
	/* Navigation ============================================================================================== Max Width 736px */
	#navicon {
		display: block;
		position: absolute;
		top: 5px;
		right: 0px;
		text-decoration: none;
		z-index: 9;
		width: 60px;
		height: 60px;
	}
	#navicon:before,
	#navicon.closed:before {
		font-family: "Material-Design-Iconic-Font";
		font-size: 40px;
		display: block;
		content: '\f197';
		color: #0091be;
		width: 60px;
		height: 60px;
		line-height: 60px;
		transition: color 0.3s;
		text-align: center;
		margin: 0;
	}
	#navicon:before {
		color: white;
		content: '\f136';
	}
	#navicon.closed:before {
		content: '\f197';
	}
	.mobile_nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		max-width: 300px;
		width: 100%;
		z-index: 5;
		top: 0;
		right: -300px;
		position: fixed;
		background: white;
		text-align: center;
	}
	nav.main ul {
		height: auto;
	}
	nav.main li {
		float: none;
		height: auto;
		margin: 0;
		padding: 0;
	}
	nav.main a {
		height: auto;
		line-height: 1.3;
		padding: 15px 20px;
	}
	.fade {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: black;
		opacity: 0.8;
	}
	/* Content ================================================================================================ Max Width 736px */
	div.login_block_wrapper {
		max-width: 90%;
	}
	div.login_block_wrapper {
		padding: 20px;
	}
	div.content {
		padding: 35px 15px 45px;
	}
	div.content.form {
		padding: 35px 35px 45px 15px;
	}

	/* Form Sections ========================================================================================== Max Width 736px */
	div.registration_details {
		top: 80px;
	}
	div.registration_details a.init_aside {
		margin-top: 91px;
		margin-left: -122px;
	}
	div.form_section_grouper {
		padding: 12px;
	}
	div.form_section_grouper.with_bottom_margin {
		margin-bottom: 12px;
	}
	div.form_section_grouper.no_bottom_padding {
		padding: 12px 12px 0 12px;
	}
	div.form_section_grouper div.form_section_grouper.alert,
	div.form_section_grouper.alert div.form_section_grouper,
	div.form_section_grouper div.form_section_grouper.info {
		padding-left: 55px;
	}
	div.hidden, 
	div.form_section_grouper div.form_section_grouper + div.form_section_grouper {
		margin-top: 12px;
	}
	span.info,
	span.notify {
		left: 10px;
	}
	div.form_section,
	.cols_3 div.form_section {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.cols_3 div.form_section {
		margin-bottom: 0;
	}
	.cols_3.no_abbr div.form_section {
		margin-bottom: 12px;
	}
	.cols_3 div.form_section:last-of-type {
		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;
	}

	dt,
	dl.no-border dt {
		padding: 0;
	}

	dt,
	.no-border dt,
	dt.with_textbox,
	.registered dt {
		width: 100%;
		text-align: left;
		line-height: 1.3;
	}

	dd,
	.no-border dd,
	dd.with_textbox,
	.registered dd {
		width: 100%;
		margin: 0 0 5px 0;
		padding: 0.25em 0 0.5em 0;
	}

	.col:first-of-type .no-border dd, 
	.col:first-of-type dd.last {
		margin: 0 0 5px;
		padding: .25em 0;
	}
	
	
	dd.last {
		margin: 0;
		padding: .25em 0 0;
	}

	label.checkbox,
	label.radio {
		padding-top: 5px
	}
	.vadialog {
		padding: 40px 20px;
	}
	.price_point {
		float: left;
		width: 80px;
	}

	.shares_tendered {
		float: right;
		width: calc(100% - 100px);
	}

	.shares_tendered label {
		float: none;
		width: 100%;
		line-height: 26px;
	}

	.shares_tendered input.form_textbox {
		float: none;
		width: 100%;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 640px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 640px) {
	
	div.banner {
		background-size: cover;
	}
	/* Content ================================================================================================ Max Width 640px */

	dl.payable_to {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	table.standard td:first-child {
		white-space: normal;
		min-width: 150px;
	}

	table.standard td.mandatory:after {
		position: relative;
		bottom: auto;
		top: auto;
	}

}
/* _______________________________________________________________________________________________________________________________

							==================== Max Width 480px ====================
_______________________________________________________________________________________________________________________________ */

@media only screen and (max-width : 480px) {

    br.min_phone_l {
		display: none;
	}
	br.max_phone_p {
		display: block;
	}
	/* Content ================================================================================================ Max Width 480px */

    /* Form Sections ========================================================================================== Max Width 480px */	
	div.registration_details {
		top: auto;
		bottom: 220px;
	}

	label.radio.inline {
		margin: 0 10px 0 38px;
	}

    div.step_bubble {
		margin: 0 8px;
	}

	div.step_bubble:before,
	div.step_bubble:after {
		width: 8px;
	}

	div.step_bubble:before {
		left: -10px;
	}

	div.step_bubble:after {
		right: -10px;
	}

	.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;
	}
}