@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
select,
textarea {
	color: #404040;
	font-family: 'Lato', arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1em 1em;
	padding: 1em 3em;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	font-size: 2.0rem;
	color: #5e5e5e;
}

blockquote p {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #063f73; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #779324;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #779324;
}

a:hover,
a:focus,
a:active {
	color: #063f73;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* RESPONSIVE STUFF */

@media screen and (max-width: 880px) {
	
.headline {
	font-size: 30px !important;
}
	
	.champ-copy {
		padding: 0 50px !important;
	}
	
	.inside-text-title {
		font-size: 28px !important;
		font-size: 2.8rem !important;
	}
	
	.inside-left-text, .inside-right-text {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
	
}

@media screen and (max-width: 750px) {
	
.testimonial {
	width: 50% !important;
}

.testimonial:nth-child(3) {
	display: none !important;
}
	
.champ-copy {
	display: none !important;
}
	
.headline {
	font-size: 20px !important;
}
	
	.inside-left-text, .inside-right-text {
		width: 100% !important;
		margin: 0 !important;
		padding: 25px 30px 0 !important;
		font-size: 20px !important;
		font-size: 2.0rem !important;
	}
	
	.inside-right-image {
		width: 100% !important;
		float: left !important;
		margin: 10px 0 -4px !important;
		height: auto !important;
	}
	
	.inside-left-image {
		display: none !important;
	}

	.inside-left-image-mobile {
		display: block !important;
		width: 100% !important;
		float: left !important;
		margin: 10px 0 -4px !important;
		padding: 0 30px 0 !important;
		height: auto !important;
		text-align: center !important;
	}
	
}

@media screen and (max-width: 700px) {
	
	.subscription-box {
		width: 100% !important;
		display: block !important;
	}
	
}

@media screen and (max-width: 520px) {

.testimonial {
	width: 100% !important;
}

.testimonial:nth-child(2) {
	display: none !important;
}

}

@media screen and (max-width: 460px) {

.chevron, .chevron-copy {
	width: 100% !important;
	padding: 0 !important;
}

}

@media screen and (min-width: 750px) {
	
.header-logo {
	text-align: left !important;
}

.header-logo img {
	margin-left: 20px !important;
}

.headline {
	margin: 35px 0 20px !important;
	text-shadow: 0 1px 10px #000000 !important;
}

.download-button-big > a {
	font-size: 20px !important;
}

.champ-image {
	float: right !important;
	width: 50% !important;
}

.champ-left-container {
	width: 50%;
	float: left;
}

.big-blue {
	padding: 40px !important;
}

.chevron {
	display: none !important;
}

.desktop-arrow {
	display: block !important;
}
	
}

/* NORMAL STUFF */

.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

a.goto {
	display: block;
	margin: -100px 0 0;
	padding: 100px 0 0;
}

.sticky-nav {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: rgba(26,68,94,0.9);
	z-index: 9999;
	box-shadow: 0 1px 15px -5px #000000;
	display: none;
}

.sticky-logo {
	position: absolute;
	top: 15px;
	right: 15px;
}

.header {
	background: #436775 url(blurryBG.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
}

.header-logo {
	text-align: center;
	padding: 15px 0 0;
}

.header-logo img {
	width: 220px;
}

.headline {
	padding: 0 50px;
	margin: 15px 0 10px;
	text-align: center;
	color: #ffffff;
	font-family: 'Lato', arial, sans-serif;
	font-size: 40px;
	font-weight: bold;
}

.champ-copy {
	padding: 0 50px 0 70px;
	margin: 15px 0 10px;
	color: #ffffff;
	font-family: 'Lato', arial, sans-serif;
}

.download-button-big {
	display: block;
	padding: 10px 0 15px;
	text-align: center;
}

.download-button-big > a {
	border-radius: 10px;
	border-bottom: solid #8c7b2e 5px;
	background: #ae9c4b;
	color: #ffffff;
	font-size: 17px;
	line-height: 1;
	padding: .6em 1.3em;
	text-align: center;
	margin-top: -3px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: auto;
	display: inline-block;
}

.download-button-big.champ > a {
	box-shadow: 0 1px 10px -2px #000000;
}

.download-button-big.sticky > a {
	box-shadow: 0 1px 10px -2px #000000;
	font-size: 14px !important;
}

.download-button-big > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.download-button-big > a > img {
	margin: 0 3px -3px 0;
}

.video-button-big {
	display: block;
	padding: 10px 0 15px;
	text-align: center;
}

.video-button-big > a {
	border-radius: 10px;
	border-bottom: solid #8c7b2e 5px;
	background: #ae9c4b;
	color: #ffffff;
	font-size: 17px;
	line-height: 1;
	padding: .6em 1.3em;
	text-align: center;
	margin-top: -3px;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: auto;
	display: inline-block;
}

.video-button-big > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.video-button-big > a > img {
	margin: 0 3px -3px 0;
}

.champ-image {
	text-align: center;
	height: 562px;
}

.testimonials {
	padding: 20px 0;
	text-align: center;
	background-color: #f6f6f6;
}

.testimonial {
	width: 33%;
	float: left;
	padding: 20px 35px;
	text-align: center;
}

.testimonial-image {
	float: none;
	text-align: center;
}

.testimonial-image img {
	border: none;
	border-radius: 50%;
}

.testimonial-name {
	text-align: center;
	font-style: italic;
}

.gray-area {
	width: 100%;
	background-color: #f6f6f6;
}

.white-area {
	width: 100%;
	background-color: #ffffff;
}

.inside-left-text {
	margin: 0 480px 0 30px;
	width: auto;
	float: left;
	padding: 40px 0;
}

.inside-right-text {
	margin: 0 30px 0 460px;
	padding: 40px 0;
}

.full-width {
	margin: 0 auto;
	padding: 40px 40px 0;
}

.full-width .inside-text-title {
	text-align: center;
}

.full-width > img {
	margin: auto;
	display: block;
}

.inside-text-title {
	font-size: 39px;
	font-size: 3.9rem;
	color: #063f73;
	line-height: normal;
	padding-bottom: 10px;
}

.inside-right-image {
	float: right;
	margin: 30px 0 0 -430px;
	width: 430px;
	padding: 0;
	text-align: center;
}

.inside-left-image {
	float: left;
	margin: 30px 0 0;
	padding: 0;
	width: 430px;
	text-align: center;
}

.inside-left-image-mobile {
	display: none;
}

ul.key-features {
	margin: 0;
}

ul.key-features li {
	margin-bottom: 10px;
}

.big-blue {
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1a445e;
	padding: 15px 30px;
}

.chevron {
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
  height: 70px;
  width: 400px;
  margin: 6px auto 30px;
  z-index: 2;
}

.chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #063f73;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}

.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #063f73;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}

.chevron-copy {
	z-index: 3;
	position: absolute;
	top: 25px;
	width: 376px;
	color: #e7be05;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase; 
	text-align: center;
}

.desktop-arrow {
	position: relative;
	background: #e2eaec;
	padding: 30px;
	display: none;
	color: #1a445e;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase; 
	text-align: center;
	margin-bottom: 35px;
}

.desktop-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #e2eaec;
	border-width: 20px;
	margin-left: -20px;
	z-index: 5;
}

.light-blue-bar {
	padding: 40px;
	text-align: center;
	background-color: #e2eaec;
	color: #1a445e;
	font-family: 'Lato', arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

.light-blue-bar img {
	display: block;
	margin: 0 auto 10px;
}

.gray-arrow.first {
	padding-top: 20px;
}

.gray-arrow {
	position: relative;
	background: #f6f6f6;
	padding: 30px 30px 25px;
}

.gray-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #f6f6f6;
	border-width: 20px;
	margin-left: -20px;
	z-index: 5;
}

.white-arrow {
	position: relative;
	background: #ffffff;
	padding: 30px 30px 25px;
}

.white-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
	z-index: 5;
}

