﻿/****************************************************/
/* Generic, minimal browser reset                   */
/****************************************************/
html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
section {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}
/****************************************************/
/* Minimal ABB branding styles                      */
/****************************************************/
@font-face {
    font-family: ABBVoice-light;
    src: url('/fonts/ABBVoice/ABBvoice_W_Lt.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ABBVoice/ABBvoice_W_Lt.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/fonts/ABBVoice/ABBvoice_W_Lt.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Lt.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Lt.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/fonts/ABBVoice/ABBvoice_W_Lt.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: ABBVoice;
    src: url('/fonts/ABBVoice/ABBvoice_W_Rg.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ABBVoice/ABBvoice_W_Rg.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/fonts/ABBVoice/ABBvoice_W_Rg.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Rg.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Rg.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/fonts/ABBVoice/ABBvoice_W_Rg.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ABBVoice-medium;
    src: url('/fonts/ABBVoice/ABBvoice_W_Md.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ABBVoice/ABBvoice_W_Md.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/fonts/ABBVoice/ABBvoice_W_Md.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Md.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Md.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/fonts/ABBVoice/ABBvoice_W_Md.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: ABBVoice-bold;
    src: url('/fonts/ABBVoice/ABBvoice_W_Bd.eot'); /* IE9 Compat Modes */
    src: url('/fonts/ABBVoice/ABBvoice_W_Bd.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/fonts/ABBVoice/ABBvoice_W_Bd.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Bd.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/fonts/ABBVoice/ABBvoice_W_Bd.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/fonts/ABBVoice/ABBvoice_W_Bd.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

html {
    font-family: 'ABBvoice', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.7;
    height: 100%;
    font-size: 100%;
}

section {
    margin-bottom: 100px;
    margin-left: 120px;
}

@media (max-width: 900px) {
    section {
        margin-left: 5vw
    }
}

@media (min-width: 900px) and (max-width: 1200px) {
    section {
        margin-left: 5vw
    }
}

section > h2 {
    max-width: 100%;
    margin-top: 48px;
}

section > *.wide {
    max-width: 1000px;
    margin-bottom: 64px;
}

section > *.extra-wide {
    max-width: 1300px;
}

section > *.full-width {
    max-width: 100%;
}

section .intro {
    line-height: 32px;
    margin-bottom: 60px;
}

    section .intro > p {
        font-size: 25px;
    }

figure {
    margin: 0 0 60px 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ABBvoice;
    color: #464646;
}

h1 {
    font-size: 5rem;
    line-height: 77px;
    letter-spacing: -2px;
    margin: 20px 0 28px 0;
    font-family: 'ABBVoice-bold';
}

@media (max-width: 900px) {
    h1 {
        font-size: 4rem
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 50px;
    margin: 0 0 40px 0;
    word-break: break-word;
    font-family: 'ABBVoice-medium';
}

    h2:before {
        content: '\2014';
        font-size: 36px;
        color: #ff000f;
        display: block;
    }

@media (max-width: 1200px) {
    h2 {
        font-size: 2.8rem
    }
}

h3,
h4,
strong,
.strong,
b {
    font-family: 'ABBVoice-medium';
    font-weight: 500;
}

h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 20px 0;
}

    h3 .nolink {
        font-size: 42px;
        line-height: 1.6;
    }

@media (max-width: 1200px) {
    h3 {
        font-size: 1.8rem
    }
}

h4,
h6 {
    font-size: 1.2rem;
    font-family: 'ABBVoice-bold';
    margin-top: 16px;
    margin-bottom: 10px;
}

h5 {
    font-size: 1rem;
    font-family: 'ABBVoice-bold';
}

p {
    font-family: 'ABBVoice-light';
    margin: 0 0 20px 0;
    font-size: 1rem;
}

span {
    font-family: 'ABBVoice';
}

ol,
ul {
    margin: 0 0 20px 0;
    padding-left: 40px;
    font-family: 'ABBVoice-light';
    font-size: 1rem;
}

li {
    margin-bottom: 10px;
}

a {
    font-weight: 500;
    color: #ff000f;
    text-decoration: none;
    font-family: 'ABBVoice';
}

    a:visited {
        color: #ff000f;
        font-family: 'ABBVoice';
        text-decoration: none;
    }

    a.bodylinks {
        color: #262626;
        border-bottom: 2px solid #d2d2d2;
        text-decoration: none;
        line-height: 14px;
    }

        a.bodylinks:hover {
            color: #a0a0a0;
            border-bottom: 2px solid #ff000f;
            text-decoration: none;
        }

input,
button {
    letter-spacing: 0.4px;
}

.abb-branding-button {
    border-radius: 34px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.75em;
    color: #5a5a5a;
    border: 1px solid rgb(200, 200, 200);
    background-color: #ffffff;
    min-height: 26px;
    padding: 6px 14px;
    outline: none;
}

    .abb-branding-button.abb-branding-button-red {
        background-color: #ff000f;
        color: #ffffff;
        border: none;
        margin-bottom: 48px;
    }
/* Custom common styles  */
table > thead > tr > td {
    text-decoration: underline;
    font-size: 16px;
    padding: 0 0 20px 0;
}

table > tbody > tr > td {
    font-size: 14px;
    padding: 0 20px 0 0;
}

table > tbody > tr.subheading > td {
    font-size: 14px;
    font-family: ABBVoice-medium;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

table.first-col-bold > tbody > tr > td:first-child {
    font-family: ABBVoice-medium;
    font-weight: 500;
}

table.nowrap {
    white-space: nowrap;
}
/**************************************************************/
/* ABB Branding font icons (the font actually contains more,  */
/* but only required icons are defined here).                 */
/**************************************************************/
@font-face {
    font-family: ABBicons;
    src: url(/font-icons/ABBicons.ttf?hl3rwe) format('truetype');
    font-weight: 400;
    font-style: normal;
}

[class*=' BrandIcons-'],
[class^='BrandIcons-'] {
    font-family: ABBicons !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.BrandIcons-download:before {
    content: '\e907';
    font-size: inherit;
}

.BrandIcons-left:before {
    content: '\e91f';
    font-size: inherit;
}

.BrandIcons-right:before {
    content: '\e920';
    font-size: inherit;
}

.BrandIcons-search:before {
    content: '\e913';
    font-size: inherit;
}

.BrandIcons-close:before {
    content: '\e902';
    font-size: inherit;
}

.BrandIcons-menu:before {
    content: '\e90e';
    font-size: inherit;
}

.BrandIcons-down:before {
    content: '\e91e';
    font-size: inherit;
}

.BrandIcons-up:before {
    content: '\e921';
    font-size: inherit;
}

.BrandIcons-illustrator:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../../IMAGES/illustrator.svg');
}

.BrandIcons-sketch:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../../IMAGES/sketch.svg');
}
/****************************************************/
/* Variables                                        */
/****************************************************/
/****************************************************/
/* General application layout implementation        */
/****************************************************/
body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: silver;
    overflow: hidden;
    min-height: 100%;
    height: 100%;
    /*mobile scrolling*/
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    padding-top: 75%;
}

    .iframe-container > iframe {
        border: 0;
        height: 75%;
        left: 0;
        position: absolute;
        top: 0;
        width: 75%;
        max-width: 1200px;
    }

        .iframe-container > iframe.onHomePage {
            max-height: 675px;
        }

        .iframe-container > iframe:not(.onHomePage) {
            max-height: 405px;
        }

.banner-image {
    max-height: 40vh;
    overflow: hidden;
    background-size: cover;
}

    .banner-image > img {
        margin: auto;
    }

    .banner-image > span {
        background-color: black;
        color: white;
        display: block;
        text-align: center;
    }

#home_icon {
    height: 32px;
    width: 32px;
    margin-top: 18px;
}

.section-intro {
    width: 80%;
    -webkit-justify-content: left;
    justify-content: left;
    margin-top: 120px;
}

    .section-intro h2 {
        font-size: 48px;
        font-family: 'ABBVoice-bold';
    }

@media (max-width: 1200px) {
    .section-intro {
        width: 90%
    }
}

.section-intro > .component-availability {
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 900px) {
    .section-intro > .component-availability {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-intro > .component-availability > p {
    font-size: 24px;
    margin-right: 32px;
}

.section-intro > .component-availability > span {
    margin: 0 0 24px 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 900px) {
    .section-intro > .component-availability > span {
        margin: 0 0 24px 0
    }
}

.section-intro > .component-availability > span > img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.section-intro > .flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

@media (max-width: 900px) {
    .section-intro > .flex-container {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-intro > .flex-container > .section-intro-intro {
    -webkit-flex-grow: 3;
    flex-grow: 3;
    width: 70%;
}

@media (max-width: 900px) {
    .section-intro > .flex-container > .section-intro-intro {
        width: 90%;
        margin-right: 0
    }
}

.section-intro > .flex-container > .section-intro-intro > p {
    font-size: 24px !important;
}

.section-page-navi  {
    width: 20%;
}

@media (max-width: 900px) {
    .section-page-navi  {
        width: 40%;
        margin: 20px 0 0 0
    }

    .section-page-navi > ul {
        margin-left: 0;
    }
}

.section-page-navi > ul {
    margin-left: 80px;
    list-style: none;
    padding-left: 20px;
    padding-top: 0px;
    border-left: 1px solid #bababa;
}

@media (max-width: 900px) {
    .section-page-navi > ul {
        margin-left: 0;
        margin-top: 50px
    }
}

.section-page-navi > ul > li > a {
    font-size: 1rem;
    color: black;
}

    .section-page-navi > ul > li > a:hover {
        color: red;
    }

.section-hero {
    display: block;
    width: 100%;
    margin-left: 0;
}

    .section-hero > img {
        max-height: 100%;
        max-width: 100%;
    }

.section-simpleText {
    width: 60%;
}

    .section-simpleText > img {
        width: 50%;
        min-width: 300px;
        max-width: 500px;
    }

    .section-simpleText > div {
        margin-bottom: 32px;
    }

    .section-simpleText > p {
        font-family: 'ABBVoice-light' !important;
    }

    .section-simpleText > ul,
    .section-simpleText li {
        font-size: 16px;
        font-family: 'ABBVoice-light';
    }

    .section-simpleText > .largeBottomMargin {
        margin-bottom: 120px;
    }

        .section-simpleText > .largeBottomMargin > img {
            margin: 42px 42px 42px 0;
            width: 50%;
            min-width: 300px;
            max-width: 500px;
        }

@media (max-width: 900px) {
    .section-simpleText {
        width: 90%
    }
}

@media (max-width: 1200px) {
    .section-simpleText {
        width: 80%
    }
}

.imageInText {
    margin: 32px 12px;
}

.section-table {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: center;
    align-content: center;
    background-color: #f6f6f6;
}

    .section-table > div {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-align-content: center;
        align-content: center;
        margin-right: 8px;
        padding: 64px 16px 0px 16px;
    }

        .section-table > div:last-child {
            margin-right: 0px;
        }

        .section-table > div > .section-table-title {
            font-size: 20px;
            font-family: 'ABBVoice-bold';
        }

        .section-table > div > p {
            font-size: 16px;
            margin-bottom: 32px;
            margin-top: 16px;
            width: 100%;
        }

    .section-table.section-table--six {
        margin-left: 0;
    }

@media (max-width: 1200px) {
    .section-table.section-table--six {
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-table.section-table--six > div {
    min-width: 100px;
    max-width: 150px;
}

    .section-table.section-table--six > div > img {
        width: 100px;
    }
/* .color-card-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  &> span {
    width: 10%;
    height: 15vh;
    margin-bottom: 48px;
    position: relative;
    min-width: 84px;
    &:before {
      content: attr(data-title);
      position: absolute;
      bottom: -24px;
      font-size: 12px;
      font-family: "ABBVoice-medium";
      border-bottom: 1px solid #D8D8D8;
      width: 100%;
    }
    &:after {
      content: attr(data-hex);
      position: absolute;
      bottom: -48px;
      font-size: 12px;
      font-family: "ABBVoice-light";
      border-bottom: 1px solid #D8D8D8;
      width: 100%;
    }
  }

} */
#commonux-initial-fog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    text-align: center;
    z-index: 9999;
    opacity: 1;
    transition: all 1s;
    pointer-events: none;
}

    #commonux-initial-fog > img {
        position: absolute;
        left: calc(50% - 2rem);
    }
/* Site global header */
.commonux-header > .commonux-header-desktop {
    /* width: 1540px; */
    display: -webkit-flex;
    display: flex;
    top: 0;
    position: fixed;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background: white;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 999;
}

    .commonux-header > .commonux-header-desktop > span {
        -webkit-flex: 1;
        flex: 1;
        white-space: nowrap;
        font-size: 16px;
    }

        .commonux-header > .commonux-header-desktop > span.abb-logo > a {
            padding: 15px;
            width: 100px;
        }

        .commonux-header > .commonux-header-desktop > span > a {
            position: relative;
            display: block;
            padding: 0 15px;
            text-decoration: none;
            color: #262626;
            height: 100%;
            position: relative;
            /* letter-spacing: .1em; */
            transition: text-shadow 0.1s;
        }

            .commonux-header > .commonux-header-desktop > span > a.commonux-main-navi-link:after {
                content: ' ';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 4px;
                background: transparent;
            }

            .commonux-header > .commonux-header-desktop > span > a.commonux-main-navi-link.active,
            .commonux-header > .commonux-header-desktop > span > a.commonux-main-navi-link:hover {
                text-shadow: 0 0 0 #262626, 0 0 0.5px #262626;
                /* font-weight: 700; */
            }

                .commonux-header > .commonux-header-desktop > span > a.commonux-main-navi-link:hover:after {
                    background: pink;
                }

                .commonux-header > .commonux-header-desktop > span > a.commonux-main-navi-link.active:after {
                    content: ' ';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    height: 4px;
                    background: red;
                }

        .commonux-header > .commonux-header-desktop > span:nth-child(2) {
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center;
            display: -webkit-flex;
            display: flex;
            -webkit-flex: 10 0 0%;
            flex: 10 0 0%;
        }

@media (max-width: 900px) {
    .commonux-header > .commonux-header-desktop {
        display: none
    }
}

.commonux-header > .commonux-header-mobile {
    display: none;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 999;
}

    .commonux-header > .commonux-header-mobile a {
        color: #262626;
        font-size: 16px;
        font-weight: 500;
        display: block;
        position: relative;
        padding: 8px 0 8px 40px;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
    }

@media (max-width: 900px) {
    .commonux-header > .commonux-header-mobile {
        display: block
    }

        .commonux-header > .commonux-header-mobile a:not(.commonux-mobile-navi-link-list):hover {
            background-color: #dbdbdb;
        }

        .commonux-header > .commonux-header-mobile a:not(.commonux-mobile-navi-link-list).active:after {
            content: ' ';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 4px;
            background: red;
        }

        .commonux-header > .commonux-header-mobile > .header-icons {
            position: relative;
            display: -webkit-flex;
            display: flex;
            background-color: white;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            width: 100%;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
            z-index: 1000;
            height: 100%;
        }

            .commonux-header > .commonux-header-mobile > .header-icons > a.abb-logo-mobile {
                padding: 0;
                padding: 15px;
                width: 100px;
                height: 60px;
            }

            .commonux-header > .commonux-header-mobile > .header-icons > #hamburger {
                color: black;
                padding: 0;
                background: none;
                margin-right: 5%;
            }

                .commonux-header > .commonux-header-mobile > .header-icons > #hamburger:hover {
                    color: red;
                    cursor: pointer;
                }

                .commonux-header > .commonux-header-mobile > .header-icons > #hamburger:before {
                    font-family: 'ABBicons';
                    font-size: 23px;
                    content: '\e90e';
                }

                .commonux-header > .commonux-header-mobile > .header-icons > #hamburger.active:before {
                    font-family: 'ABBicons';
                    font-size: 17px;
                    content: '\e902';
                }

                .commonux-header > .commonux-header-mobile > .header-icons > #hamburger.active:after {
                    display: none;
                }
}

.commonux-header > .commonux-header-mobile > .main-menu-mobile {
    display: none;
    height: 100%;
    width: 100%;
    background: white;
    overflow: auto;
    overflow-y: scroll;
    top: 0vw;
    left: 0vh;
    position: fixed;
}

    .commonux-header > .commonux-header-mobile > .main-menu-mobile.active {
        display: block;
        z-index: 100;
        top: 60px;
        left: 0vh;
        position: fixed;
    }

    .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul {
        padding-left: 0;
        list-style-type: none;
        width: 100%;
        top: 5vw;
    }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > a {
            display: block;
            position: relative;
            border-bottom: solid 1px;
            border-color: #9f9f9f;
            padding: 20px;
        }

            .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > a:hover {
                color: red;
                background: none;
            }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li:last-child {
            padding-bottom: 50px;
        }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-list:hover {
            cursor: pointer;
        }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-list:after {
            font-size: 14px;
            font-family: 'ABBicons';
            content: '\e920';
            transition: 0.5s;
            position: absolute;
            right: 4em;
        }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-list.active:after {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            transition: 0.5s;
        }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-dropdown {
            display: none;
            overflow: hidden;
        }

            .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-dropdown > ul {
                padding: 0;
            }

                .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-dropdown > ul > li {
                    list-style-type: none;
                }

                    .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-dropdown > ul > li:first-child {
                        margin-top: 10px;
                    }

        .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-list.active + .commonux-mobile-navi-link-dropdown {
            display: block;
            background: #f6f6f6;
        }

            .commonux-header > .commonux-header-mobile > .main-menu-mobile > ul > li > .commonux-mobile-navi-link-list.active + .commonux-mobile-navi-link-dropdown .commonux-mobile-navi-link-list.active {
                border-bottom: 0;
            }
/* Main and sub sections layout */
.commonux-top-section {
    background: white;
    width: 100%;
    margin: 0 auto;
    display: none;
    -webkit-flex: 1;
    flex: 1;
    position: absolute;
    height: calc(100% - 60px);
    top: 60px;
}

    .commonux-top-section > div {
        height: 100%;
    }

    .commonux-top-section.active {
        display: block;
    }

.commonux-sub-section {
    display: none;
    min-height: calc(100% - 203px);
    max-width: 1600px;
    margin: auto;
}

    .commonux-sub-section.active {
        display: block;
    }

.commonux-section-sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 260px;
    padding-left: 32px;
    padding-top: 50px;
    -webkit-flex: 0;
    flex: 0;
    white-space: nowrap;
    line-height: 18px;
    overflow: auto;
    background: #f6f6f6;
    box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.22);
}

    .commonux-section-sidebar > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .commonux-section-sidebar > ul > li {
            margin: 0;
        }

            .commonux-section-sidebar > ul > li > a:last-child {
                text-decoration: none;
                color: inherit;
                display: block;
                margin-bottom: 20px;
            }

                .commonux-section-sidebar > ul > li > a:last-child:hover {
                    color: #a0a0a0;
                }

            .commonux-section-sidebar > ul > li > ul {
                list-style: none;
                margin-top: 10px;
                margin-bottom: 16px;
                padding-left: 0;
            }

                .commonux-section-sidebar > ul > li > ul > #subnavi {
                    margin-left: 18px;
                }

                    .commonux-section-sidebar > ul > li > ul > #subnavi:before {
                        content: ' ';
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        width: 1px;
                        background: #bababa;
                    }

                .commonux-section-sidebar > ul > li > ul > li {
                    margin: 0;
                    position: relative;
                    font-family: 'ABBVoice';
                    font-size: 16px;
                }

                    .commonux-section-sidebar > ul > li > ul > li > a {
                        color: #262626;
                        text-decoration: none;
                        display: block;
                        padding: 8px;
                    }

                    .commonux-section-sidebar > ul > li > ul > li:hover {
                        background: silver;
                    }

                    .commonux-section-sidebar > ul > li > ul > li.active {
                        font-weight: 700;
                    }

                        .commonux-section-sidebar > ul > li > ul > li.active:after {
                            content: ' ';
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            right: 0;
                            width: 4px;
                            background: red;
                        }

