@import url(../../node_modules/normalize.css/normalize.css);
.buffer-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.buffer-top-0 {
  margin-top: 0px !important; }

.buffer-bottom-0 {
  margin-bottom: 0px !important; }

.buffer-1 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.buffer-top-1 {
  margin-top: 10px !important; }

.buffer-bottom-1 {
  margin-bottom: 10px !important; }

.buffer-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.buffer-top-2 {
  margin-top: 20px !important; }

.buffer-bottom-2 {
  margin-bottom: 20px !important; }

.buffer-3 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.buffer-top-3 {
  margin-top: 30px !important; }

.buffer-bottom-3 {
  margin-bottom: 30px !important; }

.buffer-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.buffer-top-4 {
  margin-top: 40px !important; }

.buffer-bottom-4 {
  margin-bottom: 40px !important; }

.buffer-5 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.buffer-top-5 {
  margin-top: 50px !important; }

.buffer-bottom-5 {
  margin-bottom: 50px !important; }

.buffer-6 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.buffer-top-6 {
  margin-top: 60px !important; }

.buffer-bottom-6 {
  margin-bottom: 60px !important; }

.buffer-7 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.buffer-top-7 {
  margin-top: 70px !important; }

.buffer-bottom-7 {
  margin-bottom: 70px !important; }

.buffer-8 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.buffer-top-8 {
  margin-top: 80px !important; }

.buffer-bottom-8 {
  margin-bottom: 80px !important; }

.buffer-9 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.buffer-top-9 {
  margin-top: 90px !important; }

.buffer-bottom-9 {
  margin-bottom: 90px !important; }

.buffer-10 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.buffer-top-10 {
  margin-top: 100px !important; }

.buffer-bottom-10 {
  margin-bottom: 100px !important; }

