.featured {
  background-color: #003974;
  padding: 98px 0 60px;
  margin-bottom: 60px;
}
.featured-sub-title {
  color: #A0A0A0;
  font-size: 40px;
  font-family: "acumin-pro";
  font-weight: 700;
  margin-bottom: 0;
}
.featured-title {
  font-family: "acumin-pro-condensed";
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.6px;
  padding-bottom: 12px;
  margin-top: 0;
  border-bottom: 6px solid #FAA62F;
}
.featured-title > strong {
  font-size: 60px;
  font-weight: 700;
}
.featured-post-list {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

a {
  color: #003974;
}
a:hover, a:focus, a:visited {
  color: #003974;
}

.blog {
  background: #fff;
}

.post-item-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 19px;
}
@media (min-width: 1200px) {
  .post-item-container {
    gap: 0px 30px;
    grid-template-columns: repeat(12, 1fr);
  }
}
.post-item-title {
  margin-top: 44px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #000;
}
.featured .post-item-title {
  margin-top: 0;
  color: #fff;
}

.post-item-read-time {
  background-color: #A0A0A0;
  padding: 5px 15px;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}
.post-item-content {
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0;
}
.post-item-content-wrapper {
  margin-bottom: 10px;
}
.post-item-summary {
  margin-top: 20px;
}
.post-item-summary p {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.post-item-detail {
  grid-column: span 6;
}
.list .post-item-detail {
  grid-column: span 12;
}

.post-detail .post-item-detail {
  grid-column: span 12;
}

a.post-item-detail-link {
  display: inline-block;
  background-color: #fff;
  border-radius: 25px;
  color: #000;
  border: 1px solid #003974;
  padding: 8px 30px;
  text-decoration: none;
}
a.post-item-detail-link .fa-arrow-right {
  color: #faa62f;
}
a.post-item-detail-link::hover {
  background-color: #faa62f;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}
a.post-item-detail-link::hover .fa-arrow-right {
  color: #fff;
}

.post-item-detail iframe {
  max-width: 100%;
  height: auto;
}
.post-item-image {
  grid-column: span 6;
}
.main-post-list .post-item-image {
  height: 198px;
  overflow: hidden;
}

.main-post-list .post-item-image img {
  max-width: 100%;
  height: 100%;
}

.featured .post-item-image img {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.7450980392);
}

.list .post-item-image {
  grid-column: span 12;
}

.post-list-item {
  grid-column: span 12;
  margin-bottom: 30px;
}
@media (min-width: 812px) {
  .post-list-item {
    grid-column: span 4;
  }
}
@media (min-width: 1200px) {
  .post-item-container > .post-list-item:nth-child(2), .post-item-container > .post-list-item:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
.recent-posts .post-list-item {
  grid-column: span 6;
}

.categories {
  padding: 40px 20px;
  margin-bottom: 60px;
  background-color: #003974;
  border-radius: 12px;
}
.post-item .categories {
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .post-item .categories {
    grid-column: 9/span 4;
  }
}
.categories .icon-mag-glass {
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  position: absolute;
  z-index: 1;
}
.categories h3 {
  color: #C7C4C4;
  font-size: 34px;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}
.categories h3:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 6px;
  background-color: #FAA62F;
  width: 130px;
}
.categories ul {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
}
.categories-link {
  display: block;
  color: #FAA62F;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.categories-link:hover, .categories-link:visited, .categories-link:focus {
  font-weight: 700;
  color: #FAA62F;
}

.share-icns {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.share-icns > li {
  padding-left: 11px;
  color: #000;
}
.featured .share-icns > li {
  color: #fff;
}

.share-icns > li .icon-hover {
  display: none;
}
.share-icns > li:hover .icon-normal {
  display: none;
}
.share-icns > li:hover .icon-hover {
  display: block;
}
.share-icns > li:first-child {
  text-transform: uppercase;
  padding-left: 0;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.LiveForm.Default {
  margin: 0 auto !important;
}
.LiveForm.Default input[type=submit] {
  background: #003974 !important;
  border-radius: 25px !important;
  border: none !important;
  padding: 8px 30px !important;
  font-size: 18px !important;
  font-family: acumin-pro, Arial, sans-serif !important;
  text-transform: uppercase !important;
}
.LiveForm.Default .thank-you {
  max-width: 900px;
  margin: 0 auto 40px;
  background-color: transparent !important;
  box-shadow: none !important;
}
.LiveForm.Default ul.page-break-section {
  border-radius: 12px !important;
  display: flex;
  align-items: center;
  padding: 25px 15px !important;
}
@media (min-width: 1024px) {
  .LiveForm.Default ul.page-break-section {
    margin: -80px auto 40px !important;
  }
}
.LiveForm.Default ul.page-break-section .Field {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
