.ET_main{
	margin-top: 35px;
}
.ET_main_mobile{
	display:none;
}
.page_top {
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 130px;
}
.page_top img {
    width: 100%;
}
.page_logo {
    display: none;
}
/* Layout container */
.container {
	width: 1200px;
	margin: 0 auto;
}

/* Header styles */




/* Page title section */
.page_top_mobile{
	display:none;
}
.discover_guide {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
}
.container-title{
	width:220px;
	height:40px;
	margin:50px auto 60px;
}
.container-title img{
	width:100%;
	
}
.section-title{
	border-left:6px solid #12249c;
	padding-left:8px;
	height:39px;
	line-height:39px;
	color:#12249c;
	font-size:28px;
	margin-bottom:30px;
}
.resource-item{
    width:1200px;
    display:flex;
    box-shadow: 0 0 15px #0a1b9820;
    box-sizing:border-box;
    padding:13px 0 13px 13px;
    margin-bottom:10px;
}
.resource-item h3{
    width:630px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#000047;
}
.resource-icon{
    width:544px;
    height:auto;
}
.resource-icon img{
    width:100%;
    height:100%;
}
.resource-item:hover{
    background:#12249d
}
.resource-item:hover h3{
    color:#fff!important;
}
@media only screen and (max-width: 768px) {
	html{
	    font-size:calc(100vw/375*16);
	}
	.container{
		width:calc(375rem/16)!important;
	}
	.page_top{
		margin-top: 0;
		height: auto;
		background-position-X:left;
		padding: 10px 0!important;
        display:none;
	}
    .page_top_mobile{
		margin-top: 0;
		height: auto;
		background-position-X:left;
		padding: 10px 0 0!important;
        display:block!important;
	}
	.page_top_mobile img{
		width:100%;
		height:100%;
	}
	.ET_main{
		display:none;
	}
	.discover_guide{
		display:none;
	}
    .container-title{
    	width:calc(150rem/16);
    	height:auto;
    	margin:calc(20rem/16) auto calc(20rem/16);
    }
    .container-title img{
    	width:100%;
    }
	.resources-grid{
		width:calc(355rem/16);
		margin:0 auto;
	}
.resource-item{
    width:calc(355rem/16);
	height:calc(250rem/16);
    display:flex;
	padding:0;
    box-shadow: 0 0 15px #0a1b9820;
    box-sizing:border-box;
    margin-bottom:calc(10rem/16);
	flex-direction:column;
}
.resource-item h3{
	box-sizing:border-box;
    width:calc(355rem/16);
    text-align:center;
    display:flex;
	font-weight:500;
	font-size:calc(16rem/16);
    align-items:center;
    justify-content:center;
    color:#000047;
	padding-top:calc(10rem/16);
	height:calc(60rem/16);
}
.resource-icon{
    width:calc(355rem/16);
    height:auto;
}
.resource-icon img{
    width:100%;
    height:100%;
}
.resource-item:hover{
    background:#12249d
}
.resource-item:hover h3{
    color:#fff!important;
}
}