@import url("https://fonts.googleapis.com/css2?family=PT+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  outline: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "PT Serif", serif;
  color: #0032A0;
}

p {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: black;
}

.container .extras .categories .list-group .list-item:after {
  content: "";
  position: absolute;
  background-color: #F0B323;
  left: 0;
  width: 100%;
}

input:focus:required:invalid {
  border: 2px solid red !important;
}

input:required:valid {
  border: 2px solid #0032A0 !important;
}

table {
  border: 1px solid white;
  width: 100%;
  position: relative;
}

thead {
  border: 1px solid white;
  background: #000;
  padding: 30px 0;
}

tr {
  border: 1px solid white;
  padding: 30px 0;
  text-align: center;
}

tr:nth-of-type(odd) {
  background: #96A2B8;
}

th {
  border: 1px solid white;
  padding: 30px;
}

td {
  border: 1px solid white;
  padding: 20px 30px;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.container {
  margin-top: 100px;
}

.container .notice-heading h3::after {
  content: '';
  display: block;
  width: 6%;
  height: 5px;
  margin-left: 10px;
  background: #F0B323;
  margin-top: 1rem;
}

.container .result-quantity {
  padding-top: 20px;
}

.container .news .main_news .row .modal {
  z-index: 7000 !important;
}

.container .news .main_news .row .modal .modal-dialog {
  max-height: 80vh;
  max-width: 600px;
  min-height: 175px;
  min-width: 240px;
}

.container .news .main_news .row .news_item .img-wrap {
  position: relative;
}

.container .news .main_news .row .news_item .img-wrap .img-description {
  overflow: hidden;
  font-size: 0.9rem;
  position: absolute;
  max-height: 98%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0032A0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.container .news .main_news .row .news_item .img-wrap .img-description p {
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.0em;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.container .news .main_news .row .news_item .img-wrap .img-description p:not(:first-child) {
  display: none;
}

.container .news .main_news .row .news_item .img-wrap .img-description a {
  color: white !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.container .news .main_news .row .news_item .img-wrap .img-description a:hover {
  color: #e0d9d9 !important;
  text-decoration: underline !important;
}

.container .news .main_news .row .news_item .img-wrap:hover .img-description {
  opacity: 0.8;
}

.container .news .main_news .row .news_item .news_heading a {
  color: #0032A0 !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.container .news .main_news .row .news_item .news_heading a:hover {
  text-decoration: underline !important;
  color: #54758A !important;
}

.container .news .main_news .row .news_item .date_posted {
  font-size: 14px;
}

.container .news .main_news .row .list-element {
  display: none;
}

.container .news .main_news .row .list-element:nth-child(2) {
  display: block;
}

.container .news .main_news .row .list-element:nth-child(4) {
  display: block;
}

.container .news .main_news .load_more .btn {
  border-radius: 0rem;
  color: #0032A0;
  font-size: 14px;
}

.container .news .main_news .load_more .btn:hover {
  color: white;
  background-color: #0032A0;
}

.container .extras .ad-search .card {
  border-radius: 38px;
  border-color: #dee2e6 !important;
}

.container .extras .ad-search .card .card-title {
  text-align: center;
  color: #0032A0;
}

.container .extras .ad-search .card .row {
  padding-top: 20px;
}

.container .extras .ad-search .card .row input[type="text"] {
  width: 100%;
  padding: 5px 10px;
}

.container .extras .ad-search .card .row input[type="date"] {
  width: 100%;
  padding: 6px 12px;
}

.container .extras .ad-search .card .row select {
  width: 100%;
  padding: 8px;
  font-size: 15px;
}

.container .extras .ad-search .card .row .btn {
  background-color: #192f59;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.container .extras .ad-search .card .row .btn .fas {
  color: blanchedalmond;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.container .extras .ad-search .card .row .btn .fas:hover {
  color: #96A2B8;
}

.container .extras .ad-search .card .row .btn:hover {
  background-color: #96A2B8;
}

.container .extras .categories {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container .extras .categories .list-group {
  position: relative;
}

.container .extras .categories .list-group .header {
  list-style: none;
  text-align: center;
  color: #0032A0;
}

.container .extras .categories .list-group .header a {
  text-decoration: none;
  font-size: 20px;
  color: #96A2B8;
}

.container .extras .categories .list-group .list-item {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 30px;
}

.container .extras .categories .list-group .list-item:after {
  height: 0.5px;
  bottom: 6px;
  width: 90%;
}

.container .extras .categories .list-group .list-item a {
  text-decoration: none;
  color: #0032A0;
}

.container .extras .moreContent {
  margin-top: 60px;
}

.container .extras .moreContent p {
  font-size: 14px;
}

.container .extras .moreContent a {
  text-decoration: underline !important;
  color: #54758A !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.container .extras .moreContent a:hover {
  text-decoration: none !important;
  color: #0032A0 !important;
}

.container .extras .moreContent h3::after {
  content: '';
  display: block;
  width: 30%;
  height: 5px;
  margin-left: 10px;
  background: #F0B323;
  margin-top: 1rem;
}
/*# sourceMappingURL=news.css.map */