@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic);
/*
Theme Name: Level
Theme URI: http://tinktank.in/themes/level
Description: A responsive WordPress Theme
Author: Tink Tank
Author URI: http://tinktank.in
Version: 1
*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

input, textarea, label {
  -webkit-appearance: none;
  border: none;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, main, aside, figure, footer, header, hgroup, nav, section, img {
  display: block; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

html {
  height: 100%;
  overflow-y: scroll; }

[id*='attachment_'] {
  max-width: 100% !important; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

.screen-reader {
  position: absolute;
  top: -9999px;
  left: -9999px; }

@font-face {
  font-family: 'tinktankicons';
  src: url("_/_type/tinktankicons.woff") format("woff"), url("_/_type/tinktankicons.ttf") format("truetype"); }

html {
  font: normal 100%/1.9 sans-serif; }

body {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: 'Noto Sans', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #666b7e; }

a {
  color: #114a80;
  text-decoration: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1); }
  a:hover, a:focus {
    border-bottom: 3px solid #114a80; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  color: #114a80; }

h1, .h1 {
  font-size: 2.2em; }

h2, .h2 {
  font-size: 2em; }

h3, .h3 {
  font-size: 1.8em; }

h4, .h4 {
  font-size: 1.6em; }

h5, .h5 {
  font-size: 1.4em; }

h6, .h6 {
  font-size: 1.2em; }

p {
  margin-bottom: 1.9em; }

ul, ol, ul ul, ul ol, ol ol, ol ul {
  padding-left: 1.2em;
  margin-bottom: 1em; }

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0; }

blockquote {
  padding: 1em;
  background: rgba(0, 0, 0, 0.05);
  border-left: 10px solid rgba(0, 0, 0, 0.1);
  font-size: 0.8em;
  font-family: Georgia;
  font-style: italic;
  margin-bottom: 1.9em; }
  blockquote:after {
    content: "";
    display: table;
    clear: both; }
  blockquote p {
    margin-bottom: 0; }
  blockquote cite {
    display: inline-block;
    float: right;
    margin: 1em 0 0;
    font-style: normal; }

.wp-caption-text {
  font-family: Georgia, 'Noto' sans-serif;
  font-size: 90%;
  font-style: italic; }

.btn, .wpcf7-submit {
  background: #114a80;
  color: white;
  cursor: pointer; }
  .btn:hover, .btn:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
    opacity: 0.9; }

[data-icon]::before {
  position: relative;
  content: attr(data-icon);
  font-family: 'tinktankicons';
  font-weight: 400 !important;
  font-style: normal;
  text-transform: none;
  line-height: 0; }

body {
  min-height: 100%;
  font-size: 20px;
  border-left: 10px solid #114a80; }
  @media (max-width: 35em) {
    body {
      font-size: 16px; } }

.wrapper {
  max-width: 40em;
  padding: 8% 1em;
  margin-left: 10%; }
  @media (max-width: 60em) {
    .wrapper {
      margin: 0 auto; } }

[class*='page-wrap-'] {
  margin-bottom: 4em; }

.header {
  margin-bottom: 23%; }
  .header h1.logo {
    font-size: 1.8em;
    display: inline; }
    .header h1.logo a {
      border-bottom: none; }
  .header a.logo {
    float: left;
    border-bottom: none; }
  .header .tagline {
    display: inline;
    color: #bebebe; }
    @media (max-width: 35em) {
      .header .tagline {
        display: block; } }

.main-nav {
  background: #114a80;
  margin: -9% -1em 8% -1em; }
  @media (min-width: 50em) {
    .main-nav {
      float: right;
      margin: 0.4em 0 0 0;
      background: transparent; } }
  .main-nav ul {
    padding: 0; }
  .main-nav li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (min-width: 50em) {
      .main-nav li {
        border-bottom: none;
        display: inline-block;
        margin-left: 1em; } }
  .main-nav a {
    color: white;
    border: none !important;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 0.6em 1em; }
    @media (min-width: 50em) {
      .main-nav a {
        color: #114a80;
        padding: 0;
        font-size: 0.75em; } }

.js #nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }
  @media (min-width: 50em) {
    .js #nav {
      position: relative;
      max-height: none; } }

#nav.opened {
  max-height: 9999px; }

#nav-toggle {
  float: right;
  border-bottom: none;
  font-family: 'tinktankicons'; }
  @media (min-width: 50em) {
    #nav-toggle {
      display: none; } }

.home-tile {
  position: relative;
  float: left;
  width: 33.33%;
  border: 1px solid white;
  outline: none; }
  @media (max-width: 35em) {
    .home-tile {
      width: 50%; } }
  .home-tile img {
    width: 100%;
    height: auto; }
  .home-tile:hover, .home-tile:focus {
    border: 1px solid white; }
  .home-tile:hover span, .home-tile:focus span {
    opacity: 1; }
  .home-tile span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1em;
    background: #114a80;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease; }
  .home-tile h1 {
    position: relative;
    color: white;
    font-size: 1.2em;
    margin-bottom: 0; }
    .home-tile h1:after {
      content: '';
      position: absolute;
      top: 150%;
      left: 0;
      width: 1em;
      border-bottom: 3px solid rgba(255, 255, 255, 0.2); }

.blogroll .blog-entry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.8em 0.8em 0 0; }
  .blogroll .blog-entry:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .blogroll .blog-entry .blog-title {
    font-size: 1.6em; }
    .blogroll .blog-entry .blog-title a {
      border: none; }
.blogroll .time {
  font-size: 0.8em;
  color: #bebebe; }

.page-wrap-blog .sidebar {
  margin-top: 0; }

.pagination {
  padding: 1em 0; }

.comments-wrap {
  margin-bottom: 4em; }

.commentlist {
  padding: 0; }
  .commentlist li {
    padding: 1em 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .commentlist .avatar {
    float: left;
    width: 15%;
    margin-right: 1em; }
  .commentlist .comment-meta {
    margin-bottom: 1em; }

textarea, input, .s {
  max-width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 1em;
  font-family: 'Noto Sans', "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

@media (max-width: 35em) {
  .commentform label {
    font-size: 1em; }
  .commentform input {
    width: 50%; } }
.social-icons {
  font-size: 2em; }
  .social-icons a {
    color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 1px;
    margin-bottom: 0;
    line-height: normal;
    border: none !important; }
    .social-icons a:hover, .social-icons a:focus {
      color: #114a80; }
  .social-icons span {
    position: absolute;
    top: -9999px;
    left: -9999px; }

.footer small {
  font-size: 70%; }
