/* MSP LIS Intake Styles */

.msp-intake-wrapper .login-forms {
	width: auto;
}

.woocommerce-notices-wrapper + .post-wrapper {
	width: 100%;
	padding: 0;
}

.msp-intake-wrapper .accordion.checkout_login {
	margin: auto;
	margin-bottom: 20px;
	width: 50%;
}

.msp-intake-wrapper .accordion .toggle-next .toggle-next__button {
	background: #f2f2f2;
}

.form-intake-reset {
	display: block;
}

#intake-reset {
	margin-bottom: 20px;
	display: none;
	cursor: pointer;
}

.msp-intake-wrapper fieldset {
	padding: 20px 0 0 0 !important;
	border: none;
	margin: none;
}

label {
	display: block;
}

input {
	display: block;
}

select {
	display: block;
	border: 1px solid #313131;
    border-radius: 24px;
    padding: 12px 32px !important;
}

input[type="number"] {
	-webkit-appearance: none;
    border: 1px solid #666;
    box-shadow: 0 0 0 4px #f4f4f4;
    line-height: 1.4;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0 25px 4px;
}

.msp-intake-wrapper .mi-intake-content {
	/*background: #f2f2f2;
	border-radius: 20px;
	margin: 40px 0;
	padding: 20px 30px 40px 30px;
	box-shadow: 4px 4px 16px 4px #cdcdcd;*/
	background: #f6f8f9;
	padding: 2.222rem;
	margin: 20px 0;
}

.msp-intake-wrapper .mi-intake-content-standalone {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
}

.msp-intake-wrapper .mi-intake-content p {
	font-size: 16px;
}

.msp-lis-intake {
	display: none;
}

.msp-lis-intake input {
	border: 1px solid #313131;
    border-radius: 24px;
    padding: 12px 32px;
	margin-bottom: 10px !important;
}

.msp-intake-wrapper .form-row {
	width: auto;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px !important;
}

.intake-form-first .form-row:first-of-type {
	width: 100%;
}

.intake-form-last {
	margin-top: 20px;
	margin-bottom: 0 !important;
}

.inelligible, .elligible {
	display: none;
}

.inelligible-center, .elligible-center {
	margin: auto;
	width: 50%;
}

.inelligible .button {
	width: 100%;
}

.mi_subscription_checkbox_register {
	float: left;
	width: 20px !important;
	height: 20px !important;
	padding: 0;
}

.mi_subscription_checkbox_register svg {
	height: 20px !important;
	width: 20px !important;
}

.msp-intake-wrapper .mi_subscription_label {
	font-weight: normal !important;
	font-size: 14px !important;
	float: left;
	width: 340px;
}

.button {
	margin-top: 0 !important;
}

.msp-income-married {
	display: none;
	font-size: 14px;
	padding-left: 4px;
	max-width: 360px;
}

.msp-intake-wrapper .tooltip {
	display: table !important;
	padding-left: 4px;
}

.from-new-york-section-standalone h3 {
	display: none;
}

.form-intake-image {
	display: none;
}

@media only screen and (max-width: 801px) {
	.mi_subscription_checkbox_register {
		display: block !important;
		width: 20px !important;
		height: 20px !important;
	}

	.mi_subscription_checkbox_register svg {
		height: 20px !important;
		width: 20px !important;
	}

	.mi_subscription_label {
		width: 225px;
	}

	.msp-intake-wrapper .form-row {
		width: 100%;
	}
}

@media only screen and (max-width: 980px) {
	.mi_subscription_label {
		width: 100%;
	}

	.msp-intake-wrapper input, select {
		width: 228px !important;
	}
}

@media only screen and (min-width: 981px) { 
	.secondary-sidebar + .post-wrapper {
		width: 75%;
	}

	.form-intake-image {
		border-radius: 100px;
	    width: 175px;
	    float: left;
	    margin-top: 20px;
	    display: block;
	}

	.from-new-york-section {
		/*background-image: url(/images/piggybank.png);
	    background-position-x: -86px;
	    background-repeat: no-repeat;
	    background-size: contain;*/
	    padding-left: 215px;
	}

	.from-new-york-section-standalone {
		background: none;
	    padding-left: 0;
	}
}

@media only screen and (min-width: 1240px) {
	.from-new-york-section {
	    /*background-position-x: -72px;*/
	    padding-left: 200px;
	}

	.from-new-york-section-standalone {
		background: none;
	    padding-left: 0;
	}
}