.calc-section {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 10px 20px 0 #efefef;
    box-sizing: border-box;
}
.calc-section div {
    box-sizing: border-box;
}
.calc-wrapper {
    width: 100%;
}
.calc-wrapper.step-2 {
    display: none;
}
.calc-wrapper.step-3 {
    display: none;
}
.calc-title {
    width: 100%;
    padding: 64px 24px;
    text-align: center;
    background-image: url(https://self-publishingschool.com/wp-content/uploads/bookprofitcal/steps2.jpg);
    background-size: cover;
    background-position: center;
}
.calc-title h2 {
    font-size: 30px;
    color: #ffffff;
}
.calc-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #9ec4ff;
}
.calc-content {
    width: 100%;
    padding: 48px 32px;
}
.calc-field {
    margin-bottom: 16px;
}
.calc-field label {
    display: block;
    font-family: KoHo;
    font-size: 14px;
    font-weight: bold;
}
.calc-field input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    font-family: KoHo;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    background-color: #efefef;
}
.calc-field select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    font-family: KoHo;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    background-color: #efefef;
}
.calc-button {
    width: 100%;
    text-align: center;
}
.calc-button button {
    display: inline-block;
    width: auto;
    padding: 16px 32px;
    margin-top: 16px;
    border: 0;
    font-family: KoHo;
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(250, 197, 63);
    color: rgb(17, 41, 71);
    text-align: center;
    cursor: pointer;
}
.calc-button a {
    display: inline-block;
    width: auto;
    padding: 16px 32px;
    margin-top: 16px;
    border: 0;
    font-family: KoHo;
    font-size: 14px;
    font-weight: bold !important;
    background-color: rgb(250, 197, 63);
    color: rgb(17, 41, 71) !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.calc-button a:hover {
    color: rgb(17, 41, 71) !important;
}
.calc-button button.btn-submit {
    width: 100%;
}
.calc-button button.btn-goback, .calc-button button.btn-no-thanks {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(250, 197, 63);
    padding: 4px 8px;
    font-size: 14px;
    background-color: transparent;
    transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}
.calc-button button.btn-goback:hover, .calc-button button.btn-no-thanks:hover {
    border: 2px solid rgb(250, 197, 63);
    border-radius: 4px;
    background-color: rgb(250, 197, 63);
}
.calc-desc {
    margin-bottom: 24px;
    text-align: left;
}
.calc-desc p {
    font-size: 14px;
}
.calc-desc p span.number {
    font-size: 32px;
    font-weight: bold !important;
}
.calc-result {
    margin-bottom: 24px;
    text-align: left;
}
.calc-result p {
    font-size: 16px;
}
.calc-result p.result {
    font-size: 32px;
    font-weight: bold;
}
.hubspot-form-wrapper {
    display: none;
}
