.small-text {
    font-size: 14px!important;
    line-height: 16px!important;
}

.normal-text {
    font-size: 18px!important;
    line-height: 20px!important;
}

.medium-text {
    font-size: 30px!important;
    line-height: 32px!important;
}

.medium-large-text {
    font-size: 48px!important;
    line-height: 50px!important;
}

.large-text {
    font-size: 60px!important;
    line-height: 62px!important;
}

.fade-text {
	color: #5f5f5f;
}

.white-text {
	color: #DDDDDD;
}

.black-text {
	color: #0a0a0a;
}

.red-text {
	color: #D0011B;
}
/*
.gray-text {
	color: $gray;
}*/


.redactor-editor em {
	font-style: normal;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/*a {
	color: #D0011B;
}*/

.button {
	display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    margin: 0 0 1.66667rem 0;
    font-size: 1rem;
    background-color: #D0011B;
    color: #FFFFFF;
}