.content-img {
  display: inline-block;
  position: relative;
  width: 100%;
  border-top-right-radius:5px;
}

.top-image {
  margin-top: 100%;
}
.top-image-8 {
  margin-top: 60%;
}

.text-top-cfp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
}

.img-1 {
  object-fit: cover;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  width: 100%;
  height: 100%;
}
.img-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-body {
  padding: 25px 0 0 10px;
  text-align: left;
}
.text-body-na {
  padding-top: 25px;
  /*
  padding: 25px 33.33333333% 0 10px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  */
}
.text-body-cfp {
  padding: 25px 10px 20px 10px;
  background-color: #f2f2f2;
}

.text-organization {
  margin-top: 20px;
  text-align: left;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.text-organization span {
  color: #00407a;
  font-weight: bold;
}
.text-organization-job {
  margin-left: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.text-organization-job span {
  color: #00407a;
  font-weight: bold;
}
.text-organization-cfp {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 30px 10px;
  background-color: rgba(0, 64, 122, 0.8);
  height: 100%;
}
.text-organization-cfp span {
  color: white;
  font-weight: bold;
}

.text-date {
  color: #58585a;
  font-weight: bold;
}
.text-date span {
  color: #00407a;
}

.author-na span {
  color:#00407a;
  font-weight: bold;
}

.title-na {
  font-weight: bold;
  font-size: 18px;
  color: #00407a;
  margin-bottom: 30px;
}
.title-na a {
  color: #00407a;
  text-decoration: none; !important
  font-size: 18px;
}
.title-na a:hover {
  color: #ca1033;
  text-decoration: none; !important
  font-size: 18px;
}

.read-more {
  border-top: 1px solid #D4D4D4;
}
.read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}

#content-content .col-md-4 {
  background-color: white;
  border-top-right-radius:5px;
  margin-bottom: 15px;
  padding-right: 0px;
}

#content-content .col-md-8 {
  background-color: white;
  border-top-left-radius:5px;
  min-height: 280px;
  padding-left: 0px;
}

.na-button {
  height: 40px;
  width: 80%;
  padding: 7px 15px 7px 15px;
  background-color: #00407a;
  border-radius: 4px;
  border: none;
  font-weight: bolder;
  color: white;
}
.na-button:hover {
  height: 40px;
  padding: 7px 15px 7px 15px;
  background-color: rgba(0, 64, 122, 0.8);
  transition: all .25s ease;
  border-radius: 4px;
  width: 100%;
  border: none;
  color: white;
  font-weight: bolder;
}

.date-warning {
  color: #ff4c00;
  font-weight: bold;
}

@media only screen and (min-device-width : 360px) and (max-device-width : 823px) {
  #content-content .col-md-8 {
    background-color: white;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    min-height: 30px;
  }
  #content-content .col-md-4 {
    background-color: white;
    min-height: 30px;
  }

  /*
  .text-body-na {
    padding: 0;
  }
  */
}

@media only screen and (min-device-width : 360px) and (max-device-width : 823px) and (orientation: landscape) {
  #content-content .col-md-4 {
    min-height: 0;
  }

  /*
  .text-body-na {
    padding: 0;
  }
  */
}

@media only screen and (min-device-width: 768px) and (max-device-width : 1280px) and (orientation: portrait) {
  #content-content .col-md-4 {
    min-height: 0;
  }

  /*
  .text-body-na {
    padding: 0;
  }
  */
}

@media only screen and (min-device-width: 768px) and (max-device-width : 1280px) {
  /*
  .text-body-na {
    padding: 0 20px 0 0;
  }
  */
}
