
*{
    
}
.content {
    position: relative;
}
.content > article {
    width: 100%;
    margin: 2rem auto 0;
}
.top-bg {
    position: absolute;
    top:-2rem;
    left:0;
    z-index: -1;
    height: 14rem;
    width: 100%;
    background:repeating-linear-gradient(
	-40deg,
	rgb(217, 254, 231),
	rgb(217, 254, 231) 25px,
	rgb(193, 252, 222) 0,
	rgb(193, 252, 222) 60px
	);
}
.content > article > h1{
    margin: 0 auto 2rem;
    font-size:2.5rem;
    color: #444;
}
.contact-button {
    color:#fff;
    font-size: 1.2rem;
    line-height: 3rem;
    border-radius: 2rem;
    background-color: #222;
    width: 40%;
    margin: 1rem auto 3rem;
}

.top-w {
    background-color: #fff;
    width: 95%;
    margin: 0 auto;
    padding-top: 1rem;
}
.top-w h2 {
    font-size: 1.1rem;
    margin: 1rem auto;
}
.top-w p {
    width: 98%;
    text-align: left;
    margin: 0 auto;
    line-height: 1.5rem;
}
.top-w font {
    color: rgb(255, 216, 42);
}
.c-wrapper {
    margin: 3rem auto;
    width: 60%;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
    justify-content:space-between;
}
.c-box {
    width: 40%;
    border: 2px solid #aaa;
    padding: 1rem 4%;
}
.c-box > div > a{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    align-items: center;
    justify-content:space-between;
}
.c-box > div > a > div{
    width: 15%;
}
.c-box > div > a > div > img{
    vertical-align: middle;
}
.c-box > div > a > p{
    width: 85%;
    font-size: 1.2rem;
    font-weight:bold;
}
.c-box h3{
    margin-bottom: 1rem;
}
.c-box:last-child p{
    text-align: left;
}

.f-wrapper {
    width: 70%;
    margin: 0 auto;
}

.f-wrapper > h1{
    font-size: 2.5rem;
}
.f-wrapper > p{
    font-weight: bold;
    text-align: left;
}
.f-wrapper form > div{
    border-bottom: 1px dotted #aaa;
    line-height: 4rem;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: start;
}

.f-wrapper form > div font{
    background-color:rgb(255, 216, 42);
    font-weight: bold;
    font-size: 0.5rem;
    border-radius: 0.2rem;
    margin: 0 1rem 0 0.5rem; 
}

.f-wrapper form > div> input {
    height: 2rem;
    flex: 1;
    border: 2px solid #ccc;
    line-height:  2rem;
}
.f-wrapper form > div> textarea {
    height: 16rem;
    flex: 1;
    border: 2px solid #ccc;
    line-height: 1.5rem;
    padding-left: 0.5rem;
}
.f-ta{
    height: 18rem !important;
    border: none !important;
}
.f-ta > div{
    height: 18rem;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.complete {
    width: 100%;
    margin: 0 auto;
}
.complete > h1 {
    font-size: 3rem;
    margin: 2rem auto;
}
.complete > p {
    font-size: 1.5rem;
    margin: 2rem auto;
}