/* Start of Visual builder styling */

.pb-vb {
  background-color: #657587;
}
.pb-vb .pb-vb__element {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px !important;
  text-align: center;
}
/* End of Visual builder styling */

/* Start of Column styling */

.publication-grid .pb-row .et_pb_column_1_2:nth-child(2n) {
  margin-right: 0;
}
.publication-grid .pb-row .et_pb_column_1_3:nth-child(3n){
  margin-right: 0;
}
.publication-grid .pb-row .et_pb_column_1_3:nth-child(3n+1){
  clear: both;
}

@media (max-width: 980px) {
  .publication-grid .pb-row .et_pb_column_1_3:nth-child(3n) {
    margin-bottom: 30px;
  }
  .sift-publication-listing .publication-grid .pb-row .et_pb_column_1_4 {
    margin-bottom: 30px;
  }
  .publication-grid .pb-row .et_pb_column_4_4 {
    margin-bottom: 30px;
  }
}

@media (min-width: 991px) {
  .publication-grid .pb-row {
    display: flex;
  }
  .publication-grid .pb-row .et_pb_column_1_3 {
    display: flex;
  }
  .publication-grid .pb-row .et_pb_column_1_4 {
    display: flex;
  }
}

/* End of Column styling */

/* Start of General card styling */

.single-sift_publication #main-content .container {
  padding-top: 0;
}
.single-sift_publication #main-content .container:before {
  width: 0;
}
.pb-card {
  font-size: 14px;
}
.pb-card__image {
  flex-shrink: 0;
}
.pb-card__image-profile{
  width: 100%;
  height: auto;
  display: block;
}
.pb-card__content {
  padding: 20px;
}
.pb-card__personal .pb-card__header-three {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3em;
}
.pb-card__personal .pb-card__date {
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.pb-card__personal, .pb-card__contact {
  width: 100%;
  display: inline-block;
}
.pb-card__contact-wrapper, .pb-card__link {
  font-weight: 700;
}
.pb-card__contact-wrapper, .pb-card__about {
  padding:10px 0 16px 0 ;
  line-height: 1.3em;
  font-size: 16px;
  color: #484545;
}
.pb-card__link {
  cursor: pointer;
}
.pb-card__link .et_pb_button {
  display: inline-block;
}

/* End of General card styling */


/* Start of unique Full width styling */

.pb-card__expertise {
  margin-top: 20px;
}
.pb-card__expertise .pb-card__expertise-header{
  font-size: 18px;
}
.pb-card__full-image {
  box-shadow: 0px 2px 60px -10px rgba(0,0,0,0.3);
}
.pb-card__full-desktop {
  display: none;
}

@media (min-width: 991px) {
  .publication-grid .et_pb_column_4_4 {
    padding-bottom: 60px;
  }
  .pb-card__full-image {
   box-shadow: none;
   padding: 0;
  }
  .pb-card .pb-card__no-image {
    padding: 0 0 20px 0;
  }
  .pb-card__full-desktop {
    display: block;
  }
  .pb-card__image-full, .pb-card__content-full {
    display: inline-block;
  }
  .pb-card__image-full {
    width: 30%;
    margin-right: 5%;
    float: left;
  }
  .pb-card__image-full .pb-card__image-profile {
    margin-bottom: 5%;
  }
  .pb-card__image-full:after {
    clear: both;
  }
  .pb-card__contact-section {
    display: flex;
  }
  .pb-card__contact-section .et-pb-icon{
    font-size: 30px;
    width: 10%;
    display: block;
    color: #000000;
  }
  .pb-card__contact-section .pb-card__contact {
    display: block;
    margin-left: 10px;
  }
  .pb-card__content-full {
    width: 60%;
    border: 0;
    padding: 0;
  }
  .pb-card__full-mobile {
    display: none;
  }
}

/* End of unique Full width styling */


/* Start of unique Stacked styling */

.pb-card__stacked {
  box-shadow: 0px 2px 60px -10px rgba(0,0,0,0.3);
  width: 100%;
}

@media (min-width: 991px) {
  .pb-card__stacked {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

/* End of unique Stacked styling */

