* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

sub {
  font-size: smaller;
  vertical-align: sub;
}

sup {
  font-size: smaller;
  vertical-align: super;
}

hr {
  box-sizing: content-box;
  border-top: 0.005rem solid #000;
  margin: 0.8rem 0;
  overflow: visible;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a, a:visited {
  color: #00f;
  font-weight: bold;
}

a:active, a:hover {
  color: #f90;
}

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: 0.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 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: 0.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 h2.uline {
  border-bottom: 0.1rem solid #D1DEEB;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.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;
}

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

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

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

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

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

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

.articles-box {
  border-bottom: 0.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;
}

.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;
}

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

.main-pic-box {
  border: 0.05rem solid #333;
  margin-bottom: 0.8rem;
  margin-right: 0.5%;
  overflow: hidden;
  padding: 0.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: 0.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;
}

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

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

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

.aut-img {
  height: 12rem;
  padding: 0.5rem 0.5rem 0 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;
}

.comments-box {
  background: #f3f3f3;
  border: 0.1em solid #bbb;
  border-radius: 0.5rem;
  margin: 0.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;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

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

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

.loading {
  text-align: center;
}

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

.bottom-block h2 {
  border-bottom: 0.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;
  gap: 25px;
  grid-template-columns: 1fr 2fr;
}

.bot-links-grids {
  display: 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;
}

.no-touch .cd-top:hover {
  background-color: #e86256;
}

.cd-top {
  background: rgba(232, 98, 86, 0.8) url(imgs/cd-top-arrow.svg) no-repeat center 50%;
  bottom: 4rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  display: inline-block;
  height: 4rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 1rem;
  text-indent: 100%;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  visibility: hidden;
  white-space: nowrap;
  width: 4rem;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  opacity: 1;
}

@font-face {
  font-display: block;
  font-family: "FAS";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/fa-solid-900.eot);
  src: url(fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fa-solid-900.woff2) format("woff2"), url(fonts/fa-solid-900.woff) format("woff"), url(fonts/fa-solid-900.ttf) format("truetype"), url(fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fas {
  font-family: "FAS";
  font-weight: 900;
}

.fa, .fas {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.fa-lg {
  font-size: 1.33333rem;
  line-height: 0.75rem;
  vertical-align: -0.0667rem;
}

.fa-xs {
  font-size: 0.75rem;
}

.fa-sm {
  font-size: 0.875rem;
}

.fa-1x {
  font-size: 1rem;
}

.fa-2x {
  font-size: 2rem;
}

.fa-3x {
  font-size: 3rem;
}

.fa-4x {
  font-size: 4rem;
}

.fa-5x {
  font-size: 5rem;
}

.fa-6x {
  font-size: 6rem;
}

.fa-7x {
  font-size: 7rem;
}

.fa-8x {
  font-size: 8rem;
}

.fa-9x {
  font-size: 9rem;
}

.fa-10x {
  font-size: 10rem;
}

.fa-fw {
  text-align: center;
  width: 2rem;
}

.fa-archive:before {
  content: "\f1c6";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-contact:before {
  content: "\f658";
}

.fa-contributor:before {
  content: "\f508";
}

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

.fa-home:before {
  content: "\f015";
}

.fa-image:before {
  content: "\f03e";
}

.fa-report:before {
  content: "\f11e";
}

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

.btn-search:before {
  font-family: "FAS";
  content: "\f00e";
}

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;
}

.align-center, .text-center {
  text-align: center !important;
}

.align-justify, .text-justify {
  text-align: justify !important;
}

.align-left, .text-left {
  text-align: left !important;
}

.align-right, .text-right {
  text-align: right !important;
}

.text-bold {
  font-weight: 600 !important;
}

.text-italic {
  font-style: italic !important;
}

.text-error {
  color: #d91318 !important;
}

.text-success {
  color: #4f8a10 !important;
}

.text-warning {
  color: #9f6000 !important;
}

.text-white {
  color: #fff !important;
}

.text-yellow {
  color: #ff0 !important;
}

.error-msg-box, .info-msg-box, .success-msg-box, .warning-msg-box {
  border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  margin: 0.3rem auto;
  padding: 0.8rem;
  text-align: center;
  width: 90%;
}

.error-msg-box i, .info-msg-box i, .success-msg-box i, .warning-msg-box i {
  font-size: 1.5rem;
  margin: 0.5rem 1rem;
  vertical-align: middle;
}

.error-msg-box {
  background-color: #ffd2d2;
  border: 0.05rem solid #d8000c;
  color: #d8000c;
}

.info-msg-box {
  background-color: #bde5f8;
  border: 0.05rem solid #00529b;
  color: #00529b;
}

.success-msg-box {
  background-color: #dff2bf;
  border: 0.05rem solid #4f8a10;
  color: #4f8a10;
}

.warning-msg-box {
  background-color: #feefb3;
  border: 0.05rem solid #9f6000;
  color: #9f6000;
}

.flt-left {
  float: left;
}

.clr:before, .clr:after {
  content: "";
  display: table;
}

.clr:after {
  clear: both;
}

.clr {
  *zoom: 1;
}

.img-left {
  float: left !important;
  margin: 0 10px 0 10px;
}

.img-center {
  margin: 5px auto;
  text-align: center;
  width: auto;
}

.img-right {
  float: right !important;
  margin: 0 0 10px 10px;
}

.lrg-font {
  font-size: 150%;
}

.sm-font {
  font-size: 80%;
}

.pagination-link {
  margin-top: 20px;
  text-align: center;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  cursor: pointer;
}

.pagination li a, .pagination li span {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-color: #bbb;
  border-radius: 4px;
  color: #222;
  display: inline-block;
  min-width: 38px;
  padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.pagination li a:focus {
  outline: 2px solid #666;
  outline-offset: 2px;
}

.pagination li a:hover {
  background: #eee;
}

.pagination li.active span {
  background: #bbb;
  border-color: #999;
  color: white;
  font-weight: bold;
}

.pagination li.disabled span {
  background: #f5f5f5;
  border-color: #eee;
  color: #aaa;
  cursor: default;
}

table {
  border-spacing: 0;
  empty-cells: show;
  margin: 0.5rem auto;
  table-layout: fixed;
  width: 100%;
}

table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1rem 0;
  text-align: center;
}

table td {
  background-color: transparent;
  vertical-align: middle;
  word-wrap: break-word;
}

table td:first-child, table th:first-child {
  border-left-width: 0;
}

table th:first-child.brd-left, table td:first-child.brd-left {
  border-left-width: 0.1rem;
}

table td:first-child.brd-left {
  border-left-width: 0.1rem;
}

table thead {
  background: #e0e0e0;
  color: #000;
  font-weight: bold !important;
  text-align: center;
  vertical-align: bottom;
}

table p {
  line-height: 1.5;
}

table td, table th {
  border-left: 0.1rem solid #cbcbcb;
  border-width: 0 0 0 0.1rem;
  font-size: inherit;
  overflow: visible;
  padding: 0.5rem 1rem;
}

table th {
  font-weight: bold !important;
}

table .vert-mid {
  vertical-align: middle;
}

table .vert-top {
  vertical-align: top;
}

table.display img {
  width: 18rem;
}

tr {
  transition: color 0.3s ease;
}

tr:hover {
  background: #feefb3 !important;
}

table.nohov tr:hover, tr.nohov:hover {
  background: none !important;
}

table.bordered thead tr {
  background: #d8d8d8 !important;
}

.bordered {
  border: 0.1rem solid #cbcbcb;
}

.bordered tr:nth-child(2n-1) {
  background-color: #f2f2f2;
}

.bordered td, .bordered th {
  border-left: 0.1rem solid #cbcbcb;
  border-bottom: 0.1rem solid #cbcbcb;
  padding: 1rem 0.8rem;
}

.bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}

.bordered tfoot > tr:first-child > td {
  border-top: 0.1rem solid #000;
}

.frm-data {
  margin: 0.8rem auto;
}

fieldset {
  background: #f3f3f3;
  border: 0.1rem solid #bbb;
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 0.5rem;
}

fieldset legend {
  background: #1f497d;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.8rem 1rem;
}

input, select, textarea {
  background: #fff;
  color: #000;
}

.frm-data input[type=text], .frm-data input[type=password], .frm-data input[type=email], .frm-data input[type=url], .frm-data input[type=date], .frm-data input[type=month], .frm-data input[type=time], .frm-data input[type=datetime], .frm-data input[type=datetime-local], .frm-data input[type=week], .frm-data input[type=number], .frm-data input[type=search], .frm-data input[type=tel], .frm-data input[type=color], .frm-data select, .frm-data textarea {
  border: 0.1rem solid #9C9C9C;
  border-radius: 0.4rem;
  box-shadow: inset 0 0.1rem 0.3rem #ddd;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0.8rem;
  vertical-align: middle;
}

.frm-data input:not([type]) {
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  box-shadow: inset 0 0.1rem 0.3rem #ddd;
  -webkit-box-shadow: inset 0 0.1rem 0.3rem #ddd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem 0.6rem;
}

.frm-data input[type=color] {
  padding: 0.2rem 0.5rem;
}

.frm-data input[type=text]:focus, .frm-data input[type=password]:focus, .frm-data input[type=email]:focus, .frm-data input[type=url]:focus, .frm-data input[type=date]:focus, .frm-data input[type=month]:focus, .frm-data input[type=time]:focus, .frm-data input[type=datetime]:focus, .frm-data input[type=datetime-local]:focus, .frm-data input[type=week]:focus, .frm-data input[type=number]:focus, .frm-data input[type=search]:focus, .frm-data input[type=tel]:focus, .frm-data input[type=color]:focus, .frm-data select:focus, .frm-data textarea:focus {
  border-color: #129fea;
  outline: 0;
}

.frm-data input:not([type]):focus {
  border-color: #129fea;
  outline: 0;
}

.frm-data input[type=file]:focus, .frm-data input[type=radio]:focus, .frm-data input[type=checkbox]:focus {
  outline: thin solid #129fea;
  outline: 0.1rem auto #129fea;
}

.frm-data input[type=file]:focus:invalid:focus, .frm-data input[type=radio]:focus:invalid:focus, .frm-data input[type=checkbox]:focus:invalid:focus {
  outline-color: #e9322d;
}

.frm-data .frm-checkbox, .frm-data .frm-radio {
  display: block;
  margin: 0.5rem 0;
}

.frm-data input[type=text][disabled], .frm-data input[type=password][disabled], .frm-data input[type=email][disabled], .frm-data input[type=url][disabled], .frm-data input[type=date][disabled], .frm-data input[type=month][disabled], .frm-data input[type=time][disabled], .frm-data input[type=datetime][disabled], .frm-data input[type=datetime-local][disabled], .frm-data input[type=week][disabled], .frm-data input[type=number][disabled], .frm-data input[type=search][disabled], .frm-data input[type=tel][disabled], .frm-data input[type=color][disabled], .frm-data select[disabled], .frm-data textarea[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}

.frm-data input:not([type])[disabled] {
  background-color: #eaeded;
  color: #cad2d3;
  cursor: not-allowed;
}

.frm-data input[readonly], .frm-data select[readonly], .frm-data textarea[readonly] {
  background-color: #eee;
  border-color: #ccc;
  color: #d91318;
}

.frm-data input:focus:invalid, .frm-data textarea:focus:invalid, .frm-data select:focus:invalid {
  border-color: #e9322d;
  color: #b94a48;
}

.frm-data select {
  background-color: white;
  border: 0.1rem solid #ccc;
}

.frm-data select[multiple] {
  height: auto;
}

.frm-data label {
  margin: 0.5rem 0 0.2rem;
}

.frm-data input[type=checkbox] {
  margin: 0.6rem 0 0.2rem;
}

.frm-control-group {
  align-items: center;
  display: grid;
  gap: 0 0.5rem;
  grid-template-columns: 0.12fr 0.88fr;
  margin-bottom: 0.8rem;
}

.frm-control-group input, .frm-control-group select, .frm-control-group textarea {
  width: 100%;
}

.frm-control-group label {
  text-align: right;
}

input:required, select:required, textarea:required {
  border-left: 0.35rem solid red !important;
}

::placeholder {
  color: #777;
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: #777;
}

::-ms-input-placeholder {
  color: #777;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.inp-msg {
  color: #d91318;
  font-style: italic;
  text-align: center;
}

.btn-submit {
  background-color: #125bd6;
  border: none;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  padding: 0.8rem 1rem;
}

.btn-submit:hover {
  background-color: #5691f1;
  color: #000;
}

.btn-submit:disabled {
  background: #c0c0c0;
  cursor: not-allowed;
}

@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 */