@media (max-width: 900px) {
    .commonux-section-sidebar {
        display: none
    }
}

.commonux-content-wrapper {
    margin-left: 260px;
    overflow: auto;
    position: relative;
}

@media (max-width: 900px) {
    .commonux-content-wrapper {
        margin-left: 0px
    }
}

.footer {
    position:static !important;
}

    .footer > .bottom-banner {
        margin-left: 3px;
        width: calc(100% - 3px);
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('/images/footer/background-nosto.png');
        color: black;
        -webkit-justify-content: center;
        justify-content: center;
        display: -webkit-flex;
        display: flex;
    }

        .footer > .bottom-banner > div {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-align-items: center;
            align-items: center;
            overflow: hidden;
            max-width: 800px;
        }

            .footer > .bottom-banner > div > div {
                max-width: 45%;
                padding: 3%;
            }

@media (max-width: 900px) {
    .footer > .bottom-banner > div > div {
        padding: 8px
    }
}

.footer > .bottom-banner > div > div > a > .contact-button {
    background: #3d3d3d;
    border: solid 1px #525252;
    padding: 8px 28px;
    border-radius: 3px;
    color: white;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.footer > .bottom-banner > div > div > h3 {
    font-size: 24px;
    line-height: 30px;
    color: black;
}

.footer > .bottom-banner > div > div > p {
    font-size: 0.9rem;
    padding-top: inherit;
}

.footer > .bottom-banner > div > div:first-child {
    border-right: 4px solid black;
    line-height: 80%;
    text-align: right;
}

.footer > .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 18px 30px;
}

    .footer > .content > div {
        width: 33%;
        border-top: 1px solid grey;
        margin: 30px;
    }

        .footer > .content > div > a {
            color: black;
            text-decoration: none;
        }

            .footer > .content > div > a:hover {
                color: red;
            }

        .footer > .content > div > h5 {
            margin: 10px 0;
        }

        .footer > .content > div:last-child {
            border: none;
            text-align: right;
        }

