/*!
Theme Name: nano
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nano
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nano is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 180%; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Nunito", sans-serif; }

h1, h2 {
  margin: 0 0 30px 0;
  line-height: 110%;
  font-weight: 800; }

h1 {
  font-size: 4rem; }
  @media (max-width: 576px) {
    h1 {
      font-size: 3rem; } }
  @media (max-width: 576px) {
    h1 {
      font-size: 2.6rem; } }

h2 {
  font-size: 3.4rem; }

h3 {
  font-size: 2rem; }

p {
  margin-bottom: 1.5em;
  font-size: .95rem;
  line-height: 160%; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 4, 2017, 1:27:27 PM
    Author     : olpuurun
*/
section {
  height: 100vh;
  min-height: 700px;
  max-height: 1000px;
  display: flex;
  align-items: center;
  position: relative; }
  @media (max-width: 576px) {
    section {
      display: block;
      height: auto;
      min-height: 0;
      max-height: unset; } }
  section .section-content {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding-left: 100px;
    position: relative;
    align-items: center; }
    @media (max-width: 1200px) {
      section .section-content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 576px) {
      section .section-content {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        padding-top: 40px;
        padding-bottom: 40px; } }
    section .section-content .info {
      flex: 5;
      margin-right: 120px; }
      @media (max-width: 1200px) {
        section .section-content .info {
          margin-right: 60px; } }
      @media (max-width: 576px) {
        section .section-content .info {
          margin-right: 0;
          margin-bottom: 40px; } }
    section .section-content .media {
      flex: 7;
      position: relative; }
      section .section-content .media img {
        width: 100%;
        display: block;
        height: auto; }
        @media (max-width: 576px) {
          section .section-content .media img {
            width: 90%;
            margin: 0 auto; } }
      section .section-content .media img.image-front {
        padding: 10px;
        box-shadow: 0 5px 10px #ccc;
        background: #fff; }
      section .section-content .media img.image-back {
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(10deg);
        z-index: -1;
        opacity: .3;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
        @media (max-width: 576px) {
          section .section-content .media img.image-back {
            left: 5%; } }
      section .section-content .media .video-border {
        padding: 6px;
        background: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        position: relative;
        cursor: pointer; }
      section .section-content .media .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0; }
        section .section-content .media .video-wrapper iframe, section .section-content .media .video-wrapper object, section .section-content .media .video-wrapper embed {
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute; }
      section .section-content .media .video-cover {
        position: absolute;
        top: 6px;
        left: 6px;
        bottom: 6px;
        right: 6px;
        background-size: cover;
        background-position: 50% 50%; }
    section .section-content .buttons {
      margin-top: 40px; }
      section .section-content .buttons .btn {
        margin-right: 10px;
        margin-bottom: 10px; }
  section.no-media {
    display: block;
    padding-top: 100px;
    height: auto;
    max-height: unset;
    padding-bottom: 100px; }
    @media (max-width: 576px) {
      section.no-media {
        padding-top: 0;
        padding-bottom: 0; } }
    section.no-media .section-content {
      display: block; }

header.site-header .top {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1280px;
  margin: 30px auto 0 auto; }
  @media (max-width: 1200px) {
    header.site-header .top {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 576px) {
    header.site-header .top {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: 20px; } }
  header.site-header .top a#logo {
    justify-self: flex-start;
    display: block;
    background: url(assets/img/nanoquill_logo.png) top left no-repeat;
    background-size: contain;
    height: 65px;
    width: 100px;
    text-indent: -9999px; }
    @media (max-width: 576px) {
      header.site-header .top a#logo {
        width: 80px;
        height: 52px; } }
  header.site-header .top .search-wrapper {
    text-align: right;
    /*flex-grow: 1;*/ }
    header.site-header .top .search-wrapper input#search {
      border: 0;
      border-bottom: solid #ebebeb 2px;
      padding: 0; }
      header.site-header .top .search-wrapper input#search:focus {
        outline: none; }
  header.site-header .top nav {
    flex-grow: 1;
    text-align: right;
    padding-top: 15px; }
    @media (max-width: 576px) {
      header.site-header .top nav ul li {
        margin-left: 20px; }
        header.site-header .top nav ul li:first-child {
          margin-left: 0; } }

section.primary-section {
  background-image: url(assets/img/bg_element.png);
  background-position: -100px top;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100vh - 95px); }
  @media (max-width: 768px) {
    section.primary-section {
      background-size: cover;
      height: auto; } }

#hero .media {
  max-width: 100%; }

