﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.btn {
    background: #007c8a;
}


#progressbar {
  margin: 30px auto;
  padding: 0;
  overflow: hidden;
  counter-reset: stepNumber;
  font-weight: bold;
  text-align: center;
}

  #progressbar li.active,
  #progressbar li.passed {
    color: #007c8a;
    font-weight: bold;
  }

    #progressbar li.active:after,
    #progressbar li.passed:after,
    #progressbar li.active:before,
    #progressbar li.passed:before {
      background: #007c8a;
    }

.site-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: tondo,Tahoma,Arial,sans-serif;
  background-color: #007c8a;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.8
}

  .site-footer .logo {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 30px
  }

  .site-footer .landing-page-icon {
    max-width: 100px;
    margin-bottom: 20px
  }

  .site-footer .content-wrap > div, .site-footer .content-wrap > nav {
    margin-bottom: 30px
  }

  .site-footer .title {
    text-transform: uppercase;
    margin-bottom: 16px
  }

@media (min-width: 62em) {
  .site-footer {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4
  }
}

.cta {
  display: inline-block;
  padding: 16px 45px;
  color: #fff;
  background-color: #007c8a;
  border-radius: 30px
}

  .cta.white {
    background-color: #fff;
    color: #007c8a
  }

.site-footer a 
{
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out
}

.wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.btn {
  border-radius: 9999px;
  cursor: pointer;
  display: inline-block;
  padding: .75rem 2rem;
}

.iti {
    display:block;
}

label {
    overflow:hidden;
    text-overflow: ellipsis;
}