iframe {
  border: none;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Open Sans, sans-serif;
}

.nav-bg {
  background-color: #0c4da2;
}

.edit-button {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 20px 0;
}

.edit-button a {
  color: #fff;
  text-decoration: none;
}

.nav-bg .navElem {
  float: right;
  color: #fff;
  cursor: pointer;
}

.nav-bg .navElem li {
  margin-right: 100px;
  display: inline-block;
  list-style-type: none;
  font-size: 20px;
  font-weight: 300;
  padding: 20px 0 20px 0;
}

.nav-bg .navElem li:last-child {
  margin-right: 0;
}

.nav-bg .navElem li a {
  color: #fff;
  text-decoration: none;
}

.csirts_logo {
  width: 600px;
  padding: 60px 0 60px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header_text {
  background-color: #0c4da2;
  padding: 40px 0 40px 0;
}

#about {
  color: #fff;
  font-size: 18px;
  -moz-text-align-last: left;
  text-align-last: left;
  line-height: 19pt;
}

#about a {
  color: #fff;
}

#about p {
  padding: 0 0 1rem;
}

#about.tab-intro table,
#about.tab-intro table td,
#about.tab-intro table tr {
  border: 0;
}

#about.tab-intro tr {
  display: flex;
  flex-direction: row;
}

#about.tab-intro td {
  width: calc(100% * 1 / 2);
  margin: 0 1em;
}

#about.tab-intro td ul {
  padding-left: 2rem;
}

.headerright_two {
  margin-top: 15px;
}

.NISDirective_link {
  color: #fff;
}

.footer_link,
.NISDirective_link {
  text-decoration: none;
  font-weight: 700;
}

.footer_link {
  color: #1e1e1e;
}

.network_members {
  background-color: #fff;
  padding: 40px 0 40px 0;
}

.networkmembers_title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0c4da2;
  margin-bottom: 20px;
}

.footer_info {
  background-color: #c3e1f4;
}

.img {
  padding: 40px 0 40px 0;
  background: url(bubbles.png) no-repeat 570px -260px/1148px;
}

.contact,
.more_info {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.contact {
  margin-top: 50px;
}

.contact_contents,
.more_textone,
.more_texttwo {
  font-size: 18px;
}

.secretariat {
  margin-bottom: 10px;
}

.emails {
  text-decoration: none;
  color: #0c4da2;
  background-color: #fff;
  padding: 1px 7px;
}

.emails:hover {
  opacity: 0.8;
}

.footer_text {
  background-color: #fff;
  padding: 40px 0 40px 0;
}

.check_enisa,
.csirts_network {
  font-size: 16px;
  color: #1e1e1e;
}

.check_enisa {
  padding-top: 5px;
  padding-left: 30px;
}

.enisa-logo {
  width: 90px;
  margin: -12px 0 0 -30px;
}

.check_enisa,
.csirts_network,
.enisa-logo {
  display: inline;
  float: none;
}

.footer_center {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.enisalink_one,
.enisalink_two {
  text-decoration: none;
  color: #0c4da2;
  background-color: #dde9f0;
  padding: 1px 7px;
}

.enisalink_one:hover,
.enisalink_two:hover {
  opacity: 0.8;
}

.between_links {
  color: #87c3ea;
  opacity: 0.35;
  font-size: 23px;
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .nav-bg .navElem {
    float: left;
  }

  .nav-bg .navElem li {
    margin-right: 20px;
    font-size: 18px;
    display: list-item;
    padding: 22px 0 22px 0;
  }

  .csirts_logo {
    width: 300px;
  }

  .csirts_logo,
  .header_text {
    padding: 25px 0 25px 0;
  }

  #about {
    font-size: 15px;
  }

  #about tr {
    display: flex;
    flex-direction: column;
  }

  #about td {
    width: 100%;
  }

  .network_members {
    padding: 25px 0 25px 0;
  }

  .networkmembers_title {
    font-size: 20px;
  }

  .img {
    padding: 25px 0 25px 0;
    background: none;
  }

  .contact,
  .more_info {
    font-size: 20px;
  }

  .more_textone,
  .more_texttwo {
    font-size: 15px;
  }

  .more_texttwo {
    padding-top: 10px;
  }

  .contact_contents {
    font-size: 15px;
  }

  .chair {
    margin-bottom: 15px;
  }

  .emails:hover {
    opacity: 1;
  }

  .footer_text {
    padding: 25px 0 25px 0;
  }

  .check_enisa,
  .csirts_network {
    text-align: center;
    font-size: 15px;
  }

  .enisa-logo {
    margin-left: 20px;
  }

  .enisalink_one:hover,
  .enisalink_two:hover {
    opacity: 1;
  }

  .footer_center {
    width: 260px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 840px) {
  .nav-bg .navElem {
    float: none;
    text-align: center;
  }

  .nav-bg .navElem li {
    margin-right: 60px;
    font-size: 18px;
  }

  .csirts_logo {
    width: 500px;
  }

  .csirts_logo,
  .header_text {
    padding: 30px 0 30px 0;
  }

  #about {
    font-size: 16px;
  }

  #about tr {
    display: flex;
    flex-direction: column;
  }

  #about td {
    width: 100%;
  }

  .inventory {
    padding: 30px 0 30px 0;
  }

  .inventory_title {
    font-size: 24px;
  }

  .img {
    padding: 30px 0 30px 0;
    background: url(/img/bubbles.2b790640.png) no-repeat 214px -205px/970px;
  }

  .contact,
  .more_info {
    font-size: 24px;
  }

  .more_textone,
  .more_texttwo {
    font-size: 16px;
  }

  .more_texttwo {
    padding-top: 10px;
  }

  .contact_contents {
    font-size: 16px;
  }

  .emails:hover {
    opacity: 1;
  }

  .footer_text {
    padding: 30px 0 30px 0;
  }

  .check_enisa,
  .csirts_network {
    font-size: 15px;
    text-align: center;
  }

  .check_enisa {
    text-align: center;
    padding-left: 0;
  }

  .enisa-logo {
    margin: -12px 0 0 -15px;
  }

  .footer_center {
    max-width: 400px;
  }

  .enisalink_one:hover,
  .enisalink_two:hover {
    opacity: 1;
  }
}

