.pricing-wrapper{
	font-family: 'ars-maquette-web', sans-serif;
	font-weight: 300;
}
.pricing-nav{
	max-width: 958px;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}
.pricing-nav nav{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.pricing-nav nav #logo{
	min-width: 116px;
	min-height: 30px;
	width: 116px;
	height: 30px;
}
.pricing-nav nav #logo svg{
	max-width: 100%;
	width: 100%;
}
.pricing-nav nav #logo .logo-fill{
	fill: #49545c;
}
.pricing-nav nav .navigation{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	padding-left: 19px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.pricing-nav nav .navigation ul li{
	display: inline-block;
	margin-right: 12px;
	line-height: 30px;
}
.pricing-nav nav .navigation ul li a{
	color: #49545c;
	font-size: 13px;
	font-weight: 400;
}
.pricing-nav nav .navigation ul:last-of-type li:last-of-type{
	margin-right: 0;
}
.pricing-nav nav .navigation ul li a:hover{
	opacity: .54;
	filter: alpha(opacity=54);
}
.pricing-nav > nav > #menu-activator{
	display: block;
    background: url("../img/pricing-page/icons/mobile_menu@2x.png")no-repeat;
    width: 21px;
    height: 14px;
    background-size: 21px 14px;
    z-index: 27;
    display: none;
}
.pricing-nav #signup a{
	background-color: #49545c;
	color: #ffffff;
	box-shadow: none;
}
.pricing-nav #nav_dashboard a{
	background-color: #49545c;
	color: #ffffff;
	box-shadow: none;
}

