body {
  text-align: left;
}

#main-wrapper div.content-wrapper {
  padding-bottom: 0;
  padding-top: 0;
}


/**************************************************
  #### HERO
**************************************************/

div.hero {
  padding: 90px 0 70px 0;
}
div.hero:before {
  background-image: url('../../images/assets/backgrounds/products-overview.jpg');
}

.product-grid--left_hidden .products-grid--left {
  opacity: 0;
  transition: all 0.3s;
}

.play-no-overlay {
  background: none !important;
}

/**************************************************
  #### Products Grid
**************************************************/

.products-grid--left {
  padding: 80px 0 0 0;
  overflow: auto;
  max-height: 100vh;
}

.products-grid--main {
  width: 100%;
  max-width: 1038px;
  padding: 40px 20px 0 20px;
}

.products-grid--item {
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 40px;
}
.products-grid--item:last-child {
  border-bottom: none;
}

.products-grid--media {
  position: relative;
  min-height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-grid--main > .products-grid--media__title { padding: 0 0 20px 0; }

.products-grid--media__title h2 { color: #4A4A4A; }
.products-grid--media .products-grid--media__title { padding: 0 0 30px 20px; margin-top: 0; }
.products-grid--media .products-grid--media__title {
  position: absolute;
  bottom: 0px;
}
.products-grid--media .products-grid--media__title h2,
.products-grid--media .products-grid--media__title p { color: #fff; margin: 0; }
.products-grid--media .products-grid--media__title p { font-size: 24px; }

@media only screen and (min-width: 1500px) {
  .products-grid--main { min-height: 100px; padding: 80px 0 0 80px; }
}

@media only screen and (min-width: 767px) {
  .products-grid { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1480px; margin: 0 auto; }
  .products-grid--left { width: 30%; max-width: 445px; }
  .products-grid--right { border-left: 1px solid #DCDCDC; }
  .products-grid--right { width: 66.6667%; }
  .products-grid--right ul { padding-left: 30px; padding-top: 40px; }
  .products-grid--right li { padding: 0 0 20px 30px; }
  .products-grid--main { min-height: 100px; padding: 80px 80px 0 100px; }
  .products-grid--main > .products-grid--media__title { padding: 0 0 40px 0; }
  .products-grid--media .products-grid--media__title { padding: 0 0 50px 80px; margin-top: 0; }
  .products-grid--item { padding-bottom: 80px; }
}

/**************************************************
  #### PRODUCT GRID LEFT COLUMN
**************************************************/

.product-grid--stickie .products-grid--left {
  position: fixed;
  top: 0px;
}

.product-grid--stickie .products-grid--right {
  margin-left: 30%;
}


@media only screen and (max-width: 1500px) {
  .products-grid--left {
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
}

/**************************************************
  #### PRODUCT LEFT MENU
**************************************************/

.products-grid--left ul,
.products-grid--left ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-grid--left ul li {
  line-height: 2em;
  font-weight: 600;
  line-height: 40px;
}

.products-grid--left ul li:before {
  content: '';
}

.products-grid--left ul li a {
  text-decoration: none;
}

.products-grid--left ul li a.selected {
  transition: all 0.2s;
  font-weight: normal;
  color: inherit;
  border-right: 3px solid #2196f3;
  display: block;
}


/**************************************************
  #### HEADLINES
**************************************************/

h1,
h2,
h3 {
  font-weight: 700;
  line-height: 1.1em;
}

h1 {
  font-size: 2.9em;
}

/* Responsive h1 */
@media only screen and (min-width: 767px) {
  h1 {
    font-size: 5em;
  }
}

h2 {
  font-size: 2.9em;
}

h3 {
  font-size: 1.7em;
}

h5 {
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 500;
  color: #4A4A4A;
}

/**************************************************
  #### BREAKPOINTS
**************************************************/

@media only screen and (min-width: 767px) {
  .products-grid--media { min-height: 540px; }
}

@media only screen and (max-width: 767px) {
  div.hero .gw { padding: 0; }
  .products-grid--left { display: none; }
  .products-grid--media .products-grid--media__title h2 { font-size: 2em; }
  .products-grid--main h5 { font-size: 1.5em; }
}


@media only screen and (max-width: 1620px) {
  .products-grid--left { padding-left: 60px; }
}
