/* Press release accordion styling  */

.pointer-events-none {
  pointer-events: none;
}
.path-press-releases .detailed-page-title a, .path-press-releases .detailed-page-title a:focus {
  font-family: "Effra";
  font-weight: bold;
  font-size: 24px;
  color: #003366;
  line-height: 30px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.press-accordion {
  width: 100%;
}
.each-news {
  padding: 25px 0;
  border-bottom: 1px solid #cbcbcb;
  opacity: 0;
  transition: all 0.5s linear 0.3s;
  transform: translateY(100px);
}
.each-news.content-loaded, .each-news.cbp-so-animate {
  opacity: 1;
  transform: translateY(0);
}
.each-news:first-child {
  padding-top: 0;
}
.each-news:not(:last-child) {
  padding-bottom: 25px;
}
.each-news:not(:first-child) {
  padding-top: 25px;
}
.each-news:last-child {
  border: none;
  padding-bottom: 0;
}
.ui-accordion-content {
  /*   height: auto !important; */
}
.ui-accordion-content .each-press:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
}
.press-accordion .ui-accordion-header {
  position: relative;
  font-family: "Effra";
  color: #fff;
  font-weight: 300;
  line-height: 30px;
  background: #00336a;
  padding: 15px;
  margin: 1px 0;
  outline: none;
  cursor: pointer;
}
.press-accordion .ui-accordion-header::after {
  content: "";
  background: url(img/a-plus.png) no-repeat center center transparent;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: calc( 50% - 9px);
}
.press-accordion .ui-accordion-header.ui-accordion-header-active::after {
  background: url(img/a-minus.png) no-repeat center center transparent;
}
.press-accordion .ui-accordion-content {
  padding: 15px;
}
.press-accordion .date-location, .path-press-releases .press-accordion .detailed-page-title, .path-press-releases .press-accordion .sub-title {
  text-align: left;
}
.read-more a {
  display: inline-block;
  font-family: "Effra";
  font-weight: 300;
  color: #003366;
  font-size: 17px;
  /*pointer-events: none;*/
  margin-top: 15px;
  transition: all 0.3s ease;
}
.read-more a:hover, .path-press-releases .detailed-page-title a:hover {
  color: #CA113E;
}
/*  End of press release accordion styling */

.media-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding: 67px 0 0;
  width: 100%;
}
#media .slick-track {
  height: 100%;
}
.board {
  box-shadow: 0 9px 12px rgba(0, 0, 0, .4);
}
.media-tab>li {
  float: left;
  cursor: pointer;
  padding: 0 0 10px;
  border-bottom: 2px solid transparent;
}
.media-tab>li:hover span {
  color: #000;
}
.media-tab>li.active-tab {
  border-bottom: 1px solid #000;
}
.media-tab>li+li {
  margin-left: 0;
}
.media-tab>li+li.active:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4d4d4d;
  position: absolute;
  bottom: -1px;
}
.media-tab>li.active>span, .media-tab>li.active>span:focus, .media-tab>li.active>span:hover {
  color: #4d4d4d;
  background-color: transparent;
}
.media-tab>li>span {
  font-size: 16px;
  color: #a3a3a3;
  font-weight: 500;
  padding: 0 25px;
  text-transform: uppercase;
  border-right: 1px solid #e2e2e2;
  cursor: pointer;
}
.media-tab>li:last-child span {
  border-right: 0px solid #e2e2e2;
}
.media-tab>li>span {
  cursor: pointer;
}
.media-tab .active-tab>span {
  color: #000;
}
.media-content .views-content {
  padding: 55px 0 55px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.media-content .views-row {
  padding: 15px;
  float: left;
  width: 25%;
}
.media-content .vid-thumb a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  display: block;
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.media-content .vid-thumb:hover a {
  opacity: 1;
}
.media-content .vid-thumb {
  position: relative;
  width: 100%;
}
.media-content .vid-thumb img {
  max-width: 100%;
  visibility: hidden;
}
.media-content .vid-thumb a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-content h3.title {
  font-size: 14px;
  line-height: 20px;
  color: #4d4d4d;
  margin: 17px 0 0;
  font-weight: 600;
}
.media-content h3.title:hover {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin: 17px 0 0;
  font-weight: 600;
}
.media-content a:focus, .media-content a:hover {
  text-decoration: none;
}
.media-content a:focus span {
  outline: 1px solid #75bdfb;
}
.media-content iframe {
  /*position: absolute;*/
  width: 100%;
  height: 180px;
  /*left: 0;*/
  /*top: 0;*/
}
.media-content img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 180px;
  width: 100%;
  -o-object-position: center center;
  object-position: center center;
}
.date {
  color: #808080;
  display: block;
  margin-top: 10px;
  /*text-transform: uppercase;*/
  font-size: 12px;
}
.title-wrap {
  display: block;
}
.date+a h3 {
  margin-top: 10px!important;
}
.media-content .readmore span {
  font-weight: 500;
  display: block;
  color: #c0a265;
  margin-top: 10px;
}
/************* events *****************/

