﻿@import url("slick.css");

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #555;
}
@media (min-width: 768px){
	body{
		font-size: 17px;
	}
}
h1,h2,h3,h4,h5,h6{
	color: #3495D0;
	font-weight: 300;
}
a{
	color: #3495D0;
}
p{
	line-height: 1.5em;
	margin: 0 0 1em;
}


/* Splash Content
================================================= */
.logo img{
	max-height: 90px;
}
.fixed-nav .logo-white img,
.logo-color img{
	display: none;
}
.fixed-nav .logo-color img{
	display: inline;
}
@media (min-width: 768px){
	.logo img{
		max-height: 70px;
	}
}
.splash-content{
	background: url(../img/splash-person-laptop.jpg) top center no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	z-index: 100;
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}
.get-started .splash-content{
	background: url(../img/splash-desktop.jpg) top center no-repeat;
	background-size: cover;
}
.splash-content h1{
	color: #fff;
	margin: 90px 0 5px;
	font-weight: 300;
	font-size: 28px;
	padding: 0 15px;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
@media (min-width: 540px){
	.get-started .splash-content h1{
		font-size: 34px;
	}
}
.splash-content h2{
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin: 0;
	line-height: 1.7em;
}
.splash-content p{
	color: #fff;
	color: rgba(255,255,255,.9);
	font-weight: 300;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 0 1.5em;
	text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
@media (min-width: 768px){
	.splash-content{
		padding-bottom: 50px;
	}
	.splash-content h1{
		font-size: 44px;
		margin: 200px 0 20px 0;
		padding: 0 15px;
	}
	.get-started .splash-content h1{
		font-size: 44px;
	}
	.splash-content h2{
		font-size: 18px;
	}
	.splash-content p{
		font-size: 18px;
		text-align: left;
	}
}
@media (min-width: 992px){
	.splash-content h1{
		padding-left: 0;
	}
}
@media (min-width: 1220px){
	.splash-content h1{
		padding-left: 0;
	}
}
.screens-context{
	position: relative;
	text-align: center;
}
@media (min-width: 768px){
	.screens-context{
		position: relative;
		text-align: left;
	}
}
img.screen-desktop{
	position: absolute;
	width: 58.33333333%;
	max-width: 100%;
}
img.screen-mobile{
	position: absolute;
	width: 58.33333333%;

	max-width: 100%;
}
@media (min-width: 768px){
	img.screen-desktop{
		bottom: -121px;
		left: 45.66666667%;
		width: 76%;
	}
	img.screen-mobile{
		right: 270px;
		bottom: -200px;
		width: 150px;
	}
}
@media (min-width: 992px){
	img.screen-desktop{
		left: 42.66666667%;
		width: 76%;
	}
	img.screen-mobile{
		right: 360px;
		bottom: -200px;
		width: 200px;
	}
}
@media (min-width: 1200px){
	img.screen-desktop{
		right: 0;
		width: 58.33333333%;
	}
	img.screen-mobile{
		right: 480px;
	}
}


/* Navigation
================================================= */
.nav-main nav{
	padding: 20px 0;
}
.nav-main nav > a{
	float: left;
}
.nav-main nav > ul{
	margin: 10px 0 0;
}
.nav-main{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
/* Main Nav */
.nav-main{
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 0 0 10px;
	z-index: 200;
}
.fixed-nav .nav-main{
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	position: fixed;
	z-index: 200;
}
.nav-main li{
	display: inline-block;
}
.get-started .nav-main{
	border-bottom: 1px solid #e3e3e3;
	position: static;
}
@media (min-width: 768px){
	.nav-main .btn-link{
		margin-right: 20px;
	}
}

/* Testimonial
================================================= */
.main-testimonial{
	background: #005189;
	color: #fff;
	padding: 35px 0 25px;
	text-align: center;
}
.main-testimonial-wrapper{
	display: inline-block;
	position: relative;
}
.main-testimonial-pic{
	border-radius: 50px;
	height: 50px;
	margin-right: 15px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}
.main-testimonial-pic img{
	background: #fff;
	max-width: 100%;
}
.main-testimonial blockquote{
	border: 0;
	float: left;
	margin: 0 0 0 65px;
	padding: 0;
	text-align: left;
}
.main-testimonial blockquote p{
	font-size: 14px;
	margin: 0 0 3px;
}
.main-testimonial blockquote p.cite{
	color: #fff;
	color: rgba(255,255,255,.7);
	font-size: 11px;
}
@media (min-width: 768px){
	.main-testimonial blockquote p{
		font-size: 18px;
	}
	.main-testimonial blockquote p.cite{
		font-size: 13px;
	}
}


/* Systems
================================================= */
.systems{
	background: #175390;
	color: #fff;
	padding: 30px 0 55px;
	text-align: center;
}
.systems h4{
	color: #badcff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 15px;
}
.systems-carousel{
	margin: 0;
}
.systems-carousel .carousel-image{
	width: 100%;
	margin-bottom: 20px;
}
.systems .carousel-title{
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.systems .carousel-content{
	padding: 10px 5px;
	font-size: 20px;
	line-height: 1.3em;
}

/* overrides to slick */
.systems .slick-dots li button:before{
	font-size: 28px;
}
.systems .slick-prev,
.systems .slick-next{
	background: #badcff;
	border-radius: 30px;
	color: #175390;
	font-size: 13px;
	height: 26px;
	width: 26px;
	top: 40%;
}
.systems .slick-prev .glyphicon,
.systems .slick-next .glyphicon{
	top: -1px;
}
.systems .slick-prev .glyphicon{
	left: -2px;
}
.systems .slick-prev:before, .slick-next:before{
	display: none;
}

.systems .slick-dots li button:before{
	color: #e6f3ff;
}

/* Benefits
================================================= */
/* Benefits Heading */
.benefits-heading{
	text-align: center;
	padding: 20px 0 10px;
}
.benefits-heading h3{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}
.benefits-heading h4{
	color: #555;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
}
@media (min-width: 768px){
	.benefits-heading{
		padding: 30px 0 20px;
	}
	.benefits-heading h3{
		font-size: 28px;
	}
	.benefits-heading h4{
		font-size: 18px;
		margin: 0;
	}
}

/* Benefits Nav */
#js-nav-benefits-progress-bar{
	height: 100%;
	background: #A3A3A3;
	position: absolute;
	bottom: 0;
	left: 0;
}

.nav-benefits{
	background: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 13px 0 11px;
	z-index: 90;
	margin: 0;
	-webkit-transition: box-shadow .6s, margin .6s, width .6s, padding .6s, height .6s, background-color .6s, -webkit-transform .6s;
    transition: box-shadow .6s, margin .6s, width .6s, padding .6s, height .6s, background-color .6s, transform .6s;
}
.nav-benefits a:hover{
	color: #005189;
	text-decoration: none;
}
.nav-benefits.affix{
	background: #A3A3A3;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.nav-benefits.affix a{
	color: #fff;
	font-size: 13px;
}
.nav-benefits ul{
	margin-bottom: 0;
	padding: 0;
}
.nav-benefits li{
	list-style: none;
	font-size: 13px;
}
.benefit-icon{
	height: 55px;
	width: 55px;
	border-radius: 55px;
	background: #A3A3A3;
	margin: 0 auto 10px;
	position: relative;
	-webkit-transition: box-shadow .6s, margin .3s, width .3s, padding .3s, height .3s, background-color .3s, -webkit-transform .3s;
    transition: box-shadow .6s, margin .3s, width .3s, padding .3s, height .3s, background-color .3s, transform .3s;
}
.nav-benefits a:hover .benefit-icon{
	background: #005189;
}
.nav-benefits.affix a:hover .benefit-icon{
	background: none;
}
.benefit-icon *{
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -17px;
	margin-left: -15px;
	fill: #fff;
	-webkit-transition:  fill .3s, width .3s, height .3s, background-color .3s, -webkit-transform .3s;
    transition: fill .3s, width .3s, height .3s, background-color .3s, transform .3s;
}
.nav-benefits.affix {
	font-size: 13px;
}
.affix .benefit-icon{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	margin-bottom: -7px;
}
.affix .benefit-icon *{
	height: 30px;
	width: 30px;
	margin-top: -17px;
	margin-left: -15px;
}
.benefit-on .benefit-icon{
	background: none;
}
@media (min-width: 768px){
	.nav-benefits li{
		font-size: 17px;
	}
	.benefit-icon{
		height: 70px;
		width: 70px;
		border-radius: 70px;
	}
	.benefit-icon *{
		width: 40px;
		height: 40px;
		margin-top: -22px;
		margin-left: -20px;
	}

	/* Nudge specific icons */
	.benefit-presentation .benefit-icon *{
		margin-top: -24px;
	}
	.affix .benefit-presentation .benefit-icon *{
		margin-top: -22px;
	}
	.benefit-organization .benefit-icon *{
		margin-top: -20px;
		margin-left: -23px;
	}
	.affix .benefit-organization .benefit-icon *{
		margin-top: -17px;
		margin-left: -18px;
	}
	.benefit-presentation .benefit-icon *{
		margin-top: -19px;
	}
	.affix .benefit-presentation .benefit-icon *{
		margin-top: -15px;
	}
}

/* Benefit panels */
.benefit{
	border-top: 1px solid #e3e3e3;
	position: relative;
	padding: 25px 15px;
	text-align: center;
	z-index: 3;
}
.benefit-icon-large{
	text-align: center;
}
.benefit-icon-large *{
	height: 55px;
	width: 55px;
	margin: 0 auto -10px;
	fill: #005189;
	color: #005189;

}

@media (min-width: 768px){
	.benefit{
		padding: 60px 100px;
		text-align: left;
	}
	.benefit-icon-large *{
		height: 150px;
		width: 200px;
	}
}


/* Carousels
================================================= */
.lead-capture-page-carousel-wrapper{
	padding: 0 25px;
	margin: 40px 0;
}
.lead-capture-page-carousel-wrapper h5{
	color: #bbb;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px;
}
.lead-capture-page-carousel{
	margin: 0;
}
.lead-capture-page-carousel .carousel-image{
	width: 100%;
	margin-bottom: 20px;
}
.lead-capture-page-carousel .carousel-title{
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.lead-capture-page-carousel .carousel-content{
	padding: 0 5px;
}

/* overrides to slick */
.lead-capture-page-carousel .slick-dots li button:before{
	font-size: 28px;
}
.lead-capture-page-carousel .slick-prev,
.lead-capture-page-carousel .slick-next{
	background: #333;
	border-radius: 30px;
	color: #fff;
	font-size: 13px;
	height: 26px;
	width: 26px;
	top: 40%;
}
.lead-capture-page-carousel .slick-prev .glyphicon,
.lead-capture-page-carousel .slick-next .glyphicon{
	top: -1px;
}
.lead-capture-page-carousel .slick-prev .glyphicon{
	left: -2px;
}
.lead-capture-page-carousel .slick-prev:before, .slick-next:before{
	display: none;
}

/* What you get
================================================= */
.fixed-what-side-nav #js-sidebar-nav{
	position: fixed;
	top: 40px;
}
.what-you-get{
	 background: #f6f6f6;
	 border-top: 5px solid #ddd;
	 padding: 40px 0;
}
.what-you-get h2{
	font-size: 24px;
	text-align: center;
	margin: 0 0 40px;
	padding: 0 20px;
}
.what-item{
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}
.what-item:last-of-type{
	border: 0;
}
.what-item h3{
	font-size: 14px;
	line-height: 1.3em;
	margin: 10px 0 5px;
	color: #555;
	text-align: center;
}
.what-item h4{
	font-size: 19px;
	line-height: 1.3em;
	margin: 0 0 .5em;
	text-align: center;
}
@media (min-width: 768px){
	.what-you-get{
	 	padding: 40px 0 350px;
	}
	.what-you-get h2{
		font-size: 40px;
		padding: 0;
	}
	.what-item{
		margin-right: 40px;
		padding: 40px 0;
	}
	.what-item h3{
		font-size: 18px;
		margin: 0 0 10px;
		text-align: left;
	}
	.what-item h4{
		font-size: 30px;
		text-align: left;
	}
}


/* Side Nav */
.sidebar-nav .nav>li>a{
	font-size: 12px;
	padding: 3px 20px;
}
.nav>li>a:hover, .nav>li>a:focus{
	background: none;
}
.sidebar-nav li a{
	border-left: 2px solid transparent;
	color: #555;
}
.sidebar-nav li a:hover{
	border-left: 1px solid #A3A3A3;
	color: #005189;
	padding-left: 21px;
}
.sidebar-nav li.active a{
	border-left: 2px solid #A3A3A3;
	color: #A3A3A3;
	font-weight: 600;
	padding-left: 20px;
}


/* Footer
================================================= */

.footer{
	background: #333;
	color: #fff;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	-webkit-transition:  bottom .3s, -webkit-transform .3s;
    transition: bottom .3s, transform .3s;
}
.footer h3{
	color: #fff;
	font-size: 18px;
	margin: 10px 0 2px;
}
.footer p{
	color: #fff;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	margin: 0;
}
.fixed-footer .footer{
	bottom: 0;
	z-index: 100;
}
.sub-footer{
	background: #fff;
	font-size: 11px;
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 100;
}
.legal{
	margin-bottom: 5px;
}
.testimonial-disclaimer{
	font-size: 10px;
	margin: 40px 0 0;
	color: #777;
}
@media (min-width: 768px){
	.footer-content-wrapper{
		display: inline-block;
		text-align: left;
	}
	.footer .btn{
		float: left;
	}
	.footer-content{
		float: left;
		margin-left: 20px;
	}
}

/* Get Started
================================================= */
.choose-account-badge{
	position: absolute;
	height: 150px;
	width: 150px;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

.table>thead>tr>th.blank-cell,
.table>thead>tr>td.blank-cell,
.table>tfoot>tr>th.blank-cell,
.table>tfoot>tr>td.blank-cell,
.table>tbody>tr>th.blank-cell,
.table>tbody>tr>td.blank-cell{
	border: 0 !important;
	background: none !important;
}
.account-plans{
	text-align: center;
	padding-top: 0;
}
.account-plans h3{
	font-size: 21px;
	line-height: 1.2em;
}
.account-plans p{
	font-size: 16px;
	line-height: 1.4em;
}
table.account-grid{
	text-align: center;
	border: 0;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
	vertical-align: middle;
}
.account-grid h4{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -1px;
	margin: 10px 0 15px;
}
.account-grid thead h4{
	margin: 10px 0 0;
}
.account-grid tfoot h4{
	margin: 10px 0 15px;
}
.account-grid th{
	text-align: center;
}
.account-grid td{
	font-weight: 500;
	font-size: 14px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.account-info{
	background: rgba(41,132,223,.1);
}
.account-primary{
	border-width: 7px;
	border-style: solid;
	border-color: #c4ecbe;
}
.account-tagline th{
	background: #ffd368;
	color: rgba(0,0,0,.4);
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	vertical-align: middle !important;
}
.account-tagline th.account-tagline-secondary{
	background: #ffe6a9;
}
.price{
	font-weight: 500;
	font-size: 30px;
	letter-spacing: -1px;
	margin: 0 0 15px;
}
.price span{
	font-size: 18px;
}
.account-prompt{
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 0;
}
.account-grid td.account-feature{
	font-weight: 500 !important;
	font-size: 18px;
	text-align: left;
	padding-left: 15px !important;
}
/*.account-feature-icon{
	position: relative;
}*/
.account-feature-icon *{
	height: 20px;
	width: 30px;
	float: left;
	margin-right: 10px;
	fill: #227cd7;
/*	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -55px;*/
}
.account-table-icon{
	background: #fff;
	border-style: solid;
	border-width: 2px;
	border-radius: 30px;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	position: relative;
}
.account-table-icon.yes{
	border-color: #38b025;
	background: #fff;
}
.account-table-icon.no{
	border-color: #e10014;
	background: #fff;
}
.account-table-icon *{
	height: 12px;
	width: 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
}
.account-table-icon.yes *{
	fill: #38b025;
}
.account-table-icon.no *{
	fill: #e10014;
}

@media (min-width: 768px){
	.account-primary{
		border-width: 10px;
	}
	.account-plans{
		padding-top: 20px;
	}
	.account-plans h3{
		font-size: 36px;
	}
	.account-plans p{
		font-size: 21px;
	}
	.account-grid h4{
		font-size: 32px;
	}
	.account-title th{
		font-size: 32px;
	}
	.account-primary .account-title th{
		font-size: 21px;
	}
	.account-tagline th{
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.account-pricing th{
		padding: 15px 25px 25px !important;
	}
	.account-grid td{
		font-size: 16px !important;
	}
	.price{
		font-size: 54px;
		letter-spacing: -1px;
	}
	.price span{
		font-size: 22px;
	}
	.account-feature-icon *{
		height: 35px;
		width: 35px;
	}
	.account-table-icon{
		border-radius: 40px;
		height: 30px;
		width: 30px;
		/*margin-top: 15px;*/
	}
	.account-table-icon *{
		height: 16px;
		width: 16px;
		margin-top: -8px;
		margin-left: -8px;
	}
}


/* Bootstrap Overrides
================================================= */

/* Type */
h1{
	font-size: 44px;
}
h2{
	font-size: 127px;
}
h4{
	font-size: 23px;
}
/* Buttons */
.btn-hg{
	font-size: 22px;
	padding: 20px 80px;
}
.footer .btn-hg{
	font-size: 18px;
	padding: 15px 40px;
}
.btn-link{
	-webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
	transition: background-color .3s, color .3s, transform .3s;
}
.btn-link:hover{
	color: #A3A3A3;
	text-decoration: none;
}
.btn-default{
	border-color: #ccc;
	background-color: #ccc;
	color: #3495D0;
	-webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
	transition: background-color .3s, color .3s, transform .3s;
}
.btn-default:hover,
.btn-default:focus{
	border-color: #A3A3A3;
	background-color: #A3A3A3;
	color: #fff;
}
@media (min-width: 768px){
	.btn-default{
		background: none;
		color: #005189;
	}
}
.btn-primary{
	border-color: #005189;
	background-color: #005189;
	-webkit-transition: background-color .3s, color .3s, -webkit-transform .3s;
	transition: background-color .3s, color .3s, transform .3s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	border-color: #3495D0;
	background-color: #3495D0;
}
.btn-lg {
	font-size: 12px;
	padding: 6px 8px;
}
@media (min-width: 768px){
	.btn-lg{
		font-size: 18px;
		padding: 10px 16px;
	}
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td{
	border-bottom-width: 1px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th{
	border-color: #e3e3e3;
}
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border-color: #e3e3e3;
}


/* Video */
.main-video{
	margin-top: 20px;
}
@media (min-width: 768px){
	.main-video{
		margin-top: 0;
	}
}
@media (min-width: 990px){
	.main-video{
		margin-top: 200px;
	}
}
@media (min-width: 1200px){
	.main-video{
		margin-top: 170px;
	}
}


.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