#what-is-this {
  background-image: url(assets/img/bg_element.png);
  background-position: -1100px top;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 768px) {
    #what-is-this {
      background-size: cover; } }
  #what-is-this .media {
    order: 1;
    margin-right: 120px;
    position: relative;
    align-self: flex-start; }
    @media (max-width: 768px) {
      #what-is-this .media {
        margin-right: 60px; } }
    @media (max-width: 576px) {
      #what-is-this .media {
        display: none; } }
    #what-is-this .media > div {
      border-radius: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }
      @media (max-width: 768px) {
        #what-is-this .media > div {
          position: relative; } }
    #what-is-this .media .image-1 {
      background-image: url(assets/img/bigImage01.jpg);
      background-position: 50% 0;
      width: 400px;
      height: 400px;
      left: 0;
      top: 0;
      text-align: center;
      line-height: 400px;
      font-size: 2.5rem;
      color: #fff;
      font-family: "nunito"; }
      @media (max-width: 1200px) {
        #what-is-this .media .image-1 {
          width: 300px;
          height: 300px;
          line-height: 300px;
          top: 200px; } }
      @media (max-width: 768px) {
        #what-is-this .media .image-1 {
          top: 0; } }
    #what-is-this .media .image-2 {
      background-image: url(assets/img/bigImage02.jpg);
      background-position: top left;
      width: 300px;
      height: 300px;
      left: 410px;
      top: 0; }
      @media (max-width: 1200px) {
        #what-is-this .media .image-2 {
          left: auto;
          right: 0; } }
      @media (max-width: 768px) {
        #what-is-this .media .image-2 {
          width: 200px;
          height: 200px;
          left: 100px;
          margin-top: 40px; } }
    #what-is-this .media .image-3 {
      background-image: url(assets/img/bigImage03.jpg);
      background-position: 50% 0;
      width: 250px;
      height: 250px;
      left: 330px;
      top: 320px; }
      @media (max-width: 990px) {
        #what-is-this .media .image-3 {
          right: 0;
          left: auto;
          width: 200px;
          height: 200px; } }
      @media (max-width: 768px) {
        #what-is-this .media .image-3 {
          display: none; } }
  #what-is-this .info {
    order: 2;
    margin-right: 0;
    flex: 4;
    padding-top: 50px; }

#social {
  background-image: linear-gradient(#fff 25%, #f9e9ff 75%); }
  #social .section-content {
    display: block; }
    @media (min-width: 1200px) {
      #social .section-content {
        padding-right: 400px; } }
    #social .section-content h2 {
      margin-bottom: 40px; }
    #social .section-content .social-menu-wrapper {
      padding-top: 20px; }

/* Sponsors */
ul.sponsors {
  padding: 0;
  margin: 0; }
  ul.sponsors li {
    display: inline-block;
    margin-right: 25px; }
    @media (max-width: 576px) {
      ul.sponsors li {
        margin-bottom: 10px; } }
    ul.sponsors li a {
      display: block;
      background-repeat: no-repeat;
      text-indent: -9999px;
      background-size: contain;
      transition: opacity 0.2s ease-in-out; }
      ul.sponsors li a:hover {
        opacity: .6; }
    ul.sponsors li.qt a {
      background-image: url(assets/img/sponsors/qt.png);
      width: 180px;
      height: 63px; }
    ul.sponsors li.ohsu a {
      background-image: url(assets/img/sponsors/ohsu.png);
      width: 47px;
      height: 80px; }
    ul.sponsors li.qis a {
      background-image: url(assets/img/sponsors/qis.png);
      width: 75px;
      height: 75px; }
    ul.sponsors li.kdab a {
      background-image: url(assets/img/sponsors/kdab.png);
      width: 80px;
      height: 74px; }

/* Social */
.social-menu-wrapper {
  overflow: hidden;
  margin-bottom: 60px; }
  .social-menu-wrapper .btn {
    float: left;
    margin-right: 20px; }
    @media (max-width: 576px) {
      .social-menu-wrapper .btn {
        float: none;
        margin-bottom: 10px; } }
  .social-menu-wrapper ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0; }
    @media (max-width: 576px) {
      .social-menu-wrapper ul {
        margin: 0;
        float: none; } }
    .social-menu-wrapper ul li {
      display: inline-block;
      background-color: #52dbfa;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      margin-right: 10px;
      text-indent: -9999px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 40px 40px;
      transition: background-color 0.4s ease-in-out;
      cursor: pointer; }
      .social-menu-wrapper ul li.twitter {
        background-image: url(assets/img/twitter.png); }
      .social-menu-wrapper ul li.facebook {
        background-image: url(assets/img/facebook.png); }
      .social-menu-wrapper ul li.gplus {
        background-image: url(assets/img/google.png); }
      .social-menu-wrapper ul li.instagram {
        background-image: url(assets/img/instagram.png); }
      .social-menu-wrapper ul li.linkedin {
        background-image: url(assets/img/linkedin.png); }
      .social-menu-wrapper ul li:hover {
        background-color: #06b7e0; }
      .social-menu-wrapper ul li a {
        display: block;
        height: 100%;
        width: 100%; }

section#gallery .buttons {
  text-align: center; }

