/*
    green: 1f233b rgba(20, 29, 64, 1)
    light blue: 8493ab;
*/
@media print {
  header, footer, aside, #cms_toolbar, #content_links, .navigation, .noprint, #cms_toolbar, .background-image, .header-image, .breadcrumbs {
    display: none !important; }
  #content, article, article .article, .page {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important; } }

.article {
  margin: 0 0 10px;
  position: relative;
  width: 57%;
  vertical-align: top;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.4;
  min-height: 800px; }
  @media print {
    .article {
      width: 100%;
      font-size: 10pt;
      min-height: auto;
      text-align: justify;
      line-height: 150%; } }
  .article .content {
    background: #fff;
    font-size: 16px;
    padding: 20px 25px 5px;
    font-weight: 400; }
    @media print {
      .article .content {
        font-size: 10pt;
        padding: 0; } }
    .article .content p {
      margin-bottom: 24px; }
    .article .content a {
      text-decoration: underline;
      color: #2e8cce; }
      @media print {
        .article .content a {
          color: #000; } }
  .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin: 24px 0; }
    @media print {
      .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
        color: #000 !important;
        text-transform: none;
        font-weight: normal !important; } }
  .article h3, .article h4 {
    font-weight: 300; }
  .article h5 {
    font-weight: 800; }
  @media print {
    .article h1:before {
      content: "Assembly.org: "; }
    .article h1 {
      font-size: 20pt; }
    .article h2 {
      font-size: 16pt; }
    .article h3 {
      font-size: 14pt; }
    .article h4, .article h5, .article h6 {
      font-size: 12pt; } }
  .article ul, .article ol {
    margin-bottom: 24px;
    padding-left: 15px;
    display: block; }
  .article ol {
    padding-left: 32px; }
    .article ol li {
      list-style: decimal outside; }
  .article li {
    margin: 5px 0;
    padding: 5px 0;
    list-style: square inside; }
    .article li ul {
      padding-left: 20px;
      margin: 0; }
  .article.post .header-image {
    position: relative;
    background-color: #bbb;
    max-height: 100%;
    width: 50%;
    float: left;
    margin-bottom: 20px;
    border: 0; }
    .article.post .header-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .article.post .header-image > .ratio-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .article.post .content h2 {
    margin-top: 0;
    display: inline-block; }
  .article .header-image {
    max-height: 250px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #fff; }
    .article .header-image img {
      width: 100%; }
  .article .time {
    float: right; }
  .article .meta {
    float: right;
    width: 20%; }
    .article .meta .some-button {
      position: relative;
      margin-bottom: 3px;
      display: block;
      width: 100%;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      padding: 12px 8px;
      line-height: 20px; }
      .article .meta .some-button.facebook {
        background: #3b579d; }
      .article .meta .some-button.twitter {
        background: #56a3d9; }
      .article .meta .some-button:after {
        -webkit-transition: background .2s;
                transition: background .2s;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .article .meta .some-button:hover:after {
        background: rgba(255, 255, 255, 0.15); }
      .article .meta .some-button .fa {
        margin-right: 6px;
        font-size: 24px; }
    .article .meta strong {
      display: inline-block;
      padding: 4px 6px;
      font-size: 16px; }
  .article .breadcrumbs {
    font-size: 14px;
    padding: 0;
    margin: 0; }
    .article .breadcrumbs li {
      list-style: none;
      display: inline; }
    .article .breadcrumbs li:first-child a {
      display: none; }
  .article hr {
    border-style: solid; }
  .article blockquote {
    background: #f9f9f9;
    border-left: 8px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px; }
  .article table {
    margin-bottom: 24px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #eee; }
    .article table th {
      font-weight: 800;
      padding: 10px;
      background: #141d40;
      color: #fff;
      text-align: center; }
      @media print {
        .article table th {
          color: #000;
          background: #fff;
          font-weight: bold; } }
    .article table tbody th:first-child {
      text-align: right; }
    .article table tbody th:last-child {
      text-align: left; }
    .article table td {
      padding: 10px;
      -webkit-transition: all .1s;
              transition: all .1s;
      border-right: 1px solid #eee; }
    .article table td:last-child {
      border-right: 0; }
    .article table tbody td:hover {
      -webkit-transform: scale(1.01);
              transform: scale(1.01);
      box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
      background: #f6f6f6; }

.blog-post {
  width: 25%;
  height: 460px;
  max-height: 460px;
  margin: 0 0 10px;
  background: #fff;
  display: block;
  float: left;
  font-size: 0;
  position: relative;
  overflow: hidden; }
  .blog-post:last-child .post-content {
    border: 0; }
  .blog-post .post-image {
    position: relative;
    background-color: #bbb;
    overflow: hidden; }
    .blog-post .post-image:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
    .blog-post .post-image > .ratio-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .blog-post .post-image img {
      width: 100%;
      max-width: 100%; }
  .blog-post .post-content {
    height: 400px;
    border-right: 1px solid #eee;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 20px 25px 5px;
    font-weight: 400;
    line-height: 1.2em; }
  .blog-post .post-content h3 {
    font-size: 18px;
    font-weight: 800 !important;
    margin-bottom: 10px;
    margin-top: 0;
    overflow: hidden;
    line-height: 1.3em; }
  .blog-post .post-content p {
    padding: 0;
    overflow: hidden; }
  .blog-post .post-meta {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%; }
    .blog-post .post-meta .time {
      display: inline-block;
      font-size: 14px;
      font-weight: 800;
      color: #1f233b;
      width: 50%;
      padding: 10px;
      margin: 0; }
      .blog-post .post-meta .time .updated {
        font-size: 10px; }
    .blog-post .post-meta a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      text-align: center;
      display: inline-block;
      width: 50%;
      background: #8aba56;
      border: 0;
      border-radius: 0;
      font-size: 12px;
      margin: 0;
      padding: 20px 10px;
      vertical-align: middle;
      -webkit-transition: background 0.3s;
              transition: background 0.3s;
      float: right;
      text-decoration: none; }
      .blog-post .post-meta a:hover {
        background: #6a8f43; }
  @media screen and (max-width: 960px) {
    .blog-post {
      width: 49%;
      height: 500px;
      max-height: 500px; }
      .blog-post .post-content {
        border-right: 0; } }
  @media screen and (max-width: 768px) {
    .blog-post {
      height: 460px;
      max-height: 460px; } }
  @media screen and (max-width: 500px) {
    .blog-post {
      height: 500px;
      max-height: 500px;
      width: 100%; } }

.btn-1e a, .event-info .call-for-action a a, .quick-links a a {
  -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }

.btn-1e:hover a, .event-info .call-for-action a:hover a, .quick-links a:hover a {
  color: #000; }

.btn, .event-info .call-for-action a, .quick-links a {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #FFF;
  background: none;
  cursor: pointer;
  padding: 20px 50px;
  /*padding: 25px 50px;*/
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 800;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  border-radius: 5px; }

.btn:after, .event-info .call-for-action a:after, .quick-links a:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.btn:before, .event-info .call-for-action a:before, .quick-links a:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased; }

.btn-1e, .event-info .call-for-action a, .quick-links a {
  overflow: hidden; }

.btn-1e:after, .event-info .call-for-action a:after, .quick-links a:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.btn-1e:hover, .event-info .call-for-action a:hover, .quick-links a:hover,
.btn-1e:active,
.event-info .call-for-action a:active,
.quick-links a:active {
  color: #80bae2; }

.btn-1e:hover:after, .event-info .call-for-action a:hover:after, .quick-links a:hover:after {
  height: 260%;
  opacity: 1; }

.btn-1e:active:after, .event-info .call-for-action a:active:after, .quick-links a:active:after {
  height: 400%;
  opacity: 1; }

.event-info {
  position: absolute;
  top: 140px;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .event-info .schedule-location {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6); }
    .event-info .schedule-location h3 {
      font-weight: 800;
      font-family: 'Open Sans';
      font-style: italic;
      font-size: 36px;
      margin-top: 25px; }
    .event-info .schedule-location h4 {
      font-weight: 600;
      font-family: 'Open Sans';
      font-style: italic;
      font-size: 24px; }
    .event-info .schedule-location .countdown {
      margin-top: 35px;
      color: #fff; }
  .event-info .call-for-action {
    text-align: center;
    margin: 35px 0; }
    .event-info .call-for-action a {
      width: 300px;
      height: 80px;
      line-height: 38px;
      margin: 10px 15px;
      z-index: 100; }

footer {
  background: #121938;
  color: #fff;
  padding: 50px 0; }
  footer .footer-navigation {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle; }
  footer .navigation {
    text-align: center;
    line-height: 30px; }
  footer li {
    position: relative;
    display: inline-block;
    margin: 0 15px; }
    footer li.selected > a, footer li.ancestor > a {
      opacity: 1;
      text-decoration: underline; }
    footer li a {
      color: #fff;
      font-weight: 800;
      text-transform: uppercase;
      opacity: .8;
      -webkit-transition: opacity .3s;
              transition: opacity .3s; }
      footer li a:hover {
        color: #fff;
        opacity: 1; }
  footer .organization {
    text-align: center;
    margin: 25px 0; }
    footer .organization .navigation a {
      margin: 0 30px;
      color: #fff;
      opacity: .8;
      font-size: 12px;
      font-style: italic;
      font-weight: 800; }
      footer .organization .navigation a:hover {
        text-decoration: underline; }
    footer .organization .copyright {
      margin: 35px 0; }
      footer .organization .copyright a {
        color: #fff; }
  footer .site-switcher {
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
    opacity: .5;
    margin-left: 10px; }
    footer .site-switcher:focus, footer .site-switcher:hover {
      opacity: 1; }
    footer .site-switcher select {
      border: 1px solid whitesmoke;
      -moz-appearance: none;
      z-index: 100;
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none;
      color: #141D40;
      background-image: url("../../images/triangle.png");
      background-position: 97% center;
      background-repeat: no-repeat;
      padding-right: 20px;
      background-size: 12px;
      border-radius: 10px;
      height: 22px; }
  footer .copyright-inner {
    margin-right: 10px;
    margin-top: 10px; }
  @media screen and (max-width: 768px) {
    footer .organization .navigation a {
      display: inline-block;
      margin: 15px 20px; } }

.some-logos {
  padding-bottom: 15px; }

.news-container, .news-featured-articles .news-article,
.news-latest-articles .news-article, .news-sidebar-block {
  margin: 0 0 10px;
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 800px; }

.news-cover-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  height: 180px;
  min-height: 180px; }

.news-fullscreen .news-content h1 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 15px; }

.news-fullscreen .news-content h2 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px; }

.news-fullscreen .news-content h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 26px; }

.news-fullscreen .news-content .news-title {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 20px; }

.news-fullscreen .news-content p {
  margin-bottom: 22px;
  line-height: 22px; }

.news-fullscreen .news-content ul, .news-fullscreen .news-content ol {
  margin-bottom: 24px;
  padding-left: 15px;
  display: block; }

.news-fullscreen .news-content ol {
  padding-left: 32px; }
  .news-fullscreen .news-content ol li {
    list-style: decimal outside; }

.news-fullscreen .news-content li {
  margin: 5px 0;
  padding: 5px 0;
  list-style: square inside; }
  .news-fullscreen .news-content li ul {
    padding-left: 20px;
    margin: 0; }

.news-fullscreen .news-content table {
  margin-bottom: 24px;
  width: 100%;
  font-size: 14px;
  border: 1px solid #eee; }
  .news-fullscreen .news-content table th {
    font-weight: 800;
    padding: 10px;
    background: #141d40;
    color: #fff;
    text-align: center; }
    @media print {
      .news-fullscreen .news-content table th {
        color: #000;
        background: #fff;
        font-weight: bold; } }
  .news-fullscreen .news-content table tbody th:first-child {
    text-align: right; }
  .news-fullscreen .news-content table tbody th:last-child {
    text-align: left; }
  .news-fullscreen .news-content table td {
    padding: 10px;
    -webkit-transition: all .1s;
            transition: all .1s;
    border-right: 1px solid #eee; }
  .news-fullscreen .news-content table td:last-child {
    border-right: 0; }
  .news-fullscreen .news-content table tbody td:hover {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    background: #f6f6f6; }

.news-fullscreen .news-detail-meta {
  padding: 20px 25px 30px;
  color: #111;
  font-size: 14px; }
  .news-fullscreen .news-detail-meta img {
    margin-right: 15px; }

.news-pager {
  margin: 15px; }
  .news-pager .pager {
    text-align: center; }
    .news-pager .pager li {
      display: inline-block;
      height: 30px;
      padding: 5px 10px; }
      .news-pager .pager li *,
      .news-pager .pager li *:active,
      .news-pager .pager li *:visited {
        color: #56A3D7;
        font-size: 14px; }
    .news-pager .pager li.previous {
      display: block;
      float: left; }
    .news-pager .pager li.next {
      display: block;
      float: right; }

.news-related {
  color: white; }

.news-content {
  border-right: 1px solid #eee;
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 20px 25px 5px;
  font-weight: 400;
  line-height: 1.2em; }
  .news-content p {
    padding: 0;
    overflow: hidden; }

.news-title {
  font-size: 18px;
  font-weight: 800 !important;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  line-height: 1.3em; }

.news-tags {
  font-style: italic; }

.news-summary-meta {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%; }
  .news-summary-meta .news-meta-time {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: #1f233b;
    width: 50%;
    padding: 10px;
    margin: 0; }
  .news-summary-meta a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    width: 50%;
    background: #8aba56;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    margin: 0;
    padding: 20px 10px;
    vertical-align: middle;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    float: right;
    text-decoration: none; }

.news-summary .news-content {
  padding-bottom: 76px; }

.news-featured-articles,
.news-latest-articles {
  position: relative;
  overflow: hidden;
  margin-top: 60px; }
  .news-featured-articles .news-article,
  .news-latest-articles .news-article {
    width: 25%;
    height: 460px;
    max-height: 460px;
    float: left; }

.news-fullscreen {
  margin: 0 0 10px;
  position: relative;
  width: 80%;
  vertical-align: top;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1.4;
  min-height: 800px; }
  .news-fullscreen .news-split-sidebar {
    width: 25%;
    float: left; }
  .news-fullscreen .news-split-content {
    width: 75%;
    float: left; }
    .news-fullscreen .news-split-content > .news-container, .news-fullscreen .news-featured-articles .news-split-content > .news-article, .news-featured-articles .news-fullscreen .news-split-content > .news-article, .news-fullscreen
    .news-latest-articles .news-split-content > .news-article,
    .news-latest-articles .news-fullscreen .news-split-content > .news-article, .news-fullscreen .news-split-content > .news-sidebar-block {
      background: none; }

.news-pagination {
  height: 53px;
  padding: 10px 15px; }
  .news-pagination li {
    float: left; }
    .news-pagination li > a,
    .news-pagination li > span {
      display: block;
      padding: 5px 10px;
      background: #141d40;
      color: #fff; }
    .news-pagination li > a:active,
    .news-pagination li > a:visited {
      color: #fff; }
    .news-pagination li > a:hover {
      color: #56a3dd; }
    .news-pagination li .active {
      background: #c0c0c0; }

.news-sidebar-block {
  margin-right: 15px; }
  .news-sidebar-block > li {
    display: block; }
  .news-sidebar-block .news-sidebar-title {
    display: block;
    padding: 5px 10px;
    background: #141d40;
    color: #fff; }
  .news-sidebar-block .news-sidebar-items {
    list-style-type: none;
    margin: 0; }
    .news-sidebar-block .news-sidebar-items li {
      padding: 5px 10px; }
      .news-sidebar-block .news-sidebar-items li a {
        display: block;
        color: #56a3dd;
        line-height: 29px; }
      .news-sidebar-block .news-sidebar-items li .badge {
        float: right;
        padding: 0 8px;
        background: rgba(20, 29, 64, 0.51);
        border-radius: 4px;
        color: #fff;
        line-height: 25px;
        margin-top: 2px;
        margin-right: 2px; }
      .news-sidebar-block .news-sidebar-items li:hover {
        background: rgba(20, 29, 64, 0.51); }
        .news-sidebar-block .news-sidebar-items li:hover a {
          color: #fff; }
        .news-sidebar-block .news-sidebar-items li:hover .badge {
          background: #fff;
          color: #56a3dd; }

.news-content-wrapper {
  display: block;
  position: relative;
  height: 100%; }

@media screen and (max-width: 960px) {
  .news-content {
    border-right: 0; }
  .news-fullscreen {
    margin: 0 5%;
    width: 90% !important; }
  .news-article-featured,
  .news-latest-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .news-article-featured .news-article,
    .news-latest-articles .news-article {
      width: 49%;
      height: 500px;
      max-height: 500px; } }

@media screen and (max-width: 768px) {
  .news-featured-articles .news-article,
  .news-latest-articles .news-article {
    max-height: 460px; } }

@media screen and (max-width: 500px) {
  .news-featured-articles .news-article,
  .news-latest-articles .news-article {
    max-height: 500px;
    width: 100%; } }

.quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center; }
  .quick-links a {
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
    width: 225px;
    height: 60px;
    line-height: 55px;
    padding: 0 20px; }
  @media screen and (max-width: 960px) {
    .quick-links {
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .quick-links a {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        margin-top: 20px; }
      .quick-links a:first-child {
        -ms-flex-preferred-size: 98%;
            flex-basis: 98%; } }
  @media screen and (max-width: 500px) {
    .quick-links a {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.search {
  padding: 0 10px;
  float: left; }
  .search .gsc-clear-button,
  .search .gsc-search-button {
    display: none; }
  .search .gsc-control-cse {
    padding: 0;
    border: 0;
    background: transparent; }
  .search form.gsc-search-box {
    padding: 0;
    margin: 0; }
  .search table.gsc-search-box td.gsc-input {
    padding: 0; }
  .search input.gsc-input {
    -webkit-transition: border .1s, opacity .5s;
            transition: border .1s, opacity .5s;
    font-size: 16px;
    opacity: .5;
    border-radius: 10px; }
    .search input.gsc-input:focus, .search input.gsc-input:hover {
      opacity: 1; }
  .search .gsc-selected-option-container {
    width: auto !important; }

.some-box {
  position: relative;
  width: 25%;
  display: block;
  float: left;
  color: #fff;
  padding: 35px 40px;
  vertical-align: top;
  font-size: 14px;
  text-align: center;
  height: 300px; }
  .some-box.twitter {
    background: #56a3d9; }
  .some-box.facebook {
    background: #3b579d; }
  .some-box a {
    -webkit-transition: background .2s;
            transition: background .2s;
    color: #fff;
    padding: 35px 40px;
    display: block;
    height: 300px;
    text-decoration: none; }
    .some-box a:hover {
      background: rgba(255, 255, 255, 0.15);
      color: #fff; }
      .some-box a:hover .prompt {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px); }
  .some-box.linked {
    padding: 0;
    font-style: italic; }
  .some-box .icon {
    margin-top: 15px;
    margin-bottom: 35px; }
  .some-box .text {
    margin-top: 30px;
    font-style: italic;
    font-size: 16px; }
  .some-box .prompt {
    -webkit-transition: -webkit-transform .2s ease-out;
            transition: transform .2s ease-out;
    font-size: 20px; }
  .some-box .bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase; }
  .some-box .username {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px; }
  .some-box .real-name {
    text-transform: uppercase;
    margin: 5px 0 10px;
    font-size: 16px; }
  .some-box .datetime {
    margin-top: 30px;
    font-weight: 800;
    font-style: italic;
    color: #abd5f3; }
  @media screen and (max-width: 1200px) {
    .some-box {
      padding: 4% 3%; } }
  @media screen and (max-width: 960px) {
    .some-box {
      width: 49%;
      margin-bottom: 2%; } }
  @media screen and (max-width: 500px) {
    .some-box {
      width: 100%; } }

.main-side-sponsors .plugin_picture {
  display: block;
  padding: 10px 12%;
  text-align: center; }

@media screen and (max-width: 960px) {
  .main-side-sponsors {
    margin: 10px 5%;
    text-align: center;
    width: 90% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .main-side-sponsors .plugin_picture {
      width: 25%;
      display: inline-block;
      padding: 10px 3%; } }

.side-sponsors {
  width: 20%;
  float: left;
  text-align: center; }
  .side-sponsors img {
    max-width: 100%; }
  .side-sponsors ul.sponsors-slide li {
    float: none;
    padding: 20px 25%;
    width: 100%; }
  @media screen and (max-width: 960px) {
    .side-sponsors ul.sponsors-slide {
      display: none !important; } }

.horizontal-main-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin: 20px auto;
  text-align: center; }
  .horizontal-main-sponsors img {
    width: auto;
    max-height: 100px;
    max-width: 100%;
    vertical-align: middle; }
  @media screen and (max-width: 768px) {
    .horizontal-main-sponsors {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .horizontal-main-sponsors .plugin_picture {
        margin-top: 10px;
        line-height: 100px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 0 10px; } }
  @media screen and (max-width: 500px) {
    .horizontal-main-sponsors .plugin_picture {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.horizontal-sponsors {
  background: #141d40;
  position: relative;
  margin-bottom: 50px;
  overflow: hidden; }
  .horizontal-sponsors .fader {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0;
    z-index: 200; }
    .horizontal-sponsors .fader.left {
      left: 0;
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(10%, #141d40), color-stop(100%, rgba(17, 17, 17, 0)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #141d40 10%, rgba(17, 17, 17, 0) 100%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, #141d40 10%, rgba(17, 17, 17, 0) 100%);
      /* W3C */ }
    .horizontal-sponsors .fader.right {
      right: 0;
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(90%, #141d40));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(17, 17, 17, 0) 0%, #141d40 90%);
      /* Chrome10+,Safari5.1+ */
      /* Opera 11.10+ */
      /* IE10+ */
      background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, #141d40 90%);
      /* W3C */ }
  .horizontal-sponsors .sponsors-slide {
    width: 100%; }
    .horizontal-sponsors .sponsors-slide img {
      max-width: 100%; }
    .horizontal-sponsors .sponsors-slide li {
      float: left;
      padding: 20px;
      width: 25%;
      text-align: center; }
    @media screen and (max-width: 500px) {
      .horizontal-sponsors .sponsors-slide li {
        width: 50%; } }

.home .logocontainer, .etusivu .logocontainer {
  display: none; }

.home .top-bar .side-content, .etusivu .top-bar .side-content {
  padding: 0; }

.home .top-bar .navigation, .etusivu .top-bar .navigation {
  padding-top: 0; }

.home .top-bar .tools, .etusivu .top-bar .tools {
  padding-top: 20px; }

.home .top-bar .fader, .etusivu .top-bar .fader {
  background: -webkit-linear-gradient(top, #141d40 30%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #141d40), color-stop(100%, transparent));
  background: linear-gradient(to bottom, #141d40 30%, transparent 100%); }

@media screen and (max-width: 960px) {
  .home .top-bar .tools, .etusivu .top-bar .tools {
    margin: 0;
    padding: 20px 0 0 32px;
    float: left;
    width: 100%; } }

@media screen and (max-width: 540px) {
  .home .top-bar .header-navigation, .etusivu .top-bar .header-navigation {
    padding: 20px 0 0;
    top: 0;
    left: 0;
    position: relative;
    width: 100%; }
    .home .top-bar .header-navigation .navigation, .etusivu .top-bar .header-navigation .navigation {
      padding: 0; }
  .home .top-bar .tools, .etusivu .top-bar .tools {
    padding: 20px 0 0; } }

.top-bar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 101; }
  .top-bar.scrolled {
    position: fixed;
    top: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    padding: 10px 0; }
  .top-bar .fader {
    height: 120px;
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top, #141d40 55%, transparent 100%);
    background: linear-gradient(to bottom, #141d40 55%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #141d40), color-stop(100%, transparent)); }
  .top-bar .logocontainer {
    float: left;
    width: 200px;
    padding-top: 20px; }
    .top-bar .logocontainer img {
      width: 200px;
      margin-bottom: 8px; }
    .top-bar .logocontainer .date-location {
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-family: 'Open Sans';
      font-size: 10px; }
  .top-bar .side-content {
    padding-top: 20px;
    padding-left: 200px; }
  .top-bar .header-navigation {
    float: left;
    padding: 20px 20px 0 10px;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: middle; }
  .top-bar .navigation {
    padding-left: 20px;
    float: left; }
    .top-bar .navigation > .child {
      position: relative;
      display: inline-block;
      margin: 0 15px;
      line-height: 20px; }
      .top-bar .navigation > .child ul {
        background-color: #141d40;
        -webkit-transition: padding .2s, opacity .2s, box-shadow .25s;
                transition: padding .2s, opacity .2s, box-shadow .25s;
        border-radius: 0 0 5px 5px;
        padding: 0 10px 10px;
        position: absolute;
        width: 190px;
        z-index: 100;
        opacity: 0;
        left: 0;
        pointer-events: none; }
      .top-bar .navigation > .child .child {
        -webkit-transition: padding .2s;
                transition: padding .2s;
        text-align: left;
        padding: 0 8px; }
        .top-bar .navigation > .child .child a {
          text-transform: none;
          font-weight: 400;
          letter-spacing: 1px; }
      .top-bar .navigation > .child:hover > ul, .top-bar .navigation > .child ul:hover {
        pointer-events: all;
        opacity: 1;
        padding-top: 20px;
        box-shadow: rgba(20, 29, 64, 0.7) -4px 10px 30px, rgba(20, 29, 64, 0.7) 4px 10px 30px; }
        .top-bar .navigation > .child:hover > ul li, .top-bar .navigation > .child ul:hover li {
          padding: 8px; }
          .top-bar .navigation > .child:hover > ul li:last-of-type, .top-bar .navigation > .child ul:hover li:last-of-type {
            padding-bottom: 8px; }
  .top-bar .child.selected > a, .top-bar .child.ancestor > a {
    opacity: 1;
    text-decoration: underline; }
  .top-bar .child a {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    opacity: .8;
    -webkit-transition: opacity .3s;
            transition: opacity .3s; }
  .top-bar .child a:hover {
    opacity: 1; }
  .top-bar .tools {
    float: right;
    padding-right: 30px;
    padding-top: 18px; }
  .top-bar .search {
    width: 145px; }
  @media screen and (max-width: 1400px) {
    .top-bar .fader {
      height: 175px;
      background: -webkit-linear-gradient(top, #141d40 65%, transparent 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #141d40), color-stop(100%, transparent));
      background: linear-gradient(to bottom, #141d40 65%, transparent 100%); }
    .top-bar .tools {
      padding-top: 20px;
      float: left;
      padding-left: 32px; }
    .top-bar .logocontainer {
      padding-top: 35px; } }
  @media screen and (max-width: 960px) {
    .top-bar .logocontainer {
      width: 100px; }
      .top-bar .logocontainer img {
        width: 100px; }
    .top-bar .side-content {
      padding-left: 100px; }
    .top-bar .header-navigation {
      width: 100%; }
    .top-bar .navigation {
      text-align: center; }
    .top-bar .tools {
      width: 400px;
      margin: 50px auto 0;
      float: none;
      padding: 20px 0 0; }
    .top-bar .fader {
      height: 200px; }
    .top-bar .navigation > .child ul {
      display: none; } }
  @media screen and (max-width: 540px) {
    .top-bar .side-content {
      padding: 0; }
    .top-bar .header-navigation {
      padding: 20px 0 0;
      position: absolute;
      left: 110px;
      top: 20px;
      width: 70%; }
    .top-bar .tools {
      float: left;
      padding: 10px;
      width: 100%;
      margin-top: 20px; }
    .top-bar .site-switcher select {
      width: 150px; } }

.language {
  float: left;
  padding: 3px 10px;
  display: block;
  box-sizing: border-box;
  vertical-align: middle;
  white-space: nowrap; }
  .language .lang {
    display: inline-block;
    margin-right: 8px; }
  .language .active {
    border-radius: 50%;
    box-shadow: 0 0 12px #adf;
    height: 16px; }
  .language a {
    color: transparent;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center no-repeat;
    background-size: 100%; }
  .language [href^="?lang=fi"] {
    background-image: url("../../images/finnish.png"); }
  .language [href^="?lang=en"] {
    background-image: url("../../images/english.png"); }

/* Menu Button */
/*START  SLICKNAV STYLES*/
/*!
 * SlickNav Responsive Mobile Menu v1.0.7
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: right;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 5px;
  background-color: #141d40;
  padding-top: 15px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_menutxt {
  display: none !important; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  margin-top: 0px; }

.slicknav_nav {
  background-color: #141d40;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  line-height: 30px;
  max-height: 100%; }

.slicknav_brand img {
  max-height: 100%;
  max-width: 100%; }

.slicknav_menu {
  display: none; }

@media screen and (max-width: 780px) {
  /* #menu is the original menu */
  .header-navigation, .tools, #content_links, .logocontainer {
    display: none !important; }
  .slicknav_menu, .slicknav_menu .tools {
    display: block !important; }
  li.ancestor ul {
    display: block !important; }
  #top {
    min-height: 25px !important; }
  .top-bar .fader {
    height: 80px !important; }
  .slicknav_menu .tools, .slicknav_menu .slicknav_btn {
    float: left;
    width: 30% !important;
    margin: 0px !important; }
  .slicknav_menu .slicknav_btn {
    display: block;
    height: 55px;
    position: relative; }
  .slicknav_menu .slicknav_brand {
    float: left;
    width: 40% !important; }
  .slicknav_menu .slicknav_icon {
    float: right;
    height: 100%;
    margin: 0.188em 0 0 0.438em;
    display: block;
    overflow: hidden;
    width: 50%; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 83%;
    height: 10%;
    border-radius: 1px;
    margin-bottom: 12%; }
  .page .backgroundimage {
    top: -60px; } }

.top-bar ul.mobile_navigation {
  display: none; }

/* GLOBALS */
html, body {
  height: 100%; }

body {
  background: #141d40;
  color: #111;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans', Arial, Verdana, Tahoma !important; }
  @media print {
    body {
      background: #fff;
      color: #000;
      font-size: 10pt;
      line-height: 150%;
      font-family: Georgia, "Times New Roman", Times, serif !important; } }

.cms_placeholder {
  display: none; }

.wrapper {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.content img {
  max-width: 100%;
  height: auto !important; }

a {
  color: #56a3d9;
  text-decoration: none;
  -webkit-transition: color .3s;
          transition: color .3s;
  cursor: pointer; }

a:hover {
  color: #4e9ed7;
  text-decoration: none; }

hr {
  display: block;
  border: 0;
  border-top: 1px solid #141d40;
  margin: 1em 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, Verdana, Tahoma;
  font-weight: 800; }

h1 {
  font-size: 48px;
  color: #141d40; }

h2 {
  font-size: 36px;
  color: #141d40; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

cite {
  margin-bottom: 24px;
  font-style: italic;
  padding-left: 45px;
  font-size: 18px;
  display: inline-block; }

cite:before {
  content: "\f10d";
  position: relative;
  left: -45px;
  margin-right: -24px;
  font-family: 'fontawesome';
  font-size: 24px;
  display: inline-block; }

/* HEADER */
#demo-canvas {
  position: absolute;
  bottom: 0;
  max-width: 100% !important; }

.logo img {
  max-width: 90%;
  margin: 0 auto;
  text-align: center; }

/* CAROUSEL */
#top {
  position: relative;
  color: #fff;
  min-height: 120px; }

#carousel {
  width: 100%;
  height: auto;
  min-height: 700px;
  background-image: url("/media/uploads/front_bg");
  backgound-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.summer15 #carousel {
  background-image: url("/static/images/summer15/front_bg.png"); }

.winter16 #carousel {
  background-image: url("/static/images/winter16/front_bg.jpg"); }

.summer16 #carousel {
  background-image: url("/static/images/summer16/front_bg.png"); }

#carousel .fader {
  height: 317px;
  width: 100%;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(90%, #141d40));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, #141d40 90%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, #141d40 90%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#111111', GradientType=0);
  /* IE6-9 */
  z-index: 99;
  position: absolute;
  bottom: 0; }

.carousel_meta {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  z-index: 100;
  width: 100%;
  text-align: center; }

.carousel_meta h3 {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase; }

.carousel_meta .carousel_read_more {
  color: #FFF;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 25px;
  -webkit-transition: -webkit-transform .2s;
          transition: transform .2s; }

.carousel_meta .carousel_read_more:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px); }

.carousel_meta .carousel_read_more:after {
  content: "\25BE";
  display: block; }

/* PAGE LINKS */
#content_links {
  width: 23%;
  margin-bottom: 50px;
  font-size: 14px;
  margin: 0;
  display: block;
  float: left; }
  #content_links ul {
    text-align: center; }
  #content_links > ul > li {
    background-color: #141d40;
    background-color: rgba(20, 29, 64, 0.7); }
  #content_links li {
    margin: 0 auto 8px;
    width: 80%; }
    #content_links li a {
      z-index: 100; }
    #content_links li ul {
      padding-top: 12px; }
  #content_links .btn, #content_links .event-info .call-for-action a, .event-info .call-for-action #content_links a, #content_links .quick-links a, .quick-links #content_links a {
    padding: 14px 40px; }
  #content_links .btn-1e, #content_links .event-info .call-for-action a, .event-info .call-for-action #content_links a, #content_links .quick-links a, .quick-links #content_links a, #content_links #content_links .selected, #content_links #content_links .ancestor {
    display: inline-block; }
  #content_links ul li ul li .btn, #content_links ul li ul li .event-info .call-for-action a, .event-info .call-for-action #content_links ul li ul li a, #content_links ul li ul li .quick-links a, .quick-links #content_links ul li ul li a {
    padding: 0;
    background-color: transparent;
    border: none;
    text-align: left;
    -webkit-transition: none;
            transition: none;
    overflow: visible; }
    #content_links ul li ul li .btn:after, #content_links ul li ul li .event-info .call-for-action a:after, .event-info .call-for-action #content_links ul li ul li a:after, #content_links ul li ul li .quick-links a:after, .quick-links #content_links ul li ul li a:after {
      display: none; }
  #content_links .navigation > .child > ul {
    display: none; }
  #content_links .navigation .ancestor > ul, #content_links .navigation .selected > ul {
    display: block; }
  #content_links .navigation .child.selected > a {
    text-decoration: underline; }
  #content_links .navigation > li > ul {
    background-color: #141d40;
    background-color: rgba(20, 29, 64, 0.7);
    padding-bottom: 4px;
    margin-top: -2px;
    border-radius: 0 0 6px 6px; }

/* NEWS */
#content {
  margin-bottom: 50px; }

.news_archive {
  color: #FFF;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  margin: 35px 0; }

.news_archive:hover {
  color: #aaa; }

.news_archive:after {
  content: "\25BE";
  display: block;
  color: #fff; }

.page {
  position: relative;
  margin-top: 30px; }

.page .backgroundimage {
  z-index: -20;
  position: absolute;
  top: -85px;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/media/uploads/article_bg");
  background-size: cover; }

/* Event specific backgrounds */
.summer15 .page .backgroundimage {
  background-image: url("/static/images/summer15/article_bg.png"); }

.winter16 .page .backgroundimage {
  background-image: url("/static/images/winter16/article_bg.jpg"); }

.summer16 .page .backgroundimage {
  background-image: url("/static/images/summer16/article_bg.png"); }

.page .backgroundfade {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #141d40));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #141d40 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #141d40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#141d40',GradientType=0 );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px; }

.page #content {
  font-size: 0; }

.page .blog-post .post-meta .time {
  width: 100%;
  font-weight: 300;
  font-size: 18px; }

.page .blog-post .text_content {
  border-right: 0; }

.page .blog-post .article_right button#twitter_share {
  background: #56a3d9; }

.page .blog-post .article_right button#facebook_share {
  background: #3b579d; }

.page .blog-post .article_right button i.fa {
  font-size: 20px;
  padding-right: 15px; }

.page .blog-post .article_right button:hover {
  min-width: 80%; }

/* FRONTPAGE SOME */
.blog-post-list {
  position: relative;
  overflow: hidden;
  margin-top: 60px; }

.some-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px; }

@media screen and (max-width: 1500px) {
  .wrapper {
    padding: 0 2.5%; } }

@media screen and (max-width: 960px) {
  .blog-post-list, .some-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .article {
    margin: 0 5%;
    width: 90% !important; }
  #content_links {
    margin: 50px 10% 0 10%;
    display: block;
    width: 80%; } }

@media screen and (max-width: 780px) {
  .article {
    margin: 0 2% !important;
    width: 96% !important; } }

.countdown {
  font-size: 16px; }

asm-schedule {
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 200px; }
  asm-schedule a {
    color: #2a7eb9;
    text-decoration: none; }
    asm-schedule a:hover {
      text-decoration: underline; }
    asm-schedule a:not([href]):not([ng-click]) {
      cursor: default;
      color: #111; }
      asm-schedule a:not([href]):not([ng-click]):hover {
        text-decoration: none; }
  asm-schedule .schedule-table {
    border: 0;
    margin: 0; }
  asm-schedule .days,
  asm-schedule .flags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    font-size: 16px; }
  asm-schedule .flags {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 100%; }
    asm-schedule .flags a {
      margin: 0 14px;
      display: inline-block; }
      asm-schedule .flags a.active {
        font-weight: bold; }
  asm-schedule th.subtitle {
    padding: 18px;
    font-size: 18px;
    text-transform: uppercase; }
  asm-schedule .input-container {
    position: relative; }
    asm-schedule .input-container input {
      padding-right: 18px; }
  asm-schedule .clear {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 27px;
    cursor: pointer; }
  asm-schedule .day.past {
    display: none; }
  asm-schedule .event h4 {
    margin: 0; }
    asm-schedule .event h4 .anchor {
      visibility: hidden;
      color: #aaa; }
  asm-schedule .event .description {
    margin-bottom: 0; }
  asm-schedule .event:hover h4 .anchor {
    visibility: visible; }
  asm-schedule .event.major td {
    border-left: 4px solid #0ff;
    font-weight: 400; }
  asm-schedule .event.major h4 {
    font-weight: 800; }
  asm-schedule .event.rescheduled td {
    border-left: 4px solid #f88;
    background-color: #ffe4e4; }
  asm-schedule .event.ongoing td {
    border-left: 4px solid #88f;
    background-color: #e4e4ff; }
    asm-schedule .event.ongoing td h4 {
      font-weight: 400; }
  asm-schedule .event.past td {
    opacity: .5; }
  asm-schedule .event.selected td {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    box-shadow: 1px 2px 10px 2px rgba(0, 0, 0, 0.4);
    background: #eee; }
  asm-schedule .mobiletime,
  asm-schedule .mobileview {
    display: none; }
  @media screen and (max-width: 680px) {
    asm-schedule .tmptime,
    asm-schedule .no-mobile {
      display: none; }
    asm-schedule .mobiletime,
    asm-schedule .mobileview {
      display: inline; }
    asm-schedule .event h4 {
      font-size: initial;
      word-break: break-word;
      word-wrap: break-word; } }

@media screen and (max-width: 960px) {
  asm-schedule .flags {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    display: block; }
    asm-schedule .flags input {
      margin-top: 7px;
      margin-left: 14px; } }

@media print {
  asm-schedule a,
  asm-schedule a:link,
  asm-schedule a:visited {
    color: #000;
    text-decoration: none; }
  asm-schedule .event h4 {
    color: #000;
    font-size: 10pt;
    font-family: Georgia, "Times New Roman", Times, serif !important; }
  asm-schedule .event.major {
    font-weight: bold; }
  asm-schedule .schedule-table th,
  asm-schedule table th {
    background: #fff;
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    page-break-after: avoid; }
  asm-schedule .schedule-table tr,
  asm-schedule table tr {
    border-bottom: 1px solid lightgray;
    page-break-inside: avoid; }
  asm-schedule .schedule-table td,
  asm-schedule table td {
    page-break-inside: avoid; } }

asm-streams .game h4 {
  margin-bottom: 5px; }
  asm-streams .game h4 .badge {
    padding: 7px; }

asm-streams .stream {
  padding: 10px; }
  asm-streams .stream a {
    font-weight: bold; }
  asm-streams .stream:nth-child(even) {
    background-color: #f1f1f1; }
  asm-streams .stream.offline {
    opacity: 0.5; }
    asm-streams .stream.offline a {
      font-weight: normal; }

asm-streams .badge {
  display: inline-block;
  background-color: #8BC34A;
  width: 10px;
  height: 10px;
  padding: 6px;
  border-radius: 50%; }
  asm-streams .badge.offline {
    background-color: #F44336; }

asm-streams .viewers {
  float: right; }

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