h6, h5, h4, h3, h2, h1 {
  font-weight: 400;
  margin: 0px;
}

h1 {
  font-size: xx-large;
}

h2 {
  font-size: x-large;
}

h3 {
  font-size: larger;
}

h4 {
  font-size: large;
}

h5 {
  font-size: medium;
  font-weight: 600;
  margin-bottom: 0.5vh;
}

h6 {
  font-size: small;
}

p {
  line-height: 1.5;
  font-weight: 300;
}

.icon-inline {
  font-size: 1.2em;
  vertical-align: middle;
}

.articleContainer {
  display: flex;
  flex-direction: column;
  gap: 0.5vh;
}
.articleContainer li {
  margin-bottom: 20px;
}
.articleContainer ul {
  list-style-type: none;
  margin-top: 41px;
  margin-bottom: 25px;
  padding-left: 19px;
}
.articleContainer ul li::before {
  background-color: #979598;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
  margin-left: -1em;
}

.articleTitle {
  line-height: 1.31;
  color: #000;
  margin: 0 auto;
}

.articleIntro {
  font-size: 18px;
  line-height: 1.73;
  color: #000;
  margin: 8px 0;
}

.articleMainBody {
  color: #000;
}
.articleMainBody img {
  width: 100%;
}
.articleMainBody strong {
  font-weight: bold;
}

#articlePart figcaption {
  text-align: left;
  font-size: 15px;
  font-style: italic;
  line-height: 1.73;
  color: #000;
}

.articleDate p {
  font-style: italic;
  margin: 0;
}

.articleMainImgContainer {
  margin-top: 28px;
}

.articleMainImg {
  max-width: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .articleContainer {
    margin: 0 5% 100px 5%;
  }
  .articleContainer ul {
    list-style-type: none;
    padding-left: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .articleMainImgContainer {
    margin-top: 41px;
  }
  .articleMainImg {
    object-fit: cover;
    max-width: 100%;
  }
}
/* Larger screens */
@media only screen and (min-width: 1281px) {
  .articleContainer {
    max-width: 678px;
    margin: 0 auto;
    margin-top: 28px;
    margin-left: 10%;
    margin-bottom: 150px;
  }
  .articleContainer ul {
    list-style-type: none;
    padding-left: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .articleMainImgContainer {
    margin-top: 41px;
  }
  .articleMainImg {
    object-fit: cover;
  }
}
/* Tablets IE 10+ */
@media only screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .articleItemsContainer {
    display: flex;
    flex-wrap: wrap;
  }
}
/* Larger screens IE 10+ */
@media only screen and (min-width: 1281px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .articleItemsContainer {
    display: flex;
    flex-wrap: wrap;
  }
}
#latestArticles {
  padding: 28px 10%;
  max-width: 1440px;
  margin: 0 auto;
}

.mainBody #latestArticles {
  padding: 28px 10%;
}
.mainBody #latestArticles h2 {
  font-weight: 600;
  line-height: 1.563rem;
  color: #333333;
}

.articleItemsContainer {
  margin-top: 43px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 26px;
  grid-row-gap: 40px;
}
.articleItemsContainer h3 {
  font-weight: 600;
  line-height: 25px;
  color: #333333;
}

.articleItem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 32px 44px 22px 20px;
  min-height: auto;
  max-height: auto;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  transition: 0.3s;
}
.articleItem:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

.articleItemDate {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #5A585A;
}

.articleItemIntro {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.articleItemIcon {
  height: 35px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 1em 1em 0;
}

#showMoreArticlesBtnContainer {
  margin-top: 40px;
}

#showMoreArticles {
  display: block;
  padding: 9px 26px 9px 26px;
  background: #FFFFFF;
  color: #002e5f;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  transition: 0.3s;
}
#showMoreArticles:hover {
  background-color: #f5f5f5;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #latestArticles {
    max-width: 1440px;
    margin: 0 5%;
    padding: 0;
  }
  .mainBody #latestArticles {
    padding: 0 0%;
  }
  .articleItem {
    padding: 28px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mainBody #latestArticles {
    padding: 0px 0%;
  }
  #latestArticles {
    padding: 0px 0%;
  }
  #latestArticlePosted {
    background-color: #F3EADA;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  }
  .articleItemsContainer {
    margin-top: 15px;
    display: block;
  }
  .articleItem {
    margin-bottom: 30px;
    padding: 14px 10px;
    min-height: auto;
    max-height: auto;
  }
  .articleItemIntro {
    font-size: 18px;
    line-height: 25px;
  }
  #showMoreArticlesBtnContainer {
    width: 100%;
    margin-top: 0;
    padding: 0px 15px;
  }
  #showMoreArticles {
    border: 0px;
    width: 100%;
    margin-top: 40px;
  }
  .articleItemIcon {
    position: static;
    margin: 1em 0 0 auto;
    width: 10%;
  }
}
footer {
  background-color: #525152;
}

.footerMenu {
  display: flex;
  justify-content: space-evenly;
  max-width: 1440px;
  color: #f2f2f2;
  padding: 2vh 1vh;
  margin: 1vh auto 0;
}
.footerMenu a {
  color: #f2f2f2;
}
.footerMenu p {
  margin: 0;
  padding: 0;
}

.footer-logo {
  width: 20%;
}

