@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
html,
body {
  color: #252733;
  font-family: 'Proxima Nova', 'Lato', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility; }

html {
  font-size: 10px;
  line-height: 1.5; }
  html:lang(en) :lang(so) {
    display: none; }
  html:lang(so) :lang(en) {
    display: none; }

body {
  background-color: #FAF8F2;
  font-size: 1.4rem; }
  body.modal-open {
    overflow: hidden; }

a {
  text-decoration: none; }

.site-sections {
  display: flex;
  min-height: 100vh; }
  .site-sections .--left {
    box-sizing: border-box;
    background-color: #508694;
    width: 240px; }
  .site-sections .--right {
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    width: 100%;
    width: calc( 100% - 240px ); }

.clearfix {
  clear: both; }
  .clearfix:before, .clearfix:after {
    content: "";
    clear: both;
    display: block; }

.sub-sections {
  display: flex; }
  .sub-sections .--left,
  .sub-sections .--right {
    box-sizing: border-box;
    overflow: auto; }
  .sub-sections .--left {
    background: none;
    border-right: 1px solid #D6D4D0;
    padding-right: 30px;
    width: 300px; }
  .sub-sections .--right {
    padding-left: 30px;
    width: 100%;
    width: calc( 100% - 300px ); }
  .sub-sections ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .sub-sections .--navi {
    color: #252733;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 30px; }
    .sub-sections .--navi.active {
      color: #508694;
      font-weight: 700; }
  .sub-sections .--download {
    float: right; }
    .sub-sections .--download a {
      background-color: #508694;
      border-radius: 4px;
      color: #ffffff;
      font-size: 14px;
      line-height: 20px;
      padding: 8px 14px;
      position: absolute;
      right: 0; }

.sub-tabs .--buttons {
  margin-bottom: 20px; }
  .sub-tabs .--buttons ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sub-tabs .--buttons ul li {
      display: inline-block;
      padding-right: 15px;
      margin-right: 15px; }
  .sub-tabs .--buttons .--navi {
    border-bottom: 2px solid transparent;
    color: #252733;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 7px; }
    .sub-tabs .--buttons .--navi.active {
      border-bottom-color: #508694;
      color: #508694;
      font-weight: 700; }
.sub-tabs .--tabs {
  width: 100%; }

.subpage-selector {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 260px; }
  .subpage-selector > a {
    color: #508694; }
  .subpage-selector ul {
    background: #fff;
    border: 1px solid #fefefe;
    display: none;
    font-size: 14px;
    position: absolute;
    left: 35px;
    z-index: 10;
    list-style-type: none;
    margin: 0;
    padding: 10px;
    box-shadow: 1px 1px 3px darkgrey;
    min-width: 100px;
    white-space: nowrap; }
    .subpage-selector ul li span {
      color: grey;
      cursor: not-allowed; }
    .subpage-selector ul li a {
      color: #252733;
      cursor: pointer; }
      .subpage-selector ul li a.hover {
        font-weight: 700; }
      .subpage-selector ul li a.active {
        color: #508694;
        font-weight: 700; }
  .subpage-selector.--opened ul {
    display: block; }

h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 26px;
  margin-bottom: 5px; }

.breadcrumbs {
  font-size: 12px;
  line-height: 15px;
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0; }
  .breadcrumbs li {
    color: #809778;
    display: inline-block; }
    .breadcrumbs li:after {
      content: " > "; }
    .breadcrumbs li:last-child:after {
      content: ""; }
    .breadcrumbs li a {
      color: #809778; }

.wp-block-table {
  border-collapse: collapse; }
  .wp-block-table tr td {
    background: #FFFFFF;
    border: 1px solid #D6D4D0;
    color: #637280;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 10px; }
  .wp-block-table tr:first-child td {
    background: #e8e7e3;
    color: #1A173B;
    font-weight: 700; }

.parent-page-content {
  font-size: 20px; }

.subpages-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .subpages-menu li {
    display: inline-block;
    margin-right: 20px; }
    .subpages-menu li:last-child {
      margin-right: 0; }
  .subpages-menu a {
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    text-decoration: none; }
    .subpages-menu a.child-page {
      background-color: #fff;
      box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
      min-height: 301px;
      margin-right: 35px;
      margin-bottom: 30px;
      padding: 20px 17px;
      vertical-align: top;
      width: 330px; }
      .subpages-menu a.child-page .--title {
        font-size: 22px;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .subpages-menu a.child-page .--excerpt {
        text-align: left; }
      .subpages-menu a.child-page.--small {
        margin-right: 10px;
        min-height: unset;
        padding: 15px;
        text-align: center;
        width: 270px; }
        .subpages-menu a.child-page.--small .--title {
          font-size: 18px; }
        .subpages-menu a.child-page.--small .--thumbnail {
          height: 240px;
          width: 240px; }
  .subpages-menu .--thumbnail {
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block; }

.limit-width {
  max-width: 100%;
  width: 1252px; }

.small-margin {
  margin-bottom: 5px; }
  .small-margin + p {
    margin-top: 5px; }

/*
colors:
#508694
#FAF8F2
#3C6C78
*/
.main-nav {
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 240px; }
  .main-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .main-nav a {
    color: #FAF8F2;
    display: block;
    padding: 11px 0; }
    .main-nav a .--link-inner-wrap {
      display: block;
      line-height: 18px; }
  .main-nav .current-menu-item > a {
    background-color: #FAF8F2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #508694; }
  .main-nav .logo-link {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 16px;
    position: relative; }
    .main-nav .logo-link:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }

.menu {
  border-top: 1px solid #3C6C78; }
  .menu > li {
    padding-left: 40px;
    text-align: right; }
    .menu > li > a {
      padding-right: 30px;
      padding-left: 10px;
      position: relative; }
    .menu > li:not(.menu-item-has-children) a {
      display: inline-block; }
  .menu > .menu-item-has-children {
    border-bottom: 1px solid #3C6C78;
    font-weight: 700;
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left; }
    .menu > .menu-item-has-children + li:not(.menu-item-has-children) {
      margin-top: 20px; }
    .menu > .menu-item-has-children > a {
      line-height: 1.25;
      padding-right: 10px; }
      .menu > .menu-item-has-children > a:before {
        content: "";
        width: 25px;
        height: 25px;
        transform: translate(-100%, -50%);
        position: absolute;
        left: -5px;
        top: 50%;
        background: url(../img/icons/map.svg) no-repeat center center;
        background-size: contain; }
    .menu > .menu-item-has-children:nth-child(3) > a:before {
      background-image: url(../img/icon-measures.svg); }
    .menu > .menu-item-has-children:nth-child(1) > a:before {
      background-image: url(../img/icon-overview.svg); }
    .menu > .menu-item-has-children:nth-child(2) > a:before {
      background-image: url(../img/icon-fms.svg); }
    .menu > .menu-item-has-children:nth-child(4) > a:before {
      background-image: url(../img/icon-devopps.svg); }
    .menu > .menu-item-has-children:nth-child(4) > a:before {
      background-image: url(../img/icon-measures-v2.svg); }
    .menu > .menu-item-has-children:nth-child(1) > a:before {
      background-image: url(../img/icon-overview-v2.svg); }
    .menu > .menu-item-has-children:nth-child(2) > a:before {
      background-image: url(../img/icon-fms-v2.svg); }
    .menu > .menu-item-has-children:nth-child(3) > a:before {
      background-image: url(../img/icon-devopps-v2.svg); }
    .menu > .menu-item-has-children > ul {
      display: none; }
      .menu > .menu-item-has-children > ul > li > a {
        font-weight: 400;
        padding-left: 17px;
        position: relative; }
    .menu > .menu-item-has-children.opened > ul {
      /* display: block; */ }
    .menu > .menu-item-has-children .menu-item-has-children {
      /* third level of menu */ }
      .menu > .menu-item-has-children .menu-item-has-children > a {
        font-weight: 400;
        padding-left: 17px;
        position: relative; }
        .menu > .menu-item-has-children .menu-item-has-children > a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 40%;
          width: 0;
          height: 0;
          border: 4px solid #fff;
          transform: rotate(-225deg);
          transition: all 0.25s linear;
          border-right-color: transparent;
          border-bottom-color: transparent;
          border-radius: 2px;
          border-top-right-radius: 4px;
          border-bottom-left-radius: 4px; }
      .menu > .menu-item-has-children .menu-item-has-children .sub-menu {
        display: none; }
        .menu > .menu-item-has-children .menu-item-has-children .sub-menu li {
          padding-left: 17px; }
          .menu > .menu-item-has-children .menu-item-has-children .sub-menu li a {
            font-weight: 400;
            padding-left: 20px; }
          .menu > .menu-item-has-children .menu-item-has-children .sub-menu li.current-menu-item a {
            font-weight: 700; }
      .menu > .menu-item-has-children .menu-item-has-children.current-menu-item {
        /*        > a {
                  &:before {
                    border-left-color: #508694;
                    border-top-color: #508694;
                  }
                }
        */ }
      .menu > .menu-item-has-children .menu-item-has-children.opened > a:before {
        left: 2px;
        top: 40%;
        transform: rotate(-135deg); }
      .menu > .menu-item-has-children .menu-item-has-children.opened .sub-menu {
        /* display: block; */ }

.version-nav {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  z-index: 100; }
  .version-nav select {
    background: none;
    border: 0;
    color: #9FA2B4;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-right: 20px; }
  .version-nav a {
    color: #9FA2B4;
    padding: 0 10px; }
    .version-nav a.active {
      color: #508694; }

.homepage .--banner {
  height: 200px;
  background: url(../img/homepage-banner.jpg) no-repeat center center;
  background-size: cover; }
.homepage .--container {
  max-width: 1140px;
  margin: auto; }
  .homepage .--container h2 {
    color: #000000;
    font-size: 45px;
    font-weight: 300;
    line-height: 60px;
    margin-top: 50px;
    margin-bottom: 0;
    text-align: center; }
    .homepage .--container h2 span,
    .homepage .--container h2 strong {
      color: #508694;
      font-weight: 700; }
  .homepage .--container .wp-block-column {
    position: relative; }
    .homepage .--container .wp-block-column:not(:first-child) {
      margin-left: 52px; }
  .homepage .--container .special {
    height: calc( 100vh - 446px );
    min-height: 280px;
    max-height: 500px; }
.homepage .--card {
  background: #FFFFFF;
  box-shadow: 5px 5px 5px #cacaca;
  color: #000;
  display: block;
  font-family: "Proxima Nova", "Lato", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 140px;
  padding: 17px 17px 20px 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .homepage .--card .homecard {
    display: flex;
    margin-bottom: 20px;
    position: relative; }
  .homepage .--card .hover-block {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    color: #252733;
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    justify-content: center;
    line-height: 1.5;
    opacity: 0;
    padding: 1em;
    position: absolute;
    left: 0;
    text-shadow: 0 0 3px #fff;
    text-transform: uppercase;
    top: 0;
    transition: opacity 0.2s linear;
    width: 100%;
    height: 100%; }
  .homepage .--card img {
    width: 100%;
    height: auto; }
  .homepage .--card strong {
    font-family: "Lucida Grande", "Lato", sans-serif;
    font-weight: 400; }
  .homepage .--card:hover .hover-block {
    opacity: 1; }
.homepage .--logos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 28px; }
  .homepage .--logos > div {
    align-items: center;
    display: flex;
    padding: 0 10px; }
    .homepage .--logos > div:first-child {
      padding-left: 0; }
    .homepage .--logos > div:last-child {
      padding-right: 0; }
    .homepage .--logos > div.separator {
      border-right: 1px solid lightgray;
      padding: 0; }
  .homepage .--logos object {
    display: inline-block;
    height: 52px;
    margin-right: 25px; }
    .homepage .--logos object:last-child {
      margin-right: 0; }
  .homepage .--logos a {
    color: #508694; }
.homepage .--footer {
  background-color: #C4DADE;
  color: #6198A5;
  padding: 19px 29px;
  font-family: "Proxima Nova", "Lato", sans-serif;
  font-size: 10px;
  line-height: 12px; }
.homepage .version-nav {
  background: rgba(250, 248, 242, 0.75);
  padding: 3px;
  border-radius: 2px; }

.image-responsive {
  max-width: 100%;
  max-width: calc( 100% - 20px );
  overflow: hidden;
  position: relative;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat; }
  .image-responsive.--bg-left {
    background-position: left center; }
    .image-responsive.--bg-left .popup-triggers {
      left: 0;
      transform: translate(0, 0); }
  .image-responsive > .--img {
    position: relative;
    display: inline-block;
    vertical-align: bottom; }
    .image-responsive > .--img:before {
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0; }
    .image-responsive > .--img > img,
    .image-responsive > .--img > object {
      vertical-align: bottom; }
  .image-responsive > img {
    border-radius: 4px; }
  .image-responsive > .--full-screen:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #c4dade;
    z-index: -1; }
  .image-responsive .toggle-box-container {
    font-family: 'Proxima Nova', Lato, sans-serif;
    max-height: calc( 100% - 40px );
    overflow: auto;
    position: absolute;
    right: 20px;
    top: 20px; }
    .image-responsive .toggle-box-container::-webkit-scrollbar {
      width: 5px;
      border-radius: 8px; }
    .image-responsive .toggle-box-container::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: rgba(0, 0, 0, 0.3);
      outline: 1px solid slategrey; }
  .image-responsive .toggle-box {
    background: #fff;
    border-radius: 4px;
    max-height: 95%;
    overflow: auto; }
    .image-responsive .toggle-box + .toggle-box {
      margin-top: 10px; }
    .image-responsive .toggle-box.--bg-pale {
      background-color: #faf8f3; }
    .image-responsive .toggle-box .--header {
      color: #508694;
      cursor: pointer;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      padding: 19px 23px;
      position: relative; }
      .image-responsive .toggle-box .--header:after {
        content: "";
        position: absolute;
        right: 19px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 17px;
        background: url(../img/arrows-closed.png) no-repeat center center; }
    .image-responsive .toggle-box .--content {
      height: 1px;
      overflow: hidden;
      padding-left: 23px;
      padding-right: 23px;
      padding-top: 1px;
      box-sizing: border-box; }
    .image-responsive .toggle-box.--opened .--header {
      border-bottom: 1px solid #E8E8E8; }
      .image-responsive .toggle-box.--opened .--header:after {
        background: url(../img/arrows-opened.png) no-repeat center center; }
    .image-responsive .toggle-box.--opened .--content {
      height: auto;
      padding-top: 19px;
      padding-bottom: 19px; }
    .image-responsive .toggle-box h3 {
      font-size: 16px;
      line-height: 20px;
      margin: 18px 0 8px; }
    .image-responsive .toggle-box h4 {
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      margin: 10px 0 0; }
    .image-responsive .toggle-box .--legend-table {
      color: #252733;
      font-size: 12px;
      line-height: 32px; }
      .image-responsive .toggle-box .--legend-table .--sub {
        color: #9FA2B4;
        font-size: 9px;
        line-height: 11px; }
      .image-responsive .toggle-box .--legend-table .--hr {
        margin: 19px -23px 0;
        border-bottom: 1px solid #E8E8E8; }
      .image-responsive .toggle-box .--legend-table .--row {
        display: flex; }
      .image-responsive .toggle-box .--legend-table .--col:first-child {
        margin-right: 21px;
        text-align: center;
        width: 25px; }
        .image-responsive .toggle-box .--legend-table .--col:first-child.--size-2 {
          width: 48px; }
        .image-responsive .toggle-box .--legend-table .--col:first-child img {
          vertical-align: middle; }
          .image-responsive .toggle-box .--legend-table .--col:first-child img .--bottom {
            vertical-align: bottom; }
    .image-responsive .toggle-box .--source {
      color: #252733;
      margin-top: 21px;
      opacity: 0.44; }
    .image-responsive .toggle-box table {
      border-collapse: collapse;
      font-size: 10px;
      line-height: 14px;
      margin-bottom: 20px; }
      .image-responsive .toggle-box table.--full-width {
        width: 100%; }
      .image-responsive .toggle-box table .--hr,
      .image-responsive .toggle-box table .--hr th {
        border-bottom: 1px solid #6e6e6e; }
    .image-responsive .toggle-box .text-centered {
      text-align: center; }
    .image-responsive .toggle-box .text-left {
      text-align: left; }
    .image-responsive .toggle-box .--strong {
      font-weight: 700; }
    .image-responsive .toggle-box .--red {
      color: #9f3137; }
    .image-responsive .toggle-box .--offset {
      padding-left: 10px; }
  .image-responsive .popup-triggers {
    left: 50%;
    top: 0;
    position: absolute;
    transform: translate(-50%, 0); }
  .image-responsive .popup-trigger,
  .image-responsive .popover-trigger {
    position: absolute; }
  .image-responsive .popup-trigger {
    font-size: 12px; }
    .image-responsive .popup-trigger.scalable {
      transform: translate(-50%, -50%); }
    .image-responsive .popup-trigger .--label {
      background: black;
      border-top-left-radius: 0.5em;
      border-top-right-radius: 0.5em;
      color: #fff;
      display: inline-block;
      font-family: 'Proxima Nova', Lato, sans-serif;
      font-size: 1em;
      font-weight: 700;
      line-height: 1.6;
      padding: 0 0.7em; }
    .image-responsive .popup-trigger .--info {
      align-items: center;
      background: #fff;
      border: 1pt solid black;
      border-radius: 0.2em;
      border-top-left-radius: 0;
      display: flex;
      color: #6E6E6E;
      font-size: 1.75em;
      line-height: 2.15;
      padding: 0 0.5em;
      position: relative; }
    .image-responsive .popup-trigger .--item {
      align-items: center;
      display: flex;
      margin: 0 0.2em; }
      .image-responsive .popup-trigger .--item > * {
        order: unset; }
      .image-responsive .popup-trigger .--item .ct-icon:before {
        width: 1.2em;
        height: 1.2em; }
    .image-responsive .popup-trigger:hover .--info:after {
      background-color: rgba(0, 0, 0, 0.1);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .image-responsive .popover-trigger:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .image-responsive .popover-trigger > div {
    display: none; }

#baseline-data h2,
#baseline-data h3 {
  margin-top: 0; }
#baseline-data .wp-block-table {
  border-collapse: collapse; }
  #baseline-data .wp-block-table tr td {
    padding: 5px;
    font-size: 12px;
    width: 100px;
    min-width: 100px;
    max-width: 100px; }
    #baseline-data .wp-block-table tr td:first-child {
      width: 400px;
      min-width: 400px;
      max-width: 400px; }
    #baseline-data .wp-block-table tr td:nth-child(n + 2) {
      text-align: center; }
#baseline-data.sub-sections .--navi {
  display: block;
  line-height: 19px;
  padding: 8px 0 8px 38px;
  position: relative; }
  #baseline-data.sub-sections .--navi .--icon {
    height: 21px;
    width: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../img/folder-closed.svg) no-repeat center center;
    background-size: contain; }
  #baseline-data.sub-sections .--navi.active .--icon {
    background-image: url(../img/folder-opened.svg); }

.popup-target {
  display: none; }

body.popup-opened {
  overflow: hidden; }

.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(80, 134, 148, 0.7); }
  .popup .--inner {
    background: #fff;
    border-radius: 8px;
    padding: 24px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 95vh;
    max-width: 95vw;
    box-sizing: border-box;
    overflow: auto; }
    .popup .--inner.bg-body {
      background: #FAF8F2; }
    .popup .--inner::-webkit-scrollbar {
      width: 5px;
      border-radius: 8px; }
    .popup .--inner::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: darkgrey;
      outline: 1px solid slategrey; }
    .popup .--inner .--margin-ate-padding {
      margin: -24px -30px;
      width: calc( 100% + 60px ); }
  .popup h4 {
    color: #6D3521;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .popup h4:after, .popup h4:before {
      content: "";
      clear: both;
      display: block; }
  .popup .--close {
    border: 0;
    border-radius: 4px;
    background-color: #508694;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-left: 14px;
    padding: 8px 14px; }

.popover {
  background: #FFFFFF;
  /* #EDCB48; */
  border: 1px solid #EDCB48;
  box-sizing: border-box;
  color: #000000;
  display: none;
  font-size: 12px;
  font-weight: 400;
  min-height: 100px;
  max-height: 100%;
  padding: 15px;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 274px;
  z-index: 100; }
  .popover strong {
    text-transform: uppercase; }

.popup-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background: rgba(80, 134, 148, 0.7); }
  .popup-overlay .--inner {
    background: #fff;
    border-radius: 8px;
    padding: 24px 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 95vh;
    max-width: 95vw;
    box-sizing: border-box;
    overflow: auto; }
    .popup-overlay .--inner img {
      max-width: 100%;
      max-height: calc(95vh - 120px); }
  .popup-overlay .--close {
    border: 0;
    border-radius: 4px;
    background-color: #508694;
    color: #fff;
    cursor: pointer;
    float: right;
    font-weight: 700;
    padding: 8px 14px; }

/* >>> data-note >>> */
.data-note,
.is-data-note {
  background: url(../img/data-note.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 24px;
  margin-left: 8px;
  transform: translateY(-2px);
  vertical-align: middle;
  width: 24px; }

h1 .data-note {
  background-image: url(../img/data-commentary.svg); }

.--data-note .--header {
  border-bottom: 1px solid #BBA795;
  color: #508694;
  font-weight: 700;
  padding-bottom: 15px; }
.--data-note .--content {
  min-height: 130px;
  padding-top: 15px; }
.--data-note .--close {
  background-color: #D5C7C1;
  font-size: 8px;
  line-height: 20px;
  padding: 0 10px;
  text-transform: uppercase; }

/* <<< data-note <<< */
#opportunities {
  max-width: 100%;
  overflow: auto; }
  #opportunities .--filter {
    clear: both;
    position: relative; }
    #opportunities .--filter ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    #opportunities .--filter a {
      color: #000; }
    #opportunities .--filter .--selected {
      font-weight: bold; }
    #opportunities .--filter.--filter-top {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 20px;
      text-transform: uppercase; }
      #opportunities .--filter.--filter-top:before, #opportunities .--filter.--filter-top:after {
        content: "";
        clear: both;
        display: block; }
      #opportunities .--filter.--filter-top li {
        color: #000;
        float: left; }
        #opportunities .--filter.--filter-top li:first-child {
          color: #873E35;
          visibility: hidden;
          width: 195px; }
        #opportunities .--filter.--filter-top li:nth-child(n + 2):not(:last-child):after {
          content: "•"; }
        #opportunities .--filter.--filter-top li:nth-child(n + 2) a {
          padding: 0 12px; }
        #opportunities .--filter.--filter-top li:nth-child(2) a {
          padding-left: 0; }
    #opportunities .--filter.--filter-left {
      font-size: 12px;
      padding-right: 0px;
      flex-basis: 175px;
      flex-shrink: 0;
      flex-grow: 0; }
      #opportunities .--filter.--filter-left .--title {
        font-weight: bold; }
      #opportunities .--filter.--filter-left .--group-title {
        font-weight: bold;
        margin-top: 12px; }
      #opportunities .--filter.--filter-left ul {
        margin-left: 10px; }
      #opportunities .--filter.--filter-left a,
      #opportunities .--filter.--filter-left a:active,
      #opportunities .--filter.--filter-left a:visited {
        color: #000; }
      #opportunities .--filter.--filter-left button {
        background: #873E35;
        border-radius: 4px;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 15px;
        text-align: left;
        text-transform: uppercase; }
      #opportunities .--filter.--filter-left.--filter-left .--selected:before {
        content: "";
        /* float: right; */
        width: 7px;
        height: 7px;
        background: #1000ff;
        /* margin-top: 5px; */
        border-radius: 50%;
        /* display: inline-block; */
        /* vertical-align: middle; */
        position: absolute;
        left: 0px;
        transform: translateY(5px);
        /* margin-left: -9px; */ }
  #opportunities .--box {
    display: flex;
    padding-bottom: 85px; }
  #opportunities .--items {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 810px;
    flex-shrink: 0;
    flex-grow: 1;
    /*
    max-width: 860px;
    width: 100%;
    */ }
    #opportunities .--items .--column {
      position: relative;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      /* &:nth-child( n + 2 ) { margin-left: 16px; } */ }
      #opportunities .--items .--column.--hor {
        margin-left: 0;
        margin-top: 20px;
        width: 100%; }
        #opportunities .--items .--column.--hor .--item:not(.--title) {
          display: inline-block;
          margin-right: 5px;
          vertical-align: top; }
    #opportunities .--items .--item {
      box-sizing: border-box;
      color: #fff;
      display: block;
      font-size: 12px;
      line-height: 14px;
      margin-bottom: 5px;
      margin-right: 5px;
      min-height: 28px;
      padding: 4px;
      position: relative;
      transition: all 0.3s linear 0.2s;
      width: 130px; }
      #opportunities .--items .--item.--title {
        color: #000;
        font-weight: 600;
        line-height: 28px;
        text-transform: uppercase; }
        #opportunities .--items .--item.--title span {
          display: inline-block;
          line-height: 1.25;
          vertical-align: bottom; }
      #opportunities .--items .--item + .--title {
        margin-top: 10px; }
        #opportunities .--items .--item + .--title.--arrange-9CRC {
          margin-top: 100px; }
      #opportunities .--items .--item[data-hr="MV"]:after {
        content: "";
        position: absolute;
        right: 2px;
        top: 2px;
        width: 8px;
        height: 16px;
        background-image: url(../img/hr-mv.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain; }
      #opportunities .--items .--item.--out {
        opacity: 0.2;
        order: 99; }
  #opportunities .--H {
    background-color: #C35B26; }
  #opportunities .--I {
    background-color: #929D79; }
  #opportunities .--M {
    background-color: #0A3542; }
  #opportunities .--C {
    background-color: #508694; }
  #opportunities .--T {
    background-color: #D4872F; }
  #opportunities .--G {
    background-color: #687BA0; }
  #opportunities .--color-key {
    background: #fff;
    box-shadow: 0 0 2px;
    border: 1px solid #4f8594;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin: 0 10px 5px;
    text-transform: uppercase;
    position: fixed;
    bottom: 0;
    left: 240px;
    width: calc(100% - 260px);
    max-width: 1300px;
    z-index: 100; }
    #opportunities .--color-key ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      font-weight: normal;
      list-style-type: none;
      margin: 0;
      max-height: 44px;
      padding: 0;
      color: #000; }
      #opportunities .--color-key ul li {
        line-height: 12px;
        margin-top: 10px;
        margin-left: 10px;
        padding-left: 12px;
        position: relative;
        box-sizing: border-box;
        max-width: 355px; }
        #opportunities .--color-key ul li span {
          height: 6px;
          width: 6px;
          position: absolute;
          left: 0;
          top: 2px; }
          #opportunities .--color-key ul li span.--hr {
            height: 16px;
            width: 8px;
            background: url(../img/hr-mv-black.svg) no-repeat center center;
            background-size: contain; }