@media (max-width: 900px) {
    .footer > .content {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-left: 0vw
    }

        .footer > .content > div {
            width: 85%;
            margin: 10px;
        }
}

#commonux-section-home.active ~ .footer {
    margin-left: 0;
}
/* Loading indicator for images and videos (using defer). Slightly customized
   from: https://codepen.io/mjgroos/pen/RNdVdg  */
img:not([src]),
video[data-src] {
    width: 32px !important;
    height: 32px !important;
    margin: 4rem;
    padding: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAyVBMVEUAAAC9vsDCw8W9v8G9vsD29/fr7O29vsDm5+jx8fK/wML29vf///+9vsHR0tPm5+jt7u7w8PHr7Ozc3d7n6OnExcfGx8nJyszMzM7V1tjZ2tvf4OG9vsDHyMrp6uvIycu9v8HAwcTPz9HCw8W9vsC9vsDBwsTj5OXj5OXW19i9vsDm5+jw8PHy8vL09fW9vsDFxsjJyszAwsS9vsDU1dbLzM7Y2drb3N3c3d7e3+DHyMrBwsTh4uPR0tPDxcfa293R0tTV1ti9vsAll6RJAAAAQnRSTlMA7+t/MAZHQDYjHxABv6xSQjEgFgzi2M7Emop0cGVLD/ryt7Cfj3dmYWBgWjgsGd/Cv7SvopSSg4B6eHZrQjkyKx1dd0xhAAAA9klEQVR4AYWPeXOCMBBHFxIgCQKC3KCo1Wprtfd98/0/VBPb6TC0Wd+/783+ZqELrQkRoIMujFbiaLTwpESC029reB7919d7u6SgYaE8aUCivW84oEUY0lPQc408pxBqHxCIHGiw4Lxtl5h35ALFglouAAaZTj00OJ7NrvDANI/Q4PlQMDbNFA3ekiQRaHGRpmM0eMqyyxgLRlme4ydu8/n8Az3h+37xiRWv/k1RRlhxUtyVD8yCXwaDflHeP1Zr5sIey3WtfvFeVS+rTWAzFobhNhrFf4omWK03wcS2h8OzLd/1TyhiNvkJQu5amocjznm0i6HDF1RMG1aMA/PYAAAAAElFTkSuQmCC) no-repeat;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
}

    img:not([src]) + button.video-play-pause-replay, video[data-src] + button.video-play-pause-replay {
        display: none;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

& .videoLink-container {
    height: 30vw;
}

    & .videoLink-container > .videoLink {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.section-bottom-navi {
    border-top: 1px #bababa solid;
    border-bottom: 1px #bababa solid;
    margin-left: 0;
    margin-bottom: 48px;
}

    .section-bottom-navi.component {
        margin-left: 120px;
    }

@media (max-width: 900px) {
    .section-bottom-navi.component {
        margin-left: 0
    }
}

.section-bottom-navi > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

    .section-bottom-navi > div > a {
        width: 50%;
        height: 100px;
        text-align: center;
        color: black;
        font-family: 'ABBVoice-light';
        font-size: 20px;
    }

@media (max-width: 900px) {
    .section-bottom-navi > div > a {
        width: 100%;
        font-size: 16px
    }
}

.section-bottom-navi > div > a:hover {
    background-color: #f5f5f5;
}

.section-bottom-navi > div > a > span {
    position: relative;
    font-family: 'ABBVoice';
    top: 31px;
}

.section-bottom-navi > div > a:first-child:before {
    font-family: 'ABBicons';
    margin-right: 30px;
    vertical-align: bottom;
    content: '\e91f';
    padding: 10px;
    border: 1px solid black;
    border-radius: 100px;
    position: relative;
    top: 31px;
}

@media (max-width: 900px) {
    .section-bottom-navi > div > a:first-child:before {
        padding: 8px;
        margin-right: 10px;
    }
}

.section-bottom-navi > div > a:last-child:after {
    font-family: 'ABBicons';
    margin-left: 30px;
    vertical-align: bottom;
    content: '\e920';
    padding: 10px;
    border: 1px solid black;
    border-radius: 100px;
    position: relative;
    top: 31px;
}

@media (max-width: 900px) {
    .section-bottom-navi > div > a:last-child:after {
        padding: 8px;
        margin-left: 10px
    }
}

.code {
    font-family: monospace;
    white-space: pre;
}

details > summary {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 16px;
}

    details > summary:focus {
        outline: none;
    }

.toggleLayout > .desktop-layout {
    display: block;
}

    .toggleLayout > .desktop-layout.active {
        display: none;
    }

.toggleLayout > .mobile-layout {
    display: none;
}

    .toggleLayout > .mobile-layout.active {
        display: block;
    }
/****************************************************/
/* Styles specific to the content of: HOME          */
/****************************************************/
.home-wrapper {
    width: 100vw;
    overflow-y: scroll;
}

    .home-wrapper > section {
        margin-left: 15vw;
        max-width: 1600px;
        margin: auto;
    }

@media (max-width: 900px;) {
    .home-wrapper > section {
        margin: 8vw
    }
}

.home-wrapper > .section-intro {
    margin-bottom: 100px;
}

video {
    width: 100%;
    margin-bottom: 32px;
}

.homeText {
    padding-bottom: 100px;
    width: 70%;
    -webkit-justify-content: left;
    justify-content: left;
}

@media (max-width: 1200px) {
    .homeText {
        width: 90%
    }
}

.homeText h2 {
    letter-spacing: -0.75px;
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: 'ABBVoice-bold';
}

    .homeText h2:before {
        font-size: 24px;
    }

.section-landing-text {
    padding-bottom: 100px;
    width: 60%;
    -webkit-justify-content: left;
    justify-content: left;
}

    .section-landing-text > .landing-text-container {
        margin-top: 120px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        .section-landing-text > .landing-text-container > div:first-child {
            width: 50%;
            min-width: 300px;
        }

        .section-landing-text > .landing-text-container > div:last-child {
            margin-left: 10%;
            margin-top: 5%;
            min-width: 400px;
            min-height: 300px;
        }

        .section-landing-text > .landing-text-container > div > .onHomePage {
            width: 100%;
            height: 75%;
        }

@media (max-width: 900px) {
    .section-landing-text {
        width: 90%
    }

        .section-landing-text > .landing-text-container {
            -webkit-flex-direction: column;
            flex-direction: column;
        }

            .section-landing-text > .landing-text-container > div:first-child {
                width: 100%;
            }

            .section-landing-text > .landing-text-container > div:last-child {
                margin-left: 0;
            }

            .section-landing-text > .landing-text-container > div > .onHomePage {
                width: 50%;
                height: 100%;
            }
}

.section-team {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    align-items: baseline;
    width: 80%;
}

    .section-team > div {
        margin: 0 32px 32px 0;
        min-width: 100px;
        width: 15%;
    }

        .section-team > div > p {
            margin: 0;
            font-size: 0.8rem;
        }

        .section-team > div > img {
            margin-bottom: 16px;
            max-width: 100px;
        }

    .section-team.externals > div > img {
        width: 4vw;
        min-width: 50px;
    }

.section-coverage {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

    .section-coverage > div {
        min-width: 50px;
        max-width: 100px;
        padding: 12px;
        margin-right: 24px;
    }

.timeline {
    width: 90%;
}

    .timeline > .timeline-wrapper {
        display: -webkit-flex;
        display: flex;
        width: 90%;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

@media (max-width: 1200px) {
    .timeline > .timeline-wrapper {
        display: block
    }
}

.timeline > .timeline-wrapper > div {
    display: block;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .timeline > .timeline-wrapper > div {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex: 1;
        flex: 1
    }
}

.timeline > .timeline-wrapper > div > span {
    display: block;
    position: relative;
    border-top: solid 2px;
    border-color: red;
}

@media (max-width: 1200px) {
    .timeline > .timeline-wrapper > div > span {
        border-top: 0;
        border-left: solid 2px;
        border-color: red
    }
}

.timeline > .timeline-wrapper > div > span:before {
    left: 46px;
    top: -16px;
    position: absolute;
    content: ' ';
    display: block;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 32px;
    border: 4px solid red;
    z-index: 10;
}

@media (max-width: 1200px) {
    .timeline > .timeline-wrapper > div > span:before {
        left: -17px;
        top: 50px
    }
}

.timeline > .timeline-wrapper > div > .timeline-title {
    padding-top: 32px;
    margin-left: 62px;
}

    .timeline > .timeline-wrapper > div > .timeline-title > p {
        font-size: 14px;
        max-width: 150px;
    }

@media (max-width: 1200px) {
    .timeline > .timeline-wrapper > div > .timeline-title > p {
        max-width: none
    }
}

.faq > .QA {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    width: 80%;
}

.faq > .qa-group {
    margin-bottom: 60px;
    max-width: 95%;
}

    .faq > .qa-group > h2 {
        margin-bottom: 0px;
    }

.faq > div > div > .question {
    font-family: 'ABBVoice';
    font-size: 18px;
    cursor: pointer;
    padding-top: 40px;
    padding-bottom: 8px;
    width: 70%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-bottom: solid 2px;
    border-color: #9f9f9f;
    background: white;
}

@media (max-width: 900px) {
    .faq > div > div > .question {
        width: 95%
    }
}

.faq > div > div > .active,
.faq > div > div .question:hover {
    border-color: red;
}

.faq > div > div > .answer {
    background-color: rgba(235,235,235,0.41176);
    display: none;
    overflow: hidden;
    width: 70%;
}

@media (max-width: 900px) {
    .faq > div > div > .answer {
        width: 95%
    }
}

.faq > div > div > .answer > p {
    padding: 14px 32px 0px 40px;
    font-size: 14px;
}

.faq > div > div > .question.active + .answer {
    display: block;
}
/****************************************************/
/* Styles specific to the content of: FOUNDATION     */
/****************************************************/
/* Foundation rules style */
.section-rule {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
}

@media (max-width: 1200px) {
    .section-rule {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-rule > .section-rule-title {
    margin-right: 80px;
    width: calc(50% - 80px);
    -webkit-align-self: center;
    align-self: center;
}

@media (max-width: 1200px) {
    .section-rule > .section-rule-title {
        margin-right: 0;
        width: 90%;
        margin-bottom: 32px;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

.section-rule > .section-rule-title > h3 {
    display: block;
}

.section-rule > .section-rule-title > span {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}

.section-rule > .section-rule-box {
    background-color: #f6f6f6;
    padding: 48px;
    width: 60%;
    height: 100%;
    -webkit-flex: 2 1 auto;
    flex: 2 1 auto;
}

    .section-rule > .section-rule-box > img {
        min-width: 150px;
    }

@media (max-width: 1200px) {
    .section-rule > .section-rule-box {
        padding: 24px;
        width: 90%
    }
}

.section-rule > .section-rule-box.with-white-card {
    background-color: #fff;
}

.section-rule > .section-rule-box > .section-rule-box-rule {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
    margin-bottom: 24px;
}

    .section-rule > .section-rule-box > .section-rule-box-rule > div {
        width: calc(50% - 32px);
        -webkit-flex: none;
        flex: none;
        margin-right: 32px;
    }

        .section-rule > .section-rule-box > .section-rule-box-rule > div.one-img {
            width: calc(100% - 32px);
        }

@media (max-width: 900px) {
    .section-rule > .section-rule-box > .section-rule-box-rule > div {
        min-width: 150px;
        margin-right: 0;
        width: 70%
    }
}

.section-rule > .section-rule-box > .section-rule-box-rule > p {
    font-size: 14px;
    padding: 16px;
    font-family: 'ABBVoice-light';
    margin: 0 0 20px 0;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .section-rule > .section-rule-box > .section-rule-box-rule {
        -webkit-flex-direction: column;
        flex-direction: column
    }

        .section-rule > .section-rule-box > .section-rule-box-rule > img {
            width: 100%;
            padding: 8px;
        }

        .section-rule > .section-rule-box > .section-rule-box-rule > p {
            padding: 0;
        }
}

.section-rule > .section-rule-box.with-white-card {
    background-color: #fff;
}
/* Full-width banner with info-boxes*/
.section-principles {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 2% 5%;
    margin-left: 0;
}

    .section-principles > div {
        background-color: #f6f6f6;
        margin-right: 24px;
        padding: 32px 32px 0 32px;
        margin-bottom: 32px;
    }

        .section-principles > div:last-child,
        .section-principles > div @media (max-width: 900px) {
            margin-right: 0px;
        }

        .section-principles > div .section-principles-image {
            margin: 0 auto 12px;
        }

        .section-principles > div > p {
            font-size: 0.8rem;
        }

    .section-principles.section-principles--three > div {
        width: calc(33% - 24px);
        min-width: 300px;
        max-width: 500px;
    }

@media (max-width: 1200px) {
    .section-principles.section-principles--three {
        width: 75%
    }
}

.section-principles.section-principles--four > div {
    width: calc(25% - 24px);
    min-width: 200px;
    max-width: 400px;
}

@media (max-width: 1200px) {
    .section-principles.section-principles--four > div {
        width: 75%;
        height: 100%
    }
}

.section-principles.with-background {
    background-color: #f6f6f6;
    width: 100%;
}

.section-principles.with-white-card > div {
    background-color: #fff;
}

.section-principles.side-by-side-images {
    display: block;
}

    .section-principles.side-by-side-images > div {
        max-width: 45%;
        display: inline-block;
        margin: 0 24px 0 0;
        padding: 0;
    }

        .section-principles.side-by-side-images > div:last-child {
            margin: 0;
        }

@media (max-width: 1200px) {
    .section-principles {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center
    }
}

@media (max-width: 900px) {
    .section-principles {
        margin-left: 0
    }
}
/* Color cards */
.color-card-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0 2rem 0px;
    display: flex;
    flex-wrap: wrap;
}

    .color-card-container > span {
        display: block;
        min-height: 4rem;
        min-width: calc(19% - 4px);
        margin: 0 8px 16px 0;
    }

        .color-card-container > span > div.top {
            height: 4rem;
            position: relative;
        }

            .color-card-container > span > div.top > span {
                color: #ffffff;
                position: absolute;
                top: 4px;
                left: 8px;
                font-size: 10px;
            }

            .color-card-container > span > div.top > div {
                color: #ffffff;
                position: absolute;
                bottom: 4px;
                left: 8px;
            }

                .color-card-container > span > div.top > div > span {
                    margin-right: 8px;
                    font-size: 12px;
                }

                .color-card-container > span > div.top > div > .blackText {
                    color: #101010;
                }

        .color-card-container > span > div.bottom {
            min-height: 4rem;
            padding: 5px 0 10px 0;
        }

            .color-card-container > span > div.bottom > div {
                border-bottom: 1px solid #979797;
                padding: 4px 0;
            }

                .color-card-container > span > div.bottom > div:first-child {
                    font-family: 'ABBVoice-bold';
                }

                .color-card-container > span > div.bottom > div:not(:first-child) > span:first-child {
                    margin-right: 5px;
                    padding: 2px 4px 2px 0px;
                    font-size: 14px;
                }

                .color-card-container > span > div.bottom > div:not(:first-child) > span:last-child {
                    cursor: pointer;
                    position: relative;
                    transition: border 0.5s;
                }

                    .color-card-container > span > div.bottom > div:not(:first-child) > span:last-child:hover {
                        border-bottom-color: red;
                    }

                        .color-card-container > span > div.bottom > div:not(:first-child) > span:last-child:hover:before,
                        .color-card-container > span > div.bottom > div:not(:first-child) > span:last-child:hover:after {
                            opacity: 1;
                        }

                    .color-card-container > span > div.bottom > div:not(:first-child) > span:last-child:after {
                        padding: 3px 6px;
                        font-size: 14px;
                        background: rgba(90, 90, 90, 0.9);
                        color: white;
                        content: attr(data-tooltip);
                        position: absolute;
                        left: -15px;
                        top: -35px;
                        z-index: 999;
                        white-space: nowrap;
                        pointer-events: none;
                        opacity: 0;
                        transition: opacity 0.5s;
                    }

                    .color-card-container > span > div.bottom > div:not(:first-child) > span:last-child:before {
                        content: ' ';
                        position: absolute;
                        top: -6px;
                        z-index: 999;
                        width: 12px;
                        left: 10px;
                        border-top: 5px solid rgba(90, 90, 90, 0.9);
                        height: 10px;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        pointer-events: none;
                        opacity: 0;
                        transition: opacity 0.5s;
                    }
/* Icon library */
#icon-library-root > .icon-library-search-bar {
    position: relative;
    margin-bottom: 1.5rem;
}

    #icon-library-root > .icon-library-search-bar > input {
        display: inline-block;
        transition: box-shadow 0.4s ease, background 0.4s ease;
        border: 0;
        border-radius: 19px;
        box-shadow: inset 0 0 0 1px #d9d9d9;
        background: #ffffff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 20px;
        padding-left: 40px;
        width: 95%;
        height: 95%;
        vertical-align: middle;
        white-space: normal;
        font-size: 14px;
        line-height: 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
    }

        #icon-library-root > .icon-library-search-bar > input::-webkit-input-placeholder {
            color: #aaaaaa;
        }

        #icon-library-root > .icon-library-search-bar > input::-moz-placeholder {
            color: #aaaaaa;
        }

        #icon-library-root > .icon-library-search-bar > input:-ms-input-placeholder {
            color: #aaaaaa;
        }

        #icon-library-root > .icon-library-search-bar > input::-ms-input-placeholder {
            color: #aaaaaa;
        }

        #icon-library-root > .icon-library-search-bar > input::placeholder {
            color: #aaaaaa;
        }

        #icon-library-root > .icon-library-search-bar > input:focus,
        #icon-library-root > .icon-library-search-bar > input:active {
            outline: 0;
            box-shadow: inset 0 0 0 1px #aa1b1b;
        }

    #icon-library-root > .icon-library-search-bar > .BrandIcons-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 17px;
        height: 17px;
        vertical-align: middle;
        fill: #666666;
        font-size: 18px;
        padding-left: 8px;
    }

