@import '/fonts/AlfaSlab/AlfaSlabOne.css';

@import '/fonts/Oswald/Oswald.css';
/* #page2 .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} */
#page2 .clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
#page1 .clearfix {
  display: block;
}
html {
  background: #555;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 2rem 0;
  font-size: 24px;
}
body {
  height: auto;
  min-height: 100%;
}
#wrapper {
  width: 120rem;
  margin: 0 auto;
  color: black;
  font-family: Georgia, serif;
  font-size: 1.6rem;
}
div,
section.page,
h1,
h2 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "OswaldBold";
  font-weight: normal;
}
img {
  max-width: 100%;
  width: 100rem;
}
section.page {
  width: 100%;
  height: 155.3rem;
  background: white;
  margin-bottom: 4rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 0.2rem 1.5rem rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
section.page:last-of-type {
  margin-bottom: 0;
}
.grey {
  background-color: #d6d6d6;
}
.rounded {
  border-radius: .4rem;
}
.horizontal {
  height: 0;
  width: 100%;
  border-bottom: .1rem solid black;
}
/* Headers */
.header {
  height: 14.2rem;
  width: 116rem;
  margin: 0 auto;
  border-bottom: .5rem solid black;
  padding-top: 4.4rem;
}
.header .pagenumber {
  font-family: "OswaldBold";
  font-size: 3.6rem;
  color: black;
  float: left;
}
.header .pagenumber span {
  color: #8f8f8f;
}
.header .headerright {
  float: right;
  text-align: right;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: -0.2rem;
}
.header .papername {
  font-family: "OswaldBold";
  margin-bottom: 0.5rem;
}
.header .date {
  font-family: "OswaldLight";
}
/* Stories */
.story > h2 {
  font-family: "OswaldBold";
  font-size: 3rem;
  margin: 1rem 0 2.4rem;
}
.story p {
  line-height: 2.8rem;
  margin-bottom: 1.5em;
}
.story .author {
  width: 100%;
  border-top: .3rem solid black;
  border-bottom: .1rem solid black;
  font-family: "OswaldLight";
  font-size: 1.6rem;
  padding: .5rem 0;
  margin: 1rem 0;
}
.story .articlebody p {
  text-indent: 2rem;
  margin-bottom: 0;
}
/* Page 1 */
#page1 {
  background-image: url();
  background-position: center center;
  background-repeat: no-repeat;
  /* background-size: 100%;  */
}
#page1 #yat-logo {
  position: absolute;
  top: -1rem;
  right: 4rem;
  width: 15.6rem;
  height: 14.4rem;
  background: url() no-repeat;
  z-index: 100;
}
#page1 #top-story-teaser {
  border-radius: .4rem;
  height: 4.6rem;
  width: 96.4rem;
  padding: 1.5rem;
  font-family: "Oswald";
  font-size: 1.8rem;
}
#page1 #top-story-teaser em {
  font-family: "OswaldBold";
  font-style: normal;
  margin-right: 0.6rem;
}
#page1 #top-line-thick {
  position: absolute;
  top: 8.6rem;
  left: 2rem;
  width: 116rem;
  height: 1rem;
  background: black;
}
#page1 #top-line-thin {
  position: absolute;
  top: 9.9rem;
  left: 2rem;
  width: 116rem;
  height: .5rem;
  background: black;
}
#page1 #title {
  height: 11rem;
  width: 116rem;
  font-family: "AlfaSlabOneRegular";
  font-size: 8.2rem;
  margin: 4.6rem auto 0;
  display: table;
}
#page1 #title span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#page1 #info {
  font-family: "OswaldBold";
  font-size: 1.6rem;
  text-transform: uppercase;
  color: white;
  margin-top: 0.7rem;
  height: 3rem;
  background: black;
  padding-top: 0.8rem;
  margin-bottom: 3rem;
  height: 3rem;
}
#page1 #info #school {
  float: left;
  padding-left: 2rem;
}
#page1 #info #date {
  float: right;
  padding-right: 2rem;
}
#page1 .sidebar {
  float: left;
  width: 29.9rem;
  height: 112rem;
  border-right: .1rem solid black;
  padding-right: 4rem;
  overflow: hidden;
}
#page1 .sidebar h1 {
  background-color: #d6d6d6;
  border-radius: .4rem;
  width: 100%;
  height: 4.6rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#page1 .sidebar #whats-inside {
  padding-bottom: 3rem;
  border-bottom: .1rem solid black;
  margin-bottom: 3.5rem;
}
#page1 .sidebar #whats-inside > div {
  width: 100%;
  height: 4rem;
  background: url(/images/newspaper/bg-dot.png) left bottom repeat-x;
  position: relative;
  font-family: "Oswald";
  font-size: 1.6rem;
}
#page1 .sidebar #whats-inside h1 {
  margin-bottom: 1rem;
}
#page1 .sidebar #whats-inside .left {
  position: absolute;
  bottom: -0.1rem;
  background: white;
  padding: 0 .5rem .5rem 0;
  height: 1em;
}
#page1 .sidebar #whats-inside .right {
  position: absolute;
  bottom: -0.1rem;
  right: -0.2rem;
  background: white;
  padding: 0 0 .5rem .5rem;
  height: 1em;
}
#page1 .sidebar #wellness-tip {
  border-radius: .4rem;
  background: #f2f2f2;
  margin-bottom: 3rem;
}
#page1 .sidebar #wellness-tip h1 {
  border-radius: .4rem .4rem 0 0;
  margin-bottom: 0;
  position: relative;
}
#page1 .sidebar #wellness-tip h1 span {
  display: block;
  width: 4rem;
  height: 3.9rem;
  position: absolute;
  top: 0.4rem;
  right: 0.7rem;
}
#page1 .sidebar #wellness-tip #tip {
  height: 15.4rem;
  width: 100%;
  display: table;
}
#page1 .sidebar #wellness-tip #tip .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1rem;
  line-height: 1.25em;
}
#page1 .sidebar #yat-on-the-web {
  border-radius: .4rem;
  background: #f2f2f2;
  margin-bottom: 3rem;
}
#page1 .sidebar #yat-on-the-web h1 {
  border-radius: .4rem .4rem 0 0;
  font-size: 1.7rem;
  margin-bottom: 0;
}
#page1 .sidebar #yat-on-the-web #web {
  height: 12.4rem;
  width: 100%;
  display: table;
}
#page1 .sidebar #yat-on-the-web #web .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 1rem;
}
#page1 .sidebar #yat-on-the-web #web .inner p {
  line-height: 1rem;
  margin: 0 0 1.5rem;
}
#page1 .sidebar #word-puzzle h1 {
  margin-bottom: 2.5rem;
}
#page1 .sidebar #word-puzzle #puzzle {
  height: 26rem;
  width: 26rem;
}
#page1 .sidebar #word-puzzle #answer-next-page {
  text-align: center;
  margin-top: 1.4rem;
}
#page1 .sidebar #word-puzzle #answer-next-page p {
  font-family: "OswaldBold";
  font-size: 1.6rem;
}
#page1 .sidebar #word-puzzle #answer-next-page p span {
  position: relative;
  display: inline-block;
  width: 2.3rem;
  height: 1.7rem;
  top: 0.3rem;
  left: .2rem;
}
#page1 #maincontent {
  float: right;
  width: 82rem;
}
#page1 #maincontent p.question {
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#page1 #story1 {
  width: 100%;
  height: 43.5rem;
  overflow: hidden;
}
#page1 #story1 img {
  max-width: 24rem;
  float: right;
  margin: 0 0 2rem 2rem;
}
#page1 .horizontal {
  margin: 4rem 0;
}
#page1 #story2 {
  width: 100%;
  height: 64rem;
  overflow: hidden;
}
#page1 #story2 img {
  max-width: 24rem;
  float: left;
  margin: 0 2rem 2rem 0;
}
#page1 #laws {
  float: right;
  width: 33.4rem;
  height: 54.5rem;
  overflow: hidden;
  margin-left: 1rem;
  /* background-size: 100%;  */
  position: relative;
}
#page1 #laws span {
  position: absolute;
  width: 33.4rem;
  height: 54.5rem;
  z-index: 1;
}
#page1 #laws span img {
  max-width: 100%;
  width: 100rem;
}
#page1 #laws .inner {
  position: absolute;
  width: 33.4rem;
  height: 54.5rem;
  padding: 7rem 4rem 1rem 4rem;
  z-index: 2;
}
#page1 #laws h2 {
  font-family: "OswaldBold";
  font-size: 2.2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}
