/*
==============
MWM Landing Page
All CSS scoped to the "mwm" prefix to prevent scope leaks.
==============
*/

.mwm-section-hero {
	background-image: url('img/mwm-landing/bg-tan.jpg');
	background-position: center;
	background-size: cover;
	padding: 192px 0 64px 0;
}

@media (min-width: 640px) {
	.mwm-section-hero {
		padding: 64px 0 64px 0;
	}
}

@media (min-width: 768px) {
	.mwm-section-hero {
		padding: 64px 0 64px 0;
	}
}

@media (min-width: 768px) {
	.mwm-section-hero {
		padding: 64px 0;
	}
}

.mwm-section-hero .mwm-logo {
	padding-bottom: 32px;
}

.mwm-section-hero .mwm-hero-container {
	padding: 0 32px;
}

.mwm-section-hero .mwm-hero-image {
	max-height: 600px;
}

.mwm-section-lead-message {
	background-image: url('img/mwm-landing/bg-black.jpg');
	background-position: center right;
	background-size: cover;
	padding: 64px 0;
}

.mwm-section-lead-message .mwm-header p {
	color: #ffffff;
}

.mwm-section-video {
	background-image: url('img/mwm-landing/bg-blue-dots.jpg');
	background-position: center;
	background-size: cover;
	padding: 64px 25px;
}

.mwm-section-video .mwm-video-embed {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding-bottom: min(56.25%,450px);
	height: 0;
	position: relative;
}

.mwm-section-video .mwm-video-embed > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.mwm-section-compare {
	width: 100%;
	position: relative;
	display: block;

	background-image: url('img/mwm-landing/bg-white-dots-bottom.png');
	background-position: center bottom;
	background-size: 100% auto;
	padding: 64px 0;

}

.mwm-section-compare .mwm-compare-intro {
	margin-bottom: 64px;
}

.mwm-section-compare .mwm-compare-intro.mwm-header p {
	font-weight: 700;
}

.mwm-section-compare .mww-compare-block {
	margin-bottom: 64px;
}

.mwm-section-compare .mwm-compare-block-header {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: column;
	position: relative;
	width: 100%;
	text-align: center;
}

