.body-content .no-href {
  pointer-events: none;
}
.main-container .content {
  max-width: 750px;
  margin: 70px auto;
  color: #4d4d4d;
}
.page-title {
  margin-top: 0;
}
.content h2,
.content h4 {
  margin: 0;
}
.content h4 {
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #003366;
  font-weight: 900;
}
.body-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.body-content .page-title strong {
  color: #00336a;
  font-weight: 700;
  font-size: 28px;
}
.inner-page-block > .content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.country-links {
  margin-bottom: 70px;
}
.country-links .each-column .views-row h3 strong {
  font-size: 20px !important;
  line-height: 24px !important;
  display: block;
  font-weight: 700;
  color: #00336a;
  padding-bottom: 5px;
}
.country-links h3 {
  text-align: center;
  margin: 25px 0 0;
}
.country-links .views-row > p {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.country-links .views-row > p a {
  /*font-size: 14px;*/
  /*font-size: 24px;*/
  font-size: 20px;
  display: inline-block;
  /*line-height: 20px;*/
  /*line-height: 30px;*/
  line-height: 26px;
  text-decoration: none;
  color: #00336a;
  font-weight: 300;
  text-align: center;
}
.country-links .views-row > p a:hover {
  color: #CA113E;
}
.inner-page-block > .content::after {
  background: url(/themes/custom/usadf/img/board/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-top: 10px;
}
.body-content h2 {
  margin: 20px 0 30px 0;
  display: block;
  overflow: HIDDEN;
  float: left;
  font-size: 34px;
  width: 100%;
  font-size: 50px;
  line-height: 60px;
  margin: 10px 0;
  font-family: "Effra";
  color: #003366;
  font-weight: 900;
  padding-bottom: 20px;
}
.body-content strong {
  font-size: 24px;
  font-weight: 500;
  font-family: "Effra";
}
.bottom-highlighted {
  background: #c7b299;
  padding: 50px;
}
.bottom-highlighted-inner {
  font-size: 19px;
  color: #4d4d4d;
}
.body-content p {
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  line-height: 30px;
  /*padding-bottom: 24px;*/
  padding-bottom: 15px;
}
/************* Media Query ******************/

@media screen and (min-width: 1200px) {
  .main-container .content {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1025px) {
  .country-links {
    padding: 0 130px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .main-container .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-container .content {
    max-width: 100%;
    padding: 0 30px;
    margin: 30px auto;
  }
  .content h4 {
    font-size: 18px;
    line-height: 28px;
  }
  .body-content p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .body-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .bottom-highlighted {
    margin: 0 15px;
    margin-bottom: 15px;
    padding: 30px 5px;
  }
  .board-list .title {
    font-size: 18px;
    line-height: 28px;
  }
  .bottom-highlighted-inner {
    font-size: 14px;
    line-height: 24px;
  }
  .main-container .content {
    color: #1c1c1c;
  }
  .body-content {
    padding-bottom: 0px;
  }
  .body-content strong {
    font-size: 16px;
  }
}
