html, body, div,
header, footer, main, section, nav,
h1, h2, h3, h4, h5, h6, img, svg,
p, a, hr, span, ol, ul, li,
form, input, label,
pre, code {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

article,
aside,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

[hidden] {
  display: none; }

img {
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

ol,
ul {
  list-style: none; }

textarea {
  overflow: auto;
  resize: vertical; }

pre,
code {
  overflow: auto;
  font-family: monospace; }

a {
  background-color: transparent;
  text-decoration: none; }
  a:active, a:hover {
    outline: none; }

html, body {
  font-size: 10px; }
  @media screen and (max-width: 1000px) {
    html, body {
      font-size: 9px; } }
  @media screen and (max-width: 715px) {
    html, body {
      font-size: 8px; } }
  @media print {
    html, body {
      height: 100%; } }

body {
  background-color: white;
  font-family: "effra", sans-serif;
  font-weight: 300;
  color: #3A5459; }
  body.no-scroll {
    overflow-y: hidden; }

.post {
  padding: 36px 0; }
  .post .post-content:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 850px) {
    .post {
      padding: 36px 0; } }

.post-content {
  max-width: 715px;
  margin: 0 auto;
  padding: 0 30px; }

.post-aside, .post-callout {
  max-width: 1000px;
  margin: 0 auto; }
  @media print {
    .post-aside, .post-callout {
      max-width: 715px; } }

.aside-container, .callout-container {
  max-width: 450px; }
  @media print {
    .aside-container, .callout-container {
      max-width: 225px; } }
  .left.aside-container, .left.callout-container {
    float: left;
    margin: 10px 60px 10px 0; }
    @media screen and (max-width: 1000px) {
      .left.aside-container, .left.callout-container {
        float: none;
        margin: 20px auto; } }
    @media print {
      .left.aside-container, .left.callout-container {
        margin: 10px 20px 10px 0; } }
  .right.aside-container, .right.callout-container {
    float: right;
    margin: 10px 0 10px 60px; }
    @media screen and (max-width: 1000px) {
      .right.aside-container, .right.callout-container {
        float: none;
        margin: 20px auto; } }
    @media print {
      .right.aside-container, .right.callout-container {
        margin: 10px 0 10px 20px; } }
  @media screen and (max-width: 1000px) {
    .aside-container, .callout-container {
      max-width: none !important;
      padding: 40px 0; } }

.aside-container {
  margin: 0;
  max-width: 370px; }
  @media print {
    .aside-container {
      max-width: 225px; } }

.post-blockquote {
  max-width: 1000px;
  margin: 36px auto;
  text-align: center;
  padding: 0; }
  .post-blockquote .post-heading {
    color: #90A4AE;
    font-weight: 300;
    text-align: center;
    font-style: italic;
    max-width: 1000px; }
  .post-blockquote p {
    color: #5bbcc9;
    margin-bottom: 0;
    font-size: 2.2rem;
    font-style: italic; }
    @media print {
      .post-blockquote p {
        font-size: 12px; } }
  @media screen and (max-width: 1000px) {
    .post-blockquote {
      margin: 40px auto; } }
  @media print {
    .post-blockquote {
      margin: 20px auto; } }

.callout-container {
  padding: 60px;
  background-color: #FBF9F3; }
  @media screen and (max-width: 1000px) {
    .callout-container {
      padding: 40px 0; } }
  @media print {
    .callout-container {
      padding: 20px; } }

.post-figure {
  margin: 36px 0;
  color: #78909C;
  clear: both; }
  .post-figure.left, .post-figure.right {
    max-width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      .post-figure.left, .post-figure.right {
        padding: 0 30px; } }
    @media print {
      .post-figure.left, .post-figure.right {
        max-width: 715px; } }
  @media screen and (max-width: 1000px) {
    .post-figure {
      margin: 40px 0; } }
  @media print {
    .post-figure {
      margin: 25px 0; } }

.figure-container .post-text {
  padding: 0;
  margin: 9px auto 0 auto;
  font-size: 1.4rem;
  line-height: 1.4; }
  @media print {
    .figure-container .post-text {
      font-size: 10px; } }
.figure-container.full {
  text-align: center; }
  .figure-container.full .figure-image {
    width: auto; }
.figure-container.left {
  max-width: 450px;
  margin: 20px 60px 10px 0;
  float: left; }
  @media screen and (max-width: 1000px) {
    .figure-container.left {
      float: none;
      margin: 40px auto; } }
  @media print {
    .figure-container.left {
      max-width: 225px;
      margin: 10px 20px 10px 0; } }
.figure-container.right {
  max-width: 450px;
  margin: 20px 0 10px 60px;
  float: right; }
  @media screen and (max-width: 1000px) {
    .figure-container.right {
      float: none;
      margin: 40px auto; } }
  @media print {
    .figure-container.right {
      max-width: 225px;
      margin: 10px 0 10px 20px; } }
.figure-container .figure-image {
  width: 100%; }

h1.post-heading {
  margin-bottom: 25px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #1B3E4C; }
  @media screen and (max-width: 850px) {
    h1.post-heading {
      font-size: 2.7rem; } }
  @media print {
    h1.post-heading {
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 20px; } }

h2.post-heading {
  margin-bottom: 2.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.5rem;
  color: #5bbcc9; }
  @media print {
    h2.post-heading {
      font-size: 16px;
      line-height: 21px;
      margin-bottom: 18px; } }

h3.post-heading {
  margin-bottom: 1.8rem;
  font-size: 2.1rem;
  font-weight: 700;
  color: #1B3E4C;
  line-height: 2.4rem; }
  @media print {
    h3.post-heading {
      font-size: 16px;
      line-height: 23px;
      font-weight: 100;
      margin-bottom: 18px; } }

h4.post-heading {
  margin-bottom: 1.5rem;
  font-size: 1.9rem;
  font-weight: 500;
  color: #3A5459; }
  @media print {
    h4.post-heading {
      font-size: 14px;
      line-height: 23px;
      font-weight: 700; } }

h5.post-heading {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 300;
  color: #90A4AE;
  line-height: 3.5rem; }
  @media print {
    h5.post-heading {
      font-size: 12px;
      line-height: 16px;
      font-weight: 400;
      margin-bottom: 18px; } }

h6.post-heading {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #3A5459;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 0.18rem; }
  @media print {
    h6.post-heading {
      font-size: 9px;
      font-weight: 700;
      margin-bottom: 18px; } }

.post-list-item {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 400; }
  @media print {
    .post-list-item {
      font-size: 9px; } }

ol.post-list {
  list-style-type: decimal;
  color: #5bbcc9; }

ul.post-list .post-list-item {
  color: #78909C;
  list-style-image: url("/static/reports/2016/what-isps-can-see/images/ul-icon.svg"); }
  @media print {
    ul.post-list .post-list-item::before {
      width: 5px;
      height: 5px;
      margin-right: 0.7rem; } }
ul.post-list .post-list {
  padding-left: 2rem;
  margin-top: 1rem; }

.table-section {
  text-align: center;
  margin: 50px 0; }
  @media screen and (max-width: 1000px) {
    .table-section {
      border: 4px solid #CFD8DC;
      border-left: 0;
      border-right: 0;
      padding: 20px 0;
      max-width: 715px;
      margin: 40px auto; } }
  @media print {
    .table-section {
      margin: 40px 0; } }

.table-header {
  font-weight: bold;
  font-size: 20px;
  line-height: 23.59px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media screen and (max-width: 1000px) {
    .table-header {
      font-size: 12px;
      margin-bottom: 10px; } }
  @media print {
    .table-header {
      font-size: 9px;
      line-height: 10.95px;
      letter-spacing: 2.25px;
      margin-bottom: 15px; } }

.table-subheader {
  font-weight: bold;
  font-size: 22px;
  line-height: 23.59px;
  margin-bottom: 40px; }
  @media screen and (max-width: 1000px) {
    .table-subheader {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px; } }
  @media print {
    .table-subheader {
      font-size: 12px;
      line-height: 10.95px;
      margin-bottom: 20px; } }

.table-download {
  display: none;
  color: #5bbcc9;
  font-size: 12px;
  font-weight: 500; }
  @media screen and (max-width: 1000px) {
    .table-download {
      display: block; } }
  @media print {
    .table-download {
      display: none; } }

.post-table {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 2rem;
  color: #90A4AE;
  text-align: center;
  border-collapse: collapse;
  padding: 0 30px; }
  @media screen and (max-width: 1000px) {
    .post-table {
      display: none; } }

th {
  font-weight: 700;
  color: #1B3E4C;
  padding: 2rem; }
  @media print {
    th {
      font-size: 11px;
      line-height: 12.18px; } }

td {
  padding: 5rem; }
  @media print {
    td {
      font-size: 9px;
      line-height: 16.25px;
      padding: 25px; } }

td, th {
  border: 2px solid #CFD8DC; }
  td:last-child, th:last-child {
    border-right: 0; }
  td:first-child, th:first-child {
    border-left: 0; }

.post-text {
  margin-bottom: 18px;
  font-size: 1.9rem;
  line-height: 3.5rem;
  letter-spacing: 0.5px;
  color: #3A5459; }
  @media print {
    .post-text {
      margin-bottom: 15px; } }

.post-link {
  color: #5bbcc9; }

.center {
  text-align: center; }

.is-fixed .nav {
  position: fixed; }
.is-fixed header:first-of-type {
  margin-top: 75px; }

.nav {
  top: 0;
  width: 100%;
  height: 75px;
  padding: 20px 50px 0 50px;
  background-color: #FBF9F3;
  z-index: 2; }
  .nav::before, .nav::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1150px) {
    .nav {
      padding: 30px 30px 0 30px; } }

.nav-logo-upturn {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .is-fixed .nav-logo-upturn {
    background-image: url("/static/reports/2016/what-isps-can-see/images/nav-logo-upturn.svg") !important; }
    @media screen and (max-width: 400px) {
      .is-fixed .nav-logo-upturn {
        position: fixed;
        left: 20px;
        top: 27px;
        height: 20px;
        width: 20px; } }
    @media screen and (max-width: 175px) {
      .is-fixed .nav-logo-upturn {
        display: none; } }
  @media screen and (max-width: 1150px) {
    .nav-logo-upturn {
      position: fixed;
      left: 50px;
      top: 20px; } }

.nav-toolbar {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  list-style-type: none;
  z-index: 99; }
  .nav-toolbar li {
    display: inline-block; }

.nav-link {
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media screen and (max-width: 1150px) {
    .nav-link {
      margin-right: 20px; } }
  .nav-link.pdf {
    background-image: url("/static/reports/2016/what-isps-can-see/images/icon-pdf.svg");
    width: 25px;
    height: 8px; }
    @media screen and (max-width: 300px) {
      .nav-link.pdf {
        display: none; } }
  .nav-link.twitter {
    background-image: url("/static/reports/2016/what-isps-can-see/images/icon-twitter.svg");
    width: 21px;
    height: 17px; }
    @media screen and (max-width: 230px) {
      .nav-link.twitter {
        display: none; } }
  .nav-link.email {
    background-image: url("/static/reports/2016/what-isps-can-see/images/icon-email.svg");
    width: 21px;
    height: 16px; }
    @media screen and (max-width: 250px) {
      .nav-link.email {
        display: none; } }
  .nav-link.menu {
    background-image: url("/static/reports/2016/what-isps-can-see/images/icon-menu.svg");
    width: 106px;
    height: 16px;
    margin-right: 0; }
    @media screen and (max-width: 1150px) {
      .nav-link.menu {
        background-image: url("/static/reports/2016/what-isps-can-see/images/icon-menu-mobile.svg");
        width: 19px;
        height: 15px; } }

.nav-status-title {
  font-size: 15px;
  font-weight: 700;
  color: #5bbcc9;
  text-align: center; }

.nav-progress-bar {
  -webkit-transition: ease .33s all;
          transition: ease .33s all; }

#progress {
  fill: #5bbcc9 !important; }

.status {
  max-width: 715px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  bottom: -10px; }
  .status p, .status a {
    font-size: 15px;
    font-weight: 700;
    color: #5bbcc9;
    line-height: 35px; }
  @media screen and (max-width: 1150px) {
    .status {
      display: none; } }
  .status svg {
    width: 100%; }

.menu-nav {
  z-index: 1;
  display: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  width: 100%;
  overflow-y: scroll;
  height: calc(100% - 75px);
  position: fixed;
  top: 75px;
  padding: 100px 50px;
  background-color: #092930;
  color: #FBF9F3;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 20px;
  -webkit-transition: all .666s ease;
          transition: all .666s ease; }
  .menu-nav.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .is-fixed .menu-nav {
    display: block; }
  @media screen and (max-width: 1000px) {
    .menu-nav {
      padding: 40px; } }

@media print {
  #menu-nav {
    display: none; } }

.menu-nav-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 16px;
  color: #5bbcc9; }

.menu-nav-container::before, .menu-nav-container::after {
  content: "";
  display: table;
  clear: both; }
.menu-nav-container ul,
.menu-nav-container ol {
  float: left; }
  @media screen and (max-width: 1000px) {
    .menu-nav-container ul,
    .menu-nav-container ol {
      float: none;
      display: block; } }
.menu-nav-container ul {
  margin-right: 100px; }
  @media screen and (max-width: 1000px) {
    .menu-nav-container ul {
      margin-right: 0;
      margin-bottom: 40px; } }
.menu-nav-container li {
  margin-bottom: 40px; }
  .menu-nav-container li:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 1000px) {
    .menu-nav-container li {
      margin-bottom: 20px; } }
.menu-nav-container a {
  color: #FBF9F3;
  padding-bottom: 8px; }
  .menu-nav-container a.is-active {
    border-bottom: 2px solid #5bbcc9; }
  @media screen and (max-width: 400px) {
    .menu-nav-container a {
      padding-bottom: 2px; } }

.no-period {
  counter-reset: no-period; }
  .no-period li::before {
    content: counter(no-period) " ";
    counter-increment: no-period;
    margin-left: -20px;
    padding-right: 10px; }

.heading {
  padding: 4rem 0 4rem 0;
  background-color: #1B3E4C;
  font-size: 2rem;
  font-weight: bold;
  color: #FBF9F3;
  text-align: center; }
  @media screen and (max-width: 850px) {
    .heading {
      padding: 4rem 30px; } }

.heading-subtitle {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 2.4rem; }
  @media screen and (max-width: 850px) {
    .heading-subtitle {
      margin-bottom: 2rem; } }

.heading-title {
  padding: 4rem 0 4rem 0;
  font-size: 3.5rem;
  line-height: 3.6rem; }
  @media screen and (max-width: 850px) {
    .heading-title {
      font-size: 3rem;
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.heading-description {
  font-weight: normal;
  line-height: 2.9rem; }

.heading-inverted {
  background-color: #FBF9F3;
  color: #1B3E4C !important; }

.footnote {
  font-weight: 500;
  color: #5bbcc9; }
  @media print {
    .footnote {
      font-size: 8px; } }

.footnotes {
  display: none; }

.footnote-section {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 350px;
  padding: 50px 0;
  background-color: #FBF9F3;
  overflow-y: scroll;
  -webkit-transition: ease .66s -webkit-transform;
          transition: ease .66s transform; }
  .footnote-section.is-active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.footnote-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px; }
  .footnote-container::before, .footnote-container::after {
    content: "";
    display: table;
    clear: both; }

.footnote-title {
  float: left;
  font-size: 20px;
  font-weight: 500;
  color: #092930; }

.footnote-close {
  float: right;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #90A4AE;
  background: url("/static/reports/2016/what-isps-can-see/images/icon-close-footnote.svg") left center no-repeat;
  background-size: 14px;
  padding-left: 28px; }
  @media screen and (max-width: 1000px) {
    .footnote-close {
      height: 20px;
      padding-left: 15px; }
      .footnote-close span {
        display: none; } }

.footnote-content {
  clear: both;
  max-width: 715px;
  margin: 40px auto 0 auto;
  font-size: 16px;
  line-height: 29px;
  color: #3A5459; }

.reversefootnote {
  display: none; }

.note-container::after {
  content: ' ';
  width: 100%;
  height: 1px; }
.note-container .footnote {
  display: none; }

.note {
  color: #5bbcc9;
  background-color: #FFFBCC;
  font-weight: 700;
  padding: 1px 3px;
  border-radius: 30%;
  margin-left: -6px;
  margin-right: 4px; }
  @media print {
    .note {
      background-color: #FFFFFF;
      font-size: 8px;
      padding: 0px;
      border-radius: none;
      margin-left: -3px;
      margin-right: 3px; } }

sup {
  line-height: 100%; }

.cover {
  height: calc(100vh - 75px); }
  @media print {
    .cover {
      height: 75%; } }

.cover-footer {
  display: none;
  height: 25%;
  color: #1B3E4C;
  padding: 90px 0px; }
  .cover-footer p {
    font-size: 14px;
    margin-bottom: 10px; }
  .cover-footer img {
    width: 60px;
    height: 20px;
    float: right;
    margin-top: 10px; }
  @media print {
    .cover-footer {
      display: block; } }

.cover-title {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700; }

.cover-description {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700; }

.cover-meta-description {
  color: #1B3E4C;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 25px; }
  @media print {
    .cover-meta-description {
      font-size: 10px;
      margin-bottom: 15px; } }

.cover-1 {
  background: url("/static/reports/2016/what-isps-can-see/images/covers/cover-1-left.svg") left bottom/15% auto no-repeat, url("/static/reports/2016/what-isps-can-see/images/covers/cover-1-right.svg") right top/15% auto no-repeat, #FBF9F3; }
  @media print {
    .cover-1 {
      background: url("/static/reports/2016/what-isps-can-see/images/covers/cover-1-left.svg") left bottom/20% auto no-repeat, url("/static/reports/2016/what-isps-can-see/images/covers/cover-1-right.svg") right top/20% auto no-repeat, white; } }
  .cover-1 .cover-container {
    position: absolute;
    top: 40%;
    left: 40%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
    @media screen and (max-width: 850px) {
      .cover-1 .cover-container {
        width: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0); } }
    @media print {
      .cover-1 .cover-container {
        top: 30%;
        left: 50%;
        text-align: center; } }
  .cover-1 .cover-title {
    color: #5bbcc9; }
    @media screen and (max-width: 850px) {
      .cover-1 .cover-title {
        font-size: 28px;
        margin-bottom: 20px; } }
    @media print {
      .cover-1 .cover-title {
        font-size: 26px;
        margin-bottom: 20px; } }
  .cover-1 .cover-description {
    color: #1B3E4C; }
    @media screen and (max-width: 850px) {
      .cover-1 .cover-description.date {
        color: #5bbcc9; } }
    @media print {
      .cover-1 .cover-description.date {
        font-size: 14px; } }
    @media screen and (max-width: 850px) {
      .cover-1 .cover-description {
        margin-bottom: 10px;
        font-size: 14px; } }
    @media print {
      .cover-1 .cover-description {
        font-size: 12px;
        margin-bottom: 20px; } }
  .cover-1 .cover-meta {
    position: absolute;
    bottom: 150px;
    right: 50px; }
    @media screen and (max-width: 850px) {
      .cover-1 .cover-meta {
        left: 50%;
        top: 70%;
        right: auto;
        -webkit-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0); } }
    @media print {
      .cover-1 .cover-meta {
        bottom: 250px; } }
  @media screen and (max-width: 850px) {
    .cover-1 {
      text-align: center; } }

.cover-2 {
  background: url("/static/reports/2016/what-isps-can-see/images/covers/cover-1-left.svg") left bottom/15% auto no-repeat, url("/static/reports/2016/what-isps-can-see/images/covers/cover-1-right.svg") right top/15% auto no-repeat, #092930; }
  @media print {
    .cover-2 {
      background: white; } }
  .cover-2 .cover-title {
    max-width: 960px;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 1.25px;
    color: #FFFFFF; }
    @media screen and (max-width: 750px) {
      .cover-2 .cover-title {
        font-size: 25px;
        margin-bottom: 10px; } }
    @media print {
      .cover-2 .cover-title {
        font-size: 35px;
        color: #1B3E4C; } }
  .cover-2 .cover-description {
    max-width: 960px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1.25px;
    color: #FFFFFF; }
    .cover-2 .cover-description.date {
      margin-top: 80px;
      font-size: 20px;
      letter-spacing: -0.1px;
      color: #CFD8DC; }
      @media screen and (max-width: 750px) {
        .cover-2 .cover-description.date {
          margin-bottom: 0px;
          font-size: 18px; } }
      @media print {
        .cover-2 .cover-description.date {
          font-size: 20px;
          color: #5bbcc9; } }
    @media screen and (max-width: 750px) {
      .cover-2 .cover-description {
        margin-bottom: 0px;
        font-size: 18px; } }
    @media print {
      .cover-2 .cover-description {
        font-size: 20px;
        color: #1B3E4C; } }
  .cover-2 .cover-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 50px 0 50px; }
    @media screen and (max-width: 750px) {
      .cover-2 .cover-container {
        text-align: center;
        padding: 35px 10px; } }
  .cover-2 .cover-logo {
    max-width: 120px;
    margin-right: 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 750px) {
      .cover-2 .cover-logo {
        margin-left: 25px;
        margin-right: 25px; } }
    @media screen and (max-width: 400px) {
      .cover-2 .cover-logo {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    @media print {
      .cover-2 .cover-logo {
        display: none; } }
  .cover-2 .cover-logo-print {
    display: none; }
    @media print {
      .cover-2 .cover-logo-print {
        display: inline;
        margin-top: 0px; } }
  .cover-2 .cover-logos {
    margin-bottom: 20px; }

.footer {
  background-color: #092930;
  padding: 50px 60px; }
  @media print {
    .footer {
      display: none;
      visibility: hidden; } }

.footer-container {
  max-width: 1000px;
  margin: 0 auto; }
  .footer-container::before, .footer-container::after {
    content: "";
    display: table;
    clear: both; }

.footer-text {
  display: block;
  color: white;
  font-size: 14px;
  line-height: 18px; }

.footer-copyright {
  margin-top: 30px; }
  @media screen and (max-width: 850px) {
    .footer-copyright {
      margin-top: 10px; } }

.footer-logo {
  width: 40px;
  float: left; }
  @media screen and (max-width: 850px) {
    .footer-logo {
      float: none;
      display: block;
      margin-left: 0px; } }

@media screen and (max-width: 850px) {
  .footer-org {
    float: left;
    display: inline-block; } }
@media screen and (max-width: 700px) {
  .footer-org {
    float: none;
    display: block; } }

.footer-details {
  float: left;
  margin-left: 20px; }
  .footer-details .footer-text:last-child {
    margin-top: 0px; }
  @media screen and (max-width: 850px) {
    .footer-details {
      float: none;
      display: block;
      margin: 20px auto 40px auto; } }

.footer-toolbar {
  float: right; }
  @media screen and (max-width: 850px) {
    .footer-toolbar {
      float: none;
      display: block; } }

.footer-link {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .footer-link.facebook {
    background-image: url("/static/reports/2016/what-isps-can-see/images/footer-facebook.svg");
    width: 10px;
    height: 20px; }
  .footer-link.twitter {
    background-image: url("/static/reports/2016/what-isps-can-see/images/footer-twitter.svg");
    width: 20px;
    height: 17px; }
  .footer-link.linkedin {
    background-image: url("/static/reports/2016/what-isps-can-see/images/footer-linkedin.svg");
    width: 19px;
    height: 18px; }
  .footer-link[href=""] {
    display: none; }

.back-to-top {
  display: none;
  padding: 30px 0;
  background-color: #1B3E4C;
  text-align: center; }
  .back-to-top a {
    padding-right: 40px;
    background: url("/static/reports/2016/what-isps-can-see/images/icon-back-to-top.svg") right center no-repeat;
    color: #5bbcc9;
    font-size: 16px; }
  @media screen and (max-width: 850px) {
    .back-to-top {
      display: block; } }

.table-of-contents {
  padding: 50px 0; }
  @media screen and (max-width: 1000px) {
    .table-of-contents {
      padding: 40px 0; } }
  @media print {
    .table-of-contents {
      padding: 40px 0; } }

.table-of-contents-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px; }
  @media print {
    .table-of-contents-container {
      max-width: 715px;
      margin: 0 auto;
      padding: 0;
      width: 70%; } }

.table-of-contents-list {
  counter-reset: no-period; }

.table-of-contents-list-item {
  font-size: 3.2rem;
  color: #5bbcc9;
  border-top: 4px solid #CFD8DC;
  padding: 30px; }
  .table-of-contents-list-item::before {
    content: counter(no-period) " ";
    counter-increment: no-period; }
  @media screen and (max-width: 1000px) {
    .table-of-contents-list-item {
      padding: 20px; } }

.table-of-contents-link {
  margin-left: 30px;
  color: #5bbcc9;
  font-size: 3.2rem; }
  .table-of-contents-link.exec-summary {
    margin-left: 85px;
    margin-bottom: 30px;
    display: block; }
    @media screen and (max-width: 1000px) {
      .table-of-contents-link.exec-summary {
        margin-left: 55px; } }
  @media screen and (max-width: 1000px) {
    .table-of-contents-link {
      margin-left: 15px; } }

.table-of-contents-sublink-list {
  padding-left: 55px; }
  @media screen and (max-width: 1000px) {
    .table-of-contents-sublink-list {
      margin-top: 20px;
      padding-left: 35px; } }

.table-of-contents-sublink-list-item {
  margin-top: 25px; }
  .table-of-contents-sublink-list-item a {
    color: #092930;
    font-size: 2rem;
    font-weight: 500; }
  .table-of-contents-sublink-list-item.smaller {
    margin-top: 10px; }
    .table-of-contents-sublink-list-item.smaller a {
      font-size: 1.6rem;
      font-weight: normal;
      color: #90A4AE; }
  @media screen and (max-width: 1000px) {
    .table-of-contents-sublink-list-item {
      margin-top: 0; } }

.toc-item {
  position: relative;
  padding: 20px 30px;
  border-bottom: 4px solid #CFD8DC; }
  .toc-item:last-child {
    border-bottom: 0; }
  @media screen and (min-width: 1000px) {
    .toc-item {
      padding: 20px 100px; } }
  @media print {
    .toc-item {
      border-bottom: 2px solid #CFD8DC;
      padding-left: 20px; } }

.toc-link {
  color: #5bbcc9;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 1000px) {
    .toc-link {
      font-size: 24px; } }
  @media print {
    .toc-link {
      font-size: 14px; } }

.toc-number {
  position: absolute;
  left: 5px;
  color: #5bbcc9;
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 1000px) {
    .toc-number {
      font-size: 24px;
      left: 45px; } }
  @media print {
    .toc-number {
      font-size: 14px; } }

.toc-sublinks {
  display: none; }
  @media screen and (min-width: 1000px) {
    .toc-sublinks {
      display: block; } }
  @media print {
    .toc-sublinks {
      display: block;
      font-size: 12px; } }

.toc-sublink {
  display: block;
  color: #092930;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 1.1em;
  text-indent: -1.1em; }
  .toc-sublink.smaller {
    margin-top: 18px;
    color: #90A4AE;
    font-size: 13px;
    font-weight: 300; }
    @media screen and (min-width: 1000px) {
      .toc-sublink.smaller {
        margin-top: 20px;
        font-size: 16px; } }
    @media print {
      .toc-sublink.smaller {
        margin-top: 10px;
        font-size: 12px; } }
  @media screen and (min-width: 1000px) {
    .toc-sublink {
      margin-top: 25px;
      font-size: 1.9rem; } }
  @media print {
    .toc-sublink {
      margin-top: 10px;
      font-size: 12px; } }

.toc-close-item {
  position: absolute;
  right: 5px;
  width: 8px;
  height: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-transform .33s ease;
          transition: transform .33s ease;
  -webkit-transform: rotate(0.5turn);
      -ms-transform: rotate(0.5turn);
          transform: rotate(0.5turn); }
  .toc-close-item.is-active {
    -webkit-transform: rotate(0turn);
        -ms-transform: rotate(0turn);
            transform: rotate(0turn); }
  @media screen and (min-width: 1000px) {
    .toc-close-item {
      display: none; } }
  @media print {
    .toc-close-item {
      display: none; } }

.col-container {
  max-width: 1000px;
  margin: 0 auto; }
  .col-container::before, .col-container::after {
    content: "";
    display: table;
    clear: both; }

.col-half {
  float: left;
  width: 50%; }
  .col-half:first-child {
    padding-right: 30px; }
  .col-half:last-child {
    padding-left: 30px; }
  .col-half .post-list {
    padding: 0; }
  @media screen and (max-width: 1000px) {
    .col-half {
      float: none;
      display: block;
      padding: 0 30px !important;
      width: 100%; } }
  @media print {
    .col-half {
      float: none;
      width: 100% !important;
      padding: 0 30px !important; } }

#domain-log code {
  font-size: 12pt;
  padding-left: 50px; }
  @media screen and (max-width: 715px) {
    #domain-log code {
      font-size: 10pt;
      padding-left: 20px; } }
  @media screen and (max-width: 500px) {
    #domain-log code {
      font-size: 9pt;
      padding-left: 0px; } }
  @media print {
    #domain-log code {
      font-size: 10pt; } }

#unencrypted-table {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #777777; }

#unencrypted-table td {
  padding: 2rem; }
  @media print {
    #unencrypted-table td {
      padding: 1rem; } }

#unencrypted-table ul {
  text-align: left;
  padding-left: 2rem; }
  @media print {
    #unencrypted-table ul {
      padding-left: 0.5rem; } }

#unencrypted-table-title {
  margin-top: 40px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 2.7rem; }

.f {
  font-family: "effra", sans-serif;
  margin-bottom: 5px;
  font-size: 10px;
  word-wrap: break-word;
  overflow: hidden; }

.fnum {
  font-family: "effra", sans-serif;
  color: #5bbcc9;
  font-weight: 700;
  margin-right: 20px; }

.no-display-sublink {
  display: none; }
