body {
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #707070;
	margin-top: 88px;
	line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 125%;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-bottom: 20px;
	line-height: 125%;
}

h2.heading {
    font-size: 22px;
    text-align: center;
    margin-bottom: 45px;
}

.heading {
	text-transform: uppercase;
	margin-top: 0;
}

.italic {
    font-family: 'Open Sans', sans-serif;
}

.font400 {
	font-weight: 400;
}

.font600 {
	font-weight: 600;
}

.font700 {
	font-weight: 700;
}

.m0 {
	margin: 0;
}

h1 {
	font-weight: 900;
}

h1 { font-size: 32px; }
h2 { font-size: 25px; }
h3 { font-size: 21px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a {
	color: #2a3386;
}

a:hover, a:focus {
    color: #2a3386;
}

.img-fit {
	object-fit: cover;
}

table.table th, 
table.table td {
	padding: 14px!important;
	font-size: 14px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #EFEFEF;
}

ul, ol {
	padding: 0 20px;
}

.fa-white {
	color: #fff;
}

.navbar-header-wrap p {
    font-weight: 600;
}

/************************************
** Header
************************************/

#top-header-wrap {
	background: #ffcd32;
}

.navbar-header-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 8px 0;
	color: #2a3386;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

.navbar-header-wrap p {
	margin: 0;
}

nav.navbar {
	margin-bottom: 0;
}

.nav.navbar-nav {
	padding: 0;
}

.navbar-section {
	margin-top: 21px;
}

.language-section {
	margin-top: 30px;
}

nav.navbar {
	background: #fff;
	border-bottom: 2px solid #ffcd32;
}

.navbar-nav > li {
	margin: 0 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.navbar-nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background: none;
	border-radius: 6px;
	color: #2a3386;
	border-bottom: 1px solid #2a3386;
}

nav.navbar .active a {
	text-decoration: none;
	border-radius: 6px;
	color: #2a3386;
	background: none;
	border-bottom: 1px solid #2a3386;
}

.nav > li > a {
	padding: 7px;
}

#logo {
	margin: 20px auto;
	text-align: left;
	display: block;
}

.search-section {
	margin-top: 31px;
}

.search-section .fa {
	font-size: 20px;
}

.language-switcher {
	text-align: center;
	padding: 0 5px;
}

.language-switcher li {
	list-style: none;
	display: inline-block;
	padding: 0 0;
	font-size: 11px;
}

.language-switcher a {
	text-decoration: none;
	border-radius: 3px;
	background: transparent;
	padding: 3px;
}

.language-switcher a:hover {
	text-decoration: none;
	border-radius: 0;
	color: #2a3386;
	background: none;
}

.language-switcher .active {
	border-radius: 3px;
	color: #2a3386;
	background: transparent;
	padding: 6px;
	font-weight: 600;
}

.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}

.navbar .navbar-collapse {
	text-align: center;
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/************************************
** HOME
************************************/

.wrapper {
	padding: 80px 0 80px 0;
}

#slider {
	margin-bottom: 0;
}

#section-about {
	
}

#section-about h2 {
	font-size: 25px;
	color: #444;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 40px;
}

#section-info {
	background: #f0f0f0;
}

#section-info h2 {
	color: #444;
}

#section-info .col-md-6 {
	padding: 0 5%;
}

.info-list .btn {
	margin-top: 20px;
}

#section-articles .heading {
	text-align: left;
	margin-bottom: 25px;
	color: #707070;
}

#section-articles .entry-title {
	margin-top: 10px;
	margin-bottom: 10px;
}

#section-articles .entry-title a {
	color: #2a3386;
    font-family: 'Open Sans', sans-serif;
	font-size: 25px;
}

#section-articles .entry-title a:hover {
	color: #2a3386;
	text-decoration: none;
}

#section-articles .more-link {
	color: #2a3386;
	text-decoration: underline;
}

#section-articles .posted-on {
	color: #444;
	font-size: 12px;
}

#section-articles .btn {
	margin-top: 30px;
}

#section-others {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
}

#section-others .container {
	display: flex;
	flex-direction: column;
}

#section-others .row {
	display: flex;
}

.home-docs-list {
  padding: 0;
  list-style: none;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 60px;
}

.home-docs-list li {
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
  line-height: 35px;
  padding-left: 10px;
  font-size: 13px;
}

.home-docs-list li,
.home-docs-list a {
	font-family: 'Open Sans', sans-serif;
}

#footer {
	background: #fff;
	border-top: 8px solid #ffcd32;
}

#footer-navbar ul {
	display: inline-block;
	float: none;
	text-align: center;
	margin-top: 20px;
}

#footer-social-media ul {
	text-align: center;
	list-style: none;
	padding: 0 20px;
}

#footer-social-media ul li {
	display: inline-block;
	padding: 6px;
}

#footer-social-media .fa {
	font-size: 18px;
	color: #2a3386;
}

.copyright p {
	font-size: 12px;
	text-align: center;
}

