@charset "UTF-8";
/*
 :::  Fonts
-------------------------------------------------- */
@font-face {
  font-family: "Brandon Regular";
  src: url(../fonts/267FA8_0_0.woff); }

@font-face {
  font-family: "Avenir";
  font-weight: 400;
  src: url(../fonts/493b124a-f032-4d7d-9d9b-b3ebdb18c13a-book.woff); }

@font-face {
  font-family: "Avenir";
  font-weight: 400;
  font-style: italic;
  src: url(../fonts/831678a3-2e17-44c9-b214-737d6b43cc99-medium.woff); }

@font-face {
  font-family: "Avenir";
  font-weight: bold;
  src: url(../fonts/0b86525a-9c26-4c1d-9abe-c05fd31ecf2e-black.woff); }

/*
 :::  Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block; }

/*
 :::  Site
-------------------------------------------------- */
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #bebebe;
  background-repeat: no-repeat, repeat, no-repeat;
  background-position: center top;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(200, 200, 200, 0.8) 1000px), url(../images/Pattern.svg), -webkit-linear-gradient(#f0f0f0, #969696 1000px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(200, 200, 200, 0.8) 1000px), url(../images/Pattern.svg), linear-gradient(#f0f0f0, #969696 1000px); }

.home .background {
  position: absolute; }

.nightmode .background {
  background-color: #26446e;
  background-image: -webkit-linear-gradient(#01192d, rgba(1, 25, 45, 0) 1000px), url(../images/Patter-Nightmodus-01.svg), -webkit-linear-gradient(#01192d, #26446e 1000px);
  background-image: linear-gradient(#01192d, rgba(1, 25, 45, 0) 1000px), url(../images/Patter-Nightmodus-01.svg), linear-gradient(#01192d, #26446e 1000px); }

.home .background,
.INXS .background {
  background-position: center top, center -25px, center top;
  background-image: -webkit-linear-gradient(rgba(200, 200, 200, 0.8), rgba(200, 200, 200, 0.8)), url(../images/Pattern.svg), -webkit-linear-gradient(#969696, #969696);
  background-image: linear-gradient(rgba(200, 200, 200, 0.8), rgba(200, 200, 200, 0.8)), url(../images/Pattern.svg), linear-gradient(#969696, #969696); }

.home.nightmode .background,
.INXS.nightmode .background {
  background-repeat: repeat, no-repeat;
  background-image: url(../images/Patter-Nightmodus-01.svg), -webkit-linear-gradient(#26446e, #26446e);
  background-image: url(../images/Patter-Nightmodus-01.svg), linear-gradient(#26446e, #26446e); }

body {
  min-height: 100vh;
  font-size: 15px;
  padding-top: 40px;
  line-height: 1.5333;
  color: #6a7171;
  font-family: "Avenir", "Arial Narrow", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }

.container {
  margin: 0 auto;
  max-width: 984px;
  padding: 1em;
  position: relative; }

body:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

@media only screen and (max-width: 764px) {
  .container {
    padding: 0.5em; } }

/*
 :::  Header
-------------------------------------------------- */
header {
  background-color: #0082ad;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) calc(50% - 492px), rgba(255, 255, 255, 0) calc(50% + 492px), rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) calc(50% - 492px), rgba(255, 255, 255, 0) calc(50% + 492px), rgba(255, 255, 255, 0.1));
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.24);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: subpixel-antialiased; }

.nightmode header {
  background-color: #25b2f4; }

header .container {
  padding-top: 0;
  padding-bottom: 0; }

header .small-logo {
  float: left;
  display: block;
  padding-top: 7px;
  padding-right: 1em; }

@media screen and (max-width: 767px) {
  .header-logotype {
    display: inline-block !important;
    vertical-align: top;
    margin: 1px 0 0 1px; } }

header .socialmedia {
  float: right; }

.header-background {
  position: absolute;
  top: -25px;
  left: 0;
  background-color: #969696;
  background-repeat: repeat;
  background-position: center top;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(200, 200, 200, 0.8) 1000px), url(../images/Header-Back.svg), -webkit-linear-gradient(#f0f0f0, #969696 1000px);
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(200, 200, 200, 0.8) 1000px), url(../images/Header-Back.svg), linear-gradient(#f0f0f0, #969696 1000px);
  width: 100%;
  height: 1000px; }

.nightmode .header-background {
  background-color: #969696;
  background-image: url(../images/Header-Back-Nightmodus-01.svg), -webkit-linear-gradient(#01192d, #26456e 1000px);
  background-image: url(../images/Header-Back-Nightmodus-01.svg), linear-gradient(#01192d, #26456e 1000px); }

@media only screen and (max-width: 764px) {
  body {
    padding-top: 0; }
  .hero {
    display: none; }
  header {
    position: static; }
  header .socialmedia {
    display: none; }
  header .container {
    padding-right: 44px; } }

/*
 :::  Nightmode Button
-------------------------------------------------- */
.nightmode-button {
  float: right;
  height: 40px;
  padding: 7px 11px 5px; }
  @media screen and (max-width: 767px) {
    .nightmode-button {
      margin-right: -6px; } }

.nightmode-button .header-icon {
  background: #24b4f3; }

.nightmode .nightmode-button .header-icon {
  background: #26446e; }

.nightmode #night {
  display: none; }

#day {
  display: none; }

.nightmode #day {
  display: block; }

/*
 :::  Navigation
-------------------------------------------------- */
.menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 608px; }

.menu a {
  display: block;
  color: white; }

.menu li:before {
  content: "";
  padding: 0; }

.menu > li > a {
  height: 41px;
  text-align: center;
  -webkit-transition: background 180ms;
  transition: background 180ms;
  position: relative;
  cursor: pointer; }

.menu > li:not(:last-child) > a {
  margin-right: 1em; }

.menu a:hover,
.menu .active,
.menu li:hover > a,
.menu li.is-open > a {
  color: white;
  text-decoration: none;
  background: #00b4f5; }

.menu .active:hover {
  color: white; }

.menu .arrow {
  vertical-align: top;
  margin-top: 1px;
  padding-left: 8px;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  -webkit-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  -webkit-transition: -webkit-transform 180ms;
  transition: transform 180ms;
  will-change: transform; }

.menu > li:hover .arrow,
.menu > li.is-open .arrow {
  -webkit-transform: rotate(90deg) scale(0.5, 1);
  -ms-transform: rotate(90deg) scale(0.5, 1);
  transform: rotate(90deg) scale(0.5, 1); }

.menu > li {
  float: left;
  position: relative;
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.menu > li:hover .submenu,
.menu > li.is-open .submenu {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.menu > li > a {
  padding: 10px; }

.menu > li > a.clickable {
  padding-left: 0; }

.submenu {
  list-style: none;
  padding: 0;
  position: absolute;
  z-index: 999;
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  border-top: none;
  padding: 1.3em 0 1em;
  box-shadow: 0 1px rgba(0, 0, 0, 0.05) inset, 0 2px rgba(0, 0, 0, 0.04) inset, 0 3px rgba(0, 0, 0, 0.03) inset, 0 4px rgba(0, 0, 0, 0.02) inset, 0 5px rgba(0, 0, 0, 0.01) inset, 0 2px 5px rgba(0, 0, 0, 0.35);
  background: white;
  -webkit-transition: opacity 180ms, -webkit-transform 180ms;
  transition: opacity 180ms, transform 180ms; }

.submenu li {
  float: left;
  width: 100%; }

.submenu a {
  color: #979797;
  font-weight: normal;
  padding: .65em 2.3em;
  white-space: nowrap; }

.menu .hint:before {
  content: " – "; }

.subnav {
  overflow: hidden;
  margin: 0 0 2em;
  padding: 0 5px;
  box-shadow: 0 -1px #e3e3e3 inset; }

.subnav li {
  list-style: none;
  float: left; }

.subnav li a {
  font-size: 0.8em;
  color: inherit;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
  display: block; }

.subnav li a:hover,
.subnav li a.active {
  border-bottom-color: #21799c;
  box-shadow: 0 -1px #21799c inset; }

.menu-burger,
.mobile-menu {
  display: none; }

@media only screen and (max-width: 764px) {
  .mobile-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 220px;
    background: #007fad;
    padding: 40px 0 10px;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 180ms;
    transition: opacity 180ms;
    overflow: auto;
    z-index: 1;
    pointer-events: none; }
  .nightmode .mobile-menu {
    background: #072640; }
  .menu-open .mobile-menu {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch; }
    .menu-open .mobile-menu .menu {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  .background,
  header,
  main,
  footer {
    -webkit-transition: -webkit-transform 180ms;
    transition: transform 180ms;
    z-index: 2;
    will-change: transform; }
  .menu-open .background,
  .menu-open header,
  .menu-open main,
  .menu-open footer {
    -webkit-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px); }
  header .menu {
    display: none; }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: -webkit-transform 180ms;
    transition: transform 180ms;
    will-change: transform; }
  .menu-burger,
  .menu-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 7px 9px;
    display: block;
    cursor: pointer; }
  .menu-close {
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .menu a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px; }
  .menu > li {
    float: none;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  .menu > li > a,
  .menu > li > a.clickable {
    text-align: left;
    height: auto;
    padding: 7px 20px 6px;
    color: inherit;
    border-top: 1px solid #0976a5; }
  .menu > li:first-child > a {
    border-top: none; }
  .menu > li > a.clickable {
    padding-bottom: 2px;
    color: #30b7e8 !important; }
  .menu a:hover,
  .menu .active,
  .menu li:hover > a,
  .menu .active:hover {
    color: inherit;
    background: none; }
  .menu > li > a.active:not(.clickable),
  .menu .submenu a.active {
    text-decoration: underline; }
  .menu > li:not(:last-child) > a {
    margin-right: 0; }
  .menu .arrow {
    display: none; }
  .submenu {
    margin-top: -3px;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    position: static;
    box-shadow: none;
    background: none;
    padding: 0 0 3px;
    font-size: 14px;
    color: white; }
  .submenu li {
    width: auto;
    float: none; }
  .submenu a {
    padding: 3px 5px 3px 28px;
    color: inherit; } }

/*
 :::  Social Media
-------------------------------------------------- */
.socialmedia {
  height: 41px; }

.socialmedia a {
  padding: 7px 7px 5px;
  display: inline-block; }

.header-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: white;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  color: #207697;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  .header-icon svg {
    width: 100%;
    height: 100%; }

.nightmode .header-icon,
a:hover .header-icon {
  color: #00aff5; }

.nightmode a:hover .header-icon {
  color: #207697; }

a:active .header-icon {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
  background-color: #eee; }

/*
 :::  Network
-------------------------------------------------- */
.hero .container {
  padding-top: 2em;
  padding-bottom: 0; }

.hero .logo {
  margin-top: 10px;
  margin-left: -11px;
  position: relative;
  float: left;
  background: url(../images/ecix_logo.svg);
  width: 313px;
  height: 133px; }

.nightmode .hero .logo {
  background: url(../images/ecix_logo_night.svg); }

.hero .logo--inxs {
  background: url(../images/inxs_logo.svg); }

.nightmode .hero .logo--inxs {
  background: url(../images/inxs_logo_night.svg); }

.company-name {
  color: #007dac;
  font-family: "Brandon Regular";
  font-size: 2.25em;
  display: block;
  text-align: center;
  line-height: 150px;
  cursor: default; }

.nightmode .company-name {
  color: #00b2f6; }

@media only screen and (max-width: 1024px) {
  .company-name {
    font-size: 1.7em; } }

/*
 :::  Main
-------------------------------------------------- */
main .container {
  margin-bottom: 3em; }
  @media screen and (max-width: 767px) {
    main .container {
      margin-bottom: 1em; } }

main p,
main ol,
main ul,
main pre,
main blockquote {
  margin: 0 0 22px 0; }
  main p + h2,
  main p + h3,
  main ol + h2,
  main ol + h3,
  main ul + h2,
  main ul + h3,
  main pre + h2,
  main pre + h3,
  main blockquote + h2,
  main blockquote + h3 {
    margin-top: 37px; }

main img {
  margin-bottom: 20px; }

section {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 2px solid #ddd; }

main #chart {
  height: 400px; }

pre {
  padding: 12px 15px;
  font-size: 13px;
  line-height: 1.45;
  background: #f7f7f7;
  white-space: pre-wrap;
  border-radius: 3px;
  border: none;
  overflow: auto; }

.content {
  padding: 30px 30px 18px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .content {
      padding: 1em 1em 0.25em; } }
  .content + .content {
    margin-top: 45px; }
    @media screen and (max-width: 767px) {
      .content + .content {
        margin-top: 20px; } }
  .content h1:first-child, .content h2:first-child, .content h3:first-child, .content h4:first-child {
    margin-top: -0.2em; }

.content-section {
  background-size: cover;
  background-position: center; }

.content-section-intro {
  margin-bottom: 45px;
  padding-bottom: 3px; }
  @media screen and (max-width: 767px) {
    .content-section-intro {
      margin-bottom: 20px; } }

.content p:first-child {
  /* compensate text whitespace */
  margin-top: -0.3em; }

.content ul ul,
.content ol ol {
  margin: 0.1em 0 0.1em 1em; }

.content figure {
  margin-bottom: 32px; }
  .content figure img {
    margin: 0;
    vertical-align: bottom; }
  .content figure.round img {
    border-radius: 100%; }

.content figure.center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .content figure.center img {
    text-align: center;
    display: inline; }

.content figure.left {
  float: left;
  margin-right: 40px;
  margin-left: 15px;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .content figure.left {
      float: none;
      margin-left: auto;
      margin-right: auto;
      display: table; } }

figcaption {
  margin-top: 20px;
  font-size: 0.9em; }

@media screen and (min-width: 1024px) {
  .content figure.left ~ p,
  .content figure.left ~ ul,
  .content figure.left ~ ol,
  .content figure.left ~ h1,
  .content figure.left ~ h2,
  .content figure.left ~ h3,
  .content figure.left ~ h4 {
    margin-left: 275px; } }

/*
 :::  Sections
-------------------------------------------------- */
.sections-2,
.sections-3,
.sections-4,
.sections-5,
.sections-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -22.5px; }
  @media screen and (max-width: 767px) {
    .sections-2,
    .sections-3,
    .sections-4,
    .sections-5,
    .sections-6 {
      margin: -10px; } }
  .sections-2 .content-section,
  .sections-3 .content-section,
  .sections-4 .content-section,
  .sections-5 .content-section,
  .sections-6 .content-section {
    margin: 22.5px; }
    @media screen and (max-width: 767px) {
      .sections-2 .content-section,
      .sections-3 .content-section,
      .sections-4 .content-section,
      .sections-5 .content-section,
      .sections-6 .content-section {
        margin: 10px;
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important; } }

.sections-2 .content-section {
  -webkit-flex-basis: calc(50% - 45px);
  -ms-flex-preferred-size: calc(50% - 45px);
  flex-basis: calc(50% - 45px); }

.sections-3 .content-section {
  -webkit-flex-basis: calc(100% / 3 - 45px);
  -ms-flex-preferred-size: calc(100% / 3 - 45px);
  flex-basis: calc(100% / 3 - 45px); }
  @media screen and (max-width: 1025px) {
    .sections-3 .content-section {
      -webkit-flex-basis: calc(50% - 45px);
      -ms-flex-preferred-size: calc(50% - 45px);
      flex-basis: calc(50% - 45px); } }

/*
 :::  Links
-------------------------------------------------- */
a {
  color: #017cad;
  text-decoration: none; }

a:hover {
  color: #25b2f4; }

::-moz-selection {
  color: white;
  background: #007dac; }

::selection {
  color: white;
  background: #007dac; }

/*
 :::  Table
-------------------------------------------------- */
table {
  margin: 0 -10px 20px;
  width: 100%;
  width: calc(100% + 20px);
  font-size: 14px;
  border-collapse: collapse; }
  @media screen and (max-width: 767px) {
    table {
      font-size: 10px;
      width: calc(100% + 20px); } }

th {
  text-align: left;
  color: #007daa; }

td, th {
  padding: 3px 10px;
  height: 34px; }

th input {
  margin: 4px 5px 0 0;
  vertical-align: top; }

tr:nth-child(odd) td,
tr.striped td {
  background-color: #f7f7f8; }

td.checked {
  color: transparent;
  font: 0/0 a;
  background: url("../images/checkmark.svg") no-repeat center; }

.connected-networks tr:first-child th:last-child {
  padding-left: 16px; }

.connected-networks tr:not(.striped):nth-child(odd) td {
  background-color: unset; }

.connected-networks tr:not(:first-child) th:nth-child(n+3),
.connected-networks td:nth-child(n+3) {
  border-left: 1px solid #ededed;
  text-align: center; }

.connected-networks tbody td.is-filtered:nth-child(n+3) {
  opacity: 0.5; }

.pricelist th:nth-child(n+3),
.pricelist td:nth-child(n+3) {
  text-align: right; }

table.tablesorter thead tr.sortable th.header {
  cursor: pointer; }

/* table.tablesorter thead tr.sortable th:after {
  content: "";
  height: 9px;
  width: 15px;
  display: inline-block;
  background: url(../images/bg.gif) no-repeat;
  opacity: 0.67;
}
table.tablesorter thead tr.sortable .headerSortUp:after {
  background-image: url(../images/asc.gif);
  background-position: 0 2px;
  opacity: 1;
}
table.tablesorter thead tr.sortable .headerSortDown:after {
  background-image: url(../images/desc.gif);
  background-position: 0 3px;
  opacity: 1;
} */
tr.filter-hidden {
  display: none; }

table .filter-highlight {
  background: rgba(189, 237, 255, 0.5); }

.emptyFilter {
  display: none; }

.emptyFilter.is-visible {
  display: table-footer-group; }

.emptyFilter td {
  text-align: center; }

@media only screen and (max-width: 764px) {
  .connected-networks tr:first-child th:last-child {
    padding-left: 3px; }
  td, th {
    padding: 3px;
    height: 34px; }
  td.checked {
    background-size: 9px; }
  table.tablesorter thead tr.sortable th:after {
    display: block; } }

/*
 :::  Typography
-------------------------------------------------- */
h1, h2, h3 {
  font-family: "Brandon Regular"; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0 0 .5em; }

h1 {
  text-transform: uppercase;
  color: #007cab;
  font-size: 27px;
  line-height: 1.4;
  margin: 0 0 .33em;
  position: relative; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 24px; } }

p + h1 {
  margin-top: 1em; }

h2 {
  font-size: 28px;
  line-height: 38px;
  color: #007cab; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px;
      line-height: 27px; } }

h3 {
  text-transform: uppercase;
  color: #00b2f6;
  font-size: 1.13333em;
  margin-bottom: 10px; }

h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: .33em;
  color: #007cab;
  font-family: inherit; }

h5 {
  color: #666;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .33em; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit; }

.subtitle {
  color: #a6a6a6;
  margin-right: 5px; }

.subtitle + p {
  display: inline-block; }

strong {
  font-weight: bold; }

em {
  color: #ffb500;
  font-style: normal; }

hr {
  height: 1px;
  margin: 30px 0;
  clear: both; }
  @media screen and (max-width: 767px) {
    hr {
      margin: 20px 0; } }

blockquote {
  border: 1px solid #e4e6e7;
  border-radius: 3px;
  padding: 20px;
  background: #f4f5f5; }
  blockquote p:last-child {
    margin-bottom: -4px; }

ul,
ol {
  padding-left: 0;
  list-style: none; }

.content ul li,
.content ol li {
  position: relative;
  margin-left: 16px; }
  .content ul li:before,
  .content ol li:before {
    left: -15px;
    position: absolute;
    content: "\002022";
    color: #167dab; }

.content ol li {
  counter-increment: list; }

.content ol li:before {
  content: counter(list) ".";
  padding-right: .4em; }

ul h1, ul h2, ul h3, ul h4, ul h5,
ol h1, ol h2, ol h3, ol h4, ol h5 {
  display: inline-block;
  margin-left: -4px; }

ol p,
ul p {
  margin-left: 1em; }

/*
 :::  Documentation
-------------------------------------------------- */
.docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.docs-mobile-menu {
  display: none;
  margin: 0 0 20px;
  width: 100%;
  font-size: 100%;
  background: white; }

.docs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  position: relative; }

.docs-link {
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
  font-size: 13px;
  background: white;
  color: gray;
  border-left: 4px solid transparent;
  position: relative;
  border-bottom: 1px solid #eff0f0; }
  .docs-link:last-child {
    border-bottom: none; }
  .docs-link.level-0 {
    border-radius: 3px; }
  .docs-link.hasSubmenu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 13px;
    margin-top: 12px;
    background: #bcc0c2;
    color: white;
    border-bottom: none; }
    .docs-link.hasSubmenu:after {
      display: none; }
  .docs-link:hover:after {
    border-left-color: currentColor; }
  .docs-link.is-active {
    background: #007fad;
    color: white;
    border-color: transparent; }
    .docs-link.is-active:after {
      border-left-color: white; }
  .docs-link:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left: 6px solid #e4e6e7;
    border-right: none; }

.docs-submenu {
  margin-bottom: 12px; }
  .docs-submenu > .docs-link:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

.docs .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

@media only screen and (max-width: 764px) {
  .docs {
    display: block; }
  .docs-menu {
    display: none; }
  .docs-mobile-menu {
    display: unset; } }

/*
 :::  Grid
-------------------------------------------------- */
.grid {
  margin: 0 -15px; }

.grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.grid-item,
.grid-item--full,
.grid-item--third {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

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

.grid-item {
  width: 50%; }

.grid-item--third {
  width: 33.3333333333%; }

@media only screen and (max-width: 764px) {
  .grid {
    margin: 0; }
  .grid-block {
    display: block; }
  .grid-item,
  .grid-item--full,
  .grid-item--third {
    width: 100%;
    padding: 0.75em 0; } }

/*
 :::  Widgets
-------------------------------------------------- */
.widget {
  border-radius: 5px;
  background: white;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.1); }

.widget-header {
  background: #007fad;
  padding: 15px 25px;
  position: relative;
  border-radius: 5px 5px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.nightmode .widget-header {
  background: #25b2f4; }

.widget-header img {
  float: left;
  margin-right: 25px;
  margin-bottom: 0; }

.widget-header h2 {
  line-height: 51px;
  margin: 0;
  font-size: 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.widget-body {
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.widget-body img {
  margin: 0; }

.widget-body.no-padding,
.widget.widget-body.no-padding {
  padding: 0; }

.widget-header + .widget-body {
  padding-top: 10px;
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px; }

.widget-footer {
  text-align: center;
  display: block;
  padding: 6px 0;
  font-size: 0.9em;
  color: #73848c;
  background: #f2f2f3;
  border-radius: 0 0 5px 5px; }

.list {
  margin: 0; }

.list li {
  height: 126px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.list li:before {
  content: "";
  padding: 0;
  display: none; }

.list li + li {
  border-top: 1px solid whitesmoke; }

.list-image {
  margin-right: 22px; }

.list-entry h4 {
  margin: 0;
  display: inline; }

.blog-excerpt-title {
  font-weight: bold;
  display: block; }

.blog-excerpt img {
  width: 100px;
  margin: 6px 15px 6px 0;
  float: left;
  -webkit-filter: grayscale();
  filter: grayscale(); }

.blog-excerpt p,
.blog-excerpt ul {
  display: inline; }

.separator {
  font-weight: bold; }

.list-date {
  float: left;
  margin-right: 22px;
  color: #007dac;
  background: #ecedee;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  padding: 13px 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative; }

.nightmode .list-date {
  background: #00b4f5;
  color: white; }

.widget.widget-body {
  padding: 25px 25px 9px;
  border-radius: 5px; }

.events.widget .list li {
  padding: 31px 10px; }

.events.widget h4 {
  margin: 0; }

.widget .ecix-map {
  width: 100%; }

.widget-placeholder {
  padding: 1.45em 5px 0; }

@media only screen and (max-width: 764px) {
  .list li,
  .blog-excerpt {
    height: auto; }
  .widget-body {
    padding: 5px; }
  .events.widget .list li {
    padding: 10px; }
  .widget.widget-body {
    padding: 1em 1em 0.5em; } }

/*
 :::  Member
-------------------------------------------------- */
.member {
  width: 100%;
  height: 122px !important;
  font-size: 14px; }

.member .is-changed {
  color: #25b6f4; }

.member-logo {
  width: 100px;
  margin: 0;
  -webkit-filter: grayscale();
  filter: grayscale(); }

.member-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -2px 0;
  min-width: 0; }

.member-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.member-name-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px; }

.member-changeType {
  border-radius: 5px;
  color: white;
  margin-right: 7px;
  margin-top: -4px;
  padding: 0 5px;
  background: #25b6f4;
  font-size: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.member-name {
  margin-right: 5px;
  font-weight: bold;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.03em;
  color: #5c6366;
  /* border-bottom: 1px solid hsl(0,0%,96%); */ }

.member-asn {
  margin-left: 2px;
  color: #ccc;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.member-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.member-website,
.member-port,
.member-date,
.member-locations {
  margin-right: 20px; }

.member-locations {
  width: 100%;
  margin-right: 0; }

.member table {
  width: auto;
  margin: 0;
  line-height: 1.4; }

.member table .icon {
  margin-left: 2px; }

.member td {
  padding: 0 9px 0 0;
  height: auto;
  vertical-align: top; }
  .member td:last-child {
    padding-right: 0; }

.member td:nth-child(n+2):not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid whitesmoke; }

.member td:nth-child(n+3) {
  padding-left: 10px; }

.member tr:nth-child(odd) td {
  background: none; }

.member-date,
.member-website {
  margin-top: 5px; }

.member-date .icon,
.member-website .icon {
  margin-right: 3px; }

.member .icon {
  color: #ccc; }

.member-meta a {
  color: inherit; }

.member .fa-map-marker,
.member .fa-clock-o {
  padding-right: 1px; }

@media only screen and (max-width: 764px) {
  .member {
    height: auto !important;
    font-size: 12px; }
  .member table {
    font-size: inherit; }
  .member td:nth-child(n+2):not(:last-child) {
    padding-right: 4px; }
  .member td:nth-child(n+3) {
    padding-left: 5px; }
  .member td {
    padding-right: 5px; }
  .member-date .icon,
  .member-website .icon {
    margin-right: 1px; } }

/*
 :::  Contact Form
-------------------------------------------------- */
form {
  margin-bottom: 26px; }

input[type=tel],
input[type=search],
input[type=submit],
input[type=password],
input[type=text],
input[type=email],
input[type=url],
textarea,
.checkbox-group {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font: inherit;
  padding: 7px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  display: block;
  outline: none; }

input[type=tel]:focus,
input[type=search]:focus,
input[type=submit]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: #00aff5; }

textarea {
  resize: vertical; }

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: normal;
  padding: 8px 12px;
  background: #00aff5;
  color: white;
  border: none;
  cursor: pointer; }

input[type=submit]:active {
  background: #167cac; }

.fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }

.field {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 25px; }

.field-half {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .field-half {
      width: 100%; } }

.field label {
  margin: 0 5px 2px;
  font-size: 13px;
  display: block; }

.field abbr {
  color: #00aff5; }

.checkbox-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .checkbox-group {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.checkbox-group label {
  font-size: inherit;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
  padding: 7px 5px 7px 24px;
  cursor: pointer;
  background: url(../images/checkbox-unchecked.svg) no-repeat 9px center;
  background-size: 14px; }
  @media screen and (max-width: 767px) {
    .checkbox-group label {
      text-align: left;
      padding-left: 30px; } }

.checkbox-group label:first-of-type {
  border-radius: 2px 0 0 2px; }

.checkbox-group label:last-of-type {
  border-radius: 0 2px 2px 0; }

.checkbox-group label:not(:last-child) {
  /* margin-right: 10px; */
  border-right: 1px solid #d6d6d6; }
  @media screen and (max-width: 767px) {
    .checkbox-group label:not(:last-child) {
      border: none; } }

.checkbox-group input:checked + label {
  background-color: #007fad;
  background-image: url(../images/checkbox-checked.svg);
  color: white; }

.checkbox-group input {
  display: none; }

.alert {
  color: white;
  background: #ad0e00;
  border-radius: 3px;
  padding: 10px 15px;
  margin-bottom: 25px; }

.alert ul {
  margin: 0; }

.alert li:before {
  display: none; }

.contactform-field {
  margin-bottom: 10px; }

.contactform-help {
  font-size: 0.8em; }

@media only screen and (max-width: 764px) {
  .field {
    margin-bottom: 1em; } }

.g-recaptcha {
  margin-bottom: 23px; }

/*
 :::  Buttons
-------------------------------------------------- */
.btn {
  display: inline-block;
  line-height: 1em;
  font-weight: 600;
  color: #222; }

.arrow-left,
.arrow-right {
  display: inline-block;
  border: 7px solid transparent;
  margin-top: 3px;
  margin-right: 3px;
  vertical-align: top; }

.arrow-right {
  border-left: 6px solid currentColor;
  border-right: none;
  margin-right: 0;
  margin-left: 3px; }

.arrow-left {
  border-right: 6px solid currentColor;
  border-left: none; }

/*
 :::  Footer
-------------------------------------------------- */
footer {
  margin-top: auto; }

footer .container {
  padding-top: 0;
  padding-bottom: 0; }

footer .dock {
  padding: 21px 25px 28px;
  background: rgba(234, 234, 234, 0.9);
  border-radius: 5px 5px 0 0; }

.home footer .dock {
  background: rgba(234, 234, 234, 0.9); }

.nightmode footer .dock {
  color: #78a6dd;
  background: rgba(44, 79, 122, 0.85); }

footer menu {
  margin: 0 -17px 2em;
  float: left; }

footer menu a {
  padding: 0 15px 0 17px;
  color: #007dac;
  text-decoration: none; }

.nightmode footer menu a {
  color: #00b4f5; }

footer menu a + a {
  border-left: 1px solid #007dac; }

footer menu a:hover {
  color: #00b4f5; }

.nightmode footer menu a:hover {
  color: white; }

footer .socialmedia {
  margin-left: 42px;
  margin-top: -8px;
  float: left; }

footer .socialmedia .header-icon {
  box-shadow: none;
  background: #007dac; }

footer .socialmedia path,
footer .socialmedia a:hover path {
  fill: #e2e2e2; }

.nightmode footer .socialmedia path {
  fill: #26446e; }

footer .socialmedia a:hover .header-icon {
  background: #00b4f5; }

.nightmode footer .socialmedia .header-icon {
  background: #00b4f5; }

footer .columns {
  clear: left;
  font-size: 0.8em;
  line-height: 1.6; }

footer .columns img {
  -webkit-filter: grayscale();
  filter: grayscale();
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

footer .column {
  display: block;
  overflow: hidden; }

footer .column figure {
  margin-top: 8px;
  margin-bottom: 10px;
  float: left; }

footer .column figure:not(:last-child) {
  margin-right: 24px; }

footer .languages {
  float: right;
  margin-top: -7px;
  margin-right: -10px; }

@media only screen and (max-width: 764px) {
  footer menu {
    margin-bottom: 0;
    float: none; }
  footer .socialmedia {
    margin-top: 10px;
    margin-left: -7px;
    margin-bottom: 10px;
    float: left; }
  footer .languages {
    margin-top: 10px; } }

/*
 :::  Language
-------------------------------------------------- */
.languages {
  position: relative; }

.languages ul {
  position: absolute;
  list-style: none;
  bottom: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 3px;
  display: none; }

.languages.is-open ul {
  display: block; }

.languages li {
  background: white; }

.languages li:hover {
  background: #e6e6e6; }

.languages li:first-child {
  padding-top: 5px;
  border-radius: 5px 5px 0 0; }

.languages li:last-child {
  padding-bottom: 5px;
  border-radius: 0 0 5px 5px; }

.languages a {
  display: block;
  color: inherit;
  overflow: hidden;
  padding: 3px 0; }

.language-flag {
  float: left;
  margin: 0 10px; }

.language-name {
  float: left;
  margin: 0 10px 0 5px;
  line-height: 32px;
  display: inline-block;
  display: none; }

.languages-current {
  cursor: pointer; }

/*
 :::  Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%; }

/*
 :::  Network Message
-------------------------------------------------- */
.network-message {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background: #0085eb;
  border-radius: 100%; }

/*
 :::  Stats Widget
-------------------------------------------------- */
.stats {
  border: none;
  overflow: hidden;
  background: #ddd; }

.stats .row {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ddd; }

.stats .row div {
  border-right: 1px solid white;
  border-top: 1px solid white;
  line-height: 43px;
  text-align: center;
  float: left;
  width: 16.666666667%;
  height: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.stats > .row {
  z-index: 2;
  position: relative; }

.stats > .row:first-child div {
  color: white;
  background: #0082ad; }

.nightmode .stats > .row:first-child div {
  background: #25b2f4; }

.stats > .row > div:first-child {
  border-left: none; }

.stats > .row:first-child {
  border-radius: 5px 5px 0 0; }

.stats:not(.is-folded) > .row:nth-child(2),
.stats .clickable:hover {
  background: #00b8f5;
  color: white; }

.nightmode .stats:not(.is-folded) > .row:nth-child(2),
.nightmode .stats .clickable:hover {
  background: #0082ad; }

.stats.is-folded > .row:nth-child(2) {
  border-radius: 0 0 3px 3px; }

.stats.is-folded .row:last-child {
  color: inherit; }

.stats .row div:last-child {
  border-right: none; }

.stats > .row:first-child div {
  border-top: none; }

.stats .fold .row:last-child {
  border-radius: 0 0 5px 5px; }

.stats .fold {
  -webkit-transition: height 360ms, -webkit-transform 360ms;
  transition: height 360ms, transform 360ms;
  will-change: transform;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 0; }

.stats.is-folded .fold {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.stats .arrow {
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  will-change: transform;
  -webkit-transition: -webkit-transform 180ms;
  transition: transform 180ms;
  -webkit-transform: rotate(90deg) scale(0.5, 1);
  -ms-transform: rotate(90deg) scale(0.5, 1);
  transform: rotate(90deg) scale(0.5, 1); }

.stats.is-folded .arrow {
  -webkit-transform: scale(0.5, 1);
  -ms-transform: scale(0.5, 1);
  transform: scale(0.5, 1); }

.stats img {
  margin: 0; }

@media only screen and (max-width: 764px) {
  .stats {
    font-size: 10px; }
  .stats .row div {
    height: 37px;
    line-height: 37px; }
  .stats .arrow {
    font-size: 13px; } }

/*
 :::  Headline
-------------------------------------------------- */
.headline {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .headline {
      padding-top: 20px; } }

.headline-text {
  margin-left: 1em; }

.headline-icon {
  float: left; }
  @media screen and (max-width: 767px) {
    .headline-icon svg {
      width: 58px;
      height: 58px; } }

.headline .breadcrumb {
  padding-left: 1px;
  font-family: "Brandon Regular";
  font-size: 18px;
  margin: 0 0 -2px;
  color: #00b4f5;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .headline .breadcrumb {
      font-size: 15px; } }

.headline .breadcrumb a {
  color: inherit;
  border: none; }

.headline h1 {
  margin: 0;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .headline h1 {
      font-size: 21px; } }

.nightmode .headline-icon circle,
.nightmode .headline-icon path[fill="#007DAA"] {
  fill: #00b4f5; }

.nightmode .headline-icon [fill="#FFFFFF"] {
  fill: #03172c; }

.nightmode .headline-icon [stroke="#FFFFFF"] {
  stroke: #03172c; }

.nightmode .headline-icon [fill="#007DAC"] {
  fill: #00b4f5; }

.nightmode .headline h1 {
  color: white; }

/*
 :::  Tabs
-------------------------------------------------- */
.tabs + .content {
  border-radius: 0 5px 5px 5px; }

.tabs a {
  margin-right: 3px;
  padding: 7px 14px;
  color: #9ea3a3;
  float: left;
  border-radius: 3px 3px 0 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 500ms, background 500ms;
  transition: color 500ms, background 500ms; }

.tabs a:hover {
  color: #969c9c;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: none;
  transition: none; }

.tabs a.active {
  color: inherit;
  background: white;
  box-shadow: 0 5px white; }

@media only screen and (max-width: 764px) {
  .tabs + .content {
    border-radius: 0 0 5px 5px; }
  .tabs {
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px 0; }
  .tabs a {
    margin: 0 2px 4px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: nowrap;
    text-align: center;
    border-radius: 0; }
  .tabs a.active {
    box-shadow: none; } }

/*
 :::  Team
-------------------------------------------------- */
#face {
  display: none; }

svg:hover #face {
  display: block; }

/*
 :::  News
-------------------------------------------------- */
.article-list {
  overflow: hidden;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.article-holder {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .article-holder {
      width: auto; } }
  .article-holder article {
    padding: 40px 0 60px;
    margin-right: 40px;
    border-top: 1px solid #e4e6e7; }
    @media screen and (max-width: 767px) {
      .article-holder article {
        margin: 0; } }
  .article-holder h2 {
    text-align: center; }
  .article-holder time {
    margin-left: auto;
    margin-right: auto; }
  .article-holder:first-child article, .article-holder:nth-child(2) article {
    padding-top: 20px;
    border-top: none; }
  @media screen and (max-width: 767px) {
    .article-holder:nth-child(2) {
      padding-top: 40px;
      border-top: 1px solid #e4e6e7; } }
  .article-holder:nth-child(even) {
    border-left: 1px solid #e4e6e7; }
    @media screen and (max-width: 767px) {
      .article-holder:nth-child(even) {
        border-left: none; } }
    .article-holder:nth-child(even) article {
      margin-right: 0;
      margin-left: 40px; }
      @media screen and (max-width: 767px) {
        .article-holder:nth-child(even) article {
          margin-left: 0; } }

article h2 {
  margin-bottom: 13px; }

article time {
  display: table;
  margin: 0 19px 13px;
  font-style: italic;
  font-size: 13px;
  color: #949b9e;
  position: relative; }
  article time:after, article time:before {
    content: "";
    width: 14px;
    right: 100%;
    height: 1px;
    margin: -2px 5px 0;
    position: absolute;
    top: 50%;
    background: currentColor; }
  article time:after {
    left: 100%;
    right: auto; }

article p {
  margin-right: 0; }

article .excerpt {
  text-align: center; }

article .readmore {
  display: table;
  margin: 0 auto; }

article .pagination {
  padding: 8px 0; }

.pagination {
  padding: 10px 0 16px;
  overflow: hidden; }

.pagination-prev {
  float: right; }

.news-article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .news-article aside {
    margin-left: 30px;
    width: 216px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .news-article aside {
        display: none; } }

.article-back {
  padding: 15px 20px;
  background: #0c7eac;
  border-radius: 5px;
  color: white;
  display: block;
  text-align: center;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.1); }
  .article-back:hover {
    color: white;
    background: #00b4f5; }

.article-snippets {
  background: white;
  padding: 0 20px;
  border-radius: 5px;
  margin-top: 30px;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.1); }

.article-snippet {
  padding: 20px 0;
  display: block;
  color: inherit; }
  .article-snippet .article-title {
    line-height: 1.38; }
  .article-snippet:hover {
    color: inherit; }
    .article-snippet:hover .article-title {
      color: #00b4f5; }
  .article-snippet:not(:last-child) {
    border-bottom: 1px solid #e4e6e7; }
  .article-snippet.is-active .article-title {
    color: #0099cc; }

/*
 :::  News
-------------------------------------------------- */
.events .content .list {
  margin: 0 1em 1.75em; }
  @media screen and (max-width: 767px) {
    .events .content .list {
      margin-left: 0;
      margin-right: 0; } }

.event-entry {
  line-height: 1.8; }

.date-tag {
  display: inline-block;
  background: #00b4f5;
  color: white;
  font-size: 13px;
  padding: 5px 16px 4px 9px;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  border-radius: 3px 0 0 3px;
  vertical-align: top;
  margin-top: 2px; }
  .date-tag:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 11px solid transparent;
    border-right: 8px solid white;
    border-left: none; }
  .date-tag.attendence {
    background: #0082ad; }

/*
 :::  FAQ
-------------------------------------------------- */
.question {
  color: #007cab;
  font-style: italic; }

.faq-entry:not(:last-child) {
  margin-bottom: 2em; }

/*
 :::  Member List Downloads
-------------------------------------------------- */
.memberlists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px; }
  @media screen and (max-width: 767px) {
    .memberlists {
      display: none; } }

.memberlists-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 767px) {
    .memberlists-entry {
      margin-bottom: 16px; } }
  .memberlists-entry:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .memberlists-entry:not(:first-child) {
    margin-left: 16px; }
    @media screen and (max-width: 767px) {
      .memberlists-entry:not(:first-child) {
        margin-left: 0; } }

.memberlists-downloads {
  background: #f7f8f8 url(../images/download.svg) no-repeat 10px center;
  padding: 8px 14px 8px 38px;
  border-radius: 3px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .memberlists-downloads.has-schema {
    border-radius: 3px 0 0 3px; }

.memberlists-schema {
  margin-left: 15px;
  display: inline-block; }
  .memberlists-schema .icon {
    color: #c9c9c9;
    font-size: 17px;
    margin-right: 1px; }

/*
 :::  Layout Classes
-------------------------------------------------- */
.horizontal,
.vertical,
.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

/*
 :::  Columns
-------------------------------------------------- */
.columns {
  margin-right: -2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.column {
  display: inline-block;
  vertical-align: top;
  padding-right: 2em;
  float: left; }

.column .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.columns-1 .column {
  width: 100%; }

.columns-2 .column {
  width: 50%; }

.columns-221 .column:first-child {
  width: 70%; }

.columns-221 .column:last-child {
  width: 30%; }

.columns-3 .column {
  width: 33.33%; }

.columns-4 .column {
  width: 25%; }

.columns-5 .column {
  width: 20%; }

@media screen and (max-width: 767px) {
  .columns {
    display: block;
    margin-right: 0; }
  .column {
    width: 100% !important;
    float: none;
    margin-bottom: 20px;
    padding-right: 0; }
    .column:last-child {
      margin-bottom: 0; } }

/*
 :::  Helper
-------------------------------------------------- */
.columns:after,
.cf:after {
  content: "";
  display: table;
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

code.uilang {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0; }

.clickable {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.visible-phone {
  display: none; }
  @media screen and (max-width: 767px) {
    .visible-phone {
      display: block; } }

@media screen and (max-width: 767px) {
  .invisible-phone {
    display: none; } }
