/*dont add these codes*/
body {
	margin: 0;
	font-family: "Neue Helvetica W01", "Helvetica Neue", sans-serif;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 74em) {
	.wrapper {
		padding: 0;
	}
}

@media screen and (min-width: 870px) {
	.wrapper {
		max-width: 1170px;
		padding: 0 20px;
	}
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.vp-btn {
	min-width: 232px;
	border-radius: 5px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	display: inline-block;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.vp-tour-btn {
	background-color: #DBB12C;
}
/*dont add these codes*/
/*ed form 1 starts*/
.ed-calculator-wrapper {
	float: left;
	width: 100%;
}

.ed-calculator-bg {
	background: #f5f5f5;
}

.ed-calculator-wrapper h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 44px;
	color: #4A4A4A;
	text-align: center;
}

.ed-calculator-wrapper .total-potential-wrapper .total-potential-section {
	width: 50%;
	float: left;
	padding: 10px 47px;
	text-align: center;
}

.ed-calculator-wrapper .image-section {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

.ed-calculator-wrapper .form-section {
	width: 59%;
	display: inline-block;
	vertical-align: middle;
}

.ed-calculator-wrapper .total-potential-wrapper .total-potential-section a {
	display: block;
	margin-top: 10px;
	text-align: center;
}
.ed-calculator-wrapper .total-potential-wrapper .total-potential-section {
	color: #000;
}
.ed-calculator-wrapper .total-potential-wrapper .total-potential-section .total-potential-desc {
	font-weight: bold;
}

.ed-calculator-wrapper .total-potential-wrapper .total-potential-section .total-potential-value {
	font-weight: bold;
	font-size: 18px;
}

.ed-calculator-wrapper .total-potential-wrapper .total-potential-section .total-potential-value span {
	font-weight: normal;
	font-size: 16px;
}

.ed-calculator-wrapper .ed-calculator-header {
	padding: 10px;
	text-align: center;
	width: 100%;
	float: left;
}
.ed-calculator-wrapper .ed-calculator-header .ed-calculator-header-title {
	color: #008996;
	font-size: 18px;
	font-weight: bold;
}

.ed-calculator-wrapper .ed-calculator-header .ed-calculator-header-desc {
	color: #000;
}

.ed-calculator-wrapper .ed-calculator-fields {
	padding: 15px 10px 20px;
	text-align: center;
	float: left;
}

.ed-calculator-wrapper .ed-calculator-fields > .form-item {
	float: left;
	width: calc(50% - 24px);
	margin: 12px 10px;
}

.ed-calculator-wrapper .ed-calculator-fields .form-item input,
.ed-calculator-wrapper .ed-calculator-fields .form-item select {
	border: 1px solid #BEBEBE;
	background: #FFF;
	border-radius: 5px;
	color: #565959;
	height: 39px;
	padding: 10px 12px;
	display: block;
	font: 400 14px "Neue Helvetica W01", Arial, sans-serif;
	/*width: 88%;*/
}

.ed-calculator-wrapper .ed-submit-button {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
/*ed form 1 ends*/
/*ed form 2 starts*/
.ed-calculator-wrapper .ed-annual-wrapper {
	text-align: center;
	padding: 20px;
}

.ed-calculator-wrapper .ed-annual-wrapper .ed-annual-title {
	margin-bottom: 20px;
}

.ed-calculator-wrapper .ed-annual-wrapper .ed-annual-title h4 {
	font-weight: bold;
	margin: 0 0 7px 0;
}

.ed-calculator-wrapper .ed-annual-wrapper .ed-annual-title p {
	margin: 0;
}

.ed-calculator-wrapper .ed-annual-wrapper .ed-annual-desc p {
	margin: 0;
}

.ed-calculator-wrapper .ed-savings-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin: 0 auto;
}

.ed-calculator-wrapper .ed-savings-wrapper .ed-savings-section .saving-title {
	margin-bottom: 10px;
	min-height: 35px;
}

.ed-calculator-wrapper .ed-savings-wrapper .ed-savings-section span {
	padding-left: 10px;
}

.ed-calculator-wrapper .ed-savings-wrapper .ed-savings-section {
	width: calc(50% - 20px);
	padding: 10px;
	background: #fff;
	margin: 10px;
	text-align: center;
}

.ed-calculator-wrapper .ed-calculator-fields .ed-submit-button > .ed-submit-button {
	margin: 10px 0;
	float: left;
	width: 100%;
}

.ed-calculator-wrapper .ed-calculator-fields .ed-submit-button > .ed-submit-button button {
	color: #008995;
	position: relative;
	background: transparent;
    padding: 0;
}

.ed-calculator-wrapper .ed-calculator-fields .ed-submit-button > .ed-submit-button button:after {
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #008995;
	border-left: 2px solid #008995;
	margin-left: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	border-radius: 0;
	position: absolute;
	content: "";
	top: 9px;
	left: -20px;
}
/*ed form 2 ends*/

/*ed form 3 starts*/
.ed-result-wrapper {
	padding: 10px 0;
	color: #7b6d65;
}

.ed-result-wrapper table {
	margin-bottom: 15px;
	width: 100%;
}

.ed-result-wrapper table tr td:first-child {
	border-right: 1px solid #7b6d65;
	width: 50%;
}

.ed-result-wrapper table tr td {
	padding: 12px 20px;
}

.ed-result-wrapper table tr td span {
	font-weight: normal;
}

.ed-result-wrapper table tr td:last-child {
	width: 50%;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}

.ed-result-wrapper table tr:last-child {
	background-color: #7b6d65;
}

.ed-result-wrapper table tr:last-child td {
	color: #fff;
}

.ed-result-wrapper .ed-results tr td {
	background-color: #DBB12C;
}

.ed-result-wrapper .ed-results .ed-results-section {
	padding: 10px;
	background-color: #DBB12C;
	float: left;
	width: 100%;
}

.ed-result-wrapper .ed-results .ed-results-section .ed-recalculate {
	text-align: center;
}

.ed-result-wrapper .ed-results .ed-results-section .ed-recalculate a {
	color: #fff;
}

.ed-result-wrapper .ed-results .ed-results-section .ed-recalculate a:after {
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

.ed-result-wrapper .ed-results table {
	margin-bottom: 0;
}

.ed-result-wrapper .ed-results table tr td:first-child {
	border-color: #fff;
}
#vocera-calculator-form .ed-annual-wrapper {
    text-align: center;
}
#vocera-calculator-form .ed-annual-wrapper .ed-annual-title {
	margin-bottom: 5%;
}
#vocera-calculator-form .ed-annual-wrapper .ed-annual-title h4 {
	font-size: 30px;
    font-weight: bold;
}
#vocera-calculator-form .ed-annual-wrapper .ed-annual-title p {
	font-size: 20px;
}
#vocera-calculator-form .form-wrapper > .panel-body {
    background: #f5f5f5;
}
.ed-calculator-form-wrapper .form-section > div.form-item {
	border: 0;
}
#vocera-calculator-form .ed-annual-wrapper .ed-savings-section .form-item {
	width: 100%;
}
#vocera-calculator-form .ed-savings-section .form-item label {
	color: #000;
	min-height: 50px;
}
#vocera-calculator-form .ed-savings-section .form-item input {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ebebeb;
    box-shadow: none;
    width: 60%;
    margin: auto;
}
#vocera-calculator-form .ed-calculator-fields .form-type-select {
	margin: 0 !important;
    width: 100%;
}
/*ed form 3 ends*/
@media screen and (min-width: 768px) and (max-width: 1024px) {}

