/*-----------------------------------------------------------------------------
 * This files defines the color palette for the PWP.
 *----------------------------------------------------------------------------*/
/* Zeteo Colors */
/* Zeteo Tints */
/* Highlight color for hovered autocomplete suggestions */
/* Sidebar background color */
/* Color of "normal" buttons */
/* Color of secondary buttons */
/* Default color of links */
/* Default color of external links */
/* Background color of the search box */
/* Border and triangle color of dropdowns */
/* Footer Background Color */
/* header background color */
/*-----------------------------------------------------------------------------
 * Alerts (Drupal messages)
 *----------------------------------------------------------------------------*/
/* Legacy Colors */
/* Grayscale */
/*-----------------------------------------------------------------------------
 * This file defines the break points for device screen size classifications --
 * what counts as a 'small', 'medium', 'large', 'mobile', etc. device.
 *----------------------------------------------------------------------------*/
/*****************************************************************************
 * Provides mixins specific to PWP headings
 *****************************************************************************/
/*-----------------------------------------------------------------------------
 * This file defines LESS mixins that are not tied to any particular module or
 * purpose, but rather, are universally useful.
 *----------------------------------------------------------------------------*/
/**
 * @brief
 *	Styles a button that includes a drop-down menu with a caret to open the menu
 */
/**
 * @brief
 *	Prevents an element from being highlighted/selected
 */
/**
 * @brief
 *	Adds the (prefixed) transition timing property
 */
/**
 * @brief
 *	Adds the (prefixed) cursor
 */
/**
 * @brief
 *	Provides the default style for an item in a drop-down menu (including
 *  autocomplete)
 */
/**
 * @brief
 *	Provies the style for the currently highighted item in a drop-down menu
 *	(including autocomplete)
 */
/*-----------------------------------------------------------------------------
 * The following items provide a default style for PWP dropdowns
 *----------------------------------------------------------------------------*/
/* The default padding for the modal and dropdown */
/* The default style for the thick edge of a dropdown */
/* The default dimensions of the dropdown triangle */
/**
 * @brief
 *	Generates the style for the main/containing element of a dropdown
 */
/**
 * @brief
 *	Generates the style for triangles of dropdowns that are positioned below the
 *	"parent" element
 */
/**
 * @brief
 *	Generates the style for triangles of dropdowns that are positioned above the
 *	"parent" element
 */
/**
 * @brief
 *	Generates the default style for headigs of a dropdown
 */
/*-----------------------------------------------------------------------------
 * The following items provide a default style for PWP modals
 *----------------------------------------------------------------------------*/
/* The height for the modal heading */
/**
 * @brief
 *	Generates the default style for the modal box
 */
/**
 * @brief
 *	Generates the default style for the modal content
 */
/**
 * @brief
 *	Generates the default style for the modal header
 */
/**
 * @brief
 *	Generates styling for the resources displayed using images.
 */
.slide-container {
  overflow: hidden;
}
.slider {
  transition: all 1s;
}
.sliden {
  transform: translateX(-1000%);
}
.expander {
  transition: all 1s;
}
.expanded {
  transform: scaleX(5);
}
/*-----------------------------------------------------------------------------
 * Alternate homepage style
 *----------------------------------------------------------------------------*/
