/************************************Element level Styling*************************************************/

html {
  width: 100%;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
}

ul {
  list-style:none;
  padding: 0 1.5rem;
}

/*************************************Imported styles overrides **********************************************/

.content-band {
  padding-top: 30px;
  padding-bottom:30px;
}

.content-band .section-body p {
  margin: 0
}

/**********************************************Re-usable classes***********************************************/

.text-accent {
  color: #1c5360
}

/****************************************Section level styling*************************************************/

.navbar-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  margin-bottom: 0;
  background-color:#1c5360;
  color: white;
  border-color: #1c5360;
  text-align: center;
  flex-shrink: 0;
}

.logo-container {
  padding: 1rem;
}

.contact-anchor {
  padding: 0 1rem;
}

.contact-anchor i {
  font-size: 1.2rem;
}

.contact-anchor:hover {
  color:unset;
}

.contact-wrapper {
  padding-bottom: 2rem;
}

.contact-anchor-bottom {
  color:#24b1ca;
}

.contact-anchor:focus {
  color: unset;
  text-decoration: none;
}

.headline {
  display: flex;
  align-content: center;
  justify-content: center;
}

.tforce-logo {
  height: 3.5rem;
  margin-left: 1rem;
}

.section-1-tagline {
  color: #003c68;
  font-weight: 700;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 80%;
      margin: auto;
      box-shadow: 10px 10px 5px #ccc; -moz-box-shadow: 10px 10px 5px #ccc; -webkit-box-shadow: 10px 10px 5px #ccc; -khtml-box-shadow: 10px 10px 5px #ccc;

  }

.carousel-indicators {
  bottom: 0;
}

#section1 #myCarousel .item {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%
}

#section1 #myCarousel .item .item-inner .item-info .screen-shot-icon {
  height: 60px;
  width: auto;
  padding: 10px
}

#section1 #myCarousel .item .item-inner .item-img {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top:300px;
}

#section1 #myCarousel .carousel-caption h2 {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

#section1 #myCarousel .carousel-control.right {
  width: 5%;
  background-image: url(../img/misc_icons/NEXT.png);
  background-repeat: no-repeat;
  background-position: center center
}

#section1 #myCarousel .carousel-control.left {
  width: 5%;
  background-image: url(../img/misc_icons/PREVIOUS.png);
  background-repeat: no-repeat;
  background-position: center center
}

hr.style-two {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #1c5360, rgba(0, 0, 0, 0));
}

.section2-container {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 160rem;
  margin: 0 auto;
}

.section2-header {
  color: #003c68;
  font-weight: 700;
}

.modules {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(6, 1fr);
  max-width: 140rem;
  margin: 0 auto;
}

.modules-header {
  color: #f47828; font-weight: 700;
}

.module,
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
}

.about {
  margin-bottom: 5rem;
}

.module > i {
  font-size: 10rem;
}

.module > p,
.about > p {
  padding: 0 2rem;
}

.about > p {
  max-width: 50rem;
}

.module img {
  height: 100px;
}

.tr-icon {
  filter: invert(18%) sepia(23%) saturate(4271%) hue-rotate(173deg) brightness(100%) contrast(98%);
}

.otp-icon {
  filter: invert(40%) sepia(36%) saturate(854%) hue-rotate(137deg) brightness(94%) contrast(88%);
}

.pa-icon {
  filter: invert(40%) sepia(100%) saturate(339%) hue-rotate(228deg) brightness(75%) contrast(86%);
}

.rr-icon {
  filter: invert(57%) sepia(53%) saturate(3257%) hue-rotate(346deg) brightness(101%) contrast(91%);
}

.action-icon {
  filter: invert(26%) sepia(7%) saturate(3298%) hue-rotate(357deg) brightness(96%) contrast(100%);
}

.review-icon {
  filter: invert(21%) sepia(50%) saturate(619%) hue-rotate(73deg) brightness(94%) contrast(87%);
}

.key-features {
  max-width: 100rem;
  margin: 2rem auto;
}

.key-features h3 {
  padding: 0 2rem;
}

.key-features-list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.5rem;
}

.key-features-list li:before {
  display:inline-block;
  width:0;
  height:0;
  border-top:solid transparent;
  border-bottom:solid transparent;
  border-left:solid #f86d11;
  border-width:5px;
  content:' ';
  margin-right:5px;
}

#footer {
  font-size: 12px;
  background-color: #1c5360;
  color: #fff;
}

#footer .copyright {
  padding-top: 20px
}

.privacy-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.privacy-main .section1 {
  flex-grow: 1;
}

.privacy-link:hover {
  color: unset;
  text-decoration:none;
}

@media screen and (min-width: 600px) {
  .navbar-custom {
    flex-direction: row;
    justify-content: space-between;
  }

  .modules {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }

  .about {
    flex-direction: row;
    justify-content: center;
    text-align: left;
    margin: 0 auto;
    max-width: 100rem;
  }

  .key-features-list li {
    text-align: left;
    display: flex;
    align-items: center;
  }

  .carousel-container {
    width: 100%;
  }

  #carousel_container {
    width: 60%;
    min-width: 600px;
  }

  .section2-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}