#icon-library-root > .icon-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: visibility 0s, opacity 0.5s linear;
    height: 640px;
    overflow: auto;
    padding: 16px;
    margin: 2px 6px;
    border: 1px solid silver;
    width: 95%;
}

    #icon-library-root > .icon-list > span.icon-container {
        white-space: nowrap;
        margin: 0.5rem 1rem 0.5rem 0.1rem;
        width: 31%;
        overflow: hidden;
        transition: margin 0.1s, opacity 1s, -webkit-flex 0.1s;
        transition: margin 0.1s, flex 0.1s, opacity 1s;
        transition: margin 0.1s, flex 0.1s, opacity 1s, -webkit-flex 0.1s;
        margin-bottom: 2rem;
    }

        #icon-library-root > .icon-list > span.icon-container.filtered {
            opacity: 0;
            -webkit-flex: 0.00001;
            flex: 0.00001;
            margin: 0;
        }

        #icon-library-root > .icon-list > span.icon-container > .icon-preview {
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
        }

            #icon-library-root > .icon-list > span.icon-container > .icon-preview > span:not(:last-child) {
                margin-right: 10px;
            }

        #icon-library-root > .icon-list > span.icon-container > div:last-child {
            opacity: 0.8;
            font-size: smaller;
        }
/* Table showing font weights, on Typography section*/
video {
    width: 100%;
    height: auto;
}

