position: @charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.0.6
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem; }

.wp-caption {
  padding: 0.25rem 0.25rem 0 0.25rem; }

.wp-caption img {
  max-width: 100%; }

.featured-image p.wp-caption-text,
p.wp-caption-text,
.post p.wp-caption-text {
  font-size: 13px;
  color: #666;
  padding: 0.5rem 0 0 0;
  font-style: italic; }

.alignright {
  float: none;
  margin-bottom: 15px;
  display: block; }
  @media screen and (min-width: 40em) {
    .alignright {
      margin-left: 20px;
      float: right; } }

.alignleft, img.alignleft {
  float: none;
  margin-bottom: 15px;
  display: block; }
  @media screen and (min-width: 40em) {
    .alignleft, img.alignleft {
      margin-right: 20px;
      float: left; } }

.pagination li {
  padding: 0.1875rem 0.625rem; }
  .pagination li a {
    color: #2587c3;
    font-weight: bold;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 1rem; }
    .pagination li a:hover {
      background: transparent; }
  .pagination li.current {
    background: transparent; }
    .pagination li.current a {
      color: #0a0a0a; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "xsmall=0em&small=40em&medium=48.0625em&large=64.0625em&xlarge=75em&xxlarge=90em"; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns, .query .query-content .row.collapse > .query-pager {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  @media screen and (min-width: 40em) {
    .row.small-collapse > .column, .row.small-collapse > .columns, .query .query-content .row.small-collapse > .query-pager {
      padding-left: 0;
      padding-right: 0; }
    .row.small-uncollapse > .column, .row.small-uncollapse > .columns, .query .query-content .row.small-uncollapse > .query-pager {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 48.0625em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns, .query .query-content .row.medium-collapse > .query-pager {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns, .query .query-content .row.medium-uncollapse > .query-pager {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  @media screen and (min-width: 64.0625em) {
    .row.large-collapse > .column, .row.large-collapse > .columns, .query .query-content .row.large-collapse > .query-pager {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns, .query .query-content .row.large-uncollapse > .query-pager {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .row.expanded {
    max-width: none; }

.column, .columns, .query .query-content .query-pager {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child), .query .query-content .query-pager:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child, .query .query-content .end.query-pager:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns, .query .query-content .row.row.query-pager {
  float: none; }
  .row .column.row.row, .row .row.row.columns, .row .query .query-content .row.row.query-pager, .query .query-content .row .row.row.query-pager {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

@media screen and (min-width: 40em) {
  .small-1 {
    width: 8.33333%; }
  .small-push-1 {
    position: relative;
    left: 8.33333%; }
  .small-pull-1 {
    position: relative;
    left: -8.33333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    width: 16.66667%; }
  .small-push-2 {
    position: relative;
    left: 16.66667%; }
  .small-pull-2 {
    position: relative;
    left: -16.66667%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-3 {
    width: 25%; }
  .small-push-3 {
    position: relative;
    left: 25%; }
  .small-pull-3 {
    position: relative;
    left: -25%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-4 {
    width: 33.33333%; }
  .small-push-4 {
    position: relative;
    left: 33.33333%; }
  .small-pull-4 {
    position: relative;
    left: -33.33333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    width: 41.66667%; }
  .small-push-5 {
    position: relative;
    left: 41.66667%; }
  .small-pull-5 {
    position: relative;
    left: -41.66667%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-6 {
    width: 50%; }
  .small-push-6 {
    position: relative;
    left: 50%; }
  .small-pull-6 {
    position: relative;
    left: -50%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-7 {
    width: 58.33333%; }
  .small-push-7 {
    position: relative;
    left: 58.33333%; }
  .small-pull-7 {
    position: relative;
    left: -58.33333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    width: 66.66667%; }
  .small-push-8 {
    position: relative;
    left: 66.66667%; }
  .small-pull-8 {
    position: relative;
    left: -66.66667%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-9 {
    width: 75%; }
  .small-push-9 {
    position: relative;
    left: 75%; }
  .small-pull-9 {
    position: relative;
    left: -75%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-10 {
    width: 83.33333%; }
  .small-push-10 {
    position: relative;
    left: 83.33333%; }
  .small-pull-10 {
    position: relative;
    left: -83.33333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    width: 91.66667%; }
  .small-push-11 {
    position: relative;
    left: 91.66667%; }
  .small-pull-11 {
    position: relative;
    left: -91.66667%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-12 {
    width: 100%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-up-1 > .column, .small-up-1 > .columns, .query .query-content .small-up-1 > .query-pager {
    width: 100%;
    float: left; }
    .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n), .query .query-content .small-up-1 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1), .query .query-content .small-up-1 > .query-pager:nth-of-type(1n+1) {
      clear: both; }
    .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child, .query .query-content .small-up-1 > .query-pager:last-child {
      float: left; }
  .small-up-2 > .column, .small-up-2 > .columns, .query .query-content .small-up-2 > .query-pager {
    width: 50%;
    float: left; }
    .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n), .query .query-content .small-up-2 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1), .query .query-content .small-up-2 > .query-pager:nth-of-type(2n+1) {
      clear: both; }
    .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child, .query .query-content .small-up-2 > .query-pager:last-child {
      float: left; }
  .small-up-3 > .column, .small-up-3 > .columns, .query .query-content .small-up-3 > .query-pager {
    width: 33.33333%;
    float: left; }
    .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n), .query .query-content .small-up-3 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1), .query .query-content .small-up-3 > .query-pager:nth-of-type(3n+1) {
      clear: both; }
    .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child, .query .query-content .small-up-3 > .query-pager:last-child {
      float: left; }
  .small-up-4 > .column, .small-up-4 > .columns, .query .query-content .small-up-4 > .query-pager {
    width: 25%;
    float: left; }
    .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n), .query .query-content .small-up-4 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1), .query .query-content .small-up-4 > .query-pager:nth-of-type(4n+1) {
      clear: both; }
    .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child, .query .query-content .small-up-4 > .query-pager:last-child {
      float: left; }
  .small-up-5 > .column, .small-up-5 > .columns, .query .query-content .small-up-5 > .query-pager {
    width: 20%;
    float: left; }
    .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n), .query .query-content .small-up-5 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1), .query .query-content .small-up-5 > .query-pager:nth-of-type(5n+1) {
      clear: both; }
    .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child, .query .query-content .small-up-5 > .query-pager:last-child {
      float: left; }
  .small-up-6 > .column, .small-up-6 > .columns, .query .query-content .small-up-6 > .query-pager {
    width: 16.66667%;
    float: left; }
    .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n), .query .query-content .small-up-6 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1), .query .query-content .small-up-6 > .query-pager:nth-of-type(6n+1) {
      clear: both; }
    .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child, .query .query-content .small-up-6 > .query-pager:last-child {
      float: left; }
  .small-up-7 > .column, .small-up-7 > .columns, .query .query-content .small-up-7 > .query-pager {
    width: 14.28571%;
    float: left; }
    .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n), .query .query-content .small-up-7 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1), .query .query-content .small-up-7 > .query-pager:nth-of-type(7n+1) {
      clear: both; }
    .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child, .query .query-content .small-up-7 > .query-pager:last-child {
      float: left; }
  .small-up-8 > .column, .small-up-8 > .columns, .query .query-content .small-up-8 > .query-pager {
    width: 12.5%;
    float: left; }
    .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n), .query .query-content .small-up-8 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1), .query .query-content .small-up-8 > .query-pager:nth-of-type(8n+1) {
      clear: both; }
    .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child, .query .query-content .small-up-8 > .query-pager:last-child {
      float: left; }
  .column.small-centered, .small-centered.columns, .query .query-content .small-centered.query-pager {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .small-uncenter,
  .small-push-0,
  .small-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 48.0625em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8, .query .query-content .query-pager {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns, .query .query-content .medium-up-1 > .query-pager {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n), .query .query-content .medium-up-1 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1), .query .query-content .medium-up-1 > .query-pager:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child, .query .query-content .medium-up-1 > .query-pager:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns, .query .query-content .medium-up-2 > .query-pager {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n), .query .query-content .medium-up-2 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1), .query .query-content .medium-up-2 > .query-pager:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child, .query .query-content .medium-up-2 > .query-pager:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns, .query .query-content .medium-up-3 > .query-pager {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n), .query .query-content .medium-up-3 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1), .query .query-content .medium-up-3 > .query-pager:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child, .query .query-content .medium-up-3 > .query-pager:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns, .query .query-content .medium-up-4 > .query-pager {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n), .query .query-content .medium-up-4 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1), .query .query-content .medium-up-4 > .query-pager:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child, .query .query-content .medium-up-4 > .query-pager:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns, .query .query-content .medium-up-5 > .query-pager {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n), .query .query-content .medium-up-5 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1), .query .query-content .medium-up-5 > .query-pager:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child, .query .query-content .medium-up-5 > .query-pager:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns, .query .query-content .medium-up-6 > .query-pager {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n), .query .query-content .medium-up-6 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1), .query .query-content .medium-up-6 > .query-pager:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child, .query .query-content .medium-up-6 > .query-pager:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns, .query .query-content .medium-up-7 > .query-pager {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n), .query .query-content .medium-up-7 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1), .query .query-content .medium-up-7 > .query-pager:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child, .query .query-content .medium-up-7 > .query-pager:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns, .query .query-content .medium-up-8 > .query-pager {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n), .query .query-content .medium-up-8 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1), .query .query-content .medium-up-8 > .query-pager:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child, .query .query-content .medium-up-8 > .query-pager:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns, .query .query-content .query-pager {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns, .query .query-content .large-up-1 > .query-pager {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n), .query .query-content .large-up-1 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1), .query .query-content .large-up-1 > .query-pager:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child, .query .query-content .large-up-1 > .query-pager:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns, .query .query-content .large-up-2 > .query-pager {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n), .query .query-content .large-up-2 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1), .query .query-content .large-up-2 > .query-pager:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child, .query .query-content .large-up-2 > .query-pager:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns, .query .query-content .large-up-3 > .query-pager {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n), .query .query-content .large-up-3 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1), .query .query-content .large-up-3 > .query-pager:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child, .query .query-content .large-up-3 > .query-pager:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns, .query .query-content .large-up-4 > .query-pager {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n), .query .query-content .large-up-4 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1), .query .query-content .large-up-4 > .query-pager:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child, .query .query-content .large-up-4 > .query-pager:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns, .query .query-content .large-up-5 > .query-pager {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n), .query .query-content .large-up-5 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1), .query .query-content .large-up-5 > .query-pager:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child, .query .query-content .large-up-5 > .query-pager:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns, .query .query-content .large-up-6 > .query-pager {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n), .query .query-content .large-up-6 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1), .query .query-content .large-up-6 > .query-pager:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child, .query .query-content .large-up-6 > .query-pager:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns, .query .query-content .large-up-7 > .query-pager {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n), .query .query-content .large-up-7 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1), .query .query-content .large-up-7 > .query-pager:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child, .query .query-content .large-up-7 > .query-pager:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns, .query .query-content .large-up-8 > .query-pager {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n), .query .query-content .large-up-8 > .query-pager:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1), .query .query-content .large-up-8 > .query-pager:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child, .query .query-content .large-up-8 > .query-pager:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns, .query .query-content .large-centered.query-pager {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.blog-disclaimer h2,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
.blog-disclaimer h2,
h4,
h5,
h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #615e59;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small, .blog-disclaimer h2 small,
  h4 small,
  h5 small,
  h6 small {
    color: #8e8e8e;
    line-height: 0; }

h1 {
  font-size: 1.625rem; }

h2 {
  font-size: 1.5rem; }

h3, .blog-disclaimer h2 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem; }
  h2 {
    font-size: 1.5rem; }
  h3, .blog-disclaimer h2 {
    font-size: 1.375rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media screen and (min-width: 48.0625em) {
  h1 {
    font-size: 2.625rem; }
  h2 {
    font-size: 2.25rem; }
  h3, .blog-disclaimer h2 {
    font-size: 1.875rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #615e59;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #53514d; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #8e8e8e;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem;
  font-size: 1.125rem;}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #8e8e8e; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #424242; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #424242; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e8e8e8;
  border: 1px solid #8e8e8e;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e8e8e8;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #424242; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

@media screen and (min-width: 40em) {
  .text-left {
    text-align: left; }
  .text-right {
    text-align: right; }
  .text-center {
    text-align: center; }
  .text-justify {
    text-align: justify; } }

@media screen and (min-width: 48.0625em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3,
  .blog-disclaimer h2 {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .blog-disclaimer h2 {
    page-break-after: avoid; } }

.button, .query .query-exposed form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1.75em;
  margin: 0 1rem 1rem 0;
  font-size: 1rem;
  background: #df132e;
  color: #fff; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .query .query-exposed form input[type="submit"], .query .query-exposed form [data-whatinput='mouse'] input[type="submit"] {
    outline: 0; }
  .button:hover, .query .query-exposed form input[type="submit"]:hover, .button:focus, .query .query-exposed form input[type="submit"]:focus {
    background: #be1027;
    color: #fff; }
  .button.tiny, .query .query-exposed form input.tiny[type="submit"] {
    font-size: 0.6rem; }
  .button.small, .query .query-exposed form input.small[type="submit"] {
    font-size: 0.75rem; }
  .button.large, .query .query-exposed form input.large[type="submit"] {
    font-size: 1.25rem; }
  .button.expanded, .query .query-exposed form input.expanded[type="submit"] {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary, .query .query-exposed form input.primary[type="submit"] {
    background: #615e59;
    color: #fff; }
    .button.primary:hover, .query .query-exposed form input.primary[type="submit"]:hover, .button.primary:focus, .query .query-exposed form input.primary[type="submit"]:focus {
      background: #4e4b47;
      color: #fff; }
  .button.secondary, .query .query-exposed form input.secondary[type="submit"] {
    background: #2587c3;
    color: #fff; }
    .button.secondary:hover, .query .query-exposed form input.secondary[type="submit"]:hover, .button.secondary:focus, .query .query-exposed form input.secondary[type="submit"]:focus {
      background: #1e6c9c;
      color: #fff; }
  .button.success, .query .query-exposed form input.success[type="submit"] {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .query .query-exposed form input.success[type="submit"]:hover, .button.success:focus, .query .query-exposed form input.success[type="submit"]:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert, .query .query-exposed form input.alert[type="submit"] {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .query .query-exposed form input.alert[type="submit"]:hover, .button.alert:focus, .query .query-exposed form input.alert[type="submit"]:focus {
      background: #da3116;
      color: #fff; }
  .button.warning, .query .query-exposed form input.warning[type="submit"] {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .query .query-exposed form input.warning[type="submit"]:hover, .button.warning:focus, .query .query-exposed form input.warning[type="submit"]:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow, .query .query-exposed form input.hollow[type="submit"] {
    border: 1px solid #615e59;
    color: #615e59; }
    .button.hollow, .query .query-exposed form input.hollow[type="submit"], .button.hollow:hover, .query .query-exposed form input.hollow[type="submit"]:hover, .button.hollow:focus, .query .query-exposed form input.hollow[type="submit"]:focus {
      background: transparent; }
    .button.hollow:hover, .query .query-exposed form input.hollow[type="submit"]:hover, .button.hollow:focus, .query .query-exposed form input.hollow[type="submit"]:focus {
      border-color: #312f2d;
      color: #312f2d; }
    .button.hollow.primary, .query .query-exposed form input.hollow.primary[type="submit"] {
      border: 1px solid #615e59;
      color: #615e59; }
      .button.hollow.primary:hover, .query .query-exposed form input.hollow.primary[type="submit"]:hover, .button.hollow.primary:focus, .query .query-exposed form input.hollow.primary[type="submit"]:focus {
        border-color: #312f2d;
        color: #312f2d; }
    .button.hollow.secondary, .query .query-exposed form input.hollow.secondary[type="submit"] {
      border: 1px solid #2587c3;
      color: #2587c3; }
      .button.hollow.secondary:hover, .query .query-exposed form input.hollow.secondary[type="submit"]:hover, .button.hollow.secondary:focus, .query .query-exposed form input.hollow.secondary[type="submit"]:focus {
        border-color: #134462;
        color: #134462; }
    .button.hollow.success, .query .query-exposed form input.hollow.success[type="submit"] {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .query .query-exposed form input.hollow.success[type="submit"]:hover, .button.hollow.success:focus, .query .query-exposed form input.hollow.success[type="submit"]:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert, .query .query-exposed form input.hollow.alert[type="submit"] {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .query .query-exposed form input.hollow.alert[type="submit"]:hover, .button.hollow.alert:focus, .query .query-exposed form input.hollow.alert[type="submit"]:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning, .query .query-exposed form input.hollow.warning[type="submit"] {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .query .query-exposed form input.hollow.warning[type="submit"]:hover, .button.hollow.warning:focus, .query .query-exposed form input.hollow.warning[type="submit"]:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled, .query .query-exposed form input.disabled[type="submit"], .button[disabled], .query .query-exposed form input[disabled][type="submit"] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after, .query .query-exposed form input.dropdown[type="submit"]::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.75em;
    display: inline-block; }
  .button.arrow-only::after, .query .query-exposed form input.arrow-only[type="submit"]::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #8e8e8e;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #424242;
    background: #fff;
    outline: none;
    box-shadow: 0 0 5px #8e8e8e;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e8e8e8;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > *:first-child {
    border-radius: 0 0 0 0; }
  .input-group > *:last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e8e8e8;
  color: #0a0a0a;
  border: 1px solid #8e8e8e; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #8e8e8e;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #8e8e8e;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e8e8e8;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 40em) and (max-width: 48em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 48.0625em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48.0625em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 48em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48.0625em) and (max-width: 64em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 48em), screen and (min-width: 64.0625em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64.0625em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #615e59;
  position: relative;
  border-bottom: 1px solid #e8e8e8; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e8e8e8; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e8e8e8; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #615e59 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #615e59;
  color: #fff; }
  .badge.secondary {
    background: #2587c3;
    color: #fff; }
  .badge.success {
    background: #3adb76;
    color: #fff; }
  .badge.alert {
    background: #ec5840;
    color: #fff; }
  .badge.warning {
    background: #ffae00;
    color: #fff; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #8e8e8e;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #615e59; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #8e8e8e; }

.button-group {
  margin-bottom: 1rem;
  font-size: 1rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button, .button-group .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group input[type="submit"] {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child), .button-group .query .query-exposed form input[type="submit"]:not(:last-child), .query .query-exposed form .button-group input[type="submit"]:not(:last-child) {
      border-right: 1px solid #fff; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child, .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(2):first-child, .query .query-exposed form .button-group.expanded input[type="submit"]:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button,
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(2):first-child ~ .button, .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(2):first-child ~ .button,
  .button-group.expanded .query .query-exposed form .button:nth-last-child(2):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded .button:nth-last-child(2):first-child ~ input[type="submit"],
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(2):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(2):first-child ~ input[type="submit"] {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child, .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(3):first-child, .query .query-exposed form .button-group.expanded input[type="submit"]:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button,
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(3):first-child ~ .button, .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(3):first-child ~ .button,
  .button-group.expanded .query .query-exposed form .button:nth-last-child(3):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded .button:nth-last-child(3):first-child ~ input[type="submit"],
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(3):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(3):first-child ~ input[type="submit"] {
    width: 33.33333%; }
  .button-group.expanded .button:nth-last-child(4):first-child, .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(4):first-child, .query .query-exposed form .button-group.expanded input[type="submit"]:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button,
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(4):first-child ~ .button, .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(4):first-child ~ .button,
  .button-group.expanded .query .query-exposed form .button:nth-last-child(4):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded .button:nth-last-child(4):first-child ~ input[type="submit"],
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(4):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(4):first-child ~ input[type="submit"] {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child, .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(5):first-child, .query .query-exposed form .button-group.expanded input[type="submit"]:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button,
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(5):first-child ~ .button, .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(5):first-child ~ .button,
  .button-group.expanded .query .query-exposed form .button:nth-last-child(5):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded .button:nth-last-child(5):first-child ~ input[type="submit"],
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(5):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(5):first-child ~ input[type="submit"] {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child, .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(6):first-child, .query .query-exposed form .button-group.expanded input[type="submit"]:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button,
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(6):first-child ~ .button, .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(6):first-child ~ .button,
  .button-group.expanded .query .query-exposed form .button:nth-last-child(6):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded .button:nth-last-child(6):first-child ~ input[type="submit"],
  .button-group.expanded .query .query-exposed form input[type="submit"]:nth-last-child(6):first-child ~ input[type="submit"], .query .query-exposed form
  .button-group.expanded input[type="submit"]:nth-last-child(6):first-child ~ input[type="submit"] {
    width: 16.66667%; }
  .button-group.primary .button, .button-group.primary .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.primary input[type="submit"] {
    background: #615e59;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .query .query-exposed form input[type="submit"]:hover, .query .query-exposed form .button-group.primary input[type="submit"]:hover, .button-group.primary .button:focus, .button-group.primary .query .query-exposed form input[type="submit"]:focus, .query .query-exposed form .button-group.primary input[type="submit"]:focus {
      background: #4e4b47;
      color: #fff; }
  .button-group.secondary .button, .button-group.secondary .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.secondary input[type="submit"] {
    background: #2587c3;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .query .query-exposed form input[type="submit"]:hover, .query .query-exposed form .button-group.secondary input[type="submit"]:hover, .button-group.secondary .button:focus, .button-group.secondary .query .query-exposed form input[type="submit"]:focus, .query .query-exposed form .button-group.secondary input[type="submit"]:focus {
      background: #1e6c9c;
      color: #fff; }
  .button-group.success .button, .button-group.success .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.success input[type="submit"] {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .query .query-exposed form input[type="submit"]:hover, .query .query-exposed form .button-group.success input[type="submit"]:hover, .button-group.success .button:focus, .button-group.success .query .query-exposed form input[type="submit"]:focus, .query .query-exposed form .button-group.success input[type="submit"]:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button, .button-group.alert .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.alert input[type="submit"] {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .query .query-exposed form input[type="submit"]:hover, .query .query-exposed form .button-group.alert input[type="submit"]:hover, .button-group.alert .button:focus, .button-group.alert .query .query-exposed form input[type="submit"]:focus, .query .query-exposed form .button-group.alert input[type="submit"]:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button, .button-group.warning .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.warning input[type="submit"] {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .query .query-exposed form input[type="submit"]:hover, .query .query-exposed form .button-group.warning input[type="submit"]:hover, .button-group.warning .button:focus, .button-group.warning .query .query-exposed form input[type="submit"]:focus, .query .query-exposed form .button-group.warning input[type="submit"]:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.stacked input[type="submit"], .button-group.stacked-for-small .button, .button-group.stacked-for-small .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.stacked-for-small input[type="submit"] {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 48.0625em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .query .query-exposed form input[type="submit"], .query .query-exposed form .button-group.stacked-for-small input[type="submit"] {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-small .query .query-exposed form input[type="submit"]:not(:last-child), .query .query-exposed form .button-group.stacked-for-small input[type="submit"]:not(:last-child) {
        border-right: 1px solid #fff; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  color: #0a0a0a;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e8e7e6; }
  .callout.secondary {
    background-color: #dceef8; }
  .callout.success {
    background-color: #e1faea; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #424242;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #615e59;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #615e59 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fff;
  border: 1px solid #8e8e8e;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #615e59 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 0.825rem;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #615e59 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #615e59;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 250px;
  z-index: 1;
  background: #fff;
  border: 1px solid #8e8e8e; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #615e59;
  color: #fff; }
  .label.secondary {
    background: #2587c3;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 40em) and (max-width: 48em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1.25rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1.25rem; }
  .media-object-section:last-child:not( + .media-object-section:first-child) {
    padding-left: 1.25rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48.0625em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64.0625em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fff;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e8e8e8;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 48.0625em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #8e8e8e;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #424242; }
    .orbit-bullets button.is-active {
      background-color: #424242; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48.0625em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e8e8e8; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #615e59;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #8e8e8e;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #8e8e8e;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #615e59; }
  .progress.secondary .progress-meter {
    background-color: #2587c3; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #615e59;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e8e8e8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #8e8e8e;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #615e59;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #52504c; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1.25rem;
  border: 1px solid #8e8e8e;
  margin: 100px auto 0 auto;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48.0625em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns, .reveal .query .query-content .query-pager, .query .query-content .reveal .query-pager,
  .reveal .columns,
  .reveal .query .query-content .query-pager, .query .query-content
  .reveal .query-pager {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48.0625em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48.0625em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 48.0625em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 48.0625em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 48.0625em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: none; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #8e8e8e;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #615e59; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 0;
    background-color: transparent; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: rgba(6, 6, 6, 0);
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: rgba(13, 13, 13, 0); }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 64em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }

table.hover tr:hover {
  background-color: transparent; }

table.hover tr:nth-of-type(even):hover {
  background-color: transparent; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e8e8e8; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #615e59; }
    .tabs.primary > li > a {
      color: #fff; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #696661; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #615e59; }
    .tabs-title > a:hover {
      background: #fff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e8e8e8; }

.tabs-content {
  background: #fff;
  transition: all 0.5s ease;
  border: 1px solid #e8e8e8;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e8e8e8;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(97, 94, 89, 0.5); }

.title-bar {
  background: trans;
  color: #df132e;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #df132e;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #df132e, 0 14px 0 #df132e; }
  .menu-icon:hover::after {
    background: #8e8e8e;
    box-shadow: 0 7px 0 #8e8e8e, 0 14px 0 #8e8e8e; }

.has-tip {
  border-bottom: dotted 1px #424242;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fff; }
  .top-bar a {
    color: #272727; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar input.button, .top-bar .query .query-exposed form input[type="submit"], .query .query-exposed form .top-bar input[type="submit"] {
    width: auto; }

@media screen and (max-width: 48em) {
  .stacked-for-small .top-bar-right {
    width: 100%; }
  .stacked-for-small .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 64em) {
  .stacked-for-medium .top-bar-right {
    width: 100%; }
  .stacked-for-medium .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 74.9375em) {
  .stacked-for-large .top-bar-right {
    width: 100%; }
  .stacked-for-large .top-bar-left {
    width: 100%; } }

@media screen and (max-width: 48em) {
  .top-bar-right {
    width: 100%; }
  .top-bar-left {
    width: 100%; } }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.top-bar .menu .home a {
  color: #615e59;
  height: auto; }

.top-bar .menu a {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .top-bar .menu a:hover:not(.button) {
    color: #424242; }

.top-bar .menu li {
  display: inline-block; }

.top-bar .dropdown.menu li.menu-item:last-child {
  position: relative; }
  .top-bar .dropdown.menu li.menu-item:last-child .submenu.js-dropdown-active {
    right: -25px !important; }

.top-bar .dropdown.menu .submenu {
  background-color: #fff;
  color: #615e59;
  border: 0;
  padding: 10px;
  box-shadow: 0 30px 35px rgba(10, 10, 10, 0.15); }
  .top-bar .dropdown.menu .submenu li a {
    color: #615e59; }
    .top-bar .dropdown.menu .submenu li a:hover {
      color: #df132e; }
  .top-bar .dropdown.menu .submenu li.current-menu-item a {
    color: #df132e; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }
  @media screen and (min-width: 48.0625em) {
    .top-bar .dropdown.menu .has-submenu.is-down-arrow a {
      padding-right: 0; } }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

#site-navigation {
  display: none; }

.site-navigation .menu li {
  margin: 0 0.75rem;
  position: relative; }
  @media screen and (min-width: 48.0625em) {
    .site-navigation .menu li.parentlink {
      display: none; } }
  @media screen and (min-width: 64.0625em) {
    .site-navigation .menu li {
      margin: 0 1rem; } }
  .site-navigation .menu li.current_page_item:after, .site-navigation .menu li.current_page_ancestor:after {
    content: '';
    position: absolute;
    height: 5px;
    background: #4193a6;
    width: 100%;
    display: block;
    bottom: -1px; }
  .site-navigation .menu li.current_page_item > a, .site-navigation .menu li.current_page_ancestor > a {
    color: #424242; }
  .site-navigation .menu li.current_page_item li:after, .site-navigation .menu li.current_page_ancestor li:after {
    display: none;
    background: transparent; }
  .site-navigation .menu li > a {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #8e8e8e;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 64.0625em) {
      .site-navigation .menu li > a {
        font-size: 1.125rem;
        line-height: initial; } }
    .site-navigation .menu li > a:hover {
      color: #424242; }
  .site-navigation .menu li li {
    text-align: left;
    margin: 0; }
    @media screen and (min-width: 48.0625em) {
      .site-navigation .menu li li {
        padding: 15px; } }
    .site-navigation .menu li li a {
      text-transform: none;
      font-weight: normal;
      height: auto; }
      .site-navigation .menu li li a:hover:not(.button) {
        color: #424242; }
    .site-navigation .menu li li.active > a {
      color: #df132e; }
      .site-navigation .menu li li.active > a:after {
        height: 0px; }

.site-logo {
  max-width: 55%;
  margin: 20px 0; }
  @media screen and (min-width: 48.0625em) {
    .site-logo {
      margin: 20px 0 0;
      max-width: 100%; } }

.vertical .menu {
  padding: 1rem 0; }

@media screen and (min-width: 48.0625em) {
  .mobile-menu {
    display: none; } }

.title-bar {
  display: inline-block;
  background: transparent;
  position: absolute;
  top: 25px;
  right: 15px;
  color: #4193a6; }
  @media screen and (min-width: 48.0625em) {
    .title-bar {
      display: none; } }
  .title-bar .title a {
    font-size: 1rem;
    color: #615e59; }

.nav-container {
  max-width: 75rem;
  margin: 0 auto; }

.utility-block {
  text-align: right; }
  .utility-block .vertical ul li {
    display: block;
    text-align: left; }

.top-bar-right {
  border-top: 1px solid rgba(10, 10, 10, 0.1); }
  @media screen and (min-width: 48.0625em) {
    .top-bar-right {
      border-top: 0px; } }
  .top-bar-right .menu.vertical li {
    text-transform: uppercase;
    font-weight: bold; }
    .top-bar-right .menu.vertical li a {
      color: #8e8e8e; }
    .top-bar-right .menu.vertical li ul {
      margin: 0px;
      padding: 0px;
      border-bottom: 1px solid #e8e8e8;
      padding-bottom: 15px;
      margin-bottom: 15px; }
      @media screen and (min-width: 48.0625em) {
        .top-bar-right .menu.vertical li ul {
          border-bottom: 0px;
          margin: 0px;
          padding: 0px; } }
    .top-bar-right .menu.vertical li li {
      text-transform: none;
      font-size: 0.9375rem;
      font-weight: normal; }
      .top-bar-right .menu.vertical li li.has-submenu {
        font-weight: bold; }

.utility-nav {
  text-align: center;
  margin: 10px 0; }
  @media screen and (min-width: 48.0625em) {
    .utility-nav {
      display: inline-block;
      text-align: right; } }

#menu-utility-menu li {
  padding: 20px 0 15px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 64.0625em) {
    #menu-utility-menu li {
      padding: 15px 0; } }
  #menu-utility-menu li:not(:last-child) a {
    border-right: 1px solid #615e59; }
  #menu-utility-menu li a {
    padding: 0 1rem; }

.site-navigation {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: right; }
  .site-navigation:last-child:not(:first-child) {
    float: right; }

#search {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0; }
  @media screen and (min-width: 48.0625em) {
    #search {
      margin: 15px 0;
      display: inline-block; } }
  #search input[type="text"] {
    display: inline-block;
    margin-right: 0px;
    width: 100%; }
  #search .search-btn, #search .search-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 23px;
    height: 23px;
    margin: 9px;
    border: 0px;
    background: url("../images/icons/search.svg") no-repeat; }

.search-toggle {
  display: none; }
  @media screen and (min-width: 48.0625em) {
    .search-toggle {
      display: block; } }

@media screen and (min-width: 48.0625em) {
  #search #searchform {
    opacity: 0;
    width: 40px;
    position: relative;
    transition: all .5s; } }

#search.open #searchform {
  opacity: 1;
  width: 200px;
  z-index: 1; }

a.header-cta {
  color: #fff;
  margin: 0 0 20px;
  display: block; }
  @media screen and (min-width: 48.0625em) {
    a.header-cta {
      margin: 15px;
      display: inline-block; } }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #424242; }
  #footer-container #footer {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table; }
    #footer-container #footer::after {
      clear: both; }
    @media screen and (min-width: 48.0625em) {
      #footer-container #footer {
        padding: 5.625rem 0 1.25rem; } }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
  #footer-container .social-icons {
    margin-top: 2.5rem; }
  #footer-container .social {
    background: url("../images/icons/social-sprite.png") no-repeat;
    height: 38px;
    width: 38px;
    display: inline-block;
    overflow: hidden;
    text-indent: -1000px;
    opacity: 1;
    margin: 20px 5px;
    transition: all .3s; }
    #footer-container .social:hover {
      opacity: .8; }
    #footer-container .social.twitter {
      background-position: -46px 0; }
    #footer-container .social.linkedin {
      background-position: -93px 0; }
    #footer-container .social.instagram {
      background-position: -140px 0; }
    #footer-container .social.youtube {
      background-position: -187px 0; }
  #footer-container .copyright {
    font-size: 0.75rem; }

.footer-menu-container {
  float: right; }
  @media screen and (min-width: 48.0625em) {
    .footer-menu-container .footer.menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .footer-menu-container .footer.menu a {
    color: #fff; }
    .footer-menu-container .footer.menu a:hover {
      opacity: .7; }
  .footer-menu-container .footer.menu > li {
    font-weight: bold;
    font-size: 1.375rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    text-align: center;
    margin: 20px 0; }
    @media screen and (min-width: 48.0625em) {
      .footer-menu-container .footer.menu > li {
        display: inline-block;
        text-align: left;
        margin: 0; } }
    .footer-menu-container .footer.menu > li .contact-title {
      padding: 0.7rem 0;
      line-height: 1;
      display: inline-block; }
    .footer-menu-container .footer.menu > li li {
      font-size: 1rem;
      font-weight: normal;
      font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .footer-menu-container .footer.menu.contact ul li {
    line-height: 40px;
    position: relative; }
    @media screen and (min-width: 48.0625em) {
      .footer-menu-container .footer.menu.contact ul li {
        padding-left: 25px; } }
    .footer-menu-container .footer.menu.contact ul li span {
      position: relative;
      left: -30px;
      top: 10px; }
      @media screen and (min-width: 48.0625em) {
        .footer-menu-container .footer.menu.contact ul li span {
          position: absolute;
          left: 0; } }
      .footer-menu-container .footer.menu.contact ul li span:before {
        font-size: 18px;
        position: absolute;
        left: 0;
        width: 25px;
        text-align: center; }
      .footer-menu-container .footer.menu.contact ul li span.icon-email {
        top: 0px; }
        @media screen and (min-width: 48.0625em) {
          .footer-menu-container .footer.menu.contact ul li span.icon-email {
            top: 10px; } }
        .footer-menu-container .footer.menu.contact ul li span.icon-email:before {
          font-size: 14px;
          top: 3px; }

.footer-social-container {
  text-align: center;
  margin-top: 40px; }
  @media screen and (min-width: 48.0625em) {
    .footer-social-container {
      text-align: left;
      margin: 0; } }

#footer-widgets {
  background: #4193a6;
  padding: 1.25rem;
  color: #fff; }
  @media screen and (min-width: 48.0625em) {
    #footer-widgets {
      padding: 3.75rem; } }
  #footer-widgets .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #footer-widgets .row .widget {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    #footer-widgets .row .widget_text {
      font-size: 20px; }
      #footer-widgets .row .widget_text h6 {
        font-size: 1.375rem;
        color: #fff;
        font-weight: bold; }
  #footer-widgets .widget_text {
    margin: 2rem 0; }
    @media screen and (min-width: 64.0625em) {
      #footer-widgets .widget_text {
        margin: 0; } }
    #footer-widgets .widget_text p.columns, #footer-widgets .widget_text .query .query-content p.query-pager, .query .query-content #footer-widgets .widget_text p.query-pager {
      padding: 0; }

.sidebar {
  width: 100%;
  float: left;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media screen and (min-width: 48.0625em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      margin-top: 1rem; }
      .sidebar:last-child:not(:first-child) {
        float: right; } }

h3.sidebar-title, .critical-sidebar h3, .critical-sidebar .blog-disclaimer h2, .blog-disclaimer .critical-sidebar h2, .blog-disclaimer h2.sidebar-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600; }

.critical-sidebar {
  background: #4193a6;
  max-width: 400px; }
  .critical-sidebar .widget-title {
    display: none; }
  .critical-sidebar + .critical-sidebar {
    margin-top: 30px; }
  .critical-sidebar h3, .critical-sidebar .blog-disclaimer h2, .blog-disclaimer .critical-sidebar h2 {
    padding: 20px; }
  .critical-sidebar .related-action {
    color: #fff;
    text-align: center; }
    .critical-sidebar .related-action .tagline {
      margin: 20px; }
    .critical-sidebar .related-action .button, .critical-sidebar .related-action .query .query-exposed form input[type="submit"], .query .query-exposed form .critical-sidebar .related-action input[type="submit"] {
      margin: 0 20px 20px; }
    .critical-sidebar .related-action .action-thumbnail {
      width: 100%;
      height: 180px;
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-position: 50% 50%; }

ul.social-tabs {
  background: #4193a6;
  border: 0;
  margin: 20px 0 30px; }
  ul.social-tabs li {
    text-align: center;
    cursor: pointer;
    background: #4193a6;
    position: relative; }
    ul.social-tabs li a {
      color: #fff;
      font-size: 1.25rem;
      background: transparent !important;
      padding: 10px 0;
      position: relative;
      display: inline-block;
      padding-right: 40px; }
      ul.social-tabs li a#panel2-label {
        padding-right: 25px; }
      ul.social-tabs li a span {
        position: absolute;
        right: 0;
        margin-top: 2px; }
    ul.social-tabs li.is-active:before {
      font-family: 'icomoon' !important;
      position: absolute;
      bottom: -45px;
      font-size: 26px;
      left: 0;
      right: 0;
      display: block;
      color: #fff;
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-90deg); }
    ul.social-tabs li:first-child {
      border-right: 1px solid rgba(255, 255, 255, 0.3); }

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

form.widget {
  position: relative; }
  form.widget input#cons_email {
    box-shadow: none;
    width: 90%;
    margin: 0 5%;
    height: 55px;
    padding: 10px 45px 10px 15px; }
  form.widget input.signupFormSubmit {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    background: url("../images/icons/email.svg") no-repeat;
    background-size: 100%;
    margin: 12px;
    right: 5%;
    width: 30px;
    height: 30px;
    position: absolute;
    opacity: .7;
    transition: .3s all; }
    form.widget input.signupFormSubmit:hover {
      opacity: 1; }

#subnav .menu.sidebar-nav {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  margin-bottom: 20px; }
  #subnav .menu.sidebar-nav.empty {
    display: none; }
  #subnav .menu.sidebar-nav li {
    display: block;
    margin: 15px 0; }
    #subnav .menu.sidebar-nav li.current-menu-parent {
      display: none; }
    #subnav .menu.sidebar-nav li a {
      font-size: 1rem;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      color: #8e8e8e;
      padding: 0;
      border-bottom: 4px solid #fff;
      display: block; }
      #subnav .menu.sidebar-nav li a:hover {
        color: #0a0a0a;
        border-bottom: 4px solid #4193a6; }
    @media screen and (min-width: 48.0625em) {
      #subnav .menu.sidebar-nav li {
        display: inline-block;
        margin: 25px 1rem 20px; } }
    #subnav .menu.sidebar-nav li.current-menu-item.menu-item-object-strategies a {
      color: #0a0a0a;
      border-bottom: 4px solid #4193a6; }

#subnav .menu.sidebar-nav .menu-item-has-children:not(.current-menu-item) .sub-menu {
  display: none; }

#subnav .menu.sidebar-nav .menu-item-has-children.current-menu-item > a, #subnav .menu.sidebar-nav .current-menu-item:not(.menu-item-object-strategies) > a {
  display: none; }

#subnav .menu.sidebar-nav .menu-item-has-children.current-menu-item ~ li a, #subnav .menu.sidebar-nav .current-menu-item:not(.menu-item-object-strategies) ~ li a {
  display: none; }

a {
  transition: all .3s;
  color: #2587c3; }
  a:hover {
    opacity: .8;
    color: #df132e; }

h5 a {
  color: #2587c3; }

p {
  font-size: 1.125rem; }
  @media screen and (min-width: 48.0625em) {
    p {
      font-size: 1.25rem; } }

ul:not(.menu) li, ol li {
  font-size: 1.25rem; }

input[type="text"],
select,
textarea {
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8e8e8;
  height: 2.75rem; }
  input[type="text"]:focus,
  select:focus,
  textarea:focus {
    box-shadow: none;
    border: 1px solid rgba(142, 142, 142, 0.7); }

textarea {
  height: 150px; }

blockquote {
  font-style: italic;
  padding: 0 40px;
  border-left: 0px;
  margin: 40px 0;
  position: relative; }
  blockquote:before, blockquote:after {
    position: absolute;
    height: 25px;
    width: 25px; }
  blockquote:before {
    content: '';
    background: url("../images/icons/open-quote.png") no-repeat;
    left: 10px;
    top: 5px; }
  blockquote:after {
    content: '';
    background: url("../images/icons/close-quote.png") no-repeat;
    right: 15px;
    bottom: 0px; }

.container {
  clear: both; }

#masthead {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  background: #fff;
  z-index: 20; }
  @media screen and (min-width: 64.0625em) {
    #masthead {
      position: fixed; } }
  #masthead + section {
    position: relative; }
    @media screen and (min-width: 64.0625em) {
      #masthead + section {
        padding-top: 131px; } }

.block-link {
  cursor: pointer; }

.post-thumbnail, .related-container .related-post .related-post-thumbnail, .related-container .related-campaign .related-campaign-thumbnail, .landing-container .related-campaign .related-campaign-thumbnail {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.secondary-content {
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media screen and (min-width: 64.0625em) {
  .medium-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

table.data-table {
  border: 1px solid #e8e8e8;
  color: #615e59;
  font-size: 0.875rem; }
  table.data-table thead {
    color: #615e59;
    text-transform: uppercase; }
  table.data-table th {
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }
  table.data-table tbody tr:nth-child(odd) {
    background: #f6f6f6; }

table:not(.data-table) tr td {
  display: block;
  vertical-align: top; }

@media screen and (min-width: 48.0625em) {
  table:not(.data-table) tr td {
    display: table-cell; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?f9kvz0");
  src: url("../fonts/icomoon.eot?f9kvz0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?f9kvz0") format("truetype"), url("../fonts/icomoon.woff?f9kvz0") format("woff"), url("../fonts/icomoon.svg?f9kvz0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail:before {
  content: "\e900"; }

.icon-share:before {
  content: "\e901"; }

.icon-arrow-right:before, ul.social-tabs li.is-active:before, .cta-link a:before, .related-container .related-campaign h5 a:before, .landing-container .related-campaign h5 a:before, .landing-menu-container ul.menu li a:before {
  content: "\e902"; }

.icon-drop:before {
  content: "\e903"; }

.icon-email:before {
  content: "\e904"; }

.icon-phone:before {
  content: "\e905"; }

.icon-facebook:before {
  content: "\e906"; }

.icon-instagram:before {
  content: "\e907"; }

.icon-twitter:before {
  content: "\e908"; }

.icon-youtube:before {
  content: "\e909"; }

.icon-linkedin2:before {
  content: "\e90a"; }

.container #breadcrumbs {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  color: #615e59;
  font-size: 0.75rem; }
  .container #breadcrumbs a {
    color: #2587c3;
    font-size: 0.875rem;
    margin: 0 4px; }
  .container #breadcrumbs .breadcrumb_last {
    font-size: 0.875rem;
    margin-left: 4px; }

.breadcrumb-trail .trail-browse {
  display: none; }

.breadcrumb-trail ul {
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block; }
  .breadcrumb-trail ul li.trail-item {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #615e59;
    font-size: 0.875rem;
    list-style: none;
    text-transform: none; }
    .breadcrumb-trail ul li.trail-item:not(:last-child)::after {
      font-size: 0.75rem;
      margin: 0 4px;
      color: #615e59;
      top: 0px; }
    .breadcrumb-trail ul li.trail-item a {
      color: #2587c3;
      margin: 0 4px; }

.breadcrumbs {
  margin: 0; }

#featured-hero .breadcrumbs {
  color: #fff;
  text-shadow: 5px 5px 30px rgba(10, 10, 10, 0.6);
  padding-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;}
  #featured-hero .breadcrumbs li {
    color: #fff; }
    #featured-hero .breadcrumbs li:after {
      color: #fff; }
    #featured-hero .breadcrumbs li a, #featured-hero .breadcrumbs a {
      color: #fff;
      font-size: 0.875rem;
      }
      
body.single .breadcrumbs {
	margin-top: 15px;
	margin-bottom: 15px;
}

body.single .breadcrumbs, body.single .breadcrumbs a {
	color: #2587c3;
	font-size: 0.875rem;
}

body.single .breadcrumbs a:focus, body.single .breadcrumbs a:hover, body.single .breadcrumbs a:focus {
	text-decoration: underline;
	color: #2587c3;
}



.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.button.large, .query .query-exposed form input.large[type="submit"] {
  padding: 20px 55px; }

.button, .query .query-exposed form input[type="submit"] {
  font-weight: 600;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .button.popout, .query .query-exposed form input.popout[type="submit"] {
    box-shadow: 0 10px 36px rgba(10, 10, 10, 0.6);
    margin: 0 20px; }
    .button.popout:hover, .query .query-exposed form input.popout[type="submit"]:hover {
      box-shadow: 0 0px 10px rgba(10, 10, 10, 0.2);
      opacity: 1; }
  .button.blue, .query .query-exposed form input.blue[type="submit"] {
    background: #023859; }
  .button a, .query .query-exposed form input[type="submit"] a {
    color: #fff; }

.icon-arrow-right.link, ul.social-tabs li.link.is-active, .cta-link a.link, .related-container .related-campaign h5 a.link, .landing-container .related-campaign h5 a.link, .landing-menu-container ul.menu li a.link {
  padding-right: 20px;
  position: relative;
  font-size: 1.25rem; }
  .icon-arrow-right.link:before, ul.social-tabs li.link.is-active:before, .cta-link a.link:before, .related-container .related-campaign h5 a.link:before, .landing-container .related-campaign h5 a.link:before, .landing-menu-container ul.menu li a.link:before {
    position: absolute;
    right: 0;
    color: #df132e;
    font-size: 0.875rem;
    bottom: 0; }

.cta-link {
  display: block;
  margin: 10px 0; }
  .cta-link a {
    padding-right: 20px;
    position: relative; }
    .cta-link a:before {
      position: absolute;
      right: 0;
      color: #df132e;
      font-size: 0.875rem;
      bottom: 0;
      font-family: 'icomoon'; }

.bold-link {
  font-weight: bold;
  font-size: 1.25rem; }

.more-link {
  display: block;
  text-align: center;
  margin: 1rem 0; }

.cta-container {
  padding: 3rem 0;
  background-size: cover;
  color: #fff; }
  .cta-container h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem; }
  .cta-container a.link {
    color: #fff; }
  .cta-container .cta-link {
    margin-top: 2rem; }
    .cta-container .cta-link a {
      text-transform: uppercase;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 1rem; }
  .cta-container.primary-cta {
    background: url("../images/cta-bg1.jpg") no-repeat;
    background-size: cover; }
    .cta-container.primary-cta form input {
      width: 250px;
      display: inline-block; }
    .cta-container.primary-cta form input.button, .cta-container.primary-cta .query .query-exposed form input[type="submit"], .query .query-exposed .cta-container.primary-cta form input[type="submit"] {
      margin: 10px;
      width: inherit; }
    .cta-container.primary-cta .cta-body {
      font-size: 1rem; }
      @media screen and (min-width: 48.0625em) {
        .cta-container.primary-cta .cta-body {
          margin-top: 10px; } }
  .cta-container.secondary-cta {
    background: url("../images/cta-bg2.jpg") no-repeat;
    background-size: cover;
    text-align: center; }

.sidebar-cta {
  background: #4193a6;
  padding: 1.25rem; }
  .sidebar-cta p {
    font-size: 1rem;
    color: #fff;
    padding: 1rem 0; }
  .sidebar-cta .button, .sidebar-cta .query .query-exposed form input[type="submit"], .query .query-exposed form .sidebar-cta input[type="submit"] {
    display: block; }

form input#cons_email {
  width: 250px; }

.critical-sidebar form input#cons_email {
  width: 250px;
  display: block;
  margin: 0 auto; }

form input.signupFormSubmit {
  width: inherit; }

.critical-sidebar form input.signupFormSubmit {
  width: inherit;
  margin: 10px auto 0 !important;
  display: block; }

.addthis_sharing_toolbox .at-share-btn {
  margin: 20px 14px !important; }
  @media screen and (min-width: 40em) {
    .addthis_sharing_toolbox .at-share-btn {
      margin: 20px 24px !important; } }
  .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper {
    background-color: transparent !important; }
    .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper .at-icon {
      fill: #fff; }

#single-post .block-cta.row, .block-cta.row {
  color: #fff;
  background: #4193a6;
  padding: 20px 0;
  margin: 40px 0px 20px; }
  #single-post .block-cta.row .button, #single-post .block-cta.row .query .query-exposed form input[type="submit"], .query .query-exposed form #single-post .block-cta.row input[type="submit"], .block-cta.row .button, .block-cta.row .query .query-exposed form input[type="submit"], .query .query-exposed form .block-cta.row input[type="submit"] {
    text-transform: uppercase;
    margin: 0 10px; }
  #single-post .block-cta.row h4, .block-cta.row h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px; }
  #single-post .block-cta.row p, .block-cta.row p {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem; }
  #single-post .block-cta.row .addthis_sharing_toolbox, .block-cta.row .addthis_sharing_toolbox {
    display: inline-block; }
    #single-post .block-cta.row .addthis_sharing_toolbox .at-share-btn, .block-cta.row .addthis_sharing_toolbox .at-share-btn {
      margin: 0px 2px !important; }
      #single-post .block-cta.row .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper, .block-cta.row .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper {
        background-color: transparent !important; }
        #single-post .block-cta.row .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper .at-icon, .block-cta.row .addthis_sharing_toolbox .at-share-btn .at-icon-wrapper .at-icon {
          fill: #fff; }

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  height: 12.5rem; }

.no-featured-image-set {
  height: 1rem !important; }

@media screen and (min-width: 48.0625em) {
  #featured-hero {
    height: 25rem; } }

#featured-hero {
  border-bottom: 6px solid #df132e;
  position: relative; }
  #featured-hero.default {
    background-image: url("../images/default-banner.jpg"); }
  #featured-hero.person {
    background-image: url("../images/staff-default-banner-edited.jpg"); }
  #featured-hero.job {
    background-image: url("../images/jobs-default-banner.jpg"); }
  #featured-hero h1.entry-title, #featured-hero h2.subtitle {
    position: relative;
    float: right;
    color: #fff;
    font-weight: 600;
    margin: 15px 10px 0 15px;
    text-shadow: 5px 5px 30px rgba(10, 10, 10, 0.6); }
    @media screen and (min-width: 40em) {
      #featured-hero h1.entry-title, #featured-hero h2.subtitle {
        margin-top: 30px; }
        #featured-hero h1.entry-title:after, #featured-hero h2.subtitle:after {
          content: '';
          height: 5px;
          width: 150px;
          background: #fff;
          display: block;
          position: absolute;
          right: 0;
          margin-top: 10px; } }
    @media screen and (min-width: 48.0625em) {
      #featured-hero h1.entry-title, #featured-hero h2.subtitle {
        margin-top: 200px;
        right: 20px; } }

#featured-hero-title {
  border-bottom: 6px solid #df132e;
  padding: 40px 0; }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

.section-divider hr, hr {
  border: none;
  background: #023859;
  height: 2px; }

.section-divider hr {
  margin: 3rem 0 5rem; }

.internal-section-divider hr {
  border: none;
  background: #e8e8e8;
  height: 1px;
  margin: 3rem 0; }

.single-states .secondary-content-block .medium-3 {
  border-left: 1px solid rgba(142, 142, 142, 0.5); }

.off-canvas ul#menu-main-menu {
  height: 100vh;
  padding: 1rem; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

.related-content-region {
  background: #f6f6f6;
  padding-bottom: 2rem; }
  .related-content-region .widget-title {
    text-align: center;
    margin: 40px 0; }
  .related-content-region article {
    margin: 2rem 0; }

.related-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  float: none !important; }
  .related-container .related-post {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 3px 7px rgba(10, 10, 10, 0.05);
    min-width: 300px;
    width: 100%;
    background: #fff;
    margin: 20px 0;
    transition: all .3s ease-in-out;
    position: relative;
    padding-bottom: 200px; }
    @media screen and (min-width: 48.0625em) {
      .related-container .related-post {
        width: 350px; } }
    @media screen and (min-width: 64.0625em) {
      .related-container .related-post {
        width: 31%;
        margin-left: 1%;
        margin-right: 1%; }
        .related-container .related-post:first-child {
          margin-left: 0; }
        .related-container .related-post:last-child {
          margin-right: 0; } }
    .related-container .related-post .related-post-header {
      padding: 15px 20px;
      color: #fff;
      font-size: 0.9375rem; }
      .related-container .related-post .related-post-header.press-release {
        background: #2587c3; }
      .related-container .related-post .related-post-header.post {
        background: #f2c028; }
      .related-container .related-post .related-post-header.news-clip {
        background: #023859; }
      .related-container .related-post .related-post-header.conservation-matters {
        background: #4193a6; }
      .related-container .related-post .related-post-header .entry-date {
        color: #fff; }
      .related-container .related-post .related-post-header .content-type {
        float: right;
        text-transform: uppercase;
        font-weight: bold;
        font-family: "Roboto", Helvetica, Arial, sans-serif; }
    .related-container .related-post .related-post-content {
      padding: 15px 20px;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-size: 1.25rem; }
      .related-container .related-post .related-post-content a {
        color: #0a0a0a; }
    .related-container .related-post .related-post-thumbnail {
      height: 200px;
      position: absolute;
      bottom: 0; }
    .related-container .related-post .related-post-excerpt {
      height: 200px;
      position: absolute;
      bottom: 0;
      background: rgba(246, 246, 246, 0.6);
      padding: 20px;
      overflow: hidden; }
      .related-container .related-post .related-post-excerpt p {
        font-size: 1.0625rem;
        color: #615e59; }
    .related-container .related-post:hover {
      box-shadow: 0 3px 13px rgba(10, 10, 10, 0.15); }
      .related-container .related-post:hover .related-post-content a {
        color: #615e59; }

.related-container .related-campaign, .landing-container .related-campaign {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 20px 0; }
  @media screen and (min-width: 48.0625em) {
    .related-container .related-campaign, .landing-container .related-campaign {
      min-width: 335px;
      width: 335px; } }
  @media screen and (min-width: 64.0625em) {
    .related-container .related-campaign, .landing-container .related-campaign {
      width: 32%; } }
  .related-container .related-campaign h5, .landing-container .related-campaign h5 {
    border-bottom: 2px solid #023859;
    padding: 15px 15px 15px 0; }
    .related-container .related-campaign h5 a, .landing-container .related-campaign h5 a {
      position: relative;
      display: inline;
      font-size: 1.25rem;
      margin-right: 20px; }
      .related-container .related-campaign h5 a:before, .landing-container .related-campaign h5 a:before {
        font-family: 'icomoon';
        position: absolute;
        right: -20px;
        bottom: 0;
        font-size: 16px;
        color: #df132e; }
  .related-container .related-campaign .related-campaign-thumbnail, .landing-container .related-campaign .related-campaign-thumbnail {
    height: 235px; }
    .related-container .related-campaign .related-campaign-thumbnail .related-campaign-content, .landing-container .related-campaign .related-campaign-thumbnail .related-campaign-content {
      background: rgba(65, 147, 166, 0.9);
      position: absolute;
      top: 20%;
      bottom: 20%;
      padding: 15px;
      transition: all .3s ease-in-out;
      width: 100%;
      opacity: 0; }
      @media screen and (min-width: 48.0625em) {
        .related-container .related-campaign .related-campaign-thumbnail .related-campaign-content, .landing-container .related-campaign .related-campaign-thumbnail .related-campaign-content {
          opacity: 0; } }
      .related-container .related-campaign .related-campaign-thumbnail .related-campaign-content p, .landing-container .related-campaign .related-campaign-thumbnail .related-campaign-content p {
        color: #fff;
        font-size: 1rem;
        font-family: "Roboto", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 48.0625em) {
    .related-container .related-campaign:hover .related-campaign-content, .landing-container .related-campaign:hover .related-campaign-content {
      opacity: 1; } }
  .related-container .related-campaign:hover h5 a, .landing-container .related-campaign:hover h5 a {
    color: #df132e; }

.landing-content-block {
  margin: 20px 0; }

.related-container.home .related-campaign:first-child {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .related-container.home .related-campaign:first-child {
      width: 335px; } }
  @media screen and (min-width: 64.0625em) {
    .related-container.home .related-campaign:first-child {
      width: 60%; } }
  @media screen and (min-width: 64.0625em) {
    .related-container.home .related-campaign:first-child .related-campaign-thumbnail {
      height: 300px; } }

.related-container.home .related-campaign:nth-child(2) {
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .related-container.home .related-campaign:nth-child(2) {
      width: 335px; } }
  @media screen and (min-width: 64.0625em) {
    .related-container.home .related-campaign:nth-child(2) {
      width: 38%; } }
  @media screen and (min-width: 64.0625em) {
    .related-container.home .related-campaign:nth-child(2) .related-campaign-thumbnail {
      height: 300px; } }

.content-box {
  border: 1px solid rgba(10, 10, 10, 0.1);
  padding: 1rem;
  transition: all .3s ease-in-out;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(10, 10, 10, 0.05); }
  .content-box:hover {
    box-shadow: 0px 2px 5px rgba(10, 10, 10, 0.1); }
  .content-box .entry-date {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0px; }

.focus-widget-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .focus-widget-container .focus-item {
    text-align: center;
    width: 200px;
    padding: 15px;
    display: inline-block;
    vertical-align: top; }
    .focus-widget-container .focus-item:nth-last-child(-n + 4):first-child,
    .focus-widget-container .focus-item:nth-last-child(-n + 4):first-child ~ *, .focus-widget-container .focus-item:nth-last-child(n + 7):first-child,
    .focus-widget-container .focus-item:nth-last-child(n + 7):first-child ~ * {
      width: 185px; }
    .focus-widget-container .focus-item:hover h5 a {
      color: #df132e; }
    .focus-widget-container .focus-item .focus-circle {
      display: inline-block;
      height: 150px;
      width: 150px;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 50%;
      overflow: hidden; }
    .focus-widget-container .focus-item a {
      color: #2587c3; }

#state-widget {
  background: #fff;
  padding: 20px 0;
  margin: 20px 0; }
  @media screen and (min-width: 48.0625em) {
    #state-widget {
      padding: 40px;
      margin: 40px 0; } }
  #state-widget .state-detail {
    display: none;
    position: relative;
    padding-bottom: 80px;
    margin-top: 140px; }
    #state-widget .state-detail h2 {
      color: #df132e;
      font-weight: 300;
      font-size: 2.25rem; }
      @media screen and (min-width: 48.0625em) {
        #state-widget .state-detail h2 {
          font-size: 2.625rem; } }
    #state-widget .state-detail h4 {
      text-transform: uppercase;
      color: #df132e;
      font-size: 1.125rem;
      font-weight: 600; }
    #state-widget .state-detail .cta-link {
      position: absolute;
      bottom: 0; }
  #state-widget .state-campaigns a {
    color: #023859;
    display: inline-block;
    font-size: 1.125rem;
    margin: 2px 0; }

#svgmap {
  height: 400px; }
  #svgmap svg {
    max-width: 300px; }

#donor-profiles {
  padding-top: 2rem; }
  #donor-profiles .profiles .profile {
    display: none; }
    #donor-profiles .profiles .profile img {
      margin-bottom: 20px; }
      @media screen and (min-width: 48.0625em) {
        #donor-profiles .profiles .profile img {
          margin-bottom: 0; } }
    #donor-profiles .profiles .profile h3, #donor-profiles .profiles .profile .blog-disclaimer h2, .blog-disclaimer #donor-profiles .profiles .profile h2 {
      margin-bottom: 0; }
    #donor-profiles .profiles .profile.is-active {
      display: block; }
    #donor-profiles .profiles .profile .person-detail {
      text-transform: none;
      color: #615e59; }
    #donor-profiles .profiles .profile .profile-story p {
      color: #615e59; }
  #donor-profiles .profile-thumb-container #profile-tabs {
    list-style: none;
    margin: 30px 0; }
    #donor-profiles .profile-thumb-container #profile-tabs li {
      display: inline-block;
      margin: 10px;
      position: relative; }
      #donor-profiles .profile-thumb-container #profile-tabs li a {
        padding: 0;
        width: 60px;
        height: 60px;
        overflow: hidden; }
        @media screen and (min-width: 40em) {
          #donor-profiles .profile-thumb-container #profile-tabs li a {
            width: 100px;
            height: 100px; } }
      #donor-profiles .profile-thumb-container #profile-tabs li.is-active a {
        border: 5px solid #4193a6;
        position: relative; }
      #donor-profiles .profile-thumb-container #profile-tabs li.is-active:before {
        content: '';
        position: absolute;
        top: -7px;
        right: 15px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #4193a6; }

#front-hero .marketing {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem; }
  #front-hero .marketing::before, #front-hero .marketing::after {
    content: ' ';
    display: table; }
  #front-hero .marketing::after {
    clear: both; }

@media screen and (min-width: 40em) {
  #front-hero {
    background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
    background-size: cover;
    background-position: bottom;
    padding: 4.0625rem 0;
    margin: 0 0 2rem;
    height: auto;
    position: relative;
    text-align: left; } }

