/* Bootstrap imports */
#greenline .btn_green{
    display: block;
}

.subtitle {
  color: #055293;
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: 40px;
    line-height: 45px;
  }
}
.text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .text {
    font-size: 22px;
    line-height: 28px;
  }
}
.block-single {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .block-single {
    margin-top: 60px;
  }
}
.block-row {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .block-row {
    padding-bottom: 60px;
  }
}
.block-row::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  margin: 0 auto 30px;
  height: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .block-row::before {
    height: 10px;
    margin: 0 auto 60px;
    width: 40%;
  }
}
.links ul {
  display: flex;
  padding: 0;
}
.links ul li {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .links ul li {
    width: calc(45% - 10px);
  }
}
.links ul li + li {
  margin-left: 15px;
}
.links ul li a {
  display: block;
  width: 100%;
}
.links ul li.btn_green a {
  border: 1px solid #428524;
}
/***** Hero banner *****/
#hero {
  position: relative;
  overflow: hidden;
  background-color: #edeced;
}
@media (min-width: 768px) {
  #hero {
    background-color: transparent;
  }
}
#hero .banner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #hero .banner {
    height: 390px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #hero .banner {
    height: 490px;
  }
}
@media (min-width: 1200px) {
  #hero .banner {
    height: 100%;
  }
}
#hero .banner .img-background {
  width: 100%;
  height: 200px;
  display: block;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #hero .banner .img-background {
    background-position-x: 75%;
    height: 390px;
  }
}
@media (min-width: 992px) {
  #hero .banner .img-background {
    background-position-x: 70%;
    height: 490px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .img-background {
    background-position-x: 75%;
    height: 590px;
  }
}
#hero .banner .caption {
  margin: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #hero .banner .caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65%;
  }
}
@media (min-width: 992px) {
  #hero .banner .caption {
    width: 50%;
  }
}
#hero .banner .caption h1,
#hero .banner .caption .text {
  color: #055293;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 992px) {
  #hero .banner .caption h1,
  #hero .banner .caption .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .caption h1,
  #hero .banner .caption .text {
    font-size: 22px;
    line-height: 32px;
  }
}
#hero .banner .caption h1 {
  margin: 15px 0;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 768px) {
  #hero .banner .caption h1 {
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  #hero .banner .caption h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .caption h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
#hero .banner .caption h1 br {
  display: none;
}
@media (min-width: 768px) {
  #hero .banner .caption h1 br {
    display: block;
  }
}
#hero .banner .caption .text {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #hero .banner .caption .text {
    padding: 0;
  }
}
#hero .banner .caption .text::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  height: 5px;
  margin: 15px 0;
  width: 40%;
}
@media (min-width: 992px) {
  #hero .banner .caption .text::before {
    margin: 30px 0;
  }
}
#employee .btn_green {
  margin-top: 30px;
}
#proof {
  background-color: #e6f1f5;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #proof {
    padding: 60px 0;
  }
}
#proof .items {
  display: block;
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  #proof .items {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
}
#proof .items .proof {
  background-color: #ffffff;
  border: 1px solid #565856;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #proof .items .proof {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  #proof .items .proof {
    margin: 0;
    padding: 15px;
  }
}
#proof .items .proof .img-background {
  width: 100%;
  max-width: 310px;
  height: 100px;
  display: block;
  background-position-x: left;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #proof .items .proof .img-background {
    height: 90px;
  }
}
@media (min-width: 992px) {
  #proof .items .proof .img-background {
    height: 100px;
  }
}
#proof .items .proof .caption {
  position: absolute;
  left: 0;
  top: 45%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
}
#proof .items .proof .caption .title {
  color: #5587ce;
  margin: 0;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  #proof .items .proof .caption .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  #proof .items .proof .caption .title {
    font-size: 60px;
    line-height: 70px;
  }
}
#proof .items .proof .caption .title .before {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin-left: 5px;
  position: absolute;
  top: 5px;
}
#proof .items .proof .caption .title .between {
  position: relative;
  margin-left: 20px;
}
#proof .items .proof .caption .title .after {
  bottom: 12px;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-left: 5px;
  position: absolute;
}
#proof .items .proof .caption .text {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #proof .items .proof .caption .text {
    padding: 0;
  }
}
#proof .items li:nth-child(3) .proof .caption .title .between {
  margin-left: 5%;
}
#forward {
  background-color: #055293;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #forward {
    padding: 60px 0;
  }
}
#forward .content {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 30px;
}
@media (min-width: 768px) {
  #forward .content {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: none;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #forward .content {
    padding: 30px;
  }
}
#forward .content .subtitle,
#forward .content .text {
  color: #ffffff;
}
#forward .content .rteright {
  text-align: right;
}
#path .subtitle {
  color: #428524;
  font-weight: normal;
  text-align: center;
}
#path .text {
  text-align: center;
}
#path .icons {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  overflow-x: scroll;
  /* width */
}
#path .icons.row > .col-xs-8 {
  display: flex;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (min-width: 992px) {
  #path .icons.row > .col-xs-8 {
    display: block;
    flex: none;
    max-width: unset;
  }
}
#path .icons::-webkit-scrollbar {
  width: 20px;
}
#path .icons::-webkit-scrollbar-track {
  background-color: #EBEBEB;
  border-radius: 10px;
}
#path .icons::-webkit-scrollbar-thumb {
  background-color: #055293;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #path .icons {
    display: block;
    overflow-x: unset;
  }
}
#path .icon {
  color: #000000;
  margin: 15px 0;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 992px) {
  #path .icon {
    font-size: 24px;
  }
}
#path .icon img {
  margin: 0 auto;
}
#path .icon span {
  color: #000000;
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  margin: 15px 0;
}
@media (min-width: 992px) {
  #path .icon span {
    font-size: 20px;
    line-height: 24px;
  }
}
#path .icon p {
  color: #565856;
  font-size: 16px;
  line-height: 20px;
  margin: 0 20px;
}
@media (min-width: 992px) {
  #path .icon p {
    font-size: 18px;
    line-height: 22px;
  }
}
#disclaimer .text {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
#disclaimer .text p {
  margin: 0 0 15px;
}
#learn {
  margin-bottom: 30px;
}
#learn .links {
  margin-top: 30px;
}
#learn .links ul li {
  width: calc(50% - 10px);
}
