input[type="text"], input[type="tel"], input[type="email"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    display: block;
    width: 100%;
    border: 0px solid #ccc;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
    padding: 14px 20px;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 200px;
    border: 0px solid #ccc;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.4;
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    display: block;
    width: 260px;
    border: 0px solid #7e1184;
    padding: 15px;
    margin: 20px auto 20px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    letter-spacing: 2.0px;
    background-color: #191970;
    cursor: pointer;
}
input[type="submit"]:hover {
    background: #9c7332;
}
#sticky-wrapper {
	position: relative;
	z-index: 1000;
}
.est-intro-box {
	/*padding-top: 110px;*/
}
.est-hero {
	height: 400px;
	width: auto;
}
.est-intro-box h1 {
    background-color: #191970;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 7px 10px;
    line-height: normal;
    margin-top: -4px;
}
.start-est {
    /*width: 300px;*/
    padding: 0 2em;
    height: 70px;
    background-color: #c3b060;
    transform: skewX(-10deg);
    box-shadow: 2px 2px 12px rgba(41, 6, 64, 0.2);
    margin-top: 60px;
    margin-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    color: #FFF;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
}
.start-est:after {
    position: absolute;
    transform: skewX(10deg) scale(0.8);
    content: url(images/house_icon.png);
    top: -24px;
    right: 0px;
}
.est-banner {
	margin-bottom: 40px;
	display: none;
}
.est-questions {
	height: auto !important;
}
.autocal-text-wrap {
    width: 100%;
    height: auto;
    background-color: #191970;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
    display: none;
}
.est-questions.show .autocal-text-wrap {
	display: block;
}
.autocal-qsec {
	position: relative;
	width: 100%;
	max-width: 880px;
	padding: 20px 20px 0 20px;
	margin: auto;
	min-height: calc(100vh - 50px);
	display: none;
}
.autocal-qsec h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    color: #191970;
    text-align: center;
}
.autocal-qsec h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #191970;
}
.autocal-qsec ul {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    padding-bottom: 50px;
}
.autocal-qsec li {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 2px 2px 1px #ccc;
    box-sizing: content-box;
    cursor: pointer;
    justify-content: space-around;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.autocal-qsec li.active {
    border: 3px solid #191970;
    box-shadow: none;
}
.autocal-qsec li span {
    font-size: 17px;
    letter-spacing: .2rem;
    color: #7c7b79;
    font-weight: 600;
}
.autocal-qsec li img {
    height: 150px;
    width: 150px;
}
.autocal-notic {
    color: #7c7b79;
    width: 100%;
    font-size: 20px;
    letter-spacing: .2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.autocal-last:after {
    border-color: transparent transparent #191970 #191970;
    border-style: solid;
    border-width: 5px;
    bottom: 20px;
    content: "";
    height: 40px;
    left: 0;
    margin: auto auto 30px;
    position: absolute;
    right: 0;
    transform: rotate(-45deg);
    width: 40px;
}
.autocal-result {
	display: none;
}
.autocal-result-container {
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
    text-align: center;
    padding: 0px 20px 0px 20px;
    position: relative;
}
.autocal-result h3 {
    font-size: 25px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    color: #191970;
}
.autocal-result-text {
    color: #191970;
    font-size: 30px;
    font-weight: bold;
    padding-right: 20px;
}
.autocal-result-subtext {
    color: #373737;
    font-size: 11px;
}
.autocal-result p {
    text-align: left;
    font-size: 14px;
    color: #373737;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 2.2;
}
.autocal-result-container ul {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    color: #373737;
}
fieldset.form-base {
    max-width: 620px;
    margin: 0 auto;
    overflow: hidden;
}
fieldset.form-base dl dt {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #191970;
    margin-left: 4px;
    margin-bottom: 8px;
}
fieldset.form-base dl p {
	margin: 0;
	line-height: normal;
}
fieldset.form-base dl dd {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
fieldset.form-base input {
	width: 100%;
    height: 50px;
    border: 2px solid #f2f0e8;
    border-radius: 4px;
}
fieldset.form-base textarea {
	width: 100%;
    border: 2px solid #f2f0e8;
    border-radius: 4px;
}
fieldset.form-base dl dt span.form-en {
    font-size: 10px;
    color: #191970;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 0;
}
fieldset.form-base dl dt span.required {
    font-size: 10px;
    margin-bottom: 0;
    margin-right: 5px;
    color: #fff;
    background-color: #ef0606;
    border-radius: 3px;
    padding: 4px 8px;
    display: inline-block;
    float: right;
    vertical-align: bottom;
}
.counseling-op {
    max-width: 680px;
    margin: 0 auto;
    padding: 50px 20px;
    /*background-image: url(images/op.png);
    background-repeat: no-repeat;
    background-position: right bottom -20px;*/
/*    min-height: 370px;*/
    padding: 0px 20px 50px 20px;
    text-align: center;
}
.autocal-rl {
    font-size: 16px;
    font-weight: bold;
    color: #191970;
}
.input-hidden {
    display: none !important;
}
@media screen and (max-width: 767px) {
	.est-hero {
		width: 90%;
		height: auto;
	}
	.est-intro-box h1,
	.autocal-text-wrap {
	    font-size: 13px;
	}
	.start-est {
		/*width: 200px;*/
		font-size: 18px;
		height: 47px;
	}
	.start-est:after {
		transform: skewX(10deg) scale(0.6);
		right: -7px;
	}
	.autocal-qsec h3 {
	    font-size: 18px;
	    font-weight: bold;
	}
	.autocal-qsec ul {
	    display: grid;
	    gap: 1.4rem;
	    grid-template-columns: repeat(auto-fit,minmax(110px,1fr));
	    padding: 0;
	}
	.autocal-qsec ul li img {
	    height: 90px;
	    width: 90px;
	}
	.autocal-last:after {
		display: none;
	}
	.autocal-qsec {
		min-height: calc(100vh - 100px);
	}
	.autocal-result h3 {
	    font-size: 18px;
	}
	.autocal-result h3:first-of-type {
	    margin-top: 20px;
	}
	.autocal-result-text {
	    font-size: 20px;
	}
}
