/*
    Document   : structure
    Created on : Dec 6, 2013, 10:53:20 AM
    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
---------------------------------------------------------------------------- */
/* Entry content margins
----------------------------------------------------------------------------- */
.entry-content h2,
.entry-summary h2 {
  margin: 1em 0 0.25em 0; }
.entry-content h3,
.entry-summary h3 {
  margin: 0.85em 0 0 0; }
.entry-content h4,
.entry-summary h4 {
  margin: 0.9em 0 0 0; }
.entry-content h5,
.entry-summary h5 {
  margin: 0.9em 0 0 0; }
.entry-content h6,
.entry-summary h6 {
  margin: 1.5em 0 0 0; }
.entry-content p,
.entry-summary p {
  font-family: 'FrutigerLTW01-55Roman';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.5;
  color: #717073;
  margin: 0.8em 0 0 0; }
.entry-content ul, .entry-content ol,
.entry-summary ul,
.entry-summary ol {
  margin-top: 0.4em;
  list-style-type: square; }

.breakpoint {
  display: none; }

.mobile-only {
  display: none; }

/* Accessibility
----------------------------------------------------------------------------- */
#accessibilityBar {
  display: inline-block;
  font-family: 'FrutigerLTW01-55Roman';
  font-size: 1.4em;
  vertical-align: top; }
  #accessibilityBar #accessibilityBarContent {
    width: auto;
    margin: auto;
    padding: 0; }
  #accessibilityBar .control-title {
    font-weight: normal;
    color: black; }
  #accessibilityBar #cookie-crumb {
    margin-top: 0; }
  #accessibilityBar #controlsMenu {
    margin-bottom: 0; }
  #accessibilityBar .accessibility-bar-expand,
  #accessibilityBar .accessibility-bar-collapse {
    display: none; }
  #accessibilityBar.collapsed {
    border: none; }
  #accessibilityBar .animation_toggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: top; }

.site-accessibility {
  float: right;
  padding: 0 0 0 20px; }

.accessibility-bar-expand,
.accessibility-bar-collapse {
  padding: 0;
  margin: 0;
  text-align: right;
  margin-bottom: 10px;
  background: transparent; }
  .accessibility-bar-expand a, .accessibility-bar-expand a:visited,
  .accessibility-bar-collapse a,
  .accessibility-bar-collapse a:visited {
    color: #717174;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1.6;
    border-bottom: 1px dotted #717174; }
    .accessibility-bar-expand a:hover, .accessibility-bar-expand a:focus, .accessibility-bar-expand a:visited:hover, .accessibility-bar-expand a:visited:focus,
    .accessibility-bar-collapse a:hover,
    .accessibility-bar-collapse a:focus,
    .accessibility-bar-collapse a:visited:hover,
    .accessibility-bar-collapse a:visited:focus {
      border-bottom: 1px solid;
      text-decoration: none; }

.accessibility-bar-collapse img {
  outline: 2px solid #ee3124; }

/* Masthead
----------------------------------------------------------------------------- */
#masthead {
  position: relative;
  z-index: 999;
  padding: 20px 91px 0; }
  #masthead .site-branding {
    float: left;
    margin-top: 5px; }
    #masthead .site-branding a {
      display: block; }
      #masthead .site-branding a img {
        display: block; }
  #masthead .site-search,
  #masthead #site-navigation {
    float: right;
    clear: right;
    width: auto;
    vertical-align: bottom; }
    #masthead .site-search br,
    #masthead #site-navigation br {
      display: none; }
  #masthead #searchform {
    float: right; }
    #masthead #searchform .search-toggle {
      display: none; }
    #masthead #searchform #s {
      width: 200px;
      padding-right: 30px; }
    #masthead #searchform .submit {
      display: none; }

.navigation-main ul div ul {
  width: 1173px;
  margin: 0 auto; }

.navigation-mobile {
  display: none; }

/* Main
----------------------------------------------------------------------------- */
#page {
  min-width: 1355px;
  width: 1355px;
  max-width: none; }

