Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--color-base: black;
--color-base--emphasized: black;
--color-base--subtle: gray;
--color-primary__h: 0;
--color-primary__s: 0%;
--color-primary__l: 44%;
--font-family-base: "HelveticaNeue",Helvetica,Arial,sans-serif;
--headline-font-scale: 1;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #26262;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 800px) {
:root {
--headline-font-scale: 1.22699;
}
}
/* Page headline BEGIN */
/* => hide text visually */
.page-EDGY_About .mw-body-content h1:first-of-type .mw-headline,
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type .mw-headline,
.page-Enterprise_Elements .mw-body-content h1:first-of-type .mw-headline,
.page-Glossary .mw-body-content h1:first-of-type .mw-headline,
.page-EDGY_License .mw-body-content h1:first-of-type .mw-headline,
.page-EDGY_Tools .mw-body-content h1:first-of-type .mw-headline {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
position: absolute;
}
.page-EDGY_About .mw-body-content h1:first-of-type .mw-editsection,
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type .mw-editsection,
.page-Enterprise_Elements .mw-body-content h1:first-of-type .mw-editsection,
.page-Glossary .mw-body-content h1:first-of-type .mw-editsection,
.page-EDGY_License .mw-body-content h1:first-of-type .mw-editsection,
.page-EDGY_Tools .mw-body-content h1:first-of-type .mw-editsection {
margin-bottom: -10px;
margin-right: -30px;
}
/* => pseudo element for the svg background */
.page-EDGY_About .mw-body-content h1:first-of-type:before,
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type:before,
.page-Enterprise_Elements .mw-body-content h1:first-of-type:before,
.page-Glossary .mw-body-content h1:first-of-type:before,
.page-EDGY_License .mw-body-content h1:first-of-type:before,
.page-EDGY_Tools .mw-body-content h1:first-of-type:before {
content: "";
display: block;
width: 100%;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
float: left;
}
.page-EDGY_About .mw-body-content h1:first-of-type:after,
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type:after,
.page-Enterprise_Elements .mw-body-content h1:first-of-type:after,
.page-Glossary .mw-body-content h1:first-of-type:after,
.page-EDGY_License .mw-body-content h1:first-of-type:after,
.page-EDGY_Tools .mw-body-content h1:first-of-type:after {
content: "";
display: table;
clear: both;
padding-bottom: 0.2rem;
}
/* => add all headline images */
.page-EDGY_About .mw-body-content h1:first-of-type {
max-width: calc(228px * var(--headline-font-scale));
}
.page-EDGY_About .mw-body-content h1:first-of-type:before {
padding-bottom: 10.54435218%;
background-image: url(/w/resources/assets/headline-about-edgy.svg);
}
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type{
max-width: calc(267px * var(--headline-font-scale));
}
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type:before {
padding-bottom: 20.97378277%;
background-image: url(/w/resources/assets/headline-mobile-enterprise-design-facets.svg);
}
.page-Enterprise_Elements .mw-body-content h1:first-of-type{
max-width: calc(207px * var(--headline-font-scale));
}
.page-Enterprise_Elements .mw-body-content h1:first-of-type:before {
padding-bottom: 27.0531401%;
background-image: url(/w/resources/assets/headline-mobile-enterprise-elements.svg);
}
.page-Glossary .mw-body-content h1:first-of-type{
max-width: calc(188px * var(--headline-font-scale));
}
.page-Glossary .mw-body-content h1:first-of-type:before {
padding-bottom: 12.78499893%;
background-image: url(/w/resources/assets/headline-glossary.svg);
}
.page-EDGY_License .mw-body-content h1:first-of-type{
max-width: calc(142px * var(--headline-font-scale));
}
.page-EDGY_License .mw-body-content h1:first-of-type:before {
padding-bottom: 16.97672774%;
background-image: url(/w/resources/assets/headline-license.svg);
}
.page-EDGY_Tools .mw-body-content h1:first-of-type {
max-width: calc(114px * var(--headline-font-scale));
}
.page-EDGY_Tools .mw-body-content h1:first-of-type:before {
padding-bottom: 21.09148431%;
background-image: url(/w/resources/assets/headline-tools.svg);
}
@media (min-width: 480px) {
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type{
max-width: calc(489px * var(--headline-font-scale));
}
.page-Enterprise_Design_Facets .mw-body-content h1:first-of-type:before {
padding-bottom: 4.91018454%;
background-image: url(/w/resources/assets/headline-enterprise-design-facets.svg);
}
.page-Enterprise_Elements .mw-body-content h1:first-of-type{
max-width: calc(402px * var(--headline-font-scale));
}
.page-Enterprise_Elements .mw-body-content h1:first-of-type:before {
padding-bottom: 5.9807122%;
background-image: url(/w/resources/assets/headline-enterprise-elements.svg);
}
}
/* Page headline END */
/* Elements headlines and links */
.Ar { color: #1b56e2; }
.Ex { color: #fc145e; }
.Id { color: #00e664; }
.Or { color: #22c8ef; }
.Pr { color: #bb27fb; }
.Br { color: #fda92b; }
.Def { font-weight: bold; font-size: 1.2em; }
.Element { padding-left: 1.3em; font-weight: bold; background-position: left center; background-repeat: no-repeat; background-size: contain;}
.Element a { text-decoration: none; }
.Element-Purpose { background-image: url(/w/resources/assets/Small-Shape-Purpose.svg); }
.Element-Story { background-image: url(/w/resources/assets/Small-Shape-Story.svg); }
.Element-Content { background-image: url(/w/resources/assets/Small-Shape-Content.svg); }
.Element-Capability { background-image: url(/w/resources/assets/Small-Shape-Capability.svg); }
.Element-Process { background-image: url(/w/resources/assets/Small-Shape-Process.svg); }
.Element-Asset { background-image: url(/w/resources/assets/Small-Shape-Asset.svg); }
.Element-Task { background-image: url(/w/resources/assets/Small-Shape-Task.svg); }
.Element-Journey { background-image: url(/w/resources/assets/Small-Shape-Journey.svg); }
.Element-Channel { background-image: url(/w/resources/assets/Small-Shape-Channel.svg); }
.Element-Product { background-image: url(/w/resources/assets/Small-Shape-Product.svg); }
.Element-Organisation { background-image: url(/w/resources/assets/Small-Shape-Organisation.svg); }
.Element-Brand { background-image: url(/w/resources/assets/Small-Shape-Brand.svg); }
.Element-People { background-image: url(/w/resources/assets/Icon-People.svg); }
.Element-Outcome { background-image: url(/w/resources/assets/Small-Shape-Outcome.svg); }
.Element-Activity { background-image: url(/w/resources/assets/Small-Shape-Activity.svg); }
.Element-Object { background-image: url(/w/resources/assets/Small-Shape-Object.svg); }
.Icon-Identity { background-image: url(/w/resources/assets/Icon-Identity.svg); }
.Icon-Architecture { background-image: url(/w/resources/assets/Icon-Architecture.svg); }
.Icon-Experience { background-image: url(/w/resources/assets/Icon-Experience.svg); }
.Icon-Product { background-image: url(/w/resources/assets/Icon-Product.svg); }
.Icon-Organisation { background-image: url(/w/resources/assets/Icon-Organisation.svg); }
.Icon-Brand { background-image: url(/w/resources/assets/Icon-Brand.svg); }
/*breadcrumbs*/
small a { font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline;}
/* no wordmark in the footer */
.mw-logo-wordmark { display: none; }
/* no header: we'll add page titles manually to be able to change the colour */
.firstHeading-container { visibility: hidden; }
#siteSub { visibility: hidden; }
/* no drawer menu header */
.citizen-drawer__header { display: none; }
/* Bring the text to 14px */
#bodyContent { font-size: 1.275em; }
@media only screen and (max-width: 639px){
#bodyContent {
font-size: 1rem;
}
}
a.image img, object {
max-width:100%;
height:auto;
}
.youtube-container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.youtube-container iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
max-width: 1280px;
max-height: 720px;
}
/* Colorem video */
div.colorem {
width: 100%;
height: 100%;
position: static;
pointer-events: none;
overflow: hidden;
background-size: cover;
background-position: top center;
}
div.colorem video,
div.colorem .video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
#bigtext {
display: block;
width: 100%;
height: 95vh;
position: relative;
text-align: center;
vertical-align:middle;
}
.bigtext {
display: block;
position: absolute;
top: 40vh;
text-align: center;
width: 100%;
}
@media only screen and (min-width: 400px){
.headline--claim {
font-size:calc(1.519rem + 3.7037vw);
line-height:calc(2.013rem + 3.96825vw);
}
}
@media only screen and (min-width: 1156px){
.headline--claim {
font-size:5.6rem;
line-height:6.6rem;
}
}
.headline--claim {
margin:0 0 1.8rem;
font-weight: 300;
text-align:center;
color: white;
}
@media only screen and (min-width: 400px){
.headline--claim {
margin-bottom:calc(1.059rem + 1.85185vw)
}
}
@media only screen and (min-width: 1156px){
.headline--claim{
margin-bottom:3.2rem
}
}
.image__wrapper,.image__wrapper--lessmargin,.image__wrapper--nomargin{
display:block;
margin:0;
padding:0;
margin-bottom:2.5rem
}
@media only screen and (min-width: 400px){
.image__wrapper,.image__wrapper--lessmargin,.image__wrapper--nomargin{
margin-bottom:calc(0.913rem + 3.96825vw)
}
}
@media only screen and (min-width: 1156px){
.image__wrapper,.image__wrapper--lessmargin,.image__wrapper--nomargin{
margin-bottom:5.5rem
}
}
.image__wrapper.ratio-1-1,.ratio-1-1.image__wrapper--lessmargin,.ratio-1-1.image__wrapper--nomargin{
position:relative;
height:0;
padding-bottom:100%
}
.image__wrapper.ratio-3-2,.ratio-3-2.image__wrapper--lessmargin,.ratio-3-2.image__wrapper--nomargin{
position:relative;
height:0;
padding-bottom:66.6666666667%
}
.image__wrapper.ratio-16-9,.ratio-16-9.image__wrapper--lessmargin,.ratio-16-9.image__wrapper--nomargin{
position:relative;
height:0;
padding-bottom:56.25%
}
.image__wrapper.round,.round.image__wrapper--lessmargin,.round.image__wrapper--nomargin{
border-radius:50%;
overflow:hidden
}
.image__wrapper--nomargin{
margin-bottom:0
}
.image__wrapper--lessmargin{
margin-bottom:1.0909em
}
.image__image{
display:block;
max-width:100%;
height:auto
}
.image__image.has-ratio{
position:absolute;
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover;
-o-object-position:center;
object-position:center
}
/* Logo on top */
.page-heading {
background: url(/w/resources/assets/edgy-logo.svg) left center/contain no-repeat border-box;
}
.citizen-body-header--sticky {
background-color: rgba(255, 255, 255, 0);
}
.citizen-body-header--sticky .mw-body-header {
background-color: rgba(255, 255, 255, 0);
border-bottom: 0;
max-width: none;
}
.citizen-body-header--sticky .mw-body-header:before {
background-color: rgba(255, 255, 255, 0.7);
border-bottom: 0;
left: calc(var(--padding-page) * -1);
right: calc(var(--padding-page) * -1);
}
.mw-body-header {
max-width: none;
}
@media only screen and ( min-width: 1000px ) {
.citizen-body-header--sticky .mw-body-header:before {
left: calc(var(--padding-page) * -2);
right: calc(var(--padding-page) * -2);
}
}
header.mw-body-header {
gap: 0;
background-color: rgba(0, 0, 0, 0);
}
.citizen-body {
max-width: 1280px;
}
.center,.center--vertically,.center--horizontally-vertically,.center--horizontally{
display:-ms-flexbox;
display:flex
}
.center--horizontally,.center--horizontally-vertically{
-ms-flex-pack:center;
justify-content:center
}
.center--vertically,.center--horizontally-vertically{
height:100%;
-ms-flex-direction:column;
flex-direction:column;
-ms-flex-pack:center;
justify-content:center
}
/* hide citizen skin settings */
#citizen-pref-toggle { display: none; }
/* white background for media viewer */
.mw-mmv-overlay { background-color: white; }
.mw-mmv-main.jq-fullscreened { background-color: white; }
/*button mania*/
.button--cta-medium{
display:inline-block;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 1.2rem 1.2rem 0;
border:solid 3px #262626;
padding:calc(0.9rem - 3px) calc(2.4rem - 3px);
color:#fff;
background:#000;
font-size:1.3rem;
line-height:1.8rem;
text-align:center;
text-decoration:none;
-webkit-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}
@media only screen and (min-width: 400px){
.button,.button--small,.button--medium,.button--green-cta,.button--green-cta-small,.button--green-cta-medium,.button--green,.button--green-small,.button--green-medium,.button--cta,.button--cta-small,.button--cta-medium{
margin:0 calc(0.565rem + 1.5873vw) calc(0.565rem + 1.5873vw) 0;
padding:calc(0.53rem + 0.92593vw - 3px) calc(3.6rem - 3px);
font-size:calc(0.877rem + 1.0582vw);
line-height:calc(1.271rem + 1.32275vw)
}
}
@media only screen and (min-width: 1156px){
.button,.button--small,.button--medium,.button--green-cta,.button--green-cta-small,.button--green-cta-medium,.button--green,.button--green-small,.button--green-medium,.button--cta,.button--cta-small,.button--cta-medium{
margin:0 2.4rem 2.4rem 0;
padding:calc(1.6rem - 3px) calc(3.6rem - 3px);
font-size:2.1rem;
line-height:2.8rem
}
}
.button:hover,.button--small:hover,.button--medium:hover,.button--green-cta:hover,.button--green-cta-small:hover,.button--green-cta-medium:hover,.button--green:hover,.button--green-small:hover,.button--green-medium:hover,.button--cta:hover,.button--cta-small:hover,.button--cta-medium:hover,.button:focus,.button--small:focus,.button--medium:focus,.button--green-cta:focus,.button--green-cta-small:focus,.button--green-cta-medium:focus,.button--green:focus,.button--green-small:focus,.button--green-medium:focus,.button--cta:focus,.button--cta-small:focus,.button--cta-medium:focus{
color:#fff;
border-color:#5a5a5a;
background:#5a5a5a
}
.button:active,.button--small:active,.button--medium:active,.button--green-cta:active,.button--green-cta-small:active,.button--green-cta-medium:active,.button--green:active,.button--green-small:active,.button--green-medium:active,.button--cta:active,.button--cta-small:active,.button--cta-medium:active{
color:#fff;
border-color:#7f7f7f;
background:#7f7f7f
}
.button:disabled,.button--small:disabled,.button--medium:disabled,.button--green-cta:disabled,.button--green-cta-small:disabled,.button--green-cta-medium:disabled,.button--green:disabled,.button--green-small:disabled,.button--green-medium:disabled,.button--cta:disabled,.button--cta-small:disabled,.button--cta-medium:disabled,.button.disabled,.disabled.button--small,.disabled.button--medium,.disabled.button--green-cta,.disabled.button--green-cta-small,.disabled.button--green-cta-medium,.disabled.button--green,.disabled.button--green-small,.disabled.button--green-medium,.disabled.button--cta,.disabled.button--cta-small,.disabled.button--cta-medium{
color:#e4e4e4;
border-color:silver;
background:silver;
cursor:default
}
.button.dark,.dark.button--small,.dark.button--medium,.dark.button--green-cta,.dark.button--green-cta-small,.dark.button--green-cta-medium,.dark.button--green,.dark.button--green-small,.dark.button--green-medium,.dark.button--cta,.dark.button--cta-small,.dark.button--cta-medium{
color:#262626;
border-color:#fff;
background:#fff
}
.button.dark:hover,.dark.button--small:hover,.dark.button--medium:hover,.dark.button--green-cta:hover,.dark.button--green-cta-small:hover,.dark.button--green-cta-medium:hover,.dark.button--green:hover,.dark.button--green-small:hover,.dark.button--green-medium:hover,.dark.button--cta:hover,.dark.button--cta-small:hover,.dark.button--cta-medium:hover,.button.dark:focus,.dark.button--small:focus,.dark.button--medium:focus,.dark.button--green-cta:focus,.dark.button--green-cta-small:focus,.dark.button--green-cta-medium:focus,.dark.button--green:focus,.dark.button--green-small:focus,.dark.button--green-medium:focus,.dark.button--cta:focus,.dark.button--cta-small:focus,.dark.button--cta-medium:focus{
color:#262626;
border-color:#d8d8d8;
background:#d8d8d8
}
.button.dark:active,.dark.button--small:active,.dark.button--medium:active,.dark.button--green-cta:active,.dark.button--green-cta-small:active,.dark.button--green-cta-medium:active,.dark.button--green:active,.dark.button--green-small:active,.dark.button--green-medium:active,.dark.button--cta:active,.dark.button--cta-small:active,.dark.button--cta-medium:active{
color:#262626;
border-color:#d8d8d8;
background:#d8d8d8
}
.button.dark:disabled,.dark.button--small:disabled,.dark.button--medium:disabled,.dark.button--green-cta:disabled,.dark.button--green-cta-small:disabled,.dark.button--green-cta-medium:disabled,.dark.button--green:disabled,.dark.button--green-small:disabled,.dark.button--green-medium:disabled,.dark.button--cta:disabled,.dark.button--cta-small:disabled,.dark.button--cta-medium:disabled,.button.dark.disabled,.dark.disabled.button--small,.dark.disabled.button--medium,.dark.disabled.button--green-cta,.dark.disabled.button--green-cta-small,.dark.disabled.button--green-cta-medium,.dark.disabled.button--green,.dark.disabled.button--green-small,.dark.disabled.button--green-medium,.dark.disabled.button--cta,.dark.disabled.button--cta-small,.dark.disabled.button--cta-medium{
color:#4c4c4c;
border-color:gray;
background:gray;
cursor:default
}
.button--cta,.button--cta-small,.button--cta-medium{
color:inherit;
background:rgba(255,255,255,.5);
border-color:currentColor
}
.button--cta:hover,.button--cta-small:hover,.button--cta-medium:hover,.button--cta:focus,.button--cta-small:focus,.button--cta-medium:focus{
color:inherit;
border-color:currentColor;
background:rgba(192,192,192,.5)
}
.button--cta:active,.button--cta-small:active,.button--cta-medium:active{
color:inherit;
border-color:currentColor;
background:rgba(128,128,128,.5)
}
.button--cta:disabled,.button--cta-small:disabled,.button--cta-medium:disabled,.button--cta.disabled,.disabled.button--cta-small,.disabled.button--cta-medium{
color:silver;
border-color:currentColor;
background:rgba(255,255,255,.5)
}
.button--cta.dark,.dark.button--cta-small,.dark.button--cta-medium{
color:inherit;
border-color:currentColor;
background:rgba(0,0,0,.5)
}
.button--cta.dark:hover,.dark.button--cta-small:hover,.dark.button--cta-medium:hover,.button--cta.dark:focus,.dark.button--cta-small:focus,.dark.button--cta-medium:focus{
color:inherit;
border-color:currentColor;
background:rgba(128,128,128,.5)
}
.button--cta.dark:active,.dark.button--cta-small:active,.dark.button--cta-medium:active{
color:inherit;
border-color:currentColor;
background:rgba(192,192,192,.5)
}
.button--cta.dark:disabled,.dark.button--cta-small:disabled,.dark.button--cta-medium:disabled,.button--cta.dark.disabled,.dark.disabled.button--cta-small,.dark.disabled.button--cta-medium{
color:#7f7f7f;
border-color:currentColor;
background:rgba(0,0,0,.5);
cursor:default
}
.button--green,.button--green-small,.button--green-medium{
position:relative;
z-index:0;
padding:.9rem 2.4rem;
border:0;
background:#009600;
-webkit-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}