.float-right {
    float: right;
    margin: 7px;
}
.bulleted {
    list-style-type: disc;
    list-style-position: outside;
}
.grn-button {
	 background: 0 0;
	 background-color: rgba(0, 0, 0, 0);
	 border: 1px solid rgba(165,171,167,.5);
	 border-radius: 3px;
	 color: #FFF !important;
	 padding: 1em;
	 font-family: freight-sans-pro,sans-serif;
	 font-weight: 500;
	 margin: 0 0 15px;
	 transition: all 0.2s ease-in;
	 font-size: 1.44rem;
	 text-align: center;
	 cursor: pointer;
	 -webkit-appearance: none;
	 line-height: 1;
	 vertical-align: center;
	 background-color: #006647;
	 !important;
	 text-decoration: none !important;
	 text-transform: uppercase;
}