[data-hidden] {
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/open-sans-regular.woff2") format("woff2"), url("../fonts/open-sans-regular.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/open-sans-bold.woff2") format("woff2"), url("../fonts/open-sans-bold.woff") format("woff"); }

@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/open-sans-italic.woff2") format("woff2"), url("../fonts/open-sans-italic.woff") format("woff"); }

@font-face {
  font-family: 'MuseoSlab';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo-slab.woff") format("woff"); }

* {
  box-sizing: border-box; }

html {
  font-size: 70.3125%; }

body {
  background: white;
  color: #333;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #3c57a6; }

h2 {
  font-size: 3rem;
  line-height: 3.5rem; }

h2 time {
  font-size: 1.6rem;
  color: #999;
  padding-left: 5px; }

h3 {
  color: #333;
  font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h3 time {
  font-size: 1.4rem;
  color: #999; }

a {
  color: #3c57a6;
  text-decoration: none; }

li, p {
  line-height: 2.5rem; }

a:hover {
  color: #ee3c24; }

code, pre, tt {
  background: #eee; }

code, tt {
  padding: 3px;
  line-height: 1.5; }

pre {
  padding: 10px; }

.main-nav {
  width: calc(100% - 40px);
  height: 80px;
  margin: 0 auto; }
  .main-nav:after, .main-nav:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px; }
  .main-nav:after {
    background: #ee3c24;
    top: 80px; }
  .main-nav:before {
    background: #6cbd45;
    top: 83px; }
  @media (max-width: 767px) {
    .main-nav {
      height: auto;
      overflow: hidden; }
      .main-nav:after, .main-nav:before {
        display: none; }
      .main-nav .main-nav-logo, .main-nav .main-nav-items {
        float: left;
        clear: left; }
      .main-nav .main-nav-logo {
        width: 100%; }
        .main-nav .main-nav-logo img {
          display: block;
          margin: 10px auto;
          position: static; }
      .main-nav .main-nav-items {
        width: 100%;
        text-align: center;
        margin-top: 0; } }
  .main-nav[data-type="small"] {
    height: auto;
    overflow: hidden; }
    .main-nav[data-type="small"]:after, .main-nav[data-type="small"]:before {
      display: none; }
    .main-nav[data-type="small"] .main-nav-logo, .main-nav[data-type="small"] .main-nav-items {
      float: left;
      clear: left; }
    .main-nav[data-type="small"] .main-nav-logo {
      width: 100%; }
      .main-nav[data-type="small"] .main-nav-logo img {
        display: block;
        margin: 10px auto;
        position: static; }
    .main-nav[data-type="small"] .main-nav-items {
      width: 100%;
      text-align: center;
      margin-top: 0; }

.main-nav-logo {
  float: left; }
  .main-nav-logo img {
    max-width: 300px;
    width: 100%;
    position: relative;
    top: 24px; }
  .main-nav-logo h1:after, .main-nav-logo h1:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px; }
  .main-nav-logo h1:after {
    background: #ee3c24;
    top: -5px; }
  .main-nav-logo h1:before {
    background: #6cbd45;
    top: 36px; }

.main-nav-items {
  float: right; }
  .main-nav-items, .main-nav-items li {
    padding: 0;
    margin: 0; }
  .main-nav-items {
    margin-top: 27px; }
  .main-nav-items li {
    list-style: none;
    display: inline-block;
    margin: 0 10px; }
  .main-nav-items li:last-child {
    margin-right: 0; }
  .main-nav-items li[data-selected] a:after, .main-nav-items li[data-selected] a:before,
  body[data-page="page"] .main-nav-items a[data-page="page"]:after,
  body[data-page="page"] .main-nav-items a[data-page="page"]:before,
  body[data-page="search"] .main-nav-items a[data-page="search"]:after,
  body[data-page="search"] .main-nav-items a[data-page="search"]:before,
  body[data-page="blog"] .main-nav-items a[data-page="blog"]:after,
  body[data-page="blog"] .main-nav-items a[data-page="blog"]:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px; }
  .main-nav-items li[data-selected] a:after,
  body[data-page="page"] .main-nav-items a[data-page="page"]:after,
  body[data-page="search"] .main-nav-items a[data-page="search"]:after,
  body[data-page="blog"] .main-nav-items a[data-page="blog"]:after {
    background: #ee3c24;
    top: -2px; }
  .main-nav-items li[data-selected] a:before,
  body[data-page="page"] .main-nav-items a[data-page="page"]:before,
  body[data-page="search"] .main-nav-items a[data-page="search"]:before,
  body[data-page="blog"] .main-nav-items a[data-page="blog"]:before {
    background: #6cbd45;
    top: 30px; }
  .main-nav-items li[data-selected] a:hover,
  body[data-page="page"] .main-nav-items a[data-page="page"]:hover,
  body[data-page="search"] .main-nav-items a[data-page="search"]:hover,
  body[data-page="blog"] .main-nav-items a[data-page="blog"]:hover {
    border-bottom-color: #ee3c24; }
  .main-nav-items a {
    font-size: 2rem; }

.main-nav-mini {
  text-align: center; }
  .main-nav-mini ul {
    float: none;
    display: inline-block;
    margin-top: 5px; }

.work-grid {
  padding: 0; }
  .work-grid:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .work-grid {
      width: 1200px; } }
  .work-grid[data-standalone] {
    width: calc(100% - 20px);
    margin: 20px auto; }
  .work-grid[data-contained] {
    width: calc(100% + 20px);
    margin-left: -10px; }

.work-item {
  float: left;
  list-style: none;
  padding: 0 10px 30px 10px; }
  .work-item a {
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 300ms -webkit-transform;
            transition: 300ms transform; }
    .work-item a:hover {
      -webkit-transform: scale(1.07);
              transform: scale(1.07); }
  .work-item figure {
    width: 100%;
    height: 200px;
    margin: 10px auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #999; }
  .work-item h2, .work-item h3 {
    margin: 0; }
  .work-item h2 {
    font-size: 1.8rem;
    margin-top: 17px; }
  .work-item h3 {
    margin-top: 3px;
    font-family: "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    color: #333;
    line-height: 2.6rem; }
  .work-item time {
    color: #999;
    font-size: 1.2rem;
    padding-left: 5px; }
  @media (max-width: 767px) {
    .work-item {
      clear: left;
      width: 100%; }
      .work-item figure, .work-item h2, .work-item h3 {
        max-width: 300px;
        margin: 0 auto; }
      .work-item figure {
        margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .work-item {
      width: 50%; }
      .work-item figure {
        height: 240px; }
      .work-item:nth-child(odd) {
        clear: left; } }
  @media (min-width: 992px) {
    .work-item {
      width: 25%; }
      .work-item:nth-child(4n + 1) {
        clear: left; } }
  @media (min-width: 1200px) {
    .work-item {
      width: 300px; } }
  .work-grid[data-thumbl] .work-item {
    padding: 0 10px 0px 10px; }
    @media (min-width: 992px) {
      .work-grid[data-thumbl] .work-item {
        width: 33%; }
        .work-grid[data-thumbl] .work-item figure {
          height: 250px; }
        .work-grid[data-thumbl] .work-item:nth-child(3n + 1) {
          clear: left; } }
  @media (min-width: 992px) {
    .work-grid[data-thumbxl] .work-item {
      width: 50%; }
      .work-grid[data-thumbxl] .work-item figure {
        height: 300px; }
      .work-grid[data-thumbxl] .work-item:nth-child(odd) {
        clear: left; } }

.work-detail {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; }
  .work-detail h4 {
    font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .work-detail h4 {
        margin-bottom: 15px; } }
  .work-detail ul {
    margin-top: 5px; }
  .work-detail iframe {
    margin: 10px 0; }
  .work-detail small {
    color: #999;
    font-size: 1rem; }

.work-detail-url {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #ee3c24;
  text-decoration: underline; }

.work-detail .taglist {
  margin: 0 0 10px 0;
  padding: 0; }

.work-detail-header {
  float: left;
  padding-right: 10px;
  width: 50%; }
  @media (max-width: 767px) {
    .work-detail-header {
      padding-right: 0;
      width: 100%;
      margin-top: 10px; } }
  .work-detail-header h2 {
    margin-top: 0;
    margin-bottom: 0; }
  .work-detail-header h3 {
    margin-top: 0;
    margin-bottom: 5px; }

.work-detail-thumb {
  float: left;
  width: 50%;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .work-detail-thumb {
      padding: 0;
      width: 100%;
      float: left; } }

.notice[data-type] {
  padding: 5px 10px; }

.notice[data-type="primary"] {
  border: 1px solid #3c57a6; }

.notice[data-type="secondary"] {
  border: 1px solid #ee3c24; }

.blog-article {
  max-width: 650px;
  margin: 0 auto; }
  .blog-article h2 {
    margin-bottom: 0; }
  .blog-article h3 {
    margin-top: 0;
    color: #ee3c24; }
  .blog-article img {
    max-width: 100%; }
  .blog-article img.alignnone {
    display: block;
    margin: 0 auto; }

.blog-article-header h3 {
  margin-bottom: 5px; }

.blog-article-list .blog-article {
  margin-bottom: 60px; }

.circulaire-promo {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .circulaire-promo img {
    border: 3px double black;
    padding: 20px;
    background: white;
    width: 400px; }

.taglist {
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .taglist li {
    list-style: none; }
  .taglist a {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 6px 10px;
    background: white;
    border: 1px solid #3c57a6;
    color: #3c57a6;
    font-size: 1.4rem;
    float: right;
    display: block;
    border: 0; }
    .taglist a:hover {
      background: #3c57a6;
      color: white; }

.form label, .form input, .form textarea, .form button {
  float: left;
  margin-bottom: 17px; }

.form label {
  clear: left;
  width: 200px;
  padding-top: 3px; }

.form input, .form textarea {
  width: calc(100% - 200px);
  padding: 3px; }

.form textarea {
  min-height: 100px; }

@media (max-width: 767px) {
  .form label {
    width: inherit;
    margin-bottom: 3px; }
  .form input, .form textarea {
    clear: left;
    width: 100%; } }

.commentlist {
  padding: 0;
  margin: 0; }
  .commentlist li {
    list-style: none;
    margin-bottom: 40px; }
  .commentlist [data-is-author] {
    margin-bottom: 10px; }
    .commentlist [data-is-author]:after, .commentlist [data-is-author]:before {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      height: 1px; }
    .commentlist [data-is-author]:after {
      background: #ee3c24;
      top: 2px; }
    .commentlist [data-is-author]:before {
      background: #6cbd45;
      top: 34px; }
  .commentlist h3 {
    margin-bottom: 5px; }
  .commentlist p:first-of-type {
    margin-top: 0; }

.footer {
  width: calc(100% - 40px);
  margin: 20px auto 40px auto;
  padding: 10px 0; }
  .footer:after, .footer:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 1px; }
  .footer:after {
    background: #ee3c24;
    top: -10px; }
  .footer:before {
    background: #6cbd45;
    top: -7px; }
  @media (min-width: 768px) {
    .footer .footer-left {
      float: left; }
    .footer .footer-right {
      float: right; } }
  @media (max-width: 767px) {
    .footer .footer-left,
    .footer .footer-right {
      float: left;
      width: 100%;
      text-align: center; }
    .footer ul, .footer li {
      display: inline-block; } }

.share {
  text-align: center;
  margin-bottom: 20px; }
  .share h3 {
    padding-top: 5px;
    margin-bottom: 5px; }
    .share h3:after, .share h3:before {
      content: '';
      position: relative;
      display: block;
      width: 100%;
      height: 1px; }
    .share h3:after {
      background: #ee3c24;
      top: -45px; }
    .share h3:before {
      background: #6cbd45;
      top: -13px; }
  .share a {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #3c57a6;
    display: inline-block;
    border-radius: 40px;
    text-indent: -9999px;
    -webkit-transition: -webkit-transform 0.15s;
            transition: transform 0.15s;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .share a:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .share a[data-type="twitter"] {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OUZGODU3OTQ3Q0UxMUUzQjA4NkM3RUM5QjY1RDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OUZGODU3QTQ3Q0UxMUUzQjA4NkM3RUM5QjY1RDM4NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5RkY4NTc3NDdDRTExRTNCMDg2QzdFQzlCNjVEMzg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5RkY4NTc4NDdDRTExRTNCMDg2QzdFQzlCNjVEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+71QVUQAAAOVJREFUeNpi/P//PwNFAGiAEBDLgAzCg/uA+Pd/CFgKxPxAHAzE5iDJSCD+jseQRf9xgziQgiAo5xcQ+6NpVsSj+R0QO4EU8QHxaySJc0CcDMTMQGyJx4AScPgBCRYgnoNFwT8g/gzEf3EYEAEzwOM/ecAMZgAI7yFR80MgZkI2QBiID5BgQCcsoJFDfB+Rmj8BsTg2A/SB+CAQfyBgQCxyVKMnGlCM7CcUdegGmADxXCC+hUfjRyB2w5ZSWYDZ4T4QPwZlCyD+BM0iTED8HoivAvEqIF4ExH+x5SVGSnMjxQYABBgA90zF5Yc/qqgAAAAASUVORK5CYII=); }
    .share a[data-type="facebook"] {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OUZGODU3RDQ3Q0UxMUUzQjA4NkM3RUM5QjY1RDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OUZGODU3RTQ3Q0UxMUUzQjA4NkM3RUM5QjY1RDM4NSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5RkY4NTdCNDdDRTExRTNCMDg2QzdFQzlCNjVEMzg1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5RkY4NTdDNDdDRTExRTNCMDg2QzdFQzlCNjVEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+G9cHaQAAAK9JREFUeNpi+v//PwMOLAnEC4D4ERC/A+Jr2NSxMOAG+4BYA4kviE0RLgOs0TSfA+KHpBgggcS+AMTGuJzJhEP8CRL7JR5vYnVBGxDbI/FNgHgFEH8G4lR0xYygkEQD//FYyEiMF/YA8Uck/i+oN7ZjNRJL3DIDcfB/BDgOxGxAzERsOvgLxO+R+L+hriApFniIiGq8BhANBq8BnEhscVJTIgi8BuI7UPZZfAYABBgAfG1+HzmbDIYAAAAASUVORK5CYII=);
      background-position-x: 13px; }

.intro {
  background: #3E8696;
  overflow: hidden;
  width: 100%; }
  .intro article {
    width: 70%;
    margin: 40px auto;
    background: white;
    padding: 20px;
    border: 1px solid black; }
    .intro article img {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto; }
    @media (max-width: 767px) {
      .intro article {
        width: 100%;
        margin: 0;
        padding: 10px;
        padding-top: 20px;
        border: 0; } }

.clearfix {
  display: block; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.container {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.hidden {
  display: none; }

.list-inline {
  padding: 0;
  margin: 0; }
  .list-inline li {
    list-style: none;
    float: left;
    margin: 0 10px; }
  @media (min-width: 768px) {
    .list-inline li:last-child {
      margin-right: 0; } }

.text-center {
  text-align: center; }

.button {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 6px 10px;
  background: white;
  border: 1px solid #3c57a6;
  color: #3c57a6;
  font-size: 1.4rem; }
  .button:hover {
    background: #3c57a6;
    color: white; }
  .button.button-lg {
    font-size: 3rem;
    font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px 15px; }

.lead {
  font-size: 2rem;
  text-align: center;
  font-family: "MuseoSlab", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .lead {
      font-size: 1.7rem; } }

.col-half {
  width: 50%;
  float: left; }
  @media (max-width: 767px) {
    .col-half {
      width: 100%; } }

.ulist h2 {
  margin-bottom: 0; }

.ulist ul {
  margin-top: 10px;
  padding-left: 28px; }

.text-button {
  margin-left: 9px; }

.ul-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  padding: 0; }

.secondary-nav {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px; }
  .secondary-nav ul {
    float: right; }

.search {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .search .gsc-control-cse {
    padding: 0; }

.project {
  width: calc(100% - 40px);
  margin: 0 auto; }
  .project td {
    padding-bottom: 20px; }
  .project label, .project select, .project input, .project textarea {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.6rem; }
  .project blockquote {
    line-height: 3rem; }
