/* fonts */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("fonts/Montserrat-Light.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("fonts/Montserrat-Black.woff") format("woff"); }
/* colors */
/* fonts */
/* breakpoints */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  vertical-align: baseline; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background: white;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  padding: 0; }
  @media screen and (min-width: 48em) {
    body {
      font-size: 18px; } }

article,
header,
section {
  display: block; }

a {
  background-color: transparent;
  border-bottom: 2px solid #969696;
  color: black;
  text-decoration: none; }
  a:hover {
    border-bottom: 2px solid black; }

img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 2rem 0 0; }
  @media (min-width: 48em) {
    h1 {
      font-size: 2.7rem;
      margin: 2rem auto 0;
      min-width: none; } }

h2 {
  color: black;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0;
  padding: 2rem 0 1rem; }
  @media (min-width: 48em) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  color: black;
  font-size: 1.4rem;
  line-height: 1.25; }
  @media (min-width: 48em) {
    h3 {
      font-size: 2.3rem;
      padding: 1.6rem 0; } }

p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 34em) {
    p {
      margin: 0 4% 1rem; } }

ul {
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 1.4;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  list-style-type: decimal;
  margin: 0;
  margin-left: 3rem;
  padding: 0 0 2rem; }
  ol li {
    margin-bottom: 1rem;
    padding: 0.2rem 0 0 0.5rem;
    position: relative; }