@media screen and (min-width: 48.0625em) {
  #front-hero {
    background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
    background-size: cover;
    background-position: center;
    height: 42.8125rem;
    margin: 0 0 4.5rem; } }

@media screen and (min-width: 40em) {
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    left: -41.66667%; }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 48.0625em) {
  #front-hero #watch {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
    left: 0%; }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; } }

#front-hero #watch section {
  display: inline; }

#front-hero #watch a {
  color: #B4C9D1;
  cursor: pointer;
  font-weight: 400;
  margin-right: 1.25rem; }

#front-hero #watch a:hover {
  color: #fff; }

#front-hero #watch #stargazers :before {
  content: "\f09b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B4C9D1;
  margin-right: 0.5rem; }

#front-hero #watch #twitter :before {
  content: "\f099";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B4C9D1;
  margin-right: 0.5rem; }

@media screen and (min-width: 40em) {
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; } }

@media screen and (min-width: 48.0625em) {
  #front-hero .tagline {
    width: 41.66667%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 6rem; }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; } }

#front-hero h1 {
  color: #fff;
  font-weight: 500; }
  @media screen and (min-width: 40em) {
    #front-hero h1 {
      font-size: 2.2rem; } }
  @media screen and (min-width: 48.0625em) {
    #front-hero h1 {
      font-size: 2.875rem; } }

