@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,800%7CWork+Sans:200,300%7CJosefin+Sans:100');
body {
  background: #5aaddd;
  color: #fff;
  padding-top: 1em;
  font-family: "Work Sans", sans-serif;
  line-height: 1.15;
}
/* Alignment modifiers */
.ukg-text-left {
  text-align: left !important;
}
.ukg-text-right {
  text-align: right !important;
}
.ukg-text-center {
  text-align: center !important;
}
.ukg-text-justify {
  text-align: justify !important;
}
.ukg-grid-match {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-items: center;
  justify-content: center;
}

/* Title */
.ukg-hero {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
}
.page-header {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  font-weight: 800;
}
.ukg-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Cards */
.ukg-grid-items {
  margin-bottom: 30px;
  display: flex;
  flex: 0 0 30%;
  max-width: 30%;
}
.ukg-card {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  flex: auto;
  background: #0b5690;
  padding: 30px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.ukg-card:hover {
  color: #fff;
  text-decoration: none;
  background: #2b4185;
}
.ukg-card i {
  font-size: 30px;
  width: 100%;
}
.ukg-card span {
  margin-top: 20px;
  font-size: 20px;
}
/* Questions & Answers */
.ukg-qa {
  margin-top: 70px;
}
.ukg-qa h2 {
  font-size: 2.2rem;
}
.ukg-list {
  padding: 0;
  list-style: none;
  margin-top: 40px !important;
}
.ukg-list li {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
.ukg-list li:nth-child(n+2) {
  margin-top: 20px;
}
.ukg-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  color: #fff;
}
.ukg-forward:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  text-decoration: none;
}
.ukg-hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
.ukg-article {
  margin-top: 70px;
}
.ukg-article h3 {
  font-size: 2rem;
}
.ukg-article p {
  line-height: 2.1;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  overflow-wrap: break-word;
}
.ukg-article a {
  color: #fff;
  text-decoration: underline;
}
.ukg-article a:hover {
  color: #0056b3;
}
.qa-block:nth-child(n+2) {
  margin-top: 70px;
}

/* Back to top */
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

@media (min-width: 1200) {
  .ukg-qa {
    margin-top: 140px !important;
  }
  .ukg-article {
    margin-top: 140px !important;
  }
}
@media (max-width: 1200px) {
  .ukg-grid-items {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (min-width: 960px) {
  .ukg-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .ukg-hero {
    font-size: 5.2rem;
  }
}
@media (max-width: 727px) {
  body {
    padding: 1em;
  }
}
@media (min-width: 640px) {
  .ukg-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ukg-hero {
    font-size: 4rem;
  }
}
@media (max-width: 600px) {
  .ukg-grid-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ukg-grid-match {
    margin-top: 35px;
  }
}
@media (max-width: 447px) {
  
}
