@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display|Open+Sans:400,700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.splashArticle {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: none;
}

.lineDotted {
	margin: 15px 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #6f6f6f;
}

.panelSplash {
	color: #fff;
/*	background-color: #212529; */
	background-color: #373d44;
}

.panelSplash a {
	color: #fff;
}

.panelArticle {
	line-height: 1.35em;
	text-align: justify;
}

.panelArticle a {
	color: #2980b9;
}

.panelArticle h1 {
	font-size: 22px;
	color: #2980b9;
}

.panelArticle img {
/*	width: 70%; */
}

.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;
}

.searchResults li {
	padding: 5px 0;
}

.txtSplashHead {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.txtSectionHead {
	font-family: 'DM Serif Display', serif;
	font-size: 28px
}

.txtSectionHeadSmall {
	font-family: 'DM Serif Display', serif;
	font-size: 20px
}

.txtArticleHead {
	font-family: 'DM Serif Display', serif;
	font-size: 46px;
	line-height: 1em;
}

.txtArticleAuthor {
	font-size: 2.3rem;
}

.txtArticle {
	font-family: 'DM Serif Display', serif;
	font-size: 20px
}

.txtArticleAlt {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}

.txtMedium {
	font-size: 22px;
}

.txtMed {
	font-size: 18px;
}

.txtM {
	font-size: 15px;
}

.txtS {
	font-size: 14px;
}

.txtWhite {
	color: #fff;
}

.txtGrey {
	color: #6f6f6f;
}

.txtBlue {
	color: #2980b9;
}

.txtRetract {
	background-color: #FFFF00;
}

.footer, .footer a {
	color: #fff;
}

.rec350 {
    width: 350px;
    height: 150px;
}

.rec250 {
    width: 250px;
    height: 150px;
}

.thumbImg {
	height: 150px;
	padding: 3px;
	background-clip: content-box;
	background-position: center;
	border: 1px #6f6f6f solid;
}

@media only screen and (min-width: 600px) {
 .left{
   margin-left: 14px;
  }
}

    .text-c{
     /* background-color : #f2f2f2;*/
      color: black;
    /*  height: 80px;*/
    }

.text-color{
    color: #808080;
    font-weight: bolder;
    font-size: 17px;
    display: none;
}

@media screen and (min-width: 600px) {
  .foot {
  text-align: right;
  }
}

@media screen and (max-width: 300px)
{
  .foot{
    text-align: left;
  }
}

@media screen and (min-width: 600px)
   {
  .coverstory {
     margin-top: 100px;
  }
}

@media screen and (max-width: 300px)
{
  .coverstory{
    margin-top: 200px;
  }
}

.icon_arrow {
      left: 10px;
    position: absolute;
    top: 8px;
}

.icon_arrow_communication {
      left: 120px;
    position: absolute;
    top: 8px;
}

.id {
  display:block;
}

 .btn-info{
  background-color:
 }

.border-a {
	color: white;
}

.seperator {
  height: 100%;
  width: 1px;
  background: black;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 100%;
}
@media screen and (max-width: 300px)
{
.style{
	text-align: center;
	width:100%;
	margin-top: 500px;
	margin-left: 8px;
	margin-right: 5px;
}
}

@media screen and (max-width: 400px) and (orientation: landscape)
{
.style{
	text-align: center;
	width:100%;
	margin-top: 500px;
	margin-left: 8px;
	margin-right: 5px;
}
}


@media screen and (min-width: 600px)
{
	.style{
		height: 35px;
	}
}

.c-w
{
  color: black;
  cursor: pointer;
}
.c-w:hover
{
  color: black;
}
.c-w:active
{
  color: gray;
}
no-padding
{
  padding: 0px;
}
no-margin
{
  margin: 0px;
}


.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#2f2f2f;
  min-width:195px;

  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/*.dropdown a:hover {background-color: white;}*/

.show {display: block;}
 .text-c{
     /* background-color : #f2f2f2;*/
      color: black;
    /*  height: 80px;*/
    }
  .text-color{
    color: #808080;
    font-weight: bolder;
    font-size: 17px;
    display: none;
  }
   @media screen and (min-width: 600px)
   {
  .cat{
    height: 70px;
  }
}
@media screen and (max-width: 300px)
{
  .cat{
    height: 70px;
  }
}

@media screen and (min-width: 600px) {
  .foot {
  text-align: right;
  }
}
@media screen and (max-width: 300px)
{
  .foot{
    text-align: left;
  }
}
 @media screen and (min-width: 600px)
   {
  .coverstory {
     margin-top: 100px;
  }
}
@media screen and (max-width: 300px)
{
  .coverstory{
    margin-top: 200px;
  }
}