/*---=======<<< SECTIONS >>>======---*/
section.bg-wt {
  background-color: #ffffff;
}
section.bg-dark {
  background-color: #333333;
  color: #ffffff;
}
.container-fluid .featured h2 {
  margin-bottom: 20px;
  line-height: 1.25em;
  text-align: center;
}
.container-fluid .featured p {
  text-align: center;
  margin-bottom: 20px;
}
.container-fluid .featured a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  padding: 10px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 25%;
  border: 1px solid #f37120;
}
.container-fluid .featured a:hover {
  color: #575759;
  border: 1px solid #ffffff;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .container-fluid .featured a {
    width: 100%;
  }
}
section.bg-lt .container-fluid .featured a {
  border: 1px solid #575759;
  color: #575759;
}
section.bg-lt .container-fluid .featured a:hover {
  color: #575759;
  border: 1px solid #ffffff;
  background: #ffffff;
}
section.main-content.no-pad {
  padding: 0 !important;
}
/* Fix for ICA-3869, Reusing old commit of ICA-3732, extending it for to mobile devices */
main.home-page > div.parsys > div.sc-container > section.main-content {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.main-content {
    padding: 90px 0;
  }
  section.main-content.bg-md,
  section.main-content.bg-lt,
  section.main-content.bg-wt {
    padding: 50px 0;
  }
  section.main-content.bg-md .titles,
  section.main-content.bg-lt .titles,
  section.main-content.bg-wt .titles {
    padding: 0;
  }
  section.main-content.bg-lt .list-grid-section {
    padding-bottom: 50px;
  }
  section.main-content.top-header {
    padding: 0;
  }
  section.main-content.top-header .container-fluid {
    padding: 0 35px;
  }
  section.main-content.top-header .container-fluid .titles {
    padding: 30px 0 20px;
  }
  .section[data-component] + .section[data-component] {
    padding-top: 90px;
  }
  .section[data-component] + .section[data-component].pageanchor {
    padding: 0;
  }
  .pageanchor + .section[data-component] {
    padding-top: 0;
  }
  .section[data-component="title"] + .section[data-component] {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  section.main-content {
    padding: 90px 0;
  }
  section.main-content.bg-md,
  section.main-content.bg-lt,
  section.main-content.bg-wt {
    padding: 50px 0;
  }
  section.main-content.bg-md .titles,
  section.main-content.bg-lt .titles,
  section.main-content.bg-wt .titles {
    padding: 0;
  }
  section.main-content.top-header {
    padding: 30px 0 20px;
  }
  .section[data-component] + .section[data-component] {
    padding-top: 90px;
  }
  .section[data-component] + .section[data-component].pageanchor {
    padding: 0;
  }
  .pageanchor + .section[data-component] {
    padding-top: 0;
  }
  .section[data-component="title"] + .section[data-component] {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  section.main-content {
    padding: 90px 0;
  }
  section.main-content.bg-md,
  section.main-content.bg-lt,
  section.main-content.bg-wt {
    padding: 50px 0;
  }
  section.main-content.bg-md .titles,
  section.main-content.bg-lt .titles,
  section.main-content.bg-wt .titles {
    padding: 0;
  }
  section.main-content.top-header {
    padding: 30px 0;
  }
  .section[data-component] + .section[data-component] {
    padding-top: 90px;
  }
  .section[data-component] + .section[data-component].pageanchor {
    padding: 0;
  }
  .pageanchor + .section[data-component] {
    padding-top: 0;
  }
  .section[data-component="title"] + .section[data-component] {
    padding-top: 0;
  }
}
@media screen and (min-width: 3800px) {
  section.main-content {
    padding: 220px 0;
  }
  section.main-content.bg-md,
  section.main-content.bg-lt,
  section.main-content.bg-wt {
    padding: 50px 0;
  }
  section.main-content.bg-md .titles,
  section.main-content.bg-lt .titles,
  section.main-content.bg-wt .titles {
    padding: 0;
  }
}
