﻿.main-locator-ucf {
    height: calc(100vh - 64px);    
}
@media (min-width: 1200px) {
    .main-locator-ucf {
        height: calc(100vh - 102px);    
    }
}
.in-page-locator-ucf {
    display: block;
    height: 1000px;
    
}
.ucf-pre-load {
    background: #F2F2F2;
}

.inpage-pre-load {
    background: #F2F2F2;
}

@media (min-width: 640px) {
    .in-page-locator-ucf {
        height: 800px;
    }
}
 