#zg-grid-gallery {
  min-height: 78px;
  position: relative;
  z-index: 10; }

#main {
  clear: both; }

#primary {
  width: 718px;
  margin: 0;
  padding: 10px 101px 10px 91px; }
  #primary.full-width {
    width: 1173px; }

#secondary {
  margin: 0 -10px 0 0;
  padding: 10px 10px 68px 0;
  width: 354px; }

#primary, #secondary {
  position: relative;
  z-index: 100; }

.clear {
  clear: both; }

/* Components
----------------------------------------------------------------------------- */
p.large-inline-link {
  margin-top: 1em;
  margin-bottom: 0; }

ul#info-sections {
  margin: 0;
  margin-top: 30px; }

.accordion-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.accordion {
  margin-bottom: 20px; }
  .accordion .accordion-header {
    padding: 10px 20px; }
  .accordion .accordion-title a {
    display: block;
    margin: 0;
    padding: 0 100px 0 0; }
  .accordion .accordion-content {
    overflow: hidden;
    padding: 10px 0;
    background: #ededed; }
  .accordion.brackets {
    margin: 0 0 20px; }
    .accordion.brackets .accordion-header {
      padding: 0 20px 0 20px; }
    .accordion.brackets .accordion-title {
      position: relative;
      padding-top: 12px;
      padding-bottom: 12px; }
      .accordion.brackets .accordion-title .arrow {
        position: absolute;
        right: 40px;
        top: 0;
        bottom: 0;
        display: block;
        width: 40px; }
    .accordion.brackets .accordion-content {
      background: transparent;
      padding: 0 20px; }

.related-items-title {
  margin: 50px 0 10px; }

#zg-related-post-tabs .post-tabs,
#zg-related-post-tabs .related-post-list {
  list-style: none;
  margin: 0;
  padding: 0; }
#zg-related-post-tabs ul.post-tabs {
  margin-bottom: 30px; }
#zg-related-post-tabs .tab {
  display: inline-block;
  padding: 0;
  margin: 0 40px 0 0;
  cursor: pointer; }
  #zg-related-post-tabs .tab:hover, #zg-related-post-tabs .tab:focus, #zg-related-post-tabs .tab.current {
    border-color: black;
    color: black; }
  #zg-related-post-tabs .tab.current {
    cursor: default; }
#zg-related-post-tabs .tab-content {
  list-style: none;
  display: none; }
  #zg-related-post-tabs .tab-content.current {
    display: block; }
#zg-related-post-tabs .post-type-title {
  display: none; }
#zg-related-post-tabs .related-post-list {
  margin-bottom: 10px; }
#zg-related-post-tabs .related-post {
  clear: both;
  padding: 30px 0; }
  #zg-related-post-tabs .related-post .thumbnail-container {
    width: 263px;
    float: left;
    margin: 0 10px 10px 0; }
    #zg-related-post-tabs .related-post .thumbnail-container img {
      max-width: 100%; }
  #zg-related-post-tabs .related-post.has-thumbnail .related-post-title, #zg-related-post-tabs .related-post.has-thumbnail .related-post-excerpt, #zg-related-post-tabs .related-post.has-thumbnail .read-more-link {
    margin-left: 273px; }

/* Post Grid */
.post-grid {
  margin: 0; }
  .post-grid li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin-bottom: 20px;
    margin-right: 101px; }
  .post-grid.two-col > li {
    width: 536px; }
    .post-grid.two-col > li:nth-child(2n) {
      margin-right: 0; }
  .post-grid.two-col.in-primary > li {
    width: 350px;
    margin-right: 15px;
    margin-bottom: 30px; }
    .post-grid.two-col.in-primary > li:nth-child(2n) {
      margin-right: 0; }
  .post-grid.three-col {
    padding: 0 20px; }
    .post-grid.three-col > li {
      width: 350px;
      margin-right: 41px; }
      .post-grid.three-col > li:nth-child(3n) {
        margin-right: 0; }
  .post-grid.four-col > li {
    width: 279px;
    margin-right: 19px; }
    .post-grid.four-col > li:nth-child(4n) {
      margin-right: 0; }