#page1 #laws ol {
  font-family: "Oswald";
  font-size: 1.6rem;
  list-style: none;
  margin-left: 2.6rem;
  padding-left: 0;
  counter-reset: item;
}
#page1 #laws ol > li {
  margin-left: 0;
  padding-left: 0;
  counter-increment: item;
  list-style: none inside;
  margin-bottom: 1.4rem;
  position: relative;
}
/* #page1 #laws ol > li:before { position: absolute; top: -0.2rem; left: -2.8rem; height: 1.8rem; width: 1.8rem; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; content:counter(item); padding: 0.4rem 0 .3rem; background: #333; border-radius: 1rem; font-size: 1.1rem; color: white; } */
#page1 #laws .top {
  width: 33.4rem;
  height: 7.1rem;
  background: url() no-repeat 100%;
}
#page1 #laws .middle {
  width: 33.4rem;
  height: auto;
  min-height: 38.7rem;
  background: url() no-repeat 100%;
}
#page1 #laws .bottom {
  width: 33.4rem;
  height: 7.4rem;
  background: url() no-repeat 100%;
}
#page1 .footer {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 116rem;
  height: 9rem;
  text-align: center;
  border-bottom: 1rem solid black;
  border-top: 1rem solid black;
  overflow: hidden;
  padding: 1rem;
  font-family: "OswaldBold";
  font-size: 2.4rem;
}
/* #page1 .footer .inner { margin-top: -2.1rem; } SVG */
/* #page1 .footer .inner img { position: relative; top: 1.7rem; } SVG */
#page1 .footer .inner {
  margin-top: 0;
}
#page1 .footer .inner span {
  position: relative;
  display: inline-block;
  width: 35.2rem;
  height: 3.7rem;
  top: 0.6rem;
}
/* Page 2 */
#page2 .story h2 {
  padding: 1rem;
}
#page2 #story3 {
  float: left;
  width: 85rem;
  height: 53.5rem;
  margin-top: 2rem;
  overflow: hidden;
}
#page2 #story3 h2 {
  background-color: #d6d6d6;
  border-radius: .4rem;
}
#page2 #story3 .articlebody {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 2rem;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  height: 43rem;
}
#page2 #story3 .articlebody img {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
#page2 .horizontal {
  margin: 3rem 0;
}
#page2 #opinion {
  float: right;
  width: 29rem;
  height: 52.5rem;
  background-color: #ebebeb;
  border-radius: 0 0 .4rem .4rem;
  border: .1rem solid #999999;
  border-top: 0;
  overflow: hidden;
  position: relative;
}
#page2 #opinion .inner {
  position: absolute;
  width: 29rem;
  height: 52.5rem;
  padding: 4rem 2rem 1rem;
}
#page2 #opinion span {
  position: absolute;
  width: 29rem;
  height: 52.5rem;
}
#page2 #opinion h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
#page2 #opinion h3 {
  font-family: "Oswald";
  font-size: 1.8rem;
  border-bottom: .1rem solid black;
  padding-bottom: 0.8rem;
  margin-bottom: 3rem;
}
#page2 #opinion .answer {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 0.6rem;
}
#page2 #opinion .name {
  font-family: "Oswald";
  font-size: 1.3rem;
  font-style: italic;
  text-align: right;
  margin-bottom: 2.6rem;
}
#page2 .horizontal {
  margin: 0 0 4rem;
}
#page2 .sidebar {
  float: left;
  width: 29rem;
  height: 77rem;
  overflow: hidden;
}
#page2 .sidebar h1 {
  background-color: #d6d6d6;
  border-radius: .4rem;
  width: 100%;
  height: 4.6rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
