table {
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
}
table td {
  padding: 1.5rem;
}
table tr:nth-child(even) {
  background-color: #4c8bf5;
  color: #fff;
}
.navb {
  box-shadow: 0 3px 8px rgb(0 0 0 / 0.25);
  display: block;
}

.text-dark {
  color: #212529 !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #003a6b;
  border-color: #003a6b;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
textarea {
  resize: none;
}
.dropbtn {
  background-color: #04aa6d;
  color: #fff;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}
#xaddtags {
  box-sizing: border-box;
  background-image: url(searchicon.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
#xaddtags:focus {
  outline: 3px solid #ddd;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  cursor: pointer;
}
.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown a:hover {
  background-color: #ddd;
}
.show {
  display: block;
}
#xaddedtags p {
  display: inline-block;
  background-color: powderblue;
  margin: 1rem;
  padding: 1rem;
  border-radius: 10px;
  position: relative;
}
#xaddedtags p i {
  cursor: pointer;
  color: red;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #fff;
  border-radius: 10px;
}
.collapsible i {
  color: red;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.articlePicture {
  position: relative;
  height: 225px;
  overflow: hidden;
}
.articlePicture img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 225px;
}
.articlePreview {
  display: flex;
  align-items: center;
}

.form-search {
  display: flex;
  flex-direction: row;
  border: 1px solid grey;
  padding: 0;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-search input {
  flex-grow: 2;
  border: none;
  box-shadow: none !important;
}
.form-search input:focus {
  outline: none;
}
.form-search:focus-within {
  outline: 1px solid blue;
}
.form-search button {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.center-content a {
  font-weight: 700;
}
.ccmDateNav ul {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ccmDateNav ul li {
  padding: 2px 0 2px 0;
}
.ccmDateNav ul li.selected {
  font-weight: 700;
}
.ccmDateNav ul li .sectionPage {
  margin-left: 16px;
}
.ccmDateNav ul li .ellipsis {
  padding-top: 0;
  margin-top: 0;
  line-height: 4px;
  padding-bottom: 4px;
}
.ccmDateNav ul.years li.year {
  padding-bottom: 5px;
}
.ccmDateNav ul.years li.year ul.months {
  margin-left: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.ccmDateNav ul.years li.year ul.months li.month {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.ccmDateNav ul.months li.month ul.monthsPages {
  margin-left: 16px;
}
.ccmDateNav .trigger {
  cursor: pointer;
}
.ccmDateNav ul li .pageSummary {
  font-size: 85%;
  line-height: 85%;
  margin: 4px 0;
}
/* .nosearch .nav li {
  width: 100%;
  font-weight: 700;
  padding-left: 0 !important;
} */
/* .nosearch .nav li:hover {
  background-color: #eee;
}
.nosearch .nav li a {
  float: left;
  text-align: left;
  width: 100%;
} */
hr {
  opacity: 1;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}
.backEnd-wrapper {
  padding: 100px 15px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card .form-control {
  display: block;
  margin: 0 auto;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem !important;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 0.125);
}
.amped ul li {
  list-style: none;
  margin-bottom: 0 !important;
}
.card {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0.2);
  transition: 0.3s;
  margin: 0 auto;
}
.page-link:hover {
  color: black !important;
}
.active .page-link {
  cursor: pointer;
  color: white !important;
}
#blockStyle34Row2Box113 {
  background-repeat: no-repeat;
}
#blockStyle35Row2Box214 {
  background-repeat: no-repeat;
}
#blockStyle36Row2Box315 {
  background-repeat: no-repeat;
}
#blockStyle37Row2Box416 {
  background-repeat: no-repeat;
}
#blockStyle38Row2Box517 {
  background-repeat: no-repeat;
}
#blockStyle39Row2Box618 {
  background-repeat: no-repeat;
}
#blockStyle40Row2Box124 {
  background-repeat: no-repeat;
}
#blockStyle41Row2Box223 {
  background-repeat: no-repeat;
}
#blockStyle42Row2Box322 {
  background-repeat: no-repeat;
}
#blockStyle43Row2Box421 {
  background-repeat: no-repeat;
}
#blockStyle44Row2Box520 {
  background-repeat: no-repeat;
}
#blockStyle45Row2Box619 {
  background-repeat: no-repeat;
}
#blockStyle112Row1Box11 {
  background-repeat: no-repeat;
}
#blockStyle113Row1Box17 {
  background-repeat: no-repeat;
}
#blockStyle114Row1Box22 {
  background-repeat: no-repeat;
}
#blockStyle115Row1Box28 {
  background-repeat: no-repeat;
}
#blockStyle116Row1Box33 {
  background-repeat: no-repeat;
}
#blockStyle117Row1Box39 {
  background-repeat: no-repeat;
}
#blockStyle123Row1Box44 {
  background-repeat: no-repeat;
}
#blockStyle124Row1Box410 {
  background-repeat: no-repeat;
}
#blockStyle166Row1Box66 {
  background-repeat: no-repeat;
}
#blockStyle167Row1Box612 {
  background-repeat: no-repeat;
}
#blockStyle168Row1Box55 {
  background-repeat: no-repeat;
}
#blockStyle169Row1Box511 {
  background-repeat: no-repeat;
}
