a {
  text-decoration: none !important;
}

.main {
  position: relative;
  min-height: 800px;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.logo a {
  color: #fff;
  text-decoration: none;
}

.logo a:hover {
  color: #fff;
}

.menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}

.links {
  display: flex;
  align-items: center;
}

.links a {
  color: #ffffffaa !important;
}

.links a:hover {
  color: #fff !important;
}

.main-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 3rem;
}

.main-text {
  color: #fff;
  max-width: 75%;
  font-weight: 500;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 800px;
  min-width: 100%;
  z-index: 0;
  background-image: url("/assets/background.jpg");
  filter: brightness(40%);
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts {
  background-color: #ebf1f5;
  padding: 3rem;
}

.address {
  list-style: none;
  padding: 0;
}

.copyright {
  background-color: #10161a;
  color: #fff;
  padding: 1rem;
}

.copyright p {
  margin: 0;
  padding: 0;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: #ced9e0;
}

.news-item {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, 0.05),
    0 1px 3px 0 rgba(56, 60, 67, 0.15);
}

.news-item:last-child {
  margin-right: 0;
}

.news-item__image {
  max-width: 100%;
  display: flex;
  margin-bottom: 1rem;
}
.news-item__image img {
  object-fit: contain;
  max-width: 100%;
}

.news-item__body {
  margin-bottom: 1rem;
}

.news-item__footer {
  display: flex;
  justify-content: space-between;
}

.news-item__date {
  color: #6b778c;
  font-size: 14px;
}

.news-item__read {
}

.news-container {
  display: flex;
}

.left-column {
  min-width: calc(100% - 350px);
}

.right-column {
  min-width: 350px;
}

.main-two-column {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.menu-two-column {
  background-color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.logo-two-column a {
  color: #333;
}

.logo-two-column a:hover {
  color: #333;
}

.links-two-column a{
  color: #5C7080 !important;
}

.links-two-column a:hover{
  color: #212529 !important;
}

/* ----------------------------------------------Topnav-------------------------------------*/
#topnav {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
}

#topnav ul,
#topnav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav li a:link,
#topnav li a:visited,
#topnav li a:hover {
  display: block;
  margin: 0 35px 0 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

#topnav ul ul li a:link,
#topnav ul ul li a:visited {
  border: none;
}

#topnav li.last a {
  margin-right: 0;
}

#topnav li a:hover,
#topnav ul li.active a {
  color: #fff;
}

#topnav li li a:link,
#topnav li li a:visited {
  width: 180px;
  float: none;
  margin: 0;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  background-color: #373e46;
}

#topnav li li a:hover {
  color: #ffffff;
  background-color: #d5d5d5;
}

#topnav li ul {
  z-index: 9999;
  position: absolute;
  left: -999em;
  height: auto;
  width: 200px;
}

#topnav li ul a {
  width: 140px;
}

#topnav li ul ul {
  margin: -32px 0 0 0;
}

#topnav li:hover ul ul {
  left: -999em;
}

#topnav li:hover ul,
#topnav li li:hover ul {
  left: auto;
}

#topnav li:hover {
  position: static;
}

#topnav li.last a {
  margin-right: 0;
}
/* ----------------------------------------------Topnav-------------------------------------*/

.sidebar {
    padding: 1rem;
}

.sidebar ul ul, .sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
    border-top: none;
    padding-top: 0;
}

.sidebar ul ul a, .sidebar ul ul ul a, .sidebar ul ul ul ul a, .sidebar ul ul ul ul ul a {
    background: url(/assets/images/black_file.gif) no-repeat #FFFFFF;
}

.sidebar ul ul a {
    padding-left: 40px;
    background-position: 30px center;
}

.sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar li {
    margin: 0;
    padding: 0;
}

.sidebar ul a {
    display: block;
    font-size: 13px;
    padding: 5px 10px 5px 20px;
    text-decoration: none;
    border-bottom: 1px dotted #C7C5C8;
    margin: 0;
    color: #5C7080 ;
    transform: background-color 100ms ease;
    background: url(/assets/images/orange_file.gif) no-repeat 10px center #FFFFFF;
}

.sidebar a:hover{
    color: #10161A;
    background-color: #E1E8ED;
}

table {
    width: 100%;
    font-size: 13px;
}

table td {
    vertical-align: baseline;
    padding: 15px 10px 10px 10px;
}

table tbody tr.dark {
    background-color: #EBF1F5;
}
