/* First breakpoint for left side nav, hide it */
#mobile-flyout{display:none!important}
@media(max-width: 1024px){
    .hidden-mobile {
        display: none;
    }

    .hidden-desktop {
        display: block;
    }

    #global-container {
        padding-left: 0;
    }

    #sidebar-left {
        left: -250px;
    }

    .sidebar-in #sidebar-left {
        left: 0!important;  /* override the set js css */
    }

    #app-header #left-sidebar-toggle {
        display: inline-block;
    }

    #close-sidebar-background-mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2500;
        background: rgba(0,0,0,.7);
    }

    .sidebar-in #close-sidebar-background-mask {
        display: block;
    }

    body.sidebar-in .sidebar{
        overflow-y: auto!important;
    }

    #virtual-exhibit-hall .ex-header-img {
        height: auto;
    }
    .profile-header img {
        height: 100px;
    }

    body .tile.height-1 {
		padding-top: calc(50% - 100px);
	}
	body .tile.height-2 {
		padding-top: calc(100% - 200px);
    }

    .promoted-description {
		margin-right: 26%;
    }

    #networking-form {
		padding-bottom: 400px;
	}
	.forget {
		padding-bottom: 200px;
	}

}
@media(max-width:990px){
    #mobile-flyout{display:inline-block!important}
}

@media (min-width:700px) {
	#custom-nav {
		display: none;
	}
	p.lead {
		font-size: 22px;
	}
	.session-list {
		position: relative;
	}
	#hf-session-container {
		height: 500px;
	}
	#app-only-pulse-container {
		padding-bottom: 0!important;
	}
	#hf-nav-container .tile.height-1 {
		padding-top: calc(50% - 60px);
	}


}


@media(max-width:768px) {
    #hf-session-container {
		height: 200px;
    }

	#hero-background {
		max-width: 100%;
    }

    .promoted-description {
		margin-right: -15px;
    }

	.bx-wrapper img {
		margin-bottom: 15px;
    }

    .hidden-sm-down {
		display: none!important;
    }

    #app-header {
        padding: 10px!important;
    }

    #pulse-app-container {
        padding: 5px;
    }

    .p-5, .p-4, .p-3, .p-2, .p-1 {
        padding: 1rem!important;
    }

    body .page-contents {
        padding: 10px;
    }

    .page-header .col-1, .page-header .col-4 {
        flex: 0 0 15%;
        max-width: 15%;
    }

    .page-header .col-1 a {
        margin-top: -15px;
    }

    .page-header .col-8 {
        flex: 0 0 85%;
        max-width: 85%;
    }

    .page-header p {
        line-height: 100%;
        margin-bottom: 5px!important;
    }

    .page-header .col-3.text-right, .page-header .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center!important;
    }

    .profile-header img {
        height: auto;
        border-radius: 4px;
        max-width: 100px;
		margin-top:15px;
	}
	#enable-theatre{
        display: none!important
	}
	.tile {
        min-height: 150px;
	}
	.notification-container-inner{
        width:100vw!important;
    }
    .notification-banner .banner-icon {
        left: 20px;
        top: 26px;
        inset: none;
    }

    .notification-banner .banner-light {
        inset: inherit;
    }
    .notification-banner .banner-hide {
        inset: auto;
        right: 5px;
        top: -50%;
        margin-top: 2.45rem;
    }

	body #global-container {
        padding-top: 0!important;
    }
	#page-poll .answer-list {
        position: relative;
    }

}

/*Nav styles*/
@media(max-width:900px){

    .profile-header img {
        height: auto;
    }
    .modal-backdrop {
        display: none;
	}
	.modal{
	    top:60px;
	}
}