.opportunity-item {
  border: 2px solid lightgrey;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  margin: 10px;
  min-height: 170px;
  padding: 10px;
  vertical-align: top;
  width: 290px; }
  .opportunity-item .--title {
    font-weight: bold; }
  .opportunity-item.--b-H {
    border-color: #C35B26; }
  .opportunity-item.--b-I {
    border-color: #929D79; }
  .opportunity-item.--b-M {
    border-color: #0A3542; }
  .opportunity-item.--b-C {
    border-color: #508694; }
  .opportunity-item.--b-T {
    border-color: #D4872F; }
  .opportunity-item.--b-G {
    border-color: #687BA0; }
  .opportunity-item hr.--H {
    border-color: #C35B26; }
  .opportunity-item hr.--I {
    border-color: #929D79; }
  .opportunity-item hr.--M {
    border-color: #0A3542; }
  .opportunity-item hr.--C {
    border-color: #508694; }
  .opportunity-item hr.--T {
    border-color: #D4872F; }
  .opportunity-item hr.--G {
    border-color: #687BA0; }
  .opportunity-item .--row {
    display: flex;
    text-transform: uppercase; }
    .opportunity-item .--row .--col {
      width: 25%; }
      .opportunity-item .--row .--col + .--col {
        width: 75%; }
  .opportunity-item span.--hr {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #000;
    vertical-align: middle; }
  .opportunity-item.--large {
    font-size: 14px;
    min-height: 220px;
    width: 450px; }
    .opportunity-item.--large .--title {
      font-size: 16px; }
    .opportunity-item.--large .--row {
      font-size: 14px; }
      .opportunity-item.--large .--row .--col {
        width: 20%; }
        .opportunity-item.--large .--row .--col + .--col {
          width: 80%; }

/*# sourceMappingURL=theme.css.map */
