/* The Q Resources Page Template Styles */

#theq-grid{
	padding-top: 0;
	padding-bottom: 20px;
}
.news-grid{
	background-color: #EFF1E9!important;
	padding-top: 50px;
}
.news-grid .grid-wrap{
	justify-content: flex-start;
	gap: 2%;
}
.news-grid .grid-wrap .thumb-photo{
	background-size: 91%;
	background-color: #dddfd9;
}
@media screen and (min-width: 1620px) {
	#theq-hero {
        padding-top: 156px;
    }
}
@media screen and (max-width: 1024px) {
	#theq-hero {
        padding-top: 126px;
    }
    #theq-hero h1 {
        font-size: 120px;
		line-height: 80%;
    }
	#globalMenu{
		position: absolute!important;
		right: 30px;
	}
}
@media screen and (max-width: 768px) {
	.news-grid .grid-wrap .article-thumb{
		margin-bottom: 40px!important;
	}
	.news-grid .grid-wrap .article-thumb:nth-child(n + 4) {
        margin-top: 0;
    }
}
@media screen and (max-width: 650px) {
    .news-grid .grid-wrap .article-thumb + .article-thumb, #theq-next .article-thumb + .article-thumb {
        margin-top: 0;
    }
}
#page-theq-resources #globalMenu .menu-btn {
	background-color: #13DD7A;
}

#page-theq-resources #globalMenu .menu-line {
	background-color: #101A28;
}
