/**
 * Theme Name: Sketch Book
 * Author: <a href="http://oneltd.co.uk/">One</a>
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Oxford Sketchbooks (Nov. 2017)
 * Template: oneltd-base
 */

/* line 1, ../../src/sass/global.scss */
body {
  background-image: url(images/partchment-background.png);
  font-family: "museo-sans-rounded",sans-serif;
  margin: 0px;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
}
/* line 8, ../../src/sass/global.scss */
body.no-scroll {
  overflow: hidden;
}

/* line 13, ../../src/sass/global.scss */
-webkit-scrollbar {
  display: none;
}

/* line 17, ../../src/sass/global.scss */
h1 {
  color: #787878;
  font-family: 'Nixie One', cursive;
  font-size: 70px;
  font-weight: 100;
  margin: 0px;
}

div.heading p {
 color: #6C6C6C;
}

@media screen and (max-width: 500px) {
  /* line 17, ../../src/sass/global.scss */
  h1 {
    font-size: 50px;
  }
}

/* line 29, ../../src/sass/global.scss */
h2 {
  color: white;
  font-size: 21px;
}

/* line 34, ../../src/sass/global.scss */
h3 {
  color: white;
  font-size: 18px;
}

/* line 39, ../../src/sass/global.scss */
p {
  color: #DCDCDC;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0px;
}
@media screen and (max-width: 500px) {
  /* line 39, ../../src/sass/global.scss */
  p {
    font-size: 14px;
  }
}

/* line 51, ../../src/sass/global.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 56, ../../src/sass/global.scss */
li {
  list-style-type: none;
}

/* line 60, ../../src/sass/global.scss */
.button {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: white;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
  pointer-events: auto;
  text-decoration: none;
  width: 76px;
}

/* line 74, ../../src/sass/global.scss */
.container {
  margin: 0px auto;
  width: 930px;
}
@media screen and (max-width: 960px) {
  /* line 74, ../../src/sass/global.scss */
  .container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 730px;
  }
}
@media screen and (max-width: 760px) {
  /* line 74, ../../src/sass/global.scss */
  .container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 25px;
    width: 100%;
  }
}

/* line 90, ../../src/sass/global.scss */
_:-ms-lang(x), .browser-notice, .lightbox, .marker-content, .arrow {
  display: none;
}

/* line 94, ../../src/sass/global.scss */
_:-ms-lang(x), .browser-notice.active, .lightbox.active, .marker-content.active, .arrow.active {
  display: block;
}

/* line 1, ../../src/sass/content.scss */
.heading {
  padding: 30px 0px;
  text-align: center;
}
/* line 5, ../../src/sass/content.scss */
.heading h1 {
  color: #3C3C3B;
}
/* line 9, ../../src/sass/content.scss */
.heading p {
  line-height: 25px;
  margin: 0px auto;
  width: 400px;
}
@media screen and (max-width: 500px) {
  /* line 9, ../../src/sass/content.scss */
  .heading p {
    width: 100%;
  }
}
/* line 18, ../../src/sass/content.scss */
.heading p:last-of-type {
  font-weight: 700;
}

