.block
{
	display: block;
}
.hidden
{
	display: none;
}
.clear
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.line-height
{
	line-height: 0;
}
.clear-right
{
	clear: right;
}
.clear-left
{
	clear: left;
}
.center-relative
{
	margin-left: auto;
	margin-right: auto;
}
.center-absolute
{
	left: 50%;
}
.center-text
{
	text-align: center !important;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.absolute
{
	position: absolute;
}
.fixed
{
	position: fixed;
}
.relative
{
	position: relative;
}
.top-0
{
margin-top: 0 !important;
}
.top-5
{
	margin-top: 5px !important;	
}
.top-10
{
	margin-top: 10px;	
}
.top-15
{
	margin-top: 15px;	
}
.top-20
{
	margin-top: 20px;
}
.top-25
{
	margin-top: 25px;	
}
.top-30
{
	margin-top: 30px;	
}
.top-50
{
	margin-top: 50px;	
}
.top-60
{
	margin-top: 60px;	
}
.top-70
{
	margin-top: 70px;	
}
.top-75
{
	margin-top: 75px;	
}
.top-80
{
	margin-top: 80px;
}
.top-100
{
	margin-top: 100px;	
}
.top-105
{
	margin-top: 105px;	
}
.top-120
{
	margin-top: 120px;
}
.top-150
{
	margin-top: 150px;	
}
.top-200
{
	margin-top: 200px;	
}
.top-negative-30
{
	margin-top: -30px;
}
.left-35
{
	margin-left:35px;
}
.right-35
{
	margin-right:35px;
}
.bottom-0
{
	margin-bottom: 0 !important;
}
.bottom-10
{
	margin-bottom: 10px !important;
}
.bottom-20
{
	margin-bottom: 20px !important;
}
.bottom-25
{
	margin-bottom: 25px !important;
}
.bottom-30
{
	margin-bottom: 30px !important;
}
.bottom-50
{
	margin-bottom: 50px !important;
}
.bottom-100
{
	margin-bottom: 100px !important;
}
.bottom-150
{
	margin-bottom: 150px !important;
}
.bottom-200
{
	margin-bottom: 200px !important;
}
.width-25
{
	width: 25%;
}
.width-50
{
	width: 50%;
}
.width-75
{
	width: 75%;
}
.width-85
{
	width: 85%;
}
.width-100
{
	width: 100%;
}
iframe
{
	width: 100%;
}
a.button, a.button.green 
{
	display: inline-block;
	color: #4abd92;
	border: 1px solid #4abd92;
	border-radius: 40px;
	text-align: center;
	padding: 15px 40px;
	cursor: pointer;
	margin-bottom: 25px;
	vertical-align: middle;
	text-decoration: none;
}
a.button:active, a.button-border:active
{
	position: relative;
	top: 1px;	
}
a.button:hover, a.button.green:hover
{
color: white;
background-color: #4abd92;
}
a.button.fill-green
{
color: white;
background-color: #4abd92;
}
.alert
{
background-color: #d7e7d0;
color: #244825;
border-radius: 20px;
padding-left: 30px;
padding-right: 30px;
margin: 20px 0;
font-size: 16px;
padding-top: 5px;
padding-bottom: 5px;
}
.alert.warning
{
background-color: #edd6d6;
color: #752f32;
}
.alert.note
{
background-color: #d9edf7;
color: #4c6571;
}
