@font-face {
  font-family: SourceSansPro;
  src: url(SourceSansPro-Regular.ttf);
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
strong { font-size: 16px; }
a {
  color: var(--secondaryDark10);
  text-decoration: none;
}
.ml-layoutgreenshield h1,
.ml-layoutgreenshield h2,
.ml-layoutgreenshield h3,
.ml-layoutgreenshield h4,
.ml-layoutgreenshield h5,
.ml-layoutgreenshield h6 { color: var(--helpingColor7701c) !important;}
body {
  width: 100%;
  color: #000;
  margin: 0 auto;
  max-width: 24cm;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  background: #fff;
  font-family: Arial, sans-serif;
  font-family: SourceSansPro;
}
header {
  padding: 10px 0 20px;
  border-bottom: 2px solid var(--secondaryDark10);
}
#logo { float: right; }
#logo img {
  height: 50px;
  display: block;
}
#company {
  float: left;
  text-align: left;
}
h1.name {
  color: var(--secondaryDark10);
  margin: 11px 0;
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}
#shortinfo{
  padding: 20px 0;
  border-bottom: 2px solid var(--secondaryDark10);
}
.nameandid { float: left; }
.nameandid strong { display: block; }
.datetime{ float: right; }
.datetime p{ margin: 0; }
.description {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--secondaryDark10);
}
.description p{ margin: 0; }
.multiparagraph{
  margin: 0 0 20px;
  border-bottom: 1px solid var(--secondaryDark10);
}
.tablehead { padding: 0 0 6px; }
.tablehead h2 {
  margin: 0;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 600;
  color: var(--secondaryDark10);
}
.tablehead h3{
  margin: 0;
  font-weight: 600;
  font-size: 1.2em;
  font-weight: normal;
}
table.yourbenefit{
  table-layout: fixed;
}
table.yourbenefit th,
table.yourbenefit td {
  width: 12%;
  white-space: normal;
}
table.yourbenefit td { vertical-align: top; }
table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
  border: 1px solid #58595b;
  border-collapse: collapse;
  white-space: normal;
}
table thead {
  color: #2A2C2E;
  border-bottom: 1px solid #58595b;
}
table tbody { border-bottom: 1px solid #58595b; }
table tfoot tr td{ text-align: center; }
table tfoot tr td.title{ text-align: right; }
table th,
table td {
  padding: 10px;
  text-align: left;
  white-space: normal;
}
table th {
  /* white-space: nowrap; */
  font-weight: bold;
}
table td { text-align: left; }
table tbody tr:nth-child(odd) { background: #fff; }
table tbody tr:nth-child(even) { background: #f7f7f7; }
.premium,
.employerpaid,
.payrolldeductions{ text-align: center; }
table tr { page-break-inside: avoid } /* AODA */
table tr th span,
table tr td span{ display: block; }
table tfoot {
    display: table-row-group
}
table thead {
	display: table-header-group; /* AODA */
}
.note p{
  font-size: 16px;
  padding: 0.5rem;
  border: 1px solid var(--secondaryDark10);
}
.yourbenificiaries tr td,
.yourdependents tr td{
  padding: 4px 10px;
  vertical-align: bottom;
}
.text-right{ text-align: right; }
footer { border-top: 1px solid var(--secondaryDark10); }
footer strong{color: #000; }


/* added for save button */
.btn {
    padding: 10px;
    color: #fff;
    font-weight: 400;
    min-width: 184px;
    text-align: center;
    line-height: 1.3rem;
    white-space: normal;
    /*text-transform: capitalize;*/
    border-radius: 4px;
	border-width:1px;
}
.coveragebox .btn:hover {
    color: #fff;
    background: #9D2235;
}

.coveragebox .btn {
	min-width: auto;
    font-weight: 600;
    line-height: 38px;
    padding: 0 1.5rem;
    background: #fff;
    font-size: 1rem;
    color: #9D2235;
    border-color: #9D2235;
 }
     
.h, .h1, .h2, .h3, .h4, .h5, .h6, h, h1, h2, h3, h4, h5, h6 { 
    color: var(--secondary);
    font-family: Helvetica Neue,Arial,sans-serif;
}