body.page-homepage-2022 .main-container.simple-home {
  flex-grow: unset;
  flex-direction: unset;
}
body.page-homepage-2022 .main-container.simple-home .region.region-content {
  padding: 0;
}
body.page-homepage-2022 .main-container.simple-home .main-content {
  margin: 0;
  max-width: 100%;
}
body.page-homepage-2022 .main-container.simple-home .main-content .page-header {
  display: none;
}
body.page-homepage-2022 .main-container.simple-home .main-content .front-page-bar {
  display: flex;
}
body.page-homepage-2022 .main-container.simple-home .main-content .front-page-bar .bar-contents {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
body.page-homepage-2022 .main-container.simple-home .main-content .front-page-bar .bar-contents .sub-bar {
  display: flex;
  margin-right: 20%;
}
body.page-homepage-2022 .main-container.simple-home .main-content .front-page-bar .bar-contents .sub-bar .left {
  margin-right: auto;
}
body.page-homepage-2022 .main-container.simple-home .main-content .front-page-bar .bar-contents .sub-bar .right {
  margin-left: auto;
}
body.page-homepage-2022 .main-container.simple-home .main-content .front-page-bar .bar-contents .sub-bar .light-link {
  color: #ffffff;
  text-decoration: underline;
}
.bar-title {
  font-weight: bold;
}
#block-zeteo-mainpagecontent {
  padding: 0px;
}
#block-zeteo-page-title {
  display: none;
}
.front-page-bar {
  background-image: var(--image);
  min-height: 300px;
  background-size: cover;
  background-position: center;
}
.front-page-bar.front-page-recommended-bar {
  height: unset;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f7f5;
}
.front-page-bar.front-page-recommended-bar .bar-title {
  margin-bottom: 20px;
}
.front-page-bar.front-page-recommended-bar .recommendations {
  display: flex;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card {
  margin: 10px;
  box-shadow: 1px 1px 10px 2px #d1d1d0;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower div,
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower a {
  padding: 10px;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower div.bold,
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower a.bold,
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower div.title,
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower a.title {
  font-weight: bold;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower div.title,
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower a.title {
  margin-bottom: auto;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower a {
  margin-top: auto;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower a:first-child {
  text-decoration: none;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card img {
  width: 100%;
  height: auto;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card.first {
  margin-left: auto;
}
.front-page-bar.front-page-recommended-bar .recommendations .fp_card.last {
  margin-right: auto;
}
.front-page-bar.front-page-guides-bar {
  height: unset;
}
.front-page-bar .centerbox {
  max-width: 800px;
  min-height: 400px;
  margin-top: 75px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 2px #d1d1d0;
  padding: 20px;
}
.front-page-bar .centerbox div {
  display: flex;
}
.front-page-bar .centerbox div.top {
  margin-top: auto;
}
.front-page-bar .centerbox div.bottom {
  margin-bottom: auto;
}
.front-page-bar .centerbox div div {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.front-page-bar .centerbox div div a {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
.front-page-bar .centerbox div.description div {
  flex-direction: column;
  padding: 20px;
}
.front-page-search-bar {
  height: 500px;
}
.front-page-search-bar .pwp-search-box-region-container {
  margin-top: 20px;
  background: unset;
}
.front-page-trending-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.front-page-trending-bar .trending-outer {
  display: flex;
}
.front-page-info-bar {
  padding: 20px;
}
.front-page-info-bar .title {
  margin-bottom: 20px;
}
.front-page-info-bar .blurbs {
  display: flex;
}
.front-page-info-bar .blurbs .blurb {
  display: flex;
  flex: 1;
}
.front-page-info-bar .blurbs .blurb .blurb-number {
  padding: 5px;
  font-weight: bold;
}
.front-page-info-bar .blurbs .blurb .blurb-info {
  padding: 10px;
}
.front-page-info-bar .blurbs .blurb .blurb-info .blurb-title {
  font-weight: bold;
}
.trending {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.trending .trend-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.trending .trend-row .small-trend-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.trending .trend-row .small-trend-row a.trending-card {
  width: 200px;
  min-height: 100px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 2px #d1d1d0;
  margin: 20px;
  padding: 20px;
  text-align: left;
}
.trending .trend-row .small-trend-row a.trending-card:hover {
  text-decoration: none;
}
.trending .trend-row .small-trend-row a.trending-card .title {
  color: #53565a;
  margin-right: auto;
  font-weight: bold;
}
.trending .trend-row .small-trend-row a.trending-card i {
  color: #0077c8;
  position: relative;
  right: 0px;
  top: 0px;
}
.front-page-text-bar {
  min-height: unset;
  padding: 20px;
}
.front-page-author-bar {
  background-color: #ffffff;
  overflow: hidden;
}
.authors {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.authors .authors-text {
  flex: 1;
}
.authors .authors-text .authors-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.authors .authors-cards {
  display: flex;
  flex-direction: column;
  flex: 2;
}
.authors .authors-cards .author-card {
  margin-left: 20px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 10px 2px #d1d1d0;
  height: 275px;
  width: 275px;
}
.authors .authors-cards .author-card.slidden:not(.open) {
  display: none;
}
.authors .authors-cards .author-card .card-top {
  display: flex;
  padding-bottom: 20px;
}
.authors .authors-cards .author-card .card-top .card-img {
  background-image: var(--image);
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  width: 80px;
  height: 80px;
}
.authors .authors-cards .author-card .card-top .card-head {
  padding-left: 10px;
  padding-right: 5px;
  text-align: left;
}
.authors .authors-cards .author-card .card-top .card-head .card-title {
  font-weight: bold;
}
.authors .authors-cards .authors-indicators {
  text-align: left;
  padding: 20px;
}
.authors .authors-cards .authors-indicators i {
  padding: 5px;
  cursor: pointer;
}
.authors .authors-row {
  display: flex;
}
.slidden.open {
  animation: slide-in 0.5s forwards;
  transform: translateX(0px);
}
.slidden.right {
  transform: translateX(8000px);
}
.news-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.news-form button {
  color: white !important;
  font-family: Helvetica_now, Helvetica, sans-serif !important;
  margin-top: 20px;
  border-radius: 10px !important;
}
.news-form #edit-submit.form-submit {
  width: unset;
  border-radius: 10px;
}
@keyframes slide-in {
  100% {
    transform: translateX(0px);
  }
}
@media (max-width: 935px) {
  .blurbs .blurb .blurb-number {
    display: none;
  }
  .front-page-bar.front-page-recommended-bar .recommendations {
    flex-wrap: wrap;
  }
  .front-page-bar.front-page-recommended-bar .recommendations .small-last {
    margin-right: auto;
  }
  .front-page-bar.front-page-recommended-bar .recommendations .small-first {
    margin-left: auto;
  }
}
@media (max-width: 780px) {
  .authors .authors-row {
    flex-direction: column;
  }
  .authors .authors-row .author-card {
    width: unset;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .authors-text,
  .author-card {
    margin-bottom: 20px;
  }
}
@media (max-width: 745px) {
  .blurbs {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .authors .authors-row .author-card {
    height: 250px;
  }
  .front-page-bar.front-page-recommended-bar .recommendations .fp_card {
    width: 150px;
  }
  .front-page-bar.front-page-recommended-bar .recommendations .fp_card .text {
    display: none;
  }
  .front-page-bar.front-page-recommended-bar .recommendations .fp_card .lower div {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .front-page-bar .trending .trend-row .small-trend-row a.trending-card {
    width: 150px;
    min-height: 100px;
    margin: 10px;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .front-page-bar .trending .trend-row .small-trend-row a.trending-card .title {
    max-width: 110px;
  }
}
@media (max-width: 400px) {
  .front-page-bar.front-page-recommended-bar .recommendations .fp_card {
    margin-left: auto;
    margin-right: auto;
  }
  .front-page-bar.front-page-recommended-bar .recommendations .fp_card .text {
    display: none;
  }
}
