/* Updates */
.blog #content .posts-list .post .thumbnail, .archive #content .posts-list .post .thumbnail, .page-template-press-releases #content .posts-list .post .thumbnail {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-top: 5px; }
.blog #content .posts-list .post .contents, .archive #content .posts-list .post .contents, .page-template-press-releases #content .posts-list .post .contents {
  width: 65%;
  margin-left: 3%;
  display: inline-block; }
.blog #content .posts-list .post .title, .archive #content .posts-list .post .title, .page-template-press-releases #content .posts-list .post .title {
  text-transform: none; }
.blog #content .posts-list .post .postmetadata, .archive #content .posts-list .post .postmetadata, .page-template-press-releases #content .posts-list .post .postmetadata {
  color: #777; }
  .blog #content .posts-list .post .postmetadata .sep, .archive #content .posts-list .post .postmetadata .sep, .page-template-press-releases #content .posts-list .post .postmetadata .sep {
    padding-left: .375em;
    padding-right: .375em; }

.sidebar .widget {
  margin-bottom: 60px; }
  .sidebar .widget__title,
  .sidebar .widget .widgettitle {
    color: #3d4545;
    font: 700 26px/1.1 "proxima-nova","Helvetica Neue","Helvetica",sans-serif;
    padding-bottom: 59px;
    background: url(/wp-content/themes/mct/images/decor01.png) no-repeat 50% 100%;
    text-align: center;
    max-width: 90%;
    margin: 0 auto 1em; }
  .sidebar .widget .widgettitle {
    background: none;
    padding-bottom: 0; }
  .sidebar .widget .textwidget {
    line-height: 1.4;
    text-align: center; }
  .sidebar .widget--posts .recent_blog {
    margin-bottom: 1em; }
    @media (min-width: 1366px) {
      .sidebar .widget--posts .recent_blog {
        margin-bottom: 2em; } }
    .sidebar .widget--posts .recent_blog:last-child {
      margin-bottom: 0; }
      @media (min-width: 1366px) {
        .sidebar .widget--posts .recent_blog:last-child {
          margin-bottom: 0; } }
    .sidebar .widget--posts .recent_blog__link {
      display: block; }
    .sidebar .widget--posts .recent_blog img {
      display: block;
      margin: 0 auto; }
    .sidebar .widget--posts .recent_blog__post-title {
      font-size: 18px;
      font-weight: bold;
      margin-top: .75em;
      margin-left: auto;
      margin-right: auto;
      max-width: 80%;
      text-align: center; }
  .sidebar .widget--reasons ol {
    counter-reset: reasons-counter;
    font-weight: bold;
    list-style-type: none;
    margin-top: 2.5em;
    margin-bottom: 2em;
    padding-left: 2em; }
  .sidebar .widget--reasons li {
    display: flex;
    margin-bottom: 2em; }
    .sidebar .widget--reasons li:last-child {
      margin-bottom: 0; }
    .sidebar .widget--reasons li:before {
      background-color: #80a931;
      color: #ffffff;
      content: counter(reasons-counter);
      counter-increment: reasons-counter;
      font-size: 18px;
      height: 2em;
      width: 2em;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      flex: 0 0 auto;
      margin: -.5em .875em 0 -2em; }
  .sidebar .widget--reasons .more {
    padding-left: 2.875em; }

.sidebar.left {
  text-align: left !important;
  justify-content: inherit; }

.testimonials.full .box {
  width: 100%; }
  .testimonials.full .box .blockquote:before {
    content: none; }
  .testimonials.full .box .blockquote .footer {
    align-items: center;
    justify-content: center;
    width: 300px;
    margin: auto; }

.three-pack .container {
  padding: 80px 0; }
  .three-pack .container .top {
    text-align: center; }
  .three-pack .container .bottom {
    padding-top: 40px; }
    .three-pack .container .bottom .single {
      width: 33%;
      display: inline-block;
      text-align: center;
      vertical-align: top; }
      @media (max-width: 1023px) {
        .three-pack .container .bottom .single {
          display: block;
          margin: auto;
          padding-bottom: 30px;
          width: 50%; } }
      @media (max-width: 500px) {
        .three-pack .container .bottom .single {
          width: 100%; } }
      .three-pack .container .bottom .single p {
        padding: 30px 30px 0px 30px; }

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