.main-container .content {
  margin: 70px auto;
  color: #4d4d4d;
}
.content h2, .content h4 {
  margin: 0;
}
#partners .block.board {
  box-shadow: 0 9px 12px rgba(0, 0, 0, .4);
}
.content h4 {
  color: #4d4d4d;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 30px;
}
.body-content p {
  font-size: 18px;
  margin-bottom: 30px;
}
.body-content h2 {
  margin: 20px 0 30px 0;
  display: block;
  overflow: HIDDEN;
  float: left;
  font-size: 34px;
  width: 100%;
}
.body-content .main-title h2 {
  margin: 20px 0 30px 0 !important;
}
.body-content strong {
  font-size: 21px;
  font-weight: 500;
}
.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner-logo {
  width: 262px;
  height: 230px;
  margin-right: 30px;
  margin-bottom: 50px;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partner-logo:nth-child(4n) {
  margin-right: 0;
}
.partner-logo img {
  max-width: 100%;
}
.title-block .partner-name {
  margin: 0 0 50px 0 !important;
  color: #c0a265;
}
/************description *************/

.short-description {
  width: 100%;
  padding: 5px 20px 15px 20px!important;
  font-size: 16px;
  z-index: 100;
  display: none;
}
.short-description.is-fixed {
  position: fixed;
  background: #fff;
  top: 80px;
  display: block;
}
.short-description .partner-fixed-title {
  border-bottom: 1px solid #c0a265;
  padding-bottom: 10px;
}
.partner-fixed-title {
  color: #c0a265;
  padding-top: 10px;
  font-size: 21px;
}
.short-description.is-fixed {
  padding-bottom: 5px;
}
/*styling section_nj*/

.path-partnerships .description.container ul {
  max-width: 100%;
  /* padding-left: 20px;*/
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 45px;
}
.description.container ul {
  text-align: left;
  font-size: 28px;
  /* list-style: none;*/
  max-width: 600px;
  margin: 15px auto 0;
  /* padding-left: 5px;*/
  /* Remove default bullets */
}
.description.container ul li {
  /*margin-bottom: 30px;*/
  margin-bottom: 10px;
}
.description ul li::before {
  /*content: "\2022";*/
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #003366;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.6em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.partners-listings .main-title {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partners-listings .main-title h2 {
  background: #003366;
  padding: 79px 20px !important;
  text-align: center;
  text-align: center;
  font-family: "Effra";
  font-size: 54px;
  color: #ffffff;
  font-weight: 300;
}
/*.partners-listings .main-title::after, .logo-block.last::after {*/

.partners-listings .main-title::after, .inner-page-block .content::after {
  background: url(/themes/custom/usadf/images/pattern.jpg) no-repeat center center;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 30px auto 40px;
  width: 100%;
}
/*.partners-listings .logo-block::after {
    background: url(/themes/custom/usadf/images/pattern.jpg) no-repeat 0 0;
    content: "";
    display: block;
    width: 194px;
    height: 18px;
    margin: 30px auto 40px;
}*/

.partners-listings .title-block .partner-name {
  color: #003366;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid;
  padding-bottom: 25px;
}
.partners-listings .title-block .partner-name span {
  font-weight: 300;
}
.description.container {
  text-align: center;
}
.description.container p, .description.container ul {
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  font-size: 24px;
  line-height: 32px;
  /*text-align: left;*/
}
.description.container p:not(.text-align-center), .description.container ul:not(.text-align-center) {
  text-align: left;
}
.partner-button {
  display: inline-block;
  background: #003366;
  border: 1px solid #003366;
  color: #fff;
  padding: 15px 35px;
  margin-top: 50px;
  text-decoration: none !important;
  font-family: "Effra";
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -30px 80px;
}
.path-partnerships .logo-block {
  margin: 0;
}
/*#corporate-and-foundation .partner-title {
    width: 19%;
}*/

.partner-title {
  margin-bottom: 80px;
  padding: 0 30px;
}
.partner-title h4 {
  font-family: "Effra";
  color: #003366;
  font-weight: 300;
  font-size: 32px;
  margin-top: 5px;
}
.partner-title>div {
  padding: 15px 5px;
  height: 100%;
  -webkit-box-shadow: 12px 11px 18px 6px rgba(221, 221, 221, 1);
  box-shadow: 12px 11px 18px 6px rgba(221, 221, 221, 1);
}
.partner-title h4 {
  margin-bottom: 0;
  text-align: center;
}
.path-partnerships a.partner-button:focus {
  /*color: #fff !important;*/
  background: #fff;
  color: #003366 !important;
}
.path-partnerships .partner-title h4 {
  font-size: 20px;
}
/*end of styling section nj*/

/**/

/*.partners__section__wrp {
    display: flex;
    flex-direction: column-reverse;
}
.partners__section__wrp > .main-title {
    order: 1;
}*/

/**/

.path-partnerships .partner-button {
  display: none;
}
.path-partnerships .partners__section__wrp {
  display: block !important;
}
.multipleLinkWrapper {
  text-align: center;
  line-height: 16px;
  margin-top: 7px;
}
.multipleLinkWrapper a {
  display: block;
}
.multipleLinkWrapper a:not(:last-child) {
  margin-bottom: 3px;
}
.multipleLinkWrapper a:not(:last-child)::after {
  content: ",";
}
/*.multipleLinkWrapper a:first-child::before {
    content: "(";
}
.multipleLinkWrapper a:last-child::after {
    content: ")";
}*/

@media screen and (min-width: 767px) {
  .path-partnerships .partners__section__wrp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .main-container .content {
    /* padding: 0 30px;*/
  }
  #corporate-and-foundation .partner-title {
    width: auto;
  }
  .logo-block {
    margin: 0 0px 80px;
  }
  .partner-title h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .partner-logo {
    width: 212px;
    height: 200px;
  }
}
@media screen and (min-width: 992px) {
  .partner-button:hover {
    background: #fff;
    color: #003366;
  }
}
@media screen and (max-width: 991px) {
  .partner-logo {
    width: 220px;
  }
  .partner-logo:nth-child(4n) {
    margin-right: 30px;
  }
  .partner-logo:nth-child(3n) {
    margin-right: 0px;
  }
  .logo-block {
    margin: 0;
  }
  #corporate-and-foundation .partner-title {
    width: 33.33%;
  }
  .partner-title h4 {
    font-size: 18px;
  }
}
@media screen and (min-width:768px) and (max-width:1025px) {
  .short-description.is-fixed {
    top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .partner-name, .body-content h2 {
    font-size: 24px;
  }
  .partner-logo {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 25px;
    border: 1px solid #dbdbdb;
  }
  .partner-logo:last-child {
    margin-bottom: 50px;
  }
  .partners-row:last-child .partner-logo:last-child {
    margin-bottom: 0;
  }
  .path-partnerships .partner-title h4 {
    padding-bottom: 0 !important;
  }
  .title-block .partner-name {
    margin-bottom: 20px !important;
  }
  .partner-logo img {
    max-height: 100%;
  }
  .short-description.is-fixed {
    /*position: static;*/
  }
  .short-description-inner.container {
    padding: 0 0 10px;
  }
  .short-description {
    padding: 0px 15px 20px;
    padding-top: 10px;
  }
  .short-description.is-fixed {
    top: 70px;
    font-size: 14px;
    line-height: 18px;
    /*padding-top: 15px;*/
  }
  .partner-fixed-title {
    font-size: 16px;
  }
  .partner-button {
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 10px;
  }
  .description.container p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .description.container ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .partners-listings .main-title h2 {
    font-size: 21px;
    padding: 40px 20px !important;
  }
  #corporate-and-foundation .partner-title {
    width: 50%;
  }
  .logo-block.last::after {
    margin: 12px auto 30px;
  }
  .partners-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
  .container-section.main-container {
    padding-bottom: 0;
  }
  .partner-title {
    margin-bottom: 40px;
    padding: 0px;
    width: 50%;
    padding: 0 13px;
  }
  .partner-title h4 {
    font-size: 18px;
  }
  .logo-block {
    margin: 0;
  }
  .main-container .content {
    margin: 30px auto;
  }
}