.date-wrapper {
  height: 180px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-date {
  font-size: 72px;
  color: #1c5eac;
  font-weight: 300;
  width: 100%;
  text-align: center;
  line-height: 76px;
}
.event-month {
  font-size: 20px;
  line-height: 20px;
  color: #4d4d4d;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
.date-location {
  /* margin-top: 10px;*/
  overflow: hidden;
  text-align: center;
}
.date-location .date {
  margin: 0;
  font-size: 14px;
  color: #1c5eac;
  float: left;
  font-weight: 400;
  padding-right: 10px;
  margin-right: 10px;
  /* border-right: 1px solid #ccc;*/
}
.event-location {
  font-size: 14px;
  color: #c0a265;
  float: left;
  font-weight: 400;
}
.event-description {
  margin-top: 18px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.path-press-releases .views-row {
  position: relative;
}
.path-press-releases .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.path-press-releases .title h1 {
  font-family: "Effra";
  font-weight: 900;
  color: #ffffff;
  font-size: 66px;
}
.path-press-releases .content {
  position: relative;
  width: 100%;
  display: block;
  max-width: 1140px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  padding-bottom: 140px;
}
.path-press-releases .row-wrapper {
  position: relative;
  width: 33.3%;
  float: left;
  padding: 0 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.path-press-releases .date-location .date {
  font-family: "Effra";
  font-size: 18px;
  color: #221f20;
  font-weight: 500;
  float: none;
}
.path-press-releases .detailed-page-title {
  font-family: "Effra";
  font-weight: bold;
  font-size: 28px;
  color: #003366;
  line-height: 34px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}
.path-press-releases .date-location+.detailed-page-title {
  margin-top: 5px;
}
.path-press-releases .sub-title {
  font-family: "Effra";
  font-weight: 300;
  font-size: 28px;
  color: #003366;
  line-height: 34px;
  text-align: center;
  margin-top: 0px;
}
.path-press-releases .desc p {
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  font-size: 18px;
  line-height: 26px;
}
.path-press-releases .content::before {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(img/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 0 auto;
}
.path-press-releases .content::after {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: url(img/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  /*     margin: 0 auto;
padding-bottom: 62px;
margin-top: 80px; */
}
.path-press-releases .img-wrap {
  margin-top: 30px;
}
.path-press-releases .each-press .desc {
  margin-top: 30px;
}
.path-press-releases .more .readmore {
  font-family: "Effra";
  font-weight: 300;
  color: #003366;
  font-size: 17px;
  pointer-events: none;
}
.path-press-releases .more {
  /*     margin-top: 50px;
margin-bottom: 50px; */
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.path-press-releases .desc::after {
  /*content: "...";*/
  margin-top: 10px;
  display: block;
  text-align: center;
}
.path-press-releases .slick-prev {
  position: absolute;
  bottom: 40px;
  font-size: 0;
  border: none;
  background: none;
  z-index: 10;
}
.path-press-releases .slick-prev::after {
  content: "<  Newer Posts";
  font-size: 20px;
  background: transparent;
  font-family: "Effra";
  z-index: 10;
  font-weight: 300;
  color: #221f20;
}
.path-press-releases .slick-prev:hover::after, .path-press-releases .slick-next:hover::after {
  color: #003366;
}
.path-press-releases .slick-next {
  position: absolute;
  bottom: 40px;
  right: 0;
  font-size: 0;
  border: none;
  background: none;
}
.path-press-releases .slick-next::after {
  content: " Older Posts  >";
  font-size: 20px;
  background: transparent;
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
}
.path-press-releases .each-press .desc {
  font-size: 24px;
  font-family: "Effra";
  font-weight: 300;
  color: #221f20;
  line-height: 30px;
}
.country-sectors-tags {
  margin-top: 30px;
}
.country-sectors-tags span {
  font-family: "Effra";
  font-size: 24px;
  color: #221f20;
  /* font-weight: 500; */
  float: none;
  line-height: 30px;
  font-weight: 300;
}
.country-sectors-tags>span:not(:last-child) {
  padding-right: 9px;
  margin-right: 5px;
  border-right: 1px solid #cbcbcb;
}
.section-tags, .section-tags strong {
  font-weight: 400;
}
/*need to change*/

/*.path-press-releases .row-wrapper:nth-child(3) .img-wrap {
    margin-top: 62px;
}*/

.load-more {
  margin-top: 35px;
}
.load-more span {
  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 !important;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.load-more span:hover {
  background: #FFF;
  color: #003366 !important;
}
/*need to change*/

@media screen and (max-width:1200px) {
  .usadf-in-the-news {
    padding: 0 50px;
  }
}
@media screen and (max-width:1024px) {
  .path-press-releases .row-wrapper {
    width: 33.33%;
  }
}
@media screen and (min-width:992px) {
  /*  .path-press-releases .row-wrapper {
        width: 50%;
    }*/
  .path-press-releases .row-wrapper>div:first-child {
    /*height: 143px;*/
  }
}
@media screen and (max-width:992px) {
  .path-press-releases .each-press .desc {
    font-size: 24px;
    font-family: "Effra";
    font-weight: 300;
    color: #221f20;
    line-height: 30px;
  }
  .usadf-in-the-news {
    padding: 0 50px;
  }
}
@media screen and (max-width:767px) {
  .path-press-releases .content::after {
    bottom: 40px;
  }
  .media-content .views-row {
    width: 50%;
  }
  .path-news .article-image img {
    max-width: 100%;
  }
  .media-content h3.title {
    margin: 5px 0 35px;
  }
  .path-press-releases .row-wrapper {
    width: 100%;
    /*padding: 0px 20px;*/
  }
  .path-press-releases .content::before {
    margin-top: 0px;
  }
  .path-press-releases .more {
    position: static;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .path-press-releases .detailed-page-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .path-press-releases .title {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  .path-press-releases .title h1 {
    font-size: 32px;
  }
  .path-press-releases .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
  .path-press-releases .detailed-page-title {
    font-size: 24px;
    line-height: 30px;
  }
  .path-press-releases .row-wrapper {
    padding: 0px 15px 25px;
  }
  .path-press-releases .content {
    margin-top: 25px;
    padding-bottom: 100px;
  }
  .path-press-releases .press-accordion .desc {
    font-weight: 300;
    color: #221f20;
    font-size: 16px;
    line-height: 24px;
  }
  .path-press-releases .each-press .desc {
    margin-top: 20px;
  }
  .usadf-in-the-news {
    padding: 0 15px;
  }
  .each-news:not(:last-child) {
    padding-bottom: 25px;
  }
  .each-news:not(:first-child) {
    padding-top: 25px;
  }
  .path-press-releases .content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .path-press-releases .detailed-page-title a {
    font-size: 20px;
    line-height: 24px;
  }
  .country-sectors-tags span {
    font-size: 16px;
    line-height: 24px;
  }
  .country-sectors-tags {
    margin-top: 20px;
    overflow: hidden;
  }
  .country-sectors-tags span.section-tags {
    float: left;
    width: 100%;
    border: none !important;
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .path-press-releases .row-wrapper>div:first-child {
    /*height: 230px;*/
  }
}
@media screen and (max-width:500px) {
  .media-content .views-row {
    width: 100%;
  }
  .media-content .views-row {
    padding: 0;
  }
}