@media (min-width: 768px) {
	.Dimensions {
		margin-top:40px;
		display:flex;
		justify-content: space-evenly;
		gap:1em;
	}
	.Dimensions .fifth {
		flex:1;
	}
}

.fdx-c-form--text {
		grid-template-areas:
		"label label label"
		"input input h"
		"hint hint hint"
		"message message message";
		grid-template-columns: 1fr auto auto;
}
button.hint {
	padding: 0;
	background: white;
	border: 0;
}
.hint:hover {
	cursor: pointer;
}
.hint div {
	font-size: 20px;
	height: 56px;
	
	margin-left: -1;
}
.tooltip {
	position: relative;
	top: 10px;
	right: -45px;
	text-align: left;
	display: none;
	opacity: 1;
}
.tooltip__content {
	box-shadow: -1px 1px 2px 2px #dededf;
		background-color: white;
		font-size: 14px !important;
		padding: 5px 40px 5px 10px;
		position: absolute;
		line-height: 21px;
		right: 30px;
		top: -40px;
		width: 300px;
		z-index: 199;
	}
}
.fal.fa-times.fa-lg.close-tooltip.icon--close.tooltip__close {
	font-size: 30px;
	width:30px;
	height:30px;
	float:right;
}
.tooltip__close {
	cursor: pointer;
	position: absolute !important;
	font-size: .8rem;
	top: 15px !important;
	right: 15px !important;
	font-style:normal;
	font-weight:100;
}


.results-box {
	display:flex;
	justify-content: stretch;
	
	
}
.results-box div  {
		flex:1;
		text-align: center;

}
.results-box div:first-child  {
		border-right:1px solid black;
		padding:0 20px;

}
.divider {
	width:1px;
	background:black;
	height:100%;
	display:block;
}

.richtext a.fdx-c-button  {
	color:#ff6200!important;
	text-decoration: none!important;
}
.richtext a.fdx-c-button:hover {
	color:#ff6200!important;
}