#front-hero h4 {
  color: #fefefe;
  font-weight: 300;
  font-size: 1.3125rem; }

#front-hero .download {
  margin-top: 1.25rem; }

.intro {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 48.0625em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-left: 8.33333%; }
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box; }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  @media screen and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      width: 100%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .benefits .semantic:last-child:not(:first-child),
      .benefits .responsive:last-child:not(:first-child),
      .benefits .customizable:last-child:not(:first-child),
      .benefits .professional:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 48.0625em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      width: 25%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      .benefits .semantic:last-child:not(:first-child),
      .benefits .responsive:last-child:not(:first-child),
      .benefits .customizable:last-child:not(:first-child),
      .benefits .professional:last-child:not(:first-child) {
        float: right; } }
  .benefits .semantic img,
  .benefits .responsive img,
  .benefits .customizable img,
  .benefits .professional img {
    padding: 1.25rem;
    margin: 1rem auto 0 auto; }
  .benefits .semantic h3, .benefits .semantic .blog-disclaimer h2, .blog-disclaimer .benefits .semantic h2,
  .benefits .responsive h3,
  .benefits .responsive .blog-disclaimer h2, .blog-disclaimer
  .benefits .responsive h2,
  .benefits .customizable h3,
  .benefits .customizable .blog-disclaimer h2, .blog-disclaimer
  .benefits .customizable h2,
  .benefits .professional h3,
  .benefits .professional .blog-disclaimer h2, .blog-disclaimer
  .benefits .professional h2 {
    color: #0a0a0a;
    font-weight: 300;
    font-size: 1.75rem; }
  .benefits .semantic p,
  .benefits .responsive p,
  .benefits .customizable p,
  .benefits .professional p {
    font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table; }
    .benefits .why-foundation::after {
      clear: both; }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#front-banner .banner {
  text-align: center;
  background: transparent;
  opacity: 1; }
  #front-banner .banner ul.orbit-container {
    height: 300px !important; }
    @media screen and (min-width: 48.0625em) {
      #front-banner .banner ul.orbit-container {
        height: 500px !important; } }
  #front-banner .banner .slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px; }
    @media screen and (min-width: 48.0625em) {
      #front-banner .banner .slide {
        height: 500px !important;
        max-height: none !important; } }
    #front-banner .banner .slide .caption {
      padding: 30px 10px 0; }
      @media screen and (min-width: 48.0625em) {
        #front-banner .banner .slide .caption {
          padding-top: 100px; } }
      #front-banner .banner .slide .caption p {
        font-size: 1.125rem;
        line-height: 1.25rem;
        text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.6);
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        color: #fff;
        margin-bottom: 5px; }
        @media screen and (min-width: 48.0625em) {
          #front-banner .banner .slide .caption p {
            font-size: 1.375rem;
            line-height: 2.25rem;
            margin-bottom: 10px; } }
        @media screen and (min-width: 64.0625em) {
          #front-banner .banner .slide .caption p {
            font-size: 1.875rem; } }
      #front-banner .banner .slide .caption h2 {
        font-weight: bold;
        text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.6);
        color: #fff; }
        @media screen and (min-width: 48.0625em) {
          #front-banner .banner .slide .caption h2 {
            font-size: 2.25rem; } }
        @media screen and (min-width: 64.0625em) {
          #front-banner .banner .slide .caption h2 {
            font-size: 3.4375rem; } }
    #front-banner .banner .slide .button, #front-banner .banner .slide .query .query-exposed form input[type="submit"], .query .query-exposed form #front-banner .banner .slide input[type="submit"] {
      text-transform: uppercase;
      font-size: 1.375rem;
      margin: 20px 0;
      display: inline-block !important;
      border-bottom: 0px; }
  #front-banner .banner button.orbit-previous, #front-banner .banner button.orbit-next {
    display: none; }
  @media only screen and (max-width: 1025px) {
    #front-banner .banner .rslides li img {
      height: 400px !important;
      width: auto !important;
      max-width: none; } }