.scroll-indicator {
  height: 75%;
  max-height: 800px;
  position: absolute;
  left: 50%;
  border-left: solid #ebebeb 1px;
  background-image: url(assets/img/mouse.png);
  background-repeat: no-repeat;
  background-position: 48px 10px;
  background-size: 20px;
  display: block;
  width: 100%;
  max-width: 1280px;
  transform: translateX(-50%);
  align-self: flex-start;
  top: -70px; }
  @media (max-width: 768px) {
    .scroll-indicator {
      display: none; } }
  .scroll-indicator:before {
    width: 60px;
    height: 30px;
    content: '';
    display: block;
    border-radius: 31px 31px 0 0;
    border: solid #ebebeb 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    margin-top: -30px;
    margin-left: -1px; }
  .scroll-indicator:after {
    display: block;
    border: solid #ebebeb 1px;
    width: 6px;
    height: 6px;
    content: '';
    bottom: -6px;
    position: absolute;
    margin-left: -4px;
    border-radius: 50%; }
  .scroll-indicator > div {
    margin-left: 80px;
    font-size: .7rem;
    padding-top: 10px;
    display: inline-block; }
    .scroll-indicator > div span {
      display: block;
      line-height: 160%; }
      .scroll-indicator > div span.title {
        font-weight: 600; }
      .scroll-indicator > div span.scroll {
        color: #999; }

.image-of-the-week img {
  max-height: 400px;
  object-fit: cover; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 8, 2017, 10:42:40 AM
    Author     : olpuurun
*/
footer {
  padding: 20px 0; }
  footer .footer-content {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 100px;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 990px) {
      footer .footer-content {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 576px) {
      footer .footer-content {
        padding-left: 20px;
        padding-right: 20px; } }
    footer .footer-content .site-info {
      justify-self: flex-start;
      flex-grow: 1;
      align-self: center; }
    footer .footer-content ul li {
      margin-right: 50px;
      margin-left: 0; }
      @media (max-width: 576px) {
        footer .footer-content ul li {
          margin-right: 0;
          display: block; } }
  footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
    color: #333;
    text-decoration: none;
    font-size: .9rem; }
  footer #back-to-top {
    background-image: url(assets/img/top.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 50%;
    padding-right: 55px;
    display: inline-block;
    height: 40px;
    line-height: 40px; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 0 15px;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: none;
  counter-reset: step-counter; }
  ol li {
    counter-increment: step-counter;
    margin-bottom: 5px; }
    ol li:before {
      content: counter(step-counter) ".";
      background: #52dbfa;
      color: #fff;
      display: block;
      float: left;
      width: 26px;
      height: 26px;
      line-height: 26px;
      border-radius: 50%;
      text-align: center;
      margin-right: 10px;
      font-size: .9rem; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.alert {
  padding: 8px 10px;
  margin-bottom: 30px;
  color: #fff; }
  .alert.alert-warning {
    background: #fa6b52; }

.modal {
  position: absolute;
  padding: 30px;
  width: 90%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  border: solid #9bf1c3 6px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin: 50px 0;
  max-width: 800px; }
  @media (max-width: 768px) {
    .modal {
      width: 90%;
      left: 5%;
      transform: none; } }
  .modal h2 {
    font-size: 2rem; }
  .modal .close {
    position: absolute;
    top: 10px;
    right: 10px; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  overflow: auto;
  background-color: rgba(82, 219, 250, 0.9); }

body.modal-open {
  overflow: hidden; }

ol.upload-steps {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
  counter-reset: step-counter; }
  ol.upload-steps li {
    counter-increment: step-counter;
    margin-bottom: 20px; }
    ol.upload-steps li:last-child {
      margin-bottom: 0; }
    ol.upload-steps li:before {
      content: counter(step-counter) ".";
      float: left;
      background: #52dbfa;
      display: block;
      color: #fff;
      font-size: 20px;
      height: 40px;
      width: 40px;
      text-align: center;
      border-radius: 50%;
      line-height: 40px; }
    ol.upload-steps li .step {
      font-weight: 700;
      margin-left: 55px;
      font-size: 1.1rem;
      margin-bottom: 5px;
      line-height: 1; }
    ol.upload-steps li .step-details {
      margin-left: 55px;
      font-size: .7rem;
      line-height: 150%; }
      ol.upload-steps li .step-details p {
        margin: 0;
        padding: 0;
        line-height: inherit;
        font-size: inherit; }

form#image-upload {
  border-top: solid #ebebeb 6px;
  padding-top: 30px;
  margin-bottom: 70px; }
  form#image-upload .form-field {
    margin-bottom: 20px; }
    form#image-upload .form-field.author {
      float: left;
      width: 48%; }
      @media (max-width: 576px) {
        form#image-upload .form-field.author {
          width: 100%;
          float: none; } }
    form#image-upload .form-field.image-name {
      float: right;
      width: 48%; }
      @media (max-width: 576px) {
        form#image-upload .form-field.image-name {
          width: 100%;
          float: none; } }
    form#image-upload .form-field.url {
      display: none; }