/* Pagination */
ul.pagination {
  margin: 0 0 10px;
  list-style: none; }
  ul.pagination li {
    display: inline-block; }
  ul.pagination a {
    font-size: 1.4em;
    padding: 3px 8px;
    margin: 0 5px; }

/* Footer
----------------------------------------------------------------------------- */
.site-footer {
  margin: 40px 91px 0; }
  .site-footer .footer-column-left {
    width: 455px;
    float: left; }
  .site-footer .footer-column-right {
    width: 718px;
    float: right; }
    .site-footer .footer-column-right .menu {
      margin: 0; }
  .site-footer div.social-media {
    padding: 10px 0 0 30px; }
  .site-footer div.site-info {
    padding: 10px 30px 0 0; }

/* Full Browser Width structural styles (SHARED)
----------------------------------------------------------------------------- */
body.home #page,
body.page-template-page-templatescareers-landing-php #page,
body.page-template-page-templatesideas-and-voices-php #page {
  width: auto; }
body.home ul,
body.page-template-page-templatescareers-landing-php ul,
body.page-template-page-templatesideas-and-voices-php ul {
  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: 1173px;
  margin: 0 auto;
  float: none; }
body.home #primary,
body.page-template-page-templatescareers-landing-php #primary,
body.page-template-page-templatesideas-and-voices-php #primary {
  position: relative;
  margin-top: -146px;
  margin-bottom: 40px;
  padding: 0; }
body.home .centre-content-title-box,
body.home .right-content-title-box,
body.page-template-page-templatescareers-landing-php .centre-content-title-box,
body.page-template-page-templatescareers-landing-php .right-content-title-box,
body.page-template-page-templatesideas-and-voices-php .centre-content-title-box,
body.page-template-page-templatesideas-and-voices-php .right-content-title-box {
  margin-bottom: 10px; }
body.home h3.title a, body.home h3.widget-title a,
body.page-template-page-templatescareers-landing-php h3.title a,
body.page-template-page-templatescareers-landing-php h3.widget-title a,
body.page-template-page-templatesideas-and-voices-php h3.title a,
body.page-template-page-templatesideas-and-voices-php h3.widget-title a {
  display: block;
  padding: 10px; }
  body.home h3.title a .arrow, body.home h3.widget-title a .arrow,
  body.page-template-page-templatescareers-landing-php h3.title a .arrow,
  body.page-template-page-templatescareers-landing-php h3.widget-title a .arrow,
  body.page-template-page-templatesideas-and-voices-php h3.title a .arrow,
  body.page-template-page-templatesideas-and-voices-php h3.widget-title a .arrow {
    float: right;
    width: 25px;
    height: 25px; }

/* Archive Styles
----------------------------------------------------------------------------- */
.archive .page-header, body.search .page-header {
  margin-left: -91px;
  margin-right: -91px;
  margin-bottom: 20px;
  padding: 10px 91px 5px; }

