/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
html,
p,
ul {
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon7359.eot?q4f568);
  src: url(../fonts/icomoond41d.eot?#iefixq4f568) format("embedded-opentype"),
    url(../fonts/icomoon7359.woff?q4f568) format("woff"),
    url(../fonts/icomoon7359.ttf?q4f568) format("truetype"),
    url(../fonts/icomoon7359.svg?q4f568#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proxima_novablack;
  src: url(../fonts/proximanova-black-webfont.eot);
  src: url(proximanova-black-webfontd41d.html?#iefix)
      format("embedded-opentype"),
    url(../fonts/proximanova-black-webfont.woff2) format("woff2"),
    url(../fonts/proximanova-black-webfont.woff) format("woff"),
    url(../fonts/proximanova-black-webfont.ttf) format("truetype"),
    url(../fonts/proximanova-black-webfont.svg#proxima_novablack) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proxima_nova_rgbold;
  src: url(../fonts/proximanova-bold-webfont.eot);
  src: url(../fonts/proximanova-bold-webfontd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/proximanova-bold-webfont.woff2) format("woff2"),
    url(../fonts/proximanova-bold-webfont.woff) format("woff"),
    url(../fonts/proximanova-bold-webfont.ttf) format("truetype"),
    url(../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: proxima_novalight;
  src: url(../fonts/proximanova-light-webfont.eot);
  src: url(../fonts/proximanova-light-webfontd41d.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/proximanova-light-webfont.woff2) format("woff2"),
    url(../fonts/proximanova-light-webfont.woff) format("woff"),
    url(../fonts/proximanova-light-webfont.ttf) format("truetype"),
    url(../fonts/proximanova-light-webfont.svg#proxima_novalight) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-quill:before {
  content: "\e603";
}
.icon-phone:before {
  content: "\e604";
}
.icon-envelope:before {
  content: "\e605";
}
.icon-expand:before {
  content: "\e607";
}
.icon-contract:before {
  content: "\e608";
}
.icon-newtab:before {
  content: "\e609";
}
.icon-twitter:before {
  content: "\e601";
}
.icon-skype:before {
  content: "\e606";
}
.icon-linkedin:before {
  content: "\e602";
}
.icon-spiderhunts_logo:before {
  content: "";
}
body,
html {
  height: 100%;
  overflow: auto;
  background-color: #fff;
}
.disable-transitions * {
  transition: all 0s ease-in-out !important;
}
#journal,
#spiderhunts-app #menu,
#spiderhunts-app .square {
  transition: all 0.5s ease-in-out;
}
h1,
h2,
h3,
h4,
h5 {
  transition: letter-spacing 0.5s ease-in-out;
  color: #221e1f;
  letter-spacing: 0.05em;
  font-family: proxima_nova_rgbold, sans-serif;
}
.section-slogan,
.section-title {
  font-family: proxima_novablack, sans-serif;
}
.square:hover h2.section-title {
  letter-spacing: 0.04em;
}
h3,
h5 {
  color: #313131;
}
a,
div,
p,
ul {
  font-family: proxima_novalight, sans-serif;
  color: #4a4a4a;
}
html {
  font-size: 14px;
  line-height: 1;
}
body {
  font-size: 100%;
  line-height: 1.5;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.7em;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.4em;
  }
}
h3 {
  font-size: 1.3em;
}
p {
  font-size: 1.1em;
}

@media screen and (min-width: 600px) {
  html {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 20px;
    line-height: 1;
  }
}
#spiderhunts-app {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
#spiderhunts-app .logo-part {
  position: absolute;
  z-index: 10;
  font-size: 45px;
  opacity: 0.5;
}
#spiderhunts-app .logo-part#logo-top-left {
  right: 0px;
  bottom: 0px;
}
#spiderhunts-app .logo-part#logo-top-right {
  left: 0px;
  bottom: 0px;
}
#spiderhunts-app .logo-part#logo-bottom-left {
  top: 0px;
  right: 0px;
}
#spiderhunts-app .logo-part#logo-bottom-right {
  top: 0px;
  left: 0px;
}
#spiderhunts-app .bold-text {
  font-family: proxima_novablack;
}
@-moz-document url-prefix() {
  #spiderhunts-app .logo-part#logo-top-right {
    bottom: -0.495em;
  }
  #spiderhunts-app .logo-part#logo-bottom-right {
    top: -0.505em;
  }
}
#spiderhunts-app .info {
  width: 70%;
  margin: 0 auto;
}
#spiderhunts-app .client {
  margin: 0 auto 3em;
  text-align: center;
}
#spiderhunts-app .client .logo {
  width: 70%;
  max-width: 450px;
  margin: 0 auto;
}
#spiderhunts-app .client .tags {
  width: 70%;
  margin: 0 auto;
  font-size: 1.5em;
}
#spiderhunts-app .client .tags .tags-line {
  font-size: 0.7em;
  font-family: proxima_nova_rgbold;
  display: block;
  color: #bdbdbd;
}
#spiderhunts-app .ventures {
  text-align: center;
}
#spiderhunts-app .ventures .venture {
  display: inline-block;
  margin: 0 auto 2em;
  width: 80%;
  text-align: left;
}
#spiderhunts-app .ventures .venture .logo {
  margin-right: 8%;
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
#spiderhunts-app .ventures .venture .info {
  width: 72%;
  vertical-align: middle;
  display: inline-block;
}
#spiderhunts-app .ventures .venture .info .description {
  margin-bottom: 0.5em;
}
#spiderhunts-app .ventures .venture .info .description .tags-line {
  font-size: 0.7em;
  font-family: proxima_nova_rgbold;
  display: block;
  color: #bdbdbd;
}
#spiderhunts-app .square {
  overflow: hidden;
  cursor: pointer;
  display: none;
  width: 50%;
  height: 50%;
  vertical-align: top;
  position: absolute;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
