/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Theme Name: Website theme
Description: Used to style the TinyMCE editor.

These styles will be applied to the editor window in the admin - set the 'theme name' above to match the name set in styles.css

Replace the elements below with the formatting to suit your site

Don't incude css for layout, stlying div's, forms, header, footer etc.

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/


/* =Alignment
-------------------------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}



/* =Buttons
-------------------------------------------------------------- */

.habs-cta {
	
}
.habs-cta a {
    background: url("images/icon-arrow-right-white.png") no-repeat #585738;
    background-position: calc(100% - 10px) 50%;
    color: #FFF;
    padding: 9px 29px 10px 12px;
    display: inline-block;
    cursor: pointer;
    font-size: 1em;
    margin: 0px;
    text-decoration: none;
    width: auto;
    transition: all 0.3s ease 0s;
    box-shadow: none;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    margin: 0.5em 0;
    line-height: 1.4em;
}

.habs-cta:hover a {
	background-color: #9FA275;
	text-decoration: none;
	color: #FFF;
}

.content-inner table td .habs-cta a,
#main #content #accordion .habs-cta a,
#main #content #accordion .habs-cta a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}