ul.address {
    list-style: none;
    padding: 0;
}
.module-title{
  text-align: center;
    font-size: 2rem;
}
#t4-top .t4-section-inner{
  padding:10px 0;
}
#t4-top .t4-section-inner .t4-row{
  align-items:center;
}
#t4-top .t4-section-inner .topbar-l p.small{
  margin-bottom:0;
}
a:not([href]):not([tabindex]),
a.chzn-single,
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus{
  color:#000;
}
.t4-masthead-title{
  color:#fff;
}
/* Our Process */
.process-container {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.thumb-process-slide {
  max-width: 685px;
  margin: 0 auto;
}

.process-container p {
  color: #eee;
}

.process-item span {
  color: #aacd03;
}

.process-item .text-cap {
  font-size: 14px;
}

.synced.owl-item .process-item,
.process-item:hover {
  background: #004190;
  border-color: #004190;
  color: #fff;
}

.synced.owl-item .process-item .text-cap,
.process-item:hover .text-cap {
  color: #fff;
}
.process-item {
  margin: 40px 20px;
  width: 150px;
  height: 150px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #004190;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  padding-top: 28px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  cursor: pointer;
}

.process-item:hover {
  color: #333;
  border-color: #004190;
  background: #004190;
}

.owl-item.synced .process-item {
  color: #333;
  border-color: #004190;
  background: #004190;
}