* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.clearfix {
    overflow: auto;
    zoom: 1;
}

p {
    font-size: 1em;
    color: rgb(40, 40, 40);
    line-height: 1.375em;
}

a {
    color: #276192;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.375em;
}

.bold {
    font-weight: 900 !important;
}

body {
    background: #e6eaef;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    line-height: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.root {
    position: relative;
    height: 100vh;
    width: 100vw;
}

.layout__root {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.menu-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: 47px;
    background: #f3f5f7;
    border-bottom: 1px solid #dddddd;
}

.menu-bar a:not(.menu-bar__secondary-navigation a),
.menu-bar span {
    color: #276192;
    align-items: center;
    border-top: 2px solid transparent;
    display: flex;
    font-weight: 700;
    padding: 6px 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-bar__primary-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding-left: 36px;
    width: 25%
}

.menu-bar__secondary-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 25%;
}

.menu-bar__tertiary {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding-right: 36px;
}

.standardImageWrapper {
    position: absolute;
    left: calc(50% - 48px);
}

.standardImage {
    height: 33px;
}

.layout__head {
    flex: 0 0 10px;
}

.layout__body {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    padding-top: 1rem;
}

.layout__body .standard-image {
    position: absolute;
    bottom: 16px;
    left: 20px;
    height: 58px;
    width: 170px;
    opacity: 0.60;
}

.layout__sidebar {
    display: flex;
    flex: 0 0 18rem;
    flex-direction: column;
    padding-right: 1rem;
    width: 33%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.layout__content {
    border-radius: 0.25rem 0.25rem 0px 0px;
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    padding: 15px 15px;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.grey-bg {
    background: #f3f5f7;
}

.front-emptystate {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.front-emptystate-headline-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
}

.section-container {
    margin-top: 32px;
    padding: 0 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
    text-align: left;
}

.standards-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2%;
    justify-content: space-around;
    border-top: 2px solid #b7c3d1;
    padding: 26px 32px 0 32px;
}

.standards-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    width: 100%;
    border: 1px solid #b7c3d1;
    border-radius: 0.25rem;
    text-decoration: none;
}

.standards-link-item-header {
    font-size: 2.25em;
    line-height: 1.25em;
}

.standards-link-item-label {
    font-size: 1.25em;
    line-height: 1.5em;
}

.standards-link-item:hover {
    background-color: #e6eaef;
}

.benefits-ingress {
    padding: 16px;
    border-top: 2px solid #b7c3d1;
    text-align: left;
}

.support-news-container {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: row;
    border-top: 2px solid #b7c3d1;
    gap: 5%
}

.support-news-footer {
    padding-left: 16px;
}

ul {
    list-style: none;
    padding-left: 32px;
}

li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

li::before {
    content: "▪";
    flex-shrink: 0;
}

.grow {
    flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #323c47;
}

h1 {
    font-size: 3em;
    line-height: 1.05em;
}

h3 {
    font-size: 1.75em;
    line-height: 1.25em;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.env-test {
    padding-top: 1.75rem;
}

.env-test::before {
    background-color: rebeccapurple;
    color: #fff;
    content: 'Test environment';
    font-weight: bold;
    height: 1.75rem;
    left: 0;
    line-height: 1.75rem;
    padding-left: 0.5rem;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1;
}

.layout__sidebar-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.layout__sidebar-container img {
    position: absolute;
    width: 100%;
}

.layout__sidebar-container .norsok {
    position: absolute;
    bottom: 16px;
    left: 20px;
    height: 58px;
    width: 170px;
    opacity: 0.40;
}

.gradient-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(to left, #e6eaef 0%, transparent 100%);
}