/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url("https://fonts.googleapis.com/css?family=Asap:400,700&display=swap");
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 1.0em;
  line-height: 1.2em; }
  html img, body img {
    border: none; }

#isSmall {
  visibility: hidden;
  float: none; }

#isMedium {
  visibility: hidden;
  float: none; }

#isLarge {
  visibility: hidden;
  float: none; }

.w1Col {
  width: 12.5%; }

.w2Col {
  width: 25%; }

.w3Col {
  width: 37.5%; }

.w4Col {
  width: 50%; }

.w5Col {
  width: 62.5%; }

.w6Col {
  width: 75%; }

.w7Col {
  width: 87.5%; }

.w8Col {
  width: 100%; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.mobileMenuWrapper {
  display: none; }

#loading {
  background: rgba(255, 255, 255, 0.75) url(https://www.maddencdn.com/content/images/2019/aot/winslow/anotherfinesight/flagstaff_logo.png) no-repeat center 56%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity ease .5s; }
  #loading.complete {
    opacity: 0;
    pointer-events: none; }
  #loading img {
    position: relative;
    top: 50%;
    width: 280px;
    transform: translateY(-50%);
    margin: 0 auto; }

.top {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  font-family: "Asap", sans-serif;
  width: 100%;
  height: 120px;
  padding: 0;
  z-index: 1000;
  background: #4d3739; }
  .top .topLogo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1000;
    width: auto;
    height: auto;
    padding: 1em 2em;
    transform: translateX(-50%); }
    .top .topLogo .sponsorLogo {
      position: relative;
      z-index: 5;
      width: auto;
      height: 84px;
      margin: auto; }
    .top .topLogo::before {
      content: "";
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 200px 300px 0 300px;
      border-color: #fff transparent transparent transparent;
      transform: translateX(-50%); }

