/** COMPILED FROM SCSS SOURCE. DO NOT EDIT DIRECTLY */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700|Satisfy&display=swap");
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

img {
  border: none; }

body {
  background: white url(https://www.maddencdn.com/content/images/2019/chicago_north_shore/discovering-the-culture-of-chicago-north-shore/bg.png) repeat;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 1.56vw;
  color: #000;
  font-weight: 400;
  line-height: 2.438vw; }

h1 {
  display: none; }

h2, h3 {
  font-family: 'Satisfy', Helvetica, Arial, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 6.5vw;
  margin: 15px 0; }
  h2.blue, h3.blue {
    color: #6eafe2; }
  h2.darkblue, h3.darkblue {
    color: #3f659d; }
  h2.green, h3.green {
    color: #8aab69; }
  h2.orange, h3.orange {
    color: #d78822; }
  h2.white, h3.white {
    color: #ffffff; }

h4 {
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  color: #6eafe2;
  font-weight: 500;
  line-height: 5.188rem;
  margin: 0; }

a {
  text-decoration: none;
  font-weight: 700; }
  a:hover {
    text-decoration: underline; }

section {
  width: 87%;
  margin: 32px auto; }
  section.c1 a {
    color: #6eafe2; }
  section.c2 a, section.c3 a {
    color: #8aab69; }
  section.c4 a {
    color: #3f659d; }
  section.c5 a {
    color: #6eafe2; }
  section.c6 a {
    color: #d78822; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 0 22px; }
  .flex.c3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1100px;
    margin: 0 auto; }

#isSmall {
  visibility: hidden;
  float: none; }

#isMedium {
  visibility: hidden;
  float: none; }

#isLarge {
  visibility: hidden;
  float: none; }

.mobileMenuWrapper {
  display: none; }

#loading {
  background: rgba(255, 255, 255, 0.75) url(https://www.maddencdn.com/content/images/2019/chicago_north_shore/discovering-the-culture-of-chicago-north-shore/icon_loading.gif) 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;
  -webkit-transition: opacity ease .5s;
  -o-transition: opacity ease .5s;
  transition: opacity ease .5s; }
  #loading.complete {
    opacity: 0;
    pointer-events: none; }
  #loading img {
    position: relative;
    top: 50%;
    width: 100px;
    height: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto; }

.top {
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: transparent;
  z-index: 1000; }
  .top .navLogo {
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1000;
    padding: 0;
    -webkit-transform: translate(50%, -20px);
    -ms-transform: translate(50%, -20px);
    transform: translate(50%, -20px);
    -webkit-transition: linear 0.25s;
    -o-transition: linear 0.25s;
    transition: linear 0.25s;
    width: 220px; }
    .top .navLogo img {
      width: 100%;
      height: auto;
      display: block; }

.shrink {
  width: 125px !important;
  right: 90px !important; }

.scrollDown {
  position: absolute;
  z-index: 5000;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: pulse 2s ease-in-out infinite both;
  animation: pulse 2s ease-in-out infinite both; }

.inlineImage {
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

.fade-in {
  opacity: 1; }

.titleWrapper {
  width: 82%;
  padding: 22px 4%;
  margin: 41px 0;
  text-align: left; }
  .titleWrapper.green-bg {
    background-color: #8aab69; }
  .titleWrapper.blue-bg {
    background-color: #6eafe2; }
  .titleWrapper h3 {
    margin: 0; }

.chapterImage #bg-image {
  width: 100%; }

.cta {
  max-width: 1200px;
  padding: 22px 4%;
  margin: 100px auto;
  text-align: center;
  background-color: #8aab69; }
  .cta span {
    font-family: 'Satisfy', Helvetica, Arial, sans-serif;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 1em;
    color: white; }
  .cta a:hover {
    text-decoration: none; }

.footer {
  position: relative;
  width: 100%;
  background: #6eafe2;
  padding: 2em 0;
  z-index: 999; }
  .footer a {
    text-decoration: none; }
  .footer .alsoLike {
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    padding: 0 0 1em 0;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center; }
  .footer .alsoLikeLinkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1%; }
    .footer .alsoLikeLinkWrap .linkWrapper {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 340px;
      margin: 0 22px; }
    .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/chicago_north_shore/discovering-the-culture-of-chicago-north-shore/footer1.jpg) no-repeat center center;
        background-size: cover; }
      .footer .alsoLikeLinkWrap .rLink.rLink2 {
        background: transparent url(https://www.maddencdn.com/content/images/2019/chicago_north_shore/discovering-the-culture-of-chicago-north-shore/footer2.jpg) no-repeat center center;
        background-size: cover; }
      .footer .alsoLikeLinkWrap .rLink.rLink3 {
        background: transparent url(https://www.maddencdn.com/content/images/2019/chicago_north_shore/discovering-the-culture-of-chicago-north-shore/footer3.jpg) no-repeat center center;
        background-size: cover; }
      .footer .alsoLikeLinkWrap .rLink .linkTitleWrapper {
        background: #8aab69;
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0; }
        .footer .alsoLikeLinkWrap .rLink .linkTitleWrapper .linkTitle {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
          color: #fff;
          line-height: 1em;
          text-transform: uppercase; }
    .footer .alsoLikeLinkWrap .rLink:hover .linkTitleWrapper {
      background: #8aab69; }

.inlineShare {
  text-align: center;
  margin: 59px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .inlineShare span {
    text-transform: uppercase;
    font-size: 28px;
    margin-right: 13px; }

a.socialShare:link, a.socialShare:visited, a.socialShare:active {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 13px; }
  a.socialShare:link img, a.socialShare:visited img, a.socialShare:active img {
    width: 100%;
    height: 100%; }
