body {
  /*&.home*/ }
  body .entry-title {
    display: none; }
  body .page-content .initial {
    background: #22b9ec;
    color: #fff; }
    @media only screen and (max-width: 689px) {
      body .page-content .initial h1 {
        font-size: 22px !important;
        margin-bottom: 0; }
      body .page-content .initial h3 {
        font-size: 16px !important; } }
  body .page-content .block {
    display: table;
    margin: 0 auto; }
    body .page-content .block section {
      display: inline-block;
      width: 33.33%;
      vertical-align: top;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      body .page-content .block section.c-2 {
        width: 50%;
        display: table-cell; }
      @media only screen and (min-width: 690px) {
        body .page-content .block section.members {
          display: table-cell; }
        body .page-content .block section .inside .landing-icon {
          font-size: 50px; }
        body .page-content .block section .inside h1, body .page-content .block section .inside h2 {
          font-size: 20px;
          font-weight: 600;
          margin-top: 0; }
        body .page-content .block section .inside h3 {
          font-size: 14px; } }

@media only screen and (min-width: 690px) and (max-width: 1050px) {
  body .page-content .block section {
    width: 50%; }
    body .page-content .block section.members {
      display: inline-block !important; } }
      @media only screen and (max-width: 689px) {
        body .page-content .block section {
          padding: 0 5px !important; }
          body .page-content .block section .inside .demo-icon {
            font-size: 30px; }
          body .page-content .block section .inside h2 {
            margin: 0 0 7px;
            font-size: 18px;
            font-weight: bold;
            font-weight: 600; }
          body .page-content .block section .inside h3 {
            margin: 0 0 5px;
            font-size: 13px; } }
    @media only screen and (max-width: 689px) {
      body .page-content .block {
        display: block; }
        body .page-content .block section {
          display: block !important;
          width: 100% !important; } }
  body .page-content section {
    display: block;
    padding: 3.5em 1.5em;
    position: relative; }
    body .page-content section.white {
      background: #fff;
      color: #666; }
      body .page-content section.white:not(.welcome):hover, body .page-content section.white:not(.welcome):active {
        background: #eeeeee;
        color: #333; }
      @media only screen and (max-width: 689px) {
        body .page-content section.white {
          border-top: 1px solid #eee; } }
    body .page-content section.yellow {
      background: #efec5f;
      color: #555; }
    body .page-content section.green {
      background: #73bf44;
      color: #fff; }
    body .page-content section.red {
      background: #d25658;
      color: #fff; }
    body .page-content section.blue {
      background: #0a3e62;
      color: #fff; }
    body .page-content section.welcome {
      border-top: 1px solid #eee; }
    body .page-content section.hover-opacity {
      -webkit-transition: opacity .2s ease-in-out;
      -moz-transition: opacity .2s ease-in-out;
      -ms-transition: opacity .2s ease-in-out;
      -o-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
      body .page-content section.hover-opacity:hover, body .page-content section.hover-opacity:active {
        opacity: 0.8; }
    body .page-content section .inside {
      display: table;
      text-align: center;
      margin: 0 auto;
      max-width: 85%; }
      body .page-content section .inside .landing-icon {
        font-size: 120px; }
        body .page-content section .inside .landing-icon.icon-globe {
          display: none !important; }
      body .page-content section .inside h1, body .page-content section .inside h2 {
        font-size: 35px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 7px; }
      body .page-content section .inside h3 {
        font-size: 25px;
        font-weight: 500;
        margin-top: 7px; }
    body .page-content section .box-link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 689px) {
      body .page-content section .inside {
        max-width: 100%; }
        body .page-content section .inside .landing-icon {
          font-size: 60px; }
        body .page-content section .inside h1, body .page-content section .inside h2 {
          font-size: 30px; }
        body .page-content section .inside h3 {
          font-size: 20px; } }
  body .edit-page {
    display: none; }
  body .page-content .initial {
    padding: 0; }
  body .page-content .block section {
    padding: 0; }
    body .page-content .block section .landing-icon {
      font-size: 60px; }
  @media screen and (max-height: 550px) {
    body .page-content .block section {
      padding: 1.5em; }
    body .page-content .initial h1 {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 40px !important; }
    body .page-content .initial h3 {
      margin-top: 12px;
      font-size: 25px !important; } }