.mwm-section-compare .mwm-compare-block-inner-header {
	max-width: 790px;
	width: 100%;
	min-height: 82px;
	position: relative;

	background-image: url('img/mwm-landing/bg-orange.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px 10px 0 0;
	z-index: 1;

	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	.mwm-section-compare .mwm-compare-block-inner-header {

	}
}



/*
.mwm-section-compare .mwm-compare-block-inner-header-ruler
*/

.mwm-section-compare .mwm-compare-block-inner-header-ruler {
	content: "";
	width: 100%;
	position: relative;

	height: 42px;
	background-image: url('img/mwm-landing/compare-ruler.png');
	background-size: 500px auto;
	background-repeat: no-repeat;
	background-position: center top;

	display: block;
	position: relative;
	/*
	bottom: 0px;
	left: 50%;
	margin-left: -200px;

	margin-top: -10px;
	*/
	z-index: 100;


}

@media (min-width: 768px) {
	.mwm-section-compare .mwm-compare-block-inner-header-ruler {

	}
}

.mwm-section-compare .mwm-compare-block-inner-header > h3 {
	font-family: "montserrat",sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding: 0 10px;
}

.mwm-section-compare .mwm-compare-compare-points {
	display: flex;
	width: 100%;
	position: relative;
	justify-content: space-around;
	align-items: flex-start;

	margin: -60px auto 0 auto;
	background-image: url('img/mwm-landing/bg-tan.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	padding-top: 60px;
	padding-bottom: 20px;
	flex-direction: column;
}

@media (min-width: 768px) {
	.mwm-section-compare .mwm-compare-compare-points {
		flex-direction: row;
	}
}



.mwm-section-compare .mwm-compare-compare-points::before {
		display: none;
}

@media (min-width: 768px) {
	.mwm-section-compare .mwm-compare-compare-points::before {
			content: "";
			background-color: #2C2A29;
			position: absolute;
			display: block;
			width: 2px;
			height: calc(100% - 80px);
			top: 60px;
			left: 50%;
			margin-left: -1px;
			margin-top: 0;
	}
}


.mwm-section-compare .mwm-compare-compare-point {
	width: 100%;
	padding: 32px;
	position: relative;
}

@media (min-width: 768px) {
	.mwm-section-compare .mwm-compare-compare-point {
		max-width: 520px;
	}
}

.mwm-section-compare .mwm-compare-compare-point:first-child::before {
		content: "";
		width: 100%;
		height: 2px;
		background-color: #2C2A29;
		position: absolute;
		left: 0%;
		bottom: 0;
		margin-left: 0;
		margin-top: 0;
}

@media (min-width: 768px) {
	.mwm-section-compare .mwm-compare-compare-point:first-child::before {
		display: none;
	}
}

.mwm-section-compare .mwm-compare-compare-point h4 {
	font-family: "montserrat",sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #F15C22;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.mwm-section-compare .mwm-compare-compare-point p {
	font-family: "montserrat",sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #2C2A29;
	width: 100%;
	margin-bottom: 0;
}

.mwm-section-compare .mwm-compare-compare-point p + p {
	margin-top: 20px;
}


.mwm-section-kids {
	background-image: url('img/mwm-landing/bg-kids.jpg');
	background-position: center;
	background-size: cover;
	padding: 64px 0;
}

.mwm-section-kids .mwm-kids-header {
	margin-bottom: 64px;
}

.mwm-section-kids .mwm-kids-header h2 {
	color: #F15C22;
	text-align: center;
	width: 100%;
}

.mwm-section-kids .mwm-kids-header p {
	color: #ffffff;
	text-align: center;
	width: 100%;
}

.mwm-section-kids .mwm-kids-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

@media (min-width: 768px) {
	.mwm-section-kids .mwm-kids-container {
		flex-direction: row;
	}
}

.mwm-section-kids .mwm-kids-left {
	max-width: 400px;
	width: 100%;
	margin-right: 0px;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
}

@media (min-width: 768px) {
	.mwm-section-kids .mwm-kids-left {
		margin-right: 32px;
	}
}

.mwm-section-kids .mwm-kids-left p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

@media (min-width: 480px) {
	.mwm-section-kids .mwm-kids-left p {
		padding-top: 0px;
	}
}

.mwm-section-kids .mwm-kids-right {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 100%;
}

.mwm-section-kids .mwm-kids-right p {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.mwm-section-quote {
	background-image: url('img/mwm-landing/bg-blue.jpg');
	background-position: center;
	background-size: cover;
	padding: 64px 0;
}

.mwm-section-quote .mwm-header {
	margin-bottom: 0;
}

.mwm-section-quote .mwm-header p {
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 0;
	font-size: 18px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 8px;
}

@media (min-width: 480px) {
	.mwm-section-quote .mwm-header p {
		font-size: 32px;
		line-height: 46px;
	}
}

.mwm-section-quote .mwm-header p.attribution {
	font-size: 24px;
	font-weight: 700;
}

.mwm-section-report {
	background-image: url('img/mwm-landing/bg-black-dots.jpg');
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 128px 0 64px 0;
	position: relative;
}

.mwm-section-report::after {
	content: "";
	background-image: url('img/mwm-landing/pattern-ruler.png');
	background-position: top center;
	background-repeat: repeat-x;
	background-size: auto 50%;
	height: 100px;
	width: 100%;
	position: absolute;
	display: block;
	top: 0;
}

.mwm-section-report .mwm-report-header {
	margin-bottom: 64px;
}

.mwm-section-report .mwm-report-header.mwm-header h2 {
	color: #F15C22;
	margin-bottom: 40px;
}

.mwm-section-report .mwm-report-header.mwm-header p {
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

@media (min-width: 768px) {
	.mwm-section-report .mwm-report-header.mwm-header p {
		font-size: 36px;
		line-height: 42px;
	}
}

.mwm-section-report .mwm-report-points {
	/*
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row;
	*/
	margin-bottom: 32px;
}

.mwm-section-report .mwm-report-point {
	display: inline-block;
	padding-bottom: 32px;
}

.mwm-section-report .mwm-icon {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 16px;
}

.mwm-section-report .mwm-lead p {
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 48px;
	color: #F15C22;
	letter-spacing: 0;
	margin: 0;
	vertical-align: baseline;
	text-align: center;
	width: 100%;
}

.mwm-section-report .mwm-lead b,
.mwm-section-report .mwm-lead strong {
	font-size: 48px;
	font-weight: 700;
}


.mwm-section-report .mwm-paragraph p {
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

@media (min-width: 768px) {
	.mwm-section-report .mwm-paragraph p {
		font-size: 18px;
		line-height: 20px;
	}
}

.mwm-section-report .mwm-report-button-container {
	text-align: center;
}

.mwm-section-report .mwm-report-button-container .primary-btn a {
	text-decoration: none;
}

.mwm-section-report .mwm-report-footnote {
	color: #ffffff;
	text-align: center;
	width: 100%;
	font-size: 1rem;
}

.mwm-section-widget {
	background-image: url('img/mwm-landing/bg-gray-dots-bottom.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 64px 0;
	background-color: #f1f2f3;
}

.mwm-section-widget .mwm-widget-header {

}

.mwm-section-widget .mwm-widget-space {
	display: block;
	position: relative;
	text-align: center;
}

.mwm-section-informed {
	background-image: url('img/mwm-landing/bg-white-dots-top.png');
	background-position: center top;
	background-size: 100% auto;
	padding: 64px 0;
}

.mwm-section-informed .mwm-informed-header {

}

.mwm-section-informed .mwm-header {
	margin-bottom: 64px;
}

.mwm-section-informed .mwm-header p {
	font-weight: 700;
}

.mwm-section-informed .mwm-informed-points {

}

.mwm-section-informed .mwm-informed-point {
	margin-bottom: 24px;
}

.mwm-section-informed .mwm-icon {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 16px;
}

.mwm-section-informed .mwm-paragraph p{
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: .9em;
	line-height: 1.5em;
	color: #2b2a28;
	letter-spacing: 0;
	margin: 0;
	text-align: center;
	width: 100%;
}

@media (min-width: 480px) {
	.mwm-section-informed .mwm-paragraph p{
		font-size: 1.125em;
		line-height: 30px;
	}
}

.mwm-header {
	text-align: center;
	margin-bottom: 32px;
}

.mwm-header h2 {
	font-family: "montserrat",sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #F15C22;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 480px) {
	.mwm-header h2 {
		font-size: 40px;
		line-height: 42px;
		letter-spacing: 4px;
	}
}


.mwm-header p {
	font-family: "montserrat",sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #2C2A29;
	letter-spacing: 0;
	margin: 0;
}


@media (min-width: 480px) {
	.mwm-header p {
		font-size: 24px;
		line-height: 28px;
	}
}

.mwm-header h2 + p {
	margin-top: 20px;
}

/*
==============
Helper Classes
==============
*/

/* This attempts to keep orphans together on some sizes */
.orphan-wrap .orphan {
	display: inline;
}

@media (min-width: 768px) {
	.orphan-wrap .orphan {
		display: inline-block;
	}
}


/*
==============
Widget
Lives on the MWM landing page.
Scripts & Assets in the /mwm-widget directory.

This widget is portable as long as this CSS is accessible.
==============
*/

.mwm-widget,
.mwm-widget * {
	box-sizing: border-box;
}

.mwm-widget {
	max-width: 800px;
	min-width: 330px;
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
}

.mwm-widget .widget-ratio-holder {
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.mwm-widget .widget-container {
	width: 100%;
	/*min-width: 360px;*/
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	background-color: #eeeeee;
	overflow: hidden;
	background-image: url('/mwm-widget/assets/backgrounds/mwm-widget-background-en.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.mwm-widget .widget-container.lang-en {
	background-image: url('/mwm-widget/assets/backgrounds/mwm-widget-background-en.jpg');
}

.mwm-widget .widget-container.lang-es {
	background-image: url('/mwm-widget/assets/backgrounds/mwm-widget-background-es.jpg');
}

.mwm-widget .widget-carousel-wrapper {
	position: absolute;
	display: block;
	top: 50%;
	margin: 0;
	height: 200px; /* 115 */
	transform: rotate(-2.5deg);
	width: calc(100% + 20px);
	margin-left: -10px;
	z-index: 10;

}

.mwm-widget .mwm-widget-swiper {
	width: 100%;
	height: 100%;
	z-index: 10;
}

.mwm-widget .mwm-widget-swiper-wrapper {
	height: 200px; /* 115? */
	z-index: 20;
}

.mwm-widget .swiper-slide {
	padding: 5% 5% 5% 20%;
	font-size: 0;
	font-family: sans-serif;
	color: #ffffff;
}

.mwm-widget .swiper-slide img {
	width: 100%;
}

.mwm-widget .widget-slider-controls {
	position: absolute;
	display: block;
	bottom: 0;
	height: 90px;
	width: 100%;
}


@media (min-width: 450px) {
	.mwm-widget .widget-slider-controls {
		height: 110px;
		padding-bottom: 0px;
	}
}


.mwm-widget .widget-slider-controls .ui-button-prev {
	position: absolute;
	top: 0;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;


	left: 10px;

	background-image: url('/mwm-widget/assets/ui/mwm-widget-arrow.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 36px;
	height: 36px;
	transform: rotate(180deg);

}

.mwm-widget .widget-slider-controls .ui-button-next {
	position: absolute;
	top: 0;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;

	right: 10px;

	background-image: url('/mwm-widget/assets/ui/mwm-widget-arrow.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 36px;
	height: 36px;

}


.mwm-widget .widget-slider-controls .ui-logo {
	width: 100px;
	margin: 10px auto 0 auto;
}

@media (min-width: 450px) {
	.mwm-widget .widget-slider-controls .ui-logo {
		width: 150px;
		margin: 0 auto;
	}
}

.mwm-widget .widget-slider-controls .ui-logo img {
	width: 100%;
}



.mwm-widget .widget-slider-controls .ui-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;

	font-family: "montserrat", sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	width: 100%;
	bottom: 10px;
}

@media (min-width: 450px) {
	.mwm-widget .widget-slider-controls .ui-pagination {
		bottom: 16px;
	}
}




.mwm-widget .widget-slider-controls .ui-pagination::before{
	content: "(";
}

.mwm-widget .widget-slider-controls .ui-pagination::after{
	content: ")";
}

.mwm-widget .widget-share-container {
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
}

.mwm-widget .widget-share-container .widget-share-button-holder {

}

.mwm-widget .widget-share-container .widget-share-button-holder.hidden {
	display: none;
}

.mwm-widget .widget-share-button {
	cursor: pointer;
}

.mwm-widget .widget-share-container .widget-share-links-holder {

}

.mwm-widget .widget-share-container .widget-share-links-holder.hidden {
	display: none;
}


.mwm-widget .widget-share-container .widget-share-twitter {
	background-color: #55acee;
	color: #ffffff;

	letter-spacing:.5px;
	font-size:1em;
	font-family:montserrat,sans-serif;
	font-weight:500;
	line-height:40px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: middle;

	display: inline-block;
	padding: 7px 14px 7px 7px;
	font-size: 16px;
	min-width: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mwm-widget .widget-share-container .widget-share-twitter img {
	height: 21px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.mwm-widget .widget-share-container .widget-share-facebook {
	background-color: #4267B2;
	color: #ffffff;

	letter-spacing:.5px;
	font-size:1em;
	font-family:montserrat,sans-serif;
	font-weight:500;
	line-height:40px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: middle;


	display: inline-block;
	padding: 7px 14px 7px 7px;
	font-size: 16px;
	min-width: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mwm-widget .widget-share-container .widget-share-facebook img {
	height: 32px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.mwm-widget .widget-share-container .widget-share-copy-message {
	display: block;
	width: 100%;
	height: 200px;
}