#page2 .sidebar #word-puzzle-answer {
  margin-bottom: 4rem;
}
#page2 .sidebar #word-puzzle-answer h1 {
  margin-bottom: 2rem;
}
#page2 .sidebar #word-puzzle-answer p {
  font-family: "OswaldBold";
  font-size: 1.6rem;
}
#page2 .sidebar #editorial {
  width: 29rem;
  height: 64.8rem;
  padding: 2rem;
  background-color: #ebebeb;
  border-radius: .4rem;
  border: .1rem solid #999999;
  overflow: hidden;
}
#page2 .sidebar #editorial h2 {
  font-size: 3rem;
  margin-bottom: 0.4rem;
}
#page2 .sidebar #editorial h3 {
  font-family: "Oswald";
  font-size: 1.8rem;
  border-bottom: .1rem solid black;
  padding-bottom: 0.8rem;
  margin-bottom: 3rem;
}
#page2 .sidebar #editorial p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 1.3rem;
}
#page2 .sidebar #editorial p.editor {
  font-family: "Oswald";
  font-size: 1.5rem;
  font-style: italic;
  text-align: right;
  margin-top: 2rem;
}
#page2 > .right {
  float: right;
  width: 84rem;
  height: 77.3rem;
  overflow: hidden;
}
#page2 #story4 {
  height: 52rem;
  overflow: hidden;
}
#page2 #story4 h2 {
  padding: 0;
}
#page2 #story4 .articlebody {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2rem;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  height: 44rem;
}
#page2 #story4 .articlebody img {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
#page2 #yat-ad {
  float: left;
  width: 40rem;
}
#page2 #credits {
  float: right;
  width: 41rem;
  height: 25rem;
  overflow: hidden;
  background-color: #ebebeb;
  border-radius: .4rem;
}
#page2 #credits h1 {
  background-color: #d6d6d6;
  width: 100%;
  height: 4.6rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  text-transform: uppercase;
  border-radius: .4rem .4rem 0 0;
  font-size: 1.7rem;
  margin-bottom: 1.6rem;
}
#page2 #credits .left {
  float: left;
  height: 17rem;
  width: 17rem;
  overflow: hidden;
  margin: 0 2rem 0 1.5rem;
  border-right: .1rem solid #a5a5a5;
}
#page2 #credits h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
#page2 #credits p + h2 {
  margin-top: 2rem;
}
#page2 #credits .right {
  float: left;
  height: 17rem;
}
/* footer {
  position: absolute;
  bottom: 6rem ;
  left: 2rem;
  height: 0;
  width: 116rem;
  border-top: .5rem solid black;
} */
/* Ad Pages 3-5 */
.ads .header {
  margin-bottom: 4rem;
}
.ads .ad {
  float: left;
  height: 30rem;
  width: 55rem;
  margin-bottom: 3rem;
}
.ads .ad:nth-of-type(even) {
  float: right;
}
.ads .footer {
  position: absolute;
  bottom: 2rem ;
  left: 2rem;
  height: 5.1rem;
  width: 116rem;
  border-top: .5rem solid black;
  border-bottom: .5rem solid black;
  font-family: "OswaldBold";
  font-size: 1.6rem;
  text-align: right;
  padding-top: 1.3rem;
}
html {
  background: white;
  padding: 0;
}
section.page {
  box-shadow: none;
  margin-bottom: 0;
}
/* body { transform: scale(2); -moz-transform: scale(2); -webkit-transform: scale(2); } */
/* Media Queries */
/* @media print {
  html {
    background: white;
    padding: 0;
  }
  section.page {
    box-shadow: none;
    margin-bottom: 0;
  }
} */
