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: 0px 3px 8px rgba(0, 0, 0, 0.25);
  display: block;
}

* {
  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: white;
  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: black;
  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: #ff0000;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: white;
  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 {
  /* This bit sets up the horizontal layout */
  display: flex;
  flex-direction: row;

  /* This bit draws the box around it */
  border: 1px solid grey;

  padding: 0px;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-search input {
  /* Tell the input to use all the available space */
  flex-grow: 2;
  /* And hide the input's outline, so the form looks like the outline */
  border: none;
  box-shadow: none !important;
}

/* remove the input focus blue box, it will be in the wrong place. */
.form-search input:focus {
  outline: none;
}

/* Add the focus effect to the form so it contains the button */
.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: bold;
  /* color: #cd0100 !important; */
}

.ccmDateNav ul {
  overflow: hidden;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.ccmDateNav ul li {
  padding: 2px 0px 2px 0px;
}

.ccmDateNav ul li.selected {
  font-weight: bold;
}

.ccmDateNav ul li .sectionPage {
  margin-left: 16px;
}

.ccmDateNav ul li .ellipsis {
  padding-top: 0px;
  margin-top: 0px;
  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: 0px;
  padding-bottom: 0px;
}

.ccmDateNav ul.years li.year ul.months li.month {
  margin-bottom: 0px;
  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 0px;
}

.nosearch .nav li {
  width: 100%;
  font-weight: bold;
  padding-left: 0 !important;
}

.nosearch .nav li:hover {
  background-color: #eeeeee;
}

.nosearch .nav li a {
  float: left;
  text-align: left;
  width: 100%;
}

hr {
  opacity: 1;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem;
}

.backEnd-wrapper {
  padding: 100px 15px;
  /* background-image: url('/about/our-blog/_includes/images/blue.jpg'); */
  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 rgba(0, 0, 0, 0.125);
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  margin: 0 auto;
}

.page-link:hover {
  /* background-color: rgba(205, 1, 0, 0.2); */
  color: black !important;
}

.active .page-link {
  /* background-color: #cd0100; */
  /* border-color: #cd0100; */
  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;
}

