@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Raleway');
@import url('//fonts.googleapis.com/css?family=Rosario');
html {
  box-sizing: border-box; }

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

/*
 * This file is for common elements that will be used on all sites. It should be
 * added to only sparingly, because any change to this file will affect all
 * websites, live or not.
 *
 */
html {
  box-sizing: border-box; }

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

/*
 * The One Great and Holy List of Breakpoints That Thou Shalt Use. Update as
 * necessary, and implement all sizes!
 *
 * By and large we are targetting iOS, but using fuzzy constraints so that we
 * catch similar-sized devices from other OEMs.
 *
 */
/*!
 *  Font Awesome 4.6.3 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('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.eot?v=4.6.3');
  src: url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.eot#iefix&v=4.6.3') format("embedded-opentype"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.woff2?v=4.6.3') format("woff2"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.woff?v=4.6.3') format("woff"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.ttf?v=4.6.3') format("truetype"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.svg?v=4.6.3#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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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 {
  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, .search-btn: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, main a[download]:visited:before,
main a[download]:active:before,
main a[download]:link: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, .record-list.list-display__carousel .slick-arrow.slick-prev:before {
  content: ""; }

.fa-chevron-right:before, .record-list.list-display__carousel .slick-arrow.slick-next: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, footer #social-media-links .social-media-link.twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before,
footer #social-media-links .social-media-link.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, footer #social-media-links .social-media-link.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, main a[download][type^="text/"]:visited:before,
main a[download][type^="text/"]:active:before,
main a[download][type^="text/"]:link: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, footer #social-media-links .social-media-link.youtube:before {
  content: ""; }

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

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

.fa-instagram:before, footer #social-media-links .social-media-link.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-pp: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, main a[download][type*="pdf"]:visited:before,
main a[download][type*="pdf"]:active:before,
main a[download][type*="pdf"]:link:before {
  content: ""; }

.fa-file-word-o:before, main a[download][type*="msword"]:visited:before,
main a[download][type*="msword"]:active:before,
main a[download][type*="msword"]:link:before {
  content: ""; }

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

.fa-file-powerpoint-o:before, main a[download][type*="powerpoint"]:visited:before,
main a[download][type*="powerpoint"]:active:before,
main a[download][type*="powerpoint"]:link:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
main a[download][type^="image/"]:visited:before,
main a[download][type^="image/"]:active:before,
main a[download][type^="image/"]:link:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before,
main a[download][type*="zip"]:visited:before,
main a[download][type*="tar"]:visited:before,
main a[download][type*="compressed"]:visited:before,
main a[download][type*="zip"]:active:before,
main a[download][type*="tar"]:active:before,
main a[download][type*="compressed"]:active:before,
main a[download][type*="zip"]:link:before,
main a[download][type*="tar"]:link:before,
main a[download][type*="compressed"]:link:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before,
main a[download][type^="audio/"]:visited:before,
main a[download][type^="audio/"]:active:before,
main a[download][type^="audio/"]:link:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before,
main a[download][type^="video/"]:visited:before,
main a[download][type^="video/"]:active:before,
main a[download][type^="video/"]:link:before {
  content: ""; }

.fa-file-code-o:before, main a[download][type="text/html"]:visited:before, main a[download][type="text/css"]:visited:before, main a[download][type*="javascript"]:visited:before,
main a[download][type="text/html"]:active:before,
main a[download][type="text/css"]:active:before,
main a[download][type*="javascript"]:active:before,
main a[download][type="text/html"]:link:before,
main a[download][type="text/css"]:link:before,
main a[download][type*="javascript"]:link: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-resistance: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, footer #social-media-links .social-media-link.vimeo:before {
  content: ""; }

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

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

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * This file is for common elements that will be used on all sites. It should be
 * added to only sparingly, because any change to this file will affect all
 * websites, live or not.
 *
 */
html {
  box-sizing: border-box; }

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

/*
 * The One Great and Holy List of Breakpoints That Thou Shalt Use. Update as
 * necessary, and implement all sizes!
 *
 * By and large we are targetting iOS, but using fuzzy constraints so that we
 * catch similar-sized devices from other OEMs.
 *
 */
/*!
 *  Font Awesome 4.6.3 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('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.eot?v=4.6.3');
  src: url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.eot#iefix&v=4.6.3') format("embedded-opentype"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.woff2?v=4.6.3') format("woff2"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.woff?v=4.6.3') format("woff"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.ttf?v=4.6.3') format("truetype"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.svg?v=4.6.3#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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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 {
  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, .search-btn: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, main a[download]:visited:before,
main a[download]:active:before,
main a[download]:link: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, .record-list.list-display__carousel .slick-arrow.slick-prev:before {
  content: ""; }

.fa-chevron-right:before, .record-list.list-display__carousel .slick-arrow.slick-next: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, footer #social-media-links .social-media-link.twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before,
footer #social-media-links .social-media-link.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, footer #social-media-links .social-media-link.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, main a[download][type^="text/"]:visited:before,
main a[download][type^="text/"]:active:before,
main a[download][type^="text/"]:link: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, footer #social-media-links .social-media-link.youtube:before {
  content: ""; }

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

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

.fa-instagram:before, footer #social-media-links .social-media-link.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-pp: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, main a[download][type*="pdf"]:visited:before,
main a[download][type*="pdf"]:active:before,
main a[download][type*="pdf"]:link:before {
  content: ""; }

.fa-file-word-o:before, main a[download][type*="msword"]:visited:before,
main a[download][type*="msword"]:active:before,
main a[download][type*="msword"]:link:before {
  content: ""; }

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

.fa-file-powerpoint-o:before, main a[download][type*="powerpoint"]:visited:before,
main a[download][type*="powerpoint"]:active:before,
main a[download][type*="powerpoint"]:link:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
main a[download][type^="image/"]:visited:before,
main a[download][type^="image/"]:active:before,
main a[download][type^="image/"]:link:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before,
main a[download][type*="zip"]:visited:before,
main a[download][type*="tar"]:visited:before,
main a[download][type*="compressed"]:visited:before,
main a[download][type*="zip"]:active:before,
main a[download][type*="tar"]:active:before,
main a[download][type*="compressed"]:active:before,
main a[download][type*="zip"]:link:before,
main a[download][type*="tar"]:link:before,
main a[download][type*="compressed"]:link:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before,
main a[download][type^="audio/"]:visited:before,
main a[download][type^="audio/"]:active:before,
main a[download][type^="audio/"]:link:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before,
main a[download][type^="video/"]:visited:before,
main a[download][type^="video/"]:active:before,
main a[download][type^="video/"]:link:before {
  content: ""; }

.fa-file-code-o:before, main a[download][type="text/html"]:visited:before, main a[download][type="text/css"]:visited:before, main a[download][type*="javascript"]:visited:before,
main a[download][type="text/html"]:active:before,
main a[download][type="text/css"]:active:before,
main a[download][type*="javascript"]:active:before,
main a[download][type="text/html"]:link:before,
main a[download][type="text/css"]:link:before,
main a[download][type*="javascript"]:link: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-resistance: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, footer #social-media-links .social-media-link.vimeo:before {
  content: ""; }

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

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

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * This file is for common elements that will be used on all sites. It should be
 * added to only sparingly, because any change to this file will affect all
 * websites, live or not.
 *
 */
html {
  box-sizing: border-box; }

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

/*
 * The One Great and Holy List of Breakpoints That Thou Shalt Use. Update as
 * necessary, and implement all sizes!
 *
 * By and large we are targetting iOS, but using fuzzy constraints so that we
 * catch similar-sized devices from other OEMs.
 *
 */
/*!
 *  Font Awesome 4.6.3 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('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.eot?v=4.6.3');
  src: url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.eot#iefix&v=4.6.3') format("embedded-opentype"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.woff2?v=4.6.3') format("woff2"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.woff?v=4.6.3') format("woff"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.ttf?v=4.6.3') format("truetype"), url('/static/_shared/vendor/font-awesome/fonts//fontawesome-webfont.svg?v=4.6.3#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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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 {
  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, .search-btn: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, main a[download]:visited:before,
main a[download]:active:before,
main a[download]:link: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, .record-list.list-display__carousel .slick-arrow.slick-prev:before {
  content: ""; }

.fa-chevron-right:before, .record-list.list-display__carousel .slick-arrow.slick-next: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, footer #social-media-links .social-media-link.twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before,
footer #social-media-links .social-media-link.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, footer #social-media-links .social-media-link.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, main a[download][type^="text/"]:visited:before,
main a[download][type^="text/"]:active:before,
main a[download][type^="text/"]:link: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, footer #social-media-links .social-media-link.youtube:before {
  content: ""; }

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

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

.fa-instagram:before, footer #social-media-links .social-media-link.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-pp: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, main a[download][type*="pdf"]:visited:before,
main a[download][type*="pdf"]:active:before,
main a[download][type*="pdf"]:link:before {
  content: ""; }

.fa-file-word-o:before, main a[download][type*="msword"]:visited:before,
main a[download][type*="msword"]:active:before,
main a[download][type*="msword"]:link:before {
  content: ""; }

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

.fa-file-powerpoint-o:before, main a[download][type*="powerpoint"]:visited:before,
main a[download][type*="powerpoint"]:active:before,
main a[download][type*="powerpoint"]:link:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before,
main a[download][type^="image/"]:visited:before,
main a[download][type^="image/"]:active:before,
main a[download][type^="image/"]:link:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before,
main a[download][type*="zip"]:visited:before,
main a[download][type*="tar"]:visited:before,
main a[download][type*="compressed"]:visited:before,
main a[download][type*="zip"]:active:before,
main a[download][type*="tar"]:active:before,
main a[download][type*="compressed"]:active:before,
main a[download][type*="zip"]:link:before,
main a[download][type*="tar"]:link:before,
main a[download][type*="compressed"]:link:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before,
main a[download][type^="audio/"]:visited:before,
main a[download][type^="audio/"]:active:before,
main a[download][type^="audio/"]:link:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before,
main a[download][type^="video/"]:visited:before,
main a[download][type^="video/"]:active:before,
main a[download][type^="video/"]:link:before {
  content: ""; }

.fa-file-code-o:before, main a[download][type="text/html"]:visited:before, main a[download][type="text/css"]:visited:before, main a[download][type*="javascript"]:visited:before,
main a[download][type="text/html"]:active:before,
main a[download][type="text/css"]:active:before,
main a[download][type*="javascript"]:active:before,
main a[download][type="text/html"]:link:before,
main a[download][type="text/css"]:link:before,
main a[download][type*="javascript"]:link: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-resistance: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, footer #social-media-links .social-media-link.vimeo:before {
  content: ""; }

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

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

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * Modal box used for work inquiries.
 *
 */
/* Modal box for work enquiry on websites */
.modal-fade-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 0;
  opacity: 0;
  text-align: left;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  z-index: 9000;
  /* Goes on top of even photoswipe */ }
  .modal-fade-screen .modal-inner {
    border-radius: 0;
    margin: auto;
    overflow: auto;
    padding: 1.5em;
    transition: opacity 0.25s ease-in-out;
    position: relative; }
    @media screen and (max-width: 499px) {
      .modal-fade-screen .modal-inner {
        margin: 0;
        height: 100%;
        width: 100%; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .modal-fade-screen .modal-inner {
        margin: 0;
        height: 100%;
        width: 100%; } }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .modal-fade-screen .modal-inner {
        margin-top: 2em;
        max-height: 70%;
        max-width: 80%; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      .modal-fade-screen .modal-inner {
        margin-top: 2em;
        max-height: 70%;
        max-width: 600px; } }
    @media screen and (min-width: 1051px) {
      .modal-fade-screen .modal-inner {
        margin-top: 150px;
        max-width: 600px; } }

.modal-inner {
  background-color: #FFF; }

body.dark .modal-inner {
  background-color: #333; }
  body.dark .modal-inner button {
    background-color: #555; }

.modal-close {
  height: 2.1em;
  width: 2.1em;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  outline: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: block; }
  .modal-close::before {
    content: "\f00d";
    text-indent: 0;
    display: block;
    font-family: "FontAwesome";
    font-size: 2em;
    width: 100%;
    height: 100%; }

#enquiry-form {
  display: block; }
  #enquiry-form .enquiry-row {
    width: 100%;
    margin-bottom: 1.5em; }
    #enquiry-form .enquiry-row::after {
      content: ".";
      visibility: hidden;
      display: block;
      pointer-events: none;
      height: 0;
      clear: both; }
    #enquiry-form .enquiry-row label {
      float: left;
      width: 30%; }
    #enquiry-form .enquiry-row input {
      float: right;
      width: 60%; }
    @media screen and (max-width: 499px) {
      #enquiry-form .enquiry-row label {
        margin-bottom: 1em;
        width: 100%;
        display: block; }
      #enquiry-form .enquiry-row input {
        width: 100%;
        display: block; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      #enquiry-form .enquiry-row label {
        margin-bottom: 1em;
        width: 100%;
        display: block; }
      #enquiry-form .enquiry-row input {
        width: 100%;
        display: block; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      #enquiry-form .enquiry-row label {
        float: none; }
      #enquiry-form .enquiry-row input {
        float: none; } }
  #enquiry-form .enquiry-row-full label {
    margin-bottom: 1em;
    width: 100%;
    display: block; }
  #enquiry-form .enquiry-row-full textarea {
    width: 100%;
    height: 150px;
    display: block; }
  #enquiry-form .enquiry-buttons::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  #enquiry-form .enquiry-buttons button {
    float: right;
    margin: 10px 0 0 10px; }
  #enquiry-form .error {
    color: red; }