/* line 24, ../../src/sass/content.scss */
.tiles {
  font-size: 0px;
  border-bottom: 2px solid #DCDCDC;
  padding-bottom: 30px;
  text-align: center;
}
/* line 30, ../../src/sass/content.scss */
.tiles li {
  background-size: cover;
  color: white;
  display: inline-block;
  height: 280px;
  margin: 0px 30px 30px 0px;
  position: relative;
  vertical-align: top;
  width: 450px;
}
@media screen and (max-width: 960px) {
  /* line 30, ../../src/sass/content.scss */
  .tiles li {
    height: 220px;
    width: 340px;
  }
}
@media screen and (max-width: 760px) {
  /* line 30, ../../src/sass/content.scss */
  .tiles li {
    display: block;
    margin: 0px auto 20px;
  }
}
@media screen and (max-width: 500px) {
  /* line 30, ../../src/sass/content.scss */
  .tiles li {
    width: 100%;
  }
}
/* line 54, ../../src/sass/content.scss */
.tiles li:nth-of-type(2n) {
  margin-right: 0px;
}
@media screen and (max-width: 760px) {
  /* line 54, ../../src/sass/content.scss */
  .tiles li:nth-of-type(2n) {
    margin: 0px auto 20px;
  }
}
/* line 62, ../../src/sass/content.scss */
.tiles li h2 {
  margin: 100px 0px 10px 0px;
}
@media screen and (max-width: 960px) {
  /* line 62, ../../src/sass/content.scss */
  .tiles li h2 {
    margin: 60px 0px 10px 0px;
  }
}
@media screen and (max-width: 760px) {
  /* line 62, ../../src/sass/content.scss */
  .tiles li h2 {
    display: inline-block;
  }
}
/* line 74, ../../src/sass/content.scss */
.tiles li p {
  color: white;
  height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 81, ../../src/sass/content.scss */
.tiles li .button {
  bottom: 35px;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  right: 0px;
  transition: 0.3s;
}
/* line 89, ../../src/sass/content.scss */
.tiles li .button:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 96, ../../src/sass/content.scss */
.associates {
  border-bottom: 2px solid #DCDCDC;
  font-size: 0px;
  padding: 40px 0px;
  text-align: center;
}
/* line 104, ../../src/sass/content.scss */
.associates ul li {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
@media screen and (max-width: 500px) {
  /* line 104, ../../src/sass/content.scss */
  .associates ul li {
    margin-bottom: 40px;
    width: 50%;
  }
}
/* line 114, ../../src/sass/content.scss */
.associates ul li:nth-child(n+3):nth-child(-n+4) {
  margin-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  /* line 118, ../../src/sass/content.scss */
  .associates ul li img {
    width: 70%;
  }
}

/* line 128, ../../src/sass/content.scss */
.top-bar {
  background-color: #282828;
  height: 50px;
  position: relative;
}
/* line 133, ../../src/sass/content.scss */
.top-bar .left {
  float: left;
  padding: 16px 0px 15px 40px;
}
/* line 137, ../../src/sass/content.scss */
.top-bar .left a {
  color: #969696;
  font-size: 14px;
  text-decoration: none;
}
/* line 142, ../../src/sass/content.scss */
.top-bar .left a:before {
  content: url(images/left-arrow.svg);
  left: 20px;
  position: absolute;
  top: 18px;
  transition: 0.3s;
}
/* line 152, ../../src/sass/content.scss */
.top-bar .left a:hover:before {
  left: 10px;
}
/* line 159, ../../src/sass/content.scss */
.top-bar .right {
  float: right;
  padding: 12px 30px 0px 0px;
}
/* line 163, ../../src/sass/content.scss */
.top-bar .right a {
  display: inline-block;
}
/* line 167, ../../src/sass/content.scss */
.top-bar .right p {
  display: inline-block;
  font-size: 14px;
  margin: 0px 15px 0px 50px;
}
/* line 173, ../../src/sass/content.scss */
.top-bar .right .button {
  background: none;
  border: 1px solid #969696;
  color: #969696;
  font-size: 14px;
  height: 25px;
  margin-left: 10px;
  padding: 3px 9px;
  transition: 0.3s;
  width: auto;
}
/* line 184, ../../src/sass/content.scss */
.top-bar .right .button.active {
  background-color: white;
  border: 1px solid white;
  color: #282828;
}
/* line 190, ../../src/sass/content.scss */
.top-bar .right .button:hover {
  background-color: white;
  border: 1px solid white;
  color: #282828;
}
/* line 197, ../../src/sass/content.scss */
.top-bar .right .hotspots {
  display: inline-block;
  font-size: 0px;
}
/* line 201, ../../src/sass/content.scss */
.top-bar .right .hotspots .toggle-button {
  border: 1px solid #969696;
  color: #969696;
  display: inline-block;
  font-size: 14px;
  padding: 3px 9px;
  text-decoration: none;
  transition: 0.3s;
}
/* line 210, ../../src/sass/content.scss */
.top-bar .right .hotspots .toggle-button.active {
  background-color: #969696;
  color: #282828;
}
/* line 215, ../../src/sass/content.scss */
.top-bar .right .hotspots .toggle-button:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 220, ../../src/sass/content.scss */
.top-bar .right .hotspots .toggle-button:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0px solid #969696;
}

/* line 230, ../../src/sass/content.scss */
.single-sketchbook {
  background-color: #1E1E1E;
  background-image: none;
  position: fixed;
  overflow: hidden;
}
/* line 236, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow: scroll;
  position: relative;
}
/* line 241, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box {
  background-color: #282828;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin-top: 20px;
  opacity: 0;
  padding: 30px;
  position: fixed;
  right: 90px;
  transition: opacity 0.3s;
  width: 360px;
  z-index: 10;
}
/* line 255, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box.active {
  opacity: 1;
}
/* line 259, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box:after {
  content: url(images/top-arrow.svg);
  display: block;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  right: 0px;
  top: -15px;
  width: 33px;
}
/* line 270, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box h3 {
  margin: 0px;
}
/* line 274, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box p {
  color: #DCDCDC;
  display: inline;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 281, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box a {
  color: #DCDCDC;
  cursor: pointer;
}
/* line 286, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box ul {
  padding: 10px 0px;
}
/* line 289, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box ul li {
  border-top: 1px solid #3C3C3C;
  color: #DCDCDC;
  font-size: 14px;
  padding: 10px 0px;
}
/* line 295, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .info-box ul li:last-of-type {
  border-bottom: 1px solid #3C3C3C;
}
/* line 302, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.2s, height 0.2s;
  transition-timing-function: ease-in-out;
  width: 90%;
  z-index: 10;
}
/* line 315, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker {
  background-color: white;
  border: 5px solid white;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  left: 15%;
  position: absolute;
  opacity: 0;
  top: 10%;
  width: 30px;
}
/* line 330, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker:after {
  content: url(images/dot.svg);
  height: 5px;
  left: 8px;
  position: absolute;
  top: -3px;
  width: 5px;
}
/* line 339, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker.active {
  opacity: 1;
}
/* line 343, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 348, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .arrow {
  height: 30px;
  margin-left: 15px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0.3s;
  width: 15px;
  z-index: 9;
}
/* line 358, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .arrow.active {
  opacity: 1;
}
/* line 362, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .arrow.right {
  margin-left: 1px;
  margin-top: 1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 369, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content {
  background-color: #282828;
  border-radius: 10px;
  color: white;
  height: auto;
  margin-left: 28px;
  max-height: 360px;
  opacity: 0;
  padding: 20px 0px 20px 20px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s;
  width: 260px;
  z-index: 10;
}
/* line 384, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content .close-marker {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: -11px;
  top: -13px;
  transition: 0.2s;
  width: 30px;
}
/* line 393, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content .close-marker:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 398, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content .content-container {
  height: auto;
  margin-right: 5px;
  max-height: 360px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  padding-right: 15px;
}
/* line 407, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content .video {
  background-size: cover;
  cursor: pointer;
  height: 190px;
  position: relative;
}
/* line 413, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content .video .youtube-icon {
  left: 0;
  margin: 0px auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}
/* line 424, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 429, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image .marker-container .marker-content img {
  cursor: pointer;
  width: 100%;
}
/* line 436, ../../src/sass/content.scss */
.single-sketchbook .sketch-book-image img.main {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.2s, height 0.2s;
  transition-timing-function: ease-in-out;
  width: 90%;
}
/* line 450, ../../src/sass/content.scss */
.single-sketchbook .viewport {
  background-color: #282828;
  bottom: 25px;
  height: 120px;
  left: 25px;
  position: fixed;
  width: 120px;
  z-index: 20;
}
/* line 459, ../../src/sass/content.scss */
.single-sketchbook .viewport .port {
  display: block;
  left: 0px;
  margin: 0px auto;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  z-index: 10;
}
/* line 472, ../../src/sass/content.scss */
.single-sketchbook .viewport .port .left {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  width: 0%;
  z-index: 9;
}
/* line 479, ../../src/sass/content.scss */
.single-sketchbook .viewport .port .left .border-right {
  content: '';
  border-right: 1px solid white;
  height: 100%;
  right: -1px;
  position: absolute;
  top: 0;
}
/* line 489, ../../src/sass/content.scss */
.single-sketchbook .viewport .port .right {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  right: 0;
  width: 0%;
  z-index: 9;
}
/* line 497, ../../src/sass/content.scss */
.single-sketchbook .viewport .port .right .border-left {
  content: '';
  border-right: 1px solid white;
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
}
/* line 507, ../../src/sass/content.scss */
.single-sketchbook .viewport .port .top {
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid white;
  height: 0%;
  position: absolute;
  width: 100%;
  z-index: 9;
}
/* line 516, ../../src/sass/content.scss */
.single-sketchbook .viewport .port .bottom {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid white;
  bottom: 0;
  height: 0%;
  position: absolute;
  width: 100%;
  z-index: 9;
}
/* line 527, ../../src/sass/content.scss */
.single-sketchbook .viewport img {
  display: block;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
}
/* line 539, ../../src/sass/content.scss */
.single-sketchbook .controls {
  bottom: 25px;
  position: fixed;
  right: 25px;
  z-index: 20;
}
/* line 545, ../../src/sass/content.scss */
.single-sketchbook .controls div {
  cursor: pointer;
  display: block;
  height: 72px;
  transition: 0.3s;
  width: 72px;
  -webkit-user-select: none;
}
/* line 553, ../../src/sass/content.scss */
.single-sketchbook .controls div.disable {
  opacity: 0.5;
  pointer-events: none;
}
/* line 558, ../../src/sass/content.scss */
.single-sketchbook .controls div:hover {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 564, ../../src/sass/content.scss */
.single-sketchbook .lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  padding: 50px;
  pointer-events: none;
  top: 50px;
  transition: 0.3s;
  z-index: 25;
}
/* line 575, ../../src/sass/content.scss */
.single-sketchbook .lightbox img {
  display: block;
  height: auto;
  margin: 0px auto;
  width: 70%;
}
/* line 582, ../../src/sass/content.scss */
.single-sketchbook .lightbox iframe {
  border: none;
  display: block;
  margin: 0px auto;
}
/* line 588, ../../src/sass/content.scss */
.single-sketchbook .lightbox .close {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: 50px;
  width: 32px;
}
/* line 597, ../../src/sass/content.scss */
.single-sketchbook .lightbox.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 603, ../../src/sass/content.scss */
.single-sketchbook .help {
  background-color: rgba(0, 0, 0, 0.8);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 50px;
  transition: 0.3s;
  z-index: 15;
}
/* line 613, ../../src/sass/content.scss */
.single-sketchbook .help.active {
  opacity: 1;
  pointer-events: auto;
}
/* line 618, ../../src/sass/content.scss */
.single-sketchbook .help .helper {
  background-color: #282828;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  position: absolute;
  width: 170px;
}
/* line 627, ../../src/sass/content.scss */
.single-sketchbook .help .helper.viewport {
  bottom: 25px;
  left: 180px;
}
/* line 631, ../../src/sass/content.scss */
.single-sketchbook .help .helper.viewport:after {
  content: url(images/top-arrow.svg);
  display: block;
  left: -20px;
  margin: 0px auto;
  position: absolute;
  top: 50px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 33px;
}
/* line 643, ../../src/sass/content.scss */
.single-sketchbook .help .helper.zoom {
  bottom: 35px;
  right: 115px;
}
/* line 647, ../../src/sass/content.scss */
.single-sketchbook .help .helper.zoom:after {
  content: url(images/top-arrow.svg);
  display: block;
  margin: 0px auto;
  position: absolute;
  right: -20px;
  top: 60px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 33px;
}
/* line 659, ../../src/sass/content.scss */
.single-sketchbook .help .helper.hotspots {
  right: 30px;
  top: 25px;
}
/* line 663, ../../src/sass/content.scss */
.single-sketchbook .help .helper.hotspots:after {
  content: url(images/top-arrow.svg);
  display: block;
  margin: 0px auto;
  position: absolute;
  right: 25px;
  top: -15px;
  width: 33px;
}
/* line 674, ../../src/sass/content.scss */
.single-sketchbook .help .helper.info {
  right: 230px;
  top: 25px;
}
/* line 678, ../../src/sass/content.scss */
.single-sketchbook .help .helper.info:after {
  content: url(images/top-arrow.svg);
  display: block;
  margin: 0px auto;
  position: absolute;
  right: 20px;
  top: -15px;
  width: 33px;
}
/* line 689, ../../src/sass/content.scss */
.single-sketchbook .help .helper.pin {
  left: 30px;
  padding: 20px 50px 20px 20px;
  top: 25px;
  width: 200px;
}
/* line 695, ../../src/sass/content.scss */
.single-sketchbook .help .helper.pin span {
  background-color: white;
  border: 5px solid white;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 35px;
  width: 30px;
}
/* line 708, ../../src/sass/content.scss */
.single-sketchbook .help .helper.pin span:after {
  content: url(images/dot.svg);
  height: 5px;
  left: 8px;
  position: absolute;
  top: -3px;
  width: 5px;
}
/* line 719, ../../src/sass/content.scss */
.single-sketchbook .help .helper p {
  color: white;
}

/* line 726, ../../src/sass/content.scss */
.browser-notice {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0px;
  z-index: 20;
}
/* line 735, ../../src/sass/content.scss */
.browser-notice .notice {
  background-color: #1E1E1E;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  left: 0px;
  margin: 0px auto;
  padding: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 300px;
}
/* line 749, ../../src/sass/content.scss */
.browser-notice h4 {
  color: white;
  font-size: 18px;
  margin: 10px 0px;
}
/* line 755, ../../src/sass/content.scss */
.browser-notice p {
  color: white;
  line-height: 22px;
}
/* line 760, ../../src/sass/content.scss */
.browser-notice .close {
  background-repeat: no-repeat;
  cursor: pointer;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -13px;
  width: 32px;
}
/* line 770, ../../src/sass/content.scss */
.browser-notice.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 1, ../../src/sass/footer.scss */
footer {
  padding: 30px 0px;
  text-align: center;
}
/* line 5, ../../src/sass/footer.scss */
footer img {
  height: 50px;
  margin: 0px 20px;
  width: auto;
}
/* line 11, ../../src/sass/footer.scss */
footer .footer-content {
  margin: 30px auto 0px;
  width: 550px;
}
@media screen and (max-width: 760px) {
  /* line 11, ../../src/sass/footer.scss */
  footer .footer-content {
    width: 80%;
  }
}
/* line 19, ../../src/sass/footer.scss */
footer .footer-content p {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 24, ../../src/sass/footer.scss */
footer .footer-content a {
  color: #787878;
  font-size: 14px;
  font-weight: 100;
}
/* line 31, ../../src/sass/footer.scss */
footer .site-by {
  display: block;
  float: right;
  font-weight: 700;
  margin: 40px 0px 20px 0px;
}
/* line 37, ../../src/sass/footer.scss */
footer .site-by a {
  color: #787878;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */
