/* More information can be found on our docs page here: https://github.com/lesuto/hpm-repo */
/* Copyright Lesuto, Inc 2017 */
/* This code is not for redistribution without prior authorization */

.app-container{
	position: relative;
    padding:0;
    height: 0;
    overflow: hidden;
    min-height: 4000px;
    font-size: 14px;
}

.app-container iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display:block;
    overflow:hidden; 
    margin-bottom:10px;
    border:0;
}

/*Application*/
@media(max-height: 800px) and (max-width:770px){
    .app-container{
        max-height:800px !important;
        height: 90vh !important;
        min-height: 550px !important;
    }


    .app-container iframe{
        max-height: 800px !important;
        height: 90vh !important;
        min-height: 550px !important;
    }
}

#HPMAppContainer{
    margin: 0 auto;
    min-height: 4000px;
    max-width: 1400px;
	z-index:1;
}


/* Prevents the parent page from scrolling while mouse is in the application */
body.noscroll {
    overflow: hidden;
    padding-right:16px;
}

/** Concrete Homes Magazine **/
/* Remove Sidebar and increase content*/
#site-top.page-id-617 .vw-page-content{
       width: 100%;
}

#site-top.page-id-617 .vw-page-sidebar{
       display: none;
}
