html,
body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
strong {
	font-weight: 600;
}

body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	background: #333;
}

a {
	text-decoration: none;
	color: #79b7d6;
}

img {
	width: 100%;
}

h2 {
	line-height: 1em;
}

p {
	margin-bottom: 1.3rem;
	line-height: 1.4em;
}

.note {
	margin: 3px 0;
	font-size: 0.8em;
	color: #666666;
}

.btn-note {
	font-size: 0.6em;
	color: #fff;
	display: block;
}

.extra-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.dark {
	background: #666666;
	color: #fff;
}

.for-desk {
	display: none;
}

/***** Content styles *****/
.container-wrapper {
	max-width: 1200px;
	margin: auto;
	background: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.header {
	width: 100%;
	height: auto;
	padding: 0;
	border-top: 6px solid #25ae4b;
	border-bottom: 1px solid #ccc;
}

.header .container {
	padding: 0;
}

.logo {
	width: 170px;
	margin: 3px auto;
	text-align: center;
}

.content-container {
	margin: auto;
	padding: 0;
}

.container {
	padding: 15px;
}

.masthead,
.devices-sold,
.important-tool {
	background: url('../img/gray-pattern-bg.jpg') top center repeat;
}

.devices-sold {
	padding: 20px 0;
}

.important-tool {
	padding-top: 25px;
}

.masthead {
	padding: 0;
}

.devices-sold {
	position: relative;
}

.devices-sold .title {
	margin: 25px auto;
	position: relative;
	z-index: 10;
}

.devices-sold:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(187, 238, 212, 0.25);
}

.title,
.subtitle {
	margin: 0 0 10px;
	font-size: 1.3em;
	line-height: 1.2em;
	text-align: center;
	word-break: break-word;
}

.subtitle {
	margin-bottom: 25px;
	font-size: 1.3em;
}

.subtitle.highlight {
	font-size: 1em;
	color: #f19844;
}

.product-assets {
	margin-top: 15px;
}

.product-assets__video {
	margin-bottom: 20px;
}

.products {
	margin-top: 50px;
	margin-bottom: 25px;
}

.btn {
	margin: 25px auto 15px;
	padding: 24px 20px 26px;
	display: block;
}

.btn-cta {
	background: #eb4b32;
	color: #ffffff;
	font-size: 1.45em;
	font-weight: bold;
	text-align: center;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.05);
	position: relative;
}

.btn-cta-600 {
	width: 100%;
	min-width: 290px;
	max-width: 600px;
}

.btn-cta-400 {
	width: 100%;
	max-width: 400px;
}

.btn-cta-full {
	width: 100%;
}

.btn-cta:after {
	content: '';
	width: 100%;
	height: 8px;
	background: #d43d28;
	bottom: 0;
	left: 0;
	position: absolute;
	border-radius: 0 0 5px 5px;
}

.star-icon {
	fill: rgb(255, 153, 0);
	width: 1em;
	height: 1em;
	display: inline-block;
	font-size: 24px;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	user-select: none;
	flex-shrink: 0;
}

