.calc-wrapper{
  width: 100%;
  height: 100%;
  max-width: 600px;
  min-width: 200px;
  margin: auto;
  padding: 10px;
  font-family: Arial;
}
.calc-wrapper hr{
	height: 1px;
	background-color: #da0000;
	width: 100px;
}
.calc-surrounder{
	border-width: 1px;
	border-color: #da0000;
	border-style: solid;
	border-radius: 5px;
}
.calc-surrounder:not(:first-child){
  border-top-width: 0px;
}
.calc-form-div{
	padding: 15px 0 15px;
  margin: auto;
}
.calc-form-steps{
  font-weight: bold;
  font-size: 1.17em;
  margin: 5px auto;
}
.calc-form-select{
  font-size: 1.1em;
  margin: auto;
    align-items: center; /* This vertically centers the text and input */
    gap: 10px; /* Adds some space between the label and input */
  display: inline-flex;
}
#permit-type-list, #project-cost, #state-fee, #permit-estimate{
  max-width: 300px;
  margin: auto auto auto 0;
}
#calc-project-cost{
	max-width: 80px;
}
.calc-permit-estimate{
	font-size: 115%;
	color: red;
}
/* Chrome, Safari, Edge, Opera */
#project-cost::-webkit-outer-spin-button,
#project-cost::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
#project-cost[type=number] {
  -moz-appearance: textfield;
}
.g-flexslider .g-flexslider-slideshow-slides > .g-flexslider-item-container{
  display: block;
}