@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,700;1,8..60,400;1,8..60,500;1,8..60,700&display=swap');


html {
	font-size: 18px;
}

body {
	font-family: 'Source Sans 3', Helvetica, Arial, sans-serif;
	background-color: #FFF4EC;
	/*background-color: #26335E;*/
	color: #26335E;
	line-height: 1;
	overflow: hidden;
}

img.logo {
	max-width: 150px;
	height: auto;
}

h1, h2, h3 {
	font-family: 'Source Serif 4',Georgia,serif;
}

h2, h3, p {
	margin: 0;
}

h1 {
	margin-top: 25px;
	color: #992E72;
}

h2 {
	color: #992E72;
	font-size: 2em;
	font-weight: normal;
}

h2.cta {
	font-size: 1.4em;
	margin: 30px 0 12px;
	font-weight: bold;
}

h3 {
	margin-top: 25px;
}

p.instr {
	margin-top: 6px;
}

fieldset, input, .selectric, #results {
	border-radius: 6px !important;
}


input, select, button {
	font-size: 1em;
}

fieldset {
	border-radius: 3px;
	border: solid 2px #BEC2D3 !important;
}

input[type=number],
input[type=text] {
	display: block;
	margin-top: 10px;
  height: 60px;
	border: solid 2px #BEC2D3 !important;
  width: 100%;
  padding: 0 6px;
}

.error {
	border: solid 3px red;
	padding: 10px;
}

.error input {
/*	color: red;*/
}

.directions {
	margin-top: 12px;
}

.notes1,
.notes2 {
/*	margin-top: 6px;
	padding-left: 18px;
	position: relative;*/
}

.notes1:before {
/*	content: "*";
	left: 0;
	position: absolute;*/
}

.notes2:before {
/*	content: "**";
	left: 0;
	position: absolute;*/
}

.errorText {
	color: red;
}

#results {
	background-color: #FFF;
	border: solid 2px #BEC2D3 !important;
	color: #26335E;
	padding: 16px 20px 20px;
}

.container-fluid {
	width: 100%;
}

.form_block {
	margin-bottom: 35px;
}

.radio_block div {
	display: inline-block;
	margin-right: 12px;
}

.dollars {
/*	font-size: 1.6em;*/
	font-size: 2em;
}

.selectric {
	background-color: #f9d1b4 !important;
	height: 60px;
	border: solid 2px #BEC2D3 !important;
	/*background-color: #c8edf9 !important;*/
}

.selectric .button {
	height: 60px !important;
}

.selectric .label {
	line-height: 60px !important;
}

.selectric-items li {
	font-size: 16px !important;
}

/* Hide Arrows in Number Field */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number],
input[type=text] {
  -moz-appearance: textfield;
}

button {
	background-color: #CA4D9C;
	border: none;
	border-radius: 4px;
	padding: 20px;
	color: #FFF;
	cursor: pointer;
}

button:hover {
	background-color: #992E72;
}

@media(min-width:768px) {

	.container-fluid {
		max-width: 650px;
		display: block;
		margin: 0 auto;
	}

	.selectric {
/*		width: 50%;*/
	}

}