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

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

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0; }

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0; }

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0; }

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0; }

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

.fa-rotate-90 {
  -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 {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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 {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ra:before,
.fa-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:before,
.fa-battery-full:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=67.5em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "utopia-std", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #5b6976;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 67.5em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

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

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

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lato", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #bcc1c7; }

h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #28a2f9;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0790f2; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

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

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

cite {
  display: block;
  font-size: 0.8125rem;
  color: #5b6976; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  background-color: #f1f2f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #5b6976;
    background-color: #f1f2f5;
    -webkit-box-shadow: 0 0 5px #bcc1c7;
            box-shadow: 0 0 5px #bcc1c7; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bcc1c7; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcc1c7; }

input::placeholder,
textarea::placeholder {
  color: #bcc1c7; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2891, 105, 118%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #5b6976;
    background-color: #f1f2f5;
    -webkit-box-shadow: 0 0 5px #bcc1c7;
            box-shadow: 0 0 5px #bcc1c7; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #28a2f9;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #078eef;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #28a2f9;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #0686e1;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #22c4e9;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #13a2c2;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #28a2f9;
    color: #28a2f9; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #04548d;
      color: #04548d; }
    .button.hollow.primary {
      border: 1px solid #28a2f9;
      color: #28a2f9; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #04548d;
        color: #04548d; }
    .button.hollow.secondary {
      border: 1px solid #22c4e9;
      color: #22c4e9; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #0c6579;
        color: #0c6579; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #28a2f9;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #28a2f9;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #22c4e9;
        color: #0a0a0a; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #28a2f9; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #28a2f9; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #22c4e9; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #28a2f9; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #5b6976; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #28a2f9;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #0686e1;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #22c4e9;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #13a2c2;
      color: #0a0a0a; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 67.5em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

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

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 67.5em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #28a2f9;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #5b6976;
    -webkit-box-shadow: 0 7px 0 #5b6976, 0 14px 0 #5b6976;
            box-shadow: 0 7px 0 #5b6976, 0 14px 0 #5b6976;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #5b6976;
    -webkit-box-shadow: 0 7px 0 #5b6976, 0 14px 0 #5b6976;
            box-shadow: 0 7px 0 #5b6976, 0 14px 0 #5b6976; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

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

.drilldown-submenu-cover-previous {
  min-height: 100%; }

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

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #28a2f9 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

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

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

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

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

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

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 67.5em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

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

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 14.375rem;
  border: none;
  background: #fefefe; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #28a2f9;
  color: #fefefe; }
  .label.primary {
    background: #28a2f9;
    color: #0a0a0a; }
  .label.secondary {
    background: #22c4e9;
    color: #0a0a0a; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fefefe; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #fefefe; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 67.5em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #28a2f9;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #bcc1c7;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

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

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

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #bcc1c7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #28a2f9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #078eef; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(40, 162, 249, 0.5);
            box-shadow: 0 0 6px 1px rgba(40, 162, 249, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #fefefe;
  color: #5b6976; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #5b6976;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fefefe; }
  .top-bar input {
    max-width: 300px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 67.4375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.mobile-menu,
.site-title-bar {
  padding: 0.5rem 1rem; }
  @media print, screen and (min-width: 48em) {
    .mobile-menu,
    .site-title-bar {
      display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .desktop-menu,
  .site-navigation .top-bar-left {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .title-bar img {
    width: 175px;
    height: auto; } }

.title-bar .menu-icon {
  float: right;
  margin-top: 8px; }
  @media print, screen and (min-width: 48em) {
    .title-bar .menu-icon {
      display: none !important; } }

.menu-icon {
  width: 24px;
  height: 19px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  top: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.menu-icon span {
  height: 3px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  background: #28a2f9;
  white-space: nowrap; }

.menu-icon:before, .menu-icon:after {
  left: 0;
  content: '';
  width: 24px;
  height: 3px;
  position: absolute;
  background: #28a2f9 !important;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: width .1s ease-in-out,background .1s ease-in-out,-webkit-transform .1s ease-in-out,top .1s ease-in-out,bottom .1s ease-in-out,left .1s ease-in-out,right .1s ease-in-out;
  -webkit-transition: width .1s ease-in-out,background .1s ease-in-out,top .1s ease-in-out,bottom .1s ease-in-out,left .1s ease-in-out,right .1s ease-in-out,-webkit-transform .1s ease-in-out;
  transition: width .1s ease-in-out,background .1s ease-in-out,top .1s ease-in-out,bottom .1s ease-in-out,left .1s ease-in-out,right .1s ease-in-out,-webkit-transform .1s ease-in-out;
  transition: width .1s ease-in-out,background .1s ease-in-out,transform .1s ease-in-out,top .1s ease-in-out,bottom .1s ease-in-out,left .1s ease-in-out,right .1s ease-in-out;
  transition: width .1s ease-in-out,background .1s ease-in-out,transform .1s ease-in-out,top .1s ease-in-out,bottom .1s ease-in-out,left .1s ease-in-out,right .1s ease-in-out,-webkit-transform .1s ease-in-out;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.menu-icon[aria-expanded="true"]:before {
  -webkit-transform: rotate(-45deg) translate(-50%, 0%);
  -ms-transform: rotate(-45deg) translate(-50%, 0%);
  transform: rotate(-45deg) translate(-50%, 0%);
  top: 0;
  width: 24px;
  left: 33%; }

.menu-icon[aria-expanded="true"]:after {
  -webkit-transform: rotate(45deg) translate(-50%, 0%);
  -ms-transform: rotate(45deg) translate(-50%, 0%);
  transform: rotate(45deg) translate(-50%, 0%);
  bottom: 0;
  width: 24px;
  left: 33%; }

.menu-icon[aria-expanded="true"] span {
  opacity: 0; }

.menu-icon:before {
  top: 0px; }

.menu-icon:after {
  bottom: 0;
  top: auto;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.site-desktop-title a {
  font-weight: bold; }

.nav-open .menu-icon {
  width: 24px;
  height: 20px; }

.mobile-menu {
  display: none; }

.mobile-menu .is-accordion-submenu-parent > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent > a::after {
  border-color: #28a2f9 transparent transparent; }

.mobile-menu .is-accordion-submenu-parent.active > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent.active > a::after {
  border-color: #28a2f9 transparent transparent; }

.mobile-menu .current_page_item > a, .mobile-menu .current-menu-item > a,
.mobile-off-canvas-menu .current_page_item > a,
.mobile-off-canvas-menu .current-menu-item > a {
  font-weight: bold !important; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #28a2f9 transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

@media screen and (max-width: 47.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.minor-nav {
  overflow: hidden; }

.top-bar .minor-nav-item:not(:last-child) {
  display: block;
  float: left;
  margin-left: 0.625rem;
  margin-right: 0.625rem; }

.social-group {
  position: absolute;
  right: 0;
  z-index: 0; }
  @media screen and (max-width: 47.9375em) {
    .social-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.social-network li {
  display: inline-block;
  list-style-type: none;
  margin: 0 0.75rem; }

.social-network {
  margin: 1rem; }
  @media print, screen and (min-width: 48em) {
    .social-network {
      text-align: right;
      margin: 0; } }

.main-nav-container {
  padding-left: 2rem;
  padding-right: 2rem; }

.logo-group, .top-bar.menu, .footer, .category-nav {
  padding-left: 4rem;
  padding-right: 4rem; }

.logo-group .columns {
  position: relative; }

.top-bar {
  padding: 0;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(91, 105, 119, 0.6);
  box-shadow: 0px 3px 3px 0px rgba(91, 105, 119, 0.6); }

.top-bar .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.top-bar .menu > li > ul {
  display: none; }

.top-bar .menu > li, .top-bar .menu.horizontal > li {
  display: inline; }

.top-bar .menu > li:hover > ul {
  display: block; }

.logo-group {
  padding-top: 1.4375rem;
  padding-bottom: 2.6875rem; }

.site-header {
  position: relative;
  z-index: 100;
  width: 100%; }
  @media screen and (max-width: 47.9375em) {
    .site-header {
      -webkit-box-shadow: 0px 3px 3px 0px rgba(91, 105, 119, 0.6);
      box-shadow: 0px 3px 3px 0px rgba(91, 105, 119, 0.6); } }

.home-logo img {
  max-width: 18.75rem;
  padding-top: 0.5rem; }
  @media print, screen and (min-width: 67.5em) {
    .home-logo img {
      max-width: 26rem;
      padding-top: 0; } }

header .input-group {
  margin-bottom: 0;
  z-index: 1; }

header .search {
  position: relative;
  z-index: 1; }

header .input-group-label, .off-canvas .input-group-label {
  padding: 0;
  border: none;
  background-color: #28a2f9;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

header .input-group-label:hover {
  background-color: #068ae8; }

header .input-group-label img {
  max-height: 2.5rem !important;
  max-width: 2.5rem !important; }

header .input-group-field {
  border: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  width: 250px !important; }

.input-group-field:focus {
  outline: none;
  border: none;
  background-color: #f2f2f2; }

.form-container {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.input-group.active .form-container {
  width: 100%; }

.input-group {
  position: absolute; }

.search-trigger {
  cursor: pointer; }

.category-nav ul {
  margin: 0; }

.category-nav li {
  list-style-type: none;
  display: inline-block;
  border-left: 1px solid #bcc1c7;
  padding-left: 1rem;
  padding-right: 1rem; }

.category-nav li:first-child {
  padding-left: 0;
  border-left: none; }

.category-link {
  padding: 1.5625rem 0 3.4375rem 0; }

.hero-category.category-link {
  padding: 0 1rem 2.5rem 1rem; }
  @media screen and (max-width: 47.9375em) {
    .hero-category.category-link {
      padding-left: 0; } }

.article-list .category-link:last-child {
  padding-bottom: 0; }

ul.submenu {
  background-color: #28a2f9;
  color: #fefefe !important;
  padding-left: 1rem;
  padding-right: 1rem; }

.off-canvas ul.submenu {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0 !important;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.top-bar .menu .submenu a, .top-bar .menu li:hover > .submenu a {
  color: #fefefe !important; }

.site-nav.-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  overflow: auto; }

body.nav-open {
  position: fixed;
  width: 100%; }

body.nav-open .exit-menu {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  position: fixed;
  cursor: default;
  background: rgba(255, 255, 255, 0);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-tap-highlight-color: transparent; }

.site-nav {
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  position: fixed;
  background-color: #fefefe;
  padding: 0 1.875rem 0 3.125rem;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  transition: transform 0.5s cubic-bezier(1, 0, 0.5, 1), -webkit-transform 0.5s cubic-bezier(1, 0, 0.5, 1);
  z-index: 1000; }
  @media print, screen and (min-width: 48em) {
    .site-nav {
      width: 50%;
      padding: 0 3.125rem 0 3.125rem; } }
  @media print, screen and (min-width: 67.5em) {
    .site-nav {
      width: 40%;
      padding: 0 4.375rem 0 4.375rem; } }

.site-nav .home img {
  max-width: 10rem; }
  @media print, screen and (min-width: 48em) {
    .site-nav .home img {
      max-width: 11.9375rem; } }

.site-nav li {
  margin: 1rem 0; }

.site-nav a {
  font-family: MuseoSans-500;
  font-size: 1.75rem;
  color: #28a2f9;
  letter-spacing: 1.09px;
  line-height: 74px;
  font-family: "utopia-std", serif;
  font-weight: 500;
  background-color: transparent !important;
  padding-left: 0 !important; }
  @media print, screen and (min-width: 48em) {
    .site-nav a {
      font-size: 2.25rem; } }

.site-nav a:hover {
  opacity: 0.75; }

.site-nav-header {
  height: 6.25rem; }

.site-nav-header .home {
  top: 1rem;
  position: absolute; }
  @media print, screen and (min-width: 48em) {
    .site-nav-header .home {
      top: 2rem; } }

.site-nav .submenu li {
  margin-top: 0;
  margin-bottom: 0; }

@media print, screen and (min-width: 48em) {
  .site-nav-container {
    padding-bottom: 3rem;
    padding-top: 3rem;
    max-width: 500px; } }

.off-canvas {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.off-canvas li:after {
  display: none !important; }

.off-canvas .menu a {
  padding-left: 2rem;
  padding-right: 2rem; }

.off-canvas .minor-nav {
  padding-left: 0.9375rem;
  padding-right: 1.5rem; }

.off-canvas .minor-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem; }

.off-canvas .minor-nav-item.search {
  float: none;
  margin-top: 1rem; }

.off-canvas .link, .off-canvas .search {
  margin-left: 1rem !important;
  margin-top: 1rem; }

.off-canvas .input-group {
  position: relative; }

.off-canvas .minor-nav-item.link {
  width: 100%; }

.off-canvas .input-group-label {
  width: 30px !important; }

.off-canvas .social-network {
  margin-top: 0; }

.off-canvas .social-group {
  position: relative;
  left: 0;
  display: block; }

.is-accordion-submenu-parent[aria-expanded="false"] {
  background-image: url(../images/menu_closed.svg);
  background-position: 95% 0%;
  background-repeat: no-repeat; }

.is-accordion-submenu-parent[aria-expanded="true"] {
  background-image: url(../images/menu_expanded.svg);
  background-position: 95% 0%;
  background-repeat: no-repeat; }

.is-accordion-submenu-parent[aria-expanded="true"] > ul > li > a {
  color: #fefefe !important; }

.js-off-canvas-overlay {
  background: rgba(254, 254, 254, 0) !important; }

.scroll-view {
  height: 0;
  opacity: 0;
  display: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all; }

.is_scrolled .logo-group, .is_scrolled .full-view {
  display: none; }

.is_scrolled .scroll-view {
  opacity: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  padding-top: 1.125rem; }

.is_scrolled .top-bar .menu a {
  padding-top: 1rem; }

.is_scrolled section.container {
  margin-top: 120px; }

.is_scrolled .site-header {
  position: fixed;
  width: 100%;
  background-color: #fefefe;
  top: 0; }

.scroll-logo {
  width: 10.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 67.5em) {
    .scroll-logo {
      width: 10.25rem; } }

.main-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 48em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 48em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 48em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 48em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 48em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 48em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 48em) and (min-width: 48em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

.footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #28a2f9; }

.footer {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .footer::before, .footer::after {
    display: table;
    content: ' '; }
  .footer::after {
    clear: both; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

@media print, screen and (min-width: 48em) {
  .footer .social-network {
    text-align: left; } }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

/*** Ad Blocks ***/
.ad-block {
  background-color: #e6e6e6;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/** Print Styles **/
@media print {
  .home .top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  header {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(91, 105, 119, 0.6) !important;
    box-shadow: 0px 3px 3px 0px rgba(91, 105, 119, 0.6) !important; }
  .featured-article, .hero-articles li {
    width: 100% !important; }
  .featured-article .category, .sub-feature-list .featured-articles h2 a, .hero-articles h3, .page-articles h3, .social-network a, .social-network i {
    color: #fefefe !important; }
  a, a:visited {
    text-decoration: none; }
  .featured-article.lead-article .image-container, .featured-article.lead-article .text-container {
    width: 100% !important; }
  .featured-article.lead-article .text-container {
    padding-top: 1.5rem; }
  .featured-article .image-container, .hero-articles li .image-container, .page-articles li .image-container {
    height: 25rem !important; }
  .site-title-bar {
    display: table !important; }
  .top-menu {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .nav-menu, .nav-master-container, #nav-master, .sticky-container {
    display: block !important;
    height: auto !important; }
  .scroll-container, #footer, .copyright-group {
    width: 100% !important;
    margin-top: 0 !important; }
  .top-bar, .ad-block, .sidebar, .category-nav {
    display: none !important; }
  .small-11, .small-12, .large-push-8 {
    width: 100% !important;
    float: none !important;
    left: 0; }
  .author-group .small-12 {
    float: left !important;
    width: 50% !important; }
  .staff-group .small-12.medium-4 {
    float: left !important;
    width: 25% !important; }
  .staff-group .small-12.medium-8 {
    float: left !important;
    width: 75% !important; }
  .large-offset-6 {
    margin: 0; }
  .category-world blockquote {
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important; }
  #footer-container {
    margin-top: 3rem !important; }
  .footer .menu {
    float: left !important; }
  #menu-discrete-menu a {
    color: black !important; }
  .copyright {
    margin-top: 2rem !important; } }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 48em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 48em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px; }
  @media print, screen and (min-width: 48em) {
    .featured-hero {
      height: 32.8125rem; } }
  @media print, screen and (min-width: 67.5em) {
    .featured-hero {
      height: 32.8125rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

/*** Tablepress ***/
.tablepress {
  border-collapse: inherit !important; }

.tablepress thead th, .tablepress tfoot th {
  background-color: #fefefe !important;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: none !important;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em; }

.tablepress thead th {
  border-bottom: none !important; }

table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #fefefe; }

.tablepress tbody td, .tablepress tfoot th {
  border-top: none !important; }

.tablepress th, .tablepress td {
  padding: 4px 8px !important; }

.tablepress thead th.column-1, .tablepress td.column-1 {
  padding-left: 0 !important; }

.tablepress td {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-family: "lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em; }

#tablepress-2 {
  display: table; }
  @media screen and (min-width: 56.25em) {
    #tablepress-2 {
      display: none; } }

#tablepress-1 {
  display: none; }
  @media screen and (min-width: 56.25em) {
    #tablepress-1 {
      display: table; } }

.column-1 {
  width: 25%; }
  @media screen and (min-width: 56.25em) {
    .column-1 {
      width: 14%; } }

.column-2 {
  width: 40%; }
  @media screen and (min-width: 56.25em) {
    .column-2 {
      width: 21%; } }

.column-3 {
  width: 33%; }
  @media screen and (min-width: 56.25em) {
    .column-3 {
      width: 65%; } }

.gfield_html {
  margin-bottom: 1rem !important; }

.gform_wrapper input[type="text"], .gform_wrapper select, .gform_wrapper textarea {
  width: 100% !important;
  background-color: #f1f2f5;
  border: none;
  -webkit-appearance: none !important;
  border-radius: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 10px !important; }

.gform_wrapper .gsection {
  margin: 28px 16px 16px 0 !important; }

#input_1_24, .ginput_container ginput_container_product_price input, .gform_wrapper span input[type="text"], .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin-bottom: 0 !important; }

.gform_wrapper input[type="text"], .gform_wrapper textarea, .gfield_html, #field_1_32, #field_1_30 {
  margin-bottom: 1.5rem !important; }

body .gform_wrapper ul li.gfields, body .gform_wrapper .top_label div.ginput_container, .gform_wrapper.gf_browser_chrome .ginput_complex select, .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper select {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

#field_1_33 textarea, #field_1_31 textarea, textarea {
  height: 90px !important; }

#field_1_33 label, #field_1_31 label, .textarea label {
  top: 15px !important; }

select {
  background-image: url(../images/select_icon.svg);
  background-position: center right;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-background-origin: border-box;
          background-origin: border-box; }

.gform_wrapper span, .gfield_html {
  margin-bottom: 1.5rem !important; }

.gform_wrapper input[type="text"], .gform_wrapper select {
  height: 45px; }

.gform_wrapper input[type="text"], .gform_wrapper select, .gform_wrapper textarea {
  padding: 13px 4px 10px 15px !important;
  color: #5b6976;
  font-style: normal;
  font-family: "lato", sans-serif !important;
  font-size: 0.875rem !important; }

.gform_wrapper textarea {
  padding: 20px 4px 0px 15px !important; }

.gform_wrapper li {
  position: relative;
  list-style-type: none; }

.gform_wrapper label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  color: #5b6976;
  font-style: italic;
  font-family: "lato", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  pointer-events: none;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s ease-out,color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out,-webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out,-webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out,color 0.2s ease-out;
  transition: transform 0.2s ease-out,color 0.2s ease-out,-webkit-transform 0.2s ease-out; }

.hide-label label {
  top: 10px;
  font-size: 0.375rem !important; }

.form-block .hide-label label, .gform_validation_error li label {
  top: 12px;
  font-size: 0.4375rem !important; }

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  font-size: 0.875rem !important;
  top: 50% !important; }

::-webkit-input-placeholder {
  color: #5b6976 !important;
  font-style: italic;
  font-family: "lato", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400 !important; }

:-ms-input-placeholder {
  color: #5b6976 !important;
  font-style: italic;
  font-family: "lato", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400 !important; }

::placeholder {
  color: #5b6976 !important;
  font-style: italic;
  font-family: "lato", sans-serif;
  font-size: 0.875rem !important;
  font-weight: 400 !important; }

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important; }

.gform_wrapper li.gfield_error textarea, .gfield_error input, .gfield_error select, .gfield_error .gfield_radio label {
  border: 2px solid #fff0ef !important;
  background-color: #fff0ef !important;
  color: #790000 !important; }

.gfield select {
  /* Chrome/Opera/Safari */
  color: #5b6976 !important;
  font-family: "lato", sans-serif;
  font-size: 0.875rem !important;
  font-style: italic; }

@media print, screen and (min-width: 48em) {
  #input_1_29_5_container, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, #input_3_29_5_container, #input_4_29_5_container, #input_7_29_5_container {
    padding-right: 16px !important; } }

.gfield_error select {
  /* Chrome/Opera/Safari */
  color: #790000 !important; }

span.gfield_required {
  color: #5b6976 !important; }

.validation_error {
  background-color: rgba(255, 223, 224, 0.25) !important;
  padding: 1rem;
  margin-bottom: 2rem;
  color: #790000; }

.gform_confirmation_wrapper {
  padding: 1rem;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  background-color: #f2f2f2; }

.form-block select {
  margin-bottom: 0; }

.form-block textarea {
  margin-top: 24px; }

.form-block .gfield_required {
  color: #0a0a0a !important; }

.gform_wrapper {
  margin: 0 !important; }

body .gform_wrapper ul li.gfield:first-child {
  margin-top: 0 !important;
  margin-bottom: 16px; }

.contact-block {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

ul.gform_fields {
  margin: 0; }

ul.gform_fields li:before, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_card_icon_container, .ginput_card_security_code_icon, .gfield_label_before_complex, .heading .gfield_label, .gform_validation_container, .donation-list .gfield_label, #field_4_47 .ginput_product_price_label, #field_3_47 .ginput_product_price_label, #field_5_47 .ginput_product_price_label, #field_6_47 .ginput_product_price_label, #field_8_39 label, #field_4_51 > label {
  display: none !important; }

.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important; }

.gfield_error input, .gfield_error select {
  background-color: rgba(255, 223, 224, 0.25) !important; }

.ginput_complex span {
  position: relative;
  display: block; }

.address_country select {
  background-color: #f1f2f5; }

@media print, screen and (min-width: 48em) {
  .ginput_card_expiration_container select, .ginput_cardinfo_right input[type="text"] {
    width: 31% !important;
    float: left !important; } }

.ginput_cardextras, .ginput_complex {
  overflow: auto; }

.ginput_card_expiration_container label, .ginput_cardinfo_right label {
  display: none; }

.gfield_radio li {
  display: block;
  position: relative;
  width: 15%;
  float: left;
  display: inline-block;
  padding-right: 1rem;
  margin-bottom: 0;
  height: 20px; }
  @media screen and (max-width: 47.9375em) {
    .gfield_radio li {
      width: 33%; } }

.gfield_checkbox li {
  height: 20px; }

h2.gsection_title {
  font-size: 1.625rem !important;
  color: #5b6976;
  line-height: 23px;
  font-weight: 900 !important; }

.gform_wrapper .gsection {
  border-bottom: none !important; }

body .gform_wrapper ul li.gfield.gsection:not(:first-child) {
  margin-top: 3rem !important; }

#field_1_27 {
  overflow: auto; }

#field_1_27 label:first-child, .gfield_html {
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  position: relative !important;
  font-family: "utopia-std", serif !important;
  font-size: 1.125rem !important;
  font-style: normal !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gfield_checkbox li input, .gfield_radio li input {
  margin-top: 3px !important; }

span.ginput_cardextras {
  margin-bottom: 0 !important; }

@media print, screen and (min-width: 48em) {
  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 66.67% !important;
    padding-right: 3%; } }

@media screen and (max-width: 47.9375em) {
  .gform_wrapper .ginput_complex .ginput_cardinfo_left {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 47.9375em) {
  .ginput_cardinfo_left span {
    margin-bottom: 0 !important; } }

@media screen and (max-width: 47.9375em) {
  #input_1_23_2_cardinfo_right label, #input_3_23_2_cardinfo_right label, #input_4_23_2_cardinfo_right label, #input_4_23_2_cardinfo_right label, #input_6_23_2_cardinfo_right label {
    display: none; } }

@media print, screen and (min-width: 48em) {
  .gform_wrapper .ginput_complex .ginput_cardinfo_right {
    width: 33.33% !important; } }

.ginput_card_field label, .ginput_cardinfo_right label, .gfield_product_1_22 > label, .gfield_product_3_22 > label, .gfield_product_4_22 > label, .gfield_product_5_22 > label, .gfield_product_6_22 > label {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-style: normal;
  font-size: 1.125rem !important;
  font-family: "utopia-std", serif; }
  @media print, screen and (min-width: 48em) {
    .ginput_card_field label, .ginput_cardinfo_right label, .gfield_product_1_22 > label, .gfield_product_3_22 > label, .gfield_product_4_22 > label, .gfield_product_5_22 > label, .gfield_product_6_22 > label {
      position: absolute !important; } }

.gform_wrapper .ginput_card_field label, .gform_wrapper .ginput_cardinfo_right label, .gform_wrapper .gfield_price > label {
  font-size: 0.875rem !important;
  top: 0 !important; }

.gfield_product_1_22 li, .gfield_product_3_22 li, .gfield_product_4_22 li, .gfield_product_5_22 li, .gfield_product_6_22 li {
  margin-bottom: 1.5rem !important; }

@media print, screen and (min-width: 48em) {
  .ginput_card_field, .ginput_cardinfo_right {
    padding-top: 2.25rem !important; } }

.gform_wrapper ul.gform_fields li.gfield {
  padding-left: 0;
  padding-right: 0;
  background-color: #fefefe; }

.gfield_price {
  overflow: auto !important; }

#field_1_23 {
  margin-top: 3rem !important;
  overflow: auto; }

#input_1_23_3, #input_3_23_3, #input_4_23_3, #input_5_23_3, #input_6_23_3 {
  width: 100% !important;
  max-width: 100% !important; }

@media screen and (max-width: 47.9375em) {
  #input_1_23 select, #input_3_23 select, #input_4_23 select, #input_5_23 select, #input_6_23 select {
    margin-bottom: 1.5rem !important; } }

.gfield_creditcard_warning {
  margin-right: 0 !important;
  width: 100% !important; }

#field_1_27 li {
  width: 50%; }
  @media print, screen and (min-width: 48em) {
    #field_1_27 li {
      width: 25%; } }

#field_3_48 li, #field_4_48 li, .donation-list li, #field_5_48 li, #field_6_48 li {
  width: 33%;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }
  @media print, screen and (min-width: 48em) {
    #field_3_48 li, #field_4_48 li, .donation-list li, #field_5_48 li, #field_6_48 li {
      width: 25%; } }

#field_3_48 li, #field_4_48 li, #field_5_48 li, #field_6_48 li {
  width: 33%; }
  @media screen and (max-width: 47.9375em) {
    #field_3_48 li, #field_4_48 li, #field_5_48 li, #field_6_48 li {
      width: 50%; } }

#input_1_37 li {
  width: 100%; }

.gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox li label {
  margin: 0 0 0 10px !important; }

input[type="radio"], input[type="checkbox"] {
  border: 0; }

.gform_button, .gform_next_button, .gform_previous_button {
  font-family: "lato", sans-serif;
  font-size: 12px !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 2rem !important; }

.ginput_cardinfo_left select {
  width: 100% !important; }
  @media print, screen and (min-width: 48em) {
    .ginput_cardinfo_left select {
      width: 45% !important; } }

.ginput_card_expiration_container select.ginput_card_expiration_month {
  margin-bottom: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    .ginput_card_expiration_container select.ginput_card_expiration_month {
      margin-right: 5.25% !important; } }

@media print, screen and (min-width: 48em) {
  .ginput_right.address_country, .ginput_left.address_zip {
    margin-bottom: 0.625rem !important; } }

#field_4_47 label, #field_4_41 label, #field_3_47 label, #field_3_41 label, #field_5_47 label, #field_5_41 label, #field_6_41 label {
  position: relative;
  float: left;
  margin-right: 1rem;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  top: 0;
  left: 0;
  color: #5b6976;
  font-style: normal;
  font-family: "lato", sans-serif !important;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  padding-top: 2px;
  letter-spacing: 0.1em; }

.ginput_total, #field_4_47 .ginput_product_price, #field_3_47 .ginput_product_price, #field_5_47 .ginput_product_price, #field_6_47 .ginput_product_price {
  color: #5b6976 !important;
  font-style: normal;
  font-family: "lato", sans-serif !important;
  font-size: 0.875rem !important;
  text-transform: uppercase;
  padding-top: 2px;
  letter-spacing: 0.1em;
  font-weight: 900; }

span.ginput_total, span.ginput_product_price {
  display: inline !important; }

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*="gfield_time_"].ginput_container label {
  margin: 0 !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0 !important; }

.gfield_error {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

@media print, screen and (min-width: 48em) {
  .gfield_product_1_22, .gfield_product_3_22, .gfield_product_4_22, .gfield_product_5_22, .gfield_product_6_22, .gfield_error.gfield_product_1_22, .gfield_error.gfield_product_3_22, .gfield_error.gfield_product_4_22, .gfield_error.gfield_product_5_22, .gfield_error.gfield_product_6_22 {
    padding-top: 1.5rem !important; } }

.gfield_error .gfield_radio label {
  border: none !important;
  background-color: #fefefe !important; }

.gform_wrapper.gf_browser_chrome span.address_country {
  margin-top: 0 !important; }

#gform_confirmation_wrapper_8 {
  background-color: white !important;
  padding: 0 !important; }

#gform_confirmation_message_8 > table {
  background-color: #EAF2FA !important; }

#gform_confirmation_wrapper_8 td {
  padding: 1rem !important; }

#gform_wrapper_8 {
  position: relative; }

#gform_8, #gform_confirmation_message_8 {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e6e6e6; }

.gform_wrapper .gform_page_footer {
  border: none !important; }

#gform_confirmation_message_8 table > tr > td {
  padding: 0 !important; }

#gform_confirmation_wrapper_8 table td[colspan] {
  padding: 1 !important; }

#field_10_40 textarea, #field_10_42 input {
  margin-bottom: 0 !important; }

#field_10_40 .gfield_description, #field_10_42 .gfield_description {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

#field_10_42:not(.hide-label) label {
  top: 20px; }

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
  width: 100% !important; }

/*** Typography ***/
html {
  font-size: 0.75rem; }
  @media print, screen and (min-width: 48em) {
    html {
      font-size: 0.75rem; } }
  @media print, screen and (min-width: 67.5em) {
    html {
      font-size: 1rem; } }

.wf-loading {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.wf-active {
  opacity: 1; }

.featured-article-list a, .featured-article-list a p, .article-list a, .list-view a, .hero-articles a p, .page-articles a p {
  color: #5b6976; }

@media screen and (max-width: 47.9375em) {
  .featured-article-list a, .featured-article-list a:hover {
    color: #fefefe; } }

.social-network li a {
  display: block;
  font-size: 1.625rem;
  text-align: center; }
  @media screen and (max-width: 47.9375em) {
    .social-network li a {
      font-size: 24px; } }

.footer a, .footer p {
  color: #fefefe; }

a {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

a.subscribe {
  background-color: #22c4e9; }

a.subscribe:hover {
  background-color: #14a4c4; }

a.donate:hover {
  background-color: #068ae8; }

a.subscribe, a.donate {
  text-align: center; }
  @media print, screen and (min-width: 48em) {
    a.subscribe, a.donate {
      width: 7.1875rem; } }

.search-results .list-view a:hover {
  color: #28a2f9; }

h1.entry-title {
  font-size: 2.5rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 47.9375em) {
    h1.entry-title {
      font-size: 1.875rem; } }

.page-template-default h1, .page-template-default h2, h1, .page-template-contact h2 {
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: -1px;
  margin-bottom: 1.75rem; }

.single h1 {
  font-weight: 900; }

.page-template-contact h2, .page-template h1 {
  margin-top: 1.5rem;
  margin-bottom: 2rem; }

h2, .hero-articles h3, .article-list h3, .list-articles h3, .page-articles h3, .page-template-default h3, .page-template-contact h3 {
  font-size: 1.625rem; }

.page-template-default h3, .page-template-contact h3 {
  margin-bottom: 1.5rem; }

.lead-article h2 {
  font-size: 2.1875rem; }

.featured-article-list .featured-articles li:not(:first-child) h2 {
  margin-top: 1.75rem; }

.sub-feature-list .featured-articles h2 a, .hero-articles h3, .page-articles h3 {
  color: #fefefe; }

.category-features h2 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }

h4 {
  font-size: 1.25rem; }

.top-bar .menu a, .footer .menu a, .input-group-field, .off-canvas .menu a {
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-size: 0.625rem;
  color: #5b6976;
  font-weight: 500;
  letter-spacing: 1px;
  padding-bottom: 1rem;
  position: relative; }
  @media print, screen and (min-width: 67.5em) {
    .top-bar .menu a, .footer .menu a, .input-group-field, .off-canvas .menu a {
      font-size: 0.8125rem; } }

.off-canvas .menu a {
  font-size: 0.8125rem; }

.top-bar .menu a {
  padding-bottom: 1.125rem; }

.top-bar .menu a {
  padding-left: 0;
  padding-right: 0; }

.input-group-field {
  padding-bottom: 0;
  padding-top: 0;
  text-transform: none !important;
  padding-left: 0.75rem; }

.footer .menu a {
  color: #fefefe !important;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 47.9375em) {
    .footer .menu a {
      font-size: 12px; } }

.footer a:hover {
  opacity: 0.75; }

@media print, screen and (min-width: 48em) {
  .footer .menu {
    float: right; } }

@media print, screen and (min-width: 48em) {
  .footer .menu li:last-child a {
    padding-right: 0; } }

@media print, screen and (min-width: 48em) {
  .footer .menu li:first-child a {
    padding-left: 0; } }

@media screen and (max-width: 47.9375em) {
  .footer {
    text-align: center;
    padding-bottom: 2rem; } }

@media screen and (max-width: 47.9375em) {
  .footer .menu li {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0; } }

.top-bar .menu li {
  position: relative; }

.top-bar .current-menu-parent a {
  background-color: transparent; }

.top-bar .current-menu-parent:after, .top-bar li.current-menu-item:after {
  display: table;
  content: '';
  width: 100%;
  height: 0.3125rem;
  background-color: #28a2f9;
  position: absolute;
  bottom: 0;
  left: 0; }

.featured-article-list p, .featured-article-list p span, .hero-articles p, .hero-articles p span, .article-list p, .list-articles p, .article-list p span, .list-articles p span, .page-articles p, .page-articles p span, .single .entry-content p, .contact-group p, .bio p, .page p {
  font-family: "utopia-std", serif !important;
  font-size: 1.125rem !important; }

.lead-article p {
  font-size: 1.25rem !important; }

p.by-line, p.by-line span {
  font-style: italic !important;
  font-family: "lato", sans-serif !important;
  font-size: 0.875rem !important; }
  @media screen and (max-width: 47.9375em) {
    p.by-line, p.by-line span {
      margin-bottom: 0;
      font-size: 1rem !important; } }

p.by-line strong {
  font-weight: 900; }

.article-list-discretes .category {
  line-height: 2.1875rem;
  color: #fefefe;
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  white-space: nowrap; }

.lead-article p.by-line {
  font-size: 1.25rem; }

.minor-nav-item p, .minor-nav-item .button {
  margin-bottom: 0; }

.minor-nav-item a.button {
  font-family: "lato", sans-serif;
  font-weight: 500;
  color: #fefefe !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.75rem;
  padding: 0.8125rem 1rem; }

.minor-nav-item a.button:hover {
  color: #fefefe !important; }

a.button {
  display: block;
  font-size: 1rem;
  font-family: "lato", sans-serif;
  color: #fefefe;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.category-nav li a {
  font-size: 0.625rem;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  color: #5b6976;
  letter-spacing: 0.1em; }

.category-header h2 {
  padding-left: 1rem;
  font-size: 3rem;
  font-weight: 100;
  letter-spacing: 0; }
  @media screen and (max-width: 47.9375em) {
    .category-header h2 {
      font-size: 2.25rem;
      margin-top: 2rem;
      margin-bottom: 2rem;
      padding-left: 0;
      padding-right: 32px;
      cursor: pointer; } }

.gform_wrapper h2.gsection_title {
  font-weight: 900 !important; }

.article-list h2, .list-view h2 {
  padding-left: 0;
  margin-bottom: 2rem; }

.article-list h3, .list-articles h3 {
  margin-bottom: 1.5rem; }

.category-link a {
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: 900; }

.pagination a {
  font-family: "lato", sans-serif;
  font-weight: 900;
  color: #5b6976; }

.pagination .current {
  padding: 0; }

.pagination .current a {
  color: #fefefe; }

.category-nav .current-menu-item a {
  font-weight: 900; }

.article-discretes, .article-discretes p, .article-discretes a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-family: "lato", sans-serif; }

.article-discretes p {
  margin-bottom: 0; }

.article-discretes a {
  font-weight: 900; }

.author-bio p {
  margin-bottom: 0;
  font-family: "lato", sans-serif;
  font-weight: 700; }

.article-share p, .page-share p {
  text-transform: uppercase;
  font-size: 0.75rem !important;
  font-family: "lato", sans-serif !important;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

.comment-group {
  font-family: "lato", sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 4.0625rem; }

.comment-group a {
  font-weight: 900;
  font-style: normal; }

.single .entry-content blockquote p {
  font-weight: 100;
  font-family: "lato", sans-serif !important;
  font-size: 3rem !important;
  line-height: 1.25;
  margin-bottom: 0; }

blockquote {
  padding-left: 2.25rem;
  padding-top: 0;
  margin-top: 4.6875rem;
  margin-bottom: 4.0625rem; }

.img_caption, .wp-caption-text {
  font-size: 0.75rem;
  font-family: "lato", sans-serif;
  font-style: italic;
  color: #5b6976 !important; }

.sidebar h3 {
  font-size: 0.75rem;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  font-weight: 400; }
  @media screen and (max-width: 47.9375em) {
    .sidebar h3 {
      border-top: 1px solid #bcc1c7;
      padding-top: 2rem;
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }

.recent-articles a {
  font-size: 1.25rem;
  font-family: "lato", sans-serif;
  font-weight: 900;
  color: #5b6976;
  line-height: 1.05; }

.page-default.sidebar a, .content-container a {
  text-transform: uppercase;
  font-family: "lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.1em; }

.contact-group a, .contact-topic-group a {
  color: #5b6976; }

.contact-group p strong, .contact-topic-group p strong, .name-title p strong {
  font-family: "lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem; }

.article-link a {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "lato", sans-serif;
  color: #28a2f9;
  font-weight: 900;
  letter-spacing: 0.1em; }

h6 {
  font-family: "lato", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  margin-bottom: 0;
  color: #5b6976;
  font-weight: 400;
  line-height: 1.5; }

@media screen and (max-width: 47.9375em) {
  .name-group p, .name-group h2 {
    margin-bottom: 0.25rem; } }

.page-template-staff h1 {
  text-align: center; }

a.classified-ad, .main-wrap a.classified-ad:hover {
  max-width: 300px;
  font-weight: normal !important;
  color: #fefefe !important; }

/*** Home ***/
@media print, screen and (min-width: 48em) {
  .featured-articles, .category-list, .article-list {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    list-style-type: none;
    margin: 4rem auto 0 auto; } }

.featured-articles {
  margin: 3rem auto 0 auto; }
  @media print, screen and (min-width: 48em) {
    .featured-articles {
      margin: 5rem auto 0 auto; } }

.home .article-list {
  margin: 1rem auto 0 auto; }

.featured-article, .hero-articles li {
  width: 100%;
  float: left;
  margin-bottom: 2.5rem;
  position: relative;
  list-style-type: none; }
  @media print, screen and (min-width: 48em) {
    .featured-article, .hero-articles li {
      width: 33.33%; } }

.featured-article .content-wrap, .hero-articles li .content-wrap {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media print, screen and (min-width: 48em) {
    .featured-article .content-wrap, .hero-articles li .content-wrap {
      padding-left: 1rem;
      padding-right: 1rem; } }

.archive .content-wrap {
  padding-left: 1rem;
  padding-right: 1rem; }

@media screen and (max-width: 47.9375em) {
  .lead-article .content-wrap {
    padding-left: 0;
    padding-right: 0; } }

.featured-article.image-container, .featured-article.text-container {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .featured-article.image-container, .featured-article.text-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .featured-article.image-container:last-child:not(:first-child), .featured-article.text-container:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 48em) {
  .featured-article.lead-article .image-container {
    width: 66%;
    float: right;
    padding-left: 0.25rem; } }

@media print, screen and (min-width: 48em) {
  .featured-article.lead-article .text-container {
    width: 33%;
    float: left; } }

@media screen and (max-width: 47.9375em) {
  .lead-article .text-container {
    margin-top: 1.5rem; } }

.featured-article.lead-article {
  width: 100% !important;
  margin-bottom: 3rem; }

.featured-article .image-fill, .hero-articles li .image-fill {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: absolute; }

@media print, screen and (min-width: 48em) {
  .featured-article.lead-article .image-fill {
    width: calc(100% - 0.5rem);
    left: 0.5rem; } }

.lead-article .by-line span {
  display: none; }

.by-line span {
  position: relative; }

.by-line span:before {
  display: inline;
  content: ' / '; }

.lead-article .image-container {
  height: 15rem; }
  @media print, screen and (min-width: 48em) {
    .lead-article .image-container {
      height: 23.4375rem !important; } }

.featured-article .image-container, .hero-articles li .image-container, .page-articles li .image-container {
  position: relative;
  height: 65vw; }
  @media print, screen and (min-width: 48em) {
    .featured-article .image-container, .hero-articles li .image-container, .page-articles li .image-container {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-article .image-container, .hero-articles li .image-container, .page-articles li .image-container {
      height: 15.3125rem; } }

.featured-article .image-fill img, .hero-articles li .image-fill img {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  max-width: 500px;
  min-width: 101%;
  min-height: 100%;
  position: relative;
  vertical-align: top;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.featured-article.lead-article .image-container {
  height: 23.4375rem; }

.featured-article .category {
  content: '';
  display: table;
  position: absolute;
  top: -1.125rem;
  left: 2rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  padding: 0 1.75rem;
  color: #fefefe;
  background-color: #28a2f9;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
  z-index: 1; }

.featured-article.lead-article .category {
  content: '';
  display: table;
  position: absolute;
  top: -1.5625rem;
  left: 2.5rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 2.25rem;
  color: #fefefe;
  background-color: #28a2f9;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "lato", sans-serif;
  z-index: 1; }

.lead-article .text-container {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media print, screen and (min-width: 48em) {
    .lead-article .text-container {
      padding-left: 0 !important; } }

.sub-feature-list .text-container, .hero-articles .image-container .text-container, .page-articles .image-container .text-container {
  position: absolute;
  bottom: 0;
  padding: 0 1rem 0.5rem 1rem;
  z-index: 10; }
  @media screen and (max-width: 47.9375em) {
    .sub-feature-list .text-container, .hero-articles .image-container .text-container, .page-articles .image-container .text-container {
      padding: 0 1.25rem 1rem 1.25rem; } }

@media screen and (max-width: 47.9375em) {
  .featured-article .image-container .text-container {
    position: absolute;
    bottom: 0;
    padding: 0 1.25rem 1rem 1.25rem;
    z-index: 10; } }

@media screen and (max-width: 47.9375em) {
  .featured-article.lead-article .text-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1.5rem; } }

.article-list, .list-view {
  margin-bottom: 4.6875rem; }

.article-list .sidebar, .list-view .sidebar {
  text-align: right; }

.sidebar-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem;
  width: 100%; }
  @media print, screen and (min-width: 48em) {
    .sidebar-container {
      max-width: 300px;
      float: right;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }

.home .sidebar-container {
  padding-left: 0rem;
  padding-right: 0rem; }

.article-list ul, .list-view .list-articles {
  list-style-type: none;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 47.9375em) {
  .home .list-articles {
    padding-right: 0;
    padding-left: 0; } }

.article-list .column-block, .list-view .column-block {
  border-top: 1px solid #bcc1c7;
  list-style-type: none; }

.article-list .column-block:last-child, .list-view .column-block:last-child {
  border-bottom: 1px solid #bcc1c7; }

.home .list-articles li {
  padding-right: 1.875rem;
  padding-left: 1.875rem; }
  @media screen and (max-width: 47.9375em) {
    .home .list-articles li {
      margin-left: 1.875rem;
      margin-right: 1.875rem; } }

.home .list-articles li.ad-block {
  background-color: #fefefe;
  border-top: none;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (max-width: 47.9375em) {
    .home .list-articles li.ad-block {
      margin-left: 0.9375rem;
      margin-right: 0.9375rem;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0; } }

@media screen and (max-width: 47.9375em) {
  .home .list-articles li:nth-child(2), .home .list-articles li:nth-child(5) {
    border-bottom: 1px solid #bcc1c7; } }

@media screen and (max-width: 47.9375em) {
  .home .list-articles li:last-child {
    border-bottom: none; } }

.article-list-discretes div {
  display: inline-block; }
  @media screen and (max-width: 47.9375em) {
    .article-list-discretes div {
      display: block; } }

.article-list-discretes .category {
  width: 8.75rem;
  text-align: center;
  display: block; }
  @media print, screen and (min-width: 67.5em) {
    .article-list-discretes .category {
      display: inline-block; } }

.article-list-discretes .author {
  padding-top: 2rem;
  padding-left: 0; }
  @media print, screen and (min-width: 67.5em) {
    .article-list-discretes .author {
      padding-top: 0;
      padding-left: 2rem; } }

.article-list li, .list-view li {
  margin-bottom: 0; }

.article-list .text-container, .list-view .text-container {
  padding-top: 2.1875rem;
  padding-bottom: 1.1875rem; }

@media screen and (max-width: 47.9375em) {
  .home .article-list .text-container {
    padding-bottom: 0;
    padding-top: 1.5rem; } }

.sidebar {
  margin-top: 0; }
  @media screen and (max-width: 47.9375em) {
    .sidebar {
      padding-bottom: 2rem; } }

@media screen and (max-width: 47.9375em) {
  .hero-ad-block {
    padding-top: 0;
    padding-bottom: 0; } }

.hero-ad-block div {
  margin: 0 auto;
  text-align: center; }

.ad-block img {
  width: 100%;
  height: auto; }

.home .sidebar {
  width: 50%; }
  @media print, screen and (min-width: 67.5em) {
    .home .sidebar {
      width: 33.33%; } }

/*** Category ***/
.category-features ul {
  clear: both; }

.menu .active > a {
  background: none; }

.menu li:after {
  content: '';
  display: table;
  position: absolute;
  bottom: 0 !important;
  left: 0;
  width: 100%;
  height: 0.375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0; }

.menu li:hover:after, .menu li.current-menu-item:after, .menu li.active:after {
  background-color: #28a2f9 !important;
  opacity: 1; }

#menu-primary-1 .submenu li:hover:after, #menu-primary-1 .submenu li.current-menu-item:after, #menu-primary .submenu li:hover:after, #menu-primary .submenu li.current-menu-item:after, #menu-top-menu-scrolled .submenu li:hover:after, #menu-top-menu-scrolled .submenu li.current-menu-item:after {
  background-color: #fefefe !important;
  opacity: 0.2; }

[data-category='texas'] .category, li.category-texas:hover:after, li.current-menu-item.category-texas:after, li.current-menu-parent.category-texas:after, .category-2 .pagination .current, .category-32 .pagination .current, .category-33 .pagination .current, .category-40 .pagination .current {
  background-color: #28a2f9 !important;
  opacity: 1; }

[data-category='baptists'] .category, li.category-baptists:hover:after, li.current-menu-item.category-baptists:after, li.current-menu-parent.category-baptists:after, .category-3 .pagination .current {
  background-color: #94be2d !important;
  opacity: 1; }

[data-category='nation'] .category, li.category-nation:hover:after, li.current-menu-item.category-nation:after, li.current-menu-parent.category-nation:after, .category-4 .pagination .current {
  background-color: #96136f !important;
  opacity: 1; }

[data-category='world'] .category, li.category-world:hover:after, li.current-menu-item.category-world:after, li.current-menu-parent.category-world:after, .category-5 .pagination .current {
  background-color: #e88b11 !important;
  opacity: 1; }

[data-category='opinion'] .category, li.category-opinion:hover:after, li.current-menu-item.category-opinion:after, li.current-menu-parent.category-opinion:after, li.category-opinion .submenu, .category-7 .pagination .current, .category-39 .pagination .current, .category-8 .pagination .current, .category-38 .pagination .current, .category-37 .pagination .current, .category-23 .pagination .current, .category-9 .pagination .current {
  background-color: #d72f20 !important;
  opacity: 1; }

[data-category='faith-culture'] .category, li.category-faith-culture:hover:after, li.current-menu-item.category-faith-culture:after, li.current-menu-parent.category-faith-culture:after, .category-6 .pagination .current {
  background-color: #22c4e9 !important;
  opacity: 1; }

.current-menu-item > a, .current-menu-parent > a, .menu li:hover > a, .menu li.active > a {
  color: #28a2f9 !important; }

.footer .menu li:hover > a {
  color: #fefefe !important; }

.top-bar .menu .current-menu-item > a, .top-bar .menu .current-menu-parent > a, .menu li.active > a {
  font-weight: 900 !important; }

.featured-article-list [data-category='nation'] a:hover, .hover [data-category='nation'] a, .article-list [data-category='nation'] a:hover, .category-nation a:hover, .current-menu-item.category-nation a, .current-menu-parent.category-nation a, .category-nation a:hover, li.category-nation:hover > a, .category-nation.current-menu-item > a, li.category-nation:hover > a {
  color: #96136f !important; }

.featured-article-list [data-category='texas'] a:hover, .hover [data-category='texas'] a, .article-list [data-category='texas'] a:hover, .page-id-40990 .category-link a, .page-id-40990 .list-articles a:hover, .category-nav.texas-news li a:hover, .category-nav.texas-news .current-menu-item a, li.current-menu-item.category-texas a, li.current-menu-parent.category-texas a, .category-texas a:hover, .category-around-the-state a:hover, .category-on-the-move a:hover, .category-obituaries a:hover, li.category-texas:hover > a, .category-texas.current-menu-item > a, li.category-texas:hover > a {
  color: #28a2f9 !important; }

.featured-article-list [data-category='baptists'] a:hover, .hover [data-category='baptists'] a, .article-list [data-category='baptists'] a:hover, li.current-menu-item.category-baptists > a, li.current-menu-parent.category-baptists a, .category-baptists a:hover, li.category-baptists:hover > a, .category-baptists.current-menu-item > a, li.category-baptists:hover > a {
  color: #94be2d !important; }

.featured-article-list [data-category='world'] a:hover, .hover [data-category='world'] a, .article-list [data-category='world'] a:hover, li.current-menu-item.category-world > a, li.current-menu-parent.category-world a, .category-world a:hover, li.category-world:hover > a, .category-world.current-menu-item > a, li.category-world:hover > a {
  color: #e88b11 !important; }

.featured-article-list [data-category='opinion'] a:hover, .hover [data-category='opinion'] a, .article-list [data-category='opinion'] a:hover, .page-id-41015 .category-link a, .category-nav.opinion li a:hover, .category-nav.opinion .current-menu-item > a, li.current-menu-item.category-opinion > a, li.current-menu-parent.category-opinion > a, .category-editorials a:hover, .category-voices a:hover, .category-profiles a:hover, .category-bgct a:hover, .category-letters a:hover, .category-other-opinions a:hover, .category-students-on-mission a:hover, li.category-opinion:hover > a, [data-category='opinion'].category-link a, .category-opinion.current-menu-item > a, li.category-opinion:hover > a {
  color: #d72f20 !important; }

.featured-article-list [data-category='faith-culture'] a:hover, .hover [data-category='faith-culture'] a, .article-list [data-category='faith-culture'] a:hover, li.current-menu-item.category-faith-culture a, li.current-menu-parent.category-faith-culture a, .category-faith-culture a:hover, li.category-faith-culture:hover > a, .category-faith-culture.current-menu-item > a, li.category-faith-culture:hover > a {
  color: #22c4e9 !important; }

.image-fill:after {
  display: table;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none; }

.image-fill:hover:after, .sub-feature-list .image-fill:after, .hover .image-fill:after, .hero-articles .image-fill:after, .archive .image-fill:after {
  opacity: 1; }

@media screen and (max-width: 47.9375em) {
  .featured-article .image-fill:after {
    opacity: 1; } }

[data-category='baptists'] .image-fill:after, .category-baptists .image-fill:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(148, 190, 45, 0)), color-stop(68%, rgba(148, 190, 45, 0.5)));
  background: -webkit-linear-gradient(top, rgba(148, 190, 45, 0) 25%, rgba(148, 190, 45, 0.5) 68%);
  background: linear-gradient(to bottom, rgba(148, 190, 45, 0) 25%, rgba(148, 190, 45, 0.5) 68%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094be2d', endColorstr='#8094be2d',GradientType=0 ); }

[data-category='nation'] .image-fill:after, .category-nation .image-fill:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22c4e9+25,22c4e9+69&0+25,0.5+68 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(150, 19, 111, 0) 25%, rgba(150, 19, 111, 0.5) 68%, rgba(150, 19, 111, 0.5) 69%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(150, 19, 111, 0)), color-stop(68%, rgba(150, 19, 111, 0.5)), color-stop(69%, rgba(150, 19, 111, 0.5)));
  background: linear-gradient(to bottom, rgba(150, 19, 111, 0) 25%, rgba(150, 19, 111, 0.5) 68%, rgba(150, 19, 111, 0.5) 69%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0096136f', endColorstr='#8096136f',GradientType=0 );
  /* IE6-9 */ }

[data-category='world'] .image-fill:after, .category-world .image-fill:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d72f20+25,d72f20+68&0+25,0.5+68 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(232, 139, 17, 0) 25%, rgba(232, 139, 17, 0.5) 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(232, 139, 17, 0)), color-stop(68%, rgba(232, 139, 17, 0.5)));
  background: linear-gradient(to bottom, rgba(232, 139, 17, 0) 25%, rgba(232, 139, 17, 0.5) 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e88b11', endColorstr='#80e88b11',GradientType=0 );
  /* IE6-9 */ }

[data-category='around-the-state'] .image-fill:after, [data-category='texas'] .image-fill:after, .category-around-the-state .image-fill:after, .category-texas .image-fill:after, .category-on-the-move .image-fill:after, .category-obituaries .image-fill:after, .author .image-fill:after, .category-reviews .image-fill:after, .category-movies .image-fill:after, .category-books .image-fill:after, .category-music .image-fill:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28a2f9+25,28a2f9+68&0+25,0.5+68 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(40, 162, 249, 0) 25%, rgba(40, 162, 249, 0.5) 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(40, 162, 249, 0)), color-stop(68%, rgba(40, 162, 249, 0.5)));
  background: linear-gradient(to bottom, rgba(40, 162, 249, 0) 25%, rgba(40, 162, 249, 0.5) 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0028a2f9', endColorstr='#8028a2f9',GradientType=0 );
  /* IE6-9 */ }

[data-category='opinion'] .image-fill:after, .category-voices .image-fill:after, .category-editorials .image-fill:after, .category-other-opinions .image-fill:after, .category-profiles .image-fill:after, .category-bgct .image-fill:after, .category-students-on-mission .image-fill:after, .category-letters .image-fill:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d72f20+25,d72f20+68&0+25,0.5+68 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(215, 47, 32, 0) 25%, rgba(215, 47, 32, 0.5) 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(215, 47, 32, 0)), color-stop(68%, rgba(215, 47, 32, 0.5)));
  background: linear-gradient(to bottom, rgba(215, 47, 32, 0) 25%, rgba(215, 47, 32, 0.5) 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d72f20', endColorstr='#80d72f20',GradientType=0 );
  /* IE6-9 */ }

[data-category='faith-culture'] .image-fill:after, .category-faith-culture .image-fill:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22c4e9+25,22c4e9+69&0+25,0.5+68 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 196, 233, 0) 25%, rgba(34, 196, 233, 0.5) 68%, rgba(34, 196, 233, 0.5) 69%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(34, 196, 233, 0)), color-stop(68%, rgba(34, 196, 233, 0.5)), color-stop(69%, rgba(34, 196, 233, 0.5)));
  background: linear-gradient(to bottom, rgba(34, 196, 233, 0) 25%, rgba(34, 196, 233, 0.5) 68%, rgba(34, 196, 233, 0.5) 69%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0022c4e9', endColorstr='#8022c4e9',GradientType=0 );
  /* IE6-9 */ }

.hero-articles .hover .image-fill:after, .sub-feature-list li:hover .image-fill:after {
  opacity: 0; }

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 196, 233, 0.5);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

[data-category='nation'] .color-overlay, .category-nation .color-overlay {
  background: rgba(150, 19, 111, 0.5); }

[data-category='around-the-state'] .color-overlay, [data-category='texas'] .color-overlay, .category-texas .color-overlay, .category-around-the-state .color-overlay, .category-on-the-move .color-overlay, .category-obituaries .color-overlay, .category-obituaries .no-image, .category-on-the-move .no-image, category-around-the-state .no-image, .author .color-overlay, .category-reviews .color-overlay, .category-movies .color-overlay, .category-books .color-overlay, .category-music .color-overlay {
  background: rgba(40, 162, 249, 0.5); }

[data-category='baptists'] .color-overlay, .category-baptists .color-overlay, .category-baptists .no-image {
  background: rgba(148, 190, 45, 0.5); }

[data-category='world'] .color-overlay, .category-world .color-overlay, .category-world .no-image {
  background: rgba(232, 139, 17, 0.5); }

[data-category='opinion'] .color-overlay, .category-voices .color-overlay, .category-editorials .color-overlay, .category-other-opinions .color-overlay, .category-profiles .color-overlay, .category-bgct .color-overlay, .category-students-on-mission .color-overlay, .category-letters .color-overlay, .category-voices .no-image, .category-editorials .no-image, .category-other-opinions .no-image, .category-profiles .no-image, .category-bgct .no-image, .category-students-on-mission .no-image, .category-letters .no-image {
  background: rgba(215, 47, 32, 0.5); }

[data-category='faith-culture'] .color-overlay, .category-faith-culture .color-overlay, .category-faith-culture .no-image {
  background: rgba(34, 196, 233, 0.5); }

.image-fill:hover > .color-overlay, a:hover .color-overlay, .hero-articles .hover .color-overlay, .page-articles .hover .color-overlay, .author .no-image .color-overlay {
  opacity: 1; }

.image-fill a {
  display: block;
  width: 100%;
  height: 100%; }

.hero-articles .image-container, .category .image-container {
  margin-bottom: 2rem; }

@media print, screen and (min-width: 67.5em) {
  .hero-articles .column-block {
    margin-bottom: 3.125rem; } }

blockquote {
  color: #96136f !important; }

.category-voices blockquote, .category-editorials blockquote, .category-other-opinions blockquote, .category-profiles blockquote, .category-bgct blockquote, .category-students-on-mission blockquote, .category-letters blockquote {
  border-left: 4px solid #d72f20 !important; }

.category-world blockquote {
  border-left: 4px solid #e88b11 !important; }

.category-baptists blockquote {
  border-left: 4px solid #94be2d !important; }

.category-faith-culture blockquote {
  border-left: 4px solid #22c4e9 !important; }

.category-nation blockquote {
  border-left: 4px solid #96136f !important; }

.category-texas blockquote, category-around-the-state blockquote, category-on-the-move blockquote, category-obituaries blockquote {
  border-left: 4px solid #96136f !important; }

[data-category='opinion'].category-link a:hover {
  color: #ab2519 !important; }

.page-id-40990 .category-link a:hover {
  color: #068ae8 !important; }

.list-view h3 a {
  color: #5b6976; }

.category .article-list .list-articles, .category .list-view .list-articles {
  margin-top: 0; }

.pagination {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.main-wrap {
  margin-top: 0.5rem; }
  @media print, screen and (min-width: 48em) {
    .main-wrap {
      margin-top: 3rem !important; } }

@media screen and (max-width: 47.9375em) {
  .page-template-default .main-wrap, .search-results .main-wrap, .error404 .main-wrap {
    margin-top: 3rem; } }

.list-view .category-header h2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.list-articles {
  margin-left: 1rem;
  margin-right: 1rem; }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .article-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master ul.hero-articles li, .page-template-category-master ul.list-articles li, .page-template-category-master .category-link {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master ul.hero-articles li.active, .page-template-category-master ul.list-articles li.active, .page-template-category-master .category-link.active {
    display: block; } }

.page-template-category-master ul.hero-articles, .page-template-category-master ul.list-articles {
  margin-bottom: 0; }

.page-template-category-master .category-header {
  position: relative;
  overflow: auto; }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .category-header h2 {
    background-image: url(../images/menu_closed.svg);
    background-position: center right;
    background-repeat: no-repeat; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .category-header.active h2 {
    background-image: url(../images/menu_expanded.svg);
    background-position: center right;
    background-repeat: no-repeat; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master.page-id-40994 .category-header h2, .page-template-category-master.page-id-41015 .category-header h2 {
    background-image: url(../images/menu_closed_red.svg);
    background-position: center right;
    background-repeat: no-repeat; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master.page-id-40994 .category-header.active h2, .page-template-category-master.page-id-41015 .category-header.active h2 {
    background-image: url(../images/menu_expanded_red.svg);
    background-position: center right;
    background-repeat: no-repeat; } }

.page-template-category-master .hero-articles .category-header.active {
  margin-bottom: 2rem; }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .category-header:before {
    display: table;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #bcc1c7;
    position: absolute;
    top: 0; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .hero-articles .category-header.active:after, .page-template-category-master .list-articles:nth-last-child(2) .category-header:after {
    display: table;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #bcc1c7;
    position: absolute;
    bottom: 0; } }

.page-template-category-master .hero-articles .category-header:first-child:before, .page-template-category-master .list-articles:nth-last-child(2) .category-header.active:after {
  display: none; }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .article-list ul, .page-template-category-master .content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .main-wrap .row, .page-template-category-master .article-list {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (max-width: 47.9375em) {
  .page-template-category-master .article-list .category-link:last-child {
    padding-bottom: 2.5rem; } }

/*** Articles ***/
.main-wrap .row {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media print, screen and (min-width: 48em) {
    .main-wrap .row {
      padding-left: 2.8125rem;
      padding-right: 2.8125rem; } }

@media screen and (max-width: 47.9375em) {
  span.wf_caption {
    float: none !important; } }

.featured-hero {
  max-height: 525px; }

.article-discretes {
  margin-bottom: 2.5rem; }

.article-discretes div {
  display: inline-block;
  position: relative; }

.author-group {
  border-top: 1px solid #bcc1c7;
  border-bottom: 1px solid #bcc1c7;
  overflow: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem; }

.author-group .columns {
  padding-left: 0;
  padding-right: 0; }

.author-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.author-image, .by-line img {
  margin-right: 1rem; }

.author-image img, .by-line img {
  border-radius: 6.25rem; }

.article-share ul, .recent-articles, .page-share ul {
  margin: 0; }

@media screen and (max-width: 47.9375em) {
  .article-share {
    border-top: 1px solid #bcc1c7;
    margin-top: 1.5rem;
    padding-top: 1rem; } }

@media screen and (min-width: 48em) and (max-width: 67.4375em) {
  .article-share {
    border-top: 1px solid #bcc1c7;
    margin-top: 1.5rem;
    padding-top: 1rem; } }

.page-share {
  border-top: 1px solid #bcc1c7;
  border-bottom: 1px solid #bcc1c7;
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  padding-top: 0.5rem; }
  @media screen and (max-width: 47.9375em) {
    .page-share {
      margin-top: 2rem; } }

.article-share li, .page-share li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1rem; }

.author-bio {
  padding-right: 3rem; }

.article-share.follower, .sidebar .article-share {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.recent-articles {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #bcc1c7; }
  @media screen and (max-width: 47.9375em) {
    .recent-articles {
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }

.recent-articles li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }

.main-wrap .sidebar .row {
  padding: 0 !important; }

.sidebar-group {
  margin-bottom: 0.5rem;
  clear: both; }

.list-articles .content-wrap {
  padding-left: 0;
  padding-right: 0; }

span.wf_caption {
  margin: 8px 24px 8px 24px !important; }

.wp-caption {
  margin-top: 8px;
  margin-bottom: 8px; }

.wp-caption.alignleft {
  margin-right: 8px; }

.wp-caption.alignright {
  margin-left: 8px; }

@media screen and (max-width: 47.9375em) {
  .wp-caption img {
    max-width: 275px; } }

@media screen and (max-width: 47.9375em) {
  .sidebar hr {
    margin-top: 0;
    margin-bottom: 0; } }

.caption-group {
  padding-top: 0.75rem;
  padding-bottom: 2rem; }

.caption-group p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 0.75rem;
  letter-spacing: 0.01em; }

.avatar-default {
  border-radius: 100%;
  margin-right: 1rem; }

@media screen and (max-width: 47.9375em) {
  .single .primary-article-content {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 47.9375em) {
  .sidebar {
    padding-left: 10px;
    padding-right: 10px; } }

@media print, screen and (min-width: 48em) {
  .sidebar {
    width: 50%; } }

@media screen and (min-width: 53.125em) {
  .sidebar {
    width: 41.67%; } }

@media print, screen and (min-width: 67.5em) {
  .sidebar {
    width: 33.33%; } }

@media screen and (min-width: 53.125em) {
  .primary-content-column {
    width: 58%; } }

@media print, screen and (min-width: 67.5em) {
  .primary-content-column {
    width: 66.67%; } }

@media screen and (max-width: 47.9375em) {
  .primary-content-column {
    padding-left: 1.875rem;
    padding-right: 1.875rem; } }

/*** Pages ***/
.page-template-default .sidebar {
  padding-top: 2rem; }
  @media print, screen and (min-width: 48em) {
    .page-template-default .sidebar {
      padding-top: 5rem; } }

.page-template-default .main-wrap {
  padding-bottom: 4.6875rem; }

.page-template-default .sidebar hr {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .page-template-default .sidebar hr {
      display: block; } }

/*** Contact ***/
.contact-topic-group {
  padding-bottom: 3.125rem; }

@media screen and (max-width: 47.9375em) {
  .name-group {
    margin-top: 2rem;
    margin-bottom: 2rem; } }

@media screen and (max-width: 47.9375em) {
  .name-group, .staff-group .medium-4 {
    text-align: center; } }

@media print, screen and (min-width: 48em) {
  .name-group div {
    display: inline-block; } }

@media print, screen and (min-width: 48em) {
  .name-group .article-link {
    float: right; } }

.staff-group {
  margin-top: 0.3125rem; }
  @media print, screen and (min-width: 48em) {
    .staff-group {
      margin-top: 3.125rem; } }

.staff-group .column-block {
  padding-bottom: 3.125rem;
  margin-bottom: 3.75rem;
  border-bottom: 1px solid #bcc1c7; }

.staff-group .column-block:last-child {
  border-bottom: none; }

.staff-group img {
  max-width: 17.8125rem; }

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