.darkBackground {
    background-color: #0f0f0f;
    color: #dbdbdb;
}

    .darkBackground > h5 {
        color: #dbdbdb;
    }

.colorThemeWrapper {
    padding: 32px 16px;
}
/****************************************************/
/* Styles specific to the content of: REFERENCES    */
/****************************************************/
.example-content-wrapper {
    width: 100vw;
    overflow-y: scroll;
}

    .example-content-wrapper > section {
        max-width: 1600px;
        margin: auto;
        padding-bottom: 100px;
    }

.section-references {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    width: 60%;
}

@media (max-width: 1200px) {
    .section-references {
        width: 90%
    }
}

@media (max-width: 900px) {
    .section-references {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-references > .references-title {
    margin-right: 80px;
    width: calc(40% - 80px);
    -webkit-align-self: center;
    align-self: center;
}

@media (max-width: 900px) {
    .section-references > .references-title {
        width: 90%;
        margin-right: 0;
        -webkit-align-self: flex-start;
        align-self: flex-start
    }
}

.section-references > .references-title > h3 {
    display: block;
}

.section-references > .references-title > span {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}

.section-references > .mobile {
    width: 30%;
}

.section-references > .references-box {
    width: 60%;
    -webkit-flex: 2 1 auto;
    flex: 2 1 auto;
}

@media (max-width: 1200px) {
    .section-references > .references-box {
        width: 80%;
        height: 100%
    }
}

.section-references > .references-box > .references-box-example-image {
    margin: 32px 32px 32px 0;
    display: inline-block;
    max-width: calc(45% - 32px);
    min-width: 150px;
}

    .section-references > .references-box > .references-box-example-image > div {
        transition: all 0.5s;
    }

        .section-references > .references-box > .references-box-example-image > div > div > i,
        .section-references > .references-box > .references-box-example-image p {
            display: none;
        }

    .section-references > .references-box > .references-box-example-image:hover > div {
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-transform: translateX (100%);
        transform: translateX (100%);
    }

    .section-references > .references-box > .references-box-example-image.active > div {
        margin: 0;
        cursor: pointer;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.6);
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 1500;
    }

        .section-references > .references-box > .references-box-example-image.active > div > div {
            display: block;
            margin: 10vh auto;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 50%;
            padding: 46px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            .section-references > .references-box > .references-box-example-image.active > div > div > img {
                margin: auto;
                max-width: calc(95vw - 100px);
                max-height: calc(85vh - 100px);
            }

            .section-references > .references-box > .references-box-example-image.active > div > div > p {
                display: block;
                color: white;
            }

            .section-references > .references-box > .references-box-example-image.active > div > div > i {
                display: block;
                position: absolute;
                top: 12px;
                right: 12px;
                color: white;
                width: 32px;
                height: 32px;
                padding: 3px 0 0 8px;
                border-radius: 50%;
            }

                .section-references > .references-box > .references-box-example-image.active > div > div > i:hover {
                    background: silver;
                }
/****************************************************/
/* Styles specific to the content of: COMPONENTS    */
/****************************************************/
/*
 * Styleguidist tweaks, to fit it properly on ABB branding style  -- yes, it's ugly  :(
 * Major part of the Styleguidist customizations are in styleguide.config.js file.
 *
 * Other, perhaps better option to provide customization in the long run,
 * would be to fully override the Styleguidist React renderer classes.
*/
#rsg-root section > * {
    max-width: 100%;
    position: relative;
}

#rsg-root a[href='/#/component'] {
    display: none;
}