.money-back {
	font-size: 0.85em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mb-img {
	width: 70px;
	margin-right: 15px;
}

.cc-img {
	width: 200px;
	vertical-align: middle;
}

/* Flexible video container */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container.video-box-container {
	height: auto;
	padding: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.features-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.features-list li {
	margin: 10px 0;
	padding: 12px 15px 12px 55px;
	background: rgba(187, 238, 212, 0.5);
	border-radius: 25px;
	position: relative;
}

.features-list li:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url('../img/pt-list-item.png') left center no-repeat;
	background-size: cover;
	position: absolute;
	top: 10px;
	left: 15px;
}

.as-seen {
	text-align: center;
}

.article-description {
	max-width: 900px;
	margin: auto;
}

.article-description,
.article-description__assets,
.article-description__tri-assets {
	margin-top: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.article-description.dark {
	margin: 0;
	padding: 35px 0;
}

.article-description.important-tool {
	margin: 0;
}

.article-features,
.article-features__assets,
.article-features__tri-assets {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.article-features.important-tool {
	margin: 0;
}

.article-features .feature-list {
	max-width: 930px;
}

.article-features .feature-list li img {
	border-radius: 50%;
}

.how-to {
	margin: 25px 0;
}

.article-list {
	max-width: 450px;
}

.article-list .list,
.how-to .list {
	margin: 0;
	padding: 0;
}

.article-list .tri-list,
.how-to .tri-list {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	list-style: none;
}

.article-list .tri-list li {
	padding: 10px;
}

.how-to .tri-list li {
	padding: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.how-to .tri-list li h3,
.how-to .tri-list li p {
	margin: 3px 0;
}

.how-to .tri-list li .step-img {
	margin-right: 15px;
}
.how-to .tri-list li .step-img,
.how-to .tri-list li .step-img img {
	width: 100px;
}

.article-list .tri-list p {
	margin-left: 5px;
	display: flex;
	flex-direction: column;
}

.article-list li {
	display: flex;
	align-items: center;
}

.article-list li div,
.article-list li span {
	margin-right: 10px;
}

.article-list li p {
	flex: 9;
}
.article-list li img {
	width: 50px;
}

.article-description.dark .article-list li,
.article-description.important-tool .article-list li {
	font-size: 13px;
}

.article-description.dark .article-list li {
	text-shadow: 1px 1px 3px #333;
}

.article-description.dark .article-list li strong,
.article-description.important-tool .article-list li strong {
	margin-bottom: 4px;
	font-size: 16px;
}

.article-description.dark .article-list li img,
.article-description.important-tool .article-list li img {
	border-radius: 50%;
}

.article-img {
	width: 100%;
	max-width: 450px;
	margin: 0;
}

.reviews {
	display: flex;
	flex-direction: column;
	border-top: 6px solid #25ae4b;
	background: url('../img/gray-pattern-2-bg.jpg') top center repeat;
}

.reviews-title {
	margin: 25px 0 35px;
}

.review-box {
	max-width: 900px;
	margin: 0 auto 20px;
	padding: 0 20px 20px;
	border: 1px solid #c8dfe5;
	border-radius: 5px;
	background: #fff;
}

.review-heading {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	color: #18469c;
}

.review-about {
	padding-left: 5px;
}

.review-author {
	margin-top: 10px;
	padding-left: 55px;
	position: relative;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	color: #18469c;
}

.review-author-text {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
	color: #999;
}

.review-pic {
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.review-star {
	width: auto;
	margin: 5px auto 0;
	display: inline-block;
}

.review-verified {
	width: 125px;
	margin-top: 5px;
	display: inline-block;
}

.cta-block {
	background: #eee;
}

.copyright {
	font-size: 0.8em;
	color: #999;
}

.navigation {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.navigation li {
	padding: 0 5px;
	font-size: 0.8em;
	color: #999999;
	display: inline;
}

@media (min-width: 768px) {
	.for-mob {
		display: none;
	}

	.for-desk {
		display: block;
	}

	.title {
		font-size: 1.75em;
	}

	.subtitle {
		font-size: 1.4em;
	}

	.btn-cta {
		font-size: 1.25em;
	}

	.masthead {
		padding: 20px 0 0;
	}

	.product-assets {
		margin-top: 20px;
		margin-bottom: 15px;
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
		flex: 1;
	}
	.product-assets__video,
	.product-assets__features {
		width: 50%;
		padding: 0 15px;
	}

	.article-features {
		flex-direction: row;
	}

	.article-description,
	.article-description__assets,
	.article-description__tri-assets {
		flex-direction: row;
	}

	.article-img {
		margin: 0 -15px 0 15px;
	}

	.article-list .tri-list,
	.how-to .tri-list {
		flex-direction: row;
	}
	.article-list .tri-list li,
	.how-to .tri-list li {
		width: 33.33%;
	}
}

@media (min-width: 968px) {
	.btn-cta {
		font-size: 1.5em;
	}
}

.modal {
	font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
		helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999999;
}
.modal__container {
	background-color: #fff;
	padding: 30px;
	max-width: 1050px;
	max-height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}
.modal__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}
.modal__close {
	background: 0 0;
	border: 0;
}
.modal__header .modal__close:before {
	content: '\2715';
}
.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
	text-align: left;
}
.modal__btn {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 0.25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	-webkit-appearance: button;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition: -webkit-transform 0.25s ease-out;
	transition: transform 0.25s ease-out;
	transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus,
.modal__btn:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}
@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}
.micromodal-slide {
	display: none;
}
.micromodal-slide.is-open {
	display: block;
}
.micromodal-slide[aria-hidden='false'] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='false'] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='true'] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden='true'] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}
