.standard-overlay {
    background: rgba(0,115,209,0.85);
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.standard-overlay,
.standard-overlay * {
    box-sizing: border-box;
}

.standard-overlay.less-transparent {
    background: rgba(0,115,209,0.95);
}

.standard-overlay a,
.standard-overlay a:hover {
    color: #fff;
    text-decoration: none;
}

.standard-overlay .inner {
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}

.standard-overlay .content {
    display: block;
    float: left;
    padding: 10px;
    pointer-events: none;
    width: 320px;
}

.standard-overlay .content a.close-overlay {
    display: none;
}

.standard-overlay.clickable-content .content {
    cursor: auto;
    pointer-events: initial;
    position: relative;
}

.standard-overlay.clickable-content .content a.close-overlay {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.standard-overlay.clickable-content .content a.close-overlay img {
    display: block;
    float: left;
}

.standard-overlay .overlay-header {
    display: block;
    font-family: Proxima Nova Black;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
}

.standard-overlay .overlay-header.align-left {
    text-align: left;
}

.standard-overlay .checkmark-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.standard-overlay .checkmark {
    background: center / contain no-repeat url('/sites/all/themes/lakeplacid/images/icons/circle-checkmark.svg');
    display: block;
    float: left;
    height: 92px;
    width: 92px;
}

/* Instance styles */

.basic-listing-overlay {
    
}

.basic-listing-overlay > * {
    display: block;
    float: left;
    width: 100%;
}