/* copied from https://iaccm.cvsapphire.com/Style-Working */
@import url("fonts.css");

/* AI 113070: 11/2/2020 */
#content {
	min-width: 100%;
	margin: 0;
}

html, body {
	font-family: 'Helvetica Neue', sans-serif;
}

h1 {
	color: #00abeb !important;
}
h2,h3 {
	color: #004070 !important;
}

/* rating bar styles*/
.rating_bar {
	width: 100px;
	background: url(../png/newstar_empty.png) repeat-x 0 0;
	display: inline-block;
}

.rating_bar div {
	height: 20px;
	background: url(../png/newstar_full.png) repeat-x 0 0;
}

/* Browser autofill override */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
	/* transition: background-color 5000s ease-in-out 0s; */
  /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
	/* -webkit-text-fill-color: transparent !important; */
}
.control-label.active {
	z-index: 999;
}

.fauxlink {
	color: #2196F3;
	cursor: pointer;
}
.fauxlink:hover {
	text-decoration: underline;
}

/* AI 116756: 7/26/2021 - force date input selector pop-up */
input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

/* AI 117537: 12/16/2021 - CMS style button - START */
a.cv-link-button.bg-white, a.cv-link-button.bg-white:link, a.cv-link-button.bg-white:visited, button.cv-link-button.bg-grey {
	background-color: #ffffff;
	border-color: #0080c9;
	color: #0080c9;
}

a.cv-link-button, a.cv-link-button:link, a.cv-link-button:visited, button.cv-link-button {
	width: 100%;
	background: #0080c9;
	border: 1px solid #0080c9;
	-webkit-appearance: none;
	appearance: none;
	color: #FFF;
	font-size: 16px;
	outline: none;
	transition: all ease-in 200ms;
}

.cv-link-button{
	margin-bottom: 25px;
	line-height: 1.1;
	font-weight: 500;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 17px 14px 23px;
	text-align: left;
}

a.cv-link-button:hover, #Body button.cv-link-button:hover {
	background-color: #ffffff;
	border-color: #0080c9;
	color: #0080c9;
	box-shadow: 0 0 0 1px #0080c9 inset;
	text-decoration: none;
}

.cv-icon,
.cv-icon.cv-icon-arrows{
	display: inline-block;
	width: 18px;
	height: 10px;
	position: relative;
}

.cv-icon::after,
.cv-icon.cv-icon-arrows::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-bottom: 1px solid currentColor;
	margin-top: -1px;
}

.cv-icon::before,
.cv-icon.cv-icon-arrows::before{
	content: "";
	position: absolute;
	right: 0;
	width: 7px;
	height: 7px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(-45deg);
	top: 1px;
}
/* AI 117537: 12/16/2021 - CMS style button - END */

/* AI 133019: 12/2/2024 - START */
.suggestion-item {
	cursor: pointer;
}
.suggestion-item:hover {
	background-color: #dedede;
}
.highlight-text {
	background-color: #a7d9fe;
}
/* AI 133019: 12/2/2024 - END */