#front-banner .orbit-bullets {
  background: transparent;
  position: relative;
  top: -50px;
  z-index: 3; }
  #front-banner .orbit-bullets button {
    background: #8e8e8e;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px; }
    #front-banner .orbit-bullets button.is-active {
      background: #fff; }

.image-source {
  position: absolute;
  right: 20px;
  bottom: 45px;
  color: #fff;
  font-size: 0.6875rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .image-source.static {
    bottom: 0; }
  @media screen and (min-width: 48.0625em) {
    .image-source {
      font-size: 0.875rem; } }

#kitchen-sink {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components hr {
    margin: 3rem 0; }
  @media screen and (min-width: 40em) {
    #kitchen-sink #components {
      width: 100%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      #kitchen-sink #components:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 64.0625em) {
    #kitchen-sink #components {
      width: 75%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      #kitchen-sink #components:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 40em) {
    #kitchen-sink #kitchen-sink-nav {
      display: none; } }
  @media screen and (min-width: 64.0625em) {
    #kitchen-sink #kitchen-sink-nav {
      width: 25%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: block;
      float: right; }
      #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
        float: right; }
      #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
        font-size: 0.85rem;
        margin-top: 1rem; }
      #kitchen-sink #kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #999;
        font-weight: bold;
        line-height: 1;
        padding-left: 0.9rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #e9e9e9;
        margin-top: 1rem;
        padding-top: 1.5rem; }
      #kitchen-sink #kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem; }
      #kitchen-sink #kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: white; }
      #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; } }