.links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vh 10vh;
  align-content: center;
}
.links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vh;
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
  padding: 0.5vh 0;
}
.links a:hover {
  color: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
}

.link-uustatus {
  justify-self: center;
}

.link-arrow {
  width: 25px;
  filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(341deg) brightness(106%) contrast(104%);
}

.contactinfo {
  display: flex;
  flex-direction: column;
  font-size: small;
}

.contactinfo-row {
  display: flex;
  flex-direction: column;
  padding: 1vh 0;
  gap: 1vh;
}
.contactinfo-row p {
  display: flex;
}
.contactinfo-row spa {
  margin-left: 8px;
}
.contactinfo-row a {
  margin-left: 8px;
  text-decoration: none;
  border-bottom: 1px solid rgba(242, 242, 242, 0.5);
}
.contactinfo-row a:hover {
  color: #f2f2f2;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  background-color: rgba(32, 108, 209, 0.9);
}

/*
 * Phones
 */
@media only screen and (max-width: 767px) {
  .footerMenu {
    flex-direction: column;
    align-items: center;
  }
  .footerMenu section {
    margin: 2vh;
    padding: 0 3vh;
    width: 100%;
  }
  .links {
    display: flex;
    flex-direction: column;
    gap: 2vh;
  }
  .contactinfo {
    font-size: medium;
  }
}
/*
 * Tablets
 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footerMenu {
    flex-direction: column;
    align-items: center;
  }
  .footerMenu section {
    margin: 2vh;
    padding: 0 3vh;
    width: 100%;
  }
  .links {
    display: flex;
    flex-direction: column;
  }
  .contactinfo {
    font-size: medium;
  }
}
.frontPageMain {
  margin-top: 0px;
  margin: 0 auto;
}

#frontpageBanner {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  margin: 0 auto;
  max-width: 1440px;
}

#frontpageBannerCardContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vh;
  margin: 0 10%;
}

.frontPageBannerCard {
  display: grid;
  grid-template-rows: repeat(2, auto);
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  height: 24vh;
  align-items: center;
}
.frontPageBannerCard:hover {
  background-color: #f5f5f5;
}
.frontPageBannerCard h3 {
  color: #002e5f;
  font-weight: 600;
  text-align: center;
}

.card-icon {
  width: 100%;
  max-width: 5vh;
  margin: 0 auto;
  margin-bottom: -6vh;
}

.card-arrow {
  display: none;
}

/*Statistics*/
#stats {
  background: #ffffff;
}

.statsContainer {
  display: flex;
  color: #002e5f;
  margin: 1vh auto;
  max-width: 1440px;
}

.statsInnerContainer {
  margin: 64px 0;
  padding: 0 5%;
  border-right: 1px solid #002e5f;
  text-align: center;
}
.statsInnerContainer:last-child {
  border-right: none;
}

.statsInnerContainerNumber {
  font-weight: 800;
}

.statsInnerContainerText {
  font-size: 21px;
}

/*
 * Phones
 */
@media only screen and (max-width: 767px) {
  .frontPageMain {
    margin: 1vh 5%;
  }
  #frontpageBannerCardContainer {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .frontPageBannerCard {
    display: flex;
    height: 100%;
    padding: 2vh;
    font-size: small;
    justify-content: space-between;
  }
  .frontPageBannerCard h3 {
    text-align: left;
    margin-bottom: 0;
  }
  .card-icon {
    display: none;
  }
  .card-arrow {
    display: block;
    transform: translateX(-100%);
    width: 1.3vh;
  }
  /*Statistics */
  #stats {
    background: #f2f2f2;
  }
  .statsContainer {
    flex-direction: column;
    padding: 0;
  }
  .statsInnerContainer {
    background-color: #525152;
    color: #FFFFFF;
    margin: 10px 0;
    padding: 32px 0;
    border-right: none;
  }
  .statsInnerContainer:first-child {
    background-color: #0050A0;
  }
  .statsInnerContainer:last-child {
    background-color: #206cd1;
  }
  .statsInnerContainerText {
    font-size: 16px;
  }
}
/*
 * Tablets
 */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .frontPageMain {
    margin-top: 2vh;
  }
  #frontpageBannerCardContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 5%;
  }
  .frontPageBannerCard {
    height: 20vh;
  }
  .card-icon {
    max-width: 5vh;
  }
  /*Statistics*/
  .statsContainer {
    margin: 1vh 5%;
  }
  .statsInnerContainer {
    margin: 32px 0;
    padding: 0 1%;
  }
  .statsInnerContainerText {
    font-size: 18px;
  }
}
#registerpageHeader {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-bottom: 10px solid #206cd1;
}

#headerNavBar {
  max-width: 1440px;
  margin: 0 auto;
}

#headerNavBarContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10%;
  height: 80px;
}

#searchForm {
  margin-right: 81px;
}

#searchAndMenuContainer {
  display: flex;
}

#headerSearchIcon {
  font-size: 20px;
  border: none;
  background-color: transparent;
  display: none;
}

#headerHamburgerMenu {
  font-size: 30px;
  color: #002e5f;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

#headerSearchBar:focus {
  outline: 3px solid #0050A0;
}

#headerHamburgerMenuTitle {
  padding: 0 10px;
  margin: 0;
  font-size: 125%;
}