#rsg-root a[href='/#/components'] {
    display: none;
}
/*
  Minimal browser reset, applied for each component example.
  Class 'ReactModalPortal' is additionally needed, because modal
  dialog examples are applied to the document body end (and not
  under the #rsg-root).
*/
.browser-reset,
.ReactModalPortal {
    font-family: 'ABBvoice', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
}

    .browser-reset *,
    .browser-reset *:before,
    .browser-reset *:after,
    .ReactModalPortal *,
    .ReactModalPortal *:before,
    .ReactModalPortal *:after {
        box-sizing: inherit;
    }

    .browser-reset h1,
    .browser-reset h2,
    .browser-reset h3,
    .browser-reset h4,
    .browser-reset h5,
    .browser-reset h6,
    .browser-reset p,
    .browser-reset ol,
    .browser-reset ul,
    .ReactModalPortal h1,
    .ReactModalPortal h2,
    .ReactModalPortal h3,
    .ReactModalPortal h4,
    .ReactModalPortal h5,
    .ReactModalPortal h6,
    .ReactModalPortal p,
    .ReactModalPortal ol,
    .ReactModalPortal ul {
        font-size: 14px;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

        .browser-reset h1:before, .browser-reset h2:before, .browser-reset h3:before, .browser-reset h4:before, .browser-reset h5:before, .browser-reset h6:before, .browser-reset p:before, .browser-reset ol:before, .browser-reset ul:before, .ReactModalPortal h1:before, .ReactModalPortal h2:before, .ReactModalPortal h3:before, .ReactModalPortal h4:before, .ReactModalPortal h5:before, .ReactModalPortal h6:before, .ReactModalPortal p:before, .ReactModalPortal ol:before, .ReactModalPortal ul:before {
            content: none;
        }

        .browser-reset h1:after, .browser-reset h2:after, .browser-reset h3:after, .browser-reset h4:after, .browser-reset h5:after, .browser-reset h6:after, .browser-reset p:after, .browser-reset ol:after, .browser-reset ul:after, .ReactModalPortal h1:after, .ReactModalPortal h2:after, .ReactModalPortal h3:after, .ReactModalPortal h4:after, .ReactModalPortal h5:after, .ReactModalPortal h6:after, .ReactModalPortal p:after, .ReactModalPortal ol:after, .ReactModalPortal ul:after {
            content: none;
        }

    .browser-reset ol,
    .browser-reset ul,
    .ReactModalPortal ol,
    .ReactModalPortal ul {
        list-style: none;
    }

    .browser-reset img, .ReactModalPortal img {
        max-width: 100%;
        height: auto;
    }
    /* Reset also some global styling from elsewhere in the site: */
    .browser-reset section, .ReactModalPortal section {
        margin: 0;
        padding: 0;
    }

.active-component-page-link {
    position: relative !important;
}

    .active-component-page-link:after {
        content: ' ';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 4px;
        background: red;
    }

@media (max-width: 900px) {
    .rsg--sidebar-4 {
        display: none
    }
}

.customComponentDescription {
    padding: 20px 0 30px 0;
}

@media (max-width: 900px) {
    .rsg--content-3 {
        width: 100%
    }
}
/* Styling for component examples */
.section-component-example {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}

    .section-component-example > p {
        font-size: 18px !important;
        margin-bottom: 32px;
    }

    .section-component-example .one-column {
        width: 80%;
        max-width: 600px !important;
    }

    .section-component-example .two-column {
        max-width: 400px !important;
        width: 40%;
    }

    .section-component-example .three-column {
        max-width: 300px !important;
        width: 27%;
    }

    .section-component-example > .section-component-example-box {
        margin: 32px 42px 32px 0;
    }

        .section-component-example > .section-component-example-box > .component-availability-exception {
            color: red;
            font-size: 18px;
        }

        .section-component-example > .section-component-example-box > h5 {
            padding-top: 10px;
            border-top: 1px solid #bababa;
        }

            .section-component-example > .section-component-example-box > h5 span {
                color: red;
            }

        .section-component-example > .section-component-example-box > p {
            font-size: 14px !important;
        }

            .section-component-example > .section-component-example-box > p span {
                color: red;
            }

        .section-component-example > .section-component-example-box > .section-component-example-image {
            margin-bottom: 32px;
        }

        .section-component-example > .section-component-example-box .small-img > img {
            width: 50%;
        }

@media (max-width: 900px) {
    .section-component-example > .section-component-example-box {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-right: 12px;
        width: 90%
    }
}

.control-icons {
    width: 70%;
    margin-left: 120px;
}

@media (max-width: 900px) {
    .control-icons {
        margin-left: 5vw;
        width: 90%
    }
}

.control-icons table {
    width: 100%;
    border-top: 2px solid black;
}

    .control-icons table > tbody > tr > .disabled {
        color: grey;
    }

    .control-icons table > tbody > tr td {
        font-size: 1rem;
        margin: 0;
        border-bottom: 1px solid #dbdbdb;
        padding: 24px 0 24px 0;
    }

        .control-icons table > tbody > tr td > span {
            display: block;
            font-size: 0.7rem;
        }

        .control-icons table > tbody > tr td:nth-child(2) {
            width: 30%;
            padding-right: 24px;
        }

        .control-icons table > tbody > tr td:first-child {
            width: 10%;
        }

        .control-icons table > tbody > tr td:last-child {
            width: 60%;
            font-family: 'ABBVoice-light';
        }

    .control-icons table > tbody > tr > .icons:before {
        font-size: 16px;
        font-family: 'ABB-UI-Icons-16x16';
        display: block;
        position: relative;
        text-align: center;
    }

    .control-icons table > tbody > tr > .caret-down:before {
        content: '\EA08';
    }

    .control-icons table > tbody > tr > .caret-up:before {
        content: '\EA34';
    }

    .control-icons table > tbody > tr > .caret-right:before {
        content: '\EA30';
    }

    .control-icons table > tbody > tr > .caret-left:before {
        content: '\EA1C';
    }

    .control-icons table > tbody > tr > .triangle-down:before {
        content: '\EA36';
    }

    .control-icons table > tbody > tr > .triangle-up:before {
        content: '\EA39';
    }

    .control-icons table > tbody > tr > .triangle-right:before {
        content: '\EA38';
    }

    .control-icons table > tbody > tr > .triangle-left:before {
        content: '\EA37';
    }

    .control-icons table > tbody > tr > .plus:before {
        content: '\E989';
    }

    .control-icons table > tbody > tr > .minus:before {
        content: '\E974';
    }

    .control-icons table > tbody > tr > .checkmark:before {
        content: '\E922';
    }

    .control-icons table > tbody > tr > .checkmark-light:before {
        content: '\ea3a';
    }

    .control-icons table > tbody > tr > .close-large:before {
        font-family: 'ABB-UI-Icons-24x24';
        content: '\E925';
        font-size: 24px;
    }

    .control-icons table > tbody > tr > .close-medium:before {
        content: '\e925';
    }

    .control-icons table > tbody > tr > .close-light:before {
        content: '\ea35';
    }
/* Styling for text in component section*/
.section-component-text {
    width: 60%;
    margin-left: 120px;
}

    .section-component-text h5 {
        margin-bottom: 32px;
    }

    .section-component-text > div {
        margin-bottom: 32px;
    }

        .section-component-text > div > div {
            margin-bottom: 16px;
        }

    .section-component-text li {
        list-style: none;
    }

@media (max-width: 1200px) {
    .section-component-text {
        width: 95%;
        margin-left: 5vw
    }
}

.section-component-text > p > span {
    color: red;
    font-size: 14px !important;
}

.section-component-text.wide {
    width: 100%;
}
/* Styling for figma-redlines*/
.figma-content-loader {
    margin-bottom: 2em;
}

    .figma-content-loader > div > p {
        display: inline-block;
        border-radius: 34px;
        letter-spacing: 0.08em;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        font-size: 0.75em;
        min-height: 26px;
        padding: 6px 14px;
        outline: none;
        background-color: #ff000f;
        color: #ffffff;
        border: none;
        margin-bottom: 8px;
        font-family: 'ABBVoice';
        font-weight: 500;
    }

    .figma-content-loader > iframe {
        display: none;
        border: none;
        max-width: 100%;
        margin: 1em 0;
        border: 1px solid silver;
    }

    .figma-content-loader.shown > div > p:first-child {
        display: none;
    }

    .figma-content-loader.shown > iframe {
        display: block;
    }

    .figma-content-loader:not(.shown) > div > p:last-child {
        display: none;
    }

.section-components-anatomy {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    width: 70%;
}

@media (max-width: 1200px) {
    .section-components-anatomy {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 95%
    }
}

.section-components-anatomy.wide-anatomy {
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .section-components-anatomy.wide-anatomy > .anatomy-image-container {
        width: 100%;
    }

.section-components-anatomy > .anatomy-list {
    margin-right: 80px;
    width: calc(50% - 80px);
}

@media (max-width: 900px) {
    .section-components-anatomy > .anatomy-list {
        width: 100%
    }
}

.section-components-anatomy > .anatomy-list > h3 {
    display: block;
}

.section-components-anatomy > .anatomy-list > span {
    display: block;
    font-size: 18px;
    margin: 8px 0;
}

.section-components-anatomy > .anatomy-image-container {
    background-color: #f6f6f6;
    height: 100%;
    padding: 48px;
    width: 60%;
    -webkit-flex: 2 1 auto;
    flex: 2 1 auto;
}

@media (max-width: 900px) {
    .section-components-anatomy > .anatomy-image-container {
        padding: 24px;
        width: 80%
    }
}

@media (max-width: 900px) {
    .large-component {
        display: none
    }
}

.optimized-text > p {
    display: none;
}

@media (max-width: 900px) {
    .optimized-text > p {
        display: block;
    }
}
/* Styling for dark/light themes in component examples */
.example-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: -16px;
}

@media (max-width: 1200px) {
    .example-container {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.example-container > div {
    padding: 1rem;
    -webkit-flex: 2 1 auto;
    flex: 2 1 auto;
    transition: background 0.1s;
}

    .example-container > div.light {
        background: white;
    }

    .example-container > div.dark {
        background: #1f1f1f;
    }

        .example-container > div.dark * > p {
            color: #ebebeb;
        }

    .example-container > div.dark-soft {
        background: #3d3d3d;
    }

        .example-container > div.dark-soft > p,
        .example-container > div.dark-soft > section > p {
            color: white;
        }

.example-container > section {
    margin: 0.8rem 0;
}

    .example-container > section > p {
        margin: 0 0 10px 0;
    }

.theme-toggler {
    display: block;
    text-align: right;
    position: absolute;
    top: 6px;
    right: 0;
}

    .theme-toggler > div {
        cursor: pointer;
        display: inline-block;
    }

        .theme-toggler > div.not-allowed {
            cursor: not-allowed;
        }

        .theme-toggler > div > span {
            color: #c8c8c8;
            transition: all 0.5s;
        }

            .theme-toggler > div > span:active,
            .theme-toggler > div > span:hover {
                color: #a0a0a0;
            }

            .theme-toggler > div > span.active {
                color: #0c74da;
            }

.margin-on-top {
    margin-top: 32px;
}

.theme-toggler + .example-container > div {
    padding-top: 32px;
}

.example-container .no-full-width {
    display: inline-block;
}

.example-container .with-8px-margins > * {
    margin: 8px !important;
}

.example-container .with-margins-on-children > * {
    margin: 2rem !important;
}

.example-container .with-small-margins-on-children > * {
    margin: 8px !important;
}

.example-container .margins {
    margin: 12px;
}

.example-container .paddings {
    padding: 2rem;
}

.example-container .shadows {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.example-container .borders {
    border: 1px solid silver;
    padding: 12px;
}

.example-container .component-container {
    border: 1px solid silver;
    margin: 2rem 0;
    padding: 1rem;
}

.example-container .flex-columns {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .example-container .flex-columns > * {
        margin: 0.5rem;
        max-width: 21%;
    }

.example-container .flex-columns-centered {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .example-container .flex-columns-centered > * {
        margin: 1rem;
    }

.example-container .as-column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.example-container .full-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.example-container .half-width {
    width: 50% !important;
    margin: 0 auto !important;
}

.example-container .narrow {
    width: 30% !important;
    margin: 0 auto !important;
}

.example-container .customIconClass {
    color: red;
    border: 1px solid silver;
}

.example-container .backdrop {
    padding: 1rem;
    background: rgba(16, 16, 16, 0.5);
}

.example-container > .light > p {
    color: black;
}

.example-container > .dark > p {
    color: white;
}

.dashed-borders {
    margin: 1rem 0;
    border: 1px dashed silver;
    padding: 1rem;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.grid {
    stroke: #bababa;
    color: #bababa;
}

.tooltip-container {
    position: absolute;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
}

    .tooltip-container > .tooltip {
        background-color: white;
        padding: 4px;
        z-index: 5;
        font-family: 'ABBVoice';
        font-size: 14px;
        text-align: center;
        pointer-events: none;
        line-height: 16px;
        border: 1px solid #bababa;
    }

    .tooltip-container > .arrow {
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        top: 16px;
        left: 0;
        z-index: -1;
        margin-left: calc(50% - 12px);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        background-color: white;
        border: 1px solid #bababa;
    }
/****************************************************/
/* Styles specific to the content of: HOW TO DESIGN */
/****************************************************/
.section-design-intro {
    margin-top: 120px;
    width: 80%;
}

    .section-design-intro > h2 {
        font-size: 48px;
        font-family: 'ABBVoice-bold';
        line-height: 48px;
    }

    .section-design-intro > .section-design-intro-text {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        .section-design-intro > .section-design-intro-text > p {
            font-size: 24px;
            width: 80%;
        }

@media (max-width: 900px) {
    .section-design-intro > .section-design-intro-text {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-design-hero-navi {
    margin-left: 0;
    height: 400px;
    width: 100%;
}

    .section-design-hero-navi > .navi-box-container {
        background-repeat: round;
        background-image: url('/images/how-to-design/intro/abb_style-examples.png');
        height: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
    }

        .section-design-hero-navi > .navi-box-container > .navi-box {
            width: 50%;
            height: 100%;
            display: block;
            background-color: rgb(0, 0, 0, 0.4);
            border-right: 1px solid white;
        }

            .section-design-hero-navi > .navi-box-container > .navi-box:last-child {
                border: none;
            }

            .section-design-hero-navi > .navi-box-container > .navi-box > .navi-box-title {
                height: 50%;
            }

                .section-design-hero-navi > .navi-box-container > .navi-box > .navi-box-title > p {
                    font-size: 24px;
                    font-family: 'ABBVoice-light';
                    color: white;
                    padding: 50px 0 0 30px;
                }

            .section-design-hero-navi > .navi-box-container > .navi-box > .arrow {
                display: -webkit-flex;
                display: flex;
                height: 50%;
                -webkit-justify-content: flex-end;
                justify-content: flex-end;
                -webkit-align-items: flex-end;
                align-items: flex-end;
                padding: 30px;
            }

                .section-design-hero-navi > .navi-box-container > .navi-box > .arrow > span {
                    font-size: 20px;
                    position: relative;
                    color: white;
                }

                    .section-design-hero-navi > .navi-box-container > .navi-box > .arrow > span:after {
                        content: ' ';
                        position: absolute;
                        top: -3px;
                        left: -10px;
                        width: 40px;
                        height: 40px;
                        border: 1px solid white;
                        border-radius: 100px;
                    }

            .section-design-hero-navi > .navi-box-container > .navi-box:hover {
                background-color: rgb(255, 0, 0, 0.8);
                cursor: pointer;
            }

.section-design-divider-title {
    margin-top: 60px;
    border-top: 1px #bababa solid;
    width: 100%;
    margin-left: 0;
}

    .section-design-divider-title > .title {
        margin-left: 120px;
        margin-top: 30px;
    }

@media (max-width: 900px) {
    .section-design-divider-title > .title {
        margin-left: 20px
    }
}

.column {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.section-design-text-with-example-boxes {
    margin-top: 120px;
    display: -webkit-flex;
    display: flex;
}

    .section-design-text-with-example-boxes > .main-text {
        width: 50%;
        margin: auto;
        margin-bottom: 60px;
    }

@media (max-width: 900px) {
    .section-design-text-with-example-boxes > .main-text {
        width: 90%
    }
}

.section-design-wide-text {
    padding-top: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
    /*   background-position: right;
  background-image: url(/images/how-to-design/intro/tablet.png);
  background-size: contain;
  background-repeat: no-repeat; */
    .section-design-wide-text > div > .side-text {
        width: 80%;
        margin-right: 10%;
    }

    .section-design-wide-text > div > .side-image {
        margin-left: 10vw;
        overflow: hidden;
    }

@media (max-width: 900px) {
    .section-design-wide-text > div {
        -webkit-flex-direction: column;
        flex-direction: column
    }
}

.section-design-example {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}

    .section-design-example > p {
        font-size: 18px !important;
        margin-bottom: 32px;
    }

    .section-design-example .one-column {
        width: 80%;
        max-width: 600px !important;
    }

    .section-design-example .two-column {
        max-width: 400px !important;
        width: 40%;
    }

    .section-design-example .three-column {
        max-width: 300px !important;
        width: 27%;
    }

    .section-design-example .four-column {
        max-width: 300px !important;
        width: 19%;
    }

    .section-design-example > .section-design-example-box {
        margin: 32px 42px 32px 0;
    }

        .section-design-example > .section-design-example-box > h5 {
            padding-top: 10px;
            border-top: 1px solid #bababa;
        }

            .section-design-example > .section-design-example-box > h5 span {
                color: red;
            }

        .section-design-example > .section-design-example-box > p {
            font-size: 14px !important;
        }

            .section-design-example > .section-design-example-box > p span {
                color: red;
            }

        .section-design-example > .section-design-example-box > .section-design-example-box-image {
            margin-bottom: 32px;
        }

        .section-design-example > .section-design-example-box .small-img > img {
            width: 50%;
        }

@media (max-width: 900px) {
    .section-design-example > .section-design-example-box {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-right: 12px;
        width: 90%;
        max-width: 500px !important
    }
}

.how-to-link {
    border-top: 1px #bababa solid;
    margin-top: 50px;
}

    .how-to-link > a {
        margin-top: 10px;
        color: #848484;
        font-size: 14px;
    }

        .how-to-link > a:hover {
            color: red;
        }

    .how-to-link > .anatomy {
        margin-top: 10px;
        list-style-type: decimal;
    }

.no-border {
    border-top: none;
}

.small-margin {
    margin-top: 0;
}
