@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 1200px) {
  .job-search-results-card-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

:root {
  --main-bg-color: brown;
}

.page-block blockquote {
    font-family: Helvetica, Arial, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}

.page-block blockquote:before {
    font-family: Helvetica, Arial, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

.post-block-horizontal-rule hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.post-block-image {
  margin-bottom: 3rem !important;
}

.post-body-summary h2 {
  font-style: italic;
}


.block-image-cover{
  height: 340px;
}

/* ==== CHATBOT ==== */

.chatbot-header-name {
  color: white;
  font-weight: bold;
}

.alert
{
    display:none;
}

div.job-details-overview-content
{
  font-size: 15px;
  color: #666;
}

div.job-details-overview-content p
{
  font-size: 15px;
  color: #666;
}

div.job-details-overview-content h1
{
  font-size: 25px;
  color: #666 !important;
}