p#not-sure {
  margin: 0;
  font-size: .8rem; }

/* Gallery */
ul.image-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 576px) {
    ul.image-list {
      display: block; } }
  ul.image-list li {
    display: inline-block;
    font-size: .8rem;
    line-height: 160%;
    /*bottom: -50px;*/
    /*opacity: 0;*/
    /*transition: all 0.2s ease-in-out;*/
    position: relative;
    width: 23%;
    margin-bottom: 30px;
    margin-right: 2%;
    /*            &.loaded {
                    bottom: 0;
                    opacity: 1;
                }*/ }
    @media (max-width: 768px) {
      ul.image-list li {
        width: 48%;
        margin-right: 4%; }
        ul.image-list li:nth-child(even) {
          margin-right: 0; } }
    @media (max-width: 576px) {
      ul.image-list li {
        width: 100%;
        margin-right: 0; } }
    ul.image-list li img {
      display: block;
      background: #fff;
      padding: 6px;
      box-shadow: 0 5px 10px #ccc;
      margin-bottom: 20px;
      width: 100%; }
    ul.image-list li .title {
      font-weight: 700; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
  background: #52dbfa;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

.btn {
  background: #52dbfa;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 0px 30px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  border-radius: 23px;
  font-size: 1.1rem;
  transition: background 0.4s, color 0.4s;
  transition-timing-function: ease-in-out; }
  .btn:hover {
    background: #06b7e0;
    color: #fff; }
  .btn:focus {
    outline: none;
    color: #fff; }
  .btn:visited {
    color: #fff; }
  .btn[disabled] {
    background: #ebebeb !important;
    cursor: default; }
  @media (max-width: 576px) {
    .btn {
      width: 100%;
      text-align: center; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

input[type="text"] {
  width: 100%;
  border: solid #52dbfa 1px;
  border-radius: 3px;
  background: #fff;
  padding: 8px 10px;
  transition: border 0.2s ease-in-out; }
  input[type="text"]:focus {
    outline: none;
    border-left-width: 6px; }

.file-container {
  background: #52dbfa;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 0px 30px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  border-radius: 23px;
  font-size: 1.1rem;
  transition: background 0.4s, color 0.4s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: .8em; }
  .file-container:hover {
    background: #06b7e0;
    color: #fff; }
  .file-container:focus {
    outline: none;
    color: #fff; }
  .file-container:visited {
    color: #fff; }
  .file-container[disabled] {
    background: #ebebeb !important;
    cursor: default; }
  @media (max-width: 576px) {
    .file-container {
      width: 100%;
      text-align: center; } }

.file-container [type=file] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #52dbfa;
  text-decoration: none; }
  a:visited {
    color: #52dbfa; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-footer-menu-container,
.main-navigation {
  clear: both;
  display: block; }
  .menu-footer-menu-container ul,
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .menu-footer-menu-container ul li:hover > ul,
    .menu-footer-menu-container ul li.focus > ul,
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .menu-footer-menu-container li,
  .main-navigation li {
    display: inline-block;
    margin-left: 30px; }
  .menu-footer-menu-container a,
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: .9rem;
    color: #333;
    text-decoration: none; }
    .menu-footer-menu-container a:after,
    .main-navigation a:after {
      background: #52dbfa;
      height: 2px;
      display: block;
      content: "";
      width: 0;
      opacity: 0;
      transition: opacity 0.2s, width 0.2s;
      transition-timing-function: ease-in-out; }
    .menu-footer-menu-container a:hover:after,
    .main-navigation a:hover:after {
      width: 60%;
      opacity: 1; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.amazon-wrapper {
  display: flex; }
  @media (max-width: 576px) {
    .amazon-wrapper {
      display: block; } }
  @media (max-width: 576px) {
    .amazon-wrapper .image {
      margin-bottom: 20px; } }
  .amazon-wrapper .image img {
    margin-right: 20px; }
  .amazon-wrapper .amazon-links ul {
    list-style-position: inside; }

#app-modal img {
  width: 100%; }

/*--------------------------------------------------------------
# Invidual pages
--------------------------------------------------------------*/
section#about-more .media {
  margin-right: 120px;
  order: 1; }
  @media (max-width: 768px) {
    section#about-more .media {
      margin-right: 60px; } }
  @media (max-width: 576px) {
    section#about-more .media {
      display: none; } }
section#about-more .info {
  order: 2;
  margin-right: 0; }

section#science-background .section-content .insights-item {
  margin-bottom: 70px; }
  section#science-background .section-content .insights-item .insights-text-content.two-columns {
    display: flex; }
    section#science-background .section-content .insights-item .insights-text-content.two-columns > div {
      flex: 1; }
    section#science-background .section-content .insights-item .insights-text-content.two-columns div:first-child {
      margin-right: 60px; }
  section#science-background .section-content .insights-item.has-images {
    position: relative; }
    section#science-background .section-content .insights-item.has-images .insights-text-content {
      width: 50%; }
      @media (max-width: 576px) {
        section#science-background .section-content .insights-item.has-images .insights-text-content {
          width: 100%; } }
    section#science-background .section-content .insights-item.has-images .image {
      position: absolute;
      background-size: contain;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      font-family: "Nunito";
      font-size: 3rem;
      box-shadow: 0 10px 20px #aaa; }
      @media (max-width: 576px) {
        section#science-background .section-content .insights-item.has-images .image {
          opacity: .1; } }
    section#science-background .section-content .insights-item.has-images.images-1 .image {
      width: 400px;
      height: 400px;
      top: 0;
      left: calc(50% + 100px);
      line-height: 400px; }
      @media (max-width: 576px) {
        section#science-background .section-content .insights-item.has-images.images-1 .image {
          left: 50%;
          top: 100px; } }
    section#science-background .section-content .insights-item.has-images.images-2 .image {
      left: calc(50% + 50px);
      top: 80px;
      width: 250px;
      height: 250px;
      line-height: 250px; }
      @media (max-width: 576px) {
        section#science-background .section-content .insights-item.has-images.images-2 .image {
          top: 180px; } }
    section#science-background .section-content .insights-item.has-images.images-2 .image:last-child {
      left: calc(50% + 200px);
      top: 310px;
      width: 300px;
      height: 300px;
      line-height: 300px; }
      @media (max-width: 576px) {
        section#science-background .section-content .insights-item.has-images.images-2 .image:last-child {
          left: -40%;
          top: auto;
          bottom: 200px; } }

