/*md

# Variables

*/
/*md

# Color variables

*/
/*md

# Fonts variables

*/
/*md

# Functions

This section describes core functions used for development in the project.

## Function strip-unit

Removes the unit (e.g. px, em, rem) from a value, returning the number only.

Returns the same number, sans unit.

## Function value-to-rem

**Private function**.
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value.
By default, the base pixel value used to calculate the rem value is taken from the `$globalFontSize` variable.

Returns a number in rems, calculated based on the given value and the base pixel value.
rem values are passed through as is.

## Function rem-calc

Converts one or more pixel values into matching rem values.
By default, the base pixel value used to calculate the rem value is taken from the `$globalFontSize` variable.
If you need to convert a comma-separated list, wrap the list in parentheses.

Return a list of converted values.

## Function map-safe-get

Safely return a value from a map.

Returns found value. Can has any SASS data type

## Function map-deep-get

**Private function**.

Safely return a value from a map.

Returns found value.

*/
/*md

# Mixins

This section describes core mixins used for development in the project.

## Mixin generate-font-face

Generate `@font-face` rules

## Mixin when-inside

Helps make context selector a little more friendly

### Mixin on-event

Event wrapper. Setting up `:hover`, `:active`, `:focus` pseudo classes for selector

## Mixin clearfix

Quickly and easily clear floated content within a container

## Mixin placeholder

Setting up 'color' property for input placeholder for different browsers

## Mixin text-truncate

Truncate text overflow

## Mixins for Glide carousel

glide-carousel-title, glide-carousel-slides, glide-carousel-bullets-space, glide-carousel-bullets-item

*/
.tech-glossary--wrapper {
  padding: 1rem;
}
@media (min-width: 768px) {
  .tech-glossary--wrapper {
    padding: 1.5rem;
  }
}
.tech-glossary--wrapper_filter {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .tech-glossary--wrapper_filter {
    padding: 2rem;
  }
}
@media (min-width: 1441px) {
  .tech-glossary--wrapper_filter {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.tech-glossary--wrapper_article {
  padding-bottom: 3rem;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .tech-glossary--wrapper_article {
    padding: 1rem 2rem;
  }
}
@media (min-width: 1025px) {
  .tech-glossary--wrapper_article {
    padding: 1rem 4rem;
  }
}
@media (min-width: 1025px) {
  .tech-glossary--wrapper_hero {
    max-width: 70%;
    padding: 1rem 6rem;
  }
}
@media (min-width: 1441px) {
  .tech-glossary--wrapper_hero {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.tech-glossary--hero-img {
  min-height: 35rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.tech-glossary--hero {
  position: relative;
}
.tech-glossary--hero-body {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 1025px) {
  .tech-glossary--hero-body {
    align-items: center;
    display: flex;
    flex-direction: row;
    top: 0;
  }
}
.tech-glossary--hero-header {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tech-glossary--hero-header {
    font-size: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .tech-glossary--hero-header {
    font-size: 3.75rem;
  }
}
.tech-glossary--hero-slog {
  line-height: 1.5rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .tech-glossary--hero-slog {
    font-size: 1.125rem;
  }
}
.tech-glossary--filter-drop-down {
  align-items: center;
  display: flex;
}
.tech-glossary--filter-drop-down .select-mask {
  width: 7.5rem;
}
@media (min-width: 1025px) {
  .tech-glossary--filter-drop-down .select-mask {
    width: 20rem;
  }
}
.tech-glossary--filter {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .tech-glossary--filter {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1025px) {
  .tech-glossary--filter {
    margin-bottom: 5rem;
  }
}
.tech-glossary--filter-icon {
  height: 1.25rem;
  margin-right: 0.9375rem;
  width: 1.25rem;
}
.tech-glossary--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tech-glossary--list span {
  display: none;
}
.tech-glossary--article-media-item {
  max-width: 100%;
}
@media (min-width: 768px) {
  .tech-glossary--article {
    display: flex;
  }
}
@media (min-width: 768px) {
  .tech-glossary--article-media, .tech-glossary--article-body {
    width: 50%;
  }
}
.tech-glossary--article-media {
  display: inline-block;
  position: relative;
}
@media (min-width: 1280px) {
  .tech-glossary--article-media {
    width: 57%;
  }
}
.tech-glossary--article-body {
  align-items: center;
  display: flex;
}
@media (min-width: 1280px) {
  .tech-glossary--article-body {
    width: 43%;
  }
}
.tech-glossary--video {
  max-width: 100%;
}
.tech-glossary--video_desktop {
  display: none;
}
@media (min-width: 1025px) {
  .tech-glossary--video_desktop {
    display: block;
  }
}
@media (min-width: 1025px) {
  .tech-glossary--video_mobile {
    display: none;
  }
}
.tech-glossary--video-icon {
  background-color: transparent;
  border: none;
  border-bottom: 5rem solid transparent;
  border-left: 8.5625rem solid rgba(102, 102, 102, 0.8);
  border-top: 5rem solid transparent;
  bottom: 0;
  display: block;
  height: 0;
  left: 50%;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
.is-active .tech-glossary--video-icon {
  display: none;
}
.tech-glossary--video-icon:hover {
  border-left-color: #666;
}
.tech-glossary--video-icon-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  left: -6.5625rem;
  letter-spacing: 3px;
  position: absolute;
  text-transform: uppercase;
  top: -0.625rem;
}
.tech-glossary--article-header {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .tech-glossary--article-header {
    font-size: 3rem;
  }
}
.tech-glossary--article-text {
  line-height: 1.5rem;
  margin: 0;
}
@media (min-width: 1025px) {
  .tech-glossary--article-text {
    font-size: 1.125rem;
  }
}

li.tech-glossary--list-item:nth-of-type(even) .tech-glossary--article-media {
  order: 1;
}