@charset "ISO-8859-1";

article{
	overflow: hidden;
}

.main{
	background-color: #F5F5F5;
	color: #2d2d2d;
}

h1, h2, h3, h4 {
	font-family: 'Centrale Sans Bold', Trebuchet, sans-serif;
}

h1.heading {
	/* color: white; */
	/* position: relative; */
	/* top: -180px; */
	font-size: 36px;
	/* margin-left: 0; */
	/* height: 0; */
}

.main .container h2.sub-heading {
	font-size: 32px;
	margin-bottom: 0;
}

h3.title {
	font-size: 28px;
}

h4.mini-title {
	font-size: 20px;
}

section p, section a, section li {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
}

.lead {
	font-family: 'Centrale Sans Medium', Trebuchet, sans-serif;
	font-size: 20px;
	margin-bottom: 0;
}

.light {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 300;
}

.medium, .medium a {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 500;
}

.bold {
	font-family: 'Roboto', Arial, Helvetica, serif;
	font-weight: 700;
}

.text-black {
	color: #2D2D2D;
}

.text-white {
	color: #FFFFFF;
}

.text-blue {
	color: #0099FF;
}

a.text-blue {
	color: #0099FF;
}

.no-pad {
	padding: 0;
}

.no-pad-l {
	padding-left: 0;
}

.no-pad-r {
	padding-right: 0;
}

.no-pad-b {
	padding-bottom: 5px;
}

.no-pad-t {
	padding-top: 5px;
}

.advisor-top-container {
	width: 100vw;
	position: relative;
	margin-left: 50%;
	transform: translateX(-50%);
}

.banner-image-container {
	position: relative;
}

.hero-img {
	display: table;
	margin-left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}

.hero-img > source + img {
	margin-left: 50%;
	transform: translateX(-50%);
}

.advisor-middle-container {
	background-color: #F5F5F5;
	width: 100vw;
	position: relative;
	padding: 50px 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.advisor-middle-container-even {
	background-color: #F5F5F5;
	width: 100vw;
	position: relative;
	padding: 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

.breadcrumbs a:hover{
	color: #0099ff;
}

.breadcrumbs {
	margin-left: 0;
	margin-top: 0;
	font-size: 1.05em;
}

.miele-advisor-title {
	margin-bottom: 30px;
}

.miele-advisor-block {
	display: flex;
	flex-wrap: wrap;
}

.miele-advisor-block h4.mini-title {
	padding: 0 0 20px;
}

.miele-advisor-block p {
	margin-top: 0;
	margin-bottom: 20px;
}

.category-block {
	background-color: #F5F5F5;
	height: 100%;
	margin-bottom: 10px;
}

.category-block .img-container {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 20px;
}

/* .category-img > source, .category-img > img {
	border-radius: 20px;
} */

.category-block .category-details {
	background-color: #F5F5F5;
	padding: 10px;
}

@media screen and (max-width: 767px) {
	/* .hero-img {
		margin-left: unset;
		transform: unset;
	} */

	h1.heading {
		/* position: absolute; */
		/* top: 10%; */
		/* left: 0; */
		/* right: 0; */
		/* margin: auto; */
		/* width: 100vw; */
		/* text-align: center; */
		font-size: 48px;
		/* padding-left: 15%; */
		/* padding-right: 15%; */
	}
	
	.main .container h2.sub-heading {
		font-size: 40px;
		margin-bottom: 0;
	}
	
	h3.title {
		font-size: 36px;
	}
	
	h4.mini-title {
		font-size: 26px;
	}

	.lead {
		font-size: 26px;
	}

	.miele-advisor-block {
		padding: 0 30px;
		justify-content: center;
		text-align: center;
	}

	.miele-advisor-block h4.mini-title {
		font-size: 40px;
	}
}