.bonus-image {
	text-align: center;
}

.bonus-title {
	text-align: center;
	font-family: 'Montserrat', arial, sans-serif;
	color: #1a445e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.slider-image, .slider-title, .slider-copy {
	text-align: center;
}

.slider-title {
	font-weight: bold;
}

.slider-copy {
	padding: 0 20px;
}

.accordion-container {
	width: 80%;
	border: 1px solid #7a97b2;
	margin: 10px auto 25px;
	border-radius: 20px;
}

.accordion-headline {
	width: 85%;
	float: left;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: bold;
	color: #000000;
}

.accordion-subhead {
	width: 85%;
	float: left;
}

button.accordion {
	cursor: pointer;
	padding: 20px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	background-color: #ffffff;
	border-radius: 20px;
}

button.accordion:before {
	content: '\25bc';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:before {
    content: '\25b2';
}

div.panel {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	background-color: #ffffff;
	border-radius: 20px;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.centered {
	text-align: center;
}

.subscription-box {
	padding: 19px 35px;
	border: 1px solid #c1c1c1;
	border-radius: 20px;
	text-align: center;
	width: 400px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px 10px;
	background-color: #ffffff;
}

.subscription-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
}

.free {
	color: #d33333;
}

.essentials {
	color: #ffbf2a;
}

.premium {
	color: #7cbe05;
}

.subscription-box ul {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 10px 0 0;
	padding: 0;
}

.subscription-box ul li {
	margin: 0 0 10px;
}

.footer {
	min-height: 150px;
	background-color: #063f73;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	padding-bottom: 20px;
}

.footer img {
	margin: 20px 0 10px;
}

.footer-links a {
	font-family: 'Montserrat', Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.footer-links a:hover {
	text-decoration: underline;
	color: #e7be05;
}

.footer-copy {
	margin-top: 10px;
}