fieldset.search-boxin {
  display: flex;
}

fieldset.search-boxin button {
  margin-left: 20px;
}

fieldset.search-boxin input {
  width: 100% !important;
}

.no-search {
  padding-top: 30px;
  padding-left: 15px;
}

.entities {
  font-size: 16px;
  color: #e41b27;
  white-space: nowrap;
}

.entities ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

.entities ul li {
  display: inline;
  margin: 0;
  border-right: 1px solid #000;
}

.entities ul li:last-child {
  border-right: none;
}

.entities ul li a {
  text-decoration: none;
  color: inherit;
  padding: 0 5px 0 5px;
  border-right: 0px;
}

.entities a {
  border-right: 0 !important;
  font-family: 'Roboto', sans-serif;
}

a[id^="c"] {
  padding: 0px;
}

.banner-img,
.banner-img .image,
.banner-img .ce-column,
.banner-img .ce-inner,
.banner-img .ce-outer {
  width: 100%;
}

a.subul.a {
  color: #244b79;
}

.ce-border img {
  border: 1px solid #B8C9DB;
}

.ce-table,
.table,
.contenttable {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  border-top: none;
}

.ce-table td,
.table td,
.contenttable td {
  padding: 6px 0;
  vertical-align: top;
  border: none;
}

.ce-table td:first-child,
.table td:first-child,
.contenttable td:first-child {
  width: 150px;
}

.no-padding {
  margin: 0px !important
}

.heading-small {
  font-size: 1.5em !important;
  margin-top: 0.8em !important;
  margin-bottom: 0.6em !important;
  color: rgb(57, 97, 144) !important;
  font-weight: normal !important;
  font-family: sans-serif !important;
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
}

.custom-p {
  color: rgb(36, 76, 111) !important;
  font-family: Roboto, sans-serif !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-variant-ligatures: normal !important;
  font-variant-caps: normal !important;
  font-weight: normal !important;
}

.heading-space {
  width: 100% !important;
  float: left !important;
  margin-top: 30px !important;
}

.subul-h2 {
  width: 100% !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}

.mt-1 {
  margin-top: 6px !important;
}

.mt-4{
  margin-top: 20px;
}

.h3-space {
  display: inline-block;
}

.ul-space {
  display: inline-block;
}

.frame-space-before-small {
  margin-top: 25px !important;
  display: inline-block;
}

.frame-space-after-extra-small {
 margin-bottom: 25px !important;
}

.h2-space {
  display: inline-block;
}
.h4-space {
  display: inline-block;
}

@media (max-width: 767px) {

  .ce-table,
  .table,
  .contenttable {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    border-top: none;
  }

  .ce-table td,
  .table td,
  .contenttable td {
    vertical-align: top;
    border: none;
  }

  .ce-table td:first-child,
  .table td:first-child,
  .contenttable td:first-child {
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .entities-bottom.hidden-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
  }

  .entities-bottom.hidden-lg p,
  .entities-bottom.hidden-lg a {
    margin: 0;
    font-size: 12px;
  }

  .entities-bottom.hidden-lg ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .entities-bottom.hidden-lg li {
    display: inline-block;
    border-right: 1px solid #000;
  }

  .entities-bottom.hidden-lg a {
    text-decoration: none;
    color: #e41b27;
  }

  .entities-bottom.hidden-lg a:hover {
    color: #428bca
  }

  .entities-bottom ul li:last-child {
    border-right: 0px !important;
  }

  .entities-bottom a {
    border-right: 0px !important;
    font-family: 'Roboto', sans-serif;

  }
}

@media (max-width: 992px) {
    .img-width {
        overflow: hidden;
    }
}
