* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
a:link,
a:visited {
  text-decoration: inherit;
  color: inherit;
}
a.articleLink:link,
a.articleLink:visited {
  text-decoration: inherit;
  color: #205cc3;
  font-weight: bold;
}
a.articleLink:hover {
  color: #2b75f5;
  text-decoration: underline;
}
.clear {
  clear: both;
}
#header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #cce0eb;
  padding-top: 7px;
  padding-bottom: 7px;
}
#headerInner {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
#logoLeft {
  height: 25px;
  width: auto;
  float: left;
}
#logoLeft img {
  height: 100%;
  display: block;
}
#textRight {
  height: 25px;
  width: auto;
  float: right;
  line-height: 25px;
  font-style: italic;
  color: #333;
  font-size: 18px;
}
#mainBox {
  width: 600px;
  height: auto;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 60px;
}
#headline {
  width: 100%;
  height: auto;
  font-size: 38px;
  font-weight: 900;
  color: #333;
  font-family: "Lora", serif;
}
#author {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  color: #999999;
  margin-top: 20px;
}
#mainContent {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 20px;
}
.articleImg {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
.articleImg img {
  width: 100%;
  display: block;
}
.articleImgsmall {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}
.articleImgsmall img {
  width: 100%;
  display: block;
}
.articleSubheader {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  color: #333;
  font-family: "Lora", serif;
}
.blockQuote {
  width: calc(100% - 27px);
  height: auto;
  margin: 0 auto;
  border-left: 7px solid #a3a3a3;
  background-color: #f4f4f4;
  line-height: 28px;
  padding: 10px 18px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #3e4855;
}
.articleText {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  color: #3e4855;
}
.articleText p {
  margin-bottom: 1em;
}
.articleText ul {
  margin-left: 2em;
  margin-bottom: 1em;
}
.commentBreak {
  width: 100%;
  border-bottom: 1px solid #198fff;
  margin: 0 auto;
  height: 80px;
}
#footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  background: #cce0eb;
  padding-bottom: 60px;
}
#footerInner {
  width: 1040px;
  height: auto;
  margin: 0 auto;
  padding: 25px 0px;
  color: #777;
  font-size: 14px;
  text-align: center;
}
.articleButton {
  width: calc(100% - 20px);
  height: auto;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 30px;
  text-align: center;
  background: #63d021;
  border: none;
  outline: none;
  display: block;
}
.articleButton:hover {
  background: #49a511;
}
#gridBox {
  width: calc(100% - 4px);
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #f0fbff;
  border: 2px solid #02374a;
  border-radius: 5px;
  font-size: 17px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
}
#grid1 {
  width: 20%;
  float: left;
}
#grid2,
#grid3 {
  width: calc(40% - 2px);
  float: left;
  border-left: 2px solid #02374a;
}
.gridTop {
  width: 100%;
  height: 50px;
  padding: 10px;
  background: #b5e5f6;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.gridMain {
  width: 100%;
  height: 70px;
  padding: 10px;
  background: #f0fbff;
  font-weight: 400;
  border-top: 2px solid #02374a;
  display: flex;
  align-items: center;
}
#hoverPop {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding: 15px 0px;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
#hoverButton {
  width: 500px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0px;
  background: #5e8c30;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  border-radius: 10px;
  display: block;
}
#hoverButton:hover {
  background: #73ba2d;
}
@media screen and (max-width: 1000px) {
  #headerInner {
    width: 96%;
  }
  #logoLeft {
    height: 30px;
  }
  #textRight {
    height: 30px;
    margin-right: 0px;
    line-height: 30px;
    font-size: 16px;
  }
  #mainBox {
    width: 96%;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  #headline {
    font-size: 30px;
  }
  #author {
    font-size: 15px;
    margin-top: 10px;
  }
  #mainContent {
    padding-top: 15px;
  }
  .articleImg {
    padding-bottom: 15px;
  }
  .articleImgsmall {
    width: 65%;
    padding-bottom: 15px;
  }
  .articleSubheader {
    font-size: 26px;
    line-height: 32px;
  }
  .blockQuote {
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .articleText {
    font-size: 18px;
    line-height: 28px;
  }
  #footerInner {
    width: 96%;
    font-size: 12px;
  }
  #gridBox {
    font-size: 14px;
  }
  #grid1 {
    width: 22%;
  }
  #grid2,
  #grid3 {
    width: calc(39% - 2px);
  }
  .gridTop {
    width: 100%;
    height: 62px;
    padding: 5px;
  }
  .gridMain {
    width: 100%;
    height: 70px;
    padding: 5px;
  }
  #hoverButton {
    width: 90%;
    padding: 15px 0px;
    font-size: 22px;
    border-radius: 5px;
  }
}