h1, .h1 {
    font-weight: bold;
    font-size: 24px;
    color: #F1161E;
    margin: 0 0 22px;
}
h2, .h2 {
    font-size: 22px;
    margin: 0 0 20px;
}
h3, .h3 {
    font-size: 20px;
    margin: 0 0 20px;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-28 {
    font-size: 28px !important;
}
.font-32 {
    font-size: 32px !important;
}
.font-48 {
    font-size: 48px !important;
}
.font-64 {
    font-size: 64px !important;
}
.strong, b {
    font-weight: bold;
}

.content-img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.content-slider {
    margin-bottom: 15px;
}
.content-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -10px;
    margin-left: -10px;
}
.content-images > span {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 0 10px;
}
.content-images > span > img {
    max-width: 100%;
    height: auto;
}

.quote {
    font-family: Montserrat, sans-serif;
    font-size: 88%;
    display: block;
    margin: 26px 0 20px;
    padding: 38px 70px 34px 95px;
    position: relative;
    background-color: #f4f4f4;
    background-image: url(/images/icons/quote.png);
    background-repeat: no-repeat;
    background-position: 30px 43px;
}
.inset {
    max-width: 100%;
}