body.enquiry-modal-visible .enquiry-modal .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
body.enquiry-modal-visible .enquiry-modal .modal-fade-screen .modal-inner {
  top: 0.5em; }
@media screen and (max-width: 499px) {
  body.enquiry-modal-visible .enquiry-modal {
    overflow: hidden; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  body.enquiry-modal-visible .enquiry-modal {
    overflow: hidden; } }

body.alert-modal-visible .alert-modal .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
body.alert-modal-visible .alert-modal .modal-fade-screen .modal-inner {
  top: 0.5em; }
@media screen and (max-width: 499px) {
  body.alert-modal-visible .alert-modal {
    overflow: hidden; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  body.alert-modal-visible .alert-modal {
    overflow: hidden; } }

/*
 * Useful mixings for grid formatting
 *
 */
/*
 * Record list displays.
 *
 * The general order in which you should think about how styles are applied is:
 *
 *      caption style blocks > image style blocks
 *
 * Or for big images:
 *
 *      caption style blocks > nested caption blocks for large images > image style blocks > nested image blocks for large images
 *
 * This requires some care, and some repetition of overrides in the large image
 * blocks. This can probably be cleaned up a lot more, mainly by seperating *all*
 * large images styles into their own section, after all of the normal styles.
 * But it's a pain to test, and don't fit what ain't broke, ya know?
 *
 */
.record-list {
  margin-bottom: 30px;
  /*
   * Caption behaviours
   *
   */
  /*
   * Image behaviours. 
   *
   * These classes also contain some CSS that does fine
   * adjustments when they are used with certain caption combinations, above,
   * as well as handling the image layout in conjunction with the "double image
   * size" option.
   *
   */
  /*
   * The styles below don't re-use many of the behaviours above, as they are
   * significantly different.
   *
   */
  /*
   * Show thumbnail image on the right on mouseover
   *
   */
  /*
   * Carousel view with thumbnails. The list view becomes the list of 
   * thumbnails, and we do the rest with javascript.
   *
   */ }
  .record-list .record-item {
    display: block; }
  .record-list.list-caption-display__text-right .record-item {
    margin-bottom: 15px; }
    .record-list.list-caption-display__text-right .record-item .img-sizing-container {
      width: 50%; }
  .record-list.list-caption-display__text-right .list-caption {
    width: 50%;
    margin-top: 15px; }
  @media screen and (min-width: 1051px) {
    .record-list.list-caption-display__text-right .record-item {
      white-space: nowrap; } }
  @media screen and (min-width: 1051px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1051px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 1051px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1051px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
  @media screen and (min-width: 1051px) {
    .record-list.list-caption-display__text-right .img-sizing-container,
    .record-list.list-caption-display__text-right .list-caption {
      display: inline-block;
      float: left; }
    .record-list.list-caption-display__text-right .list-caption {
      white-space: normal;
      margin-top: 0;
      padding-top: 0;
      padding-left: 15px; }
      .record-list.list-caption-display__text-right .list-caption::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right .record-item {
      white-space: nowrap; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right .img-sizing-container,
    .record-list.list-caption-display__text-right .list-caption {
      display: inline-block;
      float: left; }
    .record-list.list-caption-display__text-right .list-caption {
      white-space: normal;
      margin-top: 0;
      padding-top: 0;
      padding-left: 15px; }
      .record-list.list-caption-display__text-right .list-caption::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right .record-item {
      white-space: nowrap; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right .img-sizing-container,
    .record-list.list-caption-display__text-right .list-caption {
      display: inline-block;
      float: left; }
    .record-list.list-caption-display__text-right .list-caption {
      white-space: normal;
      margin-top: 0;
      padding-top: 0;
      padding-left: 15px; }
      .record-list.list-caption-display__text-right .list-caption::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right .record-item {
      white-space: nowrap; } }
  @media screen and (min-width: 500px) and (max-width: 749px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right .record-item:nth-child(2n+1) {
        clear: left; } }
@media screen and (min-width: 500px) and (max-width: 749px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; } }
@media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right.list-image-size__double .record-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right.list-image-size__double .record-item:nth-child(1n+1) {
      clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right .img-sizing-container,
    .record-list.list-caption-display__text-right .list-caption {
      display: inline-block;
      float: left; }
    .record-list.list-caption-display__text-right .list-caption {
      white-space: normal;
      margin-top: 0;
      padding-top: 0;
      padding-left: 15px; }
      .record-list.list-caption-display__text-right .list-caption::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; } }
  @media screen and (max-width: 499px) {
    .record-list.list-caption-display__text-right .record-item .img-sizing-container {
      width: auto; } }
  .record-list.list-caption-display__text-right-full .record-item {
    width: 100%;
    margin-bottom: 15px; }
    .record-list.list-caption-display__text-right-full .record-item .list-caption {
      margin-top: 15px; }
  @media screen and (min-width: 1051px) {
    .record-list.list-caption-display__text-right-full .record-item {
      clear: both;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .record-list.list-caption-display__text-right-full .record-item::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 1051px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1051px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(3n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        margin-top: 0;
        margin-left: 15px; } }
    @media screen and (min-width: 1051px) and (max-width: 499px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1051px) and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n+1) {
          clear: left; } }
    @media screen and (min-width: 1051px) and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n+1) {
          clear: left; } }
    @media screen and (min-width: 1051px) and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 1051px) and (min-width: 1051px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n+1) {
          clear: left; } }
