@charset "UTF-8";
.fa-archives:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-contact:before {
  content: ""; }

.fa-contributors:before {
  content: ""; }

.fa-double-down-arrow:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-images:before {
  content: ""; }

.fa-reports:before {
  content: ""; }

.fa-success-circle:before {
  content: ""; }

.btn-search:before {
  font-family: 'FAS';
  content: ""; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2.6rem;
  margin: 0.5rem 0; }

h2 {
  font-size: 2rem;
  margin: 0.2rem 0; }

h3 {
  font-size: 1.8rem;
  margin: 0.2rem 0; }

h4 {
  font-size: 1.6rem;
  margin: 0.2rem 0; }

h5 {
  font-size: 1.4rem;
  margin: 0.2rem 0; }

h6 {
  font-size: 1rem;
  margin: 0.2rem 0; }

a, a:active, a:visited {
  color: #000;
  font-weight: bold; }

a:hover {
  color: #f90; }
b, strong {
    font-weight: bolder
}

body {
  font-family: 'PT Serif', serif;
  font-size: 1.8rem; }

.wrapper {
  margin: 0 auto;
  width: 80%; }

.main-header {
  padding: 1rem 0;
  text-align: center; }

.logo-box img {
  margin: 0 auto;
  max-width: 242px; }

.main-navbar {
  background: #169FB8;
  border-bottom: .2rem solid #768692;
  height: 45px;
  z-index: 99; }

.main-navbar ul {
  position: absolute; }

.main-navbar ul li {
  display: inline-block;
  float: left;
  margin-right: 2px; }

.main-navbar ul li a {
  color: #fff;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  min-width: 70px;
  padding: 0 .6em;
  text-align: center; }

.main-navbar ul li:hover a {
  background: #EAC530; }

.main-navbar ul li:hover ul a {
  background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px; }

.main-navbar ul li:hover ul a:hover {
  background: #EAC530;
  color: #fff; }

.main-navbar ul li ul {
  display: none;
  z-index: 9; }

.main-navbar ul li ul li {
  display: block;
  float: none; }

.main-navbar ul li ul li a {
  border-bottom: .1em dotted #bbb;
  min-width: 100px;
  padding: 0 25px 0 10px;
  text-align: left;
  width: auto; }

.main-navbar ul li a:hover + .hidden, .hidden:hover {
  display: block; }

.main-navbar .show-menu {
  cursor: pointer;
  display: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px 10px 0;
  text-align: center; }

.main-navbar input[type=checkbox] {
  display: none; }

.main-navbar input[type=checkbox]:checked ~ #menu {
  display: block; }

.ticker-wrap {
  background: #2a5276;
  padding: 1rem; }

.ticker-box {
  color: #fff;
  overflow: hidden; }

.ticker-box a, .ticker-box a:active, .ticker-box a:visited {
  color: #fff; }

.ticker-box a:hover {
  color: #f90; }

.contents-wrap {
  min-height: 40vh; }

.contents-wrap ol {
  margin: 1.5rem 0; }

.contents-wrap ol li {
  list-style: decimal;
  margin: 0.5rem 1rem; }

.contents-wrap ul {
  margin: 1.5rem 0; }

.contents-wrap ul li {
  list-style: disc;
  margin: 0.5rem 1rem 2rem 1rem; }

.contents-wrap table ol {
  margin: 0.5rem 0; }

.contents-wrap table ol li {
  margin: 0.5rem 1rem; }

.contents-wrap table ul {
  margin: 0.5rem 0; }

.contents-wrap table ul li {
  margin: 0.5rem 1rem; }

.contents-wrap p {
  line-height: 1.3; }

.contents-wrap p + p {
  margin-top: 1rem; }

.contents-wrap p img {
  margin: 1rem;
  text-align: center; }

.contents-wrap h2.uline {
  border-bottom: .1rem solid #D1DEEB;
  margin-bottom: .5rem;
  padding-bottom: 0.5rem; }

.home-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-areas: "editorials latest random";
  grid-template-columns: .6fr 1fr .6fr;
  margin-top: .3rem;
  padding: 0.5rem; }

.editorials-col {
  grid-area: editorials; }

.latest-col {
  grid-area: latest; }

.random-col {
  grid-area: random; }

.content-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr .5fr;
  margin-top: .3rem;
  padding: 0.5rem; }

.blue-inverse {
  background: #36587c;
  color: #fff;
  padding: .5rem .8rem;
  position: relative; }

.articles-box {
  border-bottom: .2rem dashed #ccc;
  margin-bottom: 2rem;
  padding: 0.5rem 0; }

.credits-line {
  font-size: 1.8rem;
  margin: 0.3rem 0; }

.articles-box img.flt {
  float: left;
  height: 130px;
  margin: 0.5rem 0.5rem 0 0;
  object-fit: cover;
  width: 9rem; }

.articles-box ul, .story-box ul {
  padding: 0 0 0 0.05rem;
  margin: 0 0 0 0.05rem; }

.articles-box ul li, .story-box ul li {
  margin: 0.05rem;
  padding: 0.03rem;
  list-style-position: outside;
  list-style-type: disc; }

.articles-box ul li a, .story-box ul li a {
  border-bottom: 1px dotted #666;
  display: block; }

.aut-img-grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(8, 1fr);
  padding-bottom: 20px; }

.aut-img-wrap {
  border: .1rem solid #ccc;
  height: 16rem; }

.aut-img-wrap:hover {
  background: #ccc; }

.aut-img {
  height: 12rem;
  padding: .5rem .5rem 0 .5rem;
  text-align: center; }

.aut-img img {
  object-fit: cover;
  height: 100%; }

.aut-name {
  height: 4rem;
  text-align: center; }

.aut-name h3 {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  height: 4rem;
  justify-content: center; }

.article-desc {
  margin-top: 0.5em; }

.section-name a, .section-name a:active, .section-name a:visited {
  color: #ed1c24;
  font-weight: normal; }

.section-name a:hover {
  color: #f90; }

.category-name a, .category-name a:active, .category-name a:visited {
  color: #008040;
  font-weight: normal; }

.category-name a:hover {
  color: #f90; }

.article-heading {
  font-size: 2.4rem; }

.source-name a, .source-name a:active, .source-name a:visited {
  color: #36587c;
  font-weight: normal; }

.source-name a:hover {
  color: #f90; }

.main-pic-box {
  border: .05rem solid #333;
  margin-bottom: .8rem;
  margin-right: .5%;
  overflow: hidden;
  padding: .3rem;
  position: relative; }

.main-pic-box img {
  object-fit: cover;
  width: 100%; }

.main-pic-box .main-pic-cap {
  bottom: 1rem;
  left: 1.6rem; }

.main-pic-cap {
  color: #804000;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: bold;
  padding: .5rem;
  text-align: center; }

img.srcimg {
  border-radius: 50%;
  float: left;
  margin: 0.5rem 0.5rem 0 0;
  overflow: hidden;
  width: 20rem; }

.sections-box {
  margin: 1.5rem auto; }

.comments-box {
  background: #f3f3f3;
  border: .1em solid #bbb;
  border-radius: .5rem;
  margin: .5rem;
  padding: 0.6rem 0.8rem 0.6rem 0.5rem; }

.comments-box p + p {
  margin-top: 1px; }

.visitor-name {
  font-weight: bold; }

.comment-date {
  color: #6A6A6A;
  font-size: 80%;
  margin-bottom: 0.3rem; }

.two-equal-grids {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(2, 1fr); }

.three-equal-grids {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(3, 1fr); }

.rpt-desc {
  font-size: 1.6rem;
  font-style: italic; }

.alb-box {
  border: .05rem solid #2A5276;
  border-radius: .5rem;
  padding: .5rem;
  text-align: center; }

.alb-desc h3 {
  font-size: 2rem; }

.alb-desc p {
  font-size: 1.6rem;
  font-style: italic; }

.bottom-block {
  background: #f2f2f2;
  border-top: 1px solid #eee;
  padding: 2rem 0; }

.bottom-block h2 {
  border-bottom: .1rem solid #D1DEEB;
  font-size: 2.4rem; }

.bottom-block ul {
  margin: 0.5rem auto; }

.bottom-block ul li {
  line-height: 2;
  list-style-position: inside;
  list-style-type: square; }

.bottom-block ul.social li {
  display: inline-block;
  line-height: 6;
  margin-right: 1rem; }

.bottom-grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 2fr; }

.bot-links-grids {
  display: grid;
  grid-gap: 5px 25px;
  grid-template-columns: repeat(2, 1fr); }

.implinks-box {
  display: list-item;
  line-height: 1.5;
  list-style-position: inside;
  list-style-type: square; }

.main-footer {
  background: #323232;
  color: #ccc;
  padding: 30px 25px;
  text-align: center; }

.main-footer h2 {
  padding: 5px 0; }

.main-footer a {
  color: #ccc; }

.main-footer h3 {
  font: 85%/1 arial, sans-serif;
  line-height: 1.2;
  padding: 5px 0; }

.archives-form .frm-control-group {
  grid-template-columns: 0.35fr 1fr; }

.loading {
  text-align: center; }

@media only screen and (min-device-width: 991px) and (max-device-width: 1200px) {
  .wrapper {
    width: 96%; }

  .main-navbar {
    height: 40px; }

  .main-navbar ul li a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    min-width: 65px;
    padding: 0 0.4rem; } }
@media only screen and (min-device-width: 801px) and (max-device-width: 990px) {
  body {
    font-size: 14px; }

  .wrapper {
    width: 98%; }

  .main-navbar {
    height: 35px; }

  .main-navbar ul li a {
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    min-width: 60px;
    padding: 0 0.3rem; } }
@media screen and (max-width: 800px) {
  .wrapper {
    width: 98%; }

  .main-navbar {
    background: #dbdbdb;
    height: 50px; }

  .main-navbar ul {
    display: none;
    position: relative;
    z-index: 9999; }

  .main-navbar ul li {
    background: #0032a0;
    margin-bottom: 1px; }

  .main-navbar ul li, li a {
    color: #000;
    width: 100%; }

  .main-navbar .show-menu {
    display: block; }

  .home-grid, .three-equal-grids, .content-grid, .two-equal-grids, .aut-img-grid, .bottom-grid, .bot-links-grids, .frm-control-group {
    display: block; }

  .latest-col, .editorials-col, .main-content, .quick-links, .imp-links {
    margin-bottom: 1rem; }

  .bottom-grid {
    text-align: center; }

  .sections-box {
    padding: 0.3rem; } }

/*# sourceMappingURL=style.css.map */