@media screen and (max-width: 767px) {
	.ed-calculator-wrapper .image-section {
		width: 100%;
		text-align: center;
	}
	.ed-calculator-wrapper .form-section {
		width: 100%;
		margin-top: 10px;
	}
	.ed-calculator-wrapper .total-potential-wrapper .total-potential-section {
		padding: 10px 8px;
	}
	.ed-calculator-wrapper .form-item {
		width: 100%;
		margin: 10px auto;
	}
	.ed-calculator-wrapper .ed-calculator-fields .form-item input,
	.ed-calculator-wrapper .ed-calculator-fields .form-item select {
		width: 100%;
	}
	.ed-calculator-wrapper .ed-savings-wrapper .ed-savings-section,
	.ed-calculator-wrapper .ed-savings-wrapper {
		width: 100%;
	}
}

.edcalc-tablebg {
	background: rgba(255,255,255,0.4);
	padding: 4px;
}
div[class^="ed-cal-block-"] {
    font-size: inherit;
    padding:  30px;
    background-color: #f5f5f5;
}
div[class^="ed-cal-block-"] ul{
    padding-left:30px;
}
.ed-calculator-wrapper div[class^="ed-cal-block-"] h3{
	text-align: left;
}
.ed-result-wrapper table tr.final-ed-result {
    background-color: rgba(219, 177, 44, 0.6);
}
.ed-result-wrapper table tr.final-ed-result td:first-child {
    border-right: 1px solid #fff;
}
tr.final-ed-result .edcalc-tablebg {
	background-color: #DBB12C;
}
.ed-cal-title {
    background: rgba(255,255,255,0.8);
    padding: 10px;
}
div #edit-actions {
    width: auto;
}
#secondback{
	color: #008995;
    position: relative;
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}
.ed-calculator-wrapper {
    background-color: #F5F5F5;
}
.patient-color{
	color:red;
}
h1#page-title {
    color: #008996;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: bold;
}