@charset "utf-8";
.xxlarge {
    font-weight: 700;
    padding: 20;
    font-size: 44px;
}

.xlarge {
    font-size: 38px;
    padding: 18;
    font-weight: 700;
}
.large {
    font-size: 34px;
    font-weight: 700;
    padding: 15;
}
.medium {
    font-size: 28px;
    font-weight: 700;
    padding: 10;
}
.small {
    font-size: 22px;
    padding: 5;
}
.xsmall {
    font-size: 22px;
}
.xxsmall {
    font-size: 22px;
}
.font-bold {
    font-weight: 700;
    color: rgba(28,117,188,1.00);
}
.h1 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
}
