body {
	background: rgb(13,31,60);
    background: linear-gradient(270deg, rgba(13,31,60,1) 30%, rgba(44,168,223,1) 100%);
}
.header.-type-5 {
	background : transparent;
}
.header.-type-5 .main_header_container {
	padding-top: 20px;
    padding-bottom: 20px;
}
.header__logo {
    background: #fff;
    padding: 15px;
    border-radius: 0px 0px 40px 40px;
    position: absolute;
    top: 0px;
}
.header__logo a {
	
}
.header__logo img {
	max-width: 100px;
}
.content-wrapper {
    
}