/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  background: #f2f5f6;
  color: #666666;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.7em; }
  body.noscroll {
    overflow: hidden; }

.clear {
  overflow: hidden; }

p, h2, h1 {
  margin: 20px 0; }

a {
  color: #949494;
  text-decoration: underline; }
  a:hover {
    color: #757575; }

h2, .strong, h1 {
  font-weight: 700; }

h1 {
  font-size: 2em;
  color: #00a3e3;
  line-height: 1em; }

.wrap {
  max-width: 1100px;
  margin: auto;
  padding: 20px; }

.header {
  background-color: #fff;
  text-align: center;
  overflow: hidden; }

.body {
  color: #666666; }
  .body .text {
    text-align: center; }
    .body .text p {
      margin: 20px 0; }
  .body .block_wrap {
    overflow: hidden;
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap; }
    .body .block_wrap .block {
      width: 22.5%;
      margin: 1.25%;
      padding-bottom: 20px;
      min-height: 150px;
      text-align: center;
      cursor: pointer; }
      @media screen and (max-width: 700px) {
        .body .block_wrap .block {
          width: 30.83333%; } }
      @media screen and (max-width: 450px) {
        .body .block_wrap .block {
          width: 47.5%; } }
      .body .block_wrap .block img {
        max-width: 100%;
        cursor: inherit; }
      .body .block_wrap .block h2 {
        margin: 10px 0;
        color: #00a3e3;
        cursor: inherit; }

.embed {
  text-align: center; }
  .embed h2 {
    font-size: 1.5em; }
  .embed .code {
    max-width: 50%;
    background: #fff;
    border: 1px solid #444;
    margin: auto;
    padding: 10px; }

.overlay {
  background: rgba(40, 40, 40, 0.75);
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .overlay.show {
    display: block; }
  .overlay .dialog {
    position: relative;
    background: #d7f3fe;
    margin: 15vh auto;
    width: 80%;
    max-width: 700px;
    min-height: 150px; }
    @media screen and (max-width: 450px) {
      .overlay .dialog {
        margin: 20px auto; } }
    .overlay .dialog .inner {
      padding: 30px;
      position: relative; }
      @media screen and (max-width: 700px) {
        .overlay .dialog .inner {
          padding: 15px; } }
    .overlay .dialog .img {
      box-sizing: border-box;
      float: left;
      padding-right: 30px;
      width: 47%; }
      .overlay .dialog .img img {
        max-width: 100%; }
      @media screen and (max-width: 700px) {
        .overlay .dialog .img {
          float: none;
          padding-right: 0;
          text-align: center;
          width: 100%; } }
    .overlay .dialog h2 {
      font-size: 2em;
      line-height: 1em;
      color: #00a3e3; }
      .overlay .dialog h2.mob {
        display: none; }
      @media screen and (max-width: 700px) {
        .overlay .dialog h2 {
          display: none; }
          .overlay .dialog h2.mob {
            display: block;
            text-align: center; } }
    .overlay .dialog .info {
      float: right;
      width: 53%; }
      @media screen and (max-width: 700px) {
        .overlay .dialog .info {
          float: none;
          width: 100%; } }
      .overlay .dialog .info .brand {
        margin: 0 15px; }
      .overlay .dialog .info .date {
        display: block; }
        @media screen and (max-width: 700px) {
          .overlay .dialog .info .date {
            display: initial; } }
      .overlay .dialog .info .lead {
        font-style: italic; }
    .overlay .dialog .link {
      float: left;
      margin: 20px 0; }
      @media screen and (max-width: 700px) {
        .overlay .dialog .link {
          float: none; } }
    .overlay .dialog .social {
      float: right; }
      .overlay .dialog .social a {
        margin: 5px; }
      @media screen and (max-width: 700px) {
        .overlay .dialog .social {
          float: none;
          text-align: center;
          margin: 40px 0 0; } }
    .overlay .dialog .close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
  .overlay .nav {
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 3em;
    cursor: pointer; }
    .overlay .nav.next {
      right: -30px; }
    .overlay .nav.prev {
      left: -30px; }
