body {
  margin: 0;
  margin-top: 32px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #EBEBEB;

}

* {
    box-sizing: border-box;
}

.ftr-lnk {
  color:white;
  text-decoration:none!important;
  font-size:14px;
}

.row {
width:100%;
max-width:1020px;
margin: auto;
background-color: white;
}

.header {
    float: left;
    width: 100%;
    max-width: 1020px;
    min-width: 320px;
    padding: 24px 4px 4px 4px;
    text-align:center;
}

.footer {
    float: left;
    width: 100%;
    max-width: 1020px;
    max-height:180px;
    padding-top: 6px;
    font-size:14px;
}

.column-1C {
    float: left;
    width: 100%;
    max-width: 1020px;
    padding: 10px;
}

/* Create two columns that float next to each other */
.column-2C {
    float: left;
    padding: 6px 2% 6px 6px;
}
.left {
  width: 70%;
}
.right {
  width: 30%;
  text-align:right;
  padding-top:20px;
}

.left50 {
  width: 50%;
  line-height:1.5;
}
.right50 {
  width: 50%;
  line-height:1.5;
}

/* Three equal columns that float next to each other */
.column-3C {
    float: left;
    padding: 15px 10px;
    width: 33.33%;
}

/* Three equal columns in footer section that float next to each other  */

.column-footer3C {
    font size:14px;
    line-height:1.4;
    float: left;
    padding: 6px;
    width: 32%;
    height: auto;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* ----Navigation---- */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  max-width: 1020px;
  z-index: 9999;
  margin: 0 auto; left:0px; right: 0px;
  float: clear;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;  /* menu bar text color */
  text-align: center;
  padding: 14px 5px 14px 14px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd; /* color change on hover */
  color: black;
}

.active {
  background-color: #0066cc;  /* Home square */
  color: white;
}

.topnav .icon {
  display: none;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 655px) {

  .topnav a:not(:first-child) {display: none;}

  .topnav a.icon {
    float: right;
    display: block;
  }

 .topnav.responsive {
    position: fixed;
    z-index:9999;
  }

/* .topnav.responsive {position: relative;} --- old */

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .column-2C {
     width: 100%;
  }
  .column-3C {
        width: 100%;
  }
 }

/* ----------Article Styles---------- */

h1 {
	font-size:24px;
	font-weight:600;
	line-height:2;
}

.ed-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
}

.ed-header {
	font-size:16px;
	font-weight:600;
}

.ed-caption {
	font-size:12px;
	font-weight:500;
	font-style:italic;
}


/* -------- Article Text Blocks ----------*/
.block-left {
	float:left;
	font-size: 14px;
	font-weight:500;
	width:33%;
	padding:4px;
	margin: 5px 0px 5px 12px;
	background-color:sivler;
}

.block-right {
	float:right;
	font-size: 14px;
	font-weight:500;
	width:33%;
	min-width:140px;
	padding:4px;
	margin: 5px 0px 5px 12px;
	background-color:silver;
}

.block-middle {
	font-size: 14px;
	font-weight:500;
	margin-auto;
	width:95%;
	padding:4px;
	background-color:silver;
}

.txtblock-header {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color:black;
}

.img-float-right {
  float: right;
  margin:2px;
  max-width:100%;
}


/* ----------Generic Button-----------*/

.vmrbutton {
  border: none;
  color: white;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.vmrbgreen {background-color: #4CAF50;} /* Green */
.vmrbblue {background-color: #008CBA;} /* Blue */

/* ----------Large Table-------------*/
.ed-table-cell {
   padding:2px 1px 2px 13px;
   vertical-align:top;
}

.ed-cpo-cell {
   padding:2px 4px 2px 2px;
   vertical-align:top;
}
   

/* ----------Editorial Menu---------- */

.menu-item {
	font-family: Arial, Tahoma, Verdana;
	font-size:16px;
	font-weight: 500;
	line-height: 1.6;
	color:black;
	text-decoration: none; 
}

.menu-item-18 {
	font-family: Arial, Tahoma, Verdana;
	font-size:18px;
	font-weight: 500;
	line-height: 1.7;
	color:black;
	text-decoration: none; 
}
.16 {font-size:16px;}

.18 {font-size:18px;}


.group {
	font-size: 18px;
	font-weight: 700;
	line-height: 3;
	color:black;
}

/* .column-2C left a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color:black;
}*/