/* banner */

.banner.fw-bnr.energy-lines-grey.elg-right:before {
	background-position: 50% 100%;
}

/* sticky menu */

.anchor-bar2 .anchor-inner {
	/* padding: calc(15px + (20 - 15) * ((100vw - 639px)/ (1200 - 639))) !important;
	max-width: 1200px !important;
	margin: 0 auto !important;	 */
}

.anchor-bar2 .anchor-inner {
	border-top: 0;
}

.anchor-bar2 ul {
	text-transform: uppercase;
}

.anchor-bar2 ul li {
	margin: 0;
	padding-right: 20px !important;
}

/* tooltips */

.tooltip-trigger.custom > .trigger-icon {
	margin-left: 7.5px !important;
	margin-right: 7.5px !important;
}

.tooltip-trigger:after {
  background: url(/dvl/v1.0/assets/images/icons/icon-help.svg);
}

.tooltip-trigger + span, select, label + input {
  margin-top: 10px;
}

.tooltip-inner {
  /*background-color: #fafafb;*/
  /*color: black;*/
  text-align: left;
  /*max-width: 300px;*/
}

.popup_wrapper.tooltipwpr {
	z-index: 99 !important;
}

/* text */

li a.no-underline {
	text-decoration: none !important;
}

.btn {
	text-transform: none !important;
}

/* responsive */

@media screen and (max-width: 639px) {
	.text-super {
		font-size: 36px; line-height: 45px;
	}
	.icon-80 {
		height: 40px !important; width: 40px !important;
	}
}

@media screen and (max-width: 666px) {
	.popup_wrapper.tooltipwpr {
		z-index: 999 !important;
	}
}


@media screen and (min-width: 640px) {
	.text-super {
		font-size: 64px; line-height: 96px;
	}

}

@media only screen and (min-width: 639px) {
	.modal {
		width: 598px;
		height: 645px;
	} 

	.modal .modal-inner {
		overflow-y: initial;
		overflow-x: initial;
	}
	
}
@media only screen and (max-height: 639px) {
	.modal {
		width: 100%;
		height: 100%;
	} 
	.modal .modal-inner {
		overflow-y: auto;
		overflow-x: hidden;
	}
}

  @media only screen and (max-width: 640px) {
	/* .modal {
		height: 80%;
	} */
	#fhsaModal {
		width: 100%;
		height: 100%;
	}
  }

  fieldset {
    border: none !important;
  }