* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-width: 320px;
  font: 16px/20px 'Arial', 'Helvetica', sans-serif;
  background: #f7f7f7;
}

.hidden {
  display: none !important;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

#header {
  position: relative;
  background: #12a3df;
}

#header:after {
  display: block;
  clear: both;
  content: '';
}

#header .container {
  max-width: 1054px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

#header .container:after {
  display: block;
  clear: both;
  content: '';
}

#header .logo {
  float: left;
  width: 120px;
}

#header .logo a {
  display: block;
}

#header .logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#nav {
  overflow: hidden;
}

#nav .menu {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  font-size: 14px;
  line-height: 18px;
}

#nav .menu li.active a {
  color: #12a3df;
  background: #fff;
}

#nav a {
  display: block;
  padding: 16px 10px;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

#nav a:hover {
  color: #12a3df;
  background: #fff;
}

.three-cols {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
}

.three-cols .col-left {
  position: fixed;
  left: 0;
  padding: 10px 0 0 0;
  max-width: 180px;
  width: 100%;
  z-index: 99;
}

.three-cols .col-left .title {
  display: block;
  padding: 0 0 0 20px;
  color: #9e9e9e;
}

.nav-left {
  position: relative;
  z-index: 99;
}

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

.nav-left ul li.active a {
  color: #222;
  background: #eee;
}

.nav-left ul a {
  font-size: 14px;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  color: #616161;
}

.nav-left ul a:hover {
  color: #222;
  background: #eee;
}

.two-cols {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 15px 0 190px;
  position: relative;
  overflow: hidden;
}

.two-cols .center-block {
  position: relative;
  float: left;
  width: 64%;
}

.two-cols .col-right {
  float: right;
  width: 30%;
  padding: 20px 0 0;
}

.two-cols .col-right .article {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: rgba(0, 0, 0, 0.54);
  margin: 0 0 20px;
}

.two-cols .col-right .article .image-holder {
  position: relative;
  overflow: hidden;
}

.two-cols .col-right .article .image-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.two-cols .col-right .article .text-holder {
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.two-cols .col-right .article h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
}

.two-cols .col-right .article p {
  margin: 0;
}

.two-cols .news-block {
  position: relative;
  overflow: hidden;
}

.two-cols .news-block h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 8px;
}

.two-cols .news-block .links-list {
  background: #fff;
  margin: 0;
  padding: 15px 15px 0;
  list-style: none;
  overflow: hidden;
}

.two-cols .news-block .links-list li {
  margin: 0 0 15px;
}

.two-cols .news-block .links-list a {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 12px;
  color: #000;
  text-decoration: none;
  transition: all 0.4s ease;
}

.two-cols .news-block .links-list a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.two-cols .head {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  background: #c3c3c3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  align-items: center;
}

.two-cols .head .link a {
  color: #000;
  text-decoration: none;
}

.two-cols .head .link a:hover {
  opacity: 0.8;
}

.two-cols .head h2 {
  display: inline-block;
  vertical-align: top;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  min-width: 230px;
  margin: 0;
}

.block-articles {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
}

.block-articles .article {
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #1d1812;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
}

.block-articles .article:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 100%;
}

.block-articles .article p {
  margin: 0;
}

.block-articles .article .list {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #909195;
}

.block-articles .article .list li {
  padding: 0 10px;
  position: relative;
}

.block-articles .article .list li strong {
  color: #1d1812;
}

.block-articles .article .list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  content: '';
  background: #909195;
  border-radius: 100%;
}

.block-newspaper {
  position: relative;
  margin: 0 0 30px;
}

.block-newspaper h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
}

.block-newspaper .featured_nav.style {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-newspaper .featured_nav.style li {
  border-bottom: none;
  width: 48%;
  margin: 0 0 10px;
}

.block-newspaper .featured_nav.style li a {
  display: block;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(18, 163, 223, 0.8);
  transition: all 0.4s ease;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #12a3df;
}

.block-newspaper .featured_nav.style li a:hover {
  box-shadow: 0 0 15px 0 rgba(18, 163, 223, 0.8);
}

.nav-opener {
  position: absolute;
  right: 5px;
  top: 50%;
  text-decoration: none;
  background: #fff;
  color: #12a3df;
  text-transform: uppercase;
  padding: 6px 10px 6px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  margin: -14px 0 0;
}

.mobile-menu {
  margin: 0;
  padding: 9px 0 0 20px;
  list-style: none;
  float: left;
}

.mobile-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}

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

.opener-area {
  display: none;
}

.block-wrap {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}

@media (min-width: 900px) {
  .mobile-menu,
  .nav-opener {
    display: none;
  }
}

@media (max-width: 1023px) {
  #header .logo {
    width: 100px;
  }
  #header .container {
    padding: 0 5px;
  }
  #nav .menu {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 10px;
  }
}

@media (max-width: 899px) {
  #header .container {
    position: static;
  }
  #nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    background: #12a3df;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .nav-active #nav {
    opacity: 1;
    visibility: visible;
  }
  #nav a {
    padding: 10px;
  }
  #nav .menu {
    padding: 0;
    display: block;
    border-top: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
  #header .logo {
    width: 80px;
  }
  .mobile-menu {
    padding: 9px 0 0;
    font-size: 12px;
    line-height: 15px;
  }
  .mobile-menu li {
    padding: 0 5px;
  }
  .two-cols .col-right {
    display: none;
  }
  .three-cols .col-left {
    position: absolute;
    background: #fff;
    transition: all 0.4s ease;
    transform: translateX(-100%);
    top: 100%;
    opacity: 0;
    visibility: hidden;
    width: auto;
  }
  .news-active .three-cols .col-left {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .two-cols {
    padding: 0 15px;
  }
  .two-cols .head {
    padding: 0;
  }
  .two-cols .center-block {
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .two-cols .block-articles {
    order: 2;
  }
  .two-cols .block-wrap {
    order: 1;
    padding: 20px 0 0;
  }
  .two-cols .block-newspaper {
    margin: 0 0 10px;
  }
  .opener-area {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 8px;
    display: block;
  }
  .opener-area .news-opener {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
  }
  .opener-area span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 20px;
    border-top: 2px solid #000;
    position: relative;
    margin: 0 8px 0 0;
  }
  .opener-area span:before, .opener-area span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    background: #000;
    content: '';
    height: 2px;
  }
  .opener-area span:after {
    top: 14px;
  }
}

#footer {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 15px;
}

#footer .container {
  max-width: 768px;
  margin: 0 auto;
}

#footer p {
  margin: 0;
}

#footer a {
  color: #212121;
  text-decoration: none;
}

#footer a:hover {
  color: #000;
}

#footer .list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

#footer .list li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 5px;
}

#footer .list li:first-child:before {
  display: none;
}

#footer .list li:before {
  position: absolute;
  left: -5px;
  font-weight: 700;
  top: 50%;
  content: '-';
  font-size: 14px;
  line-height: 18px;
  margin: -10px 0 0;
}
