html, .footer-container {
	  background: #131822;
	}
	
	.footer-container .container {
		border-top: 1px solid #fff;
	}
	
	body {
		background-color: #131822;
	  color: #fff;
	  font-family: Roboto,helvetica,arial,san-serif;
	}
	
	h1, h2, h3, h4, h5, .method-form h2 {
		color: #fff;
	}
	
	input {
		background: #fff;
	}
	
	.big-quote p, blockquote, label {
		color: #fff;
	}
	
	blockquote .test-details {
		text-align: left;
		padding-left: 25px;
	}
	
	// Hubspot Grader overrides
	.hs_cos_wrapper_type_module .hubspot-grader-form-container .hs-form .hs-form-field label:not(.hs-error-msg) {
		color: #fff !important;
	}
	.hubspot-grader-form-container label {
		color: #fff !important;
	}
	
	.hubspot-grader-form-container .hs-form .legal-consent-container .hs-richtext, .hubspot-grader-form-container .hs-form .legal-consent-container label {
		color: #fff !important;
	}
	
	.hubspot-grader-form-container .hs-input {
		color: #fff !important;
	}
	
	.hubspot-grader-form-container label.hs-error-msg {
		color: red !important;
	}
	
	.method-form {
		border: none;
		padding: 20px;
		border-radius: 0px;
	}
	
	.hubspot-grader-form-container .hs-form .hs-button, .hubspot-grader-form-container .hs-form .hs-button:hover, .hubspot-grader-form-container .hs-form .hs-button:hover:not(.inactive), .hubspot-grader-form-container .hs-form .hs-button:focus, .hubspot-grader-form-container .hs-form .hs-button:active, .hubspot-grader-form-container .hs-form .hs-button:active:not(.inactive):not(.link) {
		border: none !important;
		background-color: #F49719 !important;
	}
	
	
	.form input[type=submit], form .hs-button {
		border: none !important;
		background-color: #F49719 !important;
	}