#spiderhunts-app .square.square:hover {
  background-color: #bbb !important;
}
#spiderhunts-app .square.square:hover .section-title {
  color: #261732;
}
#spiderhunts-app .square.square:hover .logo-part {
  color: #261732;
  opacity: 1;
}
#spiderhunts-app .square.square.minified {
  width: 0%;
  height: 0%;
}
#spiderhunts-app .square.square.hideflow {
  overflow: hidden;
}
#spiderhunts-app .square.square.focused {
  background-color: #fff !important;
  cursor: auto;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#spiderhunts-app .square.square.focused .section-title {
  color: #261732;
  text-decoration: none;
}
#spiderhunts-app .square .section-title {
  opacity: 0;
}
#spiderhunts-app .square .section-slogan,
#spiderhunts-app .square .section-title {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: #221e1f;
  padding: 0 10%;
}
#spiderhunts-app .square .section-slogan {
  margin: 1em 0 2em;
  font-size: 2em;
}
#spiderhunts-app .square .content {
  display: none;
  text-align: center;
}
#spiderhunts-app .square .content.contact-form {
  padding-bottom: 7em;
}
#spiderhunts-app .square .content .explanation {
  width: 80%;
  margin: 0 auto;
}
#spiderhunts-app .square .content .contact-strip {
  padding: 5em 0;
}
#spiderhunts-app .square .content .button {
  display: block;
  padding: 0.8em 1em;
  font: 400 1em Montserrat, sans-serif;
  color: #fff !important;
  background-color: #221e1f !important;
  margin: 0 auto;
  width: 80%;
  text-decoration: none;
  border: 0.1em solid #261732;
}
#spiderhunts-app .square .content .button:hover {
  background-color: #221e1f !important;
}
#spiderhunts-app #menu {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#spiderhunts-app #menu .wrap i {
  color: #000;
  opacity: 0.5;
  font-size: 15em;
  line-height: 1.5em;
}
#spiderhunts-app #menu .wrap h1 {
  display: none;
}
#spiderhunts-app #back {
  display: none;
  position: fixed;
  cursor: pointer;
}
#spiderhunts-app #back .wrap {
  position: relative;
  width: 5em;
  height: 5em;
}
#spiderhunts-app #back .wrap .inner,
#spiderhunts-app #back .wrap .outer {
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
#spiderhunts-app #back .wrap .outer {
  top: 50%;
  left: 50%;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #221e1f;
}
#spiderhunts-app #back .wrap .inner {
  top: 51%;
  left: 51%;
  border-bottom: 1.5em solid transparent;
  border-left: 1.5em solid #fff;
}
#spiderhunts-app #top-left {
  background-color: #f7f7f7;
  top: 0;
  left: 0;
}
#spiderhunts-app #top-right {
  background-color: #f0f0f0;
  top: 0;
  right: 0;
}
#spiderhunts-app #bottom-left {
  background-color: #e8e8e8;
  bottom: 0;
  left: 0;
}
#spiderhunts-app #bottom-right {
  background-color: #e0e0e0;
  bottom: 0;
  right: 0;
}
#spiderhunts-app #contact-form-errors {
  display: none !important;
}
#spiderhunts-app #contact-form .separator {
  width: 0.2%;
  display: none;
}
#spiderhunts-app #contact-form input.valid,
#spiderhunts-app #contact-form textarea.valid {
  border: 0.1em solid #00ffa4;
}
#spiderhunts-app #contact-form input.error,
#spiderhunts-app #contact-form textarea.error {
  border: 0.1em solid #ff324a;
}
#spiderhunts-app #contact-form input,
#spiderhunts-app #contact-form textarea {
  padding: 0.8em 1em;
  margin-bottom: 1.5em;
  border: 0.1em solid #bdbdbd;
  height: auto;
  font: 400 1em Montserrat, sans-serif;
  box-shadow: none;
  width: 80%;
  color: #313131;
  background-color: #e3e3e3;
}
#spiderhunts-app #contact-form textarea {
  height: 7em;
}
@media screen and (min-width: 600px) {
  #spiderhunts-app #contact-form input.button,
  #spiderhunts-app #contact-form textarea {
    width: 81%;
  }
  #spiderhunts-app #contact-form input {
    width: 40%;
  }
  #spiderhunts-app #contact-form .separator {
    display: inline-block;
  }
}
@media all and (max-width: 1020px) {
  #spiderhunts-app #filters {
    display: none;
  }
}
#spiderhunts-app div.people .human {
  width: 30%;
  display: inline-block;
}
#spiderhunts-app div.people .human img {
  width: 80%;
}
#spiderhunts-app .align-left {
  text-align: left;
}
#spiderhunts-app .align-right {
  text-align: right;
}
#spiderhunts-app .contact-row {
  line-height: 1em;
  margin-bottom: 0.6em;
  display: block;
}
.button,
input,
textarea {
  font: 400 1em Montserrat, sans-serif;
}
#spiderhunts-app .contact-row i {
  margin-right: 1em;
  vertical-align: middle;
}
#spiderhunts-app .contact-row a {
  color: #261732;
}
#journal,
.button {
  color: #fff;
  text-decoration: none;
}
#spiderhunts-app .row.image {
  height: 200px;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-attachment: fixed;
}
#spiderhunts-app .row.left {
  text-align: left;
}
#spiderhunts-app .row.left .section {
  margin-left: 5%;
  width: 35%;
}
#spiderhunts-app .row.right {
  text-align: right;
}
#spiderhunts-app .row.right .section {
  margin-right: 5%;
  width: 35%;
}
#spiderhunts-app .centered {
  margin: 70px 0;
}
@media all and (max-width: 760px) {
  #spiderhunts-app .row .section {
    margin-right: 0 !important;
    width: 80% !important;
  }
}
#spiderhunts-app .row {
  margin-bottom: 2em;
}
#spiderhunts-app .row h2 {
  margin: 45px 0 35px;
}
#spiderhunts-app .row .section.center {
  text-align: center;
}
#spiderhunts-app .row .section.last {
  margin-right: 0;
}
#spiderhunts-app .row .section {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  width: 26%;
  min-width: 210px;
  margin: 0 5% 2% 0;
  max-width: 400px;
}
#spiderhunts-app .row .section.person {
  width: 39%;
  margin: 0 5% 5%;
  max-width: 600px;
}
#spiderhunts-app .row .section.person .profile-image {
  width: 32%;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5%;
  border-radius: 50%;
  border: 0.4em solid #bdbdbd;
}
#spiderhunts-app .row .section.person .info {
  display: inline-block;
  vertical-align: middle;
  width: 63%;
}
#spiderhunts-app .row .section.person .info .name {
  margin-top: 0;
}
#spiderhunts-app .row .section.person.left .profile-image {
  margin-right: 0;
  margin-left: 5%;
}
#spiderhunts-app .row .section h3 {
  margin: 1em 0;
}
#spiderhunts-app .row .section.map {
  padding-top: 45px;
}
.email-signup-area {
  background-color: #f5f5f5;
  margin-top: 2em;
  padding: 2em 1em 7em;
}
.email-signup-area .email-signup {
  width: 80%;
  margin: 0 auto;
}
.email-signup-area .email-signup #mc_embed_signup {
  margin-top: 2em;
}
input,
textarea {
  padding: 0.8em 1em;
  margin-bottom: 1.5em;
  border: 0.1em solid #bdbdbd;
  height: auto;
  box-shadow: none;
  width: 80%;
  color: #313131;
  background-color: #e3e3e3;
}
.button {
  background-color: #261732;
  margin: 0 auto;
  width: 80%;
  border: 0.1em solid #261732;
}
.button:hover {
  background-color: #331f44;
}
#journal {
  opacity: 0;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 140px;
  padding: 0.5em;
  left: 50%;
  margin-left: -70px;
  background-color: #261732;
  margin-bottom: -3px;
}
#journal.shown {
  opacity: 0.4;
}
#journal:hover {
  opacity: 1;
  margin-bottom: 0;
}
@media only screen 
    and (device-width : 1440px) 
    and (device-height : 900px)  {
#spiderhunts-app .logo-part#logo-top-left {
  right: 0px;
  bottom: -21px;
}
#spiderhunts-app .logo-part#logo-top-right {
  left: 0px;
  bottom: -21px;
}
#spiderhunts-app .logo-part#logo-bottom-left {
  top: -248px;
  right: 0px;
}
#spiderhunts-app .logo-part#logo-bottom-right {
  top: -248px;
  left: 0px;
}
        
    }
 @media only screen and (min-device-width: 6.7in{ 
        #spiderhunts-app .logo-part#logo-bottom-right {
              top: 50px;
              left: 0px;
            }
        }