#headerHamburgerMenuButton {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#headerHamburgerMenuButton:focus:not(:focus-visible) {
  outline: none;
}

#headerMenuContainer {
  box-shadow: 0 20px 10px 0 rgba(0, 0, 0, 0.05);
  display: block;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}

#headerMenu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "app business1 news about" "abroad business2 news about";
  gap: 24px;
  max-width: 1150px;
  margin: 0 auto;
  padding: 72px 0;
}

#headerBarLogo {
  max-width: 100%;
  height: auto;
}

#headerApplicationsAndMsg {
  grid-area: app;
}

#headerForms {
  grid-area: abroad;
}

#headerAdvocacy {
  grid-area: business1;
}

#headerLegalAid {
  grid-area: business2;
}

#headerRelevantTopics {
  grid-area: news;
}

#headerAboutUs {
  grid-area: about;
}

.menuHeadline {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #002e5f;
  margin-bottom: 0.5rem;
}

.headerMenuItem a {
  text-decoration: none;
}
.headerMenuItem .menuSub li.listItems:hover {
  text-decoration: underline;
}
.headerMenuItem .menuHeadline:hover {
  text-decoration: underline;
}

.menuSub {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.28px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.menuSub li {
  list-style-type: none;
  line-height: 1.3;
  padding-bottom: 1rem;
}
.menuSub .listItems a {
  font-size: 14px;
  text-decoration: none;
  color: #002e5f;
}

#headerSearchButton {
  border-radius: 0 50px 50px 0;
  background-color: #002e5f;
  color: white;
  border: none;
  padding-right: 20px;
  padding-left: 15px;
  transition: 0.3s;
}
#headerSearchButton:hover {
  background-color: #2D537A;
}
#headerSearchButton:focus-visible {
  outline: 3px solid #0050A0;
  transition: 0s;
}

@media only screen and (min-width: 1281px) {
  #headerSearchBar {
    display: block !important;
    padding-left: 22px;
    width: 510px;
    height: 44px;
    opacity: 0.9;
    border-radius: 50px 0 0 50px;
    border: 1px;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to top, #f5f5f5, rgba(246, 246, 246, 0.4), rgba(250, 250, 250, 0.68)), linear-gradient(to bottom, #ffffff, #ffffff);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #headerNavBar {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
  }
  #headerNavBarContainer {
    height: 87px;
    margin: 0px 5%;
  }
  #headerSearchIcon {
    display: none;
  }
  #searchForm {
    margin-right: 81px;
  }
  #headerSearchBar {
    display: block !important;
    padding-left: 22px;
    width: 294px;
    height: 44px;
    opacity: 0.9;
    border-radius: 50px 0 0 50px;
    border: 1px;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to top, #f5f5f5, rgba(246, 246, 246, 0.4), rgba(250, 250, 250, 0.68)), linear-gradient(to bottom, #ffffff, #ffffff);
  }
  #headerHamburgerMenu {
    font-size: 30px;
    color: #002e5f;
    display: flex;
    justify-content: center;
  }
  #headerMenuContainer {
    display: block;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
  }
  #headerMenu {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "app business1 news" "abroad business2 about";
    width: 85%;
  }
  .headerMenuItem {
    padding: 0px;
    max-width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #headerSearchBar {
    min-width: 400px;
    width: 100%;
    margin: 0;
  }
  #headerMenu {
    display: -ms-grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    -ms-grid-rows: 1fr 20px 1fr;
  }
  #headerApplicationsAndForms {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  #headerAdvocacy {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  #headerLegalAid {
    -ms-grid-column: 5;
    -ms-grid-row: 1;
  }
  #headerRelevantTopics {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  #headerAboutUs {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
}
@media only screen and (max-width: 767px) {
  #headerNavBarContainer {
    height: 87px;
    margin: 0 5%;
  }
  #headerSearchIcon {
    display: block;
    margin-left: 33%;
    margin-right: 6%;
  }
  #searchForm {
    margin-right: 14px;
  }
  #headerSearchBar {
    display: none;
    position: absolute;
    top: 87px;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 10px;
    left: 0;
  }
  #headerSearchBar:focus {
    outline: 3px solid #0050A0;
  }
  #headerMenuContainer {
    background-color: white;
  }
  #headerMenu {
    display: block !important;
    margin: 0px 15px 0px 15px !important;
  }
  #headerSearchButton {
    display: none;
  }
  .headerMenuItem {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .headerMenuItem h3 {
    margin-bottom: 0px;
  }
}
button {
  cursor: pointer;
  font-size: medium;
}

.filterRegisterBtns {
  display: flex;
  align-items: center;
  gap: 1vh;
  padding-bottom: 1vh;
}
.filterRegisterBtns button {
  color: #0050A0;
  background-color: transparent;
  cursor: pointer;
  padding: 0.5vh 1vh;
  border: 1.5px solid #0050A0;
  border-radius: 1vh;
  transition: background-color 0.3s, color 0.3s;
}
.filterRegisterBtns button::focus-visible {
  outline: 3px solid #0050A0;
  outline-offset: 3px;
}
.filterRegisterBtns button.active {
  background-color: #0050A0;
  color: #f2f2f2;
}

#registerButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vh;
  background-color: #002e5f;
  color: #f2f2f2;
  padding: 2vh;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  margin: 0 10%;
}
#registerButton :hover {
  background-color: #2D537A;
  text-decoration: none;
}
#registerButton :focus-visible {
  outline: 3px solid #0050A0;
  outline-offset: 3px;
  transition: 0s;
}
#registerButton > img {
  width: 35px;
  filter: invert(95%) sepia(100%) saturate(21%) hue-rotate(341deg) brightness(106%) contrast(104%);
}

#filterButtonContainer {
  margin: 16px 0;
  display: flex;
  gap: 1vh;
}

#filterButton {
  padding: 16px 32px;
  background-color: #002e5f;
  border-radius: 2px;
  color: #ffffff;
  border: 0px;
}
#filterButton :hover {
  background-color: rgba(0, 46, 95, 0.8156862745);
  text-decoration: underline;
}
#filterButton :focus-visible {
  outline: 3px solid #0050A0;
  outline-offset: 3px;
}

#clearButton {
  padding: 16px 32px;
  border-radius: 2px;
  outline-offset: 3px;
  border: 0px;
}
#clearButton :hover {
  text-decoration: underline;
}

/*
 * Phones
 */
@media only screen and (max-width: 767px) {
  #registerButton {
    margin: 0;
  }
  #filterButton,
  #clearButton {
    width: 100%;
  }
}
/*
 * Tablets
 */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #registerButton {
    margin: 0 5%;
  }
}
.infoTitle {
  font-size: 32px;
  color: #000;
  text-align: left;
}

.infoMainBody {
  text-align: left;
  font-size: 15px;
  line-height: 1.73;
  color: #000;
}

#infoPart h2 {
  font-size: 17px;
  font-weight: 600;
  color: #002e5f;
}
#infoPart h3 {
  font-weight: 600;
}
#infoPart strong {
  font-weight: bold;
}
#infoPart figcaption {
  text-align: left;
  font-size: 15px;
  font-style: italic;
  line-height: 1.73;
  color: #000;
}

.infoMainBody img {
  width: 100%;
}

.infoContainer li {
  margin-bottom: 20px;
}
.infoContainer ul li::before {
  background-color: #979598;
  border-radius: 50px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
  margin-left: -1em;
}

/* Phones */
@media only screen and (max-width: 767px) {
  .infoContainer {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .infoContainer ul {
    list-style-type: none;
    margin-top: 41px;
    margin-bottom: 25px;
    padding-left: 19px;
  }
  .infoTitle {
    max-width: 325px;
    margin-bottom: 25px;
    line-height: normal;
  }
}
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .infoContainer {
    padding-top: 41px;
    margin: 0 5%;
    margin-bottom: 150px;
  }
  .infoContainer ul {
    list-style-type: none;
    margin-top: 19px;
    margin-bottom: 25px;
    padding-left: 25px;
  }
  .infoTitle {
    margin-bottom: 36px;
    font-size: 32px;
    line-height: 1.31;
  }
}
/* Larger screens */
@media only screen and (min-width: 1281px) {
  .infoContainer {
    max-width: 678px;
    margin: 0 auto;
    margin-top: 28px;
    margin-left: 10%;
    margin-bottom: 150px;
  }
  .infoContainer ul {
    list-style-type: none;
    padding-left: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .infoTitle {
    margin-bottom: 36px;
    line-height: 1.31;
  }
}
.reportContTitle {
  margin-top: 28px;
}

#reportPart {
  background-color: #f2f2f2;
  margin-top: 28px;
}
#reportPart h2 {
  font-size: 18px;
}
#reportPart figcaption {
  text-align: left;
  font-size: 15px;
  font-style: italic;
  line-height: 1.73;
  color: #000;
}

.reportMainBody {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  color: #000;
}
.reportMainBody h1,
.reportMainBody h2,
.reportMainBody h3,
.reportMainBody h4,
.reportMainBody h5,
.reportMainBody h6 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
.reportMainBody strong {
  font-weight: bold;
}

.reportTitle {
  font-size: 32px;
  line-height: 1.31;
  color: #000;
  text-align: left;
  margin: 0 auto;
}

.reportContainer li {
  margin-bottom: 20px;
}
.reportContainer ul li::before {
  background-color: #979598;
  border-radius: 50px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 8px;
  width: 8px;
  margin-left: -1em;
}

