/* Development model styling */

.block-4 li {
  /*font-size: 24px !important;*/
}
.content h2.title strong {
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}
.content-block:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.content-block ul {
  padding-left: 0;
}
.content-block .title {
  padding: 30px 0 0;
  margin: 0 0 10px;
}
.block-2 .text-align-justify b {
  margin-top: 25px;
  display: inline-block;
}
.block-2 li {
  margin-bottom: 15px;
}
.block-2 p.text-align-justify {
  margin-bottom: 15px;
  padding-bottom: 0;
}
.block-4 ul {
  max-width: 500px;
  margin: 0 auto;
}
.block-4 li, .block-2 li {
  font-size: 24px;
  margin-bottom: 28px;
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  line-height: 30px;
  list-style-type: none;
  margin: 0;
  padding-bottom: 12px;
}
.block-4 li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(/themes/custom/usadf/images/tick.png) center no-repeat;
  margin-right: 5px;
}
/* End of Development model styling */

/* Resources page */

.resource-download-links a {
  display: block;
  cursor: pointer;
}
.resource-download-links a:hover {
  color: #CA113E;
}
/* End of resources page */

.main-container .content {
  max-width: 750px;
  margin: 70px auto;
  color: #4d4d4d;
}
.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 img {
  max-width: 100%;
}
.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 h3 strong {
  font-size: 20px;
  font-weight: 700;
  color: #00336a;
}
.country-links .views-row>p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.country-links .views-row>p a {
  font-size: 14px;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  color: #00336a;
  font-weight: 400;
}
.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) {
  .block-2 {
    padding: 0 50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .main-container .content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .body-content img {
    height: auto;
  }
  .block-2 li {
    font-size: 16px;
  }
  .body-content strong, .block-4 li {
    /*font-size: 16px !important;*/
  }
  .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;
  }
  .block-4 .body-content strong {
    font-size: 22px;
  }
  .text-align-justify {
    text-align: left;
  }
  .content h2.title strong {
    font-size: 28px;
    /*line-height: 34px;*/
    line-height: 21px;
    display: block;
  }
}