.image-align-left {
	float: left;
  	margin: 20px 20px 20px 0; 
}

.image-align-right {
	float: right;
  	margin: 20px 0 20px 20px;
}

a.cta-button.Blue{
    background-color: #0f1733;
  color: #ffe600;
}

a.cta-button.yellow {
  background-color: #FFE600;
  color: #0F1733;
}

a.cta-button.orange {
  background-color: #FF4900;
}

a.BlueButton{
    background-color: #4594D0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 15px 40px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;
}

a.GreenButton{
    background-color: #5BBF21 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    padding: 15px 40px;
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;
}


