@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */

/*HEADER ANIMATION*/
@keyframes animatedClouds {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}
@keyframes animatedFrog {
    from { background-position: 50% 80px; }
    to { background-position: 50% 10px; }
}
body {background-image: url("40th_header_back2.jpg"); background-repeat: repeat-y;}
.header {
    background-image: url("40th-stripes-back6.png");
    background-repeat: repeat-x;
    width: 100%;
}
.animate-area2  { 
    width: 100%; 
    max-width: 1920px;
    height: 300px; 
    overflow: hidden;
    background-image: 
    url(40th_header_back4.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    animation: animatedClouds 30s linear infinite;
    position: relative;
}
.animate-area2:before {
    content:'';
    width: 100%;
    height: 300px; 
  background-image:url("40th_header_logo-800.png");
    background-position: 50% 10px;
    background-repeat: no-repeat;
    animation: animatedFrog 3s linear;
  position:absolute;
}

.forty-box {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: stretch;
    padding-bottom: 0px;
    margin: 10px 0 10px 0;
}
.forty-boxes {
    background: #fff;
    /*-moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 100%, 0 0);*/
    border: 2px solid #cc0000;
    overflow:hidden;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 0px;
}
.forty-box2{
    background: #fff;
    /*-moz-border-radius: 0 0 50px 0;
    -webkit-border-radius: 0 0 50px 0;
    border-radius: 0 0 50px 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 100%, 0 0);*/
    border: 2px solid #cc0000;
    overflow:hidden;
    width: 99%;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
    margin-top: 20px;
    margin-right: 5px;
    margin-bottom: 50px;
    margin-left: 5px;
}
.forty-box-head {
    background-image: url("grid_texture_50.png");
    background-color: #cc0000;
    color: #fff;
    width: 100%;
    padding: 20px 0 20px 0;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
    
.forty-box-head2 {
    background-image: url("grid_texture-black.png");
    background-color: #cc0000;
    color: #fff;
    width: 100%;
    padding: 20px 0 20px 0;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
.forty-box-text {
    background: #fff;
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    padding: 20px;  /*HAVE TO TURN BACK TO 20*/
}
.forty-box-head2 {
    background-image: url("grid_texture_50.png");
    background-color: #cc0000;
    color: #fff;
    width: 100%;
    padding: 20px 0 20px 0;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
}
.forty-box-text2 {
    background: #fff;
    color: #000;
    font-size: 1em;
    line-height: 1.5;
    padding: 20px;
}
.forty-box-sponsor {
    position:absolute; 
    right:55px;
    color: black;
}
.forty-card {
  background-color: white;
  color: black;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border: thin solid #ccc;
display: flex;
}
.forty-card a {
  color: #cc0000;
  background-color: white;
}
.forty-card a:hover {
  color: #000;
  background-color: white;
    text-decoration: none;
}
.forty-card2 {
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.forty-card2 iframe {
    grid-area: iframe;
    width: 100%;
    height: auto;
    max-width: 320px;
    max-width: 200px;
}
.forty-card3 {
  background-color: white;
  color: black;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  border: none;
}
.forty-card3 a {
  color: #cc0000;
  background-color: white;
}
.forty-card3 a:hover {
  color: #000;
  background-color: white;
    text-decoration: none;
}
.forty-card3 img {
  float: left; 
  padding-right: 20px;
  padding-bottom: 100px;
  width: 50px; height: auto;
}
.forty-card img {
  flex: left; 
  padding-right: 20px;
  width: 50px; height: auto;
}
.forty-cards {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
}
.forty-cards2 {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.forty-cards3 {
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  justify-items: stretch;
}
@media (min-width: 600px) {
  .forty-cards {grid-template-columns: repeat(3, 1fr);}
  .forty-cards img {width: 100px; height: auto;}
  .forty-cards2 { grid-template-columns: repeat(2, 1fr);}
  .forty-box {grid-template-columns: repeat(1, 1fr);}
  .forty-boxes {margin-top: 20px; margin-right: 25px; margin-left: 25px;}
    .title-score img {width: 255px;}
}
@media (min-width: 900px) {
  .forty-cards { grid-template-columns: repeat(4, 1fr);}
  .forty-cards2 { grid-template-columns: repeat(3, 1fr);}
  .forty-box {grid-template-columns: repeat(2, 1fr);}
  .outer-grid { display: grid; grid-template-rows: 1fr; grid-template-columns: 200px 350px 1fr;}
  .forty-boxes {margin-top: 20px; margin-right: 25px; margin-left: 25px;}
    .title-score img {width: 255px;}
}
    
.outer-grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 8px;
  align-items: center;
    
}
.outer-grid > div {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  padding: 0px;
  border: 0px solid #ddd;
}
.inner-grid {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 5px;
  place-self: center stretch;
}
.inner-grid > div {
  padding: 0px;
    border: 0px solid #cc0000;
}
.inner-grid a {
        background-color: #cc0000;
        color: #fff;
        height: 60px important!;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	    padding: 10px 0 10px 0;
        text-decoration: none;
        font-weight: 900;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        display: inline-block; 
        important!
    }
.inner-grid a:hover {
        background-color: #000000;
        color: #fff;
    }
.text-box {    
    
    }
.text-box a {
        background-color: #cc0000;
        color: #fff;
        width: 100px;
        text-align: center;
        font-size: 14px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	    padding: 10px 10px 10px 10px;
        text-decoration: none;
        font-weight: 900;
        -webkit-border-radius: 10px 10px 10px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        display: inline-block; 
        margin-right: 4px;
    }
.text-box a:hover {background-color: #000000; color: #fff;
    }

.title-score {
   font-size: 20px;
    font-weight: bold;
    background-color: #cc0000;
    color: #fff;
    width: 99%;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block; 
    margin-right: 4px;
}
.title-score img {
   width: 200px;
}
/*LIGHTBOX*/
  @media all {
      .lightbox { display: none; }
      .fl-page h1,.fl-page h3,.fl-page h4 {
          font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
          font-weight: 100;
          letter-spacing: 1px;
      }
      .fl-page h1 { font-size: 110px; margin-bottom: 0.5em; }
      .fl-page h1 i { font-style: normal; color: #ddd; }
      .fl-page h1 span { font-size: 30px; color: #333;}
      .fl-page h3 { text-align: right; }
      .fl-page h3 { font-size: 15px; }
      .fl-page h4 { font-size: 2em; }
      .fl-page .jumbotron { margin-top: 2em; }
      .fl-page .doc { margin: 2em 0;}
      .fl-page .btn-download { float: right; }
      .fl-page .btn-default { vertical-align: bottom; }

      .fl-page .btn-lg span { font-size: 0.7em; }
/*				.fl-page .footer { margin-top: 3em; color: #aaa; font-size: 0.9em;}
      .fl-page .footer a { color: #999; text-decoration: none; margin-right: 0.75em;}
      .fl-page .github { margin: 2em 0; }
      .fl-page .github a { vertical-align: top; }*/
      .fl-page .marketing a { color: #999; }

      /* override default feather style... */
      .fixwidth {
          background: rgba(256,256,256, 0.8);
      }
      .fixwidth .featherlight-content {
          width: 80%;
          padding: 25px;
          color: #fff;
          background: #111;
      }
      .fixwidth .featherlight-close {
          color: #fff;
          background: #333;
      }

      .dawg-fl-page {
          background: rgba(204,0,0, 0.8);
      }
      .dawg-fl-page .featherlight-content {
          width: 80%;
          padding: 25px;
          color: #fff;
          background: #cc0000;
      }
      .dawg-fl-page .featherlight-close {
          color: #fff;
          background: #333;
      }
  .score-table-40th {
      max-width: 500px; 
      width: 100%;
  }
  .score-table-40th td {
      border: thin solid #fff;
      padding: 10px;
      margin: 10px;
      color: #fff;
  }

  }

@media (max-width: 768px) {
      .fl-page h1 span { display: block; }
      .fl-page .btn-download { float: none; margin-bottom: 1em; }
  }
    