# Empty CSS file for your own CSS

.empty {
	clear:both;
}

.row {
	margin-bottom: 40px;
}

.text-centered {
	text-align: center;
}

img {
	max-width: 100%;
}

.row.company-logos {
    text-align: center;
}

.row.company-logos img {
    max-height: 200px;
    width: auto;
} 

.tms-logo {
    max-height: 138px !important;
    margin-top: 28px;
}

.text-centered address {
	text-align: center;
}

@media screen and ( max-width: 992px ) {
	.row.company-logos .col-md-4 {
		margin-bottom: 40px;
	}
}