/*!
 * waffle-grid - v1.3.5 - (https://lucasgruwez.github.io/waffle-grid)
 * Copyright 2017 Lucas Gruwez.
 * Licensed under MIT
 * https://lucasgruwez.github.io/waffle-grid
 */
.container,
.grid {
  width: 1360px;
  max-width: 90%;
  margin: 0 auto;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid.full-width {
  width: 100%;
  max-width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 17.5px;
  vertical-align: top;
}

.center {
  margin-left: auto;
}

.center,
.left {
  margin-right: auto;
}

.right {
  margin-left: auto;
}

.w-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-1-of-4 {
  width: calc(25% - 35px);
}

.push-1-of-4 {
  margin-left: calc(25% + 17.5px);
}

.pull-1-of-4 {
  margin-right: calc(25% + 17.5px);
}

.col-2-of-4 {
  width: calc(50% - 35px);
}

.push-2-of-4 {
  margin-left: calc(50% + 17.5px);
}

.pull-2-of-4 {
  margin-right: calc(50% + 17.5px);
}

.col-3-of-4 {
  width: calc(75% - 35px);
}

.push-3-of-4 {
  margin-left: calc(75% + 17.5px);
}

.pull-3-of-4 {
  margin-right: calc(75% + 17.5px);
}

.col-4-of-4 {
  width: calc(100% - 35px);
}

.push-4-of-4 {
  margin-left: calc(100% + 17.5px);
}

.pull-4-of-4 {
  margin-right: calc(100% + 17.5px);
}

.col-1-of-8 {
  width: calc(12.5% - 35px);
}

.push-1-of-8 {
  margin-left: calc(12.5% + 17.5px);
}

.pull-1-of-8 {
  margin-right: calc(12.5% + 17.5px);
}

.col-2-of-8 {
  width: calc(25% - 35px);
}

.push-2-of-8 {
  margin-left: calc(25% + 17.5px);
}

.pull-2-of-8 {
  margin-right: calc(25% + 17.5px);
}

.col-3-of-8 {
  width: calc(37.5% - 35px);
}

.push-3-of-8 {
  margin-left: calc(37.5% + 17.5px);
}

.pull-3-of-8 {
  margin-right: calc(37.5% + 17.5px);
}

.col-4-of-8 {
  width: calc(50% - 35px);
}

.push-4-of-8 {
  margin-left: calc(50% + 17.5px);
}

.pull-4-of-8 {
  margin-right: calc(50% + 17.5px);
}

.col-5-of-8 {
  width: calc(62.5% - 35px);
}

.push-5-of-8 {
  margin-left: calc(62.5% + 17.5px);
}

.pull-5-of-8 {
  margin-right: calc(62.5% + 17.5px);
}

.col-6-of-8 {
  width: calc(75% - 35px);
}

.push-6-of-8 {
  margin-left: calc(75% + 17.5px);
}

.pull-6-of-8 {
  margin-right: calc(75% + 17.5px);
}

.col-7-of-8 {
  width: calc(87.5% - 35px);
}

.push-7-of-8 {
  margin-left: calc(87.5% + 17.5px);
}

.pull-7-of-8 {
  margin-right: calc(87.5% + 17.5px);
}

.col-8-of-8 {
  width: calc(100% - 35px);
}

.push-8-of-8 {
  margin-left: calc(100% + 17.5px);
}

.pull-8-of-8 {
  margin-right: calc(100% + 17.5px);
}

.col-1-of-12 {
  width: calc(8.33333% - 35px);
}

.push-1-of-12 {
  margin-left: calc(8.33333% + 17.5px);
}

.pull-1-of-12 {
  margin-right: calc(8.33333% + 17.5px);
}

.col-2-of-12 {
  width: calc(16.66667% - 35px);
}

.push-2-of-12 {
  margin-left: calc(16.66667% + 17.5px);
}

.pull-2-of-12 {
  margin-right: calc(16.66667% + 17.5px);
}

.col-3-of-12 {
  width: calc(25% - 35px);
}

.push-3-of-12 {
  margin-left: calc(25% + 17.5px);
}

.pull-3-of-12 {
  margin-right: calc(25% + 17.5px);
}

.col-4-of-12 {
  width: calc(33.33333% - 35px);
}

.push-4-of-12 {
  margin-left: calc(33.33333% + 17.5px);
}

.pull-4-of-12 {
  margin-right: calc(33.33333% + 17.5px);
}

.col-5-of-12 {
  width: calc(41.66667% - 35px);
}

.push-5-of-12 {
  margin-left: calc(41.66667% + 17.5px);
}

.pull-5-of-12 {
  margin-right: calc(41.66667% + 17.5px);
}

.col-6-of-12 {
  width: calc(50% - 35px);
}

.push-6-of-12 {
  margin-left: calc(50% + 17.5px);
}

.pull-6-of-12 {
  margin-right: calc(50% + 17.5px);
}

.col-7-of-12 {
  width: calc(58.33333% - 35px);
}

.push-7-of-12 {
  margin-left: calc(58.33333% + 17.5px);
}

.pull-7-of-12 {
  margin-right: calc(58.33333% + 17.5px);
}

.col-8-of-12 {
  width: calc(66.66667% - 35px);
}

.push-8-of-12 {
  margin-left: calc(66.66667% + 17.5px);
}

.pull-8-of-12 {
  margin-right: calc(66.66667% + 17.5px);
}

.col-9-of-12 {
  width: calc(75% - 35px);
}

.push-9-of-12 {
  margin-left: calc(75% + 17.5px);
}

.pull-9-of-12 {
  margin-right: calc(75% + 17.5px);
}

.col-10-of-12 {
  width: calc(83.33333% - 35px);
}

.push-10-of-12 {
  margin-left: calc(83.33333% + 17.5px);
}

.pull-10-of-12 {
  margin-right: calc(83.33333% + 17.5px);
}

.col-11-of-12 {
  width: calc(91.66667% - 35px);
}

.push-11-of-12 {
  margin-left: calc(91.66667% + 17.5px);
}

.pull-11-of-12 {
  margin-right: calc(91.66667% + 17.5px);
}

.col-12-of-12 {
  width: calc(100% - 35px);
}

.push-12-of-12 {
  margin-left: calc(100% + 17.5px);
}

.pull-12-of-12 {
  margin-right: calc(100% + 17.5px);
}

@media (max-width: 840px) {
  .m-hide {
    display: none;
  }

  .w-m-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .m-un-push {
    margin-left: 17.5px;
  }

  .m-un-pull {
    margin-right: 17.5px;
  }

  .col-m-1-of-4 {
    width: calc(25% - 35px);
  }

  .push-m-1-of-4 {
    margin-left: calc(25% + 17.5px);
  }

  .pull-m-1-of-4 {
    margin-right: calc(25% + 17.5px);
  }

  .col-m-2-of-4 {
    width: calc(50% - 35px);
  }

  .push-m-2-of-4 {
    margin-left: calc(50% + 17.5px);
  }

  .pull-m-2-of-4 {
    margin-right: calc(50% + 17.5px);
  }

  .col-m-3-of-4 {
    width: calc(75% - 35px);
  }

  .push-m-3-of-4 {
    margin-left: calc(75% + 17.5px);
  }

  .pull-m-3-of-4 {
    margin-right: calc(75% + 17.5px);
  }

  .col-m-4-of-4 {
    width: calc(100% - 35px);
  }

  .push-m-4-of-4 {
    margin-left: calc(100% + 17.5px);
  }

  .pull-m-4-of-4 {
    margin-right: calc(100% + 17.5px);
  }

  .col-m-1-of-6 {
    width: calc(16.66667% - 35px);
  }

  .push-m-1-of-6 {
    margin-left: calc(16.66667% + 17.5px);
  }

  .pull-m-1-of-6 {
    margin-right: calc(16.66667% + 17.5px);
  }

  .col-m-2-of-6 {
    width: calc(33.33333% - 35px);
  }

  .push-m-2-of-6 {
    margin-left: calc(33.33333% + 17.5px);
  }

  .pull-m-2-of-6 {
    margin-right: calc(33.33333% + 17.5px);
  }

  .col-m-3-of-6 {
    width: calc(50% - 35px);
  }

  .push-m-3-of-6 {
    margin-left: calc(50% + 17.5px);
  }

  .pull-m-3-of-6 {
    margin-right: calc(50% + 17.5px);
  }

  .col-m-4-of-6 {
    width: calc(66.66667% - 35px);
  }

  .push-m-4-of-6 {
    margin-left: calc(66.66667% + 17.5px);
  }

  .pull-m-4-of-6 {
    margin-right: calc(66.66667% + 17.5px);
  }

  .col-m-5-of-6 {
    width: calc(83.33333% - 35px);
  }

  .push-m-5-of-6 {
    margin-left: calc(83.33333% + 17.5px);
  }

  .pull-m-5-of-6 {
    margin-right: calc(83.33333% + 17.5px);
  }

  .col-m-6-of-6 {
    width: calc(100% - 35px);
  }

  .push-m-6-of-6 {
    margin-left: calc(100% + 17.5px);
  }

  .pull-m-6-of-6 {
    margin-right: calc(100% + 17.5px);
  }

  .col-m-1-of-8 {
    width: calc(12.5% - 35px);
  }

  .push-m-1-of-8 {
    margin-left: calc(12.5% + 17.5px);
  }

  .pull-m-1-of-8 {
    margin-right: calc(12.5% + 17.5px);
  }

  .col-m-2-of-8 {
    width: calc(25% - 35px);
  }

  .push-m-2-of-8 {
    margin-left: calc(25% + 17.5px);
  }

  .pull-m-2-of-8 {
    margin-right: calc(25% + 17.5px);
  }

  .col-m-3-of-8 {
    width: calc(37.5% - 35px);
  }

  .push-m-3-of-8 {
    margin-left: calc(37.5% + 17.5px);
  }

  .pull-m-3-of-8 {
    margin-right: calc(37.5% + 17.5px);
  }

  .col-m-4-of-8 {
    width: calc(50% - 35px);
  }

  .push-m-4-of-8 {
    margin-left: calc(50% + 17.5px);
  }

  .pull-m-4-of-8 {
    margin-right: calc(50% + 17.5px);
  }

  .col-m-5-of-8 {
    width: calc(62.5% - 35px);
  }

  .push-m-5-of-8 {
    margin-left: calc(62.5% + 17.5px);
  }

  .pull-m-5-of-8 {
    margin-right: calc(62.5% + 17.5px);
  }

  .col-m-6-of-8 {
    width: calc(75% - 35px);
  }

  .push-m-6-of-8 {
    margin-left: calc(75% + 17.5px);
  }

  .pull-m-6-of-8 {
    margin-right: calc(75% + 17.5px);
  }

  .col-m-7-of-8 {
    width: calc(87.5% - 35px);
  }

  .push-m-7-of-8 {
    margin-left: calc(87.5% + 17.5px);
  }

  .pull-m-7-of-8 {
    margin-right: calc(87.5% + 17.5px);
  }

  .col-m-8-of-8 {
    width: calc(100% - 35px);
  }

  .push-m-8-of-8 {
    margin-left: calc(100% + 17.5px);
  }

  .pull-m-8-of-8 {
    margin-right: calc(100% + 17.5px);
  }
}

@media (max-width: 480px) {
  .s-hide {
    display: none;
  }

  .w-s-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .s-un-push {
    margin-left: 17.5px;
  }

  .s-un-pull {
    margin-right: 17.5px;
  }

  .col-s-1-of-4 {
    width: calc(25% - 35px);
  }

  .push-s-1-of-4 {
    margin-left: calc(25% + 17.5px);
  }

  .pull-s-1-of-4 {
    margin-right: calc(25% + 17.5px);
  }

  .col-s-2-of-4 {
    width: calc(50% - 35px);
  }

  .push-s-2-of-4 {
    margin-left: calc(50% + 17.5px);
  }

  .pull-s-2-of-4 {
    margin-right: calc(50% + 17.5px);
  }

  .col-s-3-of-4 {
    width: calc(75% - 35px);
  }

  .push-s-3-of-4 {
    margin-left: calc(75% + 17.5px);
  }

  .pull-s-3-of-4 {
    margin-right: calc(75% + 17.5px);
  }

  .col-s-4-of-4 {
    width: calc(100% - 35px);
  }

  .push-s-4-of-4 {
    margin-left: calc(100% + 17.5px);
  }

  .pull-s-4-of-4 {
    margin-right: calc(100% + 17.5px);
  }

  .col-s-1-of-6 {
    width: calc(16.66667% - 35px);
  }

  .push-s-1-of-6 {
    margin-left: calc(16.66667% + 17.5px);
  }

  .pull-s-1-of-6 {
    margin-right: calc(16.66667% + 17.5px);
  }

  .col-s-2-of-6 {
    width: calc(33.33333% - 35px);
  }

  .push-s-2-of-6 {
    margin-left: calc(33.33333% + 17.5px);
  }

  .pull-s-2-of-6 {
    margin-right: calc(33.33333% + 17.5px);
  }

  .col-s-3-of-6 {
    width: calc(50% - 35px);
  }

  .push-s-3-of-6 {
    margin-left: calc(50% + 17.5px);
  }

  .pull-s-3-of-6 {
    margin-right: calc(50% + 17.5px);
  }

  .col-s-4-of-6 {
    width: calc(66.66667% - 35px);
  }

  .push-s-4-of-6 {
    margin-left: calc(66.66667% + 17.5px);
  }

  .pull-s-4-of-6 {
    margin-right: calc(66.66667% + 17.5px);
  }

  .col-s-5-of-6 {
    width: calc(83.33333% - 35px);
  }

  .push-s-5-of-6 {
    margin-left: calc(83.33333% + 17.5px);
  }

  .pull-s-5-of-6 {
    margin-right: calc(83.33333% + 17.5px);
  }

  .col-s-6-of-6 {
    width: calc(100% - 35px);
  }

  .push-s-6-of-6 {
    margin-left: calc(100% + 17.5px);
  }

  .pull-s-6-of-6 {
    margin-right: calc(100% + 17.5px);
  }
}

@media (min-width: 480px) {
  .s-and-lower {
    display: none;
  }
}

@media (min-width: 840px) {
  .m-and-lower {
    display: none;
  }
}

.loginlogout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 0;
}

