/* ==========================================================================
   os_deferred.css  (EXTDEV-92)
   Hand-concatenated bundle of non-critical stylesheets, async-loaded from
   /edesk/i_head_section.xhtml to reduce render-blocking CSS requests.
   Source order is significant: ember-override must layer after ember.css.
   Sources (keep in sync when editing the originals):
     1. ember-override.css
     2. os_ada_compliance.css
     3. os_material_icon.css
     4. extensions/acnt_benefit_slider.css
   ========================================================================== */

/* ---- 1. ember-override.css --------------------------------------------- */
.em-select > select{
  display: block;
  height: 100%;
}

a.em-carousel-arrow:hover {
  text-decoration: none;
}

a.em-button-default:hover {
  color: white;
}

hr {
  opacity: 1;
  border: 0;
  border-top: 1px solid #D1D3D4;
  height: 0;
}

/* Didn't want to universally override Materialize so use form-field-override on em-form-field */
.form-field-override input:not([type]):not(.browser-default),
.form-field-override input[type=text]:not(.browser-default),
.form-field-override input[type=password]:not(.browser-default),
.form-field-override input[type=email]:not(.browser-default),
.form-field-override input[type=tel]:not(.browser-default),
.form-field-override textarea:not(.browser-default) {
  height: auto;
  margin-bottom: 0;
}

.form-field-override .em-input-append > button.em-icon-eye-slash,
.form-field-override .em-input-append > button.em-icon-eye {
  background: transparent !important;
}

.form-field-override .em-field-label label {
  color: black;
}

/* Override UI Kit teal active effect to something more ember friendly */
button.em-on-click:active:hover:focus {
  background-color: transparent!important;
}

/* Allows for builder sticky header to extend beyond the gutter */
.sticky-nav-override {
  width: calc(100% + var(--em-gutter-spacing) * 2);
  transform: translateX(-2.5%);
}

/* ---- 2. os_ada_compliance.css ------------------------------------------ */

/* Screen Reader
------------------------------------------------------------------------ */
.sr-only {
	position: absolute;
	left: -999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background-color: #000;
	color:#fff;
}

/* Redundant Links Fix
------------------------------------------------------------------------ */
.card-link:hover {
	text-decoration: none !important;
}

.card-link:hover .card-active-hover {
	text-decoration: underline;
}

/* Skip Navigation Link
------------------------------------------------------------------------ */
.os-skip-nav {
	position: absolute;
	z-index: 9999;
	left: -999em;
}

.os-skip-nav:focus {
	left: 0;
}

/* Keyboard Compliance
------------------------------------------------------------------------ */
.ada-focus:focus img {
	outline:2px solid #000;
	}

/* ---- 3. os_material_icon.css ------------------------------------------- */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/html/fonts/Google/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 500;
  src: url(/html/fonts/Google/syl0-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190FjpZIvDmUSVOK7BDB_Qb9vUSzq3wzLK-P0J-V_Zs-QtQth3-jOc7TOVpeRL2w5rwZu2rLWlXxc.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* ---- 4. extensions/acnt_benefit_slider.css ----------------------------- */
/* Start: Potentially should be moved out of the general custom stylesheet?
----------------------------------------------------------------------------- */

.os-benefit-banner-header {

	font-family: Helvetica Neue LT Pro !important;
	font-style: 75 Bold;
	font-size: 16px;
	vertical-align: Top;
	letter-spacing: 2%;
	line-height: 18px;
}

.os-benefit-banner-body {

	font-family: Helvetica Neue LT Pro !important;
	font-style: 55 Roman;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;

	/* or 17px */
	letter-spacing: 0.02em;

	/* Field / Black */
	color: #000000;
}

.os-benefit-banner {
	display:flex;
	border-radius: 4px;
	padding:20px 10px;
	justify-content: center;
	align-items: center;
}

.os-benefit-banner img {
	display:block;
	margin-right:10px;
	width:60px;
	height:50px
}

.os-click {
	cursor:pointer
}

.os-custom-button{
	border:none;
	color: black;
	background: white;
	cursor:pointer;
}

.os-custom-anchor, .os-custom-anchor:hover{
	color:black;
}

.os-custom-icon {
	width:30px;
	height:30px;
	padding-right:10px
}