@media screen and (min-width: 1051px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1051px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1051px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 1051px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n+1) {
      clear: left; } }

  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right-full .record-item {
      clear: both;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .record-list.list-caption-display__text-right-full .record-item::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(3n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        margin-top: 0;
        margin-left: 15px; } }
    @media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n+1) {
          clear: left; } }
    @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n+1) {
          clear: left; } }
    @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n+1) {
          clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n+1) {
      clear: left; } }

  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right-full .record-item {
      clear: both;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .record-list.list-caption-display__text-right-full .record-item::after {
        clear: both;
        content: "";
        display: table; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (max-width: 499px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(3n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
    .record-list.list-caption-display__text-right-full .record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-right-full .record-item .img-sizing-container:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        margin-top: 0;
        margin-left: 15px; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) and (max-width: 499px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n+1) {
          clear: left; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(1n+1) {
          clear: left; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
      .record-list.list-caption-display__text-right-full .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 61.61588%; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-right-full .record-item .list-caption:nth-child(2n+1) {
          clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .img-sizing-container:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (max-width: 499px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 500px) and (max-width: 749px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(1n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(1n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 750px) and (max-width: 900px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(2n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(2n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 901px) and (max-width: 1050px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
  .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 36.02647%; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:last-child {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n) {
      margin-right: 0; }
    .record-list.list-caption-display__text-right-full.list-image-size__double .record-item .list-caption:nth-child(3n+1) {
      clear: left; } }

  .record-list.list-caption-display__text-below .record-item {
    margin-bottom: 15px; }
    @media screen and (max-width: 499px) {
      .record-list.list-caption-display__text-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__text-below .record-item:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-caption-display__text-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .record-list.list-caption-display__text-below .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-caption-display__text-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .record-list.list-caption-display__text-below .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(3n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-caption-display__text-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-caption-display__text-below .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 1051px) {
      .record-list.list-caption-display__text-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-caption-display__text-below .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-caption-display__text-below .record-item:nth-child(4n+1) {
          clear: left; } }
  @media screen and (max-width: 499px) {
    .record-list.list-caption-display__text-below.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__text-below.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(1n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__text-below.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__text-below.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) {
    .record-list.list-caption-display__text-below.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__text-below.list-image-size__double .record-item:nth-child(2n+1) {
        clear: left; } }
  .record-list.list-caption-display__text-below .list-caption {
    margin-top: 15px; }
  .record-list.list-caption-display__mouseover-info .record-item {
    position: relative;
    margin-bottom: 2.35765%; }
    @media screen and (max-width: 499px) {
      .record-list.list-caption-display__mouseover-info .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-caption-display__mouseover-info .record-item:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-caption-display__mouseover-info .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .record-list.list-caption-display__mouseover-info .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-caption-display__mouseover-info .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .record-list.list-caption-display__mouseover-info .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(3n) {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-caption-display__mouseover-info .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-caption-display__mouseover-info .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 1051px) {
      .record-list.list-caption-display__mouseover-info .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-caption-display__mouseover-info .record-item:last-child {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-caption-display__mouseover-info .record-item:nth-child(4n+1) {
          clear: left; } }
    .record-list.list-caption-display__mouseover-info .record-item .list-caption {
      display: none; }
    .record-list.list-caption-display__mouseover-info .record-item:hover .list-caption {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: rgba(18, 18, 18, 0.5);
      color: #FFF;
      padding: 15px; }
  @media screen and (max-width: 499px) {
    .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(1n) {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(1n+1) {
        clear: left; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 1051px) {
    .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:last-child {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(2n) {
        margin-right: 0; }
      .record-list.list-caption-display__mouseover-info.list-image-size__double .record-item:nth-child(2n+1) {
        clear: left; } }
  .record-list.list-caption-display__mouseover-info .list-caption {
    padding-top: 10px; }
  .record-list.list-display__info-only {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .record-list.list-display__info-only::after {
      clear: both;
      content: "";
      display: table; }
    .record-list.list-display__info-only .img-sizing-container {
      display: none; }
    .record-list.list-display__info-only .record-item {
      margin-bottom: 30px; }
      @media screen and (max-width: 499px) {
        .record-list.list-display__info-only .record-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .record-list.list-display__info-only .record-item:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
        .record-list.list-display__info-only .record-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 48.82117%; }
          .record-list.list-display__info-only .record-item:last-child {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(2n) {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
        .record-list.list-display__info-only .record-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .record-list.list-display__info-only .record-item:last-child {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(3n) {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(3n+1) {
            clear: left; } }
      @media screen and (min-width: 901px) and (max-width: 1050px) {
        .record-list.list-display__info-only .record-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .record-list.list-display__info-only .record-item:last-child {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(4n) {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(4n+1) {
            clear: left; } }
      @media screen and (min-width: 1051px) {
        .record-list.list-display__info-only .record-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 23.23176%; }
          .record-list.list-display__info-only .record-item:last-child {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(4n) {
            margin-right: 0; }
          .record-list.list-display__info-only .record-item:nth-child(4n+1) {
            clear: left; } }
      .record-list.list-display__info-only .record-item .list-caption {
        display: initial; }
  .record-list.list-display__image-cropped-squares, .record-list.list-display__image-centered-images {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .record-list.list-display__image-cropped-squares::after, .record-list.list-display__image-centered-images::after {
      clear: both;
      content: "";
      display: table; }
    .record-list.list-display__image-cropped-squares.list-caption-display__text-right .img-sizing-container img, .record-list.list-display__image-cropped-squares.list-caption-display__text-right-full .img-sizing-container img, .record-list.list-display__image-centered-images.list-caption-display__text-right .img-sizing-container img, .record-list.list-display__image-centered-images.list-caption-display__text-right-full .img-sizing-container img {
      bottom: auto; }
    .record-list.list-display__image-cropped-squares.list-caption-display__text-below .img-sizing-container img, .record-list.list-display__image-centered-images.list-caption-display__text-below .img-sizing-container img {
      right: auto; }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-display__image-cropped-squares.list-caption-display__text-below.list-image-size__double .img-sizing-container, .record-list.list-display__image-centered-images.list-caption-display__text-below.list-image-size__double .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-cropped-squares.list-caption-display__text-below.list-image-size__double .img-wrapper, .record-list.list-display__image-centered-images.list-caption-display__text-below.list-image-size__double .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-cropped-squares.list-caption-display__text-below.list-image-size__double .img-wrapper img, .record-list.list-display__image-centered-images.list-caption-display__text-below.list-image-size__double .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-display__image-cropped-squares.list-caption-display__text-below.list-image-size__double .img-sizing-container, .record-list.list-display__image-centered-images.list-caption-display__text-below.list-image-size__double .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-cropped-squares.list-caption-display__text-below.list-image-size__double .img-wrapper, .record-list.list-display__image-centered-images.list-caption-display__text-below.list-image-size__double .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-cropped-squares.list-caption-display__text-below.list-image-size__double .img-wrapper img, .record-list.list-display__image-centered-images.list-caption-display__text-below.list-image-size__double .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; } }
  .record-list.list-display__image-same-height-images.list-caption-display__text-below .list-caption {
    margin-bottom: 15px; }
  @media screen and (min-width: 1051px) {
    .record-list.list-display__image-same-height-images {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      flex-flow: row wrap;
      /*
       * Some fixes for certain combinations below
       */ }
      .record-list.list-display__image-same-height-images .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-same-height-images .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-same-height-images .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
      .record-list.list-display__image-same-height-images::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__image-same-height-images .record-item {
        width: auto;
        margin-bottom: 15px;
        margin-right: 15px !important; }
        .record-list.list-display__image-same-height-images .record-item .img-sizing-container {
          height: 220px;
          width: auto; }
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper img {
            height: 220px !important; }
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 220px;
            min-height: 220px; }
        .record-list.list-display__image-same-height-images .record-item .list-caption {
          width: auto;
          max-width: 220px;
          overflow: hidden;
          float: none; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-below .list-caption {
        max-width: 293px; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-below .portrait + .list-caption {
        max-width: 165px; }
      .record-list.list-display__image-same-height-images.list-image-size__double .record-item {
        width: auto; }
        .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container {
          height: 440px;
          width: auto; }
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img {
            height: 440px !important; }
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 440px;
            min-height: 440px; }
        .record-list.list-display__image-same-height-images.list-image-size__double .record-item .list-caption {
          width: auto;
          max-width: 220px;
          overflow: hidden;
          float: none; }
      .record-list.list-display__image-same-height-images.list-image-size__double.list-caption-display__text-below .list-caption {
        max-width: 586px; }
      .record-list.list-display__image-same-height-images.list-image-size__double.list-caption-display__text-below .portrait + .list-caption {
        max-width: 330px; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-right-full .record-item {
        width: 100%; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-display__image-same-height-images {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      flex-flow: row wrap;
      /*
       * Some fixes for certain combinations below
       */ }
      .record-list.list-display__image-same-height-images .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-same-height-images .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-same-height-images .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
      .record-list.list-display__image-same-height-images::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__image-same-height-images .record-item {
        width: auto;
        margin-bottom: 15px;
        margin-right: 15px !important; }
        .record-list.list-display__image-same-height-images .record-item .img-sizing-container {
          height: 220px;
          width: auto; }
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper img {
            height: 220px !important; }
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 220px;
            min-height: 220px; }
        .record-list.list-display__image-same-height-images .record-item .list-caption {
          width: auto;
          max-width: 220px;
          overflow: hidden;
          float: none; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-below .list-caption {
        max-width: 293px; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-below .portrait + .list-caption {
        max-width: 165px; }
      .record-list.list-display__image-same-height-images.list-image-size__double .record-item {
        width: auto; }
        .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container {
          height: 440px;
          width: auto; }
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img {
            height: 440px !important; }
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 440px;
            min-height: 440px; }
        .record-list.list-display__image-same-height-images.list-image-size__double .record-item .list-caption {
          width: auto;
          max-width: 220px;
          overflow: hidden;
          float: none; }
      .record-list.list-display__image-same-height-images.list-image-size__double.list-caption-display__text-below .list-caption {
        max-width: 586px; }
      .record-list.list-display__image-same-height-images.list-image-size__double.list-caption-display__text-below .portrait + .list-caption {
        max-width: 330px; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-right-full .record-item {
        width: 100%; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-display__image-same-height-images {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row wrap;
      -moz-flex-flow: row wrap;
      flex-flow: row wrap;
      /*
       * Some fixes for certain combinations below
       */ }
      .record-list.list-display__image-same-height-images .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-same-height-images .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-same-height-images .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
      .record-list.list-display__image-same-height-images::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__image-same-height-images .record-item {
        width: auto;
        margin-bottom: 15px;
        margin-right: 15px !important; }
        .record-list.list-display__image-same-height-images .record-item .img-sizing-container {
          height: 220px;
          width: auto; }
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper img {
            height: 220px !important; }
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-height-images .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 220px;
            min-height: 220px; }
        .record-list.list-display__image-same-height-images .record-item .list-caption {
          width: auto;
          max-width: 220px;
          overflow: hidden;
          float: none; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-below .list-caption {
        max-width: 293px; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-below .portrait + .list-caption {
        max-width: 165px; }
      .record-list.list-display__image-same-height-images.list-image-size__double .record-item {
        width: auto; }
        .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container {
          height: 440px;
          width: auto; }
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img {
            height: 440px !important; }
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-height-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 440px;
            min-height: 440px; }
        .record-list.list-display__image-same-height-images.list-image-size__double .record-item .list-caption {
          width: auto;
          max-width: 220px;
          overflow: hidden;
          float: none; }
      .record-list.list-display__image-same-height-images.list-image-size__double.list-caption-display__text-below .list-caption {
        max-width: 586px; }
      .record-list.list-display__image-same-height-images.list-image-size__double.list-caption-display__text-below .portrait + .list-caption {
        max-width: 330px; }
      .record-list.list-display__image-same-height-images.list-caption-display__text-right-full .record-item {
        width: 100%; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-display__image-same-height-images .img-wrapper img {
      bottom: auto; } }
  .record-list.list-display__image-same-height-images.list-caption-display__mouseover-info .record-item .list-caption {
    max-width: 100%; }
  @media screen and (min-width: 1051px) {
    .record-list.list-display__image-same-width-images {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      -webkit-columns: 4;
      -moz-columns: 4;
      columns: 4;
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px; }
      .record-list.list-display__image-same-width-images .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-same-width-images .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-same-width-images .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
      .record-list.list-display__image-same-width-images::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__image-same-width-images .record-item {
        width: auto;
        float: none;
        break: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        margin-right: 0 !important; }
        .record-list.list-display__image-same-width-images .record-item .img-sizing-container .img-wrapper:empty,
        .record-list.list-display__image-same-width-images .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
          min-width: 220px;
          min-height: 220px; }
        .record-list.list-display__image-same-width-images .record-item .list-caption {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
      .record-list.list-display__image-same-width-images.list-caption-display__text-right {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .record-item {
          width: 440px;
          -webkit-column-break-inside: auto;
          page-break-inside: auto;
          break-inside: auto; }
          .record-list.list-display__image-same-width-images.list-caption-display__text-right .record-item::after {
            content: ".";
            visibility: hidden;
            display: block;
            pointer-events: none;
            height: 0;
            clear: both; }
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .img-sizing-container,
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .list-caption {
          width: 50%; }
      .record-list.list-display__image-same-width-images.list-caption-display__mouseover-info .record-item {
        display: block; }
      .record-list.list-display__image-same-width-images.list-image-size__double {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .record-list.list-display__image-same-width-images.list-image-size__double .record-item {
          width: auto;
          float: none;
          break: none; }
          .record-list.list-display__image-same-width-images.list-image-size__double .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-width-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 440px;
            min-height: 440px; }
        .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right {
          -webkit-columns: 1 880px;
          -moz-columns: 1 880px;
          columns: 1 880px; }
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .record-item {
            width: 880px; }
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .img-sizing-container,
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .list-caption {
            width: 50%; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-display__image-same-width-images {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      -webkit-columns: 4;
      -moz-columns: 4;
      columns: 4;
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px; }
      .record-list.list-display__image-same-width-images .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-same-width-images .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-same-width-images .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
      .record-list.list-display__image-same-width-images::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__image-same-width-images .record-item {
        width: auto;
        float: none;
        break: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        margin-right: 0 !important; }
        .record-list.list-display__image-same-width-images .record-item .img-sizing-container .img-wrapper:empty,
        .record-list.list-display__image-same-width-images .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
          min-width: 220px;
          min-height: 220px; }
        .record-list.list-display__image-same-width-images .record-item .list-caption {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
      .record-list.list-display__image-same-width-images.list-caption-display__text-right {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .record-item {
          width: 440px;
          -webkit-column-break-inside: auto;
          page-break-inside: auto;
          break-inside: auto; }
          .record-list.list-display__image-same-width-images.list-caption-display__text-right .record-item::after {
            content: ".";
            visibility: hidden;
            display: block;
            pointer-events: none;
            height: 0;
            clear: both; }
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .img-sizing-container,
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .list-caption {
          width: 50%; }
      .record-list.list-display__image-same-width-images.list-caption-display__mouseover-info .record-item {
        display: block; }
      .record-list.list-display__image-same-width-images.list-image-size__double {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .record-list.list-display__image-same-width-images.list-image-size__double .record-item {
          width: auto;
          float: none;
          break: none; }
          .record-list.list-display__image-same-width-images.list-image-size__double .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-width-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 440px;
            min-height: 440px; }
        .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right {
          -webkit-columns: 1 880px;
          -moz-columns: 1 880px;
          columns: 1 880px; }
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .record-item {
            width: 880px; }
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .img-sizing-container,
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .list-caption {
            width: 50%; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-display__image-same-width-images {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      -webkit-columns: 4;
      -moz-columns: 4;
      columns: 4;
      -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
      column-gap: 15px; }
      .record-list.list-display__image-same-width-images .img-sizing-container {
        width: auto; }
      .record-list.list-display__image-same-width-images .img-wrapper {
        padding: 0;
        height: auto;
        width: auto;
        position: static; }
        .record-list.list-display__image-same-width-images .img-wrapper img {
          margin: 0;
          width: auto;
          height: auto;
          position: static;
          top: auto;
          left: auto;
          bottom: auto;
          right: auto; }
      .record-list.list-display__image-same-width-images::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__image-same-width-images .record-item {
        width: auto;
        float: none;
        break: none;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        margin-right: 0 !important; }
        .record-list.list-display__image-same-width-images .record-item .img-sizing-container .img-wrapper:empty,
        .record-list.list-display__image-same-width-images .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
          min-width: 220px;
          min-height: 220px; }
        .record-list.list-display__image-same-width-images .record-item .list-caption {
          -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
          break-inside: avoid; }
      .record-list.list-display__image-same-width-images.list-caption-display__text-right {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .record-item {
          width: 440px;
          -webkit-column-break-inside: auto;
          page-break-inside: auto;
          break-inside: auto; }
          .record-list.list-display__image-same-width-images.list-caption-display__text-right .record-item::after {
            content: ".";
            visibility: hidden;
            display: block;
            pointer-events: none;
            height: 0;
            clear: both; }
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .img-sizing-container,
        .record-list.list-display__image-same-width-images.list-caption-display__text-right .list-caption {
          width: 50%; }
      .record-list.list-display__image-same-width-images.list-caption-display__mouseover-info .record-item {
        display: block; }
      .record-list.list-display__image-same-width-images.list-image-size__double {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .record-list.list-display__image-same-width-images.list-image-size__double .record-item {
          width: auto;
          float: none;
          break: none; }
          .record-list.list-display__image-same-width-images.list-image-size__double .record-item .img-sizing-container .img-wrapper:empty,
          .record-list.list-display__image-same-width-images.list-image-size__double .record-item .img-sizing-container .img-wrapper img[data-image-missing="true"] {
            min-width: 440px;
            min-height: 440px; }
        .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right {
          -webkit-columns: 1 880px;
          -moz-columns: 1 880px;
          columns: 1 880px; }
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .record-item {
            width: 880px; }
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .img-sizing-container,
          .record-list.list-display__image-same-width-images.list-image-size__double.list-caption-display__text-right .list-caption {
            width: 50%; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-display__image-same-width-images .list-caption {
      margin-top: 15px; } }
  .record-list.list-display__info-mouseover-image .record-item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .record-list.list-display__info-mouseover-image .record-item::after {
      clear: both;
      content: "";
      display: table; }
    .record-list.list-display__info-mouseover-image .record-item:first-child .list-caption {
      padding-top: 0; }
    .record-list.list-display__info-mouseover-image .record-item .list-caption {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .record-list.list-display__info-mouseover-image .record-item .list-caption:last-child {
        margin-right: 0; }
    .record-list.list-display__info-mouseover-image .record-item .img-wrapper img {
      width: auto;
      height: auto;
      max-height: 100%;
      position: static; }
    .record-list.list-display__info-mouseover-image .record-item .img-wrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%;
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      bottom: auto;
      height: auto;
      padding: 0;
      margin-right: 0;
      display: none;
      height: 100%; }
      .record-list.list-display__info-mouseover-image .record-item .img-wrapper:last-child {
        margin-right: 0; }
    .record-list.list-display__info-mouseover-image .record-item:hover .img-wrapper {
      display: block;
      height: 100%; }
      .record-list.list-display__info-mouseover-image .record-item:hover .img-wrapper:empty, .record-list.list-display__info-mouseover-image .record-item:hover .img-wrapper.empty {
        display: none; }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-display__info-mouseover-image .record-item .img-wrapper, .record-list.list-display__info-mouseover-image .record-item:hover .img-wrapper {
        display: none; }
      .record-list.list-display__info-mouseover-image .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-display__info-mouseover-image .record-item .list-caption:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 499px) {
      .record-list.list-display__info-mouseover-image .record-item .img-wrapper, .record-list.list-display__info-mouseover-image .record-item:hover .img-wrapper {
        display: none; }
      .record-list.list-display__info-mouseover-image .record-item .list-caption {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-display__info-mouseover-image .record-item .list-caption:last-child {
          margin-right: 0; } }
  .record-list.list-display__carousel .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    font-size: 25px;
    outline: 0; }
    .record-list.list-display__carousel .slick-arrow.slick-prev {
      left: 0; }
      .record-list.list-display__carousel .slick-arrow.slick-prev::before {
        font-family: "FontAwesome"; }
    .record-list.list-display__carousel .slick-arrow.slick-next {
      right: 0; }
      .record-list.list-display__carousel .slick-arrow.slick-next::before {
        font-family: "FontAwesome"; }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .record-list.list-display__carousel.main-carousel .record-item .img-wrapper {
      padding-top: 50%; }
      .record-list.list-display__carousel.main-carousel .record-item .img-wrapper img {
        width: auto !important;
        height: auto !important; }
    .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer {
      width: auto;
      text-align: center;
      padding: 1em 0; }
      .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption {
        display: inline-block;
        padding: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption::after {
          content: ".";
          visibility: hidden;
          display: block;
          pointer-events: none;
          height: 0;
          clear: both; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p {
          display: inline-block;
          float: left; }
          .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p:after {
            content: ", ";
            padding: 0 .3em 0 0; }
          .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p:last-child:after {
            content: ""; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .record-list.list-display__carousel.main-carousel .record-item .img-wrapper {
      padding-top: 50%; }
      .record-list.list-display__carousel.main-carousel .record-item .img-wrapper img {
        width: auto !important;
        height: auto !important; }
    .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer {
      width: auto;
      text-align: center;
      padding: 1em 0; }
      .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption {
        display: inline-block;
        padding: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption::after {
          content: ".";
          visibility: hidden;
          display: block;
          pointer-events: none;
          height: 0;
          clear: both; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p {
          display: inline-block;
          float: left; }
          .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p:after {
            content: ", ";
            padding: 0 .3em 0 0; }
          .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p:last-child:after {
            content: ""; } }
  @media screen and (min-width: 1051px) {
    .record-list.list-display__carousel.main-carousel .record-item .img-wrapper {
      padding-top: 50%; }
      .record-list.list-display__carousel.main-carousel .record-item .img-wrapper img {
        width: auto !important;
        height: auto !important; }
    .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer {
      width: auto;
      text-align: center;
      padding: 1em 0; }
      .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption {
        display: inline-block;
        padding: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption::after {
          content: ".";
          visibility: hidden;
          display: block;
          pointer-events: none;
          height: 0;
          clear: both; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p {
          display: inline-block;
          float: left; }
          .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p:after {
            content: ", ";
            padding: 0 .3em 0 0; }
          .record-list.list-display__carousel.main-carousel .record-item .list-caption-outer .list-caption p:last-child:after {
            content: ""; } }
  @media screen and (max-width: 499px) {
    .record-list.list-display__carousel.main-carousel {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .record-list.list-display__carousel.main-carousel::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__carousel.main-carousel .record-item {
        margin-bottom: 2.35765%; } }
    @media screen and (max-width: 499px) and (max-width: 499px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 499px) and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 499px) and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(3n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(3n+1) {
          clear: left; } }
    @media screen and (max-width: 499px) and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (max-width: 499px) and (min-width: 1051px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n+1) {
          clear: left; } }
  @media screen and (max-width: 499px) {
        .record-list.list-display__carousel.main-carousel .record-item .img-wrapper img {
          bottom: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .video-wrapper embed,
        .record-list.list-display__carousel.main-carousel .record-item .video-wrapper object,
        .record-list.list-display__carousel.main-carousel .record-item .video-wrapper iframe {
          bottom: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .img-sizing-container {
          width: 100%;
          margin-bottom: 15px; }
          .record-list.list-display__carousel.main-carousel .record-item .img-sizing-container img {
            right: auto; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption {
          margin-top: 20px; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-display__carousel.main-carousel {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .record-list.list-display__carousel.main-carousel::after {
        clear: both;
        content: "";
        display: table; }
      .record-list.list-display__carousel.main-carousel .record-item {
        margin-bottom: 2.35765%; } }
    @media screen and (min-width: 500px) and (max-width: 749px) and (max-width: 499px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 500px) and (max-width: 749px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(2n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 750px) and (max-width: 900px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(3n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 901px) and (max-width: 1050px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 500px) and (max-width: 749px) and (min-width: 1051px) {
      .record-list.list-display__carousel.main-carousel .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .record-list.list-display__carousel.main-carousel .record-item:last-child {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n) {
          margin-right: 0; }
        .record-list.list-display__carousel.main-carousel .record-item:nth-child(4n+1) {
          clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
        .record-list.list-display__carousel.main-carousel .record-item .img-wrapper img {
          bottom: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .video-wrapper embed,
        .record-list.list-display__carousel.main-carousel .record-item .video-wrapper object,
        .record-list.list-display__carousel.main-carousel .record-item .video-wrapper iframe {
          bottom: 0; }
        .record-list.list-display__carousel.main-carousel .record-item .img-sizing-container {
          width: 100%;
          margin-bottom: 15px; }
          .record-list.list-display__carousel.main-carousel .record-item .img-sizing-container img {
            right: auto; }
        .record-list.list-display__carousel.main-carousel .record-item .list-caption {
          margin-top: 20px; } }
  .record-list.list-display__carousel.carousel-nav .record-item {
    padding: 0 10px; }
    .record-list.list-display__carousel.carousel-nav .record-item .list-caption {
      display: none; }
    .record-list.list-display__carousel.carousel-nav .record-item .img-sizing-container,
    .record-list.list-display__carousel.carousel-nav .record-item .img-wrapper {
      cursor: pointer; }
      .record-list.list-display__carousel.carousel-nav .record-item .img-sizing-container img,
      .record-list.list-display__carousel.carousel-nav .record-item .img-wrapper img {
        position: static;
        width: auto !important;
        height: auto !important; }
    .record-list.list-display__carousel.carousel-nav .record-item .img-wrapper {
      padding: 0;
      height: 100px;
      width: auto; }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .record-list.list-display__carousel.carousel-nav {
      display: none; } }
  @media screen and (max-width: 499px) {
    .record-list.list-display__carousel.carousel-nav {
      display: none; } }

/*
 * Sticky footer
 *
 */
html {
  height: 100%; }
  html body {
    min-height: 100%; }
    html body > .body-inner {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      height: 100vh; }
      html body > .body-inner > * {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0; }
      html body > .body-inner > .wrap-flexor,
      html body > .body-inner > main {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 0 auto;
        -moz-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; }

main {
  position: relative; }

.img-wrapper {
  display: block;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .img-wrapper {
      padding-top: 100%;
      height: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .img-wrapper {
      padding-top: 100%;
      height: 0; } }
  @media screen and (min-width: 1051px) {
    .img-wrapper {
      padding-top: 100%;
      height: 0; } }
  .img-wrapper:empty, .img-wrapper.empty {
    background-color: #EEE; }
    .img-wrapper:empty img, .img-wrapper.empty img {
      display: none; }
  .img-wrapper img[data-image-missing="true"] {
    background-color: #EEE;
    width: 100%;
    height: 100%; }
  .img-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      .img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }
    @media screen and (min-width: 1051px) {
      .img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }

@media screen and (max-width: 499px) {
  .img-sizing-container.portrait img {
    margin: 0 auto;
    max-width: 100%;
    min-height: 100%;
    height: auto; }
  .img-sizing-container.landscape .img-wrapper img {
    position: relative;
    margin: 0;
    width: 100%; } }
.record-item.single-record .img-wrapper {
  height: auto;
  padding-top: 0; }
  .record-item.single-record .img-wrapper img {
    margin: 0;
    position: static;
    width: 100%;
    height: auto; }

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper.sixteen-nine {
    padding-bottom: 56.25%; }
  .video-wrapper.four-three {
    padding-bottom: 75%; }
  .video-wrapper embed,
  .video-wrapper object,
  .video-wrapper iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }

/*
 * Prettification for the lazysizes script.
 *
 */
.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 1500ms; }

/*
 * Allgemeins
 *
 */
* {
  box-sizing: border-box; }

/*
 * Images with no URL.
 *
 */
img[src=""] {
  background-color: #EEE;
  text-indent: -9999px; }

/*
 * Html, body, etc.
 *
 */
body {
  font-size: 14px; }
  body .body-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 499px) {
      body .body-inner {
        padding: 0 15px; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      body .body-inner {
        padding: 0 15px; } }
    @media screen and (min-width: 1051px) {
      body .body-inner {
        padding: 0 45px; } }
    body .body-inner > .searchbox-container {
      right: 30px;
      top: 5px;
      z-index: 2; }
      @media screen and (max-width: 499px) {
        body .body-inner > .searchbox-container {
          right: 15px; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
        body .body-inner > .searchbox-container {
          right: 15px; } }
      @media screen and (min-width: 1051px) {
        body .body-inner > .searchbox-container {
          right: 45px; } }
      body .body-inner > .searchbox-container .searchbox {
        bottom: auto;
        left: -23px; }

/*
 * Tags, h1-6, links
 *
 */
h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.5em; }

h3, h4, h5, h6 {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.2em; }

a:link,
a:visited {
  text-decoration: none;
  color: blue; }

a[href]:hover,
a:active,
a:focus {
  text-decoration: underline; }

a {
  outline: 0; }

nav ul {
  list-style: none;
  padding: 0; }
  nav ul::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  nav ul li {
    display: inline-block;
    margin-left: 1em; }
    nav ul li:first-child {
      margin-left: 0; }

/*
 * Section styles should remain grouped within header, main, & footer.
 *
 */
header {
  margin-top: 40px;
  margin-bottom: 50px;
  position: relative;
  /*
   * Mobile nav show/hide button
   *
   */ }
  header .header-inner {
    height: 100%;
    width: 100%; }
    header .header-inner::after {
      content: ".";
      visibility: hidden;
      display: block;
      pointer-events: none;
      height: 0;
      clear: both; }
  @media screen and (max-width: 499px) {
    header {
      margin-top: 20px;
      margin-bottom: 20px; } }
  header a,
  header a:visited,
  header a:hover,
  header a:link {
    color: inherit; }
  header .navbar-header .logo {
    font-size: 1.5em; }
    header .navbar-header .logo img {
      max-width: 100%;
      max-height: 100%;
      margin: auto; }
  header .nav-toggle {
    display: none; }
  @media screen and (max-width: 499px) {
    header .nav-toggle {
      height: 2.1em;
      width: 2.1em;
      cursor: pointer;
      text-indent: -9999px;
      border: 0;
      outline: 0;
      background-color: transparent;
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: 26px;
      right: 26px;
      z-index: 1; }
      header .nav-toggle::before {
        text-indent: 0;
        display: block;
        font-family: "FontAwesome";
        font-size: 2em;
        width: 100%;
        height: 100%; }
    header .navbar-header .logo {
      margin-right: 65px; }
    header .navbar-header .nav-toggle {
      display: block; }
      header .navbar-header .nav-toggle::before {
        content: "\f0c9"; }
    header .header-inner > nav {
      transition: width 1s;
      width: 0px;
      max-width: 300px;
      background-color: rgba(18, 18, 18, 0.5);
      color: #FFF !important;
      z-index: 200;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      header .header-inner > nav .nav-inner {
        min-width: 250px;
        position: relative;
        padding: 2em; }
        header .header-inner > nav .nav-inner ul {
          padding: 0;
          margin: 0; }
          header .header-inner > nav .nav-inner ul li {
            float: left;
            clear: both;
            margin-bottom: 1em;
            white-space: nowrap; }
            header .header-inner > nav .nav-inner ul li a,
            header .header-inner > nav .nav-inner ul li a:link,
            header .header-inner > nav .nav-inner ul li a:hover,
            header .header-inner > nav .nav-inner ul li a:active,
            header .header-inner > nav .nav-inner ul li a:visited {
              color: #FFF !important; }
          header .header-inner > nav .nav-inner ul .section-nav {
            margin-top: 1em;
            margin-left: 1em; }
            header .header-inner > nav .nav-inner ul .section-nav ul li:last-child {
              margin-bottom: 0; }
        header .header-inner > nav .nav-inner .nav-toggle {
          display: block; }
          header .header-inner > nav .nav-inner .nav-toggle::before {
            content: "\f00d";
            color: #FFF !important; }
    header .header-inner > nav.active {
      transition: width 1s;
      display: block;
      width: 100%; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    header .nav-toggle {
      height: 2.1em;
      width: 2.1em;
      cursor: pointer;
      text-indent: -9999px;
      border: 0;
      outline: 0;
      background-color: transparent;
      padding: 0;
      margin: 0;
      overflow: hidden;
      position: absolute;
      top: 26px;
      right: 26px;
      z-index: 1; }
      header .nav-toggle::before {
        text-indent: 0;
        display: block;
        font-family: "FontAwesome";
        font-size: 2em;
        width: 100%;
        height: 100%; }
    header .navbar-header .logo {
      margin-right: 65px; }
    header .navbar-header .nav-toggle {
      display: block; }
      header .navbar-header .nav-toggle::before {
        content: "\f0c9"; }
    header .header-inner > nav {
      transition: width 1s;
      width: 0px;
      max-width: 300px;
      background-color: rgba(18, 18, 18, 0.5);
      color: #FFF !important;
      z-index: 200;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      header .header-inner > nav .nav-inner {
        min-width: 250px;
        position: relative;
        padding: 2em; }
        header .header-inner > nav .nav-inner ul {
          padding: 0;
          margin: 0; }
          header .header-inner > nav .nav-inner ul li {
            float: left;
            clear: both;
            margin-bottom: 1em;
            white-space: nowrap; }
            header .header-inner > nav .nav-inner ul li a,
            header .header-inner > nav .nav-inner ul li a:link,
            header .header-inner > nav .nav-inner ul li a:hover,
            header .header-inner > nav .nav-inner ul li a:active,
            header .header-inner > nav .nav-inner ul li a:visited {
              color: #FFF !important; }
          header .header-inner > nav .nav-inner ul .section-nav {
            margin-top: 1em;
            margin-left: 1em; }
            header .header-inner > nav .nav-inner ul .section-nav ul li:last-child {
              margin-bottom: 0; }
        header .header-inner > nav .nav-inner .nav-toggle {
          display: block; }
          header .header-inner > nav .nav-inner .nav-toggle::before {
            content: "\f00d";
            color: #FFF !important; }
    header .header-inner > nav.active {
      transition: width 1s;
      display: block;
      width: 100%; } }

@media screen and (min-width: 1051px) {
  body.nav-display__logo-left-nav-right header::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  body.nav-display__logo-left-nav-right header .navbar-header {
    float: left; }
    body.nav-display__logo-left-nav-right header .navbar-header .logo {
      width: 300px;
      max-height: 100%; }
      body.nav-display__logo-left-nav-right header .navbar-header .logo img {
        vertical-align: middle; }
  body.nav-display__logo-left-nav-right header .header-inner > nav {
    float: right;
    height: 100%; }
    body.nav-display__logo-left-nav-right header .header-inner > nav ul {
      margin: .5em 0 0;
      position: relative; }
      body.nav-display__logo-left-nav-right header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1em; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  body.nav-display__logo-left-nav-right header::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  body.nav-display__logo-left-nav-right header .navbar-header {
    float: left; }
    body.nav-display__logo-left-nav-right header .navbar-header .logo {
      width: 300px;
      max-height: 100%; }
      body.nav-display__logo-left-nav-right header .navbar-header .logo img {
        vertical-align: middle; }
  body.nav-display__logo-left-nav-right header .header-inner > nav {
    float: right;
    height: 100%; }
    body.nav-display__logo-left-nav-right header .header-inner > nav ul {
      margin: .5em 0 0;
      position: relative; }
      body.nav-display__logo-left-nav-right header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1em; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
  body.nav-display__logo-left-nav-right header::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  body.nav-display__logo-left-nav-right header .navbar-header {
    float: left; }
    body.nav-display__logo-left-nav-right header .navbar-header .logo {
      width: 300px;
      max-height: 100%; }
      body.nav-display__logo-left-nav-right header .navbar-header .logo img {
        vertical-align: middle; }
  body.nav-display__logo-left-nav-right header .header-inner > nav {
    float: right;
    height: 100%; }
    body.nav-display__logo-left-nav-right header .header-inner > nav ul {
      margin: .5em 0 0;
      position: relative; }
      body.nav-display__logo-left-nav-right header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1em; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  body.nav-display__logo-left-nav-right header::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  body.nav-display__logo-left-nav-right header .navbar-header {
    float: left; }
    body.nav-display__logo-left-nav-right header .navbar-header .logo {
      width: 300px;
      max-height: 100%; }
      body.nav-display__logo-left-nav-right header .navbar-header .logo img {
        vertical-align: middle; }
  body.nav-display__logo-left-nav-right header .header-inner > nav {
    float: right;
    height: 100%; }
    body.nav-display__logo-left-nav-right header .header-inner > nav ul {
      margin: .5em 0 0;
      position: relative; }
      body.nav-display__logo-left-nav-right header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1em; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  body.nav-display__logo-left-nav-right header .navbar-header {
    float: none; }
    body.nav-display__logo-left-nav-right header .navbar-header .logo {
      width: 50%; }
  body.nav-display__logo-left-nav-right header .header-inner > nav {
    float: none; } }
body.nav-display__left-aligned header .navbar-header .logo {
  max-width: 100%; }
  body.nav-display__left-aligned header .navbar-header .logo.img-logo {
    height: 150px; }
body.nav-display__left-aligned header .header-inner > nav ul {
  position: relative; }
  body.nav-display__left-aligned header .header-inner > nav ul .section-nav {
    position: absolute;
    top: 1.5em; }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      body.nav-display__left-aligned header .header-inner > nav ul .section-nav {
        position: static; } }
    @media screen and (max-width: 499px) {
      body.nav-display__left-aligned header .header-inner > nav ul .section-nav {
        position: static; } }
@media screen and (min-width: 1051px) {
  body.nav-display__left-column .wrap-flexor {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  body.nav-display__left-column .wrap-flexor {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
  body.nav-display__left-column .wrap-flexor {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; } }
body.nav-display__left-column .wrap-flexor main {
  width: 100%; }
body.nav-display__left-column header {
  min-width: 150px; }
  body.nav-display__left-column header .navbar-header .logo {
    max-width: 150px;
    max-height: 100%; }
  @media screen and (min-width: 1051px) {
    body.nav-display__left-column header {
      float: left;
      margin-right: 50px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0;
      -moz-flex: 0;
      -ms-flex: 0;
      flex: 0; }
      body.nav-display__left-column header .header-inner > nav ul::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; }
      body.nav-display__left-column header .header-inner > nav ul li {
        float: left;
        clear: both;
        margin-bottom: 1em; }
      body.nav-display__left-column header .header-inner > nav ul .section-nav {
        margin-top: 1em;
        margin-left: 1em; }
        body.nav-display__left-column header .header-inner > nav ul .section-nav ul li:last-child {
          margin-bottom: 0; }
      body.nav-display__left-column header + main {
        margin-top: 92px; }
        body.nav-display__left-column header + main .user-content-layout {
          -webkit-box-flex: 2;
          -moz-box-flex: 2;
          box-flex: 2;
          -webkit-flex: 2 2;
          -moz-flex: 2 2;
          -ms-flex: 2 2;
          flex: 2 2; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    body.nav-display__left-column header {
      float: left;
      margin-right: 50px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0;
      -moz-flex: 0;
      -ms-flex: 0;
      flex: 0; }
      body.nav-display__left-column header .header-inner > nav ul::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; }
      body.nav-display__left-column header .header-inner > nav ul li {
        float: left;
        clear: both;
        margin-bottom: 1em; }
      body.nav-display__left-column header .header-inner > nav ul .section-nav {
        margin-top: 1em;
        margin-left: 1em; }
        body.nav-display__left-column header .header-inner > nav ul .section-nav ul li:last-child {
          margin-bottom: 0; }
      body.nav-display__left-column header + main {
        margin-top: 92px; }
        body.nav-display__left-column header + main .user-content-layout {
          -webkit-box-flex: 2;
          -moz-box-flex: 2;
          box-flex: 2;
          -webkit-flex: 2 2;
          -moz-flex: 2 2;
          -ms-flex: 2 2;
          flex: 2 2; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    body.nav-display__left-column header {
      float: left;
      margin-right: 50px;
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0;
      -moz-flex: 0;
      -ms-flex: 0;
      flex: 0; }
      body.nav-display__left-column header .header-inner > nav ul::after {
        content: ".";
        visibility: hidden;
        display: block;
        pointer-events: none;
        height: 0;
        clear: both; }
      body.nav-display__left-column header .header-inner > nav ul li {
        float: left;
        clear: both;
        margin-bottom: 1em; }
      body.nav-display__left-column header .header-inner > nav ul .section-nav {
        margin-top: 1em;
        margin-left: 1em; }
        body.nav-display__left-column header .header-inner > nav ul .section-nav ul li:last-child {
          margin-bottom: 0; }
      body.nav-display__left-column header + main {
        margin-top: 92px; }
        body.nav-display__left-column header + main .user-content-layout {
          -webkit-box-flex: 2;
          -moz-box-flex: 2;
          box-flex: 2;
          -webkit-flex: 2 2;
          -moz-flex: 2 2;
          -ms-flex: 2 2;
          flex: 2 2; } }
body.nav-display__centered header .navbar-header .logo {
  max-width: 100%; }
  body.nav-display__centered header .navbar-header .logo.img-logo {
    height: 150px; }
@media screen and (min-width: 1051px) {
  body.nav-display__centered header .navbar-header,
  body.nav-display__centered header .header-inner > nav {
    text-align: center; }
    body.nav-display__centered header .navbar-header .logo,
    body.nav-display__centered header .navbar-header ul,
    body.nav-display__centered header .header-inner > nav .logo,
    body.nav-display__centered header .header-inner > nav ul {
      display: inline-block;
      position: relative; }
      body.nav-display__centered header .navbar-header .logo .section-nav,
      body.nav-display__centered header .navbar-header ul .section-nav,
      body.nav-display__centered header .header-inner > nav .logo .section-nav,
      body.nav-display__centered header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1.5em; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  body.nav-display__centered header .navbar-header,
  body.nav-display__centered header .header-inner > nav {
    text-align: center; }
    body.nav-display__centered header .navbar-header .logo,
    body.nav-display__centered header .navbar-header ul,
    body.nav-display__centered header .header-inner > nav .logo,
    body.nav-display__centered header .header-inner > nav ul {
      display: inline-block;
      position: relative; }
      body.nav-display__centered header .navbar-header .logo .section-nav,
      body.nav-display__centered header .navbar-header ul .section-nav,
      body.nav-display__centered header .header-inner > nav .logo .section-nav,
      body.nav-display__centered header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1.5em; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
  body.nav-display__centered header .navbar-header,
  body.nav-display__centered header .header-inner > nav {
    text-align: center; }
    body.nav-display__centered header .navbar-header .logo,
    body.nav-display__centered header .navbar-header ul,
    body.nav-display__centered header .header-inner > nav .logo,
    body.nav-display__centered header .header-inner > nav ul {
      display: inline-block;
      position: relative; }
      body.nav-display__centered header .navbar-header .logo .section-nav,
      body.nav-display__centered header .navbar-header ul .section-nav,
      body.nav-display__centered header .header-inner > nav .logo .section-nav,
      body.nav-display__centered header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1.5em; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  body.nav-display__centered header .navbar-header,
  body.nav-display__centered header .header-inner > nav {
    text-align: center; }
    body.nav-display__centered header .navbar-header .logo,
    body.nav-display__centered header .navbar-header ul,
    body.nav-display__centered header .header-inner > nav .logo,
    body.nav-display__centered header .header-inner > nav ul {
      display: inline-block;
      position: relative; }
      body.nav-display__centered header .navbar-header .logo .section-nav,
      body.nav-display__centered header .navbar-header ul .section-nav,
      body.nav-display__centered header .header-inner > nav .logo .section-nav,
      body.nav-display__centered header .header-inner > nav ul .section-nav {
        position: absolute;
        top: 1.5em; } }

main {
  margin-bottom: 20px; }
  main > h1 {
    display: none; }
  main a:visited[download],
  main a:active[download],
  main a:link[download] {
    /*
     * These should cover 99% of all cases
     *
     */
    /*
     * And this the last 1%
     *
     */
    /*
     * Only including this because I can.
     *
     */ }
    main a:visited[download]::before,
    main a:active[download]::before,
    main a:link[download]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type^="text/"]::before,
    main a:active[download][type^="text/"]::before,
    main a:link[download][type^="text/"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type^="image/"]::before,
    main a:active[download][type^="image/"]::before,
    main a:link[download][type^="image/"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type^="audio/"]::before,
    main a:active[download][type^="audio/"]::before,
    main a:link[download][type^="audio/"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type^="video/"]::before,
    main a:active[download][type^="video/"]::before,
    main a:link[download][type^="video/"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type*="pdf"]::before,
    main a:active[download][type*="pdf"]::before,
    main a:link[download][type*="pdf"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type*="zip"]::before, main a:visited[download][type*="tar"]::before, main a:visited[download][type*="compressed"]::before,
    main a:active[download][type*="zip"]::before,
    main a:active[download][type*="tar"]::before,
    main a:active[download][type*="compressed"]::before,
    main a:link[download][type*="zip"]::before,
    main a:link[download][type*="tar"]::before,
    main a:link[download][type*="compressed"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type="text/html"]::before, main a:visited[download][type="text/css"]::before, main a:visited[download][type*="javascript"]::before,
    main a:active[download][type="text/html"]::before,
    main a:active[download][type="text/css"]::before,
    main a:active[download][type*="javascript"]::before,
    main a:link[download][type="text/html"]::before,
    main a:link[download][type="text/css"]::before,
    main a:link[download][type*="javascript"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type*="msword"]::before,
    main a:active[download][type*="msword"]::before,
    main a:link[download][type*="msword"]::before {
      font-family: "FontAwesome"; }
    main a:visited[download][type*="powerpoint"]::before,
    main a:active[download][type*="powerpoint"]::before,
    main a:link[download][type*="powerpoint"]::before {
      font-family: "FontAwesome"; }

footer {
  font-size: 0.8rem;
  padding: 30px 0; }
  footer:empty {
    display: none; }
  footer #social-media-links {
    float: right; }
    footer #social-media-links::after {
      content: ".";
      visibility: hidden;
      display: block;
      pointer-events: none;
      height: 0;
      clear: both; }
    footer #social-media-links .social-media-link {
      font-size: 1.2rem;
      margin-left: .5em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      footer #social-media-links .social-media-link .label {
        display: none; }
      footer #social-media-links .social-media-link.twitter::before {
        font-family: "FontAwesome"; }
      footer #social-media-links .social-media-link.facebook::before {
        font-family: "FontAwesome"; }
      footer #social-media-links .social-media-link.artsy, footer #social-media-links .social-media-link.artnet {
        font-family: "logo-extras"; }
        footer #social-media-links .social-media-link.artsy::before, footer #social-media-links .social-media-link.artnet::before {
          font-size: .9em;
          position: relative;
          top: .1em; }
      footer #social-media-links .social-media-link.artsy::before {
        content: '\0041'; }
      footer #social-media-links .social-media-link.artnet::before {
        content: '\0042'; }
      footer #social-media-links .social-media-link.pinterest::before {
        font-family: "FontAwesome"; }
      footer #social-media-links .social-media-link.instagram::before {
        font-family: "FontAwesome"; }
      footer #social-media-links .social-media-link.vimeo::before {
        font-family: "FontAwesome"; }
      footer #social-media-links .social-media-link.youtube::before {
        font-family: "FontAwesome"; }
  footer #data-policy-links {
    text-align: center; }
    footer #data-policy-links a {
      margin-top: 1rem; }
      footer #data-policy-links a:after {
        content: '|';
        padding: 0 0.5rem; }
      footer #data-policy-links a:last-child:after {
        content: ''; }

/*
 * User content layouts on all pages
 *
 */
.user-content-layout.image-layout__column-right .user-content-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .user-content-layout.image-layout__column-right .user-content-container:last-child {
    margin-right: 0; }

.image-layout.image-layout__column-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .image-layout.image-layout__column-right:last-child {
    margin-right: 0; }
  .image-layout.image-layout__column-right .image-thumbnail {
    margin-bottom: 1em; }
    .image-layout.image-layout__column-right .image-thumbnail .img-wrapper {
      padding: 0;
      height: auto; }
    .image-layout.image-layout__column-right .image-thumbnail img {
      position: relative;
      margin-bottom: .5em;
      width: 100%;
      height: auto; }

.user-content-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .user-content-container::after {
    clear: both;
    content: "";
    display: table; }
  .user-content-container .user-content {
    margin-bottom: 30px; }
  .user-content-container.single-column .user-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .user-content-container.single-column .user-content:last-child {
      margin-right: 0; }
  .user-content-container.two-column .user-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .user-content-container.two-column .user-content:last-child {
      margin-right: 0; }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .user-content-container.two-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .user-content-container.two-column .user-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 499px) {
    .user-content-container.two-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .user-content-container.two-column .user-content:last-child {
        margin-right: 0; } }
  .user-content-container.three-column .user-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .user-content-container.three-column .user-content:last-child {
      margin-right: 0; }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .user-content-container.three-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .user-content-container.three-column .user-content:last-child {
        margin-right: 0; }
      .user-content-container.three-column .user-content:nth-child(2n) {
        margin-right: 0; }
      .user-content-container.three-column .user-content:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .user-content-container.three-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .user-content-container.three-column .user-content:last-child {
        margin-right: 0; }
      .user-content-container.three-column .user-content:nth-child(2n) {
        margin-right: 0; }
      .user-content-container.three-column .user-content:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 499px) {
    .user-content-container.three-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .user-content-container.three-column .user-content:last-child {
        margin-right: 0; } }
  .user-content-container.four-column .user-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .user-content-container.four-column .user-content:last-child {
      margin-right: 0; }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .user-content-container.four-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .user-content-container.four-column .user-content:last-child {
        margin-right: 0; }
      .user-content-container.four-column .user-content:nth-child(2n) {
        margin-right: 0; }
      .user-content-container.four-column .user-content:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .user-content-container.four-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .user-content-container.four-column .user-content:last-child {
        margin-right: 0; }
      .user-content-container.four-column .user-content:nth-child(2n) {
        margin-right: 0; }
      .user-content-container.four-column .user-content:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 499px) {
    .user-content-container.four-column .user-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .user-content-container.four-column .user-content:last-child {
        margin-right: 0; } }

.page-images.image-layout__grid-above, .page-images.image-layout__grid-below {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .page-images.image-layout__grid-above::after, .page-images.image-layout__grid-below::after {
    clear: both;
    content: "";
    display: table; }
  .page-images.image-layout__grid-above .record-item, .page-images.image-layout__grid-below .record-item {
    margin-bottom: 2.35765%; }
    @media screen and (max-width: 499px) {
      .page-images.image-layout__grid-above .record-item, .page-images.image-layout__grid-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .page-images.image-layout__grid-above .record-item:last-child, .page-images.image-layout__grid-below .record-item:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .page-images.image-layout__grid-above .record-item, .page-images.image-layout__grid-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .page-images.image-layout__grid-above .record-item:last-child, .page-images.image-layout__grid-below .record-item:last-child {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(2n), .page-images.image-layout__grid-below .record-item:nth-child(2n) {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(2n+1), .page-images.image-layout__grid-below .record-item:nth-child(2n+1) {
          clear: left; } }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .page-images.image-layout__grid-above .record-item, .page-images.image-layout__grid-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .page-images.image-layout__grid-above .record-item:last-child, .page-images.image-layout__grid-below .record-item:last-child {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(3n), .page-images.image-layout__grid-below .record-item:nth-child(3n) {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(3n+1), .page-images.image-layout__grid-below .record-item:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      .page-images.image-layout__grid-above .record-item, .page-images.image-layout__grid-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .page-images.image-layout__grid-above .record-item:last-child, .page-images.image-layout__grid-below .record-item:last-child {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(4n), .page-images.image-layout__grid-below .record-item:nth-child(4n) {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(4n+1), .page-images.image-layout__grid-below .record-item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 1051px) {
      .page-images.image-layout__grid-above .record-item, .page-images.image-layout__grid-below .record-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .page-images.image-layout__grid-above .record-item:last-child, .page-images.image-layout__grid-below .record-item:last-child {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(4n), .page-images.image-layout__grid-below .record-item:nth-child(4n) {
          margin-right: 0; }
        .page-images.image-layout__grid-above .record-item:nth-child(4n+1), .page-images.image-layout__grid-below .record-item:nth-child(4n+1) {
          clear: left; } }
    .page-images.image-layout__grid-above .record-item .img-wrapper img, .page-images.image-layout__grid-below .record-item .img-wrapper img {
      bottom: 0; }
    .page-images.image-layout__grid-above .record-item .video-wrapper embed,
    .page-images.image-layout__grid-above .record-item .video-wrapper object,
    .page-images.image-layout__grid-above .record-item .video-wrapper iframe, .page-images.image-layout__grid-below .record-item .video-wrapper embed,
    .page-images.image-layout__grid-below .record-item .video-wrapper object,
    .page-images.image-layout__grid-below .record-item .video-wrapper iframe {
      bottom: 0; }
    .page-images.image-layout__grid-above .record-item .list-caption, .page-images.image-layout__grid-below .record-item .list-caption {
      display: none; }
.page-images.image-layout__carousel-above, .page-images.image-layout__carousel-below {
  position: relative;
  width: 100%;
  margin: 30px 0;
  height: 40vh;
  max-height: 600px; }
  .page-images.image-layout__carousel-above .image-thumbnail, .page-images.image-layout__carousel-below .image-thumbnail {
    width: 100%;
    height: 100%;
    position: absolute; }
    .page-images.image-layout__carousel-above .image-thumbnail .img-sizing-container, .page-images.image-layout__carousel-below .image-thumbnail .img-sizing-container {
      position: relative;
      width: 100%;
      height: 100%; }
      .page-images.image-layout__carousel-above .image-thumbnail .img-sizing-container .img-wrapper, .page-images.image-layout__carousel-below .image-thumbnail .img-sizing-container .img-wrapper {
        padding: 0;
        height: 100%; }
        .page-images.image-layout__carousel-above .image-thumbnail .img-sizing-container .img-wrapper img, .page-images.image-layout__carousel-below .image-thumbnail .img-sizing-container .img-wrapper img {
          position: relative;
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%;
          margin: 0; }
    .page-images.image-layout__carousel-above .image-thumbnail .list-caption, .page-images.image-layout__carousel-below .image-thumbnail .list-caption {
      display: none; }
.page-images.image-layout__carousel-above {
  margin-top: 0; }
.page-images.image-layout__column-right .gallery-slide {
  width: 100%; }

.record-item .user-content {
  margin-bottom: 2em; }
.record-item .external-link,
.record-item .more-link {
  display: inline-block;
  margin-bottom: 1em; }

.record-list .record-item .more-link + .external-link::before {
  content: " | "; }

/*
 * Styles for specific types of records.
 *
 */
.works-list .list-caption .work-caption,
.works-category-group .list-caption .work-caption {
  padding: 0;
  margin: 0 0 .1rem; }
  .works-list .list-caption .work-caption:first-child,
  .works-category-group .list-caption .work-caption:first-child {
    margin-top: 0; }
  .works-list .list-caption .work-caption.title,
  .works-category-group .list-caption .work-caption.title {
    font-style: italic; }
.works-list.list-display__image-info .work-img-wrapper,
.works-category-group.list-display__image-info .work-img-wrapper {
  margin-bottom: 10px; }
.works-list.list-display__image-left-info-right .work-img-wrapper img,
.works-category-group.list-display__image-left-info-right .work-img-wrapper img {
  bottom: auto !important; }

.list-caption .work-caption.title {
  display: inline; }
.list-caption .work-caption.title + .work-caption.year {
  display: inline; }
  .list-caption .work-caption.title + .work-caption.year::before {
    content: ", "; }

.artists-list .list-caption {
  margin-top: 0 !important;
  padding-top: .8em; }

/*
 * Styles for specific pages
 *
 */
@media screen and (min-width: 1051px) {
  body.contact #user-content {
    width: 60%;
    float: left; }
  body.contact #user-content + #page-content {
    width: 40%;
    float: right; } }
body.contact #gmaps-div {
  width: 100%;
  height: 300px; }
body.contact .signup-form {
  display: block;
  max-width: 600px; }
  body.contact .signup-form::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  body.contact .signup-form label,
  body.contact .signup-form input {
    width: 100%;
    display: block; }
  body.contact .signup-form button {
    float: right;
    margin-top: 1em; }

/*
 * Layout stuff backported from the themes
 *
 */
header .header-inner > nav {
  font-size: 1.1em; }

body.custom header,
body.contact header {
  margin-bottom: 90px; }

form input,
form button {
  background-color: transparent;
  border: 1px solid rgba(18, 18, 18, 0.5);
  padding: .3em;
  color: #000; }

form button {
  cursor: pointer; }

ul.related-downloads,
ul.related-artists,
ul.related-exhibitions {
  list-style: none;
  padding: 0;
  margin: 1em 0 0; }
  ul.related-downloads li,
  ul.related-artists li,
  ul.related-exhibitions li {
    padding: 0;
    margin: 0 0 .5em; }

.related-artists-list {
  margin: 2em 0 0; }

.section-header {
  width: 100%;
  margin-bottom: 30px; }
  .section-header::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  .section-header .section-info {
    margin-bottom: 45px;
    width: 100%; }
    .section-header .section-info h3 {
      display: none; }
  .section-header .section-nav::after {
    content: ".";
    visibility: hidden;
    display: block;
    pointer-events: none;
    height: 0;
    clear: both; }
  .section-header .section-nav > * {
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1em; }
  .section-header .exhibitions-artists-list {
    font-size: 1.1em; }
    .section-header .exhibitions-artists-list .artist {
      display: inline-block; }
      .section-header .exhibitions-artists-list .artist::after {
        content: ", "; }
      .section-header .exhibitions-artists-list .artist:last-child::after {
        content: ""; }
  .section-header .exhibition-dates {
    display: inline-block; }
  .section-header .exhibition-location {
    display: inline-block; }
  .section-header .exhibition-location + .exhibition-dates::before {
    content: "|";
    padding: 0 .5em 0 1em; }
  .section-header .exhibition-title {
    margin-bottom: .5em; }

.artists-list.list-display__info-only {
  margin-top: 30px; }
  .artists-list.list-display__info-only .record-item {
    font-size: 1.2em; }

.artist-biography {
  margin-bottom: 45px; }

.artist-cv .cv-group-header {
  font-size: 1rem; }
.artist-cv .cv-group {
  margin-bottom: 2em; }
  .artist-cv .cv-group .year-group {
    margin-bottom: 1em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .artist-cv .cv-group .year-group::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 1051px) {
      .artist-cv .cv-group .year-group .year-header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .artist-cv .cv-group .year-group .year-header:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      .artist-cv .cv-group .year-group .year-header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .artist-cv .cv-group .year-group .year-header:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 750px) and (max-width: 900px) {
      .artist-cv .cv-group .year-group .year-header {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%; }
        .artist-cv .cv-group .year-group .year-header:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 499px) {
      .artist-cv .cv-group .year-group .year-header {
        font-weight: bold;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .artist-cv .cv-group .year-group .year-header:first-child {
          margin-bottom: .5em; }
        .artist-cv .cv-group .year-group .year-header:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .artist-cv .cv-group .year-group .year-header {
        font-weight: bold;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .artist-cv .cv-group .year-group .year-header:first-child {
          margin-bottom: .5em; }
        .artist-cv .cv-group .year-group .year-header:last-child {
          margin-right: 0; } }
    .artist-cv .cv-group .year-group .cv-entry {
      margin-right: 0; }
      @media screen and (min-width: 1051px) {
        .artist-cv .cv-group .year-group .cv-entry {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%;
          margin-bottom: .5em; }
          .artist-cv .cv-group .year-group .cv-entry:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 901px) and (max-width: 1050px) {
        .artist-cv .cv-group .year-group .cv-entry {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%;
          margin-bottom: .5em; }
          .artist-cv .cv-group .year-group .cv-entry:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
        .artist-cv .cv-group .year-group .cv-entry {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 74.41059%;
          margin-bottom: .5em; }
          .artist-cv .cv-group .year-group .cv-entry:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 499px) {
        .artist-cv .cv-group .year-group .cv-entry {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .artist-cv .cv-group .year-group .cv-entry:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
        .artist-cv .cv-group .year-group .cv-entry {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .artist-cv .cv-group .year-group .cv-entry:last-child {
            margin-right: 0; } }

.news.record-view .news-item.record-item,
.publications.record-view .publication-item.record-item {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .news.record-view .news-item.record-item::after,
  .publications.record-view .publication-item.record-item::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1051px) {
    .news.record-view .news-item.record-item .img-sizing-container,
    .publications.record-view .publication-item.record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .news.record-view .news-item.record-item .img-sizing-container:last-child,
      .publications.record-view .publication-item.record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .news.record-view .news-item.record-item .img-sizing-container,
    .publications.record-view .publication-item.record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .news.record-view .news-item.record-item .img-sizing-container:last-child,
      .publications.record-view .publication-item.record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .news.record-view .news-item.record-item .img-sizing-container,
    .publications.record-view .publication-item.record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 40.29137%; }
      .news.record-view .news-item.record-item .img-sizing-container:last-child,
      .publications.record-view .publication-item.record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 499px) {
    .news.record-view .news-item.record-item .img-sizing-container,
    .publications.record-view .publication-item.record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .news.record-view .news-item.record-item .img-sizing-container:last-child,
      .publications.record-view .publication-item.record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .news.record-view .news-item.record-item .img-sizing-container,
    .publications.record-view .publication-item.record-item .img-sizing-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .news.record-view .news-item.record-item .img-sizing-container:last-child,
      .publications.record-view .publication-item.record-item .img-sizing-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1051px) {
    .news.record-view .news-item.record-item .record-info,
    .publications.record-view .publication-item.record-item .record-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .news.record-view .news-item.record-item .record-info:last-child,
      .publications.record-view .publication-item.record-item .record-info:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    .news.record-view .news-item.record-item .record-info,
    .publications.record-view .publication-item.record-item .record-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .news.record-view .news-item.record-item .record-info:last-child,
      .publications.record-view .publication-item.record-item .record-info:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    .news.record-view .news-item.record-item .record-info,
    .publications.record-view .publication-item.record-item .record-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .news.record-view .news-item.record-item .record-info:last-child,
      .publications.record-view .publication-item.record-item .record-info:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 499px) {
    .news.record-view .news-item.record-item .record-info,
    .publications.record-view .publication-item.record-item .record-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .news.record-view .news-item.record-item .record-info:last-child,
      .publications.record-view .publication-item.record-item .record-info:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    .news.record-view .news-item.record-item .record-info,
    .publications.record-view .publication-item.record-item .record-info {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .news.record-view .news-item.record-item .record-info:last-child,
      .publications.record-view .publication-item.record-item .record-info:last-child {
        margin-right: 0; } }

body.contact main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  body.contact main::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1051px) {
    body.contact main .user-content-layout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      body.contact main .user-content-layout:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    body.contact main .user-content-layout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      body.contact main .user-content-layout:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    body.contact main .user-content-layout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      body.contact main .user-content-layout:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 499px) {
    body.contact main .user-content-layout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.contact main .user-content-layout:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    body.contact main .user-content-layout {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.contact main .user-content-layout:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1051px) {
    body.contact main #page-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      body.contact main #page-content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 901px) and (max-width: 1050px) {
    body.contact main #page-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      body.contact main #page-content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 750px) and (max-width: 900px) {
    body.contact main #page-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      body.contact main #page-content:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 499px) {
    body.contact main #page-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.contact main #page-content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 500px) and (max-width: 749px) {
    body.contact main #page-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      body.contact main #page-content:last-child {
        margin-right: 0; } }
  body.contact main #page-content > * {
    width: 100%; }
  body.contact main #page-content .contact-map,
  body.contact main #page-content .newsletter-signup {
    margin-bottom: 30px; }
  body.contact main #page-content .signup-form label {
    display: none; }
  body.contact main #page-content .signup-form label[for="confirmation"] {
    display: flex; }
    body.contact main #page-content .signup-form label[for="confirmation"] input {
      display: initial;
      margin: 3px 0;
      width: auto; }
    body.contact main #page-content .signup-form label[for="confirmation"] span {
      margin: 0 0.5em;
      display: inline-block; }
  body.contact main #page-content .signup-form input {
    margin-bottom: 1em; }
  body.contact main #page-content h2 {
    font-size: 1em;
    font-weight: normal; }
  body.contact main #page-content .list-caption {
    display: none; }

li.active > a {
  font-weight: bold; }

.list-caption .record-title,
.list-caption .record-artists-list,
.fullscreen-slideshow-caption .record-title,
.fullscreen-slideshow-caption .record-artists-list,
#slideshow-inner .caption .record-title,
#slideshow-inner .caption .record-artists-list {
  font-size: 1.3em;
  margin-bottom: .8em;
  font-weight: bold; }
.list-caption .record-title + .record-artists-list,
.fullscreen-slideshow-caption .record-title + .record-artists-list,
#slideshow-inner .caption .record-title + .record-artists-list {
  font-weight: normal;
  font-size: 1.1em; }
.list-caption .record-artists-list .record-artist::after,
.fullscreen-slideshow-caption .record-artists-list .record-artist::after,
#slideshow-inner .caption .record-artists-list .record-artist::after {
  content: ","; }
.list-caption .record-artists-list .record-artist:last-child::after,
.fullscreen-slideshow-caption .record-artists-list .record-artist:last-child::after,
#slideshow-inner .caption .record-artists-list .record-artist:last-child::after {
  content: ""; }

.exhibitions-list.record-list.list-display__info-only .record-item {
  width: 100% !important; }

.exhibitions-list .exhibition-artists-list .exhibition-artist {
  display: inline-block; }
  .exhibitions-list .exhibition-artists-list .exhibition-artist::after {
    content: ", "; }
  .exhibitions-list .exhibition-artists-list .exhibition-artist:last-child::after {
    content: ""; }

.exhibitions-group {
  margin-bottom: 30px; }

.news-item-info .news-date {
  margin-bottom: 1em; }

body.exhibitions .section-header h1 {
  display: none; }

body.error h1 {
  display: inline-block !important; }
body.error main {
  margin: 50px 0; }

.fairs.record-view .fair-description {
  margin-bottom: 2em; }

.result-category {
  margin: 1rem auto; }

.search-btn {
  color: #000;
  font-size: 1rem;
  cursor: pointer; }
  .search-btn::before {
    font-family: "FontAwesome"; }

.searchbox-container {
  position: relative; }
  .searchbox-container .search-btn {
    width: 16px;
    height: 16px; }
  .searchbox-container .searchbox {
    display: none;
    position: absolute;
    bottom: -200%;
    left: 0;
    transform: translateX(-82px);
    background: #fff;
    width: 180px;
    z-index: 1; }
    @media screen and (max-width: 499px) {
      .searchbox-container .searchbox {
        bottom: 0; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      .searchbox-container .searchbox {
        bottom: 0; } }
  .searchbox-container.first .searchbox {
    transform: none; }
  .searchbox-container.last .searchbox {
    transform: translateX(-164px); }

.nav-display__left-column .nav-inner .searchbox-container .searchbox,
footer .searchbox-container .searchbox {
  bottom: 0;
  left: -1px;
  transform: none; }
.nav-display__left-column .nav-inner .searchbox-container.first .searchbox,
footer .searchbox-container.first .searchbox {
  transform: none; }
.nav-display__left-column .nav-inner .searchbox-container.last .searchbox,
footer .searchbox-container.last .searchbox {
  transform: none; }

.search .artists-list.list-caption-display__ {
  height: 500px;
  position: relative; }
  .search .artists-list.list-caption-display__ img {
    max-height: 500px; }

.searchbox-container-mobile,
.mobile-blanket {
  display: none; }

.mobile-blanket {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  background-color: rgba(0, 0, 0, 0.7); }

@media screen and (max-width: 499px) {
  .searchbox-container-mobile {
    display: block;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 202; }
    .searchbox-container-mobile .search-btn {
      display: none; }
    .searchbox-container-mobile .searchbox {
      display: none; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  .searchbox-container-mobile {
    display: block;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 202; }
    .searchbox-container-mobile .search-btn {
      display: none; }
    .searchbox-container-mobile .searchbox {
      display: none; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  .searchbox-container-mobile {
    display: block;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 202; }
    .searchbox-container-mobile .search-btn {
      display: none; }
    .searchbox-container-mobile .searchbox {
      display: none; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
  .searchbox-container-mobile {
    display: block;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 202; }
    .searchbox-container-mobile .search-btn {
      display: none; }
    .searchbox-container-mobile .searchbox {
      display: none; } }
html {
  box-sizing: border-box; }

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

body.home > .body-inner {
  width: 100%;
  max-width: none;
  padding: 0; }
  body.home > .body-inner > .wrap-flexor {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    body.home > .body-inner > .wrap-flexor header {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    body.home > .body-inner > .wrap-flexor main {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    body.home > .body-inner > .wrap-flexor.full-viewport-height {
      height: 100vh; }
    @media screen and (min-width: 1051px) {
      body.home > .body-inner > .wrap-flexor.partial-viewport-height {
        height: 95vh; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) {
      body.home > .body-inner > .wrap-flexor.partial-viewport-height {
        height: 95vh; } }
  body.home > .body-inner .wrap-flexor + .user-content-layout .user-content-container {
    padding-top: 2em;
    padding-bottom: 2em; }
  body.home > .body-inner header {
    padding-top: 0;
    padding-bottom: 0; }
  body.home > .body-inner header,
  body.home > .body-inner footer,
  body.home > .body-inner .user-content-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  body.home > .body-inner .user-content-container,
  body.home > .body-inner header,
  body.home > .body-inner footer {
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 499px) {
      body.home > .body-inner .user-content-container,
      body.home > .body-inner header,
      body.home > .body-inner footer {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      body.home > .body-inner .user-content-container,
      body.home > .body-inner header,
      body.home > .body-inner footer {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1051px) {
      body.home > .body-inner .user-content-container,
      body.home > .body-inner header,
      body.home > .body-inner footer {
        padding-left: 45px;
        padding-right: 45px; } }
  body.home > .body-inner .user-content-container:empty {
    display: none; }
  body.home > .body-inner .searchbox-container.top-right {
    right: 30px; }
    @media screen and (max-width: 499px) {
      body.home > .body-inner .searchbox-container.top-right {
        right: 15px; } }
    @media screen and (min-width: 500px) and (max-width: 749px) {
      body.home > .body-inner .searchbox-container.top-right {
        right: 15px; } }
    @media screen and (min-width: 1051px) {
      body.home > .body-inner .searchbox-container.top-right {
        right: 45px; } }
  body.home > .body-inner main {
    z-index: 1;
    margin: 0;
    padding: 0; }
    body.home > .body-inner main #homepage-slideshow {
      overflow: hidden;
      height: 100%; }
      @media screen and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow {
          min-height: 60vh; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
        body.home > .body-inner main #homepage-slideshow {
          min-height: 60vh; } }
      body.home > .body-inner main #homepage-slideshow #slideshow-inner {
        height: 100%; }
        body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide {
          width: 100%;
          height: 100%;
          display: block;
          position: absolute;
          top: 0;
          left: 0; }
          body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .img-sizing-container {
            width: 100%;
            height: 100%; }
            body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
              width: 100%;
              height: 100%; }
          body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .caption {
            position: absolute;
            bottom: 0;
            color: #FFF;
            padding-top: 30px;
            padding-bottom: 30px;
            width: 100%; }
            body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .caption .caption-inner {
              width: 100%;
              max-width: 1200px;
              margin-left: auto;
              margin-right: auto;
              padding: 0 30px; }
              @media screen and (max-width: 499px) {
                body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .caption .caption-inner {
                  padding: 0 15px; } }
              @media screen and (min-width: 500px) and (max-width: 749px) {
                body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .caption .caption-inner {
                  padding: 0 15px; } }
              @media screen and (min-width: 1051px) {
                body.home > .body-inner main #homepage-slideshow #slideshow-inner .slideshow-slide .caption .caption-inner {
                  padding: 0 45px; } }
      body.home > .body-inner main #homepage-slideshow.slideshow-type__small, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped {
        margin: 0 auto;
        overflow: hidden; }
        body.home > .body-inner main #homepage-slideshow.slideshow-type__small #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          max-width: 1200px;
          padding-left: 30px;
          padding-right: 30px; }
          @media screen and (max-width: 499px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide {
              padding-left: 15px;
              padding-right: 15px; } }
          @media screen and (min-width: 500px) and (max-width: 749px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide {
              padding-left: 15px;
              padding-right: 15px; } }
          @media screen and (min-width: 1051px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide {
              padding-left: 45px;
              padding-right: 45px; } }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__small #slideshow-inner .slideshow-slide .caption, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .caption {
            max-width: 100%;
            width: auto; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small #slideshow-inner .slideshow-slide .caption .caption-inner, body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption .caption-inner, body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .caption .caption-inner {
              width: auto; }
      @media screen and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__small {
          min-height: 60vh; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__small {
          min-height: 60vh; } }
      @media screen and (min-width: 901px) and (max-width: 1050px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__small {
          min-height: 400px; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__small {
          min-height: 400px; } }
      @media screen and (min-width: 1051px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            position: static;
            width: 50%; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
              background-size: contain;
              background-position: top center; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            position: static;
            width: 50%;
            color: inherit;
            padding-top: 0; } }
      @media screen and (min-width: 901px) and (max-width: 1050px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide {
          display: -webkit-box;
          display: -moz-box;
          display: box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -moz-box-orient: horizontal;
          box-orient: horizontal;
          -webkit-box-direction: normal;
          -moz-box-direction: normal;
          box-direction: normal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -ms-flex-direction: row; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            position: static;
            width: 50%; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
              background-size: contain;
              background-position: top center; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            box-flex: 1;
            -webkit-flex: 1 1 auto;
            -moz-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            position: static;
            width: 50%;
            color: inherit;
            padding-top: 0; } }
      @media screen and (min-width: 901px) and (max-width: 1050px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen {
          min-height: 400px; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen {
          min-height: 400px; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen {
          min-height: 400px; } }
      @media screen and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen {
          min-height: 400px; } }
      @media screen and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen {
          min-height: 250px; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide {
          position: static; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container {
            position: static;
            width: 100%; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
              position: static;
              background-size: contain;
              background-position: top center;
              min-height: 400px; } }
      @media screen and (min-width: 750px) and (max-width: 900px) and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
          min-height: 250px; } }
      @media screen and (min-width: 750px) and (max-width: 900px) {
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption {
            margin-top: 2em;
            position: static;
            width: 100%;
            color: inherit;
            padding-top: 0; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption .caption-inner {
              padding: 0; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide {
          position: static; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container {
            position: static;
            width: 100%; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
              position: static;
              background-size: contain;
              background-position: top center;
              min-height: 400px; } }
      @media screen and (min-width: 500px) and (max-width: 749px) and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
          min-height: 250px; } }
      @media screen and (min-width: 500px) and (max-width: 749px) {
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption {
            margin-top: 2em;
            position: static;
            width: 100%;
            color: inherit;
            padding-top: 0; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption .caption-inner {
              padding: 0; } }
      @media screen and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide {
          position: static; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container {
            position: static;
            width: 100%; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
              position: static;
              background-size: contain;
              background-position: top center;
              min-height: 400px; } }
      @media screen and (max-width: 499px) and (max-width: 499px) {
        body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .img-sizing-container .homepage-slideshow-image {
          min-height: 250px; } }
      @media screen and (max-width: 499px) {
          body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption {
            margin-top: 2em;
            position: static;
            width: 100%;
            color: inherit;
            padding-top: 0; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__split-screen #slideshow-inner .slideshow-slide .caption .caption-inner {
              padding: 0; } }
      body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped {
        display: flex;
        flex-direction: column; }
        body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner {
          height: 65vh; }
          body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide {
            position: static;
            display: flex;
            flex-direction: column; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .caption,
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .img-sizing-container {
              display: flex;
              flex-direction: column;
              height: 100%;
              text-align: center; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .caption img,
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .img-sizing-container img {
                margin: auto;
                max-height: 100%;
                max-width: 100%; }
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner .slideshow-slide .caption {
              position: static;
              text-align: center;
              color: inherit;
              padding: 15px !important;
              height: auto; }
          @media screen and (min-width: 1051px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              box-orient: vertical;
              -webkit-box-direction: normal;
              -moz-box-direction: normal;
              box-direction: normal;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              flex-direction: column;
              -ms-flex-direction: column; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .caption {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                padding-top: 0; } }
          @media screen and (min-width: 901px) and (max-width: 1050px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              box-orient: vertical;
              -webkit-box-direction: normal;
              -moz-box-direction: normal;
              box-direction: normal;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              flex-direction: column;
              -ms-flex-direction: column; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .caption {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                padding-top: 0; } }
          @media screen and (min-width: 750px) and (max-width: 900px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide {
              display: -webkit-box;
              display: -moz-box;
              display: box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -moz-box-orient: vertical;
              box-orient: vertical;
              -webkit-box-direction: normal;
              -moz-box-direction: normal;
              box-direction: normal;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              flex-direction: column;
              -ms-flex-direction: column; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .caption {
                -webkit-box-flex: 1;
                -moz-box-flex: 1;
                box-flex: 1;
                -webkit-flex: 1 1 auto;
                -moz-flex: 1 1 auto;
                -ms-flex: 1 1 auto;
                flex: 1 1 auto;
                padding-top: 0; } }
          @media screen and (max-width: 499px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner {
              min-height: none; } }
          @media screen and (min-width: 750px) and (max-width: 900px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner {
              min-height: none; } }
          @media screen and (min-width: 901px) and (max-width: 1050px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner {
              min-height: 400px; } }
          @media screen and (min-width: 500px) and (max-width: 749px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner {
              min-height: 400px; } }
          @media screen and (min-width: 750px) and (max-width: 900px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide {
              display: block;
              position: static; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container {
                width: 100%;
                height: auto; }
                body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container img {
                  position: relative;
                  margin: 0 auto; } }
          @media screen and (min-width: 500px) and (max-width: 749px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide {
              display: block;
              position: static; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container {
                width: 100%;
                height: auto; }
                body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container img {
                  position: relative;
                  margin: 0 auto; } }
          @media screen and (max-width: 499px) {
            body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide {
              display: block;
              position: static; }
              body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container {
                width: 100%;
                height: auto; }
                body.home > .body-inner main #homepage-slideshow.slideshow-type__small-not-cropped #slideshow-inner #slideshow-inner .slideshow-slide .img-sizing-container img {
                  position: relative;
                  margin: 0 auto; } }
@media screen and (min-width: 1051px) {
  body.home.nav-display__left-column {
    overflow-x: hidden; }
    body.home.nav-display__left-column > .body-inner {
      width: 100%;
      padding: 0;
      max-width: 1200px;
      padding-left: 30px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
    @media screen and (min-width: 1051px) and (min-width: 1051px) {
      body.home.nav-display__left-column > .body-inner {
        padding-left: 45px; } }
@media screen and (min-width: 1051px) {
      body.home.nav-display__left-column > .body-inner > .wrap-flexor {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; }
        body.home.nav-display__left-column > .body-inner > .wrap-flexor header {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0;
          -moz-flex: 0;
          -ms-flex: 0;
          flex: 0; }
        body.home.nav-display__left-column > .body-inner > .wrap-flexor main {
          -webkit-box-flex: 2;
          -moz-box-flex: 2;
          box-flex: 2;
          -webkit-flex: 2 2 auto;
          -moz-flex: 2 2 auto;
          -ms-flex: 2 2 auto;
          flex: 2 2 auto; }
    body.home.nav-display__left-column header {
      height: 100%;
      padding-top: 40px;
      margin: 0;
      margin-right: 50px; }
    body.home.nav-display__left-column header,
    body.home.nav-display__left-column footer {
      padding-left: 0;
      padding-right: 0; }
    body.home.nav-display__left-column .user-content-layout {
      width: 100%; }
    body.home.nav-display__left-column main {
      padding-left: 50px; }
      body.home.nav-display__left-column main #homepage-slideshow {
        position: relative; }
        body.home.nav-display__left-column main #homepage-slideshow #slideshow-inner {
          position: static; }
        body.home.nav-display__left-column main #homepage-slideshow.slideshow-type__small, body.home.nav-display__left-column main #homepage-slideshow.slideshow-type__split-screen {
          position: relative; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  body.home.nav-display__left-column {
    overflow-x: hidden; }
    body.home.nav-display__left-column > .body-inner {
      width: 100%;
      padding: 0;
      max-width: 1200px;
      padding-left: 30px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
    @media screen and (min-width: 750px) and (max-width: 900px) and (min-width: 1051px) {
      body.home.nav-display__left-column > .body-inner {
        padding-left: 45px; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
      body.home.nav-display__left-column > .body-inner > .wrap-flexor {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; }
        body.home.nav-display__left-column > .body-inner > .wrap-flexor header {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0;
          -moz-flex: 0;
          -ms-flex: 0;
          flex: 0; }
        body.home.nav-display__left-column > .body-inner > .wrap-flexor main {
          -webkit-box-flex: 2;
          -moz-box-flex: 2;
          box-flex: 2;
          -webkit-flex: 2 2 auto;
          -moz-flex: 2 2 auto;
          -ms-flex: 2 2 auto;
          flex: 2 2 auto; }
    body.home.nav-display__left-column header {
      height: 100%;
      padding-top: 40px;
      margin: 0;
      margin-right: 50px; }
    body.home.nav-display__left-column header,
    body.home.nav-display__left-column footer {
      padding-left: 0;
      padding-right: 0; }
    body.home.nav-display__left-column .user-content-layout {
      width: 100%; }
    body.home.nav-display__left-column main {
      padding-left: 50px; }
      body.home.nav-display__left-column main #homepage-slideshow {
        position: relative; }
        body.home.nav-display__left-column main #homepage-slideshow #slideshow-inner {
          position: static; }
        body.home.nav-display__left-column main #homepage-slideshow.slideshow-type__small, body.home.nav-display__left-column main #homepage-slideshow.slideshow-type__split-screen {
          position: relative; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
  body.home.nav-display__left-column {
    overflow-x: hidden; }
    body.home.nav-display__left-column > .body-inner {
      width: 100%;
      padding: 0;
      max-width: 1200px;
      padding-left: 30px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
    @media screen and (min-width: 901px) and (max-width: 1050px) and (min-width: 1051px) {
      body.home.nav-display__left-column > .body-inner {
        padding-left: 45px; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
      body.home.nav-display__left-column > .body-inner > .wrap-flexor {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; }
        body.home.nav-display__left-column > .body-inner > .wrap-flexor header {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          box-flex: 0;
          -webkit-flex: 0;
          -moz-flex: 0;
          -ms-flex: 0;
          flex: 0; }
        body.home.nav-display__left-column > .body-inner > .wrap-flexor main {
          -webkit-box-flex: 2;
          -moz-box-flex: 2;
          box-flex: 2;
          -webkit-flex: 2 2 auto;
          -moz-flex: 2 2 auto;
          -ms-flex: 2 2 auto;
          flex: 2 2 auto; }
    body.home.nav-display__left-column header {
      height: 100%;
      padding-top: 40px;
      margin: 0;
      margin-right: 50px; }
    body.home.nav-display__left-column header,
    body.home.nav-display__left-column footer {
      padding-left: 0;
      padding-right: 0; }
    body.home.nav-display__left-column .user-content-layout {
      width: 100%; }
    body.home.nav-display__left-column main {
      padding-left: 50px; }
      body.home.nav-display__left-column main #homepage-slideshow {
        position: relative; }
        body.home.nav-display__left-column main #homepage-slideshow #slideshow-inner {
          position: static; }
        body.home.nav-display__left-column main #homepage-slideshow.slideshow-type__small, body.home.nav-display__left-column main #homepage-slideshow.slideshow-type__split-screen {
          position: relative; } }
@media screen and (max-width: 499px) {
  body.home.nav-display__left-column header,
  body.home.nav-display__left-column footer {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  body.home.nav-display__left-column header,
  body.home.nav-display__left-column footer {
    padding-left: 15px;
    padding-right: 15px; } }

/*
 * Base settings
 *
 */
body,
.modal-inner {
  background-color: #FFF; }

body,
h1, h2, h3, h4, h5, h6 {
  font-family: "Rosario"; }

body,
h1, h2, h3, h4, h5, h6,
.record-item > a:link,
.record-item > a:hover,
.record-item > a:active,
.record-item > a:visited {
  color: #181818;
  text-decoration: none !important; }

a:link,
a:visited {
  color: #777;
  text-decoration: none !important; }

a:hover,
a:active {
  color: #333;
  text-decoration: none !important; }

header,
header a:link,
header a:visited,
header a:hover,
header a:active,
nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
  font-family: "Raleway";
  color: #777;
  text-decoration: none !important; }

.nav-toggle {
  color: #777; }

header a:hover,
header a:active,
nav a:hover,
nav a:active,
nav .active > a,
header .active > a {
  color: #333; }

@media screen and (max-width: 499px) {
  .searchbox-container-mobile .searchbox {
    font-family: "Raleway";
    color: #777;
    font-size: 1.1em; } }
@media screen and (min-width: 500px) and (max-width: 749px) {
  .searchbox-container-mobile .searchbox {
    font-family: "Raleway";
    color: #777;
    font-size: 1.1em; } }
@media screen and (min-width: 750px) and (max-width: 900px) {
  .searchbox-container-mobile .searchbox {
    font-family: "Raleway";
    color: #777;
    font-size: 1.1em; } }
@media screen and (min-width: 901px) and (max-width: 1050px) {
  .searchbox-container-mobile .searchbox {
    font-family: "Raleway";
    color: #777;
    font-size: 1.1em; } }
/*
 * Styles that apply to this template only
 *
 */