.loginlogout a {
  color: #0c4da2;
  text-decoration: none;
}

.page-tabs {
  padding-left: 0;
  list-style: none;
  margin-top: 2rem;
  margin-bottom: 0;
}
.page-tabs > li {
  display: inline-block;
  min-width: 5rem;
  margin-right: 0.5rem;
}
.page-tabs > li > a {
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 0.25em 0.25em 0 0;
  background-color: #fff;
  font-size: larger;
  font-weight: 500;
  text-align: center;
  color: #555;
  border: 1px solid #0c4da2;
  border-bottom: 0;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.page-tabs > li > a:hover,
.page-tabs > li > a:focus {
  background-color: #0c4da2;
  text-decoration: none;
  color: #fff;
}
.page-tabs > li.active > a,
.page-tabs > li.active > a:hover,
.page-tabs > li.active > a:focus {
  cursor: default;
  background-color: #0c4da2;
  color: #fff;
}
@media (max-width: 768px) {
  .page-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }
  .page-tabs > li {
    min-width: 0;
    margin-right: 0.25rem;
  }
  .page-tabs > li > a {
    font-size: inherit;
    padding: 0.4rem 0.5rem;
    border-radius: 0.175em 0.175em 0 0;
  }
}

.homepage-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.manage-tabs-btn a {
  color: #cc1140;
  text-decoration: none;
  padding: 0.5rem 1em;
  border: 1px solid #cc1140;
  border-radius: 5px;
}

.manage-tabs-btn a:hover {
  color: #fff;
  background-color: #cc1140;
}
