/*!
 * Rivercity Custom CSS Overrides
 */
 .header-main .site-title a, .header-main .site-description {
    color: black;
    background-color: white;
    opacity: 0.7;
}

a {
	text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.subMenuHref {
  text-decoration: none;
  color: #FFF;
}

a.subMenuHref:hover {
  text-decoration: none;
  color: #9e9d9d;
}

div.root {
	position: relative;
	z-index: 0;
}

.fas, .far {
	color: #febe10;
}

.fas:hover, .far:hover {
	color: #000;
}
.page {
	min-height: calc(100vh - 600px);	
}

.site-footer {
	position: relative;
	bottom: 0px;
	width: 100%;
}

.header--row:not(.header--transparent).header-main .header--row-inner{
    height:350px;
}

/* tabs start */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #febe10;
    font-size: 20px;
    font-weight: bold;
    border-color: #febe10;
}

.nav-item {
    background-color: #cecece;
    color: #000;
    font-size: 18px;
    margin-right: 2px;
}

.nav-item:hover {
  color: #FFF;
  background-color: #febe10;
}
.tab-content{
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-top: solid 1px;
    border-color: #1e4b75;
    background-color: #FFF;
}

/* tabs end */

.description {
    margin-left: 5px;
  	margin-right: 5px;
	  margin-top: 2px;
	  margin-bottom: 2px;
    width: 100%;
}

address {
	padding-left: 5px;
	padding-right: 5px;
}

.wrapper {
  width: 330px;
  font-family: 'Helvetica';
  font-size: 14px;
  border: 1px solid #CCC;
}

.StepProgress {
  position: relative;
  padding-left: 45px;
  list-style: none;
}

.StepProgress::before {
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 10px;
  height: 100%;
}

.StepProgress-item {
  position: relative;
  counter-increment: list;
}

.StepProgress-item:not(:last-child) {
  padding-bottom: 50px;
}

.StepProgress-item::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: -30px;
  height: 100%;
  width: 10px;
}

.StepProgress-item::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -14px;
  left: -60px;
  width: 60px;
  height: 60px;
  border: 2px dashed #1e4b75;
  border-radius: 50%;
  background-color: #FFF;
}

.StepProgress-item.is-done::before {
  border-left: 2px solid #1e4b75;
}

.StepProgress-item.is-done::after {
  content: "✔";
  font-size: 34px;
  color: #FFF;
  text-align: center;
  border: 2px solid #1e4b75;
  background-color: #1e4b75;
}

.StepProgress-item.current::before {
  border-left: 2px dashed #1e4b75;
}

.StepProgress-item.current::after {
  content: counter(list);
  padding-top: 0px;
  width: 60px;
  height: 60px;
  top: -14px;
  left: -60px;
  font-size: 34px;
  text-align: center;
  color: #1e4b75;
  border: 2px solid #1e4b75;
  background-color: white;
}

.StepProgress-item.finished::after {
  content: counter(list);
  padding-top: 0px;
  width: 60px;
  height: 60px;
  top: -14px;
  left: -60px;
  font-size: 34px;
  text-align: center;
  color: #1e4b75;
  border: 2px solid #1e4b75;
  background-color: white;
}

.StepProgress strong {
  display: block;
}

.StepProgress-paragraph {
	padding-left: 45px;
	margin: 0;
}

.StepProgress-span {
	padding-left: 45px;
}

.StepProgressInsideList {
	padding-left: 30px;
	display: block;
}

.StepProgress-Address {
	font-weight: bold;
	padding-left: 45px;
	display: block;
}
