.button{
	padding: 10px 18px !important;
}
.global-nav{
	max-width: 958px;
	display: block;
	padding-top: 20px;
	margin: 0 auto;
}
.global-nav nav{
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.global-nav nav #logo{
	min-width: 160px;
	min-height: 29px;
	/*width: 116px;
	height: 30px;*/
}
.global-nav nav #logo img{
	max-width: 100%;
	width: 100%;
}
.global-nav nav #logo .logo-fill{
	fill: #49545c;
}
.global-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;
}
.global-nav nav .navigation ul li{
	display: inline-block;
	margin-right: 12px;
	height: 35px;
	line-height: 30px;
}
.global-nav nav .navigation ul li a{
	color: #49545c;
	font-size: 13px;
	font-weight: 500;
}
.global-nav nav .navigation ul:last-of-type li:last-of-type{
	margin-right: 0;
}
.global-nav nav .navigation ul li a:hover{
}
.global-nav > nav > #menu-activator{
	display: block;
    background: url("../images/mobile-menu@2x.png")no-repeat;
    width: 21px;
    height: 14px;
    background-size: 21px 14px;
    z-index: 27;
    display: none;
}
.global-nav > nav > #menu-activator.white{
    background: url("../images/mobile-menu-white@2x.png")no-repeat;
    width: 21px;
    height: 14px;
    background-size: 21px 14px;
}
.global-nav #signup a{
	background-color: #49545c;
	color: #ffffff;
	padding: 3px 4px 4px;
	line-height: 1em;
}



.global-footer a{
	line-height: 1.0;
  color: rgba(255, 255, 255, 0.7);
}
.global-footer a:hover{
	color: rgba(255, 255, 255, 1);
}


.global-footer.homepage-footer{
	padding-top:0px;
}
.global-footer{
	padding-top: 76px;
}
.global-footer .upper-footer > h1{
	color: #000000;
	font-size: 31px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto 38px;
	font-weight: 300;
}
.global-footer .upper-footer > div{
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.8px;
	padding-bottom: 100px;
}
.global-footer .upper-footer > div > .create-account-btn{
	display: inline-block;
	position: relative;
}
.global-footer .upper-footer > div > a,
.global-footer .upper-footer > div > .create-account-btn > a{
	font-size: 13px;
	padding: 12px 16px 14px 16px;
	border-radius: 6px;
	color: #ffffff;
	letter-spacing: 0.8px;
}
.global-footer .upper-footer > div > a{
	display: inline-block;
	background-color: #d3d7db;
	font-weight: 500;
}
.global-footer .upper-footer > div > a:hover{
	background-color: #C4C8CC;
}
.global-footer .upper-footer > div > .create-account-btn > a{
	z-index: 3;
	background-color: #9fce52;
	margin-right: 6px;
	display: inline-block;
	font-weight: 500;
}
.global-footer .upper-footer > div > .create-account-btn > a:hover{
	background-color:#7CB247;
}
.global-footer .lower-footer{
	border-top: 1px solid rgba(242, 243, 246, 0.7);
	font-size: 13px;
	line-height: 13px;
	margin: 0 auto;
}
#homepage-footer {
	border-top: 1px solid rgba(213,219, 225, 0.7);
}
.global-footer .lower-footer > .lower-f-inset{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 42px;
	padding-right: 42px;
	margin: 0 auto;
	max-width: 958px;
	box-sizing: content-box;
}






@media(max-width: 1000px){
	.global-nav{
		padding: 18px 26px 0;
	}
	.global-header{
		padding: 54px 0 45px;
	}
	.global-header > h1{
		font-size: 36px;
	}
	.global-header > h4{
		max-width: 473px;
	}
	.left-head h3 .desktop-view{
		display: none;
	}
	.left-head h3 .tablet-view{
		display: inline;
	}
	.global-footer{
		padding-top: 60px;
	}
	.global-footer .upper-footer > h1 .tablet-view{
		display: inline;
	}
	.global-footer .upper-footer > h1 .desktop-view{
		display: none;
	}
	.global-footer .upper-footer > div{
		padding-bottom: 100px;
	}
	.global-footer .lower-footer > .lower-f-inset{
		padding: 0 42px;
	}
}
@media(max-width: 697px){

}
@media(max-width: 560px){
	.global-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;
	}
	.global-nav > nav > #menu-activator{
		display: block;
	}
	.global-nav > nav > .navigation ul{
		display: block;
	}
	.global-nav > nav > #menu-activator.active{
		position: fixed;
	    right: 0;
	    margin-right: 19px;
	    margin-top: 8px;
	    display: block;
	    background: url("../images/x.svg") no-repeat;
	    background-size: contain;
	    background-position: center center;
	    z-index: 27;
	}
}
@media(max-width: 560px){
	.global-nav{
		padding: 14px 18px 0;
	}
	.global-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;
	}
	.global-nav nav #logo{
		width: 98px;
		min-width: 98px;
	}
	.global-header{
		padding: 29px 0 37px;
	}
	.global-header > h1{
		font-size: 28px;
		line-height: 32px;
		max-width: 281px;
		margin: 0 auto;
	}
	.global-header > h4{
		font-size: 15px;
		line-height: 20px;
		max-width: 301px;
		margin: 16px auto 0;
	}
	.global-footer{
		padding-top: 70px;
	}
	.global-footer .upper-footer > h1{
		margin-bottom: 45px;
	}
	.global-footer .upper-footer > div{
		padding-bottom: 76px;
	}
	.global-footer .lower-footer > .lower-f-inset{
		padding: 0 26px;
	}
	.global-footer .desktop-view{
		display: none;
	}
	.global-footer .mobile-view{
		display: block;
	}
	.global-footer .lower-f-inset > .right ul{
		max-width: 100%;
	}
	.global-footer .lower-f-inset > .left ul,
	.global-footer .lower-f-inset > .right ul{
		width: 100%;
		max-width: 100%;
	}
	.global-footer .lower-f-inset > .left ul,
	.global-footer .lower-f-inset > .right ul{
		width: 100%;
		max-width: 100%;
	}
	.global-footer .lower-f-inset > .right ul li:nth-child(4){
		margin-left: 7%;
	}
	.global-footer .lower-f-inset > .right ul li:last-of-type{
		margin-left: -2%;
	}
	.global-footer .upper-footer > div > .create-account-btn .mobile-view{
		display: inline;
	}
	.global-footer .upper-footer > div > .create-account-btn .hippo-btn-image{
		left: 22px;
	}
	.global-footer .upper-footer > div > .create-account-btn .tablet-view{
		display: none;
	}
	.global-nav nav .navigation ul li{
		text-align: center;
	    display: block;
	    margin: 0;
	    padding: 0;
	    overflow: hidden;
	    height: auto;
	}
	.global-nav nav .navigation ul li a,
	.global-nav nav #signup a{
		display: block;
		font-size: 20px!important;
    	padding: 15px 0;
    	line-height: 13px;
    	font-weight: 400;
    	color: #112233;
	}
	.global-nav #signup a{
		background-color: transparent;
		color: #49545c;
	}
	.global-nav > nav > #logo.active{
		z-index: 26;
		position: fixed;
	}
	.global-nav > nav > .navigation ul:first-of-type{
		margin-top: 117px;
	}
	.global-nav> nav > .navigation.active ul li a:hover,
	.global-nav #signup a:hover{
		color: #91bf46;
	}
}
@media(max-width: 372px){

}