.notification-box {
  background: #333;
  padding: 30px;
  margin-bottom: 30px; }
  .notification-box h3 {
    color: #b334ed;
    margin: 0 0 10px 0;
    font-size: 1.8rem; }
  .notification-box .subheading {
    color: #fff;
    line-height: 1;
    margin: 0; }

body.page-about .sponsors-wrapper {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between; }
  @media (max-width: 576px) {
    body.page-about .sponsors-wrapper {
      display: block; } }
  body.page-about .sponsors-wrapper > div {
    width: 48%; }
    @media (max-width: 576px) {
      body.page-about .sponsors-wrapper > div {
        width: 100%; } }
  body.page-about .sponsors-wrapper .sponsor-logos {
    padding-top: 15px; }
    @media (max-width: 768px) {
      body.page-about .sponsors-wrapper .sponsor-logos ul li {
        margin-bottom: 10px; } }

ul.sponsor-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 576px) {
    ul.sponsor-list {
      display: block; } }
  ul.sponsor-list li {
    width: 48%;
    margin-bottom: 30px; }
    @media (max-width: 576px) {
      ul.sponsor-list li {
        width: 100%; } }

section#image-of-the-week .title {
  font-weight: 700; }

.links span {
  float: left;
  margin-right: 10px; }
.links ul {
  margin: 0 0 0 10px;
  padding: 0; }
  .links ul li {
    margin: 0;
    padding: 0 2px 0 0;
    width: auto; }
    .links ul li:after {
      content: "|";
      padding: 0 0 0 5px; }
    .links ul li:last-child:after {
      content: ""; }

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