p.BigText {
    font-size: 14pt;
}
.page-image {
		margin: 0 0 20px 20px;
}
.at-widget-title-wrapper {
		margin-bottom: 0px !important;
}
.navbar {
		margin-bottom: 0px !important;
}
.taxonomy-description {
		color: #ffffff;
}
.site-description {
		text-align:right;
}
/* 1) Force real bullets in post/page content, blocks, and widgets */
.entry-content ul,
.entry-content ul li,
.page-content ul,
.page-content ul li,
.post-content ul,
.post-content ul li,
.wp-block-list,
.wp-block-list li,
.textwidget ul,
.textwidget ul li {
  list-style-type: disc !important;
  list-style-position: outside !important;
  display: list-item !important;   /* beats any display:block or flex on li */
  margin-left: 1.25rem !important;
  padding-left: 1.25rem !important;
}
/* Fix: UL should not render its own bullet */
.entry-content ul,
.page-content ul,
.post-content ul,
.wp-block-list,
.textwidget ul {
  display: block !important;          /* undo display:list-item/flex/grid on UL */
  list-style: disc outside !important; /* bullets for LI children */
  margin-left: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.entry-content ul,
.page-content ul,
.post-content ul,
.textwidget ul {
		margin-bottom: 1.25rem !important;
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
table.blueTable tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}