/*
    Document   : ${name}
    Created on : ${date}, ${time}
    Author     : Eric Holmes
    Description:
	
*/
/*
    Document   : _includes
    Created on : Dec 6, 2013, 11:16:16 AM
    Author     : Eric Holmes
    Description:
*/
/*
	Document   : includes
	Created on : Dec 4, 2013, 11:57:18 AM
	Author     : Tom
	Description:
	SASS includes that define colours, fonts, mixins and responsive breakpoints.
*/
/* Fonts are loaded within /_m/css/layout.css to avoid multiple calls. */
/* Define font mixins */
/* Define colour palette
---------------------------------------------------------------------------- */
/* Define font mixins
---------------------------------------------------------------------------- */
@media all and (max-width: 1355px) {
  #zg-tablet-identifier.breakpoint {
    display: block; }

  #page {
    width: auto; } }
@media all and (max-width: 600px) {
  #page {
    min-width: 0; }

  #zg-mobile-identifier.breakpoint {
    display: block; }

  #zg-tablet-identifier.breakpoint {
    display: none; }

  h1 {
    font-size: 2.5em; }

  h2 {
    font-size: 1.8em;
    line-height: 1.2em; }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em; }

  p {
    font-size: 1.4em; }

  ul, ol {
    margin: 0 0 1em 1em; }

  li {
    margin-bottom: 0.5em; }

  iframe {
    width: 100%;
    height: 59vw; }

  .screen-reader-text {
    left: 0; }

  .alignleft,
  .alignright {
    float: none;
    padding: 0 0 10px !important;
    margin: 0; }

  .mobile-only {
    display: inherit; }

  .not-mobile {
    display: none; }

  #accessibilityBar a:focus, .site-main a:focus {
    outline: none; }

  /* Hide Accessibility */
  #accessibilityBar,
  .accessibility-bar-expand,
  .accessibility-bar-collapse {
    display: none !important; }

  /* Masthead */
  #masthead {
    padding: 0; }
    #masthead .site-branding {
      padding: 10px;
      margin: 0;
      width: 180px; }
      #masthead .site-branding img {
        margin-top: 1px;
        display: block;
        max-width: 100%; }
    #masthead .site-search, #masthead #site-navigation {
      float: none; }
    #masthead #searchform {
      clear: both;
      padding: 0 10px;
      width: 100%;
      box-sizing: border-box; }
      #masthead #searchform .search-toggle {
        position: absolute;
        top: 10px;
        right: 72px;
        display: block;
        width: 26px;
        height: 26px;
        background: #babdbe url("../images/search-icon-transparent.png") no-repeat center center;
        cursor: pointer;
        text-indent: -9999px; }
        #masthead #searchform .search-toggle.toggled-on {
          background-color: #414042; }
      #masthead #searchform #s {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 10px 0;
        display: none;
        width: 100%;
        box-sizing: border-box;
        padding: 5px 10px;
        background: transparent;
        font-size: 1.6em; }

  .navigation-main {
    display: none; }

  .menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 5px 1px;
    background: white;
    font-family: 'Frutiger LT W01 65 Bold', 'FrutigerLTW01-65Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #717174;
    color: #717174;
    letter-spacing: 0; }
    .menu-toggle.toggled-on {
      border-color: #414042;
      background: #414042;
      color: white; }

  .navigation-mobile {
    display: block; }
    .navigation-mobile ul {
      display: block !important;
      list-style: none;
      margin: 0;
      padding: 0; }
    .navigation-mobile li {
      display: none;
      padding: 0;
      margin: 0; }
      .navigation-mobile li:hover {
        border: none; }
        .navigation-mobile li:hover a {
          border: none; }
      .navigation-mobile li a {
        position: relative;
        margin: 0 0 2px;
        background: #dcdede;
        padding: 5px;
        border: none;
        color: #717174;
        font-size: 1.8em; }
        .navigation-mobile li a:hover {
          color: #ee3124; }
      .navigation-mobile li .sub-menu-container {
        position: static;
        opacity: 1;
        visibility: visible; }
      .navigation-mobile li .sub-menu {
        border: none;
        width: auto;
        margin: 0; }
        .navigation-mobile li .sub-menu li {
          padding: 0; }
          .navigation-mobile li .sub-menu li.strong {
            border: none;
            padding: 0; }
        .navigation-mobile li .sub-menu a {
          background: #ededed;
          padding: 5px;
          margin: 0 10px 2px;
          font-size: 1.4em; }
        .navigation-mobile li .sub-menu .sub-menu a {
          padding: 5px 15px; }
        .navigation-mobile li .sub-menu .sub-menu .arrow {
          right: 10px; }
        .navigation-mobile li .sub-menu .sub-menu .sub-menu a {
          padding: 5px 25px; }
        .navigation-mobile li .sub-menu .sub-menu .sub-menu .arrow {
          right: 20px; }
        .navigation-mobile li .sub-menu .sub-menu .sub-menu .sub-menu a {
          padding: 5px 35px; }
      .navigation-mobile li.current-menu-ancestor a, .navigation-mobile li.current-page-ancestor a, .navigation-mobile li.current-menu-item a {
        color: #717073; }
      .navigation-mobile li.current-menu-ancestor, .navigation-mobile li.current-mmm-expertise-ancestor {
        display: block; }
      .navigation-mobile li.open a {
        cursor: auto;
        color: #231f20; }
      .navigation-mobile li.open > a > .arrow {
        background-image: url("../images/arrow-grey-up-small.png"); }
    .navigation-mobile .menu {
      padding: 4px 0 2px;
      box-shadow: inset 0 5px 6px -4px #414042, inset 0 -5px 6px -4px #414042; }
    .navigation-mobile .arrow {
      position: absolute;
      display: block;
      width: 43px;
      right: 0;
      top: 0;
      bottom: 0;
      background: transparent url("../images/arrow-grey-down-small.png") center center no-repeat; }
      .navigation-mobile .arrow:hover {
        background-image: url("../images/arrow-blue-down-small.png"); }

  #mobile-footer-navigation {
    position: relative; }
    #mobile-footer-navigation .footer-home-link {
      font-size: 2em;
      letter-spacing: normal;
      line-height: 1;
      text-transform: none; }
      #mobile-footer-navigation .footer-home-link a {
        display: block;
        padding: 10px 10px 10px 45px;
        background: #ee3124 url("../images/home-icon-white.png") 10px center no-repeat;
        color: white; }
    #mobile-footer-navigation .menu-toggle {
      top: 7px; }
    #mobile-footer-navigation .divider {
      display: none !important; }
    #mobile-footer-navigation .current-page-ancestor,
    #mobile-footer-navigation .current-menu-item {
      display: block; }
    #mobile-footer-navigation .current-menu-item > a {
      color: red; }

  #primary,
  #primary.full-width,
  #secondary {
    padding: 0;
    margin: 0;
    width: auto; }

  article {
    padding: 0 10px; }

  .site-footer {
    padding: 10px;
    margin: 0; }
    .site-footer .footer-column-left,
    .site-footer .footer-column-right {
      float: none;
      width: auto; }
    .site-footer div.social-media,
    .site-footer div.site-info {
      padding: 0; }
    .site-footer .site-info #footer-navigation {
      display: none; }
      .site-footer .site-info #footer-navigation li {
        padding-right: 15px; }
        .site-footer .site-info #footer-navigation li:last-child {
          padding-right: 0; }
        .site-footer .site-info #footer-navigation li a {
          font-size: 1.4em; }
    .site-footer .site-info #footer-secondary-navigation {
      padding: 0 0 10px; }
    .site-footer .zg-social-media-widget .widgettitle {
      white-space: nowrap; }
    .site-footer .copyright {
      margin-bottom: 0.5em; }

  /* Components
  ---------------------------------- */
  #zg-grid-gallery {
    min-height: 0; }

  .zg-grid-gallery-container {
    width: auto;
    height: auto; }
    .zg-grid-gallery-container .zg-grid-item {
      display: none; }
    .zg-grid-gallery-container .zg-grid-item:first-child {
      display: block;
      position: static;
      width: auto !important;
      height: auto !important; }
    .zg-grid-gallery-container img {
      max-width: 100%; }
    .zg-grid-gallery-container.mini-container {
      display: none; }

  .entry-content h2, .entry-content h3 {
    font-size: 2.2em; }
  .entry-content h4 {
    font-size: 1.8em; }
  .entry-content h5 {
    font-size: 1.6em; }
  .entry-content h6 {
    font-size: 1.4em; }

  .entry-content p,
  .entry-summary p {
    font-size: 1.4em; }

  .big-nav {
    padding: 10px; }
    .big-nav li {
      min-height: 0;
      margin-bottom: 20px; }
    .big-nav .image-container {
      position: relative; }
    .big-nav .image-arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 50px;
      background: transparent url("../images/big-nav-mobile-arrow.png") center center no-repeat; }
    .big-nav .title {
      position: static;
      padding: 0; }
    .big-nav .title-link {
      font-size: 1.7em;
      line-height: 1.1em;
      background: transparent; }

  .wp-pagenavi {
    margin-bottom: 20px; }
    .wp-pagenavi .pages {
      display: none; }
    .wp-pagenavi span,
    .wp-pagenavi a {
      display: inline-block; }

  ul.pagination {
    margin: 20px 0 30px; }

  .archive-title {
    margin: 0 10px; }

  .site-content .archive {
    margin: 0 10px; }
    .site-content .archive .entry-header {
      padding: 0; }
    .site-content .archive .entry-title {
      font-size: 1.8em; }
    .site-content .archive article {
      padding: 0 0 10px; }

  p.large-inline-link a,
  a.inline-link {
    font-size: 1em; }

  .related-items-title {
    font-size: 2.6em;
    margin-top: 20px; }

  #zg-related-post-tabs .post-tabs {
    display: none; }
  #zg-related-post-tabs .tab-content {
    display: block;
    margin: 10px 0 0; }
  #zg-related-post-tabs .post-type-title {
    display: block;
    border-bottom: 3px solid #ee3124;
    font-family: 'FrutigerLTW01-75Black';
    font-weight: normal;
    font-style: normal;
    font-size: 1.6em;
    text-transform: uppercase;
    color: #717174; }
  #zg-related-post-tabs li.related-post {
    padding: 10px 0;
    border: none; }
    #zg-related-post-tabs li.related-post .thumbnail-container {
      width: 30%; }
    #zg-related-post-tabs li.related-post .related-post-title {
      font-size: 1.8em; }
    #zg-related-post-tabs li.related-post .related-post-excerpt,
    #zg-related-post-tabs li.related-post a.read-more {
      font-size: 1.5em; }
    #zg-related-post-tabs li.related-post.has-thumbnail .related-post-title {
      margin-left: 33%; }
    #zg-related-post-tabs li.related-post.has-thumbnail .related-post-excerpt,
    #zg-related-post-tabs li.related-post.has-thumbnail .read-more-link {
      margin-left: 0;
      clear: left; }
  #zg-related-post-tabs .see-all-link {
    font-size: 1.3em; }

  .accordion .accordion-title a {
    background-image: url("../images/arrow-grey-down-small.png");
    padding-right: 20px; }
    .accordion .accordion-title a:focus, .accordion .accordion-title a:hover {
      background-image: url("../images/arrow-blue-down-small.png"); }
  .accordion.brackets .accordion-title {
    font-size: 1.8em; }
  .accordion.brackets .accordion-content > * {
    font-size: 1.4em; }
  .accordion.brackets .accordion-content img {
    padding: 0 0 10px !important; }
  .accordion.brackets .accordion-header,
  .accordion.brackets .accordion-content {
    border-width: 0 3px; }
  .accordion.brackets .bracket {
    width: 8px;
    height: 6px;
    background-image: url("../images/brackets-mobile.png"); }
    .accordion.brackets .bracket.top-left {
      background-position: -16px 0; }
    .accordion.brackets .bracket.top-right {
      background-position: -24px 0; }
    .accordion.brackets .bracket.bottom-left {
      background-position: -16px -6px; }
    .accordion.brackets .bracket.bottom-right {
      background-position: -24px -6px; }
  .accordion.brackets.open .bracket.top-left {
    background-position: 0 0; }
  .accordion.brackets.open .bracket.top-right {
    background-position: -8px 0; }
  .accordion.brackets.open .bracket.bottom-left {
    background-position: 0 -6px; }
  .accordion.brackets.open .bracket.bottom-right {
    background-position: -8px -6px; }
  .accordion.open .accordion-header .accordion-title a {
    background-image: url("../images/arrow-red-up-small.png"); }

  #content .post-grid {
    padding: 0 10px; }
    #content .post-grid li {
      width: auto;
      display: block;
      margin: 10px 0; }

  .page-width {
    margin: 0 10px; }

  /* Specific Page Templates/Post Type Sections
  ----------------------------------------------------------------------- */
  body.single #primary,
  body.page #primary {
    margin-top: 0; }
  body.single .entry-header,
  body.page .entry-header {
    margin: 0 -10px;
    padding: 10px; }
  body.single .page-header,
  body.page .page-header {
    margin: 0;
    padding: 0; }
  body.single article .entry-title,
  body.single article .page-title,
  body.page article .entry-title,
  body.page article .page-title {
    font-size: 4em;
    line-height: 1.0em; }
  body.single .navigation,
  body.single .navigation-post,
  body.page .navigation,
  body.page .navigation-post {
    padding: 0 10px; }
  body.single .entry-content,
  body.page .entry-content {
    margin: 10px 0 0; }
    body.single .entry-content h2.key-message + p,
    body.single .entry-content > p:first-child,
    body.single .entry-content > :first-child > p:first-child,
    body.page .entry-content h2.key-message + p,
    body.page .entry-content > p:first-child,
    body.page .entry-content > :first-child > p:first-child {
      font-size: 1.7em; }
    body.single .entry-content p, body.single .entry-content > ul, body.single .entry-content > ol,
    body.page .entry-content p,
    body.page .entry-content > ul,
    body.page .entry-content > ol {
      font-size: 1.4em; }
    body.single .entry-content > ul, body.single .entry-content > ol,
    body.page .entry-content > ul,
    body.page .entry-content > ol {
      margin-left: 1.5em; }
  body.single .feature-image,
  body.page .feature-image {
    margin: 0 -10px; }

  body.single-mmm-project article .entry-title {
    line-height: 1em; }
  body.single-mmm-project article .key-message {
    font-size: 2em;
    margin: 0 0 10px; }

  .single-mmm-project article .entry-header,
  .single-mmm-office article .entry-header {
    min-height: 0; }

  .single-mmm-office .office-details,
  .single-mmm-office .office-sustainability-link,
  .single-mmm-sustainability .office-details,
  .single-mmm-sustainability .office-sustainability-link {
    padding: 0 10px; }
  .single-mmm-office .office-details .acf-map,
  .single-mmm-sustainability .office-details .acf-map {
    max-height: 60vh; }

  .single-mmm-expertise #primary,
  .single-mmm-expertise #secondary {
    margin-top: 0; }
  .single-mmm-expertise .mobile-expertise-submenu {
    background: #ee3124;
    padding-bottom: 10px;
    margin-top: 10px;
    display: block; }
    .single-mmm-expertise .mobile-expertise-submenu .submenu-toggle {
      position: relative;
      padding: 10px 40px 10px 10px;
      cursor: pointer; }
      .single-mmm-expertise .mobile-expertise-submenu .submenu-toggle .arrow {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: transparent url("../images/arrow-white-down-small.png") center center no-repeat; }
      .single-mmm-expertise .mobile-expertise-submenu .submenu-toggle.open .arrow {
        background-image: url("../images/arrow-white-up-small.png"); }
    .single-mmm-expertise .mobile-expertise-submenu .placeholder {
      background: white;
      margin: 0;
      padding: 10px;
      font-size: 1em;
      color: #babdbe; }
    .single-mmm-expertise .mobile-expertise-submenu .nav-menu {
      display: none;
      background: white;
      padding: 4px 0; }
      .single-mmm-expertise .mobile-expertise-submenu .nav-menu > li:last-child,
      .single-mmm-expertise .mobile-expertise-submenu .nav-menu > li:last-child a {
        margin: 0; }
      .single-mmm-expertise .mobile-expertise-submenu .nav-menu .arrow {
        display: none; }

  .expertise-listing {
    padding: 10px;
    margin: 0; }

  body.home .header-content,
  body.home #primary,
  body.home #colophon,
  body.page-template-page-templatescareers-landing-php .header-content,
  body.page-template-page-templatescareers-landing-php #primary,
  body.page-template-page-templatescareers-landing-php #colophon,
  body.page-template-page-templatesideas-and-voices-php .header-content,
  body.page-template-page-templatesideas-and-voices-php #primary,
  body.page-template-page-templatesideas-and-voices-php #colophon {
    width: auto; }
  body.home .accordion .accordion-title a .arrow,
  body.page-template-page-templatescareers-landing-php .accordion .accordion-title a .arrow,
  body.page-template-page-templatesideas-and-voices-php .accordion .accordion-title a .arrow {
    height: 22px; }

  /* Home Page
  ------------------------------------------- */
  body.home .mmm-posts-slider {
    min-width: 0; }
    body.home .mmm-posts-slider .post .post-title {
      font-size: 3.2em;
      letter-spacing: 0em;
      float: none;
      max-width: none;
      padding: 10px; }
    body.home .mmm-posts-slider .post .feature-items {
      display: none; }
    body.home .mmm-posts-slider .post .post-wrapper {
      width: auto;
      margin: 0;
      left: 0; }
    body.home .mmm-posts-slider .post .post-details-container {
      bottom: 50px; }
      body.home .mmm-posts-slider .post .post-details-container .post-edit-link {
        display: none; }
      body.home .mmm-posts-slider .post .post-details-container .read-more-link {
        display: none; }
    body.home .mmm-posts-slider .post .post-details-wrapper {
      width: auto; }
    body.home .mmm-posts-slider .post .post-details {
      width: auto;
      max-width: 80%; }
  body.home #masthead #searchform #s {
    display: block; }
  body.home #primary {
    margin-top: -50px;
    background: 0; }
  body.home .slider-button {
    display: none; }
  body.home .left-content-container,
  body.home .centre-content-container,
  body.home .right-content-container {
    display: none; }

  /* Archives
  ----------------------------------------------------------------------- */
  .archive .page-header,
  .blog .page-header,
  body.search .page-header {
    margin: 0;
    padding: 10px;
    min-height: 0;
    width: auto;
    display: block; }
  .archive .entry-title,
  .archive .page-title,
  .blog .entry-title,
  .blog .page-title,
  body.search .entry-title,
  body.search .page-title {
    font-size: 3em;
    display: block;
    line-height: 1.1; }

  .archive article .feature-image,
  .blog article .feature-image {
    float: none;
    width: auto;
    margin: 0 0 10px; }
    .archive article .feature-image a:hover,
    .blog article .feature-image a:hover {
      border-color: transparent; }
  .archive article.featured,
  .blog article.featured {
    margin-top: 0; }
    .archive article.featured .feature-image,
    .blog article.featured .feature-image {
      margin: 0 -10px; }
    .archive article.featured .section-title,
    .blog article.featured .section-title {
      padding: 0;
      margin: 10px 0; }
    .archive article.featured .entry-title,
    .blog article.featured .entry-title {
      font-size: 2.6em;
      line-height: 1.0em; }
    .archive article.featured .entry-summary p,
    .blog article.featured .entry-summary p {
      font-size: 1.4em; }
  .archive article.has-thumbnail .entry-header,
  .archive article.has-thumbnail .entry-content,
  .archive article.has-thumbnail .entry-summary,
  .archive article.has-thumbnail footer,
  .blog article.has-thumbnail .entry-header,
  .blog article.has-thumbnail .entry-content,
  .blog article.has-thumbnail .entry-summary,
  .blog article.has-thumbnail footer {
    margin: 0; }
  .archive h2.section-title,
  .blog h2.section-title {
    padding: 0 10px; }
  .archive #secondary,
  .blog #secondary {
    display: none; }

  body.post-type-archive-mmm-office h2.country,
  body.page-template-page-templatesoffice-locations-php h2.country {
    font-size: 1.8em;
    text-transform: uppercase; }
  body.post-type-archive-mmm-office .office-locations,
  body.page-template-page-templatesoffice-locations-php .office-locations {
    padding: 0 10px; }
    body.post-type-archive-mmm-office .office-locations .accordion-header,
    body.page-template-page-templatesoffice-locations-php .office-locations .accordion-header {
      padding: 5px 10px; }
    body.post-type-archive-mmm-office .office-locations .accordion-title,
    body.page-template-page-templatesoffice-locations-php .office-locations .accordion-title {
      font-size: 1.8em;
      line-height: 1.2;
      padding: 0; }
      body.post-type-archive-mmm-office .office-locations .accordion-title a,
      body.page-template-page-templatesoffice-locations-php .office-locations .accordion-title a {
        background: url("../images/arrow-grey-down-small.png") no-repeat center right; }
        body.post-type-archive-mmm-office .office-locations .accordion-title a:hover, body.post-type-archive-mmm-office .office-locations .accordion-title a:focus,
        body.page-template-page-templatesoffice-locations-php .office-locations .accordion-title a:hover,
        body.page-template-page-templatesoffice-locations-php .office-locations .accordion-title a:focus {
          background-image: url("../images/arrow-blue-down-small.png"); }
    body.post-type-archive-mmm-office .office-locations .accordion.open .accordion-title a,
    body.page-template-page-templatesoffice-locations-php .office-locations .accordion.open .accordion-title a {
      background-image: url("../images/arrow-red-up-small.png"); }
    body.post-type-archive-mmm-office .office-locations .accordion-content,
    body.page-template-page-templatesoffice-locations-php .office-locations .accordion-content {
      padding: 10px; }
    body.post-type-archive-mmm-office .office-locations .office,
    body.page-template-page-templatesoffice-locations-php .office-locations .office {
      padding: 0;
      width: auto;
      display: block; }
      body.post-type-archive-mmm-office .office-locations .office .city,
      body.page-template-page-templatesoffice-locations-php .office-locations .office .city {
        text-transform: none; }
      body.post-type-archive-mmm-office .office-locations .office .office-contact-info span,
      body.page-template-page-templatesoffice-locations-php .office-locations .office .office-contact-info span {
        line-height: 2; }
    body.post-type-archive-mmm-office .office-locations p,
    body.page-template-page-templatesoffice-locations-php .office-locations p {
      font-size: 1.7em; }

  /* Careers
  ----------------------------------------- */
  body.page-template-page-templatescareers-landing-php #section-masthead {
    min-height: 0; }
  body.page-template-page-templatescareers-landing-php .accordion .accordion-header {
    padding: 10px; }
  body.page-template-page-templatescareers-landing-php .accordion .accordion-title {
    font-size: 2em; }
  body.page-template-page-templatescareers-landing-php .accordion .accordion-content {
    padding: 10px; }
    body.page-template-page-templatescareers-landing-php .accordion .accordion-content p {
      padding: 0;
      font-size: 1.4em; }
  body.page-template-page-templatescareers-landing-php .column {
    float: none !important;
    width: auto !important; }
    body.page-template-page-templatescareers-landing-php .column.first p:first-of-type {
      font-size: 1.6em; }
  body.page-template-page-templatescareers-landing-php h3.child-title {
    margin: 0 0 15px;
    font-size: 1.8em;
    text-align: left; }
  body.page-template-page-templatescareers-landing-php .child-excerpt {
    display: none; }

  #primary.careers-section {
    margin: 0; }
    #primary.careers-section .entry-title {
      text-transform: uppercase;
      font-size: 3.2em; }
    #primary.careers-section .entry-header .title-container {
      width: auto; }
    #primary.careers-section .hentry {
      margin: 0; }

  .careers-subpage-widget {
    display: none; }

  #values-sections .post-grid li {
    width: 48%;
    margin-right: 4%; }
    #values-sections .post-grid li:nth-child(even) {
      margin-right: 0; }

  h3.value-section-title {
    text-align: center;
    font-size: 2.8em; }

  #opportunities-section {
    padding: 0 0 10px; }
    #opportunities-section .opportunities-container {
      padding: 10px; }
    #opportunities-section .inline-link {
      font-size: 1.6em; }

  #faq-archive-list .faq-item {
    margin-right: 0; }

  #events-sections {
    margin-top: 20px; }
    #events-sections .accordion {
      margin-right: 0; }

  body.page-template-careers-day-in-the-life div.entry-content {
    width: auto; }
  body.page-template-careers-day-in-the-life #ditl-archive-list h3 {
    font-size: 2em; }
  body.page-template-careers-day-in-the-life #ditl-archive-list h4 {
    font-size: 1.6em; }
  body.page-template-careers-day-in-the-life #ditl-archive-list p {
    font-size: 1.4em; }
  body.page-template-careers-day-in-the-life #ditl-archive-list li a:hover h3, body.page-template-careers-day-in-the-life #ditl-archive-list li a:hover h4 {
    display: block; }
  body.page-template-careers-day-in-the-life #ditl-archive-list li .day-in-life-content {
    margin-left: 0;
    height: auto; }
  body.page-template-careers-day-in-the-life #ditl-archive-list li .entry-excerpt {
    border-top: 1px solid white;
    padding-top: 10px;
    margin-top: 10px;
    /*display: block !important;*/
    display: none; }
  body.page-template-careers-day-in-the-life #ditl-archive-list li.has-image div.entry-image {
    width: 100px;
    height: 120px;
    left: auto;
    right: 0;
    bottom: auto;
    margin: 0; }
  body.page-template-careers-day-in-the-life #ditl-archive-list li.has-image .day-in-life-content {
    margin-right: 102px;
    padding: 10px 45px 10px 10px; }
  body.page-template-careers-day-in-the-life #ditl-archive-list li.has-image span.arrow {
    right: 110px; }
  body.page-template-careers-day-in-the-life .day-in-life-content {
    min-height: 100px; }

  body.single-mmm-day-in-the-life article .entry-title {
    font-size: 2.8em; }

  /* Ideas & Voices
  --------------------------------------------- */
  body.page-template-page-templatesideas-and-voices-php #content .idea-voice-item.placeholder {
    display: none; }
  body.page-template-page-templatesideas-and-voices-php article.page {
    padding: 20px; }
    body.page-template-page-templatesideas-and-voices-php article.page img {
      display: none; }
    body.page-template-page-templatesideas-and-voices-php article.page p:first-child {
      font-size: 1.7em; }
  body.page-template-page-templatesideas-and-voices-php #primary {
    margin: 0; }
  body.page-template-page-templatesideas-and-voices-php #ideas-voices-archive-list {
    margin: 0; }
    body.page-template-page-templatesideas-and-voices-php #ideas-voices-archive-list img,
    body.page-template-page-templatesideas-and-voices-php #ideas-voices-archive-list .idea-voice-content {
      display: none; }

  /* About Us
  ---------------------------------------------- */
  body.page-template-page-templatesabout-php .mmm-menumatic-widget {
    display: none; }

  body.page-template-page-templatesabout-giving-back-php article.page .entry-header,
  body.page-template-page-templatesabout-subpage-php article.page .entry-header,
  body.page-template-page-templatesabout-sustainable-culture-php article.page .entry-header {
    margin: 0 -10px;
    padding: 10px;
    height: auto; }
    body.page-template-page-templatesabout-giving-back-php article.page .entry-header .entry-title,
    body.page-template-page-templatesabout-subpage-php article.page .entry-header .entry-title,
    body.page-template-page-templatesabout-sustainable-culture-php article.page .entry-header .entry-title {
      padding: 0; }

  #mmm-leader-category-filters .content-filters li.content-filter {
    display: block;
    width: auto;
    margin: 0 10px 0.5em;
    text-align: left;
    border: 1px solid #414042;
    padding: 5px; }

  body.page-template-page-templatesabout-leadership-php #primary,
  body.page-template-page-templatesabout-awards-php #primary {
    margin: 0; }

  body.search #masthead #searchform #s {
    display: inline-block; }
  body.search #search-tabs {
    border: none; }
    body.search #search-tabs li {
      display: block;
      border: 1px solid #414042;
      margin: 10px 0;
      padding: 0; }
      body.search #search-tabs li.no-results {
        border-color: #babdbe; }
      body.search #search-tabs li.current {
        border-color: #ee3124; }
    body.search #search-tabs a {
      display: block; }
  body.search #search-tabs,
  body.search .search-results-content {
    padding: 0 10px; }
  body.search #content h1.feature-title {
    font-size: 2.4em;
    line-height: 1;
    letter-spacing: -1px; }
    body.search #content h1.feature-title .see-all {
      margin-top: 5px;
      display: block; }
  body.search #content .post-grid {
    padding: 0; }
    body.search #content .post-grid li {
      border: none;
      padding: 0; }
  body.search #content .related-link-item {
    margin: 5px 0; }
    body.search #content .related-link-item .item-separator {
      display: none; }
  body.search #content .search-result.has-thumbnail .thumbnail-container {
    float: none;
    margin: 0 0 10px; }

  /* Widgets
  ----------------------------------------------------------------------- */
  .sidebar {
    padding: 0; }

  .widget {
    margin-bottom: 1em; }
    .widget h3.widget-title {
      font-size: 1.9em;
      line-height: 1.3;
      margin-bottom: 5px; }

  .mmm-proofs-widget .proof-container.testimonial {
    padding: 10px; }
    .mmm-proofs-widget .proof-container.testimonial p {
      font-size: 1.4em; }
    .mmm-proofs-widget .proof-container.testimonial span.proof-quote {
      margin-right: 15px; }

  .mmm-menumatic-widget {
    border-top: 3px solid #ee3124;
    padding-top: 10px;
    margin: 0 10px 10px; }
    .mmm-menumatic-widget.learn-more-about-us {
      display: none; }

  .mmm-expertise-list-widget {
    display: none; }

  .mmm-p2p-categorized-widget .widget-title,
  .mmm-p2p-post-type-widget .widget-title,
  .zg-categorized-posts-widget .widget-title {
    padding: 0 10px;
    color: #414042;
    font-family: 'Frutiger LT W01 65 Bold', 'FrutigerLTW01-65Bold';
    font-weight: normal;
    font-style: normal; }
  .mmm-p2p-categorized-widget .thumbnail-container,
  .mmm-p2p-post-type-widget .thumbnail-container,
  .zg-categorized-posts-widget .thumbnail-container {
    display: none; }
  .mmm-p2p-categorized-widget li.term,
  .mmm-p2p-categorized-widget li.header-post,
  .mmm-p2p-post-type-widget li.term,
  .mmm-p2p-post-type-widget li.header-post,
  .zg-categorized-posts-widget li.term,
  .zg-categorized-posts-widget li.header-post {
    margin: 0 0 5px;
    padding: 10px;
    background: #dcdede; }
    .mmm-p2p-categorized-widget li.term ul.related-post-list,
    .mmm-p2p-categorized-widget li.header-post ul.related-post-list,
    .mmm-p2p-post-type-widget li.term ul.related-post-list,
    .mmm-p2p-post-type-widget li.header-post ul.related-post-list,
    .zg-categorized-posts-widget li.term ul.related-post-list,
    .zg-categorized-posts-widget li.header-post ul.related-post-list {
      display: block;
      padding: 0; }
  .mmm-p2p-categorized-widget h4.term-title,
  .mmm-p2p-categorized-widget h4.header-post-title,
  .mmm-p2p-post-type-widget h4.term-title,
  .mmm-p2p-post-type-widget h4.header-post-title,
  .zg-categorized-posts-widget h4.term-title,
  .zg-categorized-posts-widget h4.header-post-title {
    padding: 0;
    text-transform: uppercase;
    font-family: 'Frutiger LT W01 65 Bold', 'FrutigerLTW01-65Bold';
    font-weight: normal;
    font-style: normal;
    color: #414042;
    font-size: 1.4em; }
    .mmm-p2p-categorized-widget h4.term-title .arrow,
    .mmm-p2p-categorized-widget h4.header-post-title .arrow,
    .mmm-p2p-post-type-widget h4.term-title .arrow,
    .mmm-p2p-post-type-widget h4.header-post-title .arrow,
    .zg-categorized-posts-widget h4.term-title .arrow,
    .zg-categorized-posts-widget h4.header-post-title .arrow {
      display: none; }
  .mmm-p2p-categorized-widget .see-all,
  .mmm-p2p-categorized-widget .see-all-results,
  .mmm-p2p-post-type-widget .see-all,
  .mmm-p2p-post-type-widget .see-all-results,
  .zg-categorized-posts-widget .see-all,
  .zg-categorized-posts-widget .see-all-results {
    font-size: 1.4em;
    font-family: 'Frutiger LT W01 65 Bold', 'FrutigerLTW01-65Bold';
    font-weight: normal;
    font-style: normal; }
  .mmm-p2p-categorized-widget .related-post,
  .mmm-p2p-post-type-widget .related-post,
  .zg-categorized-posts-widget .related-post {
    margin: 10px 0;
    padding: 0 10px; }
  .mmm-p2p-categorized-widget .related-post-title a,
  .mmm-p2p-categorized-widget .related-post-title a:hover,
  .mmm-p2p-categorized-widget .related-post-title a:visited,
  .mmm-p2p-post-type-widget .related-post-title a,
  .mmm-p2p-post-type-widget .related-post-title a:hover,
  .mmm-p2p-post-type-widget .related-post-title a:visited,
  .zg-categorized-posts-widget .related-post-title a,
  .zg-categorized-posts-widget .related-post-title a:hover,
  .zg-categorized-posts-widget .related-post-title a:visited {
    color: #0096d7; }
  .mmm-p2p-categorized-widget .related-post-title a:hover,
  .mmm-p2p-post-type-widget .related-post-title a:hover,
  .zg-categorized-posts-widget .related-post-title a:hover {
    text-decoration: underline; }

  .mmm-p2p-post-type-widget .widget-content {
    padding: 10px;
    background: #dcdede; }

  .zg-categorized-posts-widget .widget-title {
    padding: 0 10px;
    color: #414042;
    font-family: 'Frutiger LT W01 65 Bold', 'FrutigerLTW01-65Bold';
    font-weight: normal;
    font-style: normal; } }
@media all and (max-width: 400px) {
  body.page-template-careers-day-in-the-life #ditl-archive-list hr,
  body.page-template-careers-day-in-the-life #ditl-archive-list .entry-excerpt {
    display: none; } }

/*# sourceMappingURL=mobile.css.map */
