@import "layout.css";
@import "vars.css";



/* ELEMENTS */
html, body {margin:0 auto;}

div.calculator
{
	position: relative;
	background-color: var(--vm-green-drk);
	color: var(--vm-white);
	width: 100%;
	padding:67px 0;
	font-family: var(--font-primary);
}

.calculator .title
{
	font-weight: bold;
	margin-bottom: 50px;
}

.calculator .title h2
{
	font-size: 16px;
	line-height: 24px;
	color: var(--vm-green-lgt);
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 3px;
}
.calculator .title h3
{
	font-size: 40px;
	line-height: 50px;
	color: var(--vm-white);
	margin: 0;
}

.calculator h4
{
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.calculator .fleet_region p
{
	margin-bottom: 20px;
}

.calculator .legal p
{
	font-size: 10px;
	opacity: 0.8;
}


/**************************************
	SLIDERS
***************************************/
.calculator .slider
{
	position: relative;
	width: 100%;
	overflow: visible;
	margin-bottom: 30px;
}
.calculator .slider .bar
{
	position: relative;
	display: inline-block;
	max-width: 288px;
	width: 70%;
	height: 5px;
	margin-right: 5px;
}
.calculator .slider .bar .empty
{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: var(--vm-green-med);
}
.calculator .slider .bar .full
{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--vm-green-lgt);
}
.calculator .slider .pad
{
	touch-action: none;
	padding: 2px 14px 3px 14px;
	border-radius: 11px;
	background-color: var(--vm-white);
	color: var(--vm-black);
	font-size: 12px;
	line-height: 19px;
	font-weight: 600;
	display: inline-block;
	position: absolute;
	top:16px;
	left:0;
	cursor:grab;
	user-select: none;
}
.calculator .slider.intro .pad,
.calculator .slider.intro .full
{
	transition-duration: 0.66s;
	transition-timing-function: ease-in-out;
}
.calculator .slider .output
{
	border: 1px solid var(--vm-grey-med);
	background-color: var(--vm-grey-lgt);
	color: var(--vm-grey-drk);
	display: inline-block;
	padding: 0 14px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

/**************************************
	MAP BUTTONS
***************************************/
.calculator .regionSelect a.button
{
	border-radius: 12px;
    width: 90px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    padding: 0;
    display: inline-block;
    text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	opacity: 0.45;
}
.calculator .regionSelect a.button.selected
{
	opacity: 1;
}
.calculator .regionSelect a.button.all
{
	background-color: var(--vm-white);
	color: var(--vm-green-drk);
}
.calculator .regionSelect a.button.all.selected
{
	cursor: default;
}
.calculator .regionSelect a.button.west
{
	background-color: var(--vm-purple);
	color: var(--vm-white);
}
.calculator .regionSelect a.button.central
{
	background-color: var(--vm-green-lgt);
	color: var(--vm-green-drk);
}
.calculator .regionSelect a.button.northeast
{
	background-color: var(--vm-blue-lgt);
	color: var(--vm-white);
}
.calculator .regionSelect a.button.southeast
{
	background-color: var(--vm-brown);
	color: var(--vm-white);
}

/**************************************
	MAP
***************************************/
.calculator .mapRegions {	position: relative; max-width:calc(391px - 0px);}
.calculator .mapRegions > li
{
	position: absolute;
	top: 0;
    left: 0;
}
.calculator .mapRegions > li a { opacity: 0.45; }
.calculator .mapRegions > li a.selected { opacity: 1; }

.calculator .mapRegions > li img { max-width: 100%; }
.calculator .mapRegions .west { position: relative; }
.calculator .mapRegions .central
{
	/* margin-top: 2.3076923%;
	margin-left: 18.7179487%;
	margin-right: 33.076923%; */
	margin-top: 2.5575%;
	margin-left: 18.67%;
	margin-right: 32.73657%;
}
.calculator .mapRegions .northeast
{
	/* margin-top: 3.076923%;
	margin-left: 59.23076923%; */
	margin-top: 3.1248%;
	margin-left: 60.358%;
}
.calculator .mapRegions .southeast
{
	/* margin-top: 33.58974359%;
	margin-left: 55.3846%;
	margin-right: 13.846153846%; */
	margin-top: 33.72%;
	margin-left: 55.0872%;
	margin-right: 13.9345%;
}
@media screen and (min-width: 1024px)
{
	.calculator .mapRegions .northeast
	{
		/* margin-top: 3.076923%;
		margin-left: 59.23076923%; */
		margin-top: 3.3248%;
		margin-left: 60.358%;
	}
	.calculator .mapRegions .southeast
	{
		/* margin-top: 33.58974359%;
		margin-left: 55.3846%;
		margin-right: 13.846153846%; */
		margin-top: 33.82%;
		margin-left: 54.9872%;
		margin-right: 1.5345%;
	}
}

/**************************************
	Estimated Annual Toll Expenditure & Estimated Savings
***************************************/
.calculator .firstChoices .barGraph{ display: block; }
.calculator .secondChoices .barGraph{ display: none; }
.calculator.stage2 .secondChoices .barGraph{ display: block; }
.calculator.stage2 .firstChoices .barGraph{ display: none; }

.calculator .barGraph
{
	background-color: var(--vm-green-med);
	padding-left: 29px;
    padding-top: 11px;
    padding-bottom: 7px;
	position: relative;
	margin-bottom: 20px;
}
.calculator .barGraph .fill
{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
	background-color: var(--vm-blue-lgt);
	transition-duration: 0.66s;
	transition-timing-function: ease-in-out;
}
.calculator .barGraph .actual_bargraph
{
	z-index: 0;
}
.calculator .barGraph h4
{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 1;
}
.calculator .barGraph .estimate
{
	position: relative;
	font-size: 32px;
    line-height: 50px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.calculator .barGraph .pre_bargraph
{
	padding-bottom: 10px;
}
.calculator .barGraph .pre_bargraph img
{
	display: inline-block;
	margin-right: 10px;
    margin-bottom: -2px;
}
.calculator .barGraph .pre_bargraph .lock_message
{
	position: relative;
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-top: 14px;
    margin-bottom: 14px;
	display: inline;
}
@media screen and (min-width: 1024px)
{
	.calculator .firstChoices .barGraph{ display: none; }
	.calculator .secondChoices .barGraph{ display: block; }

	.calculator .barGraph .pre_bargraph
	{
		padding-bottom: 0;
	}

	.calculator .barGraph .pre_bargraph .lock_message
	{
		display: inline-block;
	}
}

/**************************************
	First Form
***************************************/
.calculator .secondChoices .form1
{
	background-color: var(--vm-green-med);
	padding-left: 29px;
	padding-right: 29px;
    padding-top: 23px;
    padding-bottom: 44px;
}
.calculator .secondChoices .form1 h4
{
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
}
.calculator .secondChoices .form1 label
{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	display:block;
}
.calculator .secondChoices .form1 input[type="email"]
{
	width: calc(100% - 26px);
	height: 40px;
	font-size: 14px;
	line-height: 24px;
	font-family: var(--vm-primary-font);
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 20px;
}
.calculator button
{
	padding: 16px 24px 16px 50px;
	border: 0px solid black;
	background-color: var(--vm-green-lgt);
	background-image: url(../images/lock.png);
	background-repeat: no-repeat;
	background-position: 19px 50%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.calculator .form1 .opt-in
{
	font-size: 10px;
    opacity: 0.8;
}
.calculator .form1 .opt-in a
{
	color:var(--vm-white);
	opacity: 0.8;
}

/**************************************
	Advanced Info
***************************************/
.calculator .secondChoices .advancedInfo .sliderLabel
{
	width: 100px;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
}
.calculator .secondChoices .advancedInfo .slider
{
	display: inline-block;
	width: calc(100% - 105px);
	margin-bottom: 10px;
}
.calculator .secondChoices .advancedInfo .slider .output
{
	width: 55px;
	max-width: 55px;
	padding: 0;
	text-align: center;
	margin: 10px 0;
}
.calculator .secondChoices .advancedInfo .slider .bar
{
	width: calc(100% - 67px);
    max-width: unset;
}
.calculator .secondChoices .advancedInfo .slider .pad
{
	top: 13px;
}
.calculator .secondChoices .advancedInfo .slider.fleetWest .full
{
	background-color: var(--vm-purple);
}
.calculator .secondChoices .advancedInfo .slider.fleetNortheast .full
{
	background-color: var(--vm-blue-lgt);
}
.calculator .secondChoices .advancedInfo .slider.fleetSoutheast .full
{
	background-color: var(--vm-brown);
}
/**************************************
	Advanced Info - totals
***************************************/
.calculator .secondChoices .advancedInfo .advSliders .total
{
	display: block;
	text-align: right;
    font-weight: 500;
    margin-right: 15px;
	margin-top: 0;
}
.calculator .secondChoices .advancedInfo .advSliders .total span
{
	margin-left: 20px;
	color: var(--vm-green-lgt);
}
.calculator .secondChoices .advancedInfo .advSliders .total span.error
{
	color: var(--vm-red);
}
.calculator .secondChoices .advancedInfo .advSliders .total_error
{
	color: var(--vm-red);
	display: block;
	text-align: right;
    margin-right: 15px;
	margin-top: -5px;
}

/**************************************
	Advanced Info - bottom cta's
***************************************/
.calculator .secondChoices .advancedInfo .emailMyResults
{
	font-family: var(--vm-primary-font);
	text-decoration: none;
	color: var(--vm-white);
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.calculator .secondChoices .advancedInfo button
{
	padding: 16px 24px 16px 50px;
	border: 0px solid black;
	background-color: var(--vm-green-lgt);
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 19px 50%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
}


/**************************************
	Call Form
***************************************/
.calculator .callForm
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	z-index: 100;
}
.calculator .callForm .overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(22, 59, 66, 0.8);
}
.calculator .callForm .box
{
	position: relative;
	margin-top: 150px;
}
.calculator .callForm .cell
{
	background-color: var(--vm-white);
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}

.calculator .callForm h2
{
	text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: var(--vm-green-drk);
    text-transform: none;
	margin-top: 48px;
	margin-bottom: 5px;
}
.calculator .callForm .subTitle
{
	text-align: center;
}
.calculator .callForm .subTitle p
{
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: var(--vm-green-drk);
	max-width: 360px;
	display: inline-block;
	margin-bottom: 30px;
}
.calculator .callForm p
{
	color: var(--vm-black);
}
.calculator .callForm form label
{
	display: block;
	color: var(--vm-grey-drk);
	font-size: 14px;
	line-height: 19px;
	font-weight: 600;
	margin-bottom: 3px;
}
.calculator .callForm form input[type="text"]
{
	width: calc(100% - 26px);
    color: var(--vm-grey-drk);
    border: 1px solid var(--vm-grey-med);
    background-color: var(--vm-grey-lgt);
    font-size: 14px;
    line-height: 24px;
    padding: 7px 13px;
	margin-bottom: 35px;
}
.calculator .callForm form label.buttonsLabel
{
	text-align: center;
	margin-bottom: 15px;
}
.calculator .callForm form .btn-grp
{
	text-align: center;
	margin-bottom: 40px;
}
.calculator .callForm form input[type="radio"]
{
	display: none;
}
.calculator .callForm form .btn-grp label
{
	border-radius: 12px;
	border: 1px solid var(--vm-grey-med);
	background-color: var(--vm-grey-lgt);
	height: 24px;
	width: 90px;
	display: inline-block;
	color: var(--vm-grey-drk);
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
}
.calculator .callForm form .hq
{
	text-align: center;
}
.calculator .callForm form .hq .hq-select
{
	width: 100%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 1px solid var(--vm-grey-med);
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: var(--vm-grey-lgt);
    outline: none;
    color: var(--vm-grey-drk);
	margin-bottom: 50px;
}
.calculator .callForm form .submit-area
{
	text-align: center;
}
.calculator .callForm form input[type="submit"]
{
	background-image:url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: 19px 50%;
	padding: 14px 24px;
	padding-left: 59px;
	margin-bottom: 50px;
	border: 0px solid black;
	background-color: var(--vm-green-lgt);
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.calculator .callForm .closeBtn
{
	position: absolute;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	right: 0px;
	text-decoration: none;
	cursor: pointer;
	width: 11px;
	height: 12px;
	padding: 10px;
}
/**************************************
	Thank You
***************************************/
.calculator .thankYou,
.calculator .emailThankYou
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	z-index: 9999;
}
.calculator .thankYou .overlay,
.calculator .emailThankYou .overlay
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(22, 59, 66, 0.8);
}
.calculator .thankYou .box,
.calculator .emailThankYou .box
{
	position: relative;
	margin-top: 150px;
}
.calculator .thankYou .cell,
.calculator .emailThankYou .cell
{
	background-color: var(--vm-white);
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
}
.calculator .thankYou .closeBtn,
.calculator .emailThankYou .closeBtn
{
	position: absolute;
	background-image: url(../images/close.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	right: 0px;
	text-decoration: none;
	cursor: pointer;
	width: 11px;
	height: 12px;
	padding: 10px;
}
.calculator .thankYou h2,
.calculator .emailThankYou h2
{
	text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: var(--vm-green-drk);
    text-transform: none;
	margin-top: 48px;
	margin-bottom: 5px;
}
.calculator .emailThankYou h3
{
	text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: var(--vm-green-drk);
    text-transform: none;
	margin-top: 48px;
	margin-bottom: 5px;
}
.calculator .emailThankYou h4
{
	text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: var(--vm-green-drk);
    text-transform: none;
	margin-top: 24px;
	margin-bottom: 3px;
}

.calculator .thankYou p,
.calculator .emailThankYou p,
.calculator .emailThankYou p a
{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	color: var(--vm-black);
}
.calculator .emailThankYou p a
{
	display: inline;
	text-decoration: none;
}

.calculator .emailThankYou .rep .fullname
{
	
}
.calculator .emailThankYou .rep .region
{
	margin-top: 0;
}
.calculator .emailThankYou .rep .phone
{
	margin-bottom: 8px;
}
.calculator .emailThankYou .rep .email
{
	margin-top: 0px;
}
.calculator .emailThankYou .rep .phone span,
.calculator .emailThankYou .rep .email span 
{
	font-weight: bold;
	color: var(--vm-green-lgt);
	margin-right: 5px;
}
.calculator .emailThankYou .rep .schedule a
{
	font-weight: bold;
	font-size: 16px;
	text-decoration:underline;
	line-height: 24px;
	color: var(--vm-grey-drk);
}

.calculator .emailThankYou .notes
{
	margin: 20px 0 48px 0;
}
.calculator .emailThankYou .notes p
{
	margin-top: 5px;
	margin-bottom: 0;
}
#hubspot_form {
	display:block;
}
#companyname {
	display:none;
}