@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
a {
    background: transparent none repeat scroll 0 0;
}
a:active, a:hover {
    outline: 0 none;
}
b, strong {
    font-weight: bold;
}
img {
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
html {
    color: rgba(38,34,98,1);
	font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.44em;
}
*::-moz-selection {
    background: #b6e2fc none repeat scroll 0 0;
    text-shadow: none;
}
canvas, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.777em;
    line-height: 1.2em;
    margin-top: 1.6em;
}
h2 {
    font-size: 1.422em;
    line-height: 1.2em;
    margin-top: 1.6em;
}
h3, h4, h5, h6 {
    font-size: 1em;
    line-height: 1.2em;
    margin-top: 1.6em;
}
a {
    color: rgba(127,148,194,1);
    text-decoration: none;
	text-transform: uppercase;
}
.big_blue {
	font-size: 16pt;
}
.big_light_blue {
	font-size: 16pt;
	color: rgba(127,148,194,1);
	font-weight: bold;
	margin: 10px 0 4em 0;
}
.white {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.upper {
	text-transform: uppercase;
}
a:hover {
    color: #babec0;
}
section {
    overflow: hidden;
    padding: 2em 1em;
    word-wrap: break-word;
}
section img {
    display: block;
    margin: 1em auto;
    max-width: 100%;
}
section h1:first-child, section h2:first-child, section h3:first-child, section h4:first-child, section h5:first-child, section h6:first-child {
    margin-top: 1em;
}
.nav {
	text-align: center;
}
.nav ul {
    list-style: outside none none;
    margin: 0.5em 0 0;
    padding: 0;
}
.navBackground {
	display: none;
}
#blue_block {
	display: none;
}
.nav li {
    display: inline-block;
    margin: 0 0.4em;
}
.section-header p {
	text-transform: capitalize;
}
.section-wrapper {
    margin: 0 auto;
    max-width: 540px;
}
.section-float {
	overflow: hidden;
    margin: 0 auto;
    max-width: 540px;
}
.section-wrapper-block {
    margin: 0 auto;
    max-width: 540px;
    text-align: center;
}
#problem {
	float: none;
	margin-right: 0;
	width: auto;
}
.big {
	font-size: 16pt;
	color: white;
	font-weight: 300;
}
.section-landing {
	background: url('/images/landing_s.png') no-repeat top center fixed;
	background-size: cover;
	background-position: center center;
}
.section-landing h1 {
	font-size: 80px;
	color: white;
}
.section-landing p {
	font-size: 40px;
	color: white;
}
.section-light-blue {
	background: rgba(127,148,194,1);
	color: white;
	padding: 0;
	text-align: center;
}
.section-light-blue-quotes {
	background: rgba(127,148,194,1);
	color: white;
	padding: 0 0 2em 0;
	text-align: center;
}
.section-light-blue p {
	padding: 10px;
}
.section-light-blue img {
	margin: auto;
}
.section-periwinkle {
	background: rgba(127,148,194,0.6);
	padding: 1em 1em;
	font-size: 40pt;
}
.section-quotes {
	background: url('/images/testemonials.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 0 2em 0;
}
.section-no-charge {
	background: url('/images/no_charge_s.png') no-repeat top center fixed;
	background-size: cover;
	padding: 1em 0;
}

#greens-container{
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    padding: 1.5em;
}
#blue_container{
    width: 100%;
	height: auto;
    margin: 0 0 4em 0;
    background: rgba(127,148,194,0.6) none repeat scroll 0 0;
    display: inline-block;
	padding: 2em 0;
}
.section-footer {
	background: rgba(38, 34, 98, 1);
	padding: 2em 1em;
}
.ol-stagger {
	text-align: left;
	word-wrap: break-word;
	list-style-type: none;
	color: rgba(38,34,98,1);
	padding-left: 0;
}
.ol-stagger li {
	position: relative;
	font: bold italic 24pt/1.5 Helvetica, Verdana, sans-serif;
	margin-bottom: 20px;
}
.ol-stagger p {
	font: 22px/1.5 'PT sans', sans-serif;
	color: white;
	padding-left: 60px
}
.ol-stagger span {
	position: absolute;
	line-height: 35px;
}
#quotes {
	list-style-type: none;
	padding-left: 0px;
	color: rgba(38,34,98,1);
	font-weight: bold;
}
footer {
    font-size: 0.7em;
    margin: 4em 1em;
    text-align: center;
}
footer ul {
    list-style: outside none none;
    margin: 0.5em 0 0;
    padding: 0;
}
footer li {
    display: inline-block;
    margin: 0 0.4em;
}
footer p {
    margin: 0.5em 0;
}
.text-center {
    text-align: center;
}
.inline-block {
    display: inline-block;
}
.display-show-large {
    display: none;
}
.showContent {
	display: inline;
	height: auto;
	line-height: 1em;
}
.show-more {
	padding: 0.5em 0;
	text-align: center;
}
.hide {
	display: none;
}
.content li {
	list-style: none;
}
.content ul {
	margin: 0;
	padding: 0;
}
#socialmedia {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#socialmedia ul {
	display: inline-block;
}
#socialmedia li {
	display: block;
	float: left;
}
#socialmedia img {
	width: 40px;
	padding: 0 0.5em;
}
@media only screen and (min-width: 650px) {
section {
    padding: 2em 1em;
}
.section-landing {
	background: url('/images/landing.png') no-repeat top center fixed;
	background-size: cover;
	background-position: center center;
}
}
@media only screen and (min-width: 1150px) {
html {
    font-size: 20px;
}
section {
    padding: 4em 1em;
}
.big {
	font-size: 26pt;
	color: white;
	font-weight: 300;
}
.big_blue {
	font-size: 26pt;
	color: rgba(38,34,98,1);
	font-weight: bold;
	margin: 10px 0 4em 0;
}
.big_light_blue {
	font-size: 26pt;
	color: rgba(127,148,194,1);
	font-weight: bold;
	margin: 10px 0 4em 0;
}
.nav {
	text-align: left;
}
.nav img {
	height: 100px;
	display: inline;
}
.nav ul {
	float: right;
	padding-right: 120px;
	margin-top: 55px;
	font-size: 18pt;
}
.section-header {
	padding: 2em 1em 0 1em;
}
.logo {
	height: 130px;
	display: inline;
	margin: 0 0 2em 0;
}
.navBackground {
	height: 180px;
	display: inline;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 511px;
}
#blue_block {
	display: block;
	position: absolute;
	margin: 0 auto;
	right: 0;
}
section img {
    max-width: initial;
}
.section-quotes {
	padding: 0 0 4em 0;
}
.section-landing {
	padding: 5em 1em;
}
.section-landing p {
	font-size: 60px;
}
.section-wrapper {
    margin: 0 auto;
    max-width: 1300px;
}
.section-periwinkle {
	font-size: 40pt;
}
.section-float {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1300px;
}
.section-light-blue img {
	width: 250px;
}
.section-no-charge {
	background: url('/images/no_charge.png') no-repeat top center fixed;
	background-size: cover;
	padding: 0 1em 0 1em;
}
#problem {
	float:left;
	margin: 0 20px 0 0;
	width: 50%;
}
#solution {
	overflow: hidden;
	margin: 0 0 0 20px;
}
#big_numbers {
	width: 800px;
	margin: 20px auto;
}
#logo-left {
	float:left;
	margin: 0 20px 0 0;
	width: 50%;
}
#logo-right {
	overflow: hidden;
	margin: 0 0 0 20px;
}
.column-layout {
    margin: 0 auto;
    max-width: 890px;
    position: relative;
}
.center-layout {
    display: block;
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
}
.center-quotes {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}
.layout-left {
    max-width: 585px;
}
.layout-right {
    margin-left: 315px;
    width: 585px;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
#greens-container{
    width: 49%;
    margin: 120px 0 0 0;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    display: inline-block;
    padding: 2em;
	position: relative;
	float: right;
}
.section-wrapper-block {
    margin: 0 auto;
    max-width: 75%;
    text-align: center;
}
}