.archive, .blog, body.search {
  list-style: none;
  margin: 0; }
  .archive .page-header, .blog .page-header, body.search .page-header {
    display: table;
    width: 100%;
    padding: 10px 91px;
    margin-left: -91px;
    margin-right: -91px;
    min-height: 129px; }
    .archive .page-header .page-title, .blog .page-header .page-title, body.search .page-header .page-title {
      display: table-cell;
      vertical-align: bottom; }
  .archive article, .blog article, body.search article {
    padding-bottom: 10px;
    margin: 20px 0; }
    .archive article .feature-image, .blog article .feature-image, body.search article .feature-image {
      float: left;
      margin: 0 20px 20px 0;
      width: 263px; }
      .archive article .feature-image a, .blog article .feature-image a, body.search article .feature-image a {
        display: block;
        border: 1px solid transparent; }
        .archive article .feature-image a img, .blog article .feature-image a img, body.search article .feature-image a img {
          display: block;
          max-width: 100%; }
        .archive article .feature-image a:hover, .archive article .feature-image a:focus, .blog article .feature-image a:hover, .blog article .feature-image a:focus, body.search article .feature-image a:hover, body.search article .feature-image a:focus {
          border-color: #0096d7; }
          .archive article .feature-image a:hover img, .archive article .feature-image a:focus img, .blog article .feature-image a:hover img, .blog article .feature-image a:focus img, body.search article .feature-image a:hover img, body.search article .feature-image a:focus img {
            outline: 0; }
    .archive article.featured, .blog article.featured, body.search article.featured {
      margin: 10px 0 20px;
      overflow: visible; }
      .archive article.featured .feature-image, .blog article.featured .feature-image, body.search article.featured .feature-image {
        float: none;
        margin-left: -91px;
        margin-right: -91px;
        width: auto; }
    .archive article.has-thumbnail .entry-header,
    .archive article.has-thumbnail .entry-summary,
    .archive article.has-thumbnail footer, .blog article.has-thumbnail .entry-header,
    .blog article.has-thumbnail .entry-summary,
    .blog article.has-thumbnail footer, body.search article.has-thumbnail .entry-header,
    body.search article.has-thumbnail .entry-summary,
    body.search article.has-thumbnail footer {
      margin-left: 283px; }

.archive-list {
  margin: 0; }
  .archive-list li {
    list-style: none; }

/* Single Styles
----------------------------------------------------------------------------- */
.single article {
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .single article .entry-header, .single article .feature-image {
    margin: 0 -91px; }
  .single article .entry-header {
    padding: 10px 91px; }
  .single article footer {
    margin-top: 30px; }

/* AddThis Social Sharing widget styling
------------------------------------------------------------------ */
.addthis_toolbox {
  margin: 2em 0; }

/* WP-PageNavi
------------------------------------------------------------------ */
div.wp-pagenavi {
  margin-top: 20px; }

/* Home Page
----------------------------------------------------------------------------- */
body.home ul {
  margin: 0; }
body.home .mmm-posts-slider {
  width: 100%;
  min-width: 1355px;
  overflow-x: hidden; }
  body.home .mmm-posts-slider .posts-container {
    z-index: 1; }
  body.home .mmm-posts-slider .posts-container .post {
    position: relative; }
    body.home .mmm-posts-slider .posts-container .post.blitter {
      position: absolute;
      z-index: 10; }
  body.home .mmm-posts-slider .feature-group-post .image-description {
    display: none; }
  body.home .mmm-posts-slider .feature-group-post > .wp-post-image {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: inherit; }
  body.home .mmm-posts-slider .feature-group-post .post-wrapper {
    width: 1173px;
    left: 50%;
    margin-left: -586.5px;
    bottom: 0; }
  body.home .mmm-posts-slider .feature-group-post .post-title {
    max-width: 70%;
    max-height: 185px; }
  body.home .mmm-posts-slider .feature-group-post .post-details-container {
    position: absolute;
    bottom: 146px;
    left: 0;
    right: 0;
    padding-bottom: 20px; }
  body.home .mmm-posts-slider .feature-group-post .post-details-wrapper {
    width: 1173px;
    margin: 0 auto; }
  body.home .mmm-posts-slider .feature-group-post .post-details {
    padding: 10px 15px;
    width: 45%; }
  body.home .mmm-posts-slider .slider-button {
    top: 140px;
    bottom: auto;
    width: 53px;
    height: 53px;
    opacity: .5; }
    body.home .mmm-posts-slider .slider-button.prev {
      left: 50%;
      margin-left: -660px; }
    body.home .mmm-posts-slider .slider-button.next {
      right: 50%;
      margin-right: -660px; }
  body.home .mmm-posts-slider .feature-items {
    position: absolute;
    top: 225px; }
    body.home .mmm-posts-slider .feature-items .feature-item {
      position: relative;
      display: inline-block;
      margin: 0 10px 0 0;
      /*				vertical-align: top;
      			-moz-opacity: 0;
      			opacity: 0;
      			filter: alpha(opacity=0);*/ }
      body.home .mmm-posts-slider .feature-items .feature-item .thumbnail-container {
        position: relative;
        border: 1px solid white;
        width: 178px; }
      body.home .mmm-posts-slider .feature-items .feature-item a {
        display: block;
        width: 180px;
        height: 180px; }
        body.home .mmm-posts-slider .feature-items .feature-item a:hover .thumbnail-container, body.home .mmm-posts-slider .feature-items .feature-item a:focus .thumbnail-container {
          display: none; }
      body.home .mmm-posts-slider .feature-items .feature-item .item-details {
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px; }
        body.home .mmm-posts-slider .feature-items .feature-item .item-details .item-excerpt {
          margin-top: .4em; }
      body.home .mmm-posts-slider .feature-items .feature-item .arrow {
        position: absolute;
        bottom: 8px;
        right: 8px;
        display: block;
        width: 25px;
        height: 25px;
        z-index: 2; }
body.home .left-content-container {
  width: 20%;
  float: left;
  padding: 0 10px 0 20px; }
body.home .centre-content-container {
  width: 53.18%;
  float: left;
  padding: 0 10px; }
body.home .right-content-container {
  width: 20%;
  float: right;
  padding: 0 20px 0 10px; }
body.home #zg-posts-slider__centre-slider {
  height: 530px; }

/* Careers Section
----------------------------------------------------------------------------- */
.page-template-page-templatescareers-landing-php #section-masthead {
  position: relative;
  min-height: 250px; }
  .page-template-page-templatescareers-landing-php #section-masthead img {
    width: 100%;
    line-height: 0;
    display: block; }
  .page-template-page-templatescareers-landing-php #section-masthead .section-header {
    position: absolute;
    top: 0;
    background: white;
    padding: 20px 40px 20px 50%;
    margin-left: -586.5px; }
    .page-template-page-templatescareers-landing-php #section-masthead .section-header .section-title {
      color: #ee3124;
      text-transform: none; }
