body {
  color: #333;
  font-size: 16px;
  text-align: center;
  font-family: Arial;
}
body a {
  color: #00338D !important;
  font-style: normal;
}
body main kpmg-logo {
  display: block;
}
body main kpmg-logo img {
  height: 100px;
  width: auto;
  padding-bottom: 50px;
}
body main articles {
  display: inline-block;
  align-items: center;
  justify-content: center;
}
body main articles article {
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  text-align: center;
  width: 354px;
  float: left;
  border: 1px solid #ddd;
  min-height: 590px;
  height: 590px;
}
body main articles article:hover {
  border: 1px solid #ddd;
  -webkit-box-shadow: 5px 7px 22px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 7px 22px -2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body main articles article image-wrapper {
  padding-top: 20px;
  padding-left: 87px;
  display: block;
  padding-bottom: 20px;
}
body main articles article image-wrapper article-image {
  height: 200px;
  width: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #005fb8e7;
  -webkit-box-shadow: 5px 7px 22px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 7px 22px -2px rgba(0, 0, 0, 0.1);
}
body main articles article image-wrapper article-image:hover {
  background: #005EB8;
}
body main articles article image-wrapper article-image img {
  max-width: 100%;
  height: 110px;
}
body main articles article article-title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
body main articles article article-text {
  display: block;
  font-size: 1rem;
  font-weight: 200;
  color: #333;
  text-align: left;
  padding: 20px;
}
body footer {
  background-color: #ddd;
  bottom: 0px;
  text-align: center;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
body footer ul.footer-items {
  display: flex;
  list-style: none;
}
body footer ul.footer-items li {
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
body footer ul.footer-items li:not(:last-child) {
  padding-right: 20px;
}
body .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
body .overlay:target {
  visibility: visible;
  opacity: 1;
}
body .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  max-height: 70%;
  overflow: auto;
  position: relative;
  transition: all 5s ease-in-out;
  text-align: left;
}
body .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Arial;
}
body .popup .close {
  position: fixed;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
}
body .popup .close:hover {
  color: #06D85F;
}
body .popup .content {
  max-height: 30%;
  overflow: auto;
}
