/*!
 * General element
 */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	background: #fff;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
	letter-spacing: -0.1px;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-word-wrap: break-word;
	word-wrap: break-word;
}
strong {
	font-weight: 900;
	letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
	letter-spacing: -0.5px;
	margin: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 600;
}
p {
	margin: 0 0 15px;
}
p:last-of-type {
	margin-bottom: 0;
}
.visible-md {
	display: none;
}
.outer-wrapper {
	position: relative;
	background: #fff;
	margin: 0 auto;
}
section {
	padding: 30px 0;
}
ul,ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li {
	margin-bottom: 15px;
	line-height: 26px;
}
ul li:last-of-type {
	margin-bottom: 0;
}
.font-light {
	font-weight: 300;
}
.section-tagline,
.section-title {
    text-align: center;
}
span.sep {
	display: block;
	max-width: 260px;
	height: 4px;
	margin: 0 auto 15px;
	border-radius: 3px;
}

/*!
 * Payment Icons.
 */
.button-access-wrap {
	margin-bottom: 20px;
}
.payment {
	width: 45px;
	height: 35px;
	background: url('../img/sprite.png') no-repeat;
	background-position: 0 -356px;
	display: inline-block;
}
.payment.mastercard {
	background-position: 0 -391px;
}
.payment.visa {
	background-position: 0 -426px;
}
.payment.paypal {
	background-position: 0 -461px;
}
.payment.money-back-white, .success .payment.money-back-black {
	background-position: 0 -566px;
	width: 144px;
}
.payment.money-back-black {
	background-position: 0 -496px;
	width: 144px;
}
.payment.secured-white, .success .payment.secured-black {
	background-position: 0 -601px;
	width: 184px;
}
.payment.secured-black {
	background-position: 0 -531px;
	width: 184px;
}
.button-header {
	text-align: center;
}
.access-button, .buy-button, .demo-button {
	background: #f26222;
	padding: 18px 30px;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 24px;
	border-radius: 6px;
	line-height: 1.1;
	box-shadow: 0 3px 0px 0px #ce511a;
	border: 1px solid #ea510d;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 20px;
	text-align: center;
}
.access-button:hover, .buy-button:hover, .demo-button:hover {
	background: #ce511a;
	box-shadow: 0 3px 0px 0px #b3410f;
	border: 1px solid #ce511a;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	text-decoration: none;
}
.demo-button {
	margin-bottom: 50px;
	margin-top: 30px;
}
.buy-button {
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
a.buy-button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
/*!
 * Header Section
 */

.page-header {
	position: relative;
	text-align: center;
	overflow: hidden;
	background: rgba(0,69,121,1);
	background: -moz-linear-gradient(45deg, rgba(0,69,121,1) 0%, rgba(0,69,121,1) 48%, rgba(1,38,64,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,69,121,1)), color-stop(48%, rgba(0,69,121,1)), color-stop(100%, rgba(1,38,64,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,69,121,1) 0%, rgba(0,69,121,1) 48%, rgba(1,38,64,1) 100%);
	background: -o-linear-gradient(45deg, rgba(0,69,121,1) 0%, rgba(0,69,121,1) 48%, rgba(1,38,64,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(0,69,121,1) 0%, rgba(0,69,121,1) 48%, rgba(1,38,64,1) 100%);
	background: linear-gradient(45deg, rgba(0,69,121,1) 0%, rgba(0,69,121,1) 48%, rgba(1,38,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004579', endColorstr='#012640', GradientType=1 );
}
.header-hero {
	position: relative;
	overflow: hidden;
	padding: 30px 0 0;
	background: url('../images/iconic.png') repeat;
}
.page-header .container {
	position: relative;
}
.header-notice {
	color: #fff;
	background: #ff9000;
	padding: 20px 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px #7b7b7b;
	margin-top: 30px;
	display: inline-block;
	position: relative;
}
.header-notice p {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 20px;
	position: relative;
	z-index: 2;
}
.header-title {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -1.5px;
}
.video-sales {
	position: relative;
	background: #fff;
	padding-bottom: 20px;
	padding-top: 20px;
}
.video-sales .embed-responsive {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 30px #ddd;
	box-shadow: 0 0 30px #ddd;
}
.header-tagline {
	background: #f26222;
	color: #fff;
	padding: 12px 14px 18px;
	border-radius: 8px;
	font-size: 20px;
	line-height: 1.3;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 600;
}
.notice-below {
    font-family: "Montserrat", serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #185b96;
}
.notice-below p.tagline {
    color: #003360;
    font-size: 22px;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.button-header img {
    display: inline-block;
    margin-bottom: 10px;
}

/*
 * Section one
 */
.section-one {
	background: #051e32 url('../images/section1.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	color: #fff;
}
.section-tagline {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #69ee89;
	font-size: 24px;
	margin-bottom: 15px;
	padding: 0 30px;
}
.section-title {
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.16667;
}
.feature-one ul li,
.feature-one ul li span {
	position: relative;
}
.feature-one ul li span {
	display: inline-block;
	padding-left: 20px;
}
.feature-one ul li span:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #3b6d93;
	left: 0;
	top: 5px;
}

/*
 * section two
 */
.section-two {
	padding-bottom: 0;
}

/*
 * Section three
 */
.section-three {
	position: relative;
	background: #051e32 url('../images/section3.jpg') repeat;
	color: #fff;
	padding-bottom: 0;
	padding-top: 0;
	overflow: hidden;
}
.section-three:before,
.section-five:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/diagonal1.png') center top no-repeat;
	-webkit-background-size: initial;
    background-size: initial;
}
.section-three h2.section-title, .section-five h3.section-tagline {
	margin-top: 90px
}
.section-three .section-title span {
	color: #ffd006;
}
.section-three span.sep {
	margin-bottom: 40px
}
ul.feature-two {
	padding-bottom: 30px;
}
ul.feature-two li {
    position: relative;
    margin-left: 70px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #23364a
}
ul.feature-two li:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
ul.feature-two li:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: url('../images/sprite.png') no-repeat;
    background-position: 0 0;
    left: -70px;
    top: 50%;
    margin-top: -42px;
    -webkit-transform: scale(0.62);
    -moz-transform: scale(0.62);
    -ms-transform: scale(0.62);
    -o-transform: scale(0.62);
    transform: scale(0.62);
}
ul.feature-two li:nth-child(2):before {
	background-position: -64px 0;
}
ul.feature-two li:nth-child(3):before {
	background-position: -128px 0;
}
ul.feature-two li:nth-child(4):before {
	background-position: -192px 0;
}
ul.feature-two li:nth-child(5):before {
	background-position: -256px 0;
}
.section-three .section-desc {
	color: #222;
	padding-top: 30px;
	background: #f1f1f1;
}
.section-three .section-desc img {
	margin-bottom: -61px;
}
/*
 * Section four
 */
.section-four {
	padding-top: 54px;
	padding-bottom: 0;
}
.section-four .section-title {
	margin-bottom: 15px;
}
.section-four .section-title span {
	color: #f10015;
}
.confuse {
    position: relative;
}
.confuse ul {
    margin-bottom: 15px;
}
.confuse ul.left-list {
	border-top: 1px solid #f3f3f3;
	padding-top: 24px;
}
.confuse ul li {
    font-weight: 900;
    font-size: 20px;
    position: relative;
    padding-left: 56px;
    border-bottom: 1px solid #f3f3f3;
    min-height: 48px;
    padding-bottom: 25px;
}
.confuse ul li:before {
	position: absolute;
    content: '';
    width: 48px;
    height: 48px;
    background: url('../images/sprite.png') no-repeat;
    background-position: 0 -64px;
    left: 0;
    top: 50%;
    margin-top: -36px;
}
.confuse ul.left-list li:last-of-type:before {
	background-position: -48px -64px;
}
.confuse ul.right-list li:before {
	background-position: -96px -64px;
}
.confuse ul.right-list li:last-of-type:before {
	background-position: -144px -64px;
}
.section-four .warning {
    background: #f10015;
    color: #fff;
    padding: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    border-radius: 8px;
    text-align: center;
    margin: 30px 0;
    font-weight: 200;
    letter-spacing: -1px;
}
.section-four .warning strong {
    font-weight: 600;
}
.responsive-flow img {
    margin: 0 auto;
}
.responsive-flow {
    margin-bottom: 20px;
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}
.responsive-flow div {
	padding-left: 0;
	padding-right: 0;
}
.responsive-flow img.arrow {
    margin: 0 auto;
    float: none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
/*
 * Section five
 */
.section-five {
	background: #0a1c2d;
	color: #fff;
	padding-bottom: 0;
	padding-top: 0;
	overflow: hidden;
	position: relative;
}
.section-five .section-desc {
	background: #014479 url(../images/diagonal3.jpg) center top no-repeat;
	padding-top: 80px;
	/* margin-top: 20px; */
	-webkit-background-size: initial;
	background-size: initial;
}
.section-five .section-tagline {
	color: #f26222;
}
.section-five span.sep {
	margin-bottom: 40px;
}
.features-three {
	position: relative;
	margin-bottom: 30px;
}
.features-three ul li span {
    position: relative;
    display: block;
    margin-left: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1f3b50;
}
.features-three ul.left-list {
    margin-bottom: 15px;
    margin-top: -20px;
}
.features-three ul.right-list li:last-of-type span {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.features-three ul li span:before {
	content: '';
	position: absolute;
	width: 48px;
	height: 48px;
	background: url('../images/sprite.png') no-repeat;
	background-position: -192px -64px;
	left: -60px;
}
.features-three ul.left-list li:nth-child(2) span:before {
	background-position: -240px -64px;
}
.features-three ul.left-list li:nth-child(3) span:before {
	background-position: -288px -64px;
}
.features-three ul.left-list li:nth-child(4) span:before {
	background-position: 0 -112px;
}
.features-three ul.right-list li:nth-child(1) span:before {
	background-position: -48px -112px;
}
.features-three ul.right-list li:nth-child(2) span:before {
	background-position: -96px -112px;
}
.features-three ul.right-list li:nth-child(3) span:before {
	background-position: -144px -112px;
}
/*
 * Section six
 */
.section-six, .section-nine {
	text-align: center;
	padding-bottom: 0;
}
.section-six .section-title,.section-nine .section-title {
	margin-bottom: 20px;
}
.section-six span.sep {
	margin-bottom: 20px;
	margin-top: 20px;
}
.section-six h3, .section-nine h3 {
	color: #f26222;
    text-align: center;
    font-size: 26px;
    padding: 10px 0 30px;
    display: inline-block;
}
.setup .row {
	margin-bottom: 20px;
}
.setup .row:nth-child(2n+1) {
	padding: 30px 0 20px;
	margin-bottom: 30px;
	background: #f1f1f1;
}
.section-nine .setup .row:last-of-type,
.setup.broadcast .row:last-of-type {
	margin-bottom: 0;
}
.setup .image-content {
    position: relative;
}
.setup .image-content img {
    box-shadow: 0 0 15px #ddd;
    position: relative;
}
.setup .text-content {
    margin-top: 20px;
    text-align: left;
}
.setup span.setup-number {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 18px;
}
.setup h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 5px 0;
}
/*
 * Section seven
 */
.section-seven {
	background: #111d2f url('../images/section7.jpg') no-repeat top center;
	-webkit-background-size: contain;
	background-size: contain;
	color: #fff;
	text-align: center;
}
.video-bottom {
	margin-bottom: 30px;
}
.video-bottom-banner {
    background: #124a86;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 14px 10px;
}
.video-bottom-banner p {
    margin-bottom: 0;
}
.video-bottom-banner span {
    text-transform: uppercase;
    font-weight: 700;
}
/*
 * Section eight
 */
.section-eight {
	background: #124a86;
	color: #fff;
	/* padding-bottom: 40px; */
}
.section-eight h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 600;
}
/*
 * section nine
 */
.section-nine h3 {
	margin-top: 0;
	padding-top: 0;
	font-weight: 600;
}
/*
 * section ten
 */
.section-ten {
    background: #e1e1e1;
}
.section-ten .section-title {
	margin-bottom: 50px;
}
.section-ten .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-left: 0;
  margin-right: 0;
  background: #dfdfdf;
}
.features-comparison {
	position: relative;
	background: #fff;
	box-shadow: 0 0 30px #b7b7b7;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
	line-height: 22px;
	font-size: 16px;
}
.features-comparison .header-comparison:before {
	content: '';
	position: absolute;
	width: 30%;
	height: 100%;
	background: transparent;
	box-shadow: 0px -3px 10px #525252;
	left: 40%;
}
.features-comparison .header-comparison {
	background: #0d497f;
	color: #fff;
	font-family: "Montserrat", sans-serif;
}
.features-comparison .header-comparison span.msghero {
	background: #f26222;
	font-weight: 600;
}
.features-comparison .header-comparison span.msghero:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	background: #f26222;
	left: 0;
	top: -20px;
}
.features-comparison .header-comparison span.msghero:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: url('../images/sprite.png') -364px -148px no-repeat;
    right:  0;
    top: -20px;
}
.features-comparison div > span {
	position: relative;
	float: left;
	width: 30%;
	padding: 24px 15px;
	text-align: center;
}
.features-comparison div > span:first-of-type {
	width: 40%;
	text-align: left;
}
.features-comparison .feat-comparison:nth-child(2n+2) {
	background: #f0f0f0;
}
.features-comparison .feat-comparison span.yes span {
    color: #25ae88;
}
.features-comparison .feat-comparison span.no span {
    color: #d75a4a;
}
.features-comparison .feat-comparison span.yes span,
.features-comparison .feat-comparison span.no span {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	font-size: 14px;
}
.features-comparison .feat-comparison span.yes span:before,
.features-comparison .feat-comparison span.no span:before {
	content: '';
	width: 28px;
	height: 28px;
	background: url('../images/sprite.png') no-repeat 0 -160px;
	display: block;
	margin: 0 auto;
}
.features-comparison .feat-comparison span.yes span:before {
	background-position: -28px -160px;
}