.page-template-page-templatescareers-landing-php .column > * {
  padding: 0 20px; }
.page-template-page-templatescareers-landing-php .post-grid li {
  text-align: center; }

/* Careers Pages Common Elements
----------------------------------------------------------------------------- */
#primary.careers-section {
  margin-top: -78px; }
  #primary.careers-section .entry-header .title-container {
    margin-right: 101px;
    width: 718px; }
  #primary.careers-section .entry-header .title-sidebar {
    width: 354px;
    float: left; }

.careers-subpage-widget {
  margin: 20px 0; }

/* Our Culture
----------------------------------------------------------------------------- */
ul.value-section {
  margin: 20px 0 40px 0; }
  ul.value-section li {
    position: relative; }
    ul.value-section li img {
      position: relative;
      display: block;
      z-index: 1;
      opacity: 0.9;
      filter: alpha(opacity=90);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
    ul.value-section li a:hover img,
    ul.value-section li a:focus img {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out; }

/* FAQ Page
---------------------------------- */
.faq-archive-list {
  list-style: none;
  margin: 0; }

/* Get in Touch Page
---------------------------------- */
/* Shared - Margins for full width additions of content
---------------------------------- */
.page-width {
  margin: 0 91px 0 91px; }
  .page-width .event-section,
  .page-width .faq-item,
  .page-width #opportunities-frame {
    margin-right: 91px; }

/* Opportunities Page */
#opportunities-section {
  padding-right: 91px; }
  #opportunities-section .opportunities-container {
    padding: 30px; }

/* Day in the Life Page
----------------------------------------------------------------------------- */
body.page-template-careers-day-in-the-life .entry-content {
  width: 718px; }
