<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* WIDE MOBILE LAYOUT: 480px  */
/* ================================================================================ */
@media handheld, only screen and (max-width: 480px) {
  html.touch header .top-layer .logo, header .top-layer .logo {
    width: 70%; }
  html.touch header .top-layer .trigger-main-nav, header .top-layer .trigger-main-nav {
    width: 15%; }
  html.touch header .search-bar.mobile, header .search-bar.mobile {
    width: 15%; }

  .main, aside {
    padding-top: 15px; }

  .section-head {
    padding-bottom: 5px; }
    .section-head .h2 {
      text-align: center;
      width: 100%; }
    .section-head a {
      display: none; }
    .section-head .gray {
      display: block;
      clear: both; }

  .post-preview figure {
    margin-bottom: 10px; }

  .feed .lead-post {
    text-align: center;
    /*margin-bottom: 40px;*/ }

  .post-preview-carousel {
    display: block;
    clear: both;
    margin-bottom: 20px; }

  .col-block {
    display: block;
    clear: both;
    margin-bottom: 30px; }

  .home-post-preview .double-line {
    margin: 30px 0 20px 0; }

  .bucket-list .bucket {
    display: block;
    clear: both;
    margin-bottom: 30px;
    text-align: center; }
    .bucket-list .bucket .post-title {
      margin-bottom: 10px; }
    .bucket-list .bucket:last-child {
      margin-bottom: 0; }

  .industry-jobs {
    display: block;
    clear: both;
    margin-bottom: 40px; }

  .brochures .bucket a {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 10px; } 
  
  #thumb-wrap .wp-caption {
    width: 100% !important;
  } }</pre></body></html>