	/*  For Pre-decisional Document Policy & Memo HHS-DOE Modules & DRMethods

.mt-5pct {
  margin-top: .5% !important;
}

*/

/ ***********************************
Indexes
************************************/
.a-z_offset {
    
}
ul.a-z_offset {
    text-align: center;
    margin: 0 2%;
    padding: 0 2%;
}
.a-z_offset > li {
    width: 100%;
    max-width: 3em; 
    padding: .5em;
    display: inline-block;
}
.a-z_offset.fmt-spec > li {
    max-width: 4.5em !important;
}
.a-z_offset > li a {
    display: block;
    background: #f5f5f5;
    border-bottom: 3px solid #005fa3;
    color: #000;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 18px;
    padding: 5px;
    text-transform: capitalize;
}
.a-z_offset > li a:hover {
	text-decoration: initial;
    border-bottom: none;
    background: #e8f5ff;
    border-radius: 4px;
    color: #005fa3;
    font-weight: 700;
}
/*.a-z_offset > li a span {
    display: block;
    font-size: 18px;
    padding: 5px;
    text-transform: capitalize;
}*/
.more-fmt .d-flex .flex-column > .btn {
    margin-top: auto;
}

/ ***********************************
Data-capture Page
************************************/

ul.datacapture-list-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;

  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
}

/ ***********************************
Pre-decisional Document Policy & Memo HHS-DOE Modules & DRMethods
************************************/
.predecisionPolicy, .memo-hhsdoe, .methods {
  padding: 10px 25px;
  text-align: justify;
  -moz-box-shadow:    0px 0px 20px 0px #d9d9d9;
  -webkit-box-shadow: 0px 0px 20px 0px #d9d9d9;
  box-shadow:         0px 0px 20px 0px #d9d9d9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 10px 0;
}

.memo-hhsdoe > h3 {
    font-size: 15px !important;
    font-weight: 600;
}

h4.predecisionTitle, h4.methodsTitle, .memo-hhsdoe > h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    margin-bottom: .75em;
}