@import url('main-style.css'); 

.header .header_box {
  padding: 10px 0 8px;
  background: #00214c;
}

.header .header_box:before,
.header .header_box:after {
  background: #00214c;
}

.language-wrapper ul {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -10px;
}

ul.language li {
  display: inline-block;
}

ul.language li a {
  background: #d0cfcf none repeat scroll 0 0;
  color: #00204d;
  display: block;
  font-size: 15px;
  line-height: 39px;
  margin: 0;
  padding: 0 15px;
  top: 0;
  margin-right: 2px;
}

ul.language li a:hover {
  background: #013981;
  color: #fff;
}


.header .header_block {
  padding: 0;
}

.header .nav__primary {
  padding:12px 0 0;
}

.header .nav__primary .sf-menu > li > a {
  padding: 10px 10px;
}

.header .nav__primary .sf-menu > li > a:hover, 
.header .nav__primary .sf-menu > li.sfHover > a, 
.header .nav__primary .sf-menu > li.current-menu-item > a, 
.header .nav__primary .sf-menu > li.current_page_item > a {
  background: #013981;
}

.banner-wrap .featured-thumbnail a:after {
  background: #013981;
}

a.btn-link {
  color: #013981;
}

.left-logo {
  display: inline-block;
  float: left;
  margin-top: 6px;
  margin-right: 5px;
}

.left-logo a {
  display: inline-block; 
}

.left-logo a img {
  width: 75px;
}

.inner-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.inner-logo a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  border: 1px solid #bdbdbd;
  padding: 3px;
}

.vm-img {
  width: 500px;
  height: 312px;
}

.list.styled > ul li {
    position: relative;
    margin: 0 0 15px 0;
    background: none;
    list-style-type: none;
    display: table;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #e9e9e9;
}

.list > ul li::before {
    color: #3246b6;
}
.list li::before {
    display: table-cell;
    padding-right: 9px;
}

.post-list_h {
  margin-top: 0;
  font-size: 20px;
  color: #14417b;
  font-weight: bold;
}

.strong li {
  font-weight: bold;
}

.table tr th {
  background: #12417e;
  color: #fff;
}

.title-section h1 {
    margin: 0 0 10px 0;
    line-height: 45px;
    font-size: 35px;
    font-weight: 600;
    color: #1e2731;
}

.title {
    text-transform: uppercase;
    margin: 0 0 45px;
}

ul.slides li img {
  padding: 3px;
  border: 2px solid #c3c3c3;
  max-width: 100%;
  box-sizing: border-box;
}

.list.styled.arrow-list ul li a > img {
  width: 20px;
  margin-left: 8px;
}

.footer {
  background: #000a17;
}

.footer .copyright {
  padding: 30px 0;
  text-align: center;
}

.ac-head {
  display: block;
  background: #4e4e4e;
  border: none;
  margin-bottom: 2px;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  font-size: 15px;
  transition: 300ms;
}

.ac-head:hover {
  color: #fff;
  background: #001e4b;
}

.open .ac-head {
  background: #001e4b;
}

.content {
  padding: 0;
  background: #fff;
}

.content table {
  width: 100%;
}

.content table th {
  min-width: 50%;
  background: #ececec;
  text-align: left;
  padding: 0 12px;
}

.content table tr {
  border-bottom: 1px solid #d7d7d7;
}

.content table td {
  padding: 6px 12px;
}

.content table td img {
  width: 25px;
  margin-right: 8px;
}