/* Added *6.3-Upgrade* */

/* Modified the Background image to match one CMS logo*/
.coral--dark .coral3-Icon--adobeExperienceManagerColor:before {

  background-image: url("gem-common/resources/img/favicon.ico") !important;
	width: 40px;
	height: 40px;
}

/* Modified the styles for Background Color */
.coral3-Shell-header {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 3.25rem;
  padding: .4375rem .5rem 0 .5rem;
  background-color: #006FCF;
}
coral-Shell-homeAnchor-label {
    font-size: 2rem !important;
    position: relative;
    bottom: 9px;
}
.coral3-Shell-homeAnchor-icon {
    vertical-align: baseline !important;
    margin-right: .625rem;
}
.coral3-TabList
{
    text-transform: uppercase;
    padding: 1.0625rem 0 .875rem 0;
}
.cq-Overlay--placeholder
{
    background-color: rgba(255, 255, 255, 0.25) !important;
}
a.coral3-Shell-homeAnchor {
  color: rgba(255,255,255,0.8) !important;
}
coral-shell-homeanchor-label:hover {
  color: #fff;
}
