.page-banner.resources {
	background: url(../images/resources-banner.jpg);
}
.head {
    color: #41258a;
}
.links a {
    display: inline-block;
    margin: 1%;
    width: 21%;
}
.links a img {
    float: left;
    max-width: 100%;
}
.safety-tips {
	background-color: #eaebed;
}
.tips {
    border-top: 1px solid #c6c2cb;
    display: inline-block;
}
.tips-main .tips:first-child {
    border-top: 0px solid #c6c2cb;
}
.tips a.thumb {
    width: 22%;
    float: left;
}
.tips a.thumb img {
	width: 100%
}
.tips .tips-info {
    width: 78%;
    float: left;
}
.tips .tips-info .title a {
    color: #41258a;
}
.tips .tips-info a.more {
    color: #50c2e1;
    display: inline-block;
    margin: 0 0 0 0;
}
.tips .tips-info a.more:hover, .tips .tips-info .title a:hover {
    color: #000;
}
.safety-tips a.link {
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 18px;
    padding: 15px 50px;
    border-radius: 25px;
    background-color: #50c2e1;
    color: #fff;
}
.safety-tips a.link:hover {
    background-color: #3a3a3a;
}






@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.tips a.thumb {
	    display: none;
	}
	.tips .tips-info {
	    width: 100%;
	    padding: 0;
	}
    .links a {
        margin: 1%;
        width: 46%;
    }
}