body.page-template-careers-day-in-the-life ul.post-grid li {
  display: block;
  margin-right: 0;
  position: relative; }
  body.page-template-careers-day-in-the-life ul.post-grid li p {
    margin: 0; }
  body.page-template-careers-day-in-the-life ul.post-grid li span.arrow {
    background: url("../images/circle-arrow-white.png") top left no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  body.page-template-careers-day-in-the-life ul.post-grid li .entry-excerpt {
    display: none; }
  body.page-template-careers-day-in-the-life ul.post-grid li a {
    display: block;
    border: none; }
    body.page-template-careers-day-in-the-life ul.post-grid li a:hover {
      outline: 2px solid #0096d7; }
      body.page-template-careers-day-in-the-life ul.post-grid li a:hover h3, body.page-template-careers-day-in-the-life ul.post-grid li a:hover h4 {
        display: none; }
      body.page-template-careers-day-in-the-life ul.post-grid li a:hover .entry-excerpt {
        display: block; }
body.page-template-careers-day-in-the-life .day-in-life-content {
  padding: 20px 50px 20px 20px;
  overflow: hidden;
  height: 160px; }
body.page-template-careers-day-in-the-life .entry-image {
  position: absolute;
  width: 48%;
  margin-right: 20px;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }
body.page-template-careers-day-in-the-life li.has-image .day-in-life-content {
  padding: 20px 50px 20px 48%;
  margin-left: 20px; }

/* Projects Page and Office Locations Page
----------------------------------------------------------------------------- */
.single-mmm-project #primary, .single-mmm-office #primary {
  margin-top: -78px; }
.single-mmm-project article .entry-header, .single-mmm-office article .entry-header {
  display: table;
  width: 100%;
  padding: 10px 91px;
  margin-left: -91px;
  margin-right: -91px;
  min-height: 129px; }
  .single-mmm-project article .entry-header .entry-title, .single-mmm-office article .entry-header .entry-title {
    display: table-cell;
    vertical-align: bottom; }

/* Office Pages (Individual)
----------------------------------------------------------------------------- */
.office-details .acf-map {
  width: 100%;
  height: 300px; }

/* Scientists Page
----------------------------------------------------------------------------- */
.thumbnail-container {
  position: relative; }

.image-description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.8);
  color: #414042; }

/* ZG_Grid_Gallery
----------------------------------------------------------------------------- */
#zg-grid-gallery.outset {
  margin: 0; }

.zg-grid-gallery-container {
  width: 1355px;
  height: 458px;
  z-index: 1; }
  .zg-grid-gallery-container .zg-grid-item {
    background-color: #dcdede; }
  .zg-grid-gallery-container .zg-grid-item-content .image-description {
    background: rgba(255, 255, 255, 0.8);
    color: #414042; }

.zg-grid-gallery-container.mini-container {
  height: 146px; }

/* Expertise Page
----------------------------------------------------------------------------- */
.single-mmm-expertise #primary, .single-mmm-expertise #secondary {
  margin-top: -78px; }
.single-mmm-expertise .mobile-expertise-submenu {
  display: none; }
.single-mmm-expertise article {
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .single-mmm-expertise article .entry-header, .single-mmm-expertise article .feature-image {
    margin: 0 -91px; }

/* Expertise A-Z Listing
----------------------------------------------------------------------------- */
.expertise-listing {
  vertical-align: top; }
  .expertise-listing .column > * {
    padding: 0 10px; }
  .expertise-listing li.first-of-letter {
    margin-top: 2em; }
    .expertise-listing li.first-of-letter:first-child {
      margin-top: 0.7em; }

/* Expertise
----------------------------------------------------------------------------- */
body.single-mmm-expertise article .entry-header {
  background: white; }
  body.single-mmm-expertise article .entry-header .entry-title {
    color: #ee3124; }

.expertise-listing {
  list-style: none;
  margin: 3em 0 2em 0; }
  .expertise-listing li {
    margin-top: 0.7em; }

/* About Us
----------------------------------------------------------------------------- */
body.page-template-page-templatesabout-leadership-php #primary,
body.page-template-page-templatesabout-awards-php #primary {
  margin-top: -78px; }
body.page-template-page-templatesabout-leadership-php h1.entry-title,
body.page-template-page-templatesabout-awards-php h1.entry-title {
  margin-top: 14px; }

body.page-template-page-templatesabout-giving-back-php #primary,
body.page-template-page-templatesabout-subpage-php #primary,
body.page-template-page-templatesabout-sustainable-culture-php #primary {
  margin-top: -156px; }

#mmm-leader-category-filters .content-filters {
  list-style: none;
  margin: 0;
  padding: 0; }
