﻿/* Transitional support for the current homepage markup. Remove as image markup is migrated in later phases. */
.solutions > div.solution-image {
 background: center / cover url('https://images.unsplash.com/photo-1584982751601-97dcc096659c?auto=format&fit=crop&w=1200&q=85');
 
}

.news-image.image-one {
 background: center / cover url('https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=800&q=80');
 
}

.news-image.image-two {
 background: center / cover url('https://images.unsplash.com/photo-1579684385127-1ef15d508118?auto=format&fit=crop&w=800&q=80');
 
}

body.menu-is-open {
 overflow: hidden;
 
}


