.navigation {
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  height: 50px;
}
.navigation a {
  display: table-cell;
  margin: 0;
  padding: 0 30px 0 30px;
  list-style: none;
  text-align: left;
  vertical-align: middle;
  color: #FFF;
  position: relative;
}
.navigation a:hover, .navigation a:active, .navigation a:focus, .navigation a:active {
  text-decoration: none;
  background-color: #efefef;
  color: #000;
}
.navigation a:hover:after, .navigation a:active:after, .navigation a:focus:after, .navigation a:active:after {
  border-left: 20px solid #efefef;
}
.navigation a .icon {
  display: inline-block;
  margin-right: 10px;
}

nav.main-nav {
  background-color: #231F20;
  min-height: 50px;
}
nav.main-nav div.process-flow {
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  height: 50px;
}
nav.main-nav div.home-nav {;
  width: 150px !important;
}
nav.main-nav div.process-flow a {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  position: relative;
}
nav.main-nav div.process-flow a:first-child {
  padding-left: 15px;
}
nav.main-nav div.process-flow a:last-child {
  padding-right: 15px;
}
nav.main-nav div.process-flow a:hover, nav.main-nav div.process-flow a:active, nav.main-nav div.process-flow a:focus, nav.main-nav div.process-flow a:active {
  text-decoration: none;
}
nav.main-nav div.process-flow a.previous:hover, nav.main-nav div.process-flow a.previous:active, nav.main-nav div.process-flow a.previous:focus, nav.main-nav div.process-flow a.previous:active {
  text-decoration: none;
  background-color: #efefef;
  color: #000;
}
nav.main-nav div.process-flow a.previous:hover:after, nav.main-nav div.process-flow a.previous:active:after, nav.main-nav div.process-flow a.previous:focus:after, nav.main-nav div.process-flow a.previous:active:after {
  border-left: 20px solid #efefef;
}
nav.main-nav div.process-flow a.future:hover {
  text-decoration: none;
  cursor: default;
}
nav.main-nav div.process-flow a.current:hover, nav.main-nav div.process-flow a.current:active, nav.main-nav div.process-flow a.current:focus, nav.main-nav div.process-flow a.current:active, nav.main-nav div.process-flow a.current {
  text-decoration: none;
  background-color: #FFE600;
  color: #000;
}
nav.main-nav div.process-flow a.current:after {
  border-left-color: #FFE600;
}
nav.main-nav div.process-flow a:after {
  content: " ";
  position: absolute;
  left: 100%;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 20px solid #231F20;
  margin-top: -20px;
  top: 0;
  width: 0;
  z-index: 2;
  display: block;
}
nav.main-nav div.process-flow a:before {
  z-index: 1;
  margin-left: 3px;
  content: " ";
  position: absolute;
  left: 100%;
  height: 0;
  margin-top: -20px;
  border-left: 20px solid #FFFFFF;
  border-right: none;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  top: 0;
  width: 0;
  display: block;
}

/* breadcrumbs + progress tracker */
/*
.custom-breadcrumbs {
  list-style: none;
  overflow: hidden;
  font-size: 11px;
  padding-left: 0;
  display:table;
  width:100%;

}
.custom-breadcrumbs li {
  display:table-cell;
}
.custom-breadcrumbs li a {
  color: white;
  text-decoration: none;
  padding: 2px 0 2px 0px;
  text-align:center;
  background: black;
  position: relative;
  display: block;
  float: left;
}
.custom-breadcrumbs li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  !* Go big on the size, and let overflow hide *!
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid black;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
.custom-breadcrumbs li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  !* Go big on the size, and let overflow hide *!
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 20px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 3px;
  left: 100%;
  z-index: 1;
}
.custom-breadcrumbs li.previous a {
  background-color:#000000;
}
.custom-breadcrumbs li.previous a:after,
.custom-breadcrumbs li a:hover:after {

  border-left-color: #000000;
}
.custom-breadcrumbs li a:hover {
  background: #000000;
}
.custom-breadcrumbs li.current {

}
.custom-breadcrumbs li.current a {
  background: #FFe600;
  color: #000;
  font-weight:bold;
}
.custom-breadcrumbs li.current a:hover:after,
.custom-breadcrumbs li.current a:after {

  border-left-color: #FFe600;
}
.custom-breadcrumbs li.future a {
  cursor: not-allowed;
  background: #888888;
}
.custom-breadcrumbs li.future a:after {
  border-left-color: #888888;
}
.custom-breadcrumbs li.previous-disabled a {
  cursor: not-allowed;
}
.custom-breadcrumbs li:first-child a {
  padding-left: 10px;
}

.custom-breadcrumbs li:last-child a:after {
  border: 0;
}
.custom-breadcrumbs > li > a > span:first-child {
  padding-right: 3px;
}


ul.custom-breadcrumbs {
  list-style: none;
  overflow: hidden;
  font-size: 13px;
  padding-left: 0;
  table-layout: fixed;
  height:38px;
  margin-bottom:0;
}
.custom-breadcrumbs li {
  flex-grow: 1;
}
.custom-breadcrumbs li a {
  display:block;
  color: white;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom:10px;
  background: black;
  width:100%;
}
*/

/*# sourceMappingURL=nav.css.map */
