body .wp-site-blocks {
  font-family: "Roboto", sans-serif !important;
}
body .wp-site-blocks * {
  font-family: "Roboto", sans-serif !important;
}
footer.wp-block-template-part {
  margin-block-start: 0;
}
.wp-block-heading s {
  text-decoration: none;
  color: #5ed3fe;
}

.wp-block-table {
  border-radius: 6px;
  color: #000
}
.wp-block-button {
	cursor: pointer;
}
.wp-block-table.is-style-stripes table {
  border-collapse: collapse
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  margin-left: 0
}

.wp-block-table table thead {
  background-color: #000;
  color: #fff;
  font-size: 19px
}

.wp-block-table table thead th {
  padding: 10px;
  border-left: 1px solid #cecece;
}

.wp-block-table table thead th:first-child {
  border-left: none
}

.wp-block-table table tbody {
  background-color: #fff;
  color: #000
}

.wp-block-table table tbody tr {
  border: 0
}

.wp-block-table table tbody tr:last-child td {
  border-bottom: none
}

.wp-block-table table tbody td {
  padding: 10px;
  font-size: 14px;
  border: 0
}

.wp-block-table table tbody td:not(:last-child) {
  padding: 10px;
  font-size: 14px
}

.wp-block-table table tbody tr:not(:last-child) {
  border: 0
}

.wp-block-table tbody tr:nth-child(even) {
  background-color: #f4f4f4
}
.entry-content ul>li {
  position: relative;
  list-style-type: none;
}
.entry-content ul>li:before {
  content: " ";
  width: 9px;
  height: 9px;
  background-color: #5ed3fe;
  position: absolute;
  font-weight: 700;
  display: inline-block;
  left: -16px;
  top: 7px;
}

.entry-content ol{
  counter-reset: my;
  padding-left: 0;
}

.entry-content ol > li:not(.breadcrumb-item):before {
  counter-increment: my;
  content: counter(my);
  color: #000;
  background: #5ed3fe;
  display: inline-block;
  text-align: center;
  margin: 5px 10px 5px 0;
  line-height: 19px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-weight: bold;
}
.entry-content ol > li {
  list-style: none;
}

.blockList {
  position: relative;
}
.blockList .blockListNumber p {
  font-size: 24px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
  background-color: #5ed3fe;
}
.blockList:not(:last-child):after {
  content: "";
  position: absolute;
  height: 40px;
  width: 10px;
  bottom: -40px;
  left: 20px;
  border-left: 3px dashed #fff;
}

.sidebarAnchor ul {
  list-style: none;
  padding: 0;
}
.sidebarAnchor ul li::before {
  display: none;
}
.sidebarAnchor ul li {
  font-weight: bold;
}
.sidebarAnchor ul ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sidebarAnchor ul ul li {
  border: 1px solid grey;
  padding: 5px;
  margin: 2px;
  font-weight: normal;
  display: inline-block;
}
.sidebarAnchor a {
  text-decoration: none;
}
.sidebarAnchor a:hover {
  color: #5ed3fe;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
  background-color: #000 !important;
  border: 1px solid #fff;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #fff !important;
}
.has-modal-open {
  background-color: #000 !important;
}

#button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 50px !important;
  height: 50px;
  background-color: #1f1f56;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  z-index: 9999;
}
#button:hover {
  cursor: pointer;
  opacity: 0.9;
}
#button:active {
  background-color: #555;
}
#button.show {
  display: block;
  visibility: visible;
}

@media screen and (max-width: 1180px) {
	.wp-block-navigation .wp-block-navigation-item__label {
		font-size: 14px;
	}
}
@media screen and (max-width: 1085px) {
	nav .wp-block-navigation__container {
		justify-content: flex-start;
	}
	header .wp-block-group {
		padding-left: 10px !important;
    	padding-right: 10px !important;
	}
	.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    padding: 8px 9px;
	}
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 24px !important;
	}
	.wp-block-group.sidebarAnchor {
		display: none;
	}
}
@media screen and (min-width: 601px) and (max-width: 1086px)  {
	header .wp-block-group .wp-block-group {
		align-items: center;
    justify-content: center;
		padding-right: 0;
		padding-left: 0;
	}
}