﻿div.link-squares-container {
    width: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

div.link-square {
    height: 80px;
    background-color: #646464;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 0px;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #FFFFFF;
}

    div.link-square:last-of-type {
        border: none;
    }

    div.link-square a {
        text-decoration: underline;
        width: 100%;
        color: #FFFFFF;
        font-size: var(--text-small-3);
        font-weight: 600;
        line-height: 80px;
    }

.right-side div.blurb {
    padding-top: 0px;
}

@media screen and (min-width: 768px) {

    .big-margins {
        margin-top: 0px;
    }

    .right-side div.blurb > h3:first-of-type {
        margin-top: 111.81px;
    }
}