/* Dates Table */
.dates-table-wrapper {
    margin: 25px 0;
}
table.dates-table {
    width: 100%;
    margin: 0 0 35px 0;
    border-collapse: collapse;
}
.editor-styles-wrapper table.dates-table thead th,
.editor-styles-wrapper table.dates-table tbody td,
.lorem table.dates-table thead th,
.lorem table.dates-table tbody td,
.editor-styles-wrapper table.dates-table tbody th,
.lorem table.dates-table tbody th {
    padding: 10px;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: center;
}
.editor-styles-wrapper table.dates-table tbody td,
.lorem table.dates-table tbody td,
.editor-styles-wrapper table.dates-table tbody th,
.lorem table.dates-table tbody th {
    color: #000;
    font-weight: 400;
    text-align: center;
}
table.dates-table tbody tr:nth-child(odd) {
    background: rgba(0,0,0,0.03);
}
table.dates-table tbody tr:hover {
    background: rgba(255,234,0,0.1);
}
table.dates-table thead tr th:nth-child(2) {
    width: 28%;
}
table.dates-table thead tr th:nth-child(1),
table.dates-table tbody tr td:nth-child(1),
table.dates-table tbody tr th:nth-child(1) {
    text-align: left;
}
table.dates-table tbody th span.exception-tag {
    display: inline-block;
    margin: 0 0 0 8px;
}
table.dates-table tbody th span.exception-tag a {
  text-decoration: none;
  border: solid 1px #c4c4c4;
  color: rgba(0,0,0,0.9);
  border-radius: 3px;
  font-size: 0.7rem;
  line-height: 1rem;
  padding: 4px 7px;
  transition: all 0.3s ease-in-out;
}
table.dates-table tbody th span.exception-tag a:hover,
table.dates-table tbody th span.exception-tag a:focus {
    background: #eceaea;
    border: solid 1px #eceaea;
    color: #000;
}
.dates-table-wrapper .exceptions-no-table h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
}
table.dates-table.exceptions-table caption {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #00164d;
}
.dates-table-wrapper .exceptions-no-table .alt-text {
    background: rgba(0,0,0,0.03);
    padding: 20px;
    border-radius: 3px;
}
.dates-table-wrapper .exceptions-no-table .alt-text p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.6rem;
}
table.dates-table.exceptions-table caption ul,
.dates-table-wrapper .exceptions-no-table ul {
    list-style-type: none;
    margin: 15px 0 20px;
}
table.dates-table.exceptions-table caption ul li,
.dates-table-wrapper .exceptions-no-table ul li {
    color: #000;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.7rem;
    padding: 0 0 0 23px;
    position: relative;
    margin: 5px 0;
}
table.dates-table.exceptions-table caption ul li:first-child,
.dates-table-wrapper .exceptions-no-table ul li:first-child {
    margin-left: 0;
}
table.dates-table.exceptions-table caption ul li:before,
.dates-table-wrapper .exceptions-no-table ul li:before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #00164d;
}
table.dates-table tbody tr.blue,
table.dates-table tbody tr.boldblue {
    background: #d1eaf9;
}
table.dates-table tbody tr.yellow,
table.dates-table tbody tr.boldyellow {
    background: #fcfac5;
}
table.dates-table tbody tr.green,
table.dates-table tbody tr.boldgreen {
    background: #e9f4ce;
}
table.dates-table tbody tr.red,
table.dates-table tbody tr.boldred {
    background: #ffe0e0;
}
table.dates-table tbody tr.orange,
table.dates-table tbody tr.boldorange {
    background: #fde7d3;
}
table.dates-table tbody tr.boldblue td,
table.dates-table tbody tr.boldblue th {
    font-weight: 600 !important;
}
table.dates-table tbody tr.boldyellow td .exception-tag,
table.dates-table tbody tr.boldyellow th .exception-tag,
table.dates-table tbody tr.boldgreen td .exception-tag,
table.dates-table tbody tr.boldgreen th .exception-tag,
table.dates-table tbody tr.boldred td .exception-tag,
table.dates-table tbody tr.boldred th .exception-tag,
table.dates-table tbody tr.boldorange td .exception-tag,
table.dates-table tbody tr.boldorange th .exception-tag,
table.dates-table tbody tr.bolddefault td .exception-tag,
table.dates-table tbody tr.bolddefault th .exception-tag,
table.dates-table tbody tr.boldblue td .exception-tag,
table.dates-table tbody tr.boldblue th .exception-tag {
    font-weight: 400;
}

@media only screen and (max-width: 959px) {

  table.dates-table.exceptions-table caption ul {
    display: block;
  }

}
