@font-face{
	font-family: 'Proxima Nova Light';
	src: url('proximanova_light.eot');
	src: url('proximanova_light.woff') format('woff');
	src: url('proximanova_light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body{
	color: #15993F;
	font-family: 'Proxima Nova Regular', sans-serif;
	padding: 0;
	margin: 0;
	min-width: 320px;
	}
.ab-inner-container {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 40px;
	overflow: hidden;
	}
.ab-main-nav-item {
    padding: 0 20px 0 0;
    display: inline-block;
	}
.ab-main-nav {
    white-space: nowrap;
	float: left;
	margin: 0px;
	padding: 0px
	}
.ab-main-nav-container {
    background-color: #15993F;
	height:70px;
	}
.ab-logo {
    width: 213px;
    height: 43px;
    text-decoration: none;
	background-size: cover;
    display: inline-block;
    margin: 17px 0;
	}
.ab-signin-container {
    height: 70px;
    background: #595959;
    overflow: hidden;
    width: 280px;
	float: right;
}
.ab-padding{
	padding: 20px;
}
.ab-padding-t{
	padding-top: 20px;
}
.ab-padding-b{
	padding-bottom: 20px;
}
.ab-padding-r{
	padding-right: 20px;
}
.ab-padding-l{
	padding-left: 20px;
}
.ab-float-r{
	float: right;
}
.ab-float-l{
	float: left;
}
.ab-align-c{
	text-align: center;
}
.ab-clear-b{
	clear:both;
}
input[type=text] {
    padding: 2px 10px;
	height: 26px;
	box-shadow: none;
    border-radius: 5px;
    font-size: 15px;	
    border: 1px solid #ccc;
	width:130px;
	font-family: 'Proxima Nova Light';
	background: white;
}
.pure-button{
	padding: 0px;
	min-width: 80px;
	height: 32px;
	border-radius: 5px;
	background-color: #abdd5d;
	color: #575757;
	font-family: 'Proxima Nova Regular', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	line-height: normal;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
	font: 13.3333px Arial;
	border: 0px;
}
.ab-main-nav-item {
	padding: 0 20px 0 0;
	display: inline-block;
	list-style: none;
	white-space: nowrap;
}
.ab-main-nav-link {
    font-size: 26px;
    padding: 22px 0 18px 0;
    width: 140px;
	position: relative;
    color: #fff;
    font-family: 'Proxima Nova Light';
    text-transform: uppercase;
    display: inline-block;
	text-decoration: none;
    background-repeat: no-repeat;
	background-size: auto 1em;
    outline: 0;
}
*:hover, 
*:active, 
*:focus {
outline:0;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	.ab-main-nav-link {
		font-size: 16px;
		width: auto;
		padding: 16px 0px;
	}
	.ab-signin-container,
	.ab-main-nav-container{
		height: auto;
	}
	.ab-signin-container {
		width: 260px;
	}
	.ab-padding{
		padding: 10px;
	}
	.ab-logo {
		width: 138px;
		height: 28px;
		text-decoration:none;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px){
	.ab-main-nav,
	.ab-signin-container{
		display:none;
	}
	.ab-main-nav-container{
		height: 60px;
	}
}