#nav-header .nav-secondary{
	display: none;
}
.mbl-only{
	display:none !important;
}
.no-mbl{
	display:block;
}
#tech-menu .container {
    display: flex;
    align-items: center;    
    justify-content: space-between;
    box-shadow: 0 0 5px #505050;
}
#techmvmt.education .header {
    margin-top: 3px;
}
#tech-menu .uo-list{
    display: flex;
    align-items: center;
}
#tech-menu .uo-list .techmvmt-page{
    width: 100%;
    display: block;
}
#tech-menu #lft{
    width: 600px;
    display: flex;
    align-items: center;
}
#tech-menu #lft .logo-wrapper{
	padding: 0;
}
#tech-menu a{
	color: #505050;
    height: 100%;
    display: inline-block;
    padding: 0 15px;
}
#tech-menu a:hover{
	color: #28c2fe;
}
#tech-menu .title{
    font-size: 10px;
    padding: 1px 0 0 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
}
#tech-menu .logo-wrapper img{
	padding: 8px;
}

#tech-menu #rght .uo-list img {
    width: 32px;
}
#tech-menu #rght .uo-list a{
	display: flex;
	flex-direction: column;
}

#tech-menu .chat_link:hover img {
    box-sizing: border-box;
    padding-left: 32px;
    height: 32px;
    background: url(/resources/images/nav-2016/nav_chat_on.svg) no-repeat;
}
#tech-menu .nav__list__item__link--search:hover img {
    box-sizing: border-box;
    padding-left: 32px;
    height: 32px;
    background: url(/resources/images/nav-2016/nav_search_on.svg) no-repeat;
}
#tech-menu #rght a:hover span{
    font-weight: 100;
}
/* Petition button */
#tech-menu #rght .btn-petition {
	background-color: #28c2fe;
	border: 1px solid #28c2fe;
	padding: 10px 20px;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	top: 18px;
	transition: background-color 1s, color 1s;
}
#tech-menu #rght .btn-petition:HOVER {
	background-color: #ffffff;
	color: #28C2FE;
	font-weight: normal;
}
#tech-menu #rght .btn-petition:HOVER span {
	font-weight: normal;
}
/* End Petition button */
@media(max-width: 1125px){
	#tech-menu .uo-list{
		font-size: 12px;
	}
	#tech-menu #lft .logo-wrapper {
	    padding: 0;
	    display: none;
	}
	#nav-header .nav-secondary{
    	display: flex;
	}
	#tech-menu .container {
	    justify-content: center;
    	box-shadow: 0 0 5px #505050;
	}
	#tech-menu #lft {
    	width: 100%;
    	justify-content: center;
	}
	#tech-menu a {
	    padding: 2%;
	    display: block;
	    text-align: center;
	    margin: auto;
	    color: #a7a7a7;
    }
    #tech-menu #rght .detach{
		display: none;
	}

}
@media(max-width: 950px){

	#tech-menu #rght .uo-list span{
    	font-size: 12px;
	}
	#tech-menu #rght .uo-list a{
	    width: 100%;
	    border-radius: unset;
	}
	
}
@media(max-width: 768px){
	#techmvmt #upper-text-descrip h2{
		font-size: 3rem;
	}
	#tech-menu #rght{
		position: fixed;
	    bottom: 0;
	    display: block;
	    z-index: 999999999999;
	    width: 100%;
	    text-align: center;
	    padding: 0;
	    font-size: 2rem;
    }
    #tech-menu .uo-list {
	    display: block;
	    align-items: center;
	    text-align: center;
	    background: #28c2fe;
	    border-radius: 10px;
	}
    #tech-menu #rght .uo-list span{
    	color: #fff;
    	font-size: 16px;
    }
	.mbl-only{
		display:block !important;
	}
	.no-mbl{
		display:none !important;
	}
	#techmvmt .pgmenu-article .article-wrapper h1 {
	    font-size: 3rem;
	    font-weight: 400;
	    text-align: center;
	}
	#techmvmt.education .header h1{
	    text-align: center;
	}
	#tech-menu a {
    	padding: 3% 0;
    	font-size: 15px;
	}
	#techmvmt #mapping.stats .section-wrapper h1 {
	    font-size: 3rem;
	    display: block;
	    font-weight: 400;
	}
}

@media(max-width: 400px){
	#tech-menu a {
	    font-size: 1.2rem;
    	padding: 4% 0;
	}
}