.square-image-with-text {
    padding-bottom: 0;
}
.square-image-with-text h2 {
    margin: 0 0 1.125rem 0;
    color: #171717;
    font-family: 'sabonroman', serif;
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
    margin-bottom: 10px;
}
@media all and (min-width: 768px) {
    .square-image-with-text h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .square-image-with-text h2 {
        font-size: 1.6875rem;
        line-height: 1.875rem;
    }
}
.square-image-with-text p {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    margin-top: 0;
    margin-bottom: 30px;
}
@media all and (min-width: 768px) {
    .square-image-with-text p {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .square-image-with-text p {
        margin-bottom: 50px;
    }
}
.square-image-with-text a {
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
            transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
}
.square-image-with-text a {
    margin-bottom:20px;
}
.square-image-with-text a:last-child {
    margin-bottom: 0;
}
@media all and (min-width: 768px) {
    .square-image-with-text a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .square-image-with-text a {
        color: #22A2FF;
    }
}
.square-image-with-text a:hover {
    color: #005080;
}
.square-image-with-text img {
    max-width: 100%;
    margin-bottom: 30px;
}
@media all and (min-width: 768px) {
    .square-image-with-text img {
        margin-bottom: 0;
    }
}
.square-image-with-text .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media all and (min-width: 768px) {
    .square-image-with-text .row {
        margin-bottom: 100px;
    }
}
.square-image-with-text .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
@media all and (min-width: 768px) {
    .square-image-with-text .image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .square-image-with-text .row-image-left__image.image {
        text-align: right;
    }
}
.square-image-with-text .text {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media all and (min-width: 768px) {
    .square-image-with-text .text {
        margin-bottom: 50px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding-left: 0;
        padding-right: 0;
    }
}
@media all and (min-width: 768px) {
    .square-image-with-text .row-image-right__text {
        padding-right: 6.77966%;
    }
    .square-image-with-text .row-image-right__text.no-padding {
        padding-right: 0;
    }
}
@media all and (min-width: 768px) {
    .square-image-with-text .row-image-left__text {
        padding-left: 6.77966%;
    }
    .square-image-with-text .row-image-left__text.no-padding {
        padding-left: 0;
    }
}
.square-image-with-text .row-image-right__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
            order: 1;
}
@media all and (min-width: 768px) {
    .square-image-with-text .row-image-right__image {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
                order: 2;
    }
}
.square-image-with-text .row-image-right__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
            order: 2;
}
@media all and (min-width: 768px) {
    .square-image-with-text .row-image-right__text {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
                order: 1;
    }
}
.square-image-with-text .cta-block {
    padding-top: 0px;
}
@media all and (min-width: 768px) {
    .square-image-with-text .cta-block {
        margin-top: -40px;
        padding-bottom: 3.75rem;
    }
}