#page {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page::before, #page::after {
    content: ' ';
    display: table; }
  #page::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #page .main-content {
      width: 100%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      #page .main-content:last-child:not(:first-child) {
        float: right; } }

#single-post {
  margin-bottom: 2rem; }

#commentform label[for="url"] {
  display: none; }

#commentform #url {
  display: none; }

#page-sidebar-left {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table; }
  #page-sidebar-left::after {
    clear: both; }
  @media screen and (min-width: 40em) {
    #page-sidebar-left .main-content {
      width: 100%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      #page-sidebar-left .main-content:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 48.0625em) {
    #page-sidebar-left .main-content {
      width: 66.66667%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      position: relative;
      left: 33.33333%; }
      #page-sidebar-left .main-content:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 40em) {
    #page-sidebar-left .sidebar {
      width: 100%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem; }
      #page-sidebar-left .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media screen and (min-width: 48.0625em) {
    #page-sidebar-left .sidebar {
      width: 33.33333%;
      float: left;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; }
      #page-sidebar-left .sidebar:last-child:not(:first-child) {
        float: right; } }

#page-full-width {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 4rem; }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

@media screen and (min-width: 40em) {
  #subnav {
    min-height: 2rem; } }

#subnav + #page-full-width {
  margin-top: 1rem; }
  @media screen and (min-width: 40em) {
    #subnav + #page-full-width {
      margin-top: 2rem; } }

