body.finance-form {
	font-family:'Roboto', Arial, Sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	text-align:center;
	color:#444444;
}

	.basicform {
		max-width: 960px;
		margin: 0 auto;
		padding:20px 20px 0;
		text-align:left;
	}

		.basicform h2 {	
			margin:0 0 20px 0;
			color:#444444;
			font-size:1.4em;
		}

		img {
			max-width: 100%;
		}

		.basicform p { 
			margin:10px 0; 
			position:relative; 
			clear:both; 
		}

		/* ==== SET THE FIELDSETS ==== */

		.basicform fieldset {
		    padding: 0;
		    margin: 0;
		    border: none;
		    width: 100%;
		}

		/* ==== SET LABELS ==== */

		.basicform label {
		    float: left;
		    cursor: pointer;
		    margin-bottom: 0;
		    margin-right: 2%;
		    margin-top: 3px;
		    text-align: right;
		    vertical-align: top;
		    width: 20%;
		    font-weight: bold;
		}

		/* ==== SET INPUTS, TEXTAREAS, SELECTS ==== */
		.basicform input, 
		.basicform textarea, 
		.basicform select {
		    width: 77%;
		    color: #444444;
		    display: inline-block;
		    font-size: inherit;
		    font-family: inherit;
		    background-color: #FFFFFF;
		    border: 1px solid #adadad;
		    /* box-shadow: 1px 1px 2px #CCCCCC; */
		    padding: 5px 1%;
		    float: none;
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
		}

		.basicform fieldset small {
			margin: 7px 0 0 22%;
			display: block;
			font-style: italic;
		}

		.basicform select { 
			width:84.1666%; 
		}
		.basicform input:hover,
		.basicform textarea:hover,
		.basicform select:hover {
			border: 1px solid #666666;
			outline: none; /* chrome fix to remove yellow box-shadow */
		}
		.basicform input:focus,
		.basicform textarea:focus,
		.basicform select:focus {
			border: 1px solid #666666;
			outline: none;
			color: #000000;
		}

		/* ==== SET ERROR STYLE ==== */
		input.error,
		select.error,
		textarea.error {
			border-color:#F8ACAC;
			background:#fff4f4;
		}

		input.error:hover,
		select.error:hover,
		textarea.error:hover {
			border-color:#f19191;
		}

		input.error:focus,
		select.error:focus,
		textarea.error:focus {
			border-color:#D12228;
		}

		span.error {
			background-color: #D12228;
			color: #FFFFFF;
			font-size: 0.8em;
			font-weight: bold;
			padding: 1px 5px 3px;
			position: absolute;
			right: 10px;
			top: 6px;
		}

		/* ==== Button styling ==== */

		.form-buttons { 
			clear:both; 
		}
		.basicform button {
			display: block;
			border: 0 none;
			color: #FFFFFF;
			cursor: pointer;
			font-size: 12px;
			font-weight: bold;
			margin: 0 auto;
			padding: 6px;
			text-decoration: none;
			min-width: 100px;
			background-color:#eb9b33;
		}
		.basicform button:hover {
			background-color:#e08816;
		}

		.easypay-form {
			margin: 2em 0;
		}
		.easypay-form h2 {
		    text-align: center;
    		margin: 0 0 2em;
			font-size: 2em;
		}

.easypay-form-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 1em;
}
		.easypay-form-header img {
			width: 170px;
		}

		.easypay-form-header h6 {
			font-weight: 800;
			font-size: 20px;
			margin: 0;
			color: #4f4f4f;
			line-height: 1.3;
		}
		.easypay-form-header ul {
			list-style: none;
			margin: 1em 0 0;
			padding: 0 0 0 20px;
		}

			.easypay-form-header ul li {
				position: relative;
				font-size: 14px;
				color: #4f4f4f;
				margin: 3px 0;
			}
			.easypay-form-header ul li::before {
				position: absolute;
				content: '';
				background: url(../images/icons/check-mark.png) left 0px no-repeat;
				background-size: contain;
				display: block;
				width: 16px;
				height: 16px;
				left: -20px;
			}
	
	.basicform fieldset#easypay-fields {
		display: none;
		background: #f7f7f7;
		padding: 16px;
		box-sizing: border-box;
	}

	.pricing-table {
		display: flex;
		flex-flow: column nowrap;
	}
		.pricing-table > div {
			padding: 16px;
			display: flex;
			flex-flow: row nowrap;
			justify-content: space-between;
			align-items: center;
		}
		.pricing-table > div:nth-child(odd) {
			background: #e8e9eb;
		}
		.pricing-table > div:nth-child(even) {
			background: #f7f7f7;
		}
			.pricing-table .details {
				margin: 0 1em;
			}
				.pricing-table .details img {
					margin: 0 0 10px;
				}
				.pricing-table .details h6 {
					margin: 0 0 10px;
					font-weight: 900;
					font-size: 20px;
					color: #0b4c90;
					line-height: 1.2;
				}

				.pricing-table .details p {
					margin: 0;
					color: #4f4f4f;
					font-size: 14px;
				}

					.pricing-table .details p strong {
						color: #7fba22;
					}

					.pricing-table .details p small {
						display: block;
						margin: 10px 0 0;
						font-style: italic;
					}

			.pricing-table .pricing {
				flex: 0 0 200px;
			}

				.pricing-table .pricing .price {
					display: block;
					text-align: right;
					font-weight: 900;
					font-size: 32px;
					line-height: 1.2;
				}
					.pricing-table .pricing .price sup {
						color: #7fba22;
					}
				
				.pricing-table .pricing .button-wrapper {
					display: flex;
					justify-content: flex-end;
					margin: 1em 0 0;
				}
					.pricing-table .pricing img {
						height: 38px;
						margin-right: -2px;
					}
					.pricing-table .pricing a.button {
						border: 2px solid #7fba22;
						background: #7fba22;
						color: #FFF;
						font-size: 16px;
						border-radius: 5px;
						-webkit-box-shadow: none;
						box-shadow: none;
						text-decoration: none;
						max-width: 100%;
						padding: 0.6em 1em;
						cursor: pointer;
						text-shadow: none;
						display: inline-block;
						margin: 0;
						letter-spacing: .04em;
						font-weight: 600;
						line-height: 1;
						white-space: nowrap;
						-webkit-transition: all .5s;
						-moz-transition: all .5s;
						-o-transition: all .5s;
						transition: all .5s;
					}
					.pricing-table .pricing a.buynow {
						border: 2px solid #5d92cf;
						background: #5d92cf;
					}


	.terms {
		background: #0b4c90;
		color: #FFF;
		padding: 23px 15px;
	}
		.terms ul {
			margin: 0 0 1em;
			padding: 0 0 0 14px;
			font-size: 10px;
		}
		.terms p {
			margin: 0;
			font-size: 10px;
		}
		.terms a {
			color: #FFF;
		}
		.terms a:hover {
			color: #FFF;
			text-decoration: none;
		}


@media only screen and (max-width: 767px) {

	.basicform label {
		width: 100%;
		text-align: left;
		margin: 0 0 5px;
		font-weight: 900;
		font-size: 14px;
		color: #0b4c90;
		line-height: 1.2;
	}

	.basicform input, .basicform textarea, .basicform select {
		width: 100%;
		margin: 0 0 10px;
	}
}
