p {
	font-size: 20px;
}
.bg-product-header {
    background-image: url('//d1zemqtboih69v.cloudfront.net/metabolicliving/images/img-hero-products.jpg');
    height: 416px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: center;
}
.bg-product-header h1 {
    font-family: "Proxima Nova Bold";
    font-size: 50px;
}

.content-section p {
    font-size: 20px;
}
.btn-call {
    border-radius: 10px;
}
.btn-call .button-text {
    font-size: 22px;
    font-family: "Proxima Nova Bold";
    margin-top: 17px;
    float: right;
    margin-left: 14px;
}
span.call-subtext {
    font-size: 18px;
    margin-top: 8px;
    display: block;
}
span.call-subtext a {
    font-family: "Proxima Nova Bold";
    text-decoration: none;
    font-weight: normal;
    color: #37373b;
}
h2.content-heading {
    text-align: center;
    font-size: 30px;
    font-family: "Proxima Nova Bold";
    color: #006cd1;
}
#programs .product-img {
    box-shadow: 0px 0px 15px #b3b3b3;
}
.product-name {
    font-family: "Proxima Nova Semibold";
    font-size: 18px;
    margin: 16px 0;
    display: block;
}
.product-wrapper {
    background: #f5f5f5;
    border-radius: 4px;
    color: #474a50;
    font-size: 16px;
    line-height: normal;
    min-height: 340px;
}
.product-wrapper .product-name {
    color: #224289;
    font-family: "Proxima Nova Bold";
    font-size: 19px;
}
p.text-large {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 32px;
}
ul.coach-list {
    border-left: 1px solid #9797973d;
    min-height: 280px;
    list-style: none;
}
ul.coach-list li {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 14px;
    position: relative;
}
ul.coach-list li::before {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #006cd1;
    border-radius: 30px;
    left: -18px;
    top: 10px;
}
h2.bottom-cta {
    font-family: "Proxima Nova Bold";
    font-size: 40px;
    font-weight: bold;
}
.mmc-img {
    margin-bottom: 14px;
}

@media screen and (max-width: 991px) {
	ul.coach-list {
	    border-left: none;
	    min-height: 0;
	}
	.content-section p {
	    font-size: 20px;
	    padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.bg-product-header {
    	height: 228px;
	    background-position: 15% 50%;
	}
	.bg-product-header h1 {
	    font-size: 30px;
	    margin-top: 45px;
	}
	.content-section p, .content-section li {
	    margin: 20px 18px;
	    padding: 0;
	}

	.content p.blockquote {
        font-size: 16px;
        margin-top: 44px;
        line-height: 24px;
    }
	.content p.blockquote::before {
	    top: -28px;
	    left: -15px;
	}
    .content p.signature {
        font-size: 12px;
    }
	.btn-call img {
	    width: 48px;
	    height: 48px;
	}
	.btn-call .button-text {
	    font-size: 18px;
	    margin-top: 13px;
	    margin-left: 7px;
	}
	span.call-subtext, span.call-subtext a {
    	font-size: 15px;
    }
    h2.content-heading {
    	font-size: 25px;
    }
    .product-wrapper .product-name {
	    font-size: 16px;
	}
	.product-wrapper {
	    font-size: 14px;
	    min-height: 250px;
	    margin-bottom: 24px;
	}
	p.text-large {
	    font-size: 24px;
	}

	#mmc p {
	    font-size: 18px;
	}
	.bg-darkblue h3 {
	    font-size: 30px;
	}
	.bg-darkblue p {
	    font-size: 17px;
	}
	#mmc .container, #cmp .container {
	    padding: 0;
	}
	#cmp p, #mmc p {
	    padding: 0 20px;
	}

}