.section-ten p {
	margin-bottom: 0;
}

/*
 * Section Eleven
 */
.section-eleven {
	position: relative;
	background: #0a1c2d url('../images/pricing-top.jpg') no-repeat top center;
	-webkit-background-size: contain;
	background-size: contain;
	color: #fff;
}
.section-eleven:after {
	content:'';
	position: absolute;
	width: 100%;
	height: 610px;
	bottom: 0;
	left: 0;
	background: url('../images/pricing-bottom.jpg') bottom center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.pricing {
    position: relative;
    z-index: 2;
}
.section-eleven .section-tagline {
    background: #0d497f;
    color: #fff;
    padding: 24px;
    border-radius: 8px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 22px;
}
.package {
    background: #fff;
    color: #222;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.package:nth-child(2):before {
	content:'';
	position: absolute;
	width: 155px;
	height: 145px;
	background: url('../images/sprite.png') no-repeat -365px 0;
	right: -19px;
	top: 0;
}
.package:nth-child(2) {
	background: #0d497f;
	color: #fff;
	/* padding-top: 60px */
}
.package:last-of-type {
	margin-bottom: 0;
}
.price, .package-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 28px;
    display: block;
}
.package-name {
    margin-bottom: 30px;
}
.price {
    background: #0d497f;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 44px;
    padding-top: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.package:nth-child(2) .price {
	background: #e1effa;
	color: #0d497f;
}
.price span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
}
.pricing ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ececec;
    font-weight: 700;
    font-size: 18px;
}
.pricing .package:nth-child(2) ul li {
	border-color: #3f6d96;
}
.pricing ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 10px
}

