@media only screen and (max-width: 64em) {
  /* line 3, ../scss/quarterly.scss */
  .quarterly-title {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 3, ../scss/quarterly.scss */
  .quarterly-title {
    margin-left: 0;
    margin-top: 50px;
  }
  /* line 12, ../scss/quarterly.scss */
  .quarterly-title h1 {
    font-size: 3rem;
  }
}

/* line 18, ../scss/quarterly.scss */
.cover {
  width: 600px;
  max-width: 100%;
  padding-bottom: 79px;
  border-bottom: 1px solid #999999;
  margin-bottom: 42px;
}
@media only screen and (max-width: 64em) {
  /* line 18, ../scss/quarterly.scss */
  .cover {
    margin-bottom: 25px;
    padding-bottom: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 18, ../scss/quarterly.scss */
  .cover {
    margin-left: 0;
  }
}

@media only screen and (max-width: 64em) {
  /* line 36, ../scss/quarterly.scss */
  .row.features {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 43, ../scss/quarterly.scss */
  .row.features .feature h3, .row.features .feature p {
    padding-left: 0;
  }
}

@media only screen and (max-width: 40em) {
  /* line 53, ../scss/quarterly.scss */
  .row.departments .columns,
  .department .row .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 64em) {
  /* line 50, ../scss/quarterly.scss */
  .row.departments,
  .department .row {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 66, ../scss/quarterly.scss */
.feature {
  width: 600px;
  max-width: 100%;
}
/* line 71, ../scss/quarterly.scss */
.feature img {
  width: 600px;
  max-width: 100%;
}
/* line 76, ../scss/quarterly.scss */
.feature h3 {
  font-family: ars-maquette-web, sans-serif;
  font-size: 34.21px;
  padding: 10px 14px 0px 14px;
  color: #043464;
}
/* line 83, ../scss/quarterly.scss */
.feature p {
  font-family: 'Georgia', serif;
  font-size: 28.51px;
  padding: 10px 14px 0px 14px;
  color: #333;
  line-height: 38px;
}

/* line 92, ../scss/quarterly.scss */
.department {
  margin-bottom: 29px;
  padding: 0 15px;
}
/* line 97, ../scss/quarterly.scss */
.department .department-pic {
  padding-right: 17px;
}
/* line 101, ../scss/quarterly.scss */
.department img {
  width: 340px;
  max-width: 100%;
}
/* line 106, ../scss/quarterly.scss */
.department h3 {
  font-family: ars-maquette-web, sans-serif;
  font-size: 34.21px;
  color: #043464;
  margin-top: 5px;
}
/* line 113, ../scss/quarterly.scss */
.department h4 {
  padding-left: 17px;
  font-family: ars-maquette-web, sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 33px 14px 0px 14px;
  color: #043464;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 40em) {
  /* line 113, ../scss/quarterly.scss */
  .department h4 {
    text-align: center;
  }
}
/* line 128, ../scss/quarterly.scss */
.department p {
  font-family: 'Georgia', serif;
  font-size: 28.51px;
  color: #333;
  line-height: 38px;
}

/* line 138, ../scss/quarterly.scss */
.load-more-link {
  width: 300px;
  height: 250px;
  border-top: 1px solid #999;
  margin: 0 auto;
  text-align: center;
  color: #0e76bc;
  font-family: ars-maquette-web, sans-serif;
  font-weight: 700;
  font-size: 34px;
  padding-top: 10px;
}

/* line 154, ../scss/quarterly.scss */
.sidebar ul {
  margin: 0;
}
/* line 158, ../scss/quarterly.scss */
.sidebar ul li {
  list-style-type: none;
  font-size: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 158, ../scss/quarterly.scss */
  .sidebar ul li {
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
  }
  /* line 168, ../scss/quarterly.scss */
  .sidebar ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
}
/* line 178, ../scss/quarterly.scss */
.sidebar h3 {
  font-family: "Harriet Display";
  font-style: normal;
  font-weight: light;
  font-size: 48px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 40em) {
  /* line 178, ../scss/quarterly.scss */
  .sidebar h3 {
    text-align: center;
  }
}
/* line 192, ../scss/quarterly.scss */
.sidebar h4 {
  font-family: ars-maquette-web, sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
@media only screen and (max-width: 40em) {
  /* line 192, ../scss/quarterly.scss */
  .sidebar h4 {
    text-align: center;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 40em) {
  /* line 205, ../scss/quarterly.scss */
  .quarterly-sidebar {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 205, ../scss/quarterly.scss */
  .quarterly-sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 218, ../scss/quarterly.scss */
.top-sidebar-links {
  padding-bottom: 100px;
}
@media only screen and (max-width: 40em) {
  /* line 218, ../scss/quarterly.scss */
  .top-sidebar-links {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 64em) {
  /* line 218, ../scss/quarterly.scss */
  .top-sidebar-links {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 218, ../scss/quarterly.scss */
  .top-sidebar-links {
    text-align: left;
  }
}
/* line 235, ../scss/quarterly.scss */
.top-sidebar-links li {
  font-family: ars-maquette-web, sans-serif;
  font-weight: 700;
  font-size: 17px !important;
  line-height: 20px;
  text-transform: uppercase;
  color: #399351;
  display: inline-block;
  width: 95px;
  height: 87px;
  border-left: 1px solid #999999;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding: 10px;
}
@media only screen and (max-width: 40em) {
  /* line 251, ../scss/quarterly.scss */
  .top-sidebar-links li:last-child {
    border-right: 1px solid #999999;
  }
}
@media only screen and (max-width: 40em) {
  /* line 235, ../scss/quarterly.scss */
  .top-sidebar-links li {
    width: 87px;
  }
  /* line 259, ../scss/quarterly.scss */
  .top-sidebar-links li a {
    font-size: 0.8rem !important;
  }
}

/* line 266, ../scss/quarterly.scss */
.issue-nav {
  text-transform: uppercase;
  margin: 20px 0px 10px -16px;
  font-weight: bold;
}
@media only screen and (max-width: 64em) {
  /* line 266, ../scss/quarterly.scss */
  .issue-nav {
    margin-left: 0px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 266, ../scss/quarterly.scss */
  .issue-nav {
    margin-left: 0;
  }
}
