		.field {
			margin-bottom:20px;
		}
		.field_name {
			color: #686868;
			font-size: 11px;
		}

		.wp-box {
			background: #fff;
			border: 1px solid #e0e0e0;
			padding: 15px 20px;
			margin-bottom: 20px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		}
		.wp-link {
			font-size: 11px;
		}
		.wp-ctrl {
			padding-bottom:15px;
		}
		.wp-img {
			text-align:center;
		}

		.wp-btn {
			display:inline-block;
			font-weight: 600;
			font-size: 16px;
			line-height:55px;
			background: #FE7879;
			border-radius: 5px;
			color:#fff;
			text-decoration: none;
			padding: 0 90px;
			margin-top: 15px;
		}
		.wp-btn:hover, wp-btn:active {
			background: #e97374;
			color:#fff;
		}

		.wed-field {
			margin-top:15px;
		}
		.wed-field label {
			color: #686868;
			font-size: 11px;
		}
		img {
			max-width: 100%;
		}

        .button {
    display:inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height:55px;
    border-radius: 5px;
    color:#fff;
    text-decoration: none;
    padding: 0 90px;
}
.button:hover, .button:active {
    text-decoration: none !important;
}

.features {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    min-height: 29px !important;
}

.wp-box .wed-field label {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    position:absolute;
}
.wp-box .wed-field label+.wed-field-text {
    padding-top:35px;
    line-height: 25px;
    min-height: 60px; /* line-height + padding */
}
.wp-box .wed-field {
    margin: 40px 0;
}
.wp-box p, .wp-box h1, .wp-box h2, .wp-box h3 {
    margin:0;
}

sup.citation {
    background: #e5efff;
    width: 15px;
    height: 15px;
    color: #0062ff;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    border-radius: 8px;
    font-weight: 500;
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
    font-style: normal;
}
.primary-bg {
    background: #FE7879;
}
.button {
    background: #FE7879;
    color:#fff;
}
.button:hover, .button:active {
    background: #E46C6D;
    color:#fff;
}

.features {
    color: #FE7879;
}