.logo-align{
	text-align: center;
}
.logo-align img {
    margin: 20px 0 0;
}
.page-template-express-interior a[target=_blank]::after{
	display: none;
}
.logo-align .img-link img {
    max-width: 95%;
    max-height: 12rem;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.header-contact p.licensed {
    color: #fff;
    font-size: 1.5rem;
}
p.licensed_mobile {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0px;
display: block;
}
.cycle-1-wrapper .banner {
  top: 220px;
}
.home .xs-wrapper {
  top: 520px;
}

@media (min-width:768px){
p.licensed_mobile {
display: none;
}
.cycle-1-wrapper .banner {
  top: 181px;
}
.home .xs-wrapper {
  top: 181px;
}
}

@media (min-width:992px){
.cycle-1-wrapper .banner {
  top: 181px;
}
.home .xs-wrapper {
  top: 181px;
}
	.logo-align {
	    text-align: center;
	    align-items: center;
	    justify-content: center;
	    display: flex;
	}
	.logo-align img {
	    margin: 0;
	}
	.logo-align .col-md-3 {
       text-align: left;
    }
}

@media (min-width:1200px){
.cycle-1-wrapper .banner {
  top: 172px;
}
.home .xs-wrapper {
  top: 172px;
}