/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.gb-content-square-menu {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  text-align: center; }
  .gb-content-square-menu .heading {
    font-weight: lighter;
    font-size: 3rem;
    margin: 0 0 10px; }
  .gb-content-square-menu .list-container {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .gb-content-square-menu .list-container.editor {
      display: block; }
      .gb-content-square-menu .list-container.editor > .editor-inner-blocks > .editor-block-list__layout {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .gb-content-square-menu .list-container.editor > .editor-inner-blocks > .editor-block-list__layout > .wp-block {
          width: 48%; }
      .gb-content-square-menu .list-container.editor .list-item {
        width: 100%; }
  .gb-content-square-menu .list-item {
    border: 1px solid #dcdcdc;
    padding: 10px;
    width: 48%; }
    .gb-content-square-menu .list-item a {
      text-decoration: none;
      color: inherit; }
  .gb-content-square-menu h2,
  .gb-content-square-menu h3,
  .gb-content-square-menu h4,
  .gb-content-square-menu .item-title {
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.2;
    color: #0070A3;
    margin-bottom: 1.5625rem; }
  .gb-content-square-menu p {
    line-height: 1.5; }
