img.postImageFloatLeft
{
float:left;
}

img.postImageFloatRight
{
float:right;
}
post_emphasis{
	font-weight: bold;}
a.blueButton{
	-webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    background: #005480;
    border-radius: 8px;
    color: #FFF;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    padding: .75em 1.5em;
    text-decoration: none;
}
a.blueButton:hover{
 	background: #00334d;
    color: #FFF;
}
a.orangeButton{
	-webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    background: #f68e1e;
    border-radius: 8px;
    color: #FFF;
    font-family: Lato;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    padding: .75em 1.5em;
    text-decoration: none;
}
a.orangeButton:hover{
 	background: #d87409;
    color: #FFF;
}

a.cta-button.donate{
    background-color: #F11D1C;
    color: #fff;
    border-color: #F11D1C;
}

a.cta-button{
    background-color: #0690E6;
    color: #fff;
    border: 0 solid #0690E6;
    outline: 0;
    border-radius: 0;
    padding: .625em 1.25em;
}

sup.superscript{}

.Alike {
  font-family: "Alike", serif;
}

.Montserrat {
   font-family: "Montserrat";
}

.Poppins {
   font-family: "Poppins", sans-serif;
}

.mulish-medium {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
}

.mulish-black {
  font-family: 'Mulish', sans-serif;
  font-weight: 900;
}