.moz-button-fix::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.zero-wspace {
  word-spacing: -0.365em;
}
.norm-wspace {
  word-spacing: normal;
}
.pagesList-1 {
  margin-bottom: 0px;
}
.pagesList-1 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #082e41;
}
.pagesList-1 a:hover {
  color: #020e14;
}
.pagesList-1 .pageBlock {
  padding-bottom: 15px;
  padding-top: 15px;
  color: #0f0d0d;
  border-bottom: 1px solid #ffebcb;
}
.pagesList-1 .pageBlock:nth-child(even) {
  background: #fff1db;
}
.pagesList-1 .pageBlock:first-child {
  padding-top: 0;
}
.pagesList-1 .pageBlock:last-child {
  border-bottom: 0px;
  padding-bottom: 0;
}
.pagesList-1 .pageBlock .pageHeader > h2 {
  color: #c96c08;
  margin-top: 0px;
  margin-bottom: 15px;
}
.pagesList-1 .pageBlock .pageHeader a {
  color: #082e41;
}
.pagesList-1 .pageBlock .pageHeader a h2 {
  margin-top: 0px;
  color: #082e41;
}
.pagesList-1 .pageBlock .pageHeader a:hover {
  color: #020e14;
}
.pagesList-1 .pageBlock .pageDate {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 0.8em;
  color: #7eaef2;
}
.pagesList-1 .pageBlock .pageText p:first-child {
  margin-top: 0px;
}
.pagesList-1 .pageBlock .pageText p:last-child {
  margin-bottom: 0px;
}
.pagesList-1 .pageBlock .pageText .pageReadmore {
  font-size: 0.9em;
  margin-top: 15px;
  text-align: right;
}
