/*----------------------------------------------------------------
[Master Stylesheet]

Project:    Onboarding
Version:    1.1
Last change:    11/06/2022
Assigned to:    Rachel Shepherd
Updated by:     Rachel Shepherd
Primary use:    Onboarding Styles 
-------------------------------------------------------------------*/
section.banner:not(.full) {
  top: 0 !important;
}

.info.animated {
  background: #f2f2f2 !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

#benefits i.fas.fa-check-square {
  font-size: 30px;
  display: inline-block;
  position: absolute;
  margin-left: -38px;
  color: #eea63f;
}

#benefits li {
  list-style: none;
  margin-top: 15px;
}


#UsefulDocuments a {
  display: inline-block;
  padding: 1rem;
  text-align: center;
  min-width: 180px;
  width: 100%;
  border: 1px solid #eea63f;
  text-decoration: none;
  color: #eea63f !important;
  font-size: 0.8em;
  letter-spacing: 0.25em;
  font-weight: 400;
  overflow: hidden;
  background-color:#181818 !important;
  border-radius: 0px !important;
  text-transform: uppercase;
  padding-right: 44px;;
}

#UsefulDocuments li{
  list-style: none;;
  padding: 0;
  margin-top: 0;
}

#UsefulDocuments ul{
  list-style: none;;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 100%;
  margin-top:30px;
}

i.fas.fa-file-download {
  margin-left: 11px;
  font-size: 20px;
  display: block;
  position: absolute;
  right: 12px;
  top: 36%;
}

section.cards .card {
  background: #FFFFFF;
  border: none;
}

section.cards .card .image::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 80% !important;
}

section.cards .card:hover .img::before {
  opacity: 0;
}

span.largetLetter {
  color: #eea63f;
  font-size: 24px;
  font-weight: 800;
  padding-right: 5px;
}

#values p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.3;
}

p.tabbedIn {
  padding-left: 20px;
  margin-bottom: 10px;
}


#meettheteam dt {
  font-size: 17px !important;
  font-weight: 400 !important;
}

#meettheteam dl.accordian {
  margin-top: 0 !important;
}

.owl-nav {
  display: none;
}


@media(max-width:750px){
  li.card.col-4.col-m-6.col-s-12 {
    width: 92% !important;
    max-width: 92% !important;
    min-width: 92% !important;
}

section#values {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

.owl-carousel {
  max-width: 100vw !important;
}

}

