.SecondaryNav-region {
    padding: 0px 11px !important;
}
.Footer-callouts + .Footer-linkGroups > div:first-child {
	width: 100%;
}
.Blurb h1,.Blurb h2,.Blurb h3,.Blurb h4 {
    width: 100%;
}

/* investor relations temp fixes */

div#corporateHeader .PrimaryNav-logo {
    height:98px;
}

div#corporateHeader .PrimaryNav-link {
    color: #fff;
}

div#corporateHeader a.SecondaryNav-link {
    opacity: 0;
}

div#corporateFooter #ot-sdk-btn {
    display: none;
}

/* CWSWWW-7094 patch */
.NavigationMenu-wideCallout a.Button.Button-secondary--inverted {
    color: #fff;
    text-decoration: none;
}

/* CWSWWW-7095 patch */
#courtesy-nav-partners-ll .modal__content a:hover {
	color: #000;
	text-decoration: none;
}

/* override conflicts.css */
.Button {
    min-height: 56px;
}

.Button-tertiary, .Button-tertiary--inverted {
    min-height: auto;
}

.Button:after {
    content: none;
}

.NavigationMenu-link {
    min-height: auto;
}

.MobileMenu-subMenus-link {
    min-height: auto;
}

.FeatureGrid4Up-card .Button {
    min-height: auto;
}

#modal-locale-selector .Button {
    min-height: auto;
}
/* end override conflicts.css */

.FeatureGrid4Up-card {
    perspective: none;
}

@media print {
  header, .Footer, #toggle-pencil, img[title="Edit item"] {
    display: none !important;
  }
}

.ShyNav {
    border-bottom: 0 !important;
}

/* CWSWWW-7314 Patch */
.CardLayout-card a.card-title {
    overflow-wrap: break-word;
}