/* Phones */
@media only screen and (max-width: 767px) {
  .latestReports {
    margin-bottom: 40px;
  }
  .reportsContainer {
    padding-top: 40px;
  }
  .latestReports {
    max-width: 1440px;
    margin-top: 2%;
  }
  .reportItemsContainer {
    display: flex;
    flex-direction: column;
  }
  .reportItem {
    margin-top: 25px;
    background: #FFFFFF;
    position: relative;
    padding: 22px 44px 22px 20px;
  }
  .reportMainBody {
    font-size: 15px;
    margin-top: 28px;
  }
  .reportMainBody img {
    width: 100%;
  }
  .reportMainBody figcaption {
    font-style: italic;
    font-size: 12px;
  }
  .reportContainer ul {
    list-style-type: none;
    margin-top: 41px;
    margin-bottom: 25px;
    padding-left: 19px;
  }
}
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .latestReports {
    max-width: 1440px;
    margin-top: 2%;
  }
  .reportsContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    margin: 0 auto;
    padding: 60px 5%;
  }
  .reportContTitle {
    margin-left: 5%;
    margin-top: 20px;
  }
  .latestReports {
    max-width: 1440px;
    margin-top: 2%;
  }
  .reportItemsContainer {
    display: flex;
    flex-direction: column;
  }
  .reportItem {
    margin-top: 25px;
    background: #FFFFFF;
    position: relative;
    padding: 22px 44px 22px 20px;
  }
  .reportContainer {
    margin: 0 5%;
  }
  .reportContainer ul {
    list-style-type: none;
    padding-left: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .reportMainBody {
    font-size: 15px;
    margin-top: 41px;
  }
  .reportMainBody img {
    width: 100%;
  }
  .reportMainBody figcaption {
    font-style: italic;
    font-size: 12px;
  }
}
/* Larger screens */
@media only screen and (min-width: 1281px) {
  .reportsContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    margin: 0 auto;
    padding: 60px 10%;
  }
  .reportContTitle {
    margin-left: 10%;
  }
  .latestReports {
    max-width: 1440px;
    margin-top: 2%;
  }
  .reportItemsContainer {
    display: flex;
    flex-direction: column;
  }
  .reportItem {
    margin-top: 25px;
    background: #FFFFFF;
    position: relative;
    padding: 22px 44px 22px 20px;
  }
  .reportContainer {
    margin-left: 10%;
    max-width: 963px;
  }
  .reportContainer ul {
    list-style-type: none;
    padding-left: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .reportMainBody {
    font-size: 15px;
    margin-top: 41px;
  }
  .reportMainBody img {
    width: 100%;
  }
  .reportMainBody figcaption {
    font-style: italic;
    font-size: 12px;
  }
}
/* Tablets IE 10+ */
@media only screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reportsContainer {
    display: -ms-grid;
    -ms-grid-columns: 1fr 24px 1fr;
  }
  #reportListOne {
    -ms-grid-column: 1;
  }
  #reportListTwo {
    -ms-grid-column: 3;
  }
}
/* Larger screens IE 10+ */
@media only screen and (min-width: 1281px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reportsContainer {
    display: -ms-grid;
    -ms-grid-columns: 1fr 24px 1fr;
  }
  #reportListOne {
    -ms-grid-column: 1;
  }
  #reportListTwo {
    -ms-grid-column: 3;
  }
}
/* Phones */
@media only screen and (max-width: 767px) {
  .breadcrumbsCont {
    margin: 0 5%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .breadcrumbs {
    list-style: none;
    padding: 1vh 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-right: auto;
  }
  .breadcrumbs li {
    display: block;
    float: left;
    margin: 0;
    padding: 4px 0;
  }
  .breadcrumbs a {
    display: block;
    float: left;
    color: #525152;
  }
  .breadcrumbs .active a {
    font-weight: bold;
  }
  .breadcrumb-divider {
    display: block;
    float: left;
    margin: 0 5px;
  }
  .breadcrumbIcon {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .breadcrumbsCont {
    margin: 12px 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .breadcrumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    margin-right: auto;
  }
  .breadcrumbs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
  }
  .breadcrumbs a {
    display: block;
    float: left;
    color: #525152;
  }
  .breadcrumbs .active a {
    font-weight: bold;
  }
  .breadcrumb-divider {
    display: block;
    float: left;
    margin: 0 5px;
  }
  .breadcrumbIcon {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* Larger screens */
@media only screen and (min-width: 1281px) {
  .breadcrumbsCont {
    max-width: 1440px;
    margin: 12px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .breadcrumbs {
    list-style: none;
    display: flex;
    padding: 0;
    margin-left: 10%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-right: auto;
  }
  .breadcrumbs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
  }
  .breadcrumbs a {
    display: block;
    float: left;
    color: #525152;
  }
  .breadcrumbs .active a {
    font-weight: bold;
  }
  .breadcrumb-divider {
    display: block;
    float: left;
    margin: 0 5px;
  }
  .breadcrumbIcon {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* Phones IE 10+ */
@media only screen and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumbsCont {
    display: block !important;
  }
}
/* Tablets IE 10+ */
@media only screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumbsCont {
    display: block !important;
  }
}
/* Larger screens IE 10+ */
@media only screen and (min-width: 1281px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .breadcrumbsCont {
    display: block !important;
  }
}
#searchpageHeading {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#searchBar {
  flex: 1;
  margin: 0 auto;
  padding-left: 22px;
  height: 44px;
  opacity: 0.9;
  border-radius: 50px 0 0 50px;
  border: 1px;
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(to top, #f5f5f5, rgba(246, 246, 246, 0.4), rgba(250, 250, 250, 0.68)), linear-gradient(to bottom, #ffffff, #ffffff);
}
#searchBar:focus {
  outline: 3px solid #0050A0;
}

#searchForm {
  display: inline-flex;
}

#searchPageForm {
  margin: 0 auto;
  display: flex;
  width: 70%;
}

#searchPageButton {
  border-radius: 0 50px 50px 0;
  background-color: #002e5f;
  color: white;
  border: none;
  padding-right: 20px;
  padding-left: 15px;
  transition: 0.3s;
}
#searchPageButton:hover {
  background-color: #2D537A;
}
#searchPageButton:focus-visible {
  outline: 3px solid #0050A0;
  transition: 0s;
}

