html {
	touch-action: manipulation;
}

/* Remove autofill chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-top-bar {
	padding: 0;
	height: 12px;
	background-color: #00965e;
}

.header-top-box-wrapper {
	padding: 0;
}

.header-top-box {
	padding: 0;
	height: 72px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-left: 30px;
	text-align: left;
	display: block;
	float: none;
	margin: auto;
}

.navigation {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.progress-bar-text-last-step {
	width: 28%;
	font-family: "BNPPSans";
	font-size: 11px;
	font-weight: 400;
	vertical-align: bottom;
}

.progress-bar-text-step {
	width: 16%;
	font-family: "BNPPSans";
	font-size: 11px;
	font-weight: 400;
	vertical-align: bottom;
	line-height: 1.3em;
}

.progress-bar-step-text-selected {
	color: #2d2926;
}

.progress-bar-step-text-selected.progress-bar-checked {
	color: #00965e;
}

.progress-bar-step-text-unselected {
	color: #919191;
}

.progress-bar-step {
	width: 28%;
	line-height: 0;
}

.progress-bar-last-step {
	width: 16%;
	line-height: 0;
}

.progress-bar-step-left {
	text-align: left;
}

.progress-bar-step-center {
	text-align: center;
}

.progress-bar-step-right {
	text-align: right;
}

.progress-bar-up {
	width: 4px;
	height: 5px;
	background-color: #e4e2e1;
	display: inline-block;
}

.progress-bar-up-selected {
	width: 4px;
	height: 5px;
	background-color: #00965e;
	display: inline-block;
}

.ops-progress-bar {
	height: 4px;
	background-color: #e4e2e1;
	padding:0;
}

.ops-progress-bar-selected {
	height: 4px;
	background-color: #00965e;
	padding:0;
	right: -2px;
	z-index: 2;
}

.progress-bar-icon {
	height: 10px;
	width: 10px;
}

.bs-tooltip-bottom .arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #00965e !important;
}

.tooltip.bs-tooltip-bottom,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] {
	width: 100% !important;
}

.tooltip {
	max-width: 600px !important;
}

.tooltip-inner {
	background-color: #00965e !important;
	border: 0 !important;
	border-radius: 0 !important;
	max-width: 600px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-align: left;
	color: #ffffff;
	font-family: "Arial";
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.tooltip-image {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.tooltip-bullet-list {
	margin: 0;
	padding-left: 25px;
}

.tooltip-link {
	color: #ffffff !important;
}

.tooltip-link:hover {
	color: #ffffff !important;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 300px) {
	body {
		background-color: #f2f2f2 !important;
	}
	.desktop_only {
		display:none;
	}
	.mobile_only {
		display: block;
	}
	
	.calculator-subtitle-wrapper .mobile_only{
		display:flex;
	}

	.mobile_only .calculator-vendor-amount-box {
		display:flex;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	body {
		background-color: #f2f2f2 !important;
	}
	.desktop_only {
		display:none;
	}
	.mobile_only {
		display: block;
	}
	
	.calculator-subtitle-wrapper .mobile_only{
		display:flex;
	}

	.mobile_only .calculator-vendor-amount-box {
		display:flex;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	body {
		background-color: #ffffff !important;
	}
	.ops_screen_width {
		max-width: 708px;
	}
	.ops_screen_width_header {
		max-width: 708px;
	}
	.header_spliter {
		height: 1px;
		border: 1px solid #e1e1e1;
		padding: 0;
		border-top: 0;
	}
	.mobile_only {
		display:none;
	}
	.desktop_only {
		display: block;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	body {
		background-color: #ffffff !important;
	}
	.header_spliter {
		height: 1px;
		border: 1px solid #e1e1e1;
		padding: 0;
		border-top: 0;
	}
	.mobile_only {
		display:none;
	}
	.desktop_only {
		display: block;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 992px) {
	body {
		background-color: #ffffff !important;
	}
	.header_spliter {
		height: 1px;
		border: 1px solid #e1e1e1;
		padding: 0;
		border-top: 0;
	}
	.mobile_only {
		display:none;
	}
	.desktop_only {
		display: block;
	}
	.header-top-box {
		float: none;
		display: block;
		margin: auto;
	}
	.header-top-box-wrapper {
		background-color: #fff;
	}
	.progress-bar-icon {
		height: 14px;
		width: 14px;
	}
}

.quick-access-nav {
	display: none;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}