#mmm-leader-category-filters .content-filter {
  display: inline-block;
  width: 16%; }
  #mmm-leader-category-filters .content-filter.shared-service-leaders {
    width: 20%; }
  #mmm-leader-category-filters .content-filter:hover, #mmm-leader-category-filters .content-filter:focus, #mmm-leader-category-filters .content-filter.current {
    border-color: black;
    color: black; }
  #mmm-leader-category-filters .content-filter.current a {
    cursor: default; }

/* Ideas and Voices
----------------------------------------------------------------------------- */
.page-template-page-templatesideas-and-voices-php #section-masthead {
  min-height: 80px; }
.page-template-page-templatesideas-and-voices-php article.page {
  padding: 40px 40px 0;
  margin: 0;
  overflow: hidden; }
  .page-template-page-templatesideas-and-voices-php article.page img {
    float: right;
    max-width: 30%;
    margin-top: -117px;
    margin-bottom: 0;
    margin-right: -40px;
    margin-left: 20px; }
.page-template-page-templatesideas-and-voices-php .content-filters {
  list-style: none;
  margin: 0;
  text-align: center; }
  .page-template-page-templatesideas-and-voices-php .content-filters li {
    display: inline-block; }
    .page-template-page-templatesideas-and-voices-php .content-filters li a {
      display: block;
      padding: 10px 40px; }
.page-template-page-templatesideas-and-voices-php .post-grid {
  margin-bottom: 20px; }
  .page-template-page-templatesideas-and-voices-php .post-grid li {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden; }
    .page-template-page-templatesideas-and-voices-php .post-grid li .idea-voice-header {
      display: table;
      height: 240px;
      width: 100%; }
      .page-template-page-templatesideas-and-voices-php .post-grid li .idea-voice-header .idea-voice-title {
        padding: 10px 40px 10px 10px;
        display: table-cell;
        vertical-align: top; }
    .page-template-page-templatesideas-and-voices-php .post-grid li .arrow {
      position: absolute;
      width: 32px;
      height: 32px;
      top: 198px;
      right: 10px; }
    .page-template-page-templatesideas-and-voices-php .post-grid li .idea-voice-content {
      padding: 10px;
      height: 165px; }
    .page-template-page-templatesideas-and-voices-php .post-grid li .excerpt {
      margin: 0; }
    .page-template-page-templatesideas-and-voices-php .post-grid li img {
      position: absolute;
      bottom: 0; }
    .page-template-page-templatesideas-and-voices-php .post-grid li:hover img, .page-template-page-templatesideas-and-voices-php .post-grid li:focus img {
      display: none; }
    .page-template-page-templatesideas-and-voices-php .post-grid li.pagination-ajax-new-item {
      opacity: 0; }

/* Search
----------------------------------------------------------------------------- */
body.search {
  /* Project teaser container */ }
  body.search .search-results-content h2.feature-title {
    padding-bottom: 20px;
    line-height: 0.89; }
  body.search .search-result .excerpt p {
    margin-bottom: 1em; }
  body.search .search-result.has-thumbnail .thumbnail-container {
    float: left;
    margin: 5px 10px 5px 0; }
  body.search .teaser-container {
    margin: 15px 0 30px;
    padding: 15px; }
    body.search .teaser-container ul {
      margin: 0; }

/* Site Map
----------------------------------------------------------------------------- */
#site-map ul {
  list-style: none;
  margin: 0; }
#site-map div > ul {
  margin: 0 0 2em 0; }
#site-map li {
  margin-top: 0.7em; }

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