.backgroundGreen {
    background-color:#64BA4B;
}

.backgroundBlue {
    background-color:#005dac;
}

.backgroundGrey {
    background-color:#eaeaea;
}

.backgroundDarkGrey {
    background-color:#7a7b7f;
}

.colorWhite {
    color:white;
}

.colorDarkGrey {
    color:#7a7b7f;
}

.colorBlue {
    color:#005dac;
}

.bold {
    font-weight:500;
}

.light {
    font-weight:300;
}

.medium {
    font-weight:400;
}

.fontItalic {
    font-style:italic;
}

.italic {
    font-style:italic;
}

/*

font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;

*/