#searchStatusMessage {
  margin-top: 1rem;
}

#searchResultCount {
  display: grid;
  grid-template-columns: repeat(4, auto);
  margin-top: 41px;
  font-size: 15px;
  text-align: center;
}
#searchResultCount i:hover {
  font-weight: bold;
  color: #002e5f;
}

.searchCategorySelected {
  font-weight: bold;
  color: #002e5f;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.searchCategorySelected:focus:not(:focus-visible) {
  outline: none;
}

.searchCategoryNotSelected {
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.searchCategoryNotSelected:focus:not(:focus-visible) {
  outline: none;
}

.searchLine {
  width: 100%;
  border-bottom: #979598 3px solid;
  opacity: 0.1;
  margin: 0px auto;
}

.searchBadge {
  padding: 2px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #002e5f;
}

.searchResultContainer {
  display: grid;
  grid-template-columns: repeat(1, auto);
}

.searchResult {
  margin-top: 32px;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 32px 44px 22px 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  transition: 0.3s;
}
.searchResult:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}

#allSearchResults {
  display: grid;
}

.noLine {
  display: none;
}

.searchResultTitle {
  margin: 8px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.searchDate {
  font-size: 15px;
  line-height: 26px;
  color: #525152;
  margin-bottom: 16px;
}

.searchIntro {
  font-size: 15px;
  line-height: 26px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.searchReadMore {
  font-size: 15px;
  line-height: 26px;
  color: #000;
  text-decoration: underline;
}

.searchDevider {
  width: 40%;
  border-bottom: #525152 3px solid;
  opacity: 0.1;
  margin: 0px auto;
  padding: 10px 0px;
}

/* Phones */
@media only screen and (max-width: 767px) {
  #searchPart {
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 28px 5% 44px 5%;
  }
  #searchPageForm {
    width: 100%;
  }
  #searchContainer {
    margin: 0 auto;
  }
  #searchResultCount i {
    display: flex;
    flex-direction: column;
    margin-top: 41px;
    font-size: 15px;
    text-align: center;
  }
  #labelInfo {
    display: none;
  }
  .searchLine {
    margin-top: 10px;
  }
}
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #searchPart {
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 28px 5% 44px 5%;
  }
  #searchContainer {
    margin: 0 auto;
  }
  #labelInfoPhone {
    display: none;
  }
  .searchLine {
    margin-top: 10px;
  }
}
/* Larger screens */
@media only screen and (min-width: 1281px) {
  #searchPart {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 28px 5% 44px 5%;
  }
  #searchContainer {
    margin: 0 auto;
    width: 800px;
  }
  #labelInfoPhone {
    display: none;
  }
  .searchLine {
    margin-top: 32px;
  }
}
/* Phones IE 10+ */
@media only screen and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #searchResultCount {
    display: flex;
    flex-direction: row;
    margin: 41px 5% 0px 5%;
    justify-content: space-between;
  }
}
/* Tablets IE 10+ */
@media only screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #searchResultCount {
    display: flex;
    flex-direction: row;
    margin: 41px 5% 0px 5%;
    justify-content: space-between;
  }
}
/* Larger screens IE 10+ */
@media only screen and (min-width: 1281px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #searchResultCount {
    display: flex;
    flex-direction: row;
    margin: 41px 5% 0px 5%;
    justify-content: space-between;
  }
}
#registerMain {
  min-height: 70vh;
}

.registerContainer {
  margin: 16px 10%;
  padding: 64px 20vh;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.registerSelectedItemOuterContainer {
  display: flex;
  gap: 2vh;
  margin: 0 0%;
}

#registerTitle {
  margin: 12px 10%;
}

/* Search field */
.registerFilter {
  padding: 1% 0;
}

.filterBoxesContainer {
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.filterBoxesContainer div {
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.filterBox {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

/*Register list */
.juristItem {
  position: relative;
  display: flex;
  color: #000;
  padding: 16px;
}
.juristItem p {
  display: flex;
  align-items: center;
}
.juristItem i {
  display: flex;
  align-items: center;
  margin-right: 8px;
  color: #002e5f;
}

/* Global Register part*/
.register {
  margin-bottom: 1vh;
}

.registerBtnContainer {
  display: flex;
  gap: 1vh;
}

/* Search field */
.registerFilter,
.filterDisplayText {
  margin: 0 10%;
}

.filterBoxesContainer {
  grid-template-columns: repeat(3, auto);
}

#searchInRegister {
  padding: 0px 10%;
  max-width: 1440px;
}

/*Register list */
.registerList {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.registerListItem {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 3vh;
  gap: 1vh;
}
.registerListItem a:hover {
  color: #206cd1;
}

.registerListItemTitle,
.listingInfoCompany {
  color: #002e5f;
  text-transform: uppercase;
}

.listingInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 3vh;
  padding-left: 0px;
  margin: 0 0;
  color: #002e5f;
}
.listingInfo a:hover {
  color: #206cd1;
}
.listingInfo li {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 1vh;
}
.listingInfo li p {
  margin: 0px;
}
.listingInfo .material-icons {
  color: #002e5f;
}

.registerItemRow {
  display: grid;
  grid-template-columns: 50% 50%;
}

.registerItem {
  background-color: #ffffff;
}
.registerItem:hover {
  background-color: #e4e4e4 !important;
}
.registerItem:nth-child(2n+3) {
  background-color: #f2f2f2;
}

/* Selected Person & company */
.registerSelectedItemContainer {
  margin: 48rem 10%;
}

#registerSelectedPersoninfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5vh;
  margin: 1vh 0;
}
#registerSelectedPersoninfo div p {
  margin: 0;
}