/*
 * section twelve
 */
.section-twelve {
    background: #0d6419;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}
.section-twelve h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    margin-top: 25px;
}
.section-twelve .button-header {
    background: #03350a;
    padding-top: 50px;
    padding-bottom: 20px;
    margin-top: -61px;
}
.section-twelve .col-md-4 img {
    margin-top: 20px;
}

/*
 * section thirteen
 */
.section-thirteen ul {
    margin: 0;
    padding: 0;
}
.section-thirteen ul li {
    position: relative;
    margin-left: 90px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    line-height: 34px;
}
.section-thirteen ul li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.section-thirteen ul li p {
    margin-bottom: 0;
}
.section-thirteen ul li a {
	color: #f26222;
	font-weight: 700;
	text-decoration: underline;
}
.section-thirteen ul li:before {
    content:'';
    position: absolute;
    width: 60px;
    height: 60px;
    background: url('../images/sprite.png') no-repeat -295px -136px;
    left: -90px;
    top: -10px;
}
.section-thirteen h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

/*
 * section fourteen
 */
.section-fourteen {
	background: #0d497f url('../images/bottom-cta.jpg') no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
.section-fourteen h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 200;
	color: #fff;
}
.section-fourteen .access-button {
	margin-bottom: 0;
	font-size: 34px;
}

