/* line 5, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Users/reflection/.rvm/gems/ruby-2.4.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_reset.scss */
* {
  text-decoration: none;
}

/* line 4, ../sass/_reset.scss */
address, article, aside, blockquote, center, dir, div, dd, details, dl, dt, fieldset, figcaption, figure, form, footer, frameset, h1, h2, h3, h4, h5, h6, hr, header, hgroup, isindex, main, menu, nav, noframes, noscript, ol, p, pre, section, summary, ul,
li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 9, ../sass/_reset.scss */
a {
  outline: none;
  border-color: transparent;
  -moz-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 14, ../sass/_reset.scss */
a:hover {
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

/* line 18, ../sass/_reset.scss */
.no-touch * {
  -webkit-tap-highlight-color: transparent;
}

/* line 21, ../sass/_reset.scss */
input::-ms-clear {
  display: none;
}

@font-face {
  font-family: "fontastical";
  src: url("../fonts/fontastic/fontastical.eot");
  src: url("../fonts/fontastic/fontastical.eot?#iefix") format("embedded-opentype"), url("../fonts/fontastic/fontastical.woff") format("woff"), url("../fonts/fontastic/fontastical.ttf") format("truetype"), url("../fonts/fontastic/fontastical.svg#fontastic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Typography placeholders */
/* line 15, ../sass/_typography.scss */
.icon-font:before, .icon-font-after:after {
  speak: none;
  font-family: "fontastical" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../sass/_typography.scss */
.icon-font:before {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
}

/* line 33, ../sass/_typography.scss */
.icon-font-after:after {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
}

/* line 40, ../sass/_typography.scss */
.icon-arrow-left:before {
  content: "a";
}

/* line 43, ../sass/_typography.scss */
.icon-down-open:before {
  content: "b";
}

/* line 46, ../sass/_typography.scss */
.icon-info-circled:before {
  content: "d";
}

/* line 49, ../sass/_typography.scss */
.icon-cancel:before {
  content: "e";
}

/* line 52, ../sass/_typography.scss */
.icon-external-link--after:after {
  content: "c";
}

/* line 56, ../sass/_typography.scss */
.text-content {
  padding-top: 6.6rem;
}
/* line 58, ../sass/_typography.scss */
.text-content h1 {
  margin-bottom: 0.8em;
  font-size: 30px;
  font-weight: 900;
  color: #333333;
}
@media (min-width: 720px) {
  /* line 58, ../sass/_typography.scss */
  .text-content h1 {
    font-size: 40px;
  }
}
/* line 67, ../sass/_typography.scss */
.text-content h2 {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: 900;
  color: #333333;
}
@media (min-width: 720px) {
  /* line 67, ../sass/_typography.scss */
  .text-content h2 {
    font-size: 1.8rem;
  }
}
/* line 76, ../sass/_typography.scss */
.text-content p {
  margin-bottom: 2.6em;
  font-size: 14px;
  line-height: 1.8;
  color: #686868;
}
@media (min-width: 720px) {
  /* line 76, ../sass/_typography.scss */
  .text-content p {
    font-size: 16px;
  }
}

/* line 1, ../sass/templates/_oot.scss */
.oot-header {
  height: 70px;
  background-color: #fcfdfd;
}
@media (min-width: 720px) {
  /* line 1, ../sass/templates/_oot.scss */
  .oot-header {
    height: 83px;
  }
}

/* line 8, ../sass/templates/_oot.scss */
.site-logo {
  width: 85px;
  margin: 24px 0 0 25px;
  vertical-align: top;
}
@media (min-width: 720px) {
  /* line 8, ../sass/templates/_oot.scss */
  .site-logo {
    width: 124px;
  }
}

/* line 16, ../sass/templates/_oot.scss */
.site-title {
  display: none;
}

/* line 19, ../sass/templates/_oot.scss */
.site-navigation {
  padding-left: 26px;
  padding-top: 29px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 720px) {
  /* line 19, ../sass/templates/_oot.scss */
  .site-navigation {
    padding-right: 8px;
    float: right;
  }
}
/* line 28, ../sass/templates/_oot.scss */
.site-navigation li {
  margin-right: 20px;
  display: inline-block;
  font-size: 0;
}
@media (min-width: 720px) {
  /* line 28, ../sass/templates/_oot.scss */
  .site-navigation li {
    margin-right: 30px;
  }
}
/* line 36, ../sass/templates/_oot.scss */
.site-navigation a {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  color: #333333;
}
/* line 42, ../sass/templates/_oot.scss */
.site-navigation a:hover {
  color: #d67773;
}
@media (min-width: 720px) {
  /* line 36, ../sass/templates/_oot.scss */
  .site-navigation a {
    font-size: 16px;
  }
}
/* line 49, ../sass/templates/_oot.scss */
.site-navigation li.is-current a {
  color: #d67773;
}

/* line 53, ../sass/templates/_oot.scss */
.articles-container {
  font-size: 0;
}
/* line 55, ../sass/templates/_oot.scss */
.articles-container article {
  height: 100%;
  text-align: center;
}
/* line 59, ../sass/templates/_oot.scss */
.articles-container h2 {
  position: relative;
  top: 0;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
}
@media (min-width: 720px) {
  /* line 59, ../sass/templates/_oot.scss */
  .articles-container h2 {
    font-size: 2.4rem;
  }
}
/* line 70, ../sass/templates/_oot.scss */
.no-touch .articles-container h2 {
  top: -20px;
  opacity: 0;
}
/* line 75, ../sass/templates/_oot.scss */
.articles-container h3 {
  position: relative;
  top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 720px) {
  /* line 75, ../sass/templates/_oot.scss */
  .articles-container h3 {
    font-size: 1.6rem;
  }
}
/* line 86, ../sass/templates/_oot.scss */
.no-touch .articles-container h3 {
  top: -25px;
  opacity: 0;
}
/* line 91, ../sass/templates/_oot.scss */
.articles-container li {
  position: relative;
  width: 100%;
  height: 320px;
  display: inline-block;
  float: left;
  cursor: pointer;
  -moz-transition: padding-top 0.1s;
  -o-transition: padding-top 0.1s;
  -webkit-transition: padding-top 0.1s;
  transition: padding-top 0.1s;
}
@media (min-width: 720px) {
  /* line 91, ../sass/templates/_oot.scss */
  .articles-container li {
    height: calc(100vh - 83px);
  }
}
/* line 102, ../sass/templates/_oot.scss */
.articles-container li h2, .articles-container li h3 {
  color: #fcfdfd;
}
/* line 105, ../sass/templates/_oot.scss */
.articles-container li a {
  display: block;
}
/* line 109, ../sass/templates/_oot.scss */
.articles-container li a:hover .article-popup {
  opacity: 1;
}
@media (min-width: 720px) {
  /* line 91, ../sass/templates/_oot.scss */
  .articles-container li {
    height: 400px;
  }
}
/* line 117, ../sass/templates/_oot.scss */
.articles-container li.article-hogs {
  background-color: #9e4f62;
}
@media (min-width: 720px) {
  /* line 117, ../sass/templates/_oot.scss */
  .articles-container li.article-hogs {
    width: 33.333%;
  }
}
/* line 122, ../sass/templates/_oot.scss */
.articles-container li.article-hogs a {
  background-color: #e0a9af;
}
/* line 125, ../sass/templates/_oot.scss */
.articles-container li.article-hogs .article-image--pigs {
  width: 50%;
  max-width: 200px;
}
@media (min-width: 1300px) {
  /* line 125, ../sass/templates/_oot.scss */
  .articles-container li.article-hogs .article-image--pigs {
    width: 50%;
    max-width: 250px;
  }
}
/* line 133, ../sass/templates/_oot.scss */
.articles-container li.article-hogs .featured-image {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -101px;
  width: 202px;
}
@media (min-width: 960px) {
  /* line 133, ../sass/templates/_oot.scss */
  .articles-container li.article-hogs .featured-image {
    margin-left: -152px;
    width: 303px;
  }
}
/* line 145, ../sass/templates/_oot.scss */
.articles-container li.article-capitool {
  background-color: #e7534f;
}
@media (min-width: 720px) {
  /* line 145, ../sass/templates/_oot.scss */
  .articles-container li.article-capitool {
    width: 33.333%;
  }
}
/* line 150, ../sass/templates/_oot.scss */
.articles-container li.article-capitool a {
  background-color: #e7534f;
}
/* line 153, ../sass/templates/_oot.scss */
.articles-container li.article-capitool .article-image--capitool {
  width: 35%;
  max-width: 200px;
}
@media (min-width: 1300px) {
  /* line 153, ../sass/templates/_oot.scss */
  .articles-container li.article-capitool .article-image--capitool {
    width: 35%;
    max-width: 250px;
  }
}
/* line 162, ../sass/templates/_oot.scss */
.articles-container li.article-thedamned {
  position: relative;
  background-color: #832324;
}
@media (min-width: 720px) {
  /* line 162, ../sass/templates/_oot.scss */
  .articles-container li.article-thedamned {
    width: 33.333%;
  }
}
/* line 168, ../sass/templates/_oot.scss */
.articles-container li.article-thedamned a {
  position: relative;
  background-color: #832324;
}
/* line 172, ../sass/templates/_oot.scss */
.articles-container li.article-thedamned .article-image--wolf {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 163.5px;
  height: 120px;
  margin-left: -81.75px;
}
@media (min-width: 1300px) {
  /* line 172, ../sass/templates/_oot.scss */
  .articles-container li.article-thedamned .article-image--wolf {
    width: 218px;
    height: 160px;
    margin-left: -109px;
  }
}
/* line 185, ../sass/templates/_oot.scss */
.articles-container li.article-thedamned .article-content {
  vertical-align: bottom;
}
/* line 189, ../sass/templates/_oot.scss */
.articles-container li .article-image.article-image--moon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112.5px;
  height: 119.25px;
  margin-left: -56.25px;
  margin-top: -60px;
}
@media (min-width: 1300px) {
  /* line 189, ../sass/templates/_oot.scss */
  .articles-container li .article-image.article-image--moon {
    width: 150px;
    height: 159px;
    margin-left: -75px;
    margin-top: -80px;
  }
}
/* line 204, ../sass/templates/_oot.scss */
.articles-container li.article-thefallen {
  position: relative;
}
@media (min-width: 720px) {
  /* line 204, ../sass/templates/_oot.scss */
  .articles-container li.article-thefallen {
    width: 33.333%;
  }
}
/* line 209, ../sass/templates/_oot.scss */
.articles-container li.article-thefallen a {
  background: #4a4375;
}
/* line 212, ../sass/templates/_oot.scss */
.articles-container li.article-thefallen .article-image-fallen {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 928.5px;
  height: 108.75px;
  margin-left: -464.25px;
}
@media (min-width: 1300px) {
  /* line 212, ../sass/templates/_oot.scss */
  .articles-container li.article-thefallen .article-image-fallen {
    width: 1238px;
    height: 145px;
    margin-left: -619px;
  }
}
/* line 225, ../sass/templates/_oot.scss */
.articles-container li.article-thefallen .article-content {
  vertical-align: bottom;
}
/* line 229, ../sass/templates/_oot.scss */
.articles-container li.article-therisen {
  position: relative;
}
@media (min-width: 720px) {
  /* line 229, ../sass/templates/_oot.scss */
  .articles-container li.article-therisen {
    width: 33.333%;
  }
}
/* line 234, ../sass/templates/_oot.scss */
.articles-container li.article-therisen a {
  position: relative;
  background: #608d54;
}
/* line 238, ../sass/templates/_oot.scss */
.articles-container li.article-therisen .article-image-therisen {
  width: 293.25px;
  height: 111.75px;
}
@media (min-width: 1300px) {
  /* line 238, ../sass/templates/_oot.scss */
  .articles-container li.article-therisen .article-image-therisen {
    width: 391px;
    height: 149px;
  }
}
/* line 246, ../sass/templates/_oot.scss */
.articles-container li.article-therisen .article-content {
  vertical-align: bottom;
}
/* line 250, ../sass/templates/_oot.scss */
.articles-container li.article-zookeeper {
  background-color: #8b7e53;
}
@media (min-width: 720px) {
  /* line 250, ../sass/templates/_oot.scss */
  .articles-container li.article-zookeeper {
    width: 33.333%;
  }
}
/* line 255, ../sass/templates/_oot.scss */
.articles-container li.article-zookeeper a {
  background-color: #f5e3a9;
}
/* line 258, ../sass/templates/_oot.scss */
.articles-container li.article-zookeeper .article-image {
  width: 37%;
  max-width: 178px;
  margin-top: 25px;
}
@media (min-width: 720px) {
  /* line 258, ../sass/templates/_oot.scss */
  .articles-container li.article-zookeeper .article-image {
    margin-top: 53px;
  }
}
/* line 267, ../sass/templates/_oot.scss */
.articles-container li.article-arach {
  background-color: #fed94e;
}
@media (min-width: 720px) {
  /* line 267, ../sass/templates/_oot.scss */
  .articles-container li.article-arach {
    width: 33.333%;
  }
}
/* line 272, ../sass/templates/_oot.scss */
.articles-container li.article-arach a {
  background-color: #fed94e;
}
/* line 275, ../sass/templates/_oot.scss */
.articles-container li.article-arach .article-image {
  width: 29%;
  max-width: 136px;
}
/* line 279, ../sass/templates/_oot.scss */
.articles-container li.article-arach .img-spider {
  position: absolute;
  bottom: 0;
  left: 15px;
  max-width: 150px;
}
@media (min-width: 720px) {
  /* line 279, ../sass/templates/_oot.scss */
  .articles-container li.article-arach .img-spider {
    max-width: 201px;
  }
}
/* line 289, ../sass/templates/_oot.scss */
.articles-container li.article-archetype {
  background-color: #817eda;
}
@media (min-width: 720px) {
  /* line 289, ../sass/templates/_oot.scss */
  .articles-container li.article-archetype {
    width: 33.333%;
  }
}
/* line 294, ../sass/templates/_oot.scss */
.articles-container li.article-archetype a {
  background-color: #817eda;
}
/* line 297, ../sass/templates/_oot.scss */
.articles-container li.article-archetype .article-image {
  width: 55%;
  max-width: 255px;
}
/* line 301, ../sass/templates/_oot.scss */
.articles-container li.article-archetype .featured-image {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -95px;
  width: 190px;
}
@media (min-width: 960px) {
  /* line 301, ../sass/templates/_oot.scss */
  .articles-container li.article-archetype .featured-image {
    margin-left: -120px;
    width: 241px;
  }
}
/* line 313, ../sass/templates/_oot.scss */
.articles-container li.article-fontpairing {
  background-color: #fb7f48;
}
@media (min-width: 720px) {
  /* line 313, ../sass/templates/_oot.scss */
  .articles-container li.article-fontpairing {
    width: 33.333%;
  }
}
/* line 318, ../sass/templates/_oot.scss */
.articles-container li.article-fontpairing a {
  background-color: #fb7f48;
}
/* line 321, ../sass/templates/_oot.scss */
.articles-container li.article-fontpairing .article-image {
  width: 55%;
  max-width: 236px;
}
/* line 326, ../sass/templates/_oot.scss */
.articles-container li.article-invicta {
  background-color: #2a2827;
}
@media (min-width: 720px) {
  /* line 326, ../sass/templates/_oot.scss */
  .articles-container li.article-invicta {
    width: 33.333%;
  }
}
/* line 331, ../sass/templates/_oot.scss */
.articles-container li.article-invicta a {
  background-color: #2a2827;
}
/* line 334, ../sass/templates/_oot.scss */
.articles-container li.article-invicta .article-image {
  width: 28%;
  max-width: 122px;
}
/* line 339, ../sass/templates/_oot.scss */
.articles-container li.article-lab {
  background-color: #222222;
}
@media (min-width: 720px) {
  /* line 339, ../sass/templates/_oot.scss */
  .articles-container li.article-lab {
    width: 33.333%;
    height: 400px;
  }
}
/* line 345, ../sass/templates/_oot.scss */
.articles-container li.article-lab a {
  background-color: #222222;
}
/* line 348, ../sass/templates/_oot.scss */
.articles-container li.article-lab .article-image {
  width: 30%;
  max-width: 91px;
}
/* line 353, ../sass/templates/_oot.scss */
.articles-container li.article-brent {
  background-color: #f7f8f3;
}
@media (min-width: 720px) {
  /* line 353, ../sass/templates/_oot.scss */
  .articles-container li.article-brent {
    width: 33.333%;
  }
}
/* line 359, ../sass/templates/_oot.scss */
.articles-container li.article-gradpad {
  background: linear-gradient(90deg, #9e00ec 20.5625%, #f24768 80.5625%);
}
/* line 361, ../sass/templates/_oot.scss */
.articles-container li.article-gradpad .image-paddle-left,
.articles-container li.article-gradpad .image-paddle-right {
  position: absolute;
  width: 54px;
  margin-top: -30px;
}
/* line 367, ../sass/templates/_oot.scss */
.articles-container li.article-gradpad .image-paddle-left {
  left: 18%;
}
/* line 370, ../sass/templates/_oot.scss */
.articles-container li.article-gradpad .image-paddle-right {
  right: 18%;
}
@media (min-width: 720px) {
  /* line 359, ../sass/templates/_oot.scss */
  .articles-container li.article-gradpad {
    width: 33.333%;
  }
}
/* line 376, ../sass/templates/_oot.scss */
.articles-container li.article-gradpad .featured-image {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -96px;
  width: 192px;
}
@media (min-width: 960px) {
  /* line 376, ../sass/templates/_oot.scss */
  .articles-container li.article-gradpad .featured-image {
    margin-left: -120px;
    width: 240px;
  }
}
/* line 388, ../sass/templates/_oot.scss */
.articles-container li .article-content {
  width: 100%;
}
/* line 391, ../sass/templates/_oot.scss */
.articles-container li .article-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(51, 51, 51, 0.87);
}
/* line 402, ../sass/templates/_oot.scss */
.articles-container .article-image {
  width: 80%;
}
/* line 404, ../sass/templates/_oot.scss */
.articles-container .article-image.article-image--brent {
  max-width: 94px;
  width: 20%;
}
/* line 409, ../sass/templates/_oot.scss */
.articles-container .article-arrow {
  width: 30px;
  display: block;
  position: relative;
  margin-top: 35px;
  left: calc(50% - 15px);
  transition: none;
}
/* line 416, ../sass/templates/_oot.scss */
.articles-container .article-arrow path {
  fill: #fcfdfd;
}
/* line 419, ../sass/templates/_oot.scss */
.no-touch .articles-container .article-arrow {
  left: -100%;
}
/* line 425, ../sass/templates/_oot.scss */
.no-touch .articles-container a:hover h2 {
  top: 0;
  opacity: 1;
  -moz-transition: top 0.2s 0.3s, opacity 0.2s 0.3s;
  -o-transition: top 0.2s 0.3s, opacity 0.2s 0.3s;
  -webkit-transition: top 0.2s, opacity 0.2s;
  -webkit-transition-delay: 0.3s, 0.3s;
  transition: top 0.2s 0.3s, opacity 0.2s 0.3s;
}
/* line 430, ../sass/templates/_oot.scss */
.no-touch .articles-container a:hover h3 {
  top: 0;
  opacity: 1;
  -moz-transition: top 0.3s 0.4s, opacity 0.3s 0.4s;
  -o-transition: top 0.3s 0.4s, opacity 0.3s 0.4s;
  -webkit-transition: top 0.3s, opacity 0.3s;
  -webkit-transition-delay: 0.4s, 0.4s;
  transition: top 0.3s 0.4s, opacity 0.3s 0.4s;
}
/* line 435, ../sass/templates/_oot.scss */
.no-touch .articles-container a:hover .article-arrow {
  left: calc(50% - 15px);
  -moz-transition: left 0.35s;
  -o-transition: left 0.35s;
  -webkit-transition: left 0.35s;
  transition: left 0.35s;
}

/* line 442, ../sass/templates/_oot.scss */
.site-footer {
  position: relative;
  padding: 25px;
  background-color: #FCFDFD;
}
@media (min-width: 720px) {
  /* line 446, ../sass/templates/_oot.scss */
  .page-oot-home .site-footer {
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
}
@media (min-width: 960px) {
  /* line 446, ../sass/templates/_oot.scss */
  .page-oot-home .site-footer {
    bottom: 25px;
  }
}
/* line 459, ../sass/templates/_oot.scss */
.site-footer span {
  margin-right: 15px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  color: #aeb4b4;
}
@media (min-width: 720px) {
  /* line 465, ../sass/templates/_oot.scss */
  .page-oot-home .site-footer span {
    color: #aeb4b4;
    line-height: 1.3;
  }
}
/* line 471, ../sass/templates/_oot.scss */
.site-footer span strong, .site-footer span a {
  font-weight: 900;
  color: #aeb4b4;
}
/* line 475, ../sass/templates/_oot.scss */
.site-footer span a:hover {
  color: #798383;
}

@media (min-width: 720px) {
  /* line 481, ../sass/templates/_oot.scss */
  .page-oot-home .site-footer__follow-text {
    display: none;
  }
}

/* line 1, ../sass/templates/_our-story.scss */
.text-content {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 25px 4rem;
}
@media (min-width: 480px) {
  /* line 1, ../sass/templates/_our-story.scss */
  .text-content {
    width: 80%;
    max-width: 590px;
    padding: 6.6rem 0 8rem;
  }
}

/* line 12, ../sass/templates/_our-story.scss */
.contact-section p {
  margin-bottom: 0.2rem;
  font-size: 16px;
  font-weight: 900;
}
@media (min-width: 720px) {
  /* line 12, ../sass/templates/_our-story.scss */
  .contact-section p {
    font-size: 18px;
  }
}
/* line 19, ../sass/templates/_our-story.scss */
.contact-section p a {
  margin-right: 10px;
  display: inline-block;
  color: #92d5c6;
}
@media (min-width: 720px) {
  /* line 19, ../sass/templates/_our-story.scss */
  .contact-section p a {
    margin-right: 17px;
  }
}
/* line 26, ../sass/templates/_our-story.scss */
.contact-section p a:hover {
  color: #5bc0a9;
}

/* line 1, ../sass/components/_sponsor.scss */
.sponsored-by-container {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 194px;
  height: 201px;
  z-index: 1000;
  border-radius: 3px;
}
/* line 9, ../sass/components/_sponsor.scss */
.sponsored-by-container .ad-static,
.sponsored-by-container .ad-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 194px;
  height: 201px;
  display: block;
}
/* line 18, ../sass/components/_sponsor.scss */
.sponsored-by-container .ad-animation {
  z-index: 2;
  pointer-events: none;
}
/* line 22, ../sass/components/_sponsor.scss */
.sponsored-by-container .contact-link {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 900;
  color: #eee;
  text-decoration: underline;
}
/* line 33, ../sass/components/_sponsor.scss */
.sponsored-by-container .ad-link {
  z-index: 1;
}
/* line 35, ../sass/components/_sponsor.scss */
.sponsored-by-container .ad-link span {
  display: inline-block;
  text-align: left;
  text-indent: -999em;
}

/* line 17, ../sass/_base.scss */
html, body {
  font-family: "Lato", sans-serif;
  font-size: 6px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FCFDFD;
}
@media (min-width: 720px) {
  /* line 17, ../sass/_base.scss */
  html, body {
    font-size: 8px;
  }
}
@media (min-width: 960px) {
  /* line 17, ../sass/_base.scss */
  html, body {
    font-size: 10px;
  }
}

/* line 31, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

/* line 34, ../sass/_base.scss */
p {
  line-height: 1.5;
}

/* line 38, ../sass/_base.scss */
address, article, aside, blockquote, center, dir, div, dd, details, dl, dt, fieldset, figcaption, figure, form, footer, frameset, h1, h2, h3, h4, h5, h6, hr, header, hgroup, isindex, main, menu, nav, noframes, noscript, ol, p, pre, section, summary, ul,
li {
  width: auto;
  overflow: hidden;
}

/* line 42, ../sass/_base.scss */
.articles-container li a, .articles-container li .article-popup {
  height: 100%;
}
/* line 44, ../sass/_base.scss */
.articles-container li a:before, .articles-container li .article-popup:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.35em;
  /* Adjusts for spacing */
}
/* line 52, ../sass/_base.scss */
.articles-container li a > *, .articles-container li .article-popup > * {
  display: inline-block;
  vertical-align: middle;
}