blockquote {
  border-left: 0.7rem solid #595959;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 3rem; }

pre {
  background-color: #c9c9c9;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem 0.5rem; }

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all; }

.centered {
  margin: 0 auto; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.no-scroll {
  height: 100%;
  margin: 0;
  overflow: hidden; }

.container {
  margin: 0 auto;
  max-width: 1024px;
  padding: 2%;
  width: 100%; }
  @media (min-width: 34em) {
    .container {
      min-width: 300px; } }
  @media screen and (min-width: 48em) {
    .container {
      padding: 2% 0;
      width: 750px; } }
  @media screen and (min-width: 66em) {
    .container {
      width: 800px; } }

.griddy {
  display: grid;
  grid-column-gap: 10%;
  grid-row-gap: 2rem;
  grid-template-columns: 35% 65%;
  grid-template-rows: auto;
  margin-top: 2rem;
  width: 100%; }

.page-wrapper {
  margin: 0 auto;
  width: 100%; }
  .page-wrapper header {
    background: #c9c9c9; }
  .page-wrapper .main-content .snippet {
    background-color: #c9c9c9;
    margin-top: 3rem;
    padding: 1rem; }
  .page-wrapper .main-content .intro {
    float: left;
    margin: 0 auto; }
  .page-wrapper .main-content .intro.griddy {
    grid-template-columns: 60% 40%; }
    .page-wrapper .main-content .intro.griddy .snippet {
      background: #2b2b2b;
      color: white; }
      .page-wrapper .main-content .intro.griddy .snippet h2,
      .page-wrapper .main-content .intro.griddy .snippet h3,
      .page-wrapper .main-content .intro.griddy .snippet a {
        color: white; }
      .page-wrapper .main-content .intro.griddy .snippet a:hover {
        border-bottom: 2px solid white; }
      .page-wrapper .main-content .intro.griddy .snippet ol li:before {
        color: white; }
  .page-wrapper .main-content .bg-color1 {
    background-color: #969696; }
  .page-wrapper .main-content .bg-color2 {
    background-color: #c9c9c9; }
  .page-wrapper .top {
    background-color: white;
    bottom: 0.5rem;
    color: black;
    position: fixed;
    right: 0;
    text-align: center; }
    .page-wrapper .top a {
      border: 0;
      color: black;
      font-size: 0.8rem;
      text-decoration: none; }
  .page-wrapper .toggles {
    display: flex;
    margin-top: 4rem;
    position: relative;
    width: 100%; }
    .page-wrapper .toggles div {
      position: relative;
      width: 50%; }
      .page-wrapper .toggles div span.label {
        font-size: 1.3rem;
        font-weight: 500;
        left: 6rem;
        position: absolute;
        top: 0.5rem; }
  .page-wrapper #tor-https {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    margin: 0;
    max-width: 792px;
    min-height: 400px;
    position: relative;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .page-wrapper #tor-https {
        width: 100%;
        min-height: 612px; } }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 5.5rem;
  height: 2.5rem; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid gray;
  border-radius: 34px;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  left: 4px;
  bottom: 1px;
  background-color: gray;
  border-radius: 50%;
  transition: .4s; }

input:checked + .slider {
  border-color: #39b54a; }

input:checked + .slider:before {
  background-color: #39b54a;
  transform: translateX(2.8rem); }

footer {
  background: black;
  clear: both;
  color: #c9c9c9;
  display: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 48em) {
    footer {
      display: block; } }
  footer .footer-wrapper {
    padding-bottom: 4rem;
    padding-top: 2rem; }
    footer .footer-wrapper a {
      border: 0;
      color: #c9c9c9; }
      footer .footer-wrapper a:hover {
        border-bottom: 2px solid white;
        color: white; }
    footer .footer-wrapper .footer-nav {
      display: grid;
      grid-column-gap: 1%;
      grid-template-columns: 50% 50%;
      margin-top: 3rem;
      width: 50%; }
      footer .footer-wrapper .footer-nav ul {
        line-height: 1;
        margin: 0;
        padding: 0; }
      footer .footer-wrapper .footer-nav li {
        line-height: 1.25;
        list-style: none;
        margin: 0; }
      footer .footer-wrapper .footer-nav a {
        border: 0;
        color: white;
        text-decoration: none;
        text-transform: none; }
        footer .footer-wrapper .footer-nav a:hover {
          color: white; }
  footer .griddy {
    grid-column-gap: 1%;
    grid-template-columns: 25% 25% 25% 25%; }
  footer .footer-logo {
    margin: 0;
    width: 100%; }
    footer .footer-logo a,
    footer .footer-logo a:hover {
      border: 0; }
    footer .footer-logo img {
      height: 90px; }

body {
  margin-top: 30px; }

.bar {
  background: black;
  color: white;
  display: block;
  font-size: 12.8px;
  height: 30px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11; }
  .bar .container {
    padding: 0; }
  .bar a {
    border: 0; }
  .bar img {
    margin-left: 0.5rem;
    padding-top: 5px;
    width: 80px; }
    @media screen and (min-width: 48em) {
      .bar img {
        margin-left: 0; } }

nav {
  background-color: transparent;
  color: white;
  display: block;
  height: 30px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15; }
  @media screen and (min-width: 48em) {
    nav {
      background-color: #c9c9c9;
      height: 60px;
      top: 30px;
      z-index: 5; } }
  nav .container {
    padding: 0; }
  nav ul {
    display: flex;
    font-size: 0.75rem;
    height: 2rem;
    justify-content: space-around;
    line-height: 1rem;
    list-style: none;
    margin: 0.2rem auto 0 12%;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      nav ul {
        max-width: 1024px; } }
    nav ul:after {
      content: ""; }
    nav ul li {
      display: none;
      font-size: 0.88rem;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        nav ul li {
          font-size: 1.1rem; } }
      nav ul li a {
        border: 0;
        color: black;
        display: inline-block;
        text-decoration: none; }
        nav ul li a.active {
          color: #666666;
          text-decoration: none; }
        nav ul li a:hover:not(.donate) {
          border-bottom: 2px solid #969696;
          color: #666666;
          text-decoration: none; }
      @media screen and (min-width: 48em) {
        nav ul li {
          display: inline-block;
          flex-grow: 1;
          font-size: 1rem;
          margin: 0.9rem auto 0;
          text-align: left; } }
      nav ul li.logo-li {
        display: inline-block;
        margin: 0;
        text-align: left; }
      nav ul li.donate {
        display: inline-block;
        margin: 2px auto 0; }
        @media screen and (min-width: 48em) {
          nav ul li.donate {
            margin: 0.8rem 0 0 2rem;
            width: 3.5rem; }
            nav ul li.donate a {
              background: #c9c9c9;
              color: black;
              padding: 0.5rem 0; } }
        nav ul li.donate a {
          background: transparent;
          color: white;
          margin: 0;
          padding: 0; }
          nav ul li.donate a:hover {
            background: white;
            color: black; }
          @media screen and (min-width: 48em) {
            nav ul li.donate a {
              background: #c9c9c9;
              margin: 0 auto 0 6%;
              padding: 0 0 0 0.7rem;
              position: relative;
              top: 0;
              width: 6rem; }
              nav ul li.donate a span.donate-mobile {
                display: none; } }

h2.tagline {
  margin-top: 0; }

.header-image {
  background-image: url("/images/header/AR-header-mobile.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 30rem;
  margin: 1.5rem auto;
  padding: 1.5rem 0;
  position: relative;
  width: 300px;
  z-index: 1; }
  @media screen and (min-width: 48em) {
    .header-image {
      background-image: url("https://www.eff.org/files/banner_library/free-speech-cat4_0.jpg");
      width: 750px; } }
  @media screen and (min-width: 66em) {
    .header-image {
      width: 850px; } }

header {
  background-color: white;
  width: 100%; }
  header img {
    display: block;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%; }

.share-links.mobile {
  clear: both;
  display: block;
  margin: 3rem auto 2rem;
  text-align: center; }
  .share-links.mobile > a {
    border: 0;
    display: inline-block;
    height: 4rem;
    overflow: hidden;
    position: relative;
    width: 4rem; }
    .share-links.mobile > a i {
      background-color: white;
      background-size: 4rem;
      display: inline-block;
      height: 4rem;
      position: relative;
      width: 4rem;
      z-index: 2; }
    .share-links.mobile > a:nth-child(1) {
      margin-right: 2rem; }
    .share-links.mobile > a span {
      background-color: #ec1e1e;
      box-sizing: content-box;
      display: inline-block;
      font-size: 1.2rem;
      height: 4rem;
      line-height: 4rem;
      opacity: 0.9;
      padding-left: 1rem;
      position: absolute;
      right: 0;
      text-align: left;
      text-transform: uppercase;
      top: 0;
      visibility: hidden;
      width: 14.7rem;
      z-index: 1; }
  .share-links.mobile > a.share-facebook i {
    background: url("images/icon-facebook.svg") no-repeat; }
  .share-links.mobile > a.share-twitter i {
    background: url("images/icon-twitter.svg") no-repeat; }

.share-links.desktop {
  display: none;
  left: 0;
  position: absolute;
  top: 22.5rem;
  z-index: 3; }
  .share-links.desktop > a {
    border: 0;
    display: block;
    height: 3rem;
    left: 0;
    margin-top: 1rem;
    overflow: visible;
    position: relative;
    width: 3rem; }
    .share-links.desktop > a:hover, .share-links.desktop > a:focus {
      opacity: 0.8;
      transition: width 130ms;
      width: 22rem; }
      .share-links.desktop > a:hover i, .share-links.desktop > a:focus i {
        left: 0;
        position: absolute;
        z-index: 2; }
        .share-links.desktop > a:hover i:after, .share-links.desktop > a:hover i:before, .share-links.desktop > a:focus i:after, .share-links.desktop > a:focus i:before {
          display: none;
          right: 0;
          transform: none; }
      .share-links.desktop > a:hover span, .share-links.desktop > a:focus span {
        visibility: visible; }
    .share-links.desktop > a:nth-child(2) {
      margin-top: 1.5rem; }
  .share-links.desktop > a i {
    background-color: none;
    background-size: 3rem;
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
    z-index: 2; }
  .share-links.desktop > a.share-facebook i {
    background: url("images/icon-facebook.svg") no-repeat; }
  .share-links.desktop > a.share-twitter i {
    background: url("images/icon-twitter.svg") no-repeat; }
  .share-links.desktop > a span {
    background-color: white;
    box-sizing: content-box;
    color: black;
    display: inline-block;
    font-size: 1.2rem;
    height: 2.5rem;
    left: 4rem;
    line-height: 2.5rem;
    opacity: 0.9;
    padding-left: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    visibility: hidden;
    width: 15.7rem;
    z-index: 1; }

@media screen and (min-width: 66em) {
  .share-links.mobile {
    display: none; }

  .share-links.desktop {
    display: block; } }

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