@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  display: grid;
  height: 100vh;
  grid-template-rows: auto 1fr auto;
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 400;
  font-family: Verdana, Arial, sans-sans-serif;
  color: #6D6E71;
  margin: 0; }
  @media (min-width: 64em) {
    body {
      font-size: 1.63em;
      line-height: 1.74em; } }
  @media (min-width: 85.375em) {
    body {
      font-size: 1.88em;
      line-height: 2.00em; } }
  @media (min-width: 120em) {
    body {
      font-size: 1.9em;
      line-height: 2.02em;} }
  @media (min-width: 160em) {
    body {
      font-size: 2.17em;
      line-height: 2.31em; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.7rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 2.4rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.1rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

@media (min-width: 550px) {
  h1 { font-size: 3.5rem; }
  h2 { font-size: 3.2rem; }
  h3 { font-size: 2.9rem; }
  h4 { font-size: 2.6rem; }
  h5 { font-size: 2.3rem; }
  h6 { font-size: 1.8rem; }
}

.blue {
  color: #16A0A0;
}

.orange {
  color: #F5901B;
}

ul {
  list-style: square; }
ol {
  list-style: decimal; }
ol, ul {
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

ol li p {
  margin: 0;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: thin solid #6D6E71; }

header {
  padding: 1.6rem 0;
  -webkit-box-shadow: 0rem .5rem 2rem -.065rem rgba(0,0,0,0.57);
  -moz-box-shadow: 0rem .5rem 2rem -.065rem rgba(0,0,0,0.57);
  box-shadow: .5rem 2rem -.625rem rgba(0,0,0,0.57);
  display: inline-grid;
  grid-template-columns: [first] 60px [main] auto [third] 60px; }
  @media (min-width: 1100px) {
    header {
      display: flex;
      flex-wrap: wrap;
      padding: 1.6rem 4.8rem;
      justify-content: center; } }

header .logobox,
footer .logobox {
  grid-column: 2 / 3;
  text-align: center;
  padding: 0.5rem 0; }
  @media (min-width: 1100px) {
    header .logobox,
    footer .logobox {
      text-align: center;
      flex: 0 1 25rem;
    } }

footer .logobox {
  grid-column: 1 / 4;
}

footer .menubox,
header .menubox {
  flex: none;
  display: none; }
  @media (min-width: 1100px) {
    footer .menubox,
    header .menubox {
        flex: 1 1 30rem;
        text-align: right;
        display: block;
    } }

footer .menubox {
  display: block;
}

header a {
  text-decoration: none;
}

header a.dataplane {
  font-size: 3.0rem;
  font-weight: bold;
  color: #6D6E71;
  margin: 0;
  line-height: 1.0rem;
}

header ul,
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 1.6rem 0;
}

header ul li {
  display: inline;
  padding: 1.6rem;
}

header ul li a {
  text-decoration: none;
  color: #303030;
  padding-bottom: 3.2rem;
  font-size: 2rem;
}

footer ul li {
  display: inline;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}

header ul li a:hover {
  border-bottom: thin solid #6D6E71;
  color: #6D6E71;
}

header ul li a.header-cta {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #16A0A0; }
@media (min-width: 1100px) {
  header ul li a.header-cta {
    border-radius: 1rem;
    display: inline-block;
    border: none;
    padding:1rem;
    transition: all 0.4s ease 0s;
  }

  header ul li a.header-cta:hover {
    -webkit-box-shadow: 0 .5rem 2rem .1rem rgba(0,0,0,0.57);
    -moz-box-shadow: 0 .5rem 2rem .1rem  rgba(0,0,0,0.57);
    box-shadow: 0 .5rem 2rem .1rem  rgba(0,0,0,0.57);
    color: #E1E4B5;
    transition: all 0.4s ease 0s;
    border: 0;
    padding: 1rem;
  } }

header .mobilemenubox {
  grid-column: 1 / 2;
  }
  @media (min-width: 1100px) {
    header .mobilemenubox {
        display: none;
    } }

header input.mobilemenu {
  display: inline;
  top: 4rem;
  width: 4rem;
  height: 3.2rem;
  position: absolute;
  left: 1rem;
  cursor: pointer;
  opacity: 0;
  z-index: 2; }
  @media (min-width: 1100px) {
    header input.mobilemenu {
      display: none;
    } }

header .mobilemenubox span {
    display: block;
    background-color: #6D6E71;
    width: 33px;
    height: 4px;
    margin-left: 1.4rem;
    margin-bottom: 0.5rem;
    position: relative;
    border-radius: 0.3rem;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                opacity 0.55s ease;

  }
  @media (min-width: 1100px) {
    header .mobilemenubox span {
      display: none;
    } }

header .mobilemenubox input.mobilemenu ~ span:nth-last-child(4) {
  margin-top: 3.25rem;
}

header .mobilemenubox input.mobilemenu ~ span:first-child
{
  transform-origin: 0% 0%;
}

header .mobilemenubox input.mobilemenu ~ span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

header .mobilemenubox input.mobilemenu:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #16A0A0;
}

header .mobilemenubox input.mobilemenu:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

header .mobilemenubox input.mobilemenu:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

header .mobilemenubox input.mobilemenu ~ .menuitems {
  display: none; }
  @media (max-width: 1100px) {
    header .mobilemenubox input.mobilemenu ~ .menuitems {
      position: absolute;
      display:block;
      max-height: 100%;
      width: 100%;
      max-width: 100%;
      margin-top: 5.4rem;
      transform-origin: top;
      transform: scaleY(0);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
      background-color: white;
      z-index: 100;
    } }

header .mobilemenubox input.mobilemenu ~ .menuitems ul,
header .mobilemenubox input.mobilemenu ~ .menuitems ul li {
  padding: 0;
}

header .mobilemenubox input.mobilemenu ~ .menuitems ul li a {
  display: block;
  padding: 2rem 5rem;
  border-bottom: thin solid #6D6E71;
}

header .mobilemenubox input.mobilemenu ~ .menuitems ul li a:after{
  content: '>';
  text-align: right;
  float: right;
}

header .mobilemenubox input.mobilemenu:checked ~ .menuitems {
  transform: none;
}

footer {
  grid-template-columns: [first] 60px [main] auto [third] 60px;
  background-color: #303030;
  color: #E1E4B5;
  text-align: center;
  margin-top: 1.5rem;
  padding: 1.5rem; }
  @media (min-width: 1100px) {
    footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 1rem 3rem;
      font-size: 1.63rem;
      line-height: 1.74rem;
    } }

footer a {
  text-decoration: none;
  color: #E1E4B5;
}

footer a:hover {
    text-decoration: none;
}

main {
  margin: 2rem 1.5rem; }
  @media (min-width: 1100px) {
    main {
      margin: 2rem 5rem;
    } }

main a {
  color: #16A0A0;
  text-decoration: none;
}

main a:hover {
  color: #6D6E71;
  text-decoration: underline;
}

main p {
  margin: 2rem 3rem;
}

main .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem auto;
}

main .cards .card {
  flex: 1 1 30rem;
  flex-direction: column;
  text-align: center;
}

main .cards .card h1 {
  font-weight: bolder;
  font-size: 2.5rem;
  margin-top: 1.5rem;
}

main .cards .card .image150 {
  height: 150px;
}

main .cards .card .image200 {
  height: 200px;
}

main .cards .card .image200 img {
  border: thin solid #6D6E71;
  border-radius: 3rem;
}

main .cards .card p {
  text-align: left;
  margin: 1rem 2rem;
}

main .cards .card strong {
  color: #F5901B;
}

table {
  margin-bottom: 2rem;
  border-collapse: collapse;
  width: 100%;
}

tbody tr:nth-of-type(even) {
  background-color: #DDDDDD;
}

tbody tr:last-of-type {
  border-bottom: thick solid #6D6E71;
}

table.bottom caption {
  caption-side: bottom;
  background-color: #6D6E71;
  color: #E1E4B5;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #6D6E71; }
th:first-child,
td:first-child {
  padding-left: 0.5rem; }
th:last-child,
td:last-child {
  padding-right: 0.5rem; }

code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  white-space: nowrap;
  color: black;
  font-size: 90%;
  background: #DDDDDD;
  border: thin solid #6D6E71;
  border-radius: 0.4rem;
  font-family: Courier New, Courier, monospace;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

dl {
  margin: 1rem 4rem;
}

dt {
  font-weight: bold;
}

a.footnote-ref::before {
  color: #6D6E71;
  content: '[';
}

a.footnote-ref::after {
  color: #6D6E71;
  content: ']';
}