.chapterImage {
  cursor: default;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 500;
  height: 100vh;
  line-height: 1.5em; }
  .chapterImage .chapterTitle {
    position: absolute;
    bottom: 30px;
    left: 4em;
    color: #fff;
    width: 100%;
    max-width: 650px;
    line-height: 1;
    text-shadow: 1px 1px 5px #2f2f2f;
    box-sizing: border-box; }
  .chapterImage h1 {
    font-family: "Asap", sans-serif;
    font-size: 5em;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0 auto;
    position: relative;
    text-transform: uppercase;
    color: #fff; }
    .chapterImage h1 span {
      display: block; }
  .chapterImage h2 {
    font-size: 2.5em;
    font-family: "Asap", sans-serif;
    font-weight: 400; }
  .chapterImage .author {
    font-size: 2em;
    font-family: "Asap", sans-serif;
    font-weight: 400; }

.chapter {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 500; }
  .chapter.white {
    background-color: white; }
  .chapter.peach {
    background-color: #e3a68f; }
  .chapter.purple {
    background-color: #4d3739; }

.photoCredit {
  position: absolute;
  top: 15px;
  left: 3em;
  color: #000;
  font-size: 1.2em;
  font-family: "Asap", sans-serif; }

section {
  position: relative;
  display: block;
  cursor: default;
  user-select: none;
  right: 0;
  margin: 0 auto;
  padding: 3em 2em;
  text-align: left;
  color: #000;
  font-family: "Asap", sans-serif;
  box-sizing: border-box; }
  section.white {
    color: white; }
    section.white a:link, section.white a:visited, section.white a:active {
      text-decoration: underline;
      font-weight: 900;
      color: white; }
  section.black {
    color: black; }
  section h2 {
    font-family: "Asap", sans-serif;
    font-size: 2.75em;
    line-height: 1em;
    color: #e3a68f;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase; }
  section h3 {
    font-size: 1.75em;
    line-height: 1em;
    font-family: "Asap", sans-serif;
    text-align: center;
    color: white;
    font-weight: 900;
    border: 1px solid white;
    border-radius: 10px;
    padding: .5em;
    width: 50%;
    margin: 1em auto;
    box-sizing: border-box; }
  section h4 {
    font-size: 3.5em;
    line-height: 1em;
    font-family: "Asap", sans-serif;
    color: #e3a68f;
    margin: 1em auto;
    text-align: center; }
    section h4.lightGray {
      color: #B2B9C0; }
    section h4.white {
      color: white; }
  section p {
    padding: 0; }
  section a:link, section a:visited, section a:active {
    text-decoration: underline;
    font-weight: 900;
    color: #000; }
  section a:hover {
    text-decoration: none; }

.pullquote {
  position: relative;
  font-size: 5em;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 1em auto;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 750px; }
  .pullquote::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 73px;
    height: 56px;
    background-image: url(https://www.maddencdn.com/content/images/2019/aot/winslow/anotherfinesight/quotation_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
  .pullquote::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 73px;
    height: 56px;
    background-image: url(https://www.maddencdn.com/content/images/2019/aot/winslow/anotherfinesight/quotation_left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
  .pullquote span {
    position: relative;
    z-index: 5; }

.slider {
  position: relative;
  width: 100%;
  display: block;
  margin: 2em auto; }
  .slider .caption {
    display: none; }

.inlineImg {
  width: 100%;
  display: block;
  margin: 2em auto; }

.inlineShare {
  text-align: center;
  margin: 2em 0 0 0; }
  .inlineShare span {
    position: relative;
    display: inline-block;
    transform: translateY(-4px);
    text-transform: uppercase;
    font-family: "Asap", sans-serif;
    font-size: 0.9em;
    font-weight: bold; }
  .inlineShare a {
    text-decoration: none !important;
    background: none !important; }
    .inlineShare a img {
      width: 20px;
      height: auto;
      margin-left: 8px; }
    .inlineShare a:hover {
      background: none !important;
      text-decoration: none !important; }

.cta {
  font-size: 2.5em;
  font-family: "Asap", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 500px;
  position: relative;
  height: auto;
  margin: 1.5em auto;
  line-height: 1.2;
  color: #fff;
  padding: 1em 20px;
  text-align: center;
  border: 7px solid #fff;
  box-sizing: border-box;
  transition: background-color 0.4s;
  text-transform: uppercase;
  background-color: #e3a68f;
  text-decoration: none;
  border-radius: 20px;
  box-shadow: 0 0 0 7px #e3a68f; }
  .cta:hover {
    background-color: #de967b; }

.footer {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 0 2.0em 0;
  z-index: 1000;
  background: #4d3739; }
  .footer a {
    text-decoration: none; }
  .footer .alsoLike {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 2em 0;
    text-align: center;
    color: #fff;
    font-family: "Asap", sans-serif;
    font-weight: 300;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase; }
  .footer .alsoLikeLinkWrap .linkWrapper {
    position: relative;
    width: 20%;
    max-width: 300px;
    margin: 20px;
    display: inline-block; }
  .footer .alsoLikeLinkWrap .rLink {
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    background-color: #000; }
    .footer .alsoLikeLinkWrap .rLink.rLink1 {
      background: transparent url(https://www.maddencdn.com/content/images/2019/aot/winslow/anotherfinesight/footer_img1.jpg) no-repeat;
      background-size: cover; }
    .footer .alsoLikeLinkWrap .rLink.rLink2 {
      background: transparent url(https://www.maddencdn.com/content/images/2019/aot/winslow/anotherfinesight/footer_img2.jpg) no-repeat;
      background-size: cover; }
    .footer .alsoLikeLinkWrap .rLink.rLink3 {
      background: transparent url(https://www.maddencdn.com/content/images/2019/aot/winslow/anotherfinesight/footer_img3.jpg) no-repeat;
      background-size: cover; }
    .footer .alsoLikeLinkWrap .rLink .linkTitleWrapper {
      background-color: #e3a68f;
      display: table;
      position: absolute;
      width: calc(100% - 20px);
      bottom: 0;
      padding: 10px;
      transition: background-color 0.4s; }
      .footer .alsoLikeLinkWrap .rLink .linkTitleWrapper .linkTitle {
        display: table-cell;
        vertical-align: middle;
        color: #4d3739;
        font-family: "Asap", sans-serif;
        font-weight: 700;
        font-size: 1em;
        line-height: 1em;
        text-transform: uppercase; }
    .footer .alsoLikeLinkWrap .rLink:hover .linkTitleWrapper, .footer .alsoLikeLinkWrap .rLink:visited .linkTitleWrapper, .footer .alsoLikeLinkWrap .rLink:hover .linkTitleWrapper {
      background-color: #fff; }