/* Top part */
.pricing-header{
	max-width: 958px;
	padding: 64px 0 49px;
	margin: 0 auto;
}
.pricing-header > h1{
	font-size: 39px;
	line-height: 45px;
	color: #000000;
	text-align: center;
	margin: 0;
	font-weight: 300;
}
.pricing-header > h4{
	font-size: 19px;
	text-align: center;
	line-height: 26px;
	color: #939ca3;
	margin: 12px auto 0;
	font-weight: 300;
}
/*--------Blue Part ------------------*/
.blue-wrap{
	background: rgb(255,255,255);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,252,252,1) 48.5%,rgba(230,234,237,1) 48%,rgba(245,248,250,1) 49%,rgba(245,248,250,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,252,252,1) 48.5%, rgba(230,234,237,1) 48%, rgba(245,248,250,1) 49%, rgba(245,248,250,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,252,252,1) 48.5%,rgba(230,234,237,1) 48%,rgba(245,248,250,1) 49%,rgba(245,248,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f8fa',GradientType=0 );
}
.blue-streak{
	max-width: 958px;
	margin: 0 auto;
	background: url('../img/pricing-page/backgrounds/pricing_bg.svg')no-repeat;
	overflow: hidden;
	padding: 54px 60px 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hiddenSVG svg{
	width: 0;
	height: 0;
}
.blue-streak .divider{
	width: 2px;
	max-height: 288px;
	background-color: rgba(255,255,255,.08);
	border-radius:2px;
}
.blue-streak .left{
	width: 50%;
}
.blue-streak .left-head > h3{
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	margin: 0 0 13px;
	font-weight: 300;
}
.left-head > h3 .tablet-view{
	display: none;
}
.blue-streak .left-head .darker{
	height: 22px;
	width: 95px;
	background-color: rgba(0,0,0,.22);
	border-radius: 5px;
	font-size: 13px;
	color: #b6bbd1;
	line-height: 22px;
	display: block;
	text-align: center;
	font-weight: 400;
}
.blue-streak .left .inset{
	padding-top: 27px;
	padding: 27px 0 22px;
}
.blue-streak .left .inset .item{
	margin-bottom: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.blue-streak .left .inset .item .text{
	margin: 0 0 0 10px;
}
.blue-streak .left .inset .item .text > h5{
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	color: #ffffff;
	margin: 0 0 6px;
}
.blue-streak .left .inset .item .text > p{
	font-size: 13px;
	line-height: 16px;
	color: rgba(255,255,255,0.68);
	margin: 0;
}
.blue-streak .left .inset .button{
	display: block;
	padding: 0;
	margin: 0;
}
.blue-streak .left .button > a{
	display: block;
	width: 159px;
	height: 39px;
	border-radius: 6px;
	background-color: #ffffff;
	color: #345D7C;
	letter-spacing: .8px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	line-height: 39px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.16), 0px 6px 8px rgba(0,0,0,0.06);
}
.blue-streak .right{
	width: calc(50% - 1px);
	padding: 53px 0 0 60px;
}
.blue-streak .right > h3{
	font-size: 19px;
	line-height: 19px;
	color: #ffffff;
	margin: 16px 0 12px;
	font-weight: 400;
}
.blue-streak .right > p{
	font-size: 15px;
	line-height: 23px;
	color: rgba(255,255,255,.76);
	margin: 0; 
}
.blue-streak .right .button{
	display: block;
	margin: 0;
	padding: 62px 0 0 ;
}
.blue-streak .right .button > a{
	background-color: #ffffff;
	width: 129px;
	height: 39px;
	text-align: center;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: .8px;
	line-height: 39px;
	border-radius: 6px;
	display: block;
	color: #3286A9;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.16), 0px 6px 8px rgba(0,0,0,0.06);
}
/*-----------Details Section ---------------*/
.details-section{
	margin: 0 auto;
	padding-top: 46px;
	background: rgb(245,248,250);
	background: -webkit-linear-gradient(top,  rgba(245,248,250,1) 33%,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,248,250,1) 33%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(245,248,250,1) 33%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fa', endColorstr='#ffffff',GradientType=0 );
}
.details-section .upper-inset{
	max-width: 958px;
	margin: 0 auto;
}
.details-section .upper-inset > h1{
	font-weight: 300;
	font-size: 31px; 
	line-height: 31px;
	color: #49545c;
	margin: 0 0 13px;
}
.details-section .upper-inset > p{
	font-size: 19px;
	line-height: 26px;
	color: #939ca3;
	margin: 0;
}
.details-section .upper-inset > p > a{
	color: #31a2c4;
}
.details-section .inset{
	padding-top: 48px;
	max-width: 958px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
}
.details-section .inset .section-item{
	width: 50%;
}
.details-section .inset .section-item:nth-child(odd){
	padding-right: 33px;
}
.details-section .inset .section-item:nth-child(even){
	padding-left: 33px;
}
.details-section .inset .section-item .icon{
	margin-bottom: 18px;
}
.details-section .inset .section-item:nth-child(1),
.details-section .inset .section-item:nth-child(2){
	margin-bottom: 48px;
}
.details-section .inset .section-item:nth-child(3) .icon{
	margin-top: 8px;
}
.details-section .inset .section-item > h5{
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	margin: 0 0 4px;
	font-weight: 400;
}
.details-section .inset .section-item > h5 .desktop-view{
	display: inline;
}
.details-section .inset .section-item > p{
	font-size: 15px;
	line-height: 22px;
	color: #939ca3;
}
.details-section .inset .section-item > p > a{
	color: #31a2c4;
}
.details-section .inset .section-item > p > a:after{
    font-family: 'Glyphicons Halflings';
    font-size: 8px;
    padding-left: 3px;
}




/*----Pricing Footer ----*/
.pricing-footer{
	padding-top: 94px;
}
.pricing-footer .upper-footer > h1{
	margin-bottom: 46px;
}
.pricing-footer .upper-footer > h1 .tablet-view{
	display: none;
}
.pricing-footer .upper-footer > div{
	padding-bottom: 106px;
}
.pricing-footer .lower-footer > .lower-f-inset{
	padding-left:0;
	padding-right: 0;
	max-width: 958px;
}
.pricing-footer .lower-footer{
	border-bottom: 3px solid #5375bd;
}
.pricing-footer .upper-footer > div > .create-account-btn .hippo-btn-image{
	left: -60px;
}
.pricing-footer .upper-footer > div > .create-account-btn .mobile-view{
	display: none;
}
.left-head h3 .desktop-view{
	display: inline;
}
.pricing-footer .upper-footer > div > a{
	margin-left: -3px;
}
.pricing-footer .mobile-view{
	display: none;
}
.pricing-nav nav .navigation ul li a.active{
	opacity: .54
}
@media(max-width: 1000px){
	.pricing-nav{
		padding: 18px 26px 0;
	}
	.pricing-header{
		padding: 54px 0 45px;
	}
	.pricing-header > h1{
		font-size: 36px;
	}
	.pricing-header > h4{
		max-width: 473px;
	}
	.blue-wrap{
		background: rgb(255,255,255);
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,252,252,1) 49.8%,rgba(230,234,237,1) 50%,rgba(245,248,250,1) 50.5%,rgba(245,248,250,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,252,252,1) 49.8%, rgba(230,234,237,1) 50%, rgba(245,248,250,1) 50.5%, rgba(245,248,250,1) 100%);
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,252,252,1) 49.8%,rgba(230,234,237,1) 50%,rgba(245,248,250,1) 50.5%,rgba(245,248,250,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f8fa',GradientType=0 );
	}
	.blue-streak{
		max-width: 684px;
		padding: 44px 42px 56px;
		background: url('../img/pricing-page/backgrounds/pricing_bg_tablet.svg')no-repeat;
		background-size: 684px 100%;
		background-attachment: static;
	}
	.blue-streak .left .inset{
		padding: 27px 0 27px;
	}
	.blue-streak .left .inset .item{
		margin-bottom: 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align:start;
		-webkit-align-items:flex-start;
		    -ms-flex-align:start;
		        align-items:flex-start;
	}
	.blue-streak .left .inset .item .text{
		margin: 0 0 0 12px;
	}
	.blue-streak .left .inset .item .text > p{
		max-width: 200px;
	}
	.left-head h3 .desktop-view{
		display: none;
	}
	.left-head h3 .tablet-view{
		display: inline;
	}
	.blue-streak .right{
		padding: 69px 0 0 42px;
	}
	.blue-streak .right > p{
		max-width: 249px;
	}
	.blue-streak .right .button{
		padding-top: 81px;
	}
	.blue-streak .divider{
		max-height: 100%;
	}
	.details-section{
		padding: 35px 42px 0; /*Taking 2 off the top, to account for 2 added on blue section because SVG aspect is wrong*/
	}
	.details-section .inset{
		padding-top: 47px;
	}
	.details-section .inset .section-item .icon{
		margin-bottom: 19px;
	}
	.details-section .inset .section-item:nth-child(odd) {
	    padding-right: 22px;
	}
	.details-section .inset .section-item:nth-child(even) {
	    padding-left: 22px;
	}
	.details-section .inset .section-item > h5 .desktop-view{
		display: none;
	}
	.details-section .inset .section-item > p{
		max-width: 304px;
	}
	.pricing-footer{
		padding-top: 60px;
	}
	.pricing-footer .upper-footer > h1 .tablet-view{
		display: inline;
	}
	.pricing-footer .upper-footer > h1 .desktop-view{
		display: none;
	}
	.pricing-footer .upper-footer > div{
		padding-bottom: 100px;
	}
	.pricing-footer .lower-footer > .lower-f-inset{
		padding: 0 42px;
	}
}
@media(max-width: 697px){
	.blue-streak{
		background-size: cover;
		background-position: center;
	}
}
@media(max-width: 560px){
	.pricing-nav > nav > .navigation{
		display: block;
	    position: fixed;
	    padding: 0;
	    top: 0;
	    left: 0;
	    height: 600px;
	    background-color: rgba(255,255,255,0.97);
	    z-index: 25;
	    display: none;
	}
	.pricing-nav > nav > #menu-activator{
		display: block;
	}
	.pricing-nav > nav > .navigation ul{
		display: block;
	}
	.pricing-nav > nav > #menu-activator.active{
		position: fixed;
	    right: 0;
	    margin-right: 19px;
	    margin-top: 8px;
	    display: block;
	    background: url("../img/icons/x.svg") no-repeat;
	    background-size: contain;
	    background-position: center center;
	    z-index: 27;
	}
}
@media(max-width: 560px){
	.pricing-nav{
		padding: 14px 18px 0;
	}
	.pricing-nav nav{
		-webkit-box-pack:justify;
		-webkit-justify-content:space-between;
		    -ms-flex-pack:justify;
		        justify-content:space-between;
		-webkit-box-align:center;
		-webkit-align-items:center;
		    -ms-flex-align:center;
		        align-items:center;
	}
	.pricing-nav nav #logo{
		width: 98px;
		min-width: 98px;
	}
	.pricing-header{
		padding: 29px 0 37px;
	}
	.pricing-header > h1{
		font-size: 28px;
		line-height: 32px;
		max-width: 281px;
		margin: 0 auto;
	}
	.pricing-header > h4{
		font-size: 15px;
		line-height: 20px;
		max-width: 301px;
		margin: 16px auto 0;
	}
	.blue-streak{
		display: block;
		width: 100%;
		max-width: 100%;
		background: url('../img/pricing-page/backgrounds/pricing_bg_mobile.svg')no-repeat;
		background-size: 100% 100%;
		padding: 44px 26px 55px;
	}
	.blue-streak .left{
		width: 100%;
	}
	.blue-streak .divider{
		width: 70.13333333333333%;
		height: 2px;
		margin: 42px auto 36px;
	}
	.blue-streak .left-head > h3{
		text-align: center;
		margin: 0 auto 15px;
	}
	.blue-streak .left-head .darker{
		margin: 0 auto;
	}
	.blue-streak .left .inset .item{
		width: 258px;
		margin: 0 auto 21px;
	}
	.blue-streak .left .inset{
		padding: 27px 0 16px;
	}
	.blue-streak .left .button > a{
		margin: 0 auto;
	}
	.blue-streak .left, .blue-streak .right{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.blue-streak .left, .blue-streak .right .icon{
		margin: 0 auto;
	}
	.blue-streak .right > h3{
		text-align: center;
		margin: 15px auto 13px;
	}
	.blue-streak .right > p{
		max-width: 100%;
		text-align: center;
	}
	.blue-streak .right .button{
		padding-top: 32px;
	}
	.blue-streak .right .button > a{
		margin: 0 auto;
	}
	.details-section{
		padding: 31px 26px 0;
	}
	.details-section .upper-inset > h1{
		font-size: 24px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 14px;
	}
	.details-section .upper-inset > p{
		font-size: 15px;
		line-height: 20px;
		max-width: 280px;
		text-align: center;
		margin: 0 auto;
	}
	.details-section .inset{
		padding-top: 34px;
		display: block;
	}
	.details-section .inset .section-item > p{
		max-width: 98%;
	}
	.details-section .inset .section-item:nth-child(1),
	.details-section .inset .section-item:nth-child(2),
	.details-section .inset .section-item{
		width: 100%;
	}
	.details-section .inset .section-item:nth-child(odd),
	.details-section .inset .section-item:nth-child(even){
		padding: 0;
	}
	.details-section .inset .section-item:nth-child(1){
		margin-bottom: 44px;
	}
	.details-section .inset .section-item:nth-child(1) .icon{
		margin-bottom: 15px;
	}
	.details-section .inset .section-item:nth-child(2){
		margin-bottom: 42px;
	}
	.details-section .inset .section-item:nth-child(2) .icon{
		margin-bottom: 20px;
	}
	.details-section .inset .section-item:nth-child(3){
		margin-bottom: 43px;
	}
	.details-section .inset .section-item:nth-child(3) .icon{
		margin-bottom: 19px;
	}
	.details-section .inset .section-item:nth-child(3) .icon{
		margin-bottom: 18px;
	}
	.pricing-footer{
		padding-top: 70px;
	}
	.pricing-footer .upper-footer > h1{
		margin-bottom: 45px;
	}
	.pricing-footer .upper-footer > div{
		padding-bottom: 76px;
	}
	.pricing-footer .lower-footer > .lower-f-inset{
		padding: 0 26px;
	}
	.pricing-footer .desktop-view{
		display: none;
	}
	.pricing-footer .mobile-view{
		display: block;
	}
	.pricing-footer .lower-f-inset > .right ul{
		max-width: 100%;
	}
	.pricing-footer .lower-f-inset > .left ul,
	.pricing-footer .lower-f-inset > .right ul{
		width: 100%;
		max-width: 100%;
	}
	.pricing-footer .lower-f-inset > .left ul,
	.pricing-footer .lower-f-inset > .right ul{
		width: 100%;
		max-width: 100%;
	}
	.pricing-footer .lower-f-inset > .right ul li:nth-child(4){
		margin-left: 7%;
	}
	.pricing-footer .lower-f-inset > .right ul li:last-of-type{
		margin-left: -2%;
	}
	.pricing-footer .upper-footer > div > .create-account-btn .mobile-view{
		display: inline;
	}
	.pricing-footer .upper-footer > div > .create-account-btn .hippo-btn-image{
		left: 22px;
	}
	.pricing-footer .upper-footer > div > .create-account-btn .tablet-view{
		display: none;
	}
	.pricing-nav nav .navigation ul li{
		text-align: center;
	    display: block;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	    height: auto;
	}
	.pricing-nav nav .navigation ul li a,
	.pricing-nav nav #signup a{
		display: block;
		font-size: 20px!important;
    	padding: 15px 0;
    	line-height: 13px;
    	font-weight: 400;
    	color: #112233;
	}
	.pricing-nav #signup a{
		background-color: transparent;
		color: #49545c;
	}
	.pricing-nav > nav > #logo.active{
		z-index: 26;
		position: fixed;
	}
	.pricing-nav > nav > .navigation ul:first-of-type{
		margin-top: 117px;
	}
	.pricing-nav> nav > .navigation.active ul li a:hover,
	.pricing-nav #signup a:hover{
		color: #91bf46;
	}
}
@media(max-width: 372px){
	.blue-streak{
		background-size: cover;
		background-position: center;
	}
}
