.red-text { color: #de2b26 }
.red-background { background-color: #de2b26; }
.card-title { font-size: 2rem; }
.tw-bg-primary { background-color: rgba(189,214,49,1) !important }

/*--  cards-- */

.nbt-cards {
  background-color: #FFF;
  text-align: center;
}

.nbt-cards p {
  font-size: 1.1rem !important;
}

.nbt-cards h3 {
  margin-bottom: 0;
}

.nbt-cards h3,
.nbt-cards h4 {
  font-weight: 800;
  font-size: 1.5rem;
}

@media (min-width: 1024px){
  .nbt-cards h3 {
    font-size: 34px;
    margin-bottom: 0;
  }
  .nbt-cards h4 {
    font-size: 22px;
  }
  .nbt-cards .subtitle {
    font-size: 28px;
  }
}

@media (min-width:768px) and (max-width: 1279px){
  .nbt-cards {
    min-height: 265px;
  }
}

@media (max-width: 767px){
  .nbt-cards {
    min-height: 225px;
  }
}


/*--  sections general settings --*/

.sections {
  margin-bottom: 10px;
  padding: 15px 15px 15px 30px;
}

.sections h2 {
  margin-bottom: 0;
  margin-top: 0;
  color: #FFF;
}

.sections-title {
  font-weight: 800;
}

.sections-title-landing {
  font-weight: 800;
  text-align: center;
  font-size: 5rem;
}

.sections-btn {
  background: #FFF;
  color: #000;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  text-decoration: none;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.sections-icon {
  display: block;
  position: relative;
  float: left;
  padding-right: 20px;
}

@media (min-width: 768px){
  .sections-title {
    font-size: 9rem;
  }
  .sections-title-landing {
    font-size: 10rem;
  }
}

@media (max-width: 767px){
  .sections {
    margin-bottom: 10px;
    padding: 20px;
  }
  .sections-title {
    font-size: 3rem;
  }
  .sections-icon {
    float: none;
  }
  .sections-icon img {
    width: 120px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1279px){
  .sections-title {
    font-size: 4rem;
  }
  .sections-icon img {
    width: 165px;
  }
}

/*-- each section has a custom color and icon --*/

#safer.bg { background-color: #bdd632; }
#cleaner.bg { background-color: #38d8e6; } 
#faster.bg { background-color: #3c6a7a; }
#smarter.bg { background-color: #3c7da7; }
#better.bg { background-color: #da281c; }

#faster, #safer, #better, #smarter {
  color: #FFF;
}

#safer h2.safer-pg {
  padding: 20px 0 40px 0;
}

@media (min-width: 768px){
  #safer h2.safer-pg {
    font-size: 12rem;
  }
}

/*-- slideshow --*/

@media (min-width: 768px){
  h3.slideshow {
    font-size: 45px;
  }
  .splide__slide h5 {
    font-size: 32px;
  }
}

.splide__slide {
  margin: 0 7px 0 0 !important;
}

h3.slideshow span.swipe {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
}

.splide__arrows,
.splide__pagination__page,
.splide__pagination__page is-active {
  display: none !important;
}

/*-- inner pages --*/

.completed {
  background-color: #e7edc9;
  margin: 50px 0;
}

.mts-security {
	background-color: #dedf00;
  margin: 50px 0;	
}

.progress-main,
.completed-main {
  padding: 10px 20px;
}

.completed-header {
  background-color: #bdd632;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 100;
  letter-spacing: .3rem;
}

.progress-header {
  background-color: #a1a1a1;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 100;
  letter-spacing: .3rem;
  color: #fff;
}


.progress,
.progress-extra {
  background-color: #fff;
  margin: 35px 0;
}

.progress-date {
  font-style: italic;
  font-weight: 200;
}

.security-num {
  min-height: 100%;
  height: 100%;
}

h3.call {
  color: #0a3c61;
  margin-bottom: 0;
}

h3.security-number {
  color: #e12a26;
  text-shadow: 1px 0 0 #e12a26, 2px 0 0 #e12a26;
  margin-top: 0;
}

h3.trolley {
	font-size: 1.2rem;
	margin-top: 1rem;
}

@media (min-width: 1280px){
  h3.security-number {
    font-size: 3.2rem;
  }
  h3.call {
   font-size: 3.3rem;
  }
}

@media (max-width: 1279px){
  h3.call, 
  h3.security-number {
    font-size: 2.6rem;
    text-align: center;
  }
}