/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2025 | 20:07:59 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2025 | 01:00:12 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #42458E;
  --green: #5A9680;
  --orange: #D7A048;
  --yellow: #D2CB38;
  --black: #1D252D;
  --white: #ffffff;
  --gray: #D9D9D9;
  --purpleGradient: linear-gradient(211deg, #42458E 2.61%, #0C0F53 92.79%);
  --piplinePurple: linear-gradient(90deg, #232555 0%, #4D52BB 100%);
  --pipelineOrange: linear-gradient(90deg, #A56500 0%, #D7A048 100%);
  --pipelineYellow: linear-gradient(90deg, #9C9500 0%, #D2CB38 100%);
  --pipelineGreen: linear-gradient(270deg, #5A9680 0%, #005838 100%);
  --space: "Space Grotesk", monospace;
  --mono: "Space Mono", monospace;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
#publications {
  background: var(--purpleGradient);
}
#publications .content {
  padding: 80px 0 !important;
}
#publications .flex_column {
  background: var(--white);
  border-radius: 60px;
}
#publications .av-alb-blogposts {
  padding: 80px 65px;
}
#publications .blog-meta, #publications .small-preview, #publications .text-sep, #publications .blog-categories, #publications .blog-author, #publications .post_author_timeline, #publications .post_delimiter {
  display: none !important;
}
#publications article {
  float: none;
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(29, 37, 45, 0.5);
}
#publications article:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
#publications article a:hover {
  color: var(--purple) !important;
  text-decoration: underline !important;
}
#publications time {
  color: var(--black) !important;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
#publications .entry-content-wrapper {
  max-width: 100% !important;
  text-align: left !important;
}
#publications .entry-content-wrapper header.entry-content-header {
  display: flex;
  flex-wrap: wrap;
}
#publications .entry-content-wrapper header.entry-content-header h2 {
  order: 2;
  width: 100%;
  max-width: 100% !important;
  text-align: left !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 140% !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
#publications .entry-content-wrapper header.entry-content-header h2:before {
  display: none;
}
#publications .entry-content-wrapper header.entry-content-header .post-meta-infos {
  order: 1;
}
#publications .entry-content-wrapper .entry-content p {
  margin: 0 !important;
  font-size: 18px !important;
}
#publications .entry-content-wrapper .entry-content p + p {
  margin-top: 0.5em !important;
}
@media only screen and (max-width: 989px) {
  #publications .content {
    padding: 60px 0 !important;
  }
  #publications .flex_column {
    border-radius: 40px;
  }
  #publications .av-alb-blogposts {
    padding: 60px 40px;
  }
  #publications .entry-content-wrapper header.entry-content-header h2 {
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 767px) {
  #publications .content {
    padding: 40px 0 !important;
  }
  #publications .av-alb-blogposts {
    padding: 40px 30px;
  }
  #publications .entry-content-wrapper header.entry-content-header h2 {
    font-size: 22px !important;
  }
}
