@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0C5784;
}

.lineDotted {
	margin: 15px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #6f6f6f;
}

.nav-item {
	padding: 0 5px;
}

.nav-link {
	color: #fff;
}

.nav-link:hover {
	color: #ffae00;
	background-color: #fff;
}

.navbar-toggler-icon {
	color: #fff;
}

.icon-bar {
	background-color: #fff;
}

.panelHeader {
	background-color: #0C5784;
}

.panelArticle {
	line-height: 1.35em;
	text-align: justify;
}

.panelArticle a {
	color: #2980b9;
}

.panelArticle h1 {
	font-size: 22px;
	color: #2980b9;
}

.panelArticle img {
	max-width: 100% !important;
}

.panelArticle img.equation {
	width: auto;
}

.panelArticle table {
	margin-bottom: 30px;
}

.panelArticle table th, .panelArticle table td {
	padding: 5px;
	border: 1px #000 solid;
}

.panelArticle table th {
	border-bottom: 4px #000 solid;
}

.panelArticle table tr.odd {
	background-color: #f3e4a7;
}

.panelArticle h2 {
	margin-top: 25px;
	font-size: 18px;
	color: #2980b9;
}

.txtMedium {
	font-size: 22px;
}

.txtMed {
	font-size: 18px;
}

.txtM {
	font-size: 15px;
}

.txtS {
	font-size: 12px;
}

.txtWhite {
	color: #fff;
}

.txtGrey {
	color: #6f6f6f;
}

.txtBlue {
	color: #0C5784;
}

footer, footer a, footer a:hover {
	color: #fff;
}

.thumbImg {
	height: 250px;
	background-clip: content-box;
	background-position: center;
	border: 1px #6f6f6f solid;
	position: relative;
}

.thumbText {
	text-align: center;
	width: 100%;
	padding: 0 20px;
	position: absolute;
}

.thumbText a {
	color: #fff;
}

/* Landscape phones and down */
@media (min-width: 320px) and (max-width: 480px) {
	#srchKeyword {
		width: 175px;
	}
	.panelHeader {
		height: 115px !important;
	}
}