#featured-hero + #single-post {
  padding-top: 4rem; }

#subnav + #single-post {
  padding-top: 2rem; }

.post .entry-content a:not(.button) {
  color: #2587c3; }

.post p, .post ul li, .post ul ol {
  font-size: 1.125rem; }

.post hr {
  height: 1px;
  background: #e8e8e8;
  margin: 30px 0; }

.post.post h1.entry-title {
  font-size: 1.875rem; }

.post .entry-date {
  font-size: 0.875rem;
  text-transform: uppercase; }

.post .featured-image {
  margin-bottom: 10px; }

.meta-info span {
  font-size: 0.875rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #8e8e8e;
  text-transform: uppercase; }
  .meta-info span a {
    color: #2587c3; }
  .meta-info span.entry-date {
    border-right: 0; }
  .meta-info span + span:before {
    content: ' | ';
    display: inline-block;
    margin: 0 3px; }

.campaign {
  background: #f9f6f2; }
  @media screen and (min-width: 48.0625em) {
    .campaign .campaign-sidebar {
      padding-left: 0; } }
  .campaign .section-divider hr {
    background: rgba(97, 94, 89, 0.2);
    height: 1px;
    margin: 2rem 0; }

.secondary-header {
  border-bottom: 6px solid #df132e;
  margin-bottom: 2rem; }

.categories {
  color: #615e59;
  font-size: 14px;
  margin-bottom: 10px; }
  .categories h4 {
    color: #0a0a0a;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 4px; }
    @media screen and (min-width: 40em) {
      .categories h4 {
        margin-bottom: 0.5rem; } }
  .categories a {
    color: #2587c3;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-right: 3px; }
    .categories a:hover {
      color: #df132e; }
    .categories a + a {
      margin: 0 3px; }
      .categories a + a:before {
        content: '| ';
        color: #615e59; }

.person-detail {
  margin-bottom: 20px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #8e8e8e; }
  .person-detail span + span:before, .person-detail span + a:before {
    content: ' | ';
    margin: 0 5px;
    color: rgba(142, 142, 142, 0.5); }

.person-sidebar h5 {
  margin: 10px 0 20px; }

.author-posts .entry-date {
  padding: 0 20px 0 0px; }

.sidebar-block {
  padding: 15px;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  margin: 40px 0; }
  .sidebar-block h2 {
    font-size: 1.25rem;
    font-weight: bold; }
  .sidebar-block p {
    font-size: 1rem;
    color: #615e59;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }

#single-post .event-data {
  margin-bottom: 20px; }
  #single-post .event-data span, #single-post .event-data p {
    color: #424242;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  #single-post .event-data span {
    font-size: 1.125rem; }
  #single-post .event-data p {
    margin: 15px 0; }

.post-tags {
  color: #615e59;
  padding: 40px 0 60px;
  font-size: 0.875rem; }
  .post-tags a {
    color: #2587c3; }

#comments {
  margin-top: 3rem; }

#respond {
  margin: 4rem 0; }

.blog-disclaimer {
  padding: 30px;
  background: #e8e8e8; }
  @media screen and (min-width: 48.0625em) {
    .blog-disclaimer {
      padding: 60px; } }

.query .query-exposed form div {
  width: 280px;
  display: inline-block;
  margin-right: 15px; }
  .query .query-exposed form div select {
    height: 60px; }

.query .query-exposed form input[type="submit"] {
  vertical-align: bottom;
  margin-bottom: 1rem;
  height: 60px;
  width: 180px;
  text-transform: uppercase; }

.article-list {
  padding: 2rem 0;
  border-bottom: 1px solid #e8e8e8; }
  .article-list .author {
    color: #8e8e8e;
    font-size: 0.8125rem;
    font-family: "Roboto", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 48.0625em) {
    .article-list .entry-date {
      border-right: 1px solid #e8e8e8;
      text-align: right; }
      .article-list .entry-date .year {
        display: block; } }
  .article-list .list-content h5 {
    margin: 0; }
    .article-list .list-content h5 a {
      font-weight: bold; }
  .article-list .list-content p {
    font-size: 1rem; }
  .article-list .entry-content {
    margin: 15px 0; }

.entry-date {
  color: #8e8e8e;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin-top: 20px; }

.pagination {
  text-align: center;
  margin: 20px 0; }

.hide-type .list-content .content-type {
  display: none; }

.list-thumb .thumb-img {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: 50% 50%; }

.publication .list-thumb .thumb-img {
  width: 251px;
  height: 325px;
  background-size: cover;
  background-position: 50% 50%; }

.search-count {
  font-size: 0.875rem;
  color: #8e8e8e;
  font-weight: bold; }

.search-inquiry {
  color: #0a0a0a; }

.query .query-content .query-pager {
  padding: 0;
  text-align: center;
  float: none !important;
  margin: 30px auto;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }
  .query .query-content .query-pager .page-numbers {
    margin: 0 10px; }
    .query .query-content .query-pager .page-numbers:not(.next):not(.prev):not(.dots) {
      font-weight: bold; }
  @media screen and (min-width: 48.0625em) {
    .query .query-content .query-pager .page-numbers {
      margin: 0 20px; } }

.query.tile .query-unformatted, .query.people .query-unformatted {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .query.tile .query-unformatted .query-row, .query.people .query-unformatted .query-row {
    vertical-align: top;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    min-width: 220px;
    transition: all .4s; }
    @media screen and (min-width: 48.0625em) {
      .query.tile .query-unformatted .query-row, .query.people .query-unformatted .query-row {
        width: 48%;
        margin: 20px 1%; } }
    @media screen and (min-width: 64.0625em) {
      .query.tile .query-unformatted .query-row, .query.people .query-unformatted .query-row {
        width: 23%;
        margin: 20px 1.33%; }
        .query.tile .query-unformatted .query-row:nth-child(4n + 1), .query.people .query-unformatted .query-row:nth-child(4n + 1) {
          margin-left: 0; }
        .query.tile .query-unformatted .query-row:nth-child(4n), .query.people .query-unformatted .query-row:nth-child(4n) {
          margin-right: 0; } }

.query.tile .query-unformatted .post-thumbnail, .query.tile .query-unformatted .related-container .related-post .related-post-thumbnail, .related-container .related-post .query.tile .query-unformatted .related-post-thumbnail, .query.tile .query-unformatted .related-container .related-campaign .related-campaign-thumbnail, .related-container .related-campaign .query.tile .query-unformatted .related-campaign-thumbnail, .query.tile .query-unformatted .landing-container .related-campaign .related-campaign-thumbnail, .landing-container .related-campaign .query.tile .query-unformatted .related-campaign-thumbnail {
  height: 180px; }

.query.tile .query-unformatted h5 {
  margin-bottom: 10px; }
  .query.tile .query-unformatted h5 a {
    color: #0a0a0a;
    transition: all .1s; }

.query.tile .query-unformatted .entry-content {
  padding: 15px; }
  .query.tile .query-unformatted .entry-content p {
    font-size: 0.875rem;
    color: #615e59; }

.query.tile .query-row {
  border-bottom: 2px solid #4193a6; }
  .query.tile .query-row:hover {
    box-shadow: 0 3px 6px rgba(10, 10, 10, 0.15);
    background: #4193a6; }
    .query.tile .query-row:hover h5 a, .query.tile .query-row:hover p {
      color: #fff; }

.main-content.person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .main-content.person .article-tile {
    vertical-align: top;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    min-width: 220px;
    transition: all .4s;
    text-align: center;
    box-shadow: 0 1px 5px rgba(10, 10, 10, 0.1);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    position: relative; }
    .main-content.person .article-tile .button, .main-content.person .article-tile .query .query-exposed form input[type="submit"], .query .query-exposed form .main-content.person .article-tile input[type="submit"] {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 70px;
      line-height: 70px;
      margin: 0;
      padding: 0;
      font-size: 20px;
      color: #2587c3;
      background: transparent; }
    @media screen and (min-width: 48.0625em) {
      .main-content.person .article-tile {
        width: 48%;
        margin: 20px 1%; } }
    @media screen and (min-width: 64.0625em) {
      .main-content.person .article-tile {
        width: 23%;
        margin: 20px 1.33%; }
        .main-content.person .article-tile:nth-child(4n + 1) {
          margin-left: 0; }
        .main-content.person .article-tile:nth-child(4n) {
          margin-right: 0; } }
  .main-content.person img {
    width: 100%;
    height: auto; }
  .main-content.person h5 {
    margin-bottom: 10px;
    color: #424242;
    font-weight: bold;
    font-size: 1.25rem; }
  .main-content.person .entry-content {
    padding: 15px;
    position: relative;
    padding-bottom: 80px; }
    .main-content.person .entry-content p {
      font-size: 0.9375rem;
      color: #424242;
      margin-bottom: 5px; }

.person .office {
  color: #8e8e8e;
  font-size: 0.9375rem; }

.query.people .query-unformatted {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .query.people .query-unformatted .query-row {
    vertical-align: top;
    display: inline-block;
    margin: 20px 0;
    width: 100%;
    min-width: 220px;
    transition: all .4s;
    text-align: center;
    box-shadow: 0 1px 5px rgba(10, 10, 10, 0.1);
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    position: relative; }
    .query.people .query-unformatted .query-row .button, .query.people .query-unformatted .query-row .query-exposed form input[type="submit"], .query.people .query-exposed form .query-unformatted .query-row input[type="submit"] {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 70px;
      line-height: 70px;
      margin: 0;
      padding: 0;
      font-size: 20px;
      color: #2587c3;
      background: transparent; }
    @media screen and (min-width: 48.0625em) {
      .query.people .query-unformatted .query-row {
        width: 48%;
        margin: 20px 1%; } }
    @media screen and (min-width: 64.0625em) {
      .query.people .query-unformatted .query-row {
        width: 23%;
        margin: 20px 1.33%; }
        .query.people .query-unformatted .query-row:nth-child(4n + 1) {
          margin-left: 0; }
        .query.people .query-unformatted .query-row:nth-child(4n) {
          margin-right: 0; } }
  .query.people .query-unformatted img {
    width: 100%;
    height: auto; }
  .query.people .query-unformatted h5 {
    margin-bottom: 10px;
    color: #424242;
    font-weight: bold;
    font-size: 1.25rem; }
  .query.people .query-unformatted .entry-content {
    padding: 15px;
    position: relative;
    padding-bottom: 80px; }
    .query.people .query-unformatted .entry-content p {
      font-size: 0.9375rem;
      color: #424242;
      margin-bottom: 5px; }
      .query.people .query-unformatted .entry-content p.office {
        color: #8e8e8e; }

.main-content.person .article-tile:hover, .query.people .query-row:hover {
  box-shadow: 0 3px 6px rgba(10, 10, 10, 0.15); }
  .main-content.person .article-tile:hover .button, .main-content.person .article-tile:hover .query .query-exposed form input[type="submit"], .query .query-exposed form .main-content.person .article-tile:hover input[type="submit"], .query.people .query-row:hover .button, .query.people .query-row:hover .query-exposed form input[type="submit"], .query.people .query-exposed form .query-row:hover input[type="submit"] {
    background: #df132e;
    color: #fff;
    opacity: 1; }

#landing-page {
  padding-top: 4rem;
  background: #f9f6f2; }

.landing-menu-container {
  margin-top: 20px; }
  @media screen and (min-width: 64.0625em) {
    .landing-menu-container {
      margin-top: 0px; } }
  .landing-menu-container ul.menu {
    padding: 10px 0 20px; }
    @media screen and (min-width: 64.0625em) {
      .landing-menu-container ul.menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .landing-menu-container ul.menu li {
      display: block;
      padding: 0; }
      @media screen and (min-width: 48.0625em) {
        .landing-menu-container ul.menu li {
          display: inline-block;
          padding: 20px; }
          .landing-menu-container ul.menu li:not(:first-child) {
            border-left: 2px solid rgba(142, 142, 142, 0.5); } }
      .landing-menu-container ul.menu li a {
        text-transform: none;
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        color: #2587c3;
        font-size: 1.25rem;
        padding-left: 0;
        padding-right: 20px;
        position: relative; }
        @media screen and (min-width: 48.0625em) {
          .landing-menu-container ul.menu li a {
            padding-left: 1rem; } }
        .landing-menu-container ul.menu li a:before {
          position: absolute;
          right: 0;
          color: #df132e;
          font-size: 0.875rem;
          bottom: 13px;
          font-family: 'icomoon'; }

.landing-container {
  padding: 0; }

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



/* 2016 UPDATES */



/* LOGO */
.site-logo img {
	max-width: 236px;
	max-height: 70px;
}



/* SEARCH RESULTS */
.search-results article.person .author {
	display: none;
}



/* PUBLICATION */

@media (max-width: 991px) {
	.publicationimagebutton a.button {
		margin-left: 1.25rem;
		display: inline-block;
		margin-bottom: 4em;
	}
}

@media (min-width: 992px) {
	.publicationimagebutton {
		float: right;
		padding-left: 100px;
	}
	.publicationimagebutton .column {
		padding-left: 0;
		padding-right: 0;
	}
}



/* PRESS RELEASES */
.single-press-release ol li {
	font-size: inherit;
}

/* PRESS RELEASES */
#text-15 {
	background-color: #fff;
}




/* CUSTOM SUBNAV MENU */
#subnav #menu-subnav-menu, #subnav #menu-campaigns {
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  margin-bottom: 20px; }
  #subnav #menu-subnav-menu.empty, #subnav #menu-campaigns.empty {
    display: none; }
  #subnav #menu-subnav-menu li, #subnav #menu-campaigns li {
    display: block;
    margin: 15px 0;
    font-size: inherit; }
  #subnav #menu-subnav-menu ul, #subnav #menu-campaigns ul {
	  margin-left: 0;
  }

    #subnav #menu-subnav-menu li a, #subnav #menu-campaigns li a {
      font-size: 1rem;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      color: #8e8e8e;
      padding: 0;
      border-bottom: 4px solid #fff;
      display: block; }
      #subnav #menu-subnav-menu li a:hover, #subnav #menu-campaigns li a:hover {
        color: #0a0a0a;
        border-bottom: 4px solid #4193a6; }
    @media screen and (min-width: 48.0625em) {
      #subnav #menu-subnav-menu li, #subnav #menu-campaigns li {
        display: inline-block;
        margin: 25px 1rem 20px; } }
    #subnav #menu-subnav-menu li.current_page_item a, #subnav #menu-campaigns li.current_page_item a {
      color: #0a0a0a;
      border-bottom: 4px solid #4193a6; }



/* CAPTION */
.featuredimagepackage {
	margin-bottom: 1.025rem;
}



/* POPUP */
body .pum-theme-24647 .pum-title {
	font-weight: bold;
	margin-bottom: 50px;
}

body .pum-theme-24647 .pum-container {
	padding: 36px 18px 0px;
}

.pum-theme-24647 .pum-container .pum-content form {
	text-align: center;
}

.pum-theme-24647 .pum-container .pum-content p {
	font-size: 1.7rem;
	line-height: 1;
	margin-bottom: 20px;
}

.pum-theme-24647 .pum-container .pum-content a.button {
	color: #fff;
	text-decoration: none;
	font-size: 1.375rem;
	margin: 20px 0;
	font-weight: 600;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	transition: all 0.25s ease-out;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.85em 1.75em;
	background: #df132e;
}

.pum-container input#cons_email {
	margin: 0 auto 1rem;
}



/* LANDING PAGE - ACTION BLOCKS */

.section-row {
	display: table;
	width: 100%;
}

.section-row.row {
	margin-left: 0;
	margin-right: 0;
}

.page-template-page-actionblocks .section-row.yellow {
	background-color: #F3C029;
}

.page-template-page-actionblocks .section-row.teal {
	background-color: #4293A8;
}

.page-template-page-actionblocks .section-row.blue {
	background-color: #2587C4;
}

.page-template-page-actionblocks .section-row.red {
	background-color: #D2323C;
}

.page-template-page-actionblocks .section-row.darkblue {
	background-color: #023859;
}

.page-template-page-actionblocks .section-row .left-side, .page-template-page-actionblocks .section-row .right-side {
	padding-top: 3em;
	padding-bottom: 3em;
}

.page-template-page-actionblocks .section-row .left-side.yellow, .page-template-page-actionblocks .section-row .right-side.yellow {
	background: #F3C029;
}

.page-template-page-actionblocks .section-row .left-side.teal, .page-template-page-actionblocks .section-row .right-side.teal {
	background: #4293A8;
}

.page-template-page-actionblocks .section-row .left-side.blue, .page-template-page-actionblocks .section-row .right-side.blue {
	background: #2587C4;
}

.page-template-page-actionblocks .section-row .left-side.red, .page-template-page-actionblocks .section-row .right-side.red {
	background: #D2323C;
}

.page-template-page-actionblocks .section-row .left-side.darkblue, .page-template-page-actionblocks .section-row .right-side.darkblue {
	background: #023859;
}

.page-template-page-actionblocks .section-row .left-side h2,
.page-template-page-actionblocks .section-row .left-side h3,
.page-template-page-actionblocks .section-row .left-side h4,
.page-template-page-actionblocks .section-row .left-side h5,
.page-template-page-actionblocks .section-row .left-side h6,
.page-template-page-actionblocks .section-row .left-side p,
.page-template-page-actionblocks .section-row .left-side li,
.page-template-page-actionblocks .section-row .right-side h2,
.page-template-page-actionblocks .section-row .right-side h3,
.page-template-page-actionblocks .section-row .right-side h4,
.page-template-page-actionblocks .section-row .right-side h5,
.page-template-page-actionblocks .section-row .right-side h6,
.page-template-page-actionblocks .section-row .right-side p,
.page-template-page-actionblocks .section-row .right-side li {
	color: #fff;
}

.page-template-page-actionblocks .section-row .left-side.photo, .page-template-page-actionblocks .section-row .right-side.photo {
	background-size: cover;
	min-height: 28em;
	background-position: top center;
	position: relative;
}

.page-template-page-actionblocks .section-row.photo {
	background-repeat: no-repeat;
	background-size: cover;
}

.page-template-page-actionblocks .section-row.photo .whitebox {
      width: 90%;
      min-height: 0;
      background-color: rgba(255, 255, 255, 0.9);
      margin: 2em auto;
      padding: 1.55em;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em;
      -webkit-box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.2), -0.1em -0.1em 0.3em rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.2), -0.1em -0.1em 0.3em rgba(0, 0, 0, 0.2);
      box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.2), -0.1em -0.1em 0.3em rgba(0, 0, 0, 0.2);
}

.page-template-page-actionblocks .section-row.photo .whitebox.empty {
        display: none;
        padding: 0;
}

.page-template-page-actionblocks .section-row.photo *:last-child:after {
      clear: both;
      content: '';
      display: block;
}

.page-template-page-actionblocks .section-row img {
    display: block;
    margin: 0 auto;
}

.page-template-page-actionblocks .secondary-content {
	padding: 0;
	display: none;
}

.page-template-page-actionblocks .left-side .image-source {
	bottom: 0;
	right: auto;
	left: 20px;
}

.page-template-page-actionblocks .right-side .image-source {
	bottom: 0;
}

.actionbutton {
	padding: 15px 60px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	transition: all 0.25s ease-out;
	box-shadow: 0 10px 36px rgba(10, 10, 10, 0.6);
	margin-bottom: 40px;
	display: inline-block;
}

.actionbutton a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.yellow .actionbutton {
	background-color: #D9BD69;
}

.yellow .actionbutton:hover {
	background-color: #C89F34;
}

.teal .actionbutton {
	background-color: #8ABAC6;
}

.teal .actionbutton:hover {
	background-color: #336A79;
}

.blue .actionbutton {
	background-color: #79AFD1;
}

.blue .actionbutton:hover {
	background-color: #1F6088;
}

.red .actionbutton {
	background-color: #333;
}

.page-template-page-actionblocks #landing-page .landing-container .row {
	max-width: 100%;
	max-width: 100%;
}

.page-template-page-actionblocks #landing-page .landing-container .row .columns {
	padding-left: 0;
	padding-right: 0;
}

.page-template-page-actionblocks #landing-page .landing-container .row .columns h3 {
	max-width: 75rem;
	padding-left: 1.75rem;
	padding-right: 1.75rem;
	margin: 0 auto;
}

.page-template-page-actionblocks .section-row .right-side.mobile.photo {
	display: none;
}

.page-template-page-actionblocks #landing-page .landing-menu-container {
	display: none;
}



@media all and (max-width: 768px) {
	.page-template-page-actionblocks .section-row .left-side, .page-template-page-actionblocks .section-row .right-side {
	   float: none;
	   display: block;
   }
}



@media all and (min-width: 992px) {
  .page-template-page-actionblocks .section-row.photo {
    height: 29em;
    background-position: 80% 0; }
    .page-template-page-actionblocks .section-row.photo .row {
      height: auto; }
    .page-template-page-actionblocks .section-row.photo .left-side {
      float: left;
      margin-left: 3em; }
    .page-template-page-actionblocks .section-row.photo .right-side {
      float: right;
      margin-right: 3em; }
    .page-template-page-actionblocks .section-row.photo .left-side.default,
    .page-template-page-actionblocks .section-row.photo .right-side.default {
      width: 38%; }
    .page-template-page-actionblocks .section-row.photo .left-side,
    .page-template-page-actionblocks .section-row.photo .right-side {
      width: 47%;
      height: auto;
      display: block;
      margin-top: 0;
      margin-bottom: 0;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .page-template-page-actionblocks .section-row.photo .left-side.empty,
      .page-template-page-actionblocks .section-row.photo .right-side.empty {
        display: none; }
  .page-template-page-actionblocks .section-row .left-side,
  .page-template-page-actionblocks .section-row .right-side {
    height: 100%;
    display: table-cell;
    float: none;
    padding: 3em;
    vertical-align: middle; }
    .page-template-page-actionblocks .col-md-6 {
	    width: 50%;
    }
}

@media all and (min-width: 768px) {
  .page-template-page-actionblocks.section-row .left-side.photo,
  .page-template-page-actionblocks .section-row .right-side.photo {
    min-height: 28em;
    }
   .page-template-page-actionblocks .section-row {
	   display: block;
   }
}
    
    

@media all and (max-width: 991px) {
  .page-template-page-actionblocks .section-row .left-side,
  .page-template-page-actionblocks .section-row .right-side {
    width: 100% !important; }

  .page-template-page-actionblocks .section-row.photo .whitebox {
    width: 90% !important; }
 
  .page-template-page-actionblocks .section-row .left-side {
    padding: 2em;
    overflow: hidden; }

  .page-template-page-actionblocks .section-row .right-side {
    padding: 2em;
    overflow: hidden; }

  .page-template-page-actionblocks .section-row.photo {
    background-position: 50% 0; }
  
  .page-template-page-actionblocks .section-row .right-side.photo {
	  display: none;
  }  
  .page-template-page-actionblocks .section-row .right-side.mobile.photo {
	display: block;
	}
}



/* SUBHEADING */
.single-post h4.subheading, .single-press-release h4.subheading, .single-conservation-matters h4.subheading {
	font-weight: 600;
	font-size: 1.25rem;
}



/* SOCIAL SHARE BAR */
.nc_socialPanel.swp_one {
	display: block;
}

.post .entry-content .nc_socialPanel a:not(.button)  {
	color: #fff !important;
}

body.tag article.article-list .nc_socialPanel {
	display: none;
}

body.archive article.article-list .nc_socialPanel {
	display: none;
}



/* STATE WIDGET */
body #state-widget .state-content.state-campaigns {
	padding-top: 0;
}

body #state-widget .state-campaigns {
	margin-top: 10px;
}



/* MORE NEWS LINK ON STRATEGIES AND FOCUS AREA PAGES */
.single-strategies .focusarealink {
	display: none;
}

.single-focus-area .strategieslink {
	display: none;
}

body.archive article.campaigns {
	display: none;
}

body.archive.tax-campaign article.campaigns  {
	display: inherit;
}

body.archive.tax-campaign article.type-campaigns {
	display: none;
}

.archive.term-focus-areas .swp_social_panel, .archive.tax-state .swp_social_panel {
	display: none;
}

.single-states .focusarealink {
	display: none;
}

.single-states .strategieslink {
	display: none;
}

.single-strategies .stateslink, .single-focus-area .stateslink {
	display: none;
}



/* SENIOR FELLOWS */
.single-senior-fellow .nc_wrapper {
	display: none !important;
}

.single-senior-fellow .swp_social_panel {
	display: none !important;
}



/* WAYS TO GIVE */
@media screen and (min-width: 48.0625em) {
.page-id-26682 ul.sidebar-nav li.page-item-38821, .page-id-26682 #subnav .menu.sidebar-nav li.page-item-3882 {
	display: none !important;
}
}

.page-id-26682 ul.sidebar-nav li.page-item-38821, .page-id-26682 #subnav .menu.sidebar-nav li.page-item-3882 {
	display: none !important;
}



/* THE LATEST BY CHRONOLOGICAL ORDER */

body .thelatest .related-container .related-post .related-post-content {
	min-height: 150px;
}

body .thelatest .related-container .related-post .related-post-content img {
	height: 200px;
}

body .thelatest .related-container .related-post .related-post-header {
	min-height: 50px;
}

body .thelatest .related-container .related-post {
	padding-bottom: 0;
}



/* FOOTER */

#footer-container a.rss:hover {
	opacity: 0.8;
}

#footer-container .social.rss {
	background-image: url('../images/rss_icon.png');
}