.image-grid {
    padding-top: 0;
    padding-bottom: 0;
}
.image-grid h2 {
    margin: 0 0 1.125rem 0;
    color: black;
    font-family: 'GS Serif';
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 100;
}
@media all and (min-width: 768px) {
    .image-grid h2 {
        font-size: 2.6875rem;
        line-height: 3.25rem;
    }
}
@media all and (min-width: 768px) {
    .image-grid h2 {
        font-size: 2rem;
        line-height: 2.625rem;
    }
}
.image-grid p {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    line-height: 1.3125rem;
    color: black;
    font-size: .875rem;
    line-height: 1.625rem;
    font-weight: 400;
}
@media all and (min-width: 768px) {
    .image-grid p {
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .image-grid p {
        font-size: 1rem;
    }
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .image-grid p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
.image-grid > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media all and (min-width: 768px) {
    .image-grid > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
.image-grid .quote {
    color: #434343;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1.5625rem;
    line-height: 2rem;
    position: relative;
    letter-spacing: -.03rem;
    z-index: 10;
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 40px;
    display: block;
}
@media all and (min-width: 992px) {
    .image-grid .quote {
        letter-spacing: -.08rem;
        font-size: 2.6875rem;
        line-height: 3.5rem;
    }
}
.image-grid .quote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-20px, 15px);
    transform: translate(-20px, 15px);
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 6.25rem;
    color: #909090;
    opacity: .2;
    z-index: -1;
}
@media all and (min-width: 992px) {
    .image-grid .quote:before {
        font-size: 9.375rem;
        -webkit-transform: translate(-25px, 25px);
        transform: translate(-25px, 25px);
    }
}
.image-grid .quote:after {
    content: no-close-quote;
}
@media all and (min-width: 992px) {
    .image-grid .quote {
        font-size: 2rem;
        line-height: 2.75rem;
        font-weight: 100;
        margin-bottom: 50px;
    }
}
.image-grid .quote-source__name {
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: 1.125rem;
    color: #171717;
    margin: 0 0 1.25rem 0;
    line-height: 1.375rem;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    margin-bottom: 2px;
}
@media all and (min-width: 768px) {
    .image-grid .quote-source__name {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }
}
.image-grid .quote-source__title {
    font-family: 'Univers LT W01 55 Roman';
    line-height: 1.3125rem;
    color: #434343;
    font-size: .875rem;
    margin: 0;
    margin-top: .3125rem;
    font-size: 1rem;
    line-height: 1.5rem !important;
}
@media all and (min-width: 768px) {
    .image-grid .quote-source__title {
        font-size: 1rem;
        line-height: 1.625rem;
    }
}
@media all and (min-width: 768px) {
    .image-grid .quote-source__title {
        margin-top: 0;
    }
}
.image-grid .wide-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .image-grid .wide-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58%;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
        max-width: 58%;
    }
}
.image-grid .narrow-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media all and (min-width: 768px) {
    .image-grid .narrow-col {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
}
.image-grid .full-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .image-grid .three-up__narrow-col__top {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}
@media all and (min-width: 768px) {
    .image-grid .centered {
        max-width: initial;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.image-grid .fitted {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}
.image-grid .has-text {
    padding: 40px 30px 25px 30px;
    display: block;
    background: #FFFFFF;
}
@media all and (min-width: 768px) and (max-width: 992px) {
    .image-grid .has-text {
        padding: 40px 20px 25px 20px;
    }
}
@media all and (min-width: 992px) {
    .image-grid .has-text {
        padding: 80px 75px 50px 75px;
    }
}
.image-grid .quote-text {
    padding-left: 30px;
    padding-right: 50px;
    padding-bottom: 40px;
}
@media all and (min-width: 768px) {
    .image-grid .quote-text {
        padding-top: 120px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 50px;
    }
}
@media all and (min-width: 992px) {
    .image-grid .quote-text {
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 100px;
    }
}
.image-grid .three-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.image-grid .three-up .three-up__wide-col__full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
}
.image-grid .three-up .three-up__wide-col__full img {
    display: block;
    width: 100%;
}
.image-grid .three-up .three-up__narrow-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.image-grid .three-up .three-up__narrow-col__top, .image-grid .three-up .three-up__narrow-col__bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
@media all and (min-width: 768px) {
    .image-grid .three-up .three-up__narrow-col__top, .image-grid .three-up .three-up__narrow-col__bottom {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.image-grid .three-up .three-up__wide-col__full img {
    height: 100%;
}
@media all and (min-width: 768px) {
    .image-grid .three-up .three-up__wide-col__full img {
        width: 100%;
        height: auto;
    }
}
.image-grid .three-up.with-text .three-up__narrow-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.image-grid .three-up.with-text .three-up__wide-col img {
    height: auto;
    width: calc(100% + 1px);
    object-fit: fill;
}
.image-grid .three-up.with-text .three-up__narrow-col__top, .image-grid .three-up.with-text .three-up__narrow-col__bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
}
@media all and (min-width: 992px) {
    .image-grid .three-up.with-text .three-up__narrow-col__top, .image-grid .three-up.with-text .three-up__narrow-col__bottom {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}
.image-grid .two-up {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
@media all and (min-width: 768px) {
    .image-grid .two-up {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
}
.image-grid .two-up h3 {
    margin: 0 0 1.25rem 0;
    color: #171717;
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 100;
    line-height: 1.375rem;
}
@media all and (min-width: 768px) {
    .image-grid .two-up h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
.image-grid .two-up .two-up__wide-col__full {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
}
.image-grid .two-up .two-up__wide-col__full img {
    height: 100%;
    width: auto;
}
@media all and (min-width: 768px) {
    .image-grid .two-up .two-up__wide-col__full img {
        width: 100% !important;
        height: auto !important;
    }
}
@media all and (min-width: 992px) {
    .image-grid .two-up .two-up__wide-col__full img {
        height: 100% !important;
        width: auto !important;
    }
}
.image-grid .two-up .two-up__narrow-col {
    position: relative;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.image-grid .two-up .two-up__narrow-col img {
    -webkit-align-content: initial;
    -ms-flex-line-pack: initial;
    align-content: initial;
    width: 100%;
}
.image-grid .two-up .two-up__narrow-col__top, .image-grid .two-up .two-up__narrow-col__bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.image-grid .two-up.horizontal-split {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media all and (max-width: 768px) {
    .image-grid .two-up.horizontal-split {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
    }
    .image-grid .two-up.horizontal-split .two-up__full-col {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .image-grid .two-up.horizontal-split .two-up__wide-col {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.image-grid .two-up.horizontal-split .two-up__wide-col {
    position: relative;
    display: block;
}
.image-grid .two-up.vertical-split {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 768px) {
    .image-grid .two-up.vertical-split {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .image-grid .two-up.vertical-split .has-text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}
.image-grid .two-up.with-text .two-up__wide-col__full img {
    width: 100%;
}
.default-component.image-grid-section {
    padding-bottom: 3.75rem;
}
.image-grid .image-grid__cta {
     margin-top: 1.25rem;
 }
.image-grid .image-grid__cta 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;
}
@media all and (min-width: 768px) {
    .image-grid .image-grid__cta a {
        font-size: .6875rem;
    }
}
@media (any-hover: none) {
    .image-grid .image-grid__cta a {
        color: #22A2FF;
    }
}
.image-grid .image-grid__cta a:hover {
    color: #316BB6;
}