/* Company*/
.registerSelectedObjectInfo {
  display: flex;
  flex-direction: column;
  gap: 2vh;
}

.titleLine {
  border-bottom: 3px solid #0050A0;
  margin: 1vh 0;
}

.basisContent {
  display: flex;
  gap: 2vh;
}
@media only screen and (max-width: 1280px) {
  .basisContent {
    flex-direction: column;
    gap: 1vh;
  }
}

.basisInfo {
  background-color: #fff;
  padding: 16px;
}

.companyInfoCards {
  background-color: #fff;
  padding: 32px;
  border: solid 1px #206cd1;
  border-left: solid 4px rgba(32, 108, 209, 0.8);
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.cardInfo article {
  margin-left: 1.874em;
}
.cardInfo article p {
  line-height: 1;
}
.cardInfo article p strong {
  font-weight: 700;
}
.cardInfo div {
  margin-top: 1vh;
}
.cardInfo summary {
  list-style: none;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.cardInfo summary::before {
  content: "";
  width: 18px;
  height: 10px;
  background: url("https://uploads.sitepoint.com/wp-content/uploads/2023/10/1697699669arrow.svg") no-repeat;
  background-size: cover;
  margin-right: 0.75em;
  transition: 0.2s;
}

details[open] > summary::before {
  transform: rotate(180deg);
}

.registerCardSection3 {
  display: flex;
  flex-direction: column;
  flex: 1 1 45%;
  gap: 8px;
}

#goBackBtnContainer {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.goBackToRegisterBtn {
  display: flex;
  gap: 2vh;
  background-color: #002e5f;
  border: 0px;
  padding: 16px 32px;
  color: #ffffff;
}
.goBackToRegisterBtn:hover {
  background-color: rgba(0, 46, 95, 0.8156862745);
}
.goBackToRegisterBtn:focus-visible {
  outline: 3px solid #0050A0;
  transition: 0s;
}

.registerSelectedItemOuterContainer {
  display: flex;
  justify-content: space-between;
  gap: 2vh;
  margin: 16px 10%;
}

.registerSelectedItemInnerContainer {
  margin: 16px 10%;
}

.itemInformation {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col p {
  margin: 0;
}

.companyListItem,
.personListItem {
  position: relative;
  display: flex;
  padding: 8px;
  color: #000;
  background-color: #f2f2f2;
}
.companyListItem i,
.personListItem i {
  display: flex;
  align-items: center;
  margin-right: 8px;
  color: #002e5f;
}
.companyListItem p,
.personListItem p {
  margin: 0;
}
.companyListItem:hover,
.personListItem:hover {
  background-color: #e2e2e2 !important;
  color: #000;
  text-decoration: none;
}
.companyListItem:nth-child(2n+2),
.personListItem:nth-child(2n+2) {
  background-color: #ffffff;
}

/* Phones */
@media only screen and (max-width: 767px) {
  #registerMain {
    margin-top: 20px;
  }
  .registerBtnContainer {
    flex-direction: column;
  }
  .registerContainer {
    margin: 16px 5%;
    padding: 16px;
    word-wrap: break-word;
  }
  #registerTitle {
    margin: 12px 5%;
    word-wrap: break-word;
  }
  /* Search field */
  .registerFilter {
    margin: 0 5%;
  }
  .filterBoxesContainer {
    grid-template-rows: auto;
    grid-template-columns: none;
    grid-row-gap: 8px;
  }
  .filterDisplayText {
    margin: 0 5%;
  }
  /*Register list */
  #registerListHeadlines {
    display: none;
  }
  .registerItemRow {
    display: grid;
    grid-template-rows: auto auto;
    padding: 8px 0;
    grid-template-columns: none;
  }
  .juristItem {
    padding: 8px;
    position: relative;
    display: flex;
  }
  .juristItem p {
    display: flex;
    align-items: center;
  }
  .juristItem i {
    display: flex;
    align-items: center;
    margin-right: 8px;
  }
  /* Selected Person & company */
  .registerSelectedItemOuterContainer {
    flex-direction: column;
    margin: 16px 5%;
  }
  .registerSelectedItemContainer {
    margin: 0;
  }
  #registerSelectedPersoninfo {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.25vh;
  }
  #goBackBtnContainer {
    margin: 16px 5%;
  }
  .goBackToRegisterBtn {
    padding: 12px 16px;
  }
  .registerSelectedItemInnerContainer {
    border-radius: 8px 8px 0px 0px;
    margin: 16px 5%;
  }
  .personListItem p,
  .companyListItem p {
    text-decoration: underline;
  }
  .itemInformation {
    display: flex;
    flex-direction: column;
    max-width: 50%;
  }
}
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #registerMain {
    margin-top: 20px;
  }
  .registerContainer {
    margin: 16px 5%;
    padding: 64px 5vh;
  }
  .registerSelectedItemOuterContainer {
    display: flex;
    gap: 2vh;
    margin: 0 0%;
  }
  #registerTitle {
    margin: 0 5%;
  }
  /* Search field */
  .registerFilter,
  .filterDisplayText {
    margin: 0 5%;
  }
  .filterBoxesContainer {
    grid-template-columns: repeat(2, auto);
  }
  /*Register list */
  .juristItem {
    position: relative;
    display: flex;
  }
  .juristItem p {
    display: flex;
    align-items: center;
  }
  .juristItem i {
    display: flex;
    align-items: center;
    margin-right: 8px;
  }
  /* Selected Person & company */
  .registerSelectedItemOuterContainer {
    display: flex;
    gap: 2vh;
    margin: 0%;
  }
  .registerSelectedItemInnerContainer {
    margin: 0%;
  }
  .registerSelectedItemContainer {
    max-width: 1440px;
    margin: 48px 5% 48px 5%;
  }
  .goBackToRegisterBtn {
    padding: 12px 16px;
  }
  .personListItem p,
  .companyListItem p {
    text-decoration: underline;
  }
}
/* Larger screens */
@media only screen and (min-width: 1281px) {
  .register {
    max-width: 1440px;
    margin: 1vh auto;
  }
  .registerSelectedItemContainer {
    max-width: 1440px;
    margin: 0 auto;
  }
  #goBackBtnContainer {
    margin-bottom: 16px;
    display: flex;
    margin: 16px 10%;
  }
}
/* Ignore the syntax errors for grid vs code suggests */
/* Phones IE 10+ */
@media only screen and (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .registerItem {
    display: -ms-grid;
    -ms-grid-columns: auto;
    -ms-grid-rows: 1fr 1fr;
  }
  .registerSelectedItemContainer {
    margin-top: 50px;
  }
}
/* Tablets IE 10+ */
@media only screen and (min-width: 768px) and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filterBoxesContainer {
    display: -ms-grid;
    -ms-grid-columns: 1fr 15px 1fr;
    -ms-grid-rows: 1fr 15px 1fr 15px 1fr;
  }
  .registerItem {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
  }
  .registerSelectedItemContainer {
    margin-top: 50px;
  }
}
/* Larger screens IE 10+ */
@media only screen and (min-width: 1281px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filterBoxesContainer {
    display: -ms-grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    -ms-grid-rows: 1fr 15px 1fr;
  }
  .registerItem {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
  }
  .registerSelectedItemContainer {
    margin-top: 50px;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #f2f2f2;
  font-family: Open Sans, sans-serif;
}
body a[href="#main-content"]:focus span {
  z-index: 100 !important;
  outline: 3px solid #0050A0 !important;
  outline-offset: 2px !important;
  transition: none !important;
  text-decoration: none !important;
}

i {
  font-style: normal;
}

a {
  color: #206cd1;
  text-decoration: none;
}
a:hover {
  color: #002e5f;
  text-decoration: underline;
}

input[type=radio] {
  display: none;
}
input:focus {
  outline: 3px solid #0050A0;
  outline-offset: 3px;
}

hr {
  margin: 1.25vh 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

::selection {
  background-color: #002e5f;
  color: #f2f2f2;
}

:focus-visible {
  outline: 0;
}

:focus {
  outline: 3px solid #0050A0;
  outline-offset: 3px;
  z-index: 999;
}

/* Simple Page */
.mainBody {
  min-height: 70vh;
}

/* Simple Page END*/
/* Styling for "skip to main content" link */
.visually-hidden {
  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;
}

.jump-to-main {
  display: block;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none !important;
  color: white;
  background-color: #002e5f;
  outline: none;
  font-weight: 500;
}
.jump-to-main:focus {
  text-decoration: underline;
  color: white;
  position: relative !important;
  height: auto !important;
  width: 100% !important;
  padding: 10px 0 !important;
}

/*Global Macro settings*/
.fileDownloadButtonCont {
  background-color: #002e5f;
  display: flex;
  width: 240px;
  align-items: center;
  text-align: center;
  padding: 6px 12px;
  font-weight: bold;
  color: #f2f2f2;
}
.fileDownloadButtonCont:hover {
  color: #f2f2f2;
}

/* Global recaptcha */
#recaptchaSiteKey {
  display: none;
}

.recaptchaPage {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 20rem;
}

.recaptchaErrorPage {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.recaptchaErrorButton {
  padding: 12px 32px;
  background-color: #002e5f;
  border-radius: 2px;
  color: white;
  border: 0px;
  transition: 0.3s;
}

.recaptchaErrorButton:hover {
  background-color: rgba(0, 46, 95, 0.8156862745);
}

/* Global CSS END */
/* Phones */
@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
  /* Simple Page */
  .mainBody {
    margin: 0 5%;
  }
  /* Simple Page END*/
}
/* Phones END */
/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .mobile {
    display: none !important;
  }
  /* Simple Page */
  .mainBody {
    max-width: 1440px;
    margin: 0 auto;
  }
  /* Simple Page END*/
}
/* Tablet END */
/* Larger screens */
@media only screen and (min-width: 1281px) {
  .mobile {
    display: none !important;
  }
  /* Simple Page */
  .mainBody {
    max-width: 1440px;
    margin: 0 auto;
  }
  /* Simple Page END*/
}
/* Larger Screens END */

/*# sourceMappingURL=style.css.map */