/*
 * Testimonial
 */
.testimonial-top {
    background: #f5f5f5;
}
.testimonial-top .row:first-of-type,
.testimonial-bottom .row:first-of-type {
	margin-bottom: 30px;
}
.testimonial-content {
	background: #fff;
	padding: 20px;
}
.testimonial-author .gravatar {
    border-radius: 50%;
    border: 4px solid #ddd;
    float: left;
    margin-right: 20px;
}
.testimonial-author .author-name {
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
    display: block;
    margin-top: 20px;
    line-height: 1;
}
.testimonial-author .author-info {
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
}
.testimonial-author {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.testimonial-content p {
    font-size: 18px;
}
.testimonial-bottom {
	background: #f9f9f9;
}
.testimonial-bottom .testimonial-video {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 20px;
}
.testimonial-bottom .testimonial-content {
	background: none;
	padding: 0;
}
.testimonial-bottom .testimonial-content > p {
	position: relative;
	background: #fff;
	padding: 24px;
	border-radius: 8px;
	-webkit0box-shadow: 0 10px 15px #eee;
	box-shadow: 0 5px 15px #eee;
}
.testimonial-bottom .testimonial-content > p:before {
	content: '';
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	left: 40px;
}
.testimonial-bottom .testimonial-author {
	border-bottom: none;
	margin-bottom: 0;
}
.testimonial-bottom .row:not(.testimonial1) .testimonial-author {
	margin-top: 20px;
	padding-bottom: 0;
}
.testimonial-bottom .row:not(.testimonial1) .testimonial-content > p:before {
	top: auto;
	bottom: -10px;
	border-bottom: none;
	border-top: 10px solid #fff;
}
.testimonial-content p span {
	display: block;
	margin-bottom: 15px;
	height: 1px;
	width: 100%;
}

/*
 * Footer
 */
.site-footer {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer ul li {
    display: inline-block;
    line-height: 1;
}
.site-footer ul li a {
  color: #074681
}
.site-footer ul li::after{
  content: '|';
  margin: 0 10px;
  line-height: 1;
  color: #074681
}
.site-footer ul li:last-of-type::after {
	display: none;
}

/*
 * Media Queries
 */
@media only screen and (min-width: 600px) {
.video-sales {
	padding-bottom: 40px;
}
}
@media only screen and (min-width:768px) {
.features-comparison {
    font-size: 18px;
}

.features-comparison div > span {
    padding-left: 20px;
    padding-right: 20px;
}

.features-comparison .feat-comparison span.yes span:before, .features-comparison .feat-comparison span.no span:before {
    display: inline-block;
    top: 8px;
    position: relative;
    margin-right: 4px;
}

.features-comparison .feat-comparison span.yes span, .features-comparison .feat-comparison span.no span {
    margin-top: -4px;
    font-size: 18px;
}

.features-comparison .feat-comparison > span:last-of-type {
    text-align: left;
}

.features-comparison .feat-comparison > span:last-of-type span {
    width: 96px
}
}
@media only screen and (min-width:992px) {
body {
	font-size: 20px;
	line-height: 34px;
}
p {
    margin-bottom: 20px;
}
ul li {
	line-height: 30px;
}
.header-hero {
    padding: 50px 0 0;
}
.header-title {
    font-size: 36px;
    letter-spacing: -2px;
    margin: 0 0 30px;
    line-height: 1.2;
    padding: 0;
}
.header-tagline {
    font-size: 24px;
    border-radius: 80px;
    padding: 24px 50px 30px;
    margin-bottom: 30px;
}
.video-sales {
	padding-bottom: 44px;
}
.video-sales .embed-responsive {
	-webkit-box-shadow: 0 0 50px #9e9e9e;
    box-shadow: 0 0 50px #9e9e9e;
}
.notice-below {
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}
.notice-below p.tagline {
    font-size: 32px;
    padding: 0 80px;
    margin-bottom: 15px;
}
.access-button, .buy-button {
    display: block;
}
.access-button {
	font-size: 40px;
	padding: 24px 30px 30px;
}
section {
    padding: 44px 0;
}
.section-tagline {
	font-size: 30px;
	margin-bottom: 10px;
}
.section-title {
	font-size: 36px;
	line-height: 1.267;
	letter-spacing: -2px;
	padding-left: 44px;
	padding-right: 44px;
	margin-bottom: 40px;
}
span.sep,
.section-three span.sep {
	margin-bottom: 50px;
}
.section-three h2.section-title, .section-five h3.section-tagline {
	margin-top: 120px
}
.feature-one ul li span {
    padding-left: 46px;
}
.feature-one ul li span:before {
    top: 14px;
}
.section-one img {
    margin-top: 160px;
}
ul.feature-two li {
	width: 20%;
	float: left;
	text-align: center;
	border-bottom: none;
	padding-top: 184px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
ul.feature-two li:last-of-type {
	margin-right: 0;
}
ul.feature-two li:before {
	left: 50%;
	transform: none;
	z-index: 2;
	margin-left: -32px;
	top: 0;
	margin-top: 48px;
}
ul.feature-two li:after {
	content: '';
	position: absolute;
	width: 192px;
	height: 168px;
	left: 50%;
	margin-left: -96px;
	transform: none;
	background: #004479;
	top: 0;
	z-index: 1;
	border-radius: 8px;
	-webkit-box-shadow: 7px 7px 0px #041629;
	-moz-box-shadow: 7px 7px 0px #041629;
	-o-box-shadow: 7px 7px 0px #041629;
	box-shadow: 7px 7px 0px #041629;
}
ul.feature-two {
    padding-bottom: 50px;
    margin-left: -30px;
    margin-right: -30px;
}
.section-two {
	padding-bottom: 0;
}
.section-three .section-desc {
    padding-top: 50px;
    padding-bottom: 30px;
}
.section-three .section-desc .col-md-8 {
    padding-right: 50px;
}
.section-three .section-desc img {
	margin-bottom: -36px;
}
.section-four .section-title {
	margin-bottom: 30px;
	font-size: 40px;
	padding-left: 80px;
	padding-right: 80px;
}
.confuse ul {
    position: absolute;
    width: 33.3333%;
    top: 27%;
    border: none !important;
}
.confuse ul li {
    border-bottom: 0;
    font-size: 22px;
    line-height: 32px;
    padding-left: 70px;
}
.confuse ul.left-list {
    left: 0;
    padding-right: 30px;
    padding-top: 0;
}
.confuse ul.right-list {
    right: 0;
    padding-left: 30px;
}
.section-four .warning {
    font-size: 30px;
    padding: 34px 90px;
    line-height: 40px;
}
.responsive-flow img.arrow {
    float: left;
    -webkit-transform:  none;
    -moz-transform:  none;
    -ms-transform:  none;
    -o-transform:  none;
    transform:  none;
    margin-top: 34px;
}
.section-five .features-three {
	margin-bottom: 40px;
}
.section-five .section-desc {
	padding-top: 100px;
	margin-top: 20px;
}
.section-five .section-desc .image-content {
	margin-top: 30px;
}
.setup .image-content:before {
	content: '';
	position: absolute;
	width: 298px;
	height: 266px;
	background: url('../images/memphis.png') no-repeat center center;
	bottom: -60px;
	left: -20px;
}
.section-six h3, .section-nine h3 {
	color: #fff;
	background: #f26222;
	font-size: 28px;
	margin: 20px auto;
	border-radius: 90px;
	padding: 30px 60px;
	display: inline-block;
	max-width: 100%;
}
.setup .text-content {
    margin-top: 40px
}
.setup span.setup-number {
    font-size: 20px;
}
.setup h4 {
    font-size: 30px;
    margin: 10px 0;
}
.setup .row {
    background: none !important;
    margin-bottom: 60px !important;
}
.setup .row:nth-child(2n) .image-content {
    float: right;
    left: 0;
}
.setup .row:nth-child(2n) .image-content:before {
	left: auto;
	right: -20px;
}
.video-bottom {
	margin-bottom: 50px;
}
.video-bottom-banner {
    padding: 24px
}
.video-bottom-banner p {
    margin-bottom: 0;
}
.video-bottom-banner span {
    font-size: 30px
}
.section-nine h3 {
	margin-top: 20px;
}
.responsive-flow img {
    float: left;
}
.section-ten {
	background: #f1f1f1;
}
.section-ten .comparison {
	margin-bottom: 50px;
}
.section-eleven .section-tagline {
	font-size: 26px;
}
.package {
    width: calc(50% - 30px);
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 50px;
}
.package:nth-child(2n+1) {
    margin-top: 40px;
}
.package:nth-child(2) {
    box-shadow: 0 0 15px #222;
    position: relative;
    z-index: 99;
    padding-top: 70px;
    /* padding-bottom: 70px; */
}
.section-eleven .section-title {
    margin-bottom: 50px;
}
.section-twelve {
	padding-bottom: 60px;
}
.section-twelve .button-header {
    padding-top: 70px;
    padding-bottom: 44px;
}
.section-twelve img {
    position: absolute;
    right: 0;
    bottom: -1px;
    max-width: 38%;
}
.features-comparison {
    font-size: 20px;
}
.features-comparison:before,
.features-comparison:after {
	content: '';
	position: absolute;
}
.features-comparison:before {
	background: url('../images/comparison-memphis-left.png') no-repeat;
	width: 113px;
	height: 327px;
	bottom: 40px;
	left: -113px;
}
.features-comparison:after {
	background: url('../images/comparison-memphis-right.png') no-repeat;
	width: 110px;
	height: 325px;
	top: 40px;
	right: -110px;
}
.features-comparison .header-comparison span.msghero {
    font-size: 24px;
}
.features-comparison div > span {padding-left: 24px;padding-right: 24px;
}
}

@media only screen and (min-width: 1200px) {
section {
	padding-top: 54px;
	padding-bottom: 54px;
}
.header-hero {
    padding: 60px 0 0;
}
.feature-one ul li:before {
    content: '';
    position: absolute;
    width: 54%;
    height: 1px;
    background: #3b6d93;
    left: -54%;
    top: 19px
}
.feature-one ul li:first-of-type:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 44px;
    background: #3b6d93;
    left: -54%;
    top: 19px
}
.feature-one ul li:nth-child(2):before {
    width: 46%;
    left: -46%;
}
.feature-one ul li:nth-child(3):before {
    width: 40%;
    left: -40%;
}
.feature-one ul li:nth-child(4):before {
    width: 34%;
    left: -34%;
}
.feature-one ul li:nth-child(5):before {
    width: 22%;
    left: -22%;
}
.feature-one ul li:nth-child(6):before {
    width: 17%;
    left: -17%;
}
.feature-one ul li:nth-child(7):before,
.feature-one ul li:nth-child(8):before {
    width: 10%;
    left: -10%;
}
.section-two {
	padding-bottom: 0;
}
.section-three .section-desc {
	padding-bottom: 0;
}
.section-five .features-three {
	margin-bottom: 60px;
}
.section-five span.sep {
	margin-bottom: 60px;
}
.features-three img {
	position: absolute;
	left:  50%;
	margin-left: -309px;
	bottom: -40px;
}
.features-three ul {
	width: 50%;
	float: left;
}
.features-three ul li {
	position: relative;
}
.features-three ul li:before,
.features-three ul li:after {
	content: '';
	position: absolute;
	background: #43515e
}
.features-three ul.left-list li:before,
.features-three ul.left-list li:after {
	top: 50%;
	right: -100px;
}
.features-three ul.right-list li:before,
.features-three ul.right-list li:after {
	top: 50%;
	left: -40px;
}
.features-three ul.left-list li:first-of-type:before {
	width: 40px;
	height: 1px;

}
.features-three ul.left-list li:first-of-type:after {
	width: 1px;
	height: 96px;
}
.features-three ul.left-list li:nth-child(2):before {
	width: 70px;
	height: 1px;
	right: -110px;
}
.features-three ul.left-list li:nth-child(3):before {
	width: 140px;
	height: 1px;
	right: -180px;
}
.features-three ul.left-list li:nth-child(3):after {
	width: 1px;
	height: 20px;
	right: -180px;
	margin-top: -20px;
}
.features-three ul.left-list li:nth-child(4):before {
	width: 140px;
	height: 1px;
	right: -180px;
}
.features-three ul.left-list li:nth-child(4):after {
	width: 1px;
	height: 80px;
	right: -180px;
	margin-top: -80px;
}
.features-three ul.right-list li:first-of-type:before {
	width: 40px;
	height: 1px;
}
.features-three ul.right-list li:first-of-type:after {
	width: 1px;
	height: 130px;
}
.features-three ul.right-list li:nth-child(2):before {
	width: 70px;
	height: 1px;
	left: -60px;
}
.features-three ul.right-list li:nth-child(3):before {
	width: 40px;
	height: 1px;
	left: -40px;
}
.features-three ul.right-list li:nth-child(3):after {
	width: 1px;
	height: 30px;
	left: -40px;
	margin-top: -30px;
}
.features-three ul.left-list {
	float: left;
	text-align: right;
	padding-right: 60px;
	margin-top: 0;
}
.features-three ul.left-list li:first-of-type {
	margin-right: 70px;
	margin-bottom: 70px;
	margin-left: 40px;
}
.features-three ul.left-list li:nth-child(2) {
	margin-right: 330px;
	margin-bottom: 60px
}
.features-three ul.left-list li:nth-child(3) {
	margin-right: 240px;
	margin-bottom: 60px;
}
.features-three ul.left-list li:nth-child(4) {
	margin-right: 140px;
	margin-left: 60px;
}
.features-three ul.right-list li:first-of-type {
	margin-bottom: 70px;
	margin-right: 20px;
}
.features-three ul.right-list li:nth-child(2) {
	margin-bottom: 60px;
	margin-right: 0;
	margin-left: 110px;
}
.features-three ul.right-list li:nth-child(3) {
	margin-top: 160px;
	margin-right: 0;
	margin-left: 140px;
}
.features-three ul li span {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.features-three ul.left-list li span {
	padding-left: 0;
	padding-right: 10px;
	margin-left: 0;
}
.features-three ul.right-list li span {
	padding-left: 10px;
}
.features-three ul li span:before {
	top: 50%;
	margin-top: -24px;
}
.features-three ul.left-list li span:before {
	left: auto;
	right: -60px;
}
.features-three ul.right-list {
	padding-left: 60px;
}
.header-title,
.section-title {
    font-size: 44px;
    letter-spacing: -3px;
}
.section-ten .section-title {
	margin-bottom: 70px;
}
.header-title {
	margin-bottom: 0;
}
.section-one img {
	margin-top: 40px;
}
.section-one {
	padding-bottom: 0;
}
.video-sales {
	padding-bottom: 54px;
}
.section-four {
	padding-bottom: 34px;
}
.section-five .section-desc {
	padding-top: 120px;
}
.setup .row {
	margin-bottom: 80px !important;
}
.setup .image-content:before {
	left: -70px;
}
.section-six h3, .section-nine h3 {
	max-width: 80%;
	margin: 50px auto;
}
.section-six h3:last-of-type {
	margin-top: 40px;
}
.section-nine h3 {
	margin-top: 30px
}
.features-comparison div > span {
    width: 24%;
}

.features-comparison div > span:first-of-type {
    width: 52%;
}

.features-comparison .header-comparison:before {
    width: 24%;
    left: 52%;
}
.testimonial-top {
    padding-bottom: 90px;
}
.testimonial-top .row:first-of-type {
    margin-bottom: 70px;
}
.testimonial-top .row:last-of-type .col-lg-7 {
	float: right;
}
.testimonial-video {
    -webkit-box-shadow: 0 10px 15px #bfbfbf;
    box-shadow: 0 10px 15px #bfbfbf;
}
.testimonial-content {
	background: none;
	padding: 0;
}
.testimonial-content p {
    line-height: 32px;
}
.testimonial-bottom .testimonial-author {
	margin-top: 10px;
}
.testimonial-bottom .testimonial-author {
	border-bottom: none;
	margin-bottom: 0;
}
.testimonial-bottom .testimonial-content > p {
	padding: 34px;
}
.testimonial-bottom .testimonial-author .author-name {
	margin-top: 30px;
}
}

.mh-terms-container ol li{
	margin-bottom:24px;
	padding-left:16px;
}
.term-point{
	text-transform:uppercase;
}	
.mh-terms-container ol li ul li{
	margin-bottom:10px;
	padding-left:28px;
}