.page-name {
	margin-bottom: 0;
}

.page-offices .header-2 .contacts-container {
    display: none !important;
}

.page-offices .header-2 .week {
    display: none !important;
}

.page-offices .page-content {
    padding: 2rem 0;
}

.office-alert {
	margin-bottom: 1rem;
	padding: .75rem 1rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background: rgba(0,141,210, .1); 
	text-align: center;
}

.not-current-period .office-alert {
	display: none !important;
}

.office-alert-text {
	font-weight: 500;	
}

.office-item .item-metro {
	width: 5em;
	height: 5em;
	margin-right: 1rem;
}

.office-item .item-address {
	font-weight: 600;
	font-size: 1.25rem;
	margin-bottom: .25rem;
}

.office-item .item-work {
	margin-bottom: .25rem;
}

.office-item .item-description {
	font-weight: 500;
	font-size: .85rem;
	margin-bottom: .5rem;
}

.office-item .item-phones {
	margin-bottom: .5rem;
}

.office-item .item-phones .item-phone{
	font-weight: 500;
	font-size: 1.25rem;	
	margin-bottom: .25rem;
}

.office-item .item-phones .item-phone a{
	text-decoration: none;
}

.office-item .item-email{
	font-weight: 400;
	font-size: 1.125rem;	
	margin-bottom: .25rem;
}

.office-item .item-howgo{
	margin-top: 1.5rem;
}

.other-offices {
    padding: 1rem 0;
    background: rgba(0,141,210, .05);
    background: #fafafa;
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;    
}

.other-offices-title {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #5D5E5D;
    text-align: center;
    margin-bottom: .5rem;
}

.other-offices-list {
    text-align: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.other-offices-list .item {
    font-size: 1rem;
    padding: .25rem 1rem .25rem 0;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}

.other-offices-list .item img {
	margin-right: .25rem;	
    margin-bottom: .25rem;
}

.office-big-images {
    border-radius: .5rem;
    overflow: hidden;
}

.office-big-images .zoom {
    position: absolute;
    left: calc(50% - 1rem);
    top: 1rem;
    cursor: pointer;
    pointer-events: none;
    z-index: 20;
    color: rgba(255,255,255,.5);
    font-size: 2rem;
}

.office-big-image::before {
    display: block;
    content: "";
    padding-top: 100%;
}

.office-big-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease-in-out;
}
.office-big-image img:hover {
    transform: scale(1.1);
}

/* MOBILE */

.body-mobi.page-offices .page-content {
    padding: 0;
}