/*





 */
/*!
 *  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(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
@font-face{font-family:lg;src:url(/../fonts/lg.woff2?io9a6k) format("woff2"),url(/../fonts/lg.ttf?io9a6k) format("truetype"),url(/../fonts/lg.woff?io9a6k) format("woff"),url(/../fonts/lg.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:0;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear;background:0 0;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity .2s ease-out 0s;-o-transition:opacity .2s ease-out 0s;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;-webkit-transition:-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-moz-transition:-moz-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;-o-transition:-o-transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(.5,.5,.5);-o-transform:scale3d(.5,.5,.5);-ms-transform:scale3d(.5,.5,.5);-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.lg-outer .lg-video-cont{text-align:center;display:inline-block;vertical-align:middle;position:relative}.lg-outer .lg-video-cont .lg-object{width:100%!important;height:100%!important}.lg-outer .lg-has-iframe .lg-video-cont{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-video-object{position:absolute;left:0;right:0;width:100%;height:100%;top:0;bottom:0;z-index:3}.lg-outer .lg-video-poster{z-index:1}.lg-outer .lg-has-video .lg-video-object{opacity:0;will-change:opacity;-webkit-transition:opacity .3s ease-in;-o-transition:opacity .3s ease-in;transition:opacity .3s ease-in}.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster{opacity:0!important}.lg-outer .lg-has-video.lg-video-loaded .lg-video-object{opacity:1}@keyframes lg-play-stroke{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes lg-play-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lg-video-play-button{width:18%;max-width:140px;position:absolute;top:50%;left:50%;z-index:2;cursor:pointer;transform:translate(-50%,-50%) scale(1);will-change:opacity,transform;-webkit-transition:-webkit-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-moz-transition:-moz-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;-o-transition:-o-transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s;transition:transform .25s cubic-bezier(.17,.88,.32,1.28),opacity .1s}.lg-video-play-button:hover .lg-video-play-icon,.lg-video-play-button:hover .lg-video-play-icon-bg{opacity:1}.lg-video-play-icon-bg{fill:none;stroke-width:3%;stroke:#fcfcfc;opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon-circle{position:absolute;top:0;left:0;bottom:0;right:0;fill:none;stroke-width:3%;stroke:rgba(30,30,30,.9);stroke-opacity:1;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200}.lg-video-play-icon{position:absolute;width:25%;max-width:120px;left:50%;top:50%;transform:translate3d(-50%,-50%,0);opacity:.6;will-change:opacity;-webkit-transition:opacity .12s ease-in;-o-transition:opacity .12s ease-in;transition:opacity .12s ease-in}.lg-video-play-icon .lg-video-play-icon-inner{fill:#fcfcfc}.lg-video-loading .lg-video-play-icon-circle{animation:lg-play-rotate 2s linear .25s infinite,lg-play-stroke 1.5s ease-in-out .25s infinite}.lg-video-loaded .lg-video-play-button{opacity:0;transform:translate(-50%,-50%) scale(.7)}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;will-change:opacity;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-single-item .lg-autoplay-button{opacity:.75;pointer-events:none}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;-webkit-transition:-webkit-transform .8s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .8s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .8s cubic-bezier(0,0,.25,1) 0s;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-moz-transition:-moz-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-o-transition:-o-transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scale3d(1,1,1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scale3d(1,1,1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scale3d(1,1,1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:"\e311"}.lg-actual-size .lg-icon.lg-zoom-in{opacity:.5;pointer-events:none}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:"\e033"}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:"\e312"}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-pager-outer{text-align:center;z-index:1080;height:10px;margin-bottom:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer.lg-single-item .lg-pager-outer{display:none}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#fff;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;will-change:transform,opacity;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer .lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:absolute;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active .lg-dropdown-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active .lg-share{color:#fff}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);will-change:visibility,opacity,transform;-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#fff;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer .lg-share{position:relative}.lg-outer .lg-share:after{content:"\e80d"}.lg-outer .lg-share-facebook .lg-icon{color:#3b5998}.lg-outer .lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer .lg-share-twitter .lg-icon{color:#00aced}.lg-outer .lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer .lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer .lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-comment-box{width:420px;max-width:100%;position:absolute;right:0;top:0;bottom:0;z-index:9999;background-color:#fff;will-change:transform;-moz-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-comment-box .lg-comment-title{margin:0;color:#fff;font-size:18px}.lg-comment-box .lg-comment-header{background-color:#000;padding:12px 20px;position:absolute;left:0;right:0;top:0}.lg-comment-box .lg-comment-body{height:100%!important;padding-top:43px!important;width:100%!important}.lg-comment-box .fb-comments{height:100%;width:100%;background:url(/../images/loading.gif) no-repeat scroll center center #fff;overflow-y:auto;display:inline-block}.lg-comment-box .fb-comments[fb-xfbml-state=rendered]{background-image:none}.lg-comment-box .fb-comments>span{max-width:100%}.lg-comment-box .lg-comment-close{position:absolute;right:5px;top:12px;cursor:pointer;font-size:20px;color:#999;will-change:color;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-comment-box .lg-comment-close:hover{color:#fff}.lg-comment-box .lg-comment-close:after{content:"\e070"}.lg-comment-box iframe{max-width:100%!important;width:100%!important}.lg-comment-box #disqus_thread{padding:0 20px}.lg-outer .lg-comment-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;will-change:visibility,opacity;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer .lg-comment-toggle:after{content:"\e908"}.lg-outer.lg-comment-active .lg-comment-overlay{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer.lg-comment-active .lg-comment-toggle{color:#fff}.lg-outer.lg-comment-active .lg-comment-box{-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-img-rotate{position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .4s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .4s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .4s cubic-bezier(0,0,.25,1) 0s;transition:transform .4s cubic-bezier(0,0,.25,1) 0s}.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,.lg-outer[data-lg-slide-type=video] .lg-flip-hor,.lg-outer[data-lg-slide-type=video] .lg-flip-ver,.lg-outer[data-lg-slide-type=video] .lg-rotate-left,.lg-outer[data-lg-slide-type=video] .lg-rotate-right{opacity:.75;pointer-events:none}.lg-outer .lg-img-rotate:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-medium-zoom-item{cursor:zoom-in}.lg-medium-zoom .lg-outer{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grab img.lg-object{cursor:zoom-out}.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object{cursor:zoom-out}.lg-relative-caption .lg-outer .lg-sub-html{white-space:normal;bottom:auto;padding:0;background-image:none}.lg-relative-caption .lg-outer .lg-relative-caption-item{opacity:0;padding:16px 0;transition:.5s opacity ease}.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item{opacity:1}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:0}.lg-container.lg-show{display:block}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar{opacity:1}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:0;will-change:auto;overflow:hidden;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/../images/loading.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform .35s ease-out 0s;-moz-transition:-moz-transform .35s ease-out 0s;-o-transition:-o-transform .35s ease-out 0s;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}
/* line 264, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 43.75em)";
  width: 43.75em;
}

/* line 269, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 123, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  /* line 147, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  /* line 148, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + .end[class*="column"] {
    float: left;
  }
  /* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
.columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 43.75em) {
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 170, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
.columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  /* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  /* line 180, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right !important;
  }
}

/* Foundation Visibility HTML Classes */
/* line 9, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 43.75em) {
  /* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
.show-for-medium-up {
    display: inherit !important;
  }
  /* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }
  /* line 89, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }
  /* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
.hide-for-medium-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 96, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }
  /* line 101, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }
  /* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }
  /* line 117, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
th.show-for-medium,
th.show-for-medium-up,
th.hide-for-small {
    display: table-cell !important;
  }
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width:1280px) {
  /* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
.show-for-large-up {
    display: inherit !important;
  }
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
.show-for-medium-down {
    display: none !important;
  }
  /* line 131, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
.hide-for-medium-down {
    display: inherit !important;
  }
  /* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
.hide-for-large-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 139, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }
  /* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }
  /* line 151, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }
  /* line 164, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
th.show-for-large,
th.show-for-large-up,
th.hide-for-medium,
th.hide-for-medium-down {
    display: table-cell !important;
  }
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width:1440px) {
  /* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }
  /* line 175, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
.show-for-large-down {
    display: none !important;
  }
  /* line 178, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
.hide-for-large-down {
    display: inherit !important;
  }
  /* line 181, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 185, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }
  /* line 190, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }
  /* line 195, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }
  /* line 200, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }
  /* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
th.show-for-xlarge,
th.hide-for-large,
th.hide-for-large-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 214, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  /* line 245, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 250, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  /* line 254, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 258, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 262, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 267, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 273, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  /* line 275, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 280, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  /* line 284, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 288, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 292, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 297, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 303, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 43.75em) {
  /* Remove small grid clearing */
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.11875em;
  line-height: 1.6;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #008c4d;
  text-decoration: none;
  line-height: inherit;
}

/* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #00733f;
}

/* line 160, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* line 174, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

/* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.5em;
}

/* line 200, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.1875em;
}

/* line 201, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.25em;
}

/* line 202, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.9375em;
}

/* line 203, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1em;
}

/* line 204, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #91271f;
}

/* Lists */
/* line 241, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* line 253, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}

/* line 269, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 272, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}

/* line 273, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}

/* line 275, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

/* line 295, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}

/* line 317, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}

/* line 321, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 325, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 331, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 338, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}

/* line 344, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 348, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 357, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 43.75em) {
  /* line 368, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /* line 369, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.125em;
  }
  /* line 370, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.8125em;
  }
  /* line 371, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.5625em;
  }
  /* line 372, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.25em;
  }
}

/*
     * Print styles.
     *
     * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
     * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
    */
/* line 383, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 392, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 394, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 396, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 399, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 403, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 409, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 411, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 414, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 418, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 425, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 428, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }
  /* line 429, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }
  /* line 430, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 431, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}

/* line 171, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}

/* line 176, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  color: #333;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #cbc7bb;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}

/* line 177, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}

/* line 178, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #d0382d;
  border-color: #a62d24;
  color: #fff;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #a62d24;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}

/* line 180, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}

/* line 181, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}

/* line 182, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}

/* line 183, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 185, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}

/* line 186, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}

/* line 188, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008c4d;
}

/* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #cbc7bb;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  color: #333;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #e1dfd8;
}

/* line 190, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  color: #fff;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #008c4d;
}

/* line 191, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
  background-color: #d0382d;
  border-color: #a62d24;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #a62d24;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  color: #fff;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #d0382d;
}

/* line 196, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}

/* line 198, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}

/* line 200, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 215, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 43.75em) {
  /* line 223, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
/* line 264, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}

/* line 69, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}

/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 75, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

/* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 270, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}

/* line 271, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}

/* line 272, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 281, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 286, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 288, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

/* line 295, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}

/* line 298, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 307, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 312, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 315, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 354, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}

/* line 221, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 366, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d0382d;
  color: #fff;
}

/* line 369, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 371, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d0382d;
  color: #fff;
}

/* line 375, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
  margin-bottom: 0;
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 382, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #d0382d;
}

/* line 387, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d0382d;
  color: #fff;
}

/* line 392, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
  margin-bottom: 0;
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 403, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 407, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error {
  color: #d0382d;
}

/* Button Groups */
/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}

/* line 74, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}

/* line 35, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.3333333333%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.6666666667%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.2857142857%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}

/* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}

/* line 23, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}

/* line 46, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}

/* line 81, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}

/* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.1875em;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}

/* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 2.8125em;
}

/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 4em;
}

/* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}

/* line 112, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
/* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 4.8em;
}

/* line 53, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 62, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}

/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #004023;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3em;
}

/* line 117, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #c0bcad;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #91271f;
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #004023;
}

/* line 156, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.9375em;
}

/* line 88, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.84375em;
}

/* line 89, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}

/* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 3.9375em;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.8125em;
}

/* line 103, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}

/* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 6em;
}

/* line 130, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.75em;
}

/* line 131, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}

/* line 159, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2em;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}

/* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 164, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

/* line 26, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 27, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 29, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 281, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 287, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .active[data-section-region] > [data-section-content], [data-section=''] > .active[data-section-region] > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .active[data-section-region] > [data-section-content], [data-section='auto'] > .active[data-section-region] > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .active[data-section-region] > [data-section-content], .section-container.auto > .active[data-section-region] > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > .active[data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > .active[data-section-region] > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .active[data-section-region] > [data-section-content], .section-container.vertical-tabs > .active[data-section-region] > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > .active[data-section-region] > [data-section-content],
[data-section='vertical-nav'] > .active[data-section-region] > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .active[data-section-region] > [data-section-content], .section-container.vertical-nav > .active[data-section-region] > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > .active[data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > .active[data-section-region] > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .active[data-section-region] > [data-section-content], .section-container.horizontal-nav > .active[data-section-region] > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > .active[data-section-region] > [data-section-content],
[data-section='accordion'] > .active[data-section-region] > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > .active[data-section-region] > [data-section-content], .section-container.accordion > .active[data-section-region] > .content {
  display: block;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}

/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d6d6d6;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}

/* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

/* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > .active[data-section-region] > [data-section-content], [data-section='tabs'] > .active[data-section-region] > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > .active[data-section-region] > [data-section-content], .section-container.tabs > .active[data-section-region] > .content {
  display: block;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}

/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}

/* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

/* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  /* line 319, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .active[data-section-region] > [data-section-content], [data-section=''] > .active[data-section-region] > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .active[data-section-region] > [data-section-content], [data-section='auto'] > .active[data-section-region] > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .active[data-section-region] > [data-section-content], .section-container.auto > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 326, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }
  /* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > .active[data-section-region] > [data-section-content], [data-section='vertical-tabs'] > .active[data-section-region] > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .active[data-section-region] > [data-section-content], .section-container.vertical-tabs > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  /* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > .active[data-section-region], .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > .active[data-section-region] {
    padding-left: 12.5em;
  }
  /* line 153, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > .active[data-section-region] > [data-section-title], [data-section='vertical-tabs'] > .active[data-section-region] > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > .active[data-section-region] > [data-section-title], .section-container.vertical-tabs > .active[data-section-region] > .title {
    width: 12.5em;
  }
  /* line 340, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  /* line 260, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d6d6d6;
  }
  /* line 347, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > .active[data-section-region] > [data-section-content], [data-section='vertical-nav'] > .active[data-section-region] > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .active[data-section-region] > [data-section-content], .section-container.vertical-nav > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  /* line 354, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 361, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > .active[data-section-region] > [data-section-content], [data-section='horizontal-nav'] > .active[data-section-region] > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .active[data-section-region] > [data-section-content], .section-container.horizontal-nav > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  /* line 368, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}

/* line 378, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 380, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > .active[data-section-region] > [data-section-content], .no-js [data-section] > .active[data-section-region] > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > .active[data-section-region] > [data-section-content], .no-js .section-container > .active[data-section-region] > .content {
  display: block;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

/* line 384, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}

/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d6d6d6;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}

/* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

/* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #111;
}

/* line 76, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 93, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111;
  margin-bottom: 0;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}

/* line 130, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 135, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

/* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}

/* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}

/* line 155, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 160, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

/* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 179, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}

/* line 187, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

/* line 208, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 212, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #111;
}

/* line 215, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}

/* line 216, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

/* line 240, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  font-size: 16px;
  margin: 0;
}

/* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 259, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222;
}

/* line 269, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #008c4d;
  font-size: 0.8125em;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #005931;
}

/* line 278, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e1dfd8;
}

/* line 280, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #cbc7bb;
}

/* line 284, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #008c4d;
}

/* line 286, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #005931;
}

/* line 290, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #d0382d;
}

/* line 292, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #a62d24;
}

/* line 300, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: black;
  color: #fff;
}

/* line 306, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}

/* line 313, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}

/* line 316, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 320, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 332, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

/* line 340, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}

/* line 347, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 351, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

/* line 354, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}

/* line 359, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

/* line 360, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}

/* line 368, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 380, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

/* line 384, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 940px) {
  /* line 389, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
.top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #111;
  }
  /* line 412, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 75em;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 418, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: black;
    color: #fff;
  }
  /* line 440, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111;
  }
  /* line 444, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 452, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 454, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 463, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 502, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 526, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #111;
    padding: 0 15px;
    height: 45px;
  }
  /* line 534, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 548, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: #fff;
  }
  /* line 554, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: #fff;
  }
  /* line 562, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 64, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 70, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 74, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

/* line 154, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}

/* line 171, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

/* line 176, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}

/* line 182, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}

/* line 213, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 228, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 241, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 245, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}

/* line 255, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 256, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

/* line 261, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}

/* line 265, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 266, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}

/* line 273, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 279, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}

/* line 285, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 295, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555;
}

/* line 299, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 309, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 43.75em) {
  /* line 317, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 43.75em) {
  /* line 328, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
.orbit-stack-on-small .orbit-next,
.orbit-stack-on-small .orbit-prev,
.orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

/* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

/* line 65, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 66, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 43.75em) {
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media print {
  /* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}

/* Foundation Joyride */
/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}

/* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

/* line 81, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}

/* line 89, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}

/* line 98, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

/* line 129, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

/* line 136, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}

/* line 146, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

/* line 175, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 43.75em) {
  /* line 187, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 196, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 204, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}

/* Clearing Styles */
/* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}

/* line 42, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 43.75em) {
  /* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
.clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
.clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }
  /* line 137, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }
  /* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }
  /* line 153, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.5;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 185, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }
  /* line 218, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Alerts */
/* line 94, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 0px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 97, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 103, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #d0382d;
  border-color: #a62d24;
  color: #fff;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  color: #4c483b;
}

/* Breadcrumbs */
/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}

/* line 60, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 62, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #008c4d;
}

/* line 69, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}

/* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}

/* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* line 96, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}

/* line 83, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

/* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}

/* line 92, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}

/* line 101, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}

/* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}

/* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}

/* line 148, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

/* line 153, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}

/* line 165, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}

/* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}

/* line 186, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}

/* line 190, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888;
}

/* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}

/* line 195, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}

/* line 208, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}

/* line 209, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 212, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 213, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 216, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
  background: rgba(208, 56, 45, 0.1);
  margin-bottom: 0;
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 222, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
}

/* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

/* line 257, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}

/* line 261, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

/* line 265, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}

/* line 272, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}

/* line 276, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #ddd;
}

/* Keystroke Characters */
/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #008c4d;
  color: #fff;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 78, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #d0382d;
  color: #fff;
}

/* line 81, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #008c4d;
  color: #fff;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e1dfd8;
  color: #333;
}

/* Inline Lists */
/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}

/* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}

/* line 93, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #008c4d;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008c4d;
}

/* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 0.9375em;
  padding: 0.75em;
  background: #f2f2f2;
}

/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

/* line 56, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #005931;
  margin-bottom: 0.9375em;
  padding: 0.75em;
  background: #008c4d;
  -webkit-box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
}

/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

/* line 56, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout a {
  color: #fff;
}

/* line 76, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 124, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #ddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}

/* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.25em;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}

/* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #008c4d;
  height: 100%;
  display: block;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e1dfd8;
  height: 100%;
  display: block;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #008c4d;
  height: 100%;
  display: block;
}

/* line 59, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #d0382d;
  height: 100%;
  display: block;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 62, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 65, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 66, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 67, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}

/* line 39, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}

/* line 43, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #008c4d;
}

/* line 48, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}

/* line 53, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}

/* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  text-decoration: none;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #008c4d;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  /* line 239, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: #fff;
    border-color: #cccccc;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 75, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 239, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 239, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: none 0;
  }
}

@media only screen {
  /* line 137, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  /* line 177, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #008c4d, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #008c4d, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  /* line 201, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 2.75em;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  /* line 246, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 1.75em;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  /* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 1.375em;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  /* line 252, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 253, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 257, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 258, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 259, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.5625em;
  }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}

/* line 11, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 17, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

/* line 19, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: none 0px #ddd;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: normal;
}

/* line 47, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.9375em 0.625em 0.9375em;
  font-size: 0.75em;
  color: #fff;
  text-align: left;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.75em 0.625em;
  font-size: 0.75em;
  color: #222;
}

/* line 65, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

/* line 70, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* line 31, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 77, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 140, 77, 0.5);
}

/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
/* line 29, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

/* line 35, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #002615;
  color: #008c4d;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #3B3B3B;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 60, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #3B3B3B transparent;
  top: -10px;
}

/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #008c4d !important;
  border-bottom: dotted 1px #002615 !important;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 43.75em) {
  /* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #3B3B3B transparent;
    top: -10px;
  }
  /* line 90, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #3B3B3B transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 96, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #3B3B3B;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #3B3B3B transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */
/* line 135, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 76, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

/* line 83, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

/* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 95, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 139, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.75em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}

/* line 114, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

/* line 117, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 146, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 147, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 148, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* line 1219, app/assets/stylesheets/foundation_and_overrides.scss.erb */
html, body {
  height: 100%;
}

/* line 1221, app/assets/stylesheets/foundation_and_overrides.scss.erb */
#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -30px;
}

/* line 1227, app/assets/stylesheets/foundation_and_overrides.scss.erb */
#root #root-footer {
  height: 30px;
}

/* line 1229, app/assets/stylesheets/foundation_and_overrides.scss.erb */
#footer {
  clear: both;
  position: relative;
  height: 30px;
}

/* line 42, app/assets/stylesheets/elements/shared.sass */
.mt-2 {
  margin-top: 2px;
}

/* line 44, app/assets/stylesheets/elements/shared.sass */
.mt-4 {
  margin-top: 4px;
}

/* line 46, app/assets/stylesheets/elements/shared.sass */
.mt-6 {
  margin-top: 6px;
}

/* line 48, app/assets/stylesheets/elements/shared.sass */
.mt-8 {
  margin-top: 8px;
}

/* line 50, app/assets/stylesheets/elements/shared.sass */
.mt-10 {
  margin-top: 10px;
}

/* line 52, app/assets/stylesheets/elements/shared.sass */
.mt-12 {
  margin-top: 12px;
}

/* line 54, app/assets/stylesheets/elements/shared.sass */
.mt-14 {
  margin-top: 14px;
}

/* line 56, app/assets/stylesheets/elements/shared.sass */
.mt-16 {
  margin-top: 16px;
}

/* line 58, app/assets/stylesheets/elements/shared.sass */
.mt-18 {
  margin-top: 18px;
}

/* line 60, app/assets/stylesheets/elements/shared.sass */
.mt-20 {
  margin-top: 20px;
}

/* line 62, app/assets/stylesheets/elements/shared.sass */
.mt-22 {
  margin-top: 22px;
}

/* line 64, app/assets/stylesheets/elements/shared.sass */
.mt-24 {
  margin-top: 24px;
}

/* line 66, app/assets/stylesheets/elements/shared.sass */
.mt-26 {
  margin-top: 26px;
}

/* line 68, app/assets/stylesheets/elements/shared.sass */
.mt-28 {
  margin-top: 28px;
}

/* line 70, app/assets/stylesheets/elements/shared.sass */
.mt-30 {
  margin-top: 30px;
}

/* line 74, app/assets/stylesheets/elements/shared.sass */
.input-group input[type=text] {
  display: inline;
  width: 80%;
}

/* line 77, app/assets/stylesheets/elements/shared.sass */
.input-group .input-group-label {
  display: inline;
  width: 20%;
}

/* line 81, app/assets/stylesheets/elements/shared.sass */
.text-center {
  text-align: center;
}

/* line 84, app/assets/stylesheets/elements/shared.sass */
.text-right {
  text-align: right;
}

/* line 87, app/assets/stylesheets/elements/shared.sass */
ol.inside {
  margin: 0;
}

/* line 89, app/assets/stylesheets/elements/shared.sass */
ol.inside li {
  list-style-position: inside;
  margin-left: 0;
}

/* line 93, app/assets/stylesheets/elements/shared.sass */
ul.no-style-type {
  margin: 0;
}

/* line 95, app/assets/stylesheets/elements/shared.sass */
ul.no-style-type li {
  margin-left: 0;
  list-style-type: none;
}

/* line 98, app/assets/stylesheets/elements/shared.sass */
ul.no-style-type li input {
  margin-bottom: 0;
}

/* line 101, app/assets/stylesheets/elements/shared.sass */
.pagination {
  height: 1.5em;
}

/* line 103, app/assets/stylesheets/elements/shared.sass */
.pagination span {
  padding: 6px;
}

/* line 106, app/assets/stylesheets/elements/shared.sass */
p.help-text, .help-text {
  margin-top: 0;
  font-style: italic;
  font-size: 0.75em !important;
}

/* line 111, app/assets/stylesheets/elements/shared.sass */
dl.sub-nav {
  margin: 0;
  padding: 0;
}

/* line 115, app/assets/stylesheets/elements/shared.sass */
dl.sub-nav dd a {
  color: #737373;
}

/* line 118, app/assets/stylesheets/elements/shared.sass */
dl.sub-nav dd.active a {
  padding-left: 10px;
  padding-bottom: 5px;
}

/* line 122, app/assets/stylesheets/elements/shared.sass */
dl.progress {
  height: auto;
  border: 0;
}

/* line 125, app/assets/stylesheets/elements/shared.sass */
dl.progress dd {
  display: block;
  width: 100%;
}

/* line 130, app/assets/stylesheets/elements/shared.sass */
.button.info {
  background: #e1b53e;
  color: #fff;
}

/* line 133, app/assets/stylesheets/elements/shared.sass */
.button.tiny {
  padding-top: 5px;
}

/* line 135, app/assets/stylesheets/elements/shared.sass */
.button:hover {
  text-decoration: none;
}

/* line 137, app/assets/stylesheets/elements/shared.sass */
.button.mail {
  background: #555555;
}

/* line 139, app/assets/stylesheets/elements/shared.sass */
.button.mail:hover {
  background: #2a2827;
}

/* line 142, app/assets/stylesheets/elements/shared.sass */
.striked {
  text-decoration: line-through;
}

/* line 149, app/assets/stylesheets/elements/shared.sass */
h1, h2 {
  font-weight: bold;
  color: #211f19;
}

/* line 156, app/assets/stylesheets/elements/shared.sass */
.ss-main, .ss-content {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.75em;
}

@keyframes highlight-fade {
  0% {
    background-color: #f6e8c2;
  }
  100% {
    background-color: transparent;
  }
}

/* line 171, app/assets/stylesheets/elements/shared.sass */
.highlight-effect {
  animation: highlight-fade 2s ease-out;
}

/* line 174, app/assets/stylesheets/elements/shared.sass */
.element--env-information {
  width: 100%;
}

/* line 176, app/assets/stylesheets/elements/shared.sass */
.element--env-information.staging {
  background: orange;
  color: #000;
  text-align: center;
  font-size: 0.75em;
  padding: 12px;
  font-weight: bold;
}

/* line 183, app/assets/stylesheets/elements/shared.sass */
.element--env-information.staging i {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 186, app/assets/stylesheets/elements/shared.sass */
.element--env-information.development {
  height: 15px;
  background: url(/assets/ui/development_pattern-d68d901673666596b243a4fb07324b2ba212613bffd563890b4edbdc3a581d59.jpg) repeat-x;
}

/* line 190, app/assets/stylesheets/elements/shared.sass */
.ajax-loader {
  width: 100px;
  height: 100px;
  background: url(/assets/ui/ajax-loader-4b0b4524b9666a4e8576bfccae1706fc9c82d8e47cf794c992101f79c937ce0d.gif);
  margin: 0 auto;
}

/* line 195, app/assets/stylesheets/elements/shared.sass */
.ajax-loader.tiny {
  width: 10px;
  height: 10px;
  margin: 0 auto;
}

/* line 200, app/assets/stylesheets/elements/shared.sass */
hr.white-space {
  border: 0;
  height: 0.5em;
}

/* line 203, app/assets/stylesheets/elements/shared.sass */
hr.white-space.s0 {
  margin: 5px;
  padding: 0;
}

/* line 207, app/assets/stylesheets/elements/shared.sass */
hr {
  border-color: #f4f6f8;
}

/* line 210, app/assets/stylesheets/elements/shared.sass */
label.internal {
  color: #d0382d;
}

/* line 214, app/assets/stylesheets/elements/shared.sass */
img.radius {
  border-radius: 3px;
}

/* line 218, app/assets/stylesheets/elements/shared.sass */
i.success, p.success {
  color: #008c4d;
}

/* line 220, app/assets/stylesheets/elements/shared.sass */
i.alert, p.alert {
  color: #d0382d;
}

/* line 222, app/assets/stylesheets/elements/shared.sass */
i.secondary, p.secondary {
  color: #e1dfd8;
}

/* line 224, app/assets/stylesheets/elements/shared.sass */
i.warning, p.warning {
  color: #e1b53e;
}

/* line 226, app/assets/stylesheets/elements/shared.sass */
i.neutral, p.neutral {
  color: #f4f6f8;
}

/* line 231, app/assets/stylesheets/elements/shared.sass */
strong span.success, legend span.success {
  color: #008c4d;
  font-weight: bold;
}

/* line 234, app/assets/stylesheets/elements/shared.sass */
strong span.neutral, legend span.neutral {
  color: #938c73;
  font-weight: bold;
}

/* line 237, app/assets/stylesheets/elements/shared.sass */
strong span.warning, legend span.warning {
  color: #E79911;
  font-weight: bold;
}

/* line 240, app/assets/stylesheets/elements/shared.sass */
strong span.alert, legend span.alert {
  color: #d0382d;
  font-weight: bold;
}

/* line 244, app/assets/stylesheets/elements/shared.sass */
.line-through {
  text-decoration: line-through;
}

/* line 248, app/assets/stylesheets/elements/shared.sass */
.label.tiny {
  padding-top: 6px;
}

/* line 250, app/assets/stylesheets/elements/shared.sass */
.label.black {
  background: #000;
  color: #fff;
}

/* line 253, app/assets/stylesheets/elements/shared.sass */
.label.warning {
  background: #e1b53e;
}

/* line 256, app/assets/stylesheets/elements/shared.sass */
.inline {
  display: inline;
}

/* line 259, app/assets/stylesheets/elements/shared.sass */
.left {
  float: left;
}

/* line 262, app/assets/stylesheets/elements/shared.sass */
.right {
  float: right;
}

/* line 265, app/assets/stylesheets/elements/shared.sass */
.clearfix {
  clear: both;
}

/* line 268, app/assets/stylesheets/elements/shared.sass */
span.required-input {
  font-size: 0.875em;
  color: #9e9882;
  font-weight: normal;
  float: right;
}

/* line 274, app/assets/stylesheets/elements/shared.sass */
ul {
  list-style-position: outside;
  margin-left: 1em;
}

/* line 278, app/assets/stylesheets/elements/shared.sass */
ul.regular, ol.regular {
  margin-left: 16px;
}

/* line 281, app/assets/stylesheets/elements/shared.sass */
ul.event-date {
  margin-right: 10px;
}

/* line 284, app/assets/stylesheets/elements/shared.sass */
ul.event-date li a.button {
  padding: 6px;
}

/* line 286, app/assets/stylesheets/elements/shared.sass */
ul.event-date li a.button.active {
  background: #b5b09e;
}

/* line 289, app/assets/stylesheets/elements/shared.sass */
ul.button-group.right {
  margin-left: 8px;
}

/* line 292, app/assets/stylesheets/elements/shared.sass */
a.right {
  margin-left: 8px;
}

/* line 295, app/assets/stylesheets/elements/shared.sass */
p.label-style {
  margin-bottom: 0;
}

@media only screen and (min-width: 850px) {
  /* line 295, app/assets/stylesheets/elements/shared.sass */
  p.label-style {
    text-align: right;
  }
}

/* line 299, app/assets/stylesheets/elements/shared.sass */
p.label-style.left {
  text-align: left;
}

@media only screen and (min-width: 850px) {
  /* line 304, app/assets/stylesheets/elements/shared.sass */
  .field_with_errors label {
    color: #d0382d;
  }
}

/* line 307, app/assets/stylesheets/elements/shared.sass */
.field_with_errors.left label {
  text-align: left;
  color: #d0382d;
}

/* line 312, app/assets/stylesheets/elements/shared.sass */
.input-wrapper-checkbox .field_with_errors {
  display: inline;
}

/* line 314, app/assets/stylesheets/elements/shared.sass */
.input-wrapper-checkbox .field_with_errors label {
  color: #d0382d;
}

/* line 318, app/assets/stylesheets/elements/shared.sass */
.field_with_errors label {
  color: #d0382d;
  font-weight: bold;
}

/* line 321, app/assets/stylesheets/elements/shared.sass */
.field_with_errors label.left {
  text-align: left !important;
}

/* line 324, app/assets/stylesheets/elements/shared.sass */
.pro-tip {
  font-size: 0.5625em;
  line-height: 1.5em;
  margin-bottom: 5px;
  color: #999999;
}

/* line 329, app/assets/stylesheets/elements/shared.sass */
.pro-tip.right {
  text-align: right;
}

/* line 332, app/assets/stylesheets/elements/shared.sass */
small.error {
  margin-top: -5px !important;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 336, app/assets/stylesheets/elements/shared.sass */
select.inline {
  width: auto;
  margin-right: 5px;
  margin-top: 5px;
}

/* line 341, app/assets/stylesheets/elements/shared.sass */
select.sessions {
  width: 100px;
}

/* line 347, app/assets/stylesheets/elements/shared.sass */
.money-positive {
  color: #000;
  font-weight: bold;
}

/* line 350, app/assets/stylesheets/elements/shared.sass */
.money-green {
  color: #008c4d;
  font-weight: bold;
}

/* line 353, app/assets/stylesheets/elements/shared.sass */
.money-negative {
  color: #d0382d;
  font-weight: bold;
}

/* line 360, app/assets/stylesheets/elements/shared.sass */
.host-logo {
  max-width: 55px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 366, app/assets/stylesheets/elements/shared.sass */
.tiny-host-logo {
  max-width: 25px;
  width: 100%;
  height: auto;
}

/* line 371, app/assets/stylesheets/elements/shared.sass */
.large-host-logo {
  max-width: 120px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 377, app/assets/stylesheets/elements/shared.sass */
.tiny-avatar {
  max-width: 25px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

/* line 383, app/assets/stylesheets/elements/shared.sass */
.avatar {
  max-width: 55px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 55px;
  border-radius: 55px;
}

/* line 389, app/assets/stylesheets/elements/shared.sass */
.large-avatar {
  max-width: 120px;
  width: 100%;
  height: auto;
  -webkit-border-radius: 120px;
  border-radius: 120px;
}

/* line 395, app/assets/stylesheets/elements/shared.sass */
.left-floating-avatar {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 55px;
  border-radius: 55px;
}

/* line 407, app/assets/stylesheets/elements/shared.sass */
.element--alert-box {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 14px;
  font-weight: bold;
}

/* line 414, app/assets/stylesheets/elements/shared.sass */
.element--alert-box.success, .element--alert-box.notice {
  background: #008c4d;
}

/* line 416, app/assets/stylesheets/elements/shared.sass */
.element--alert-box.alert {
  background: #d0382d;
}

/* line 418, app/assets/stylesheets/elements/shared.sass */
.element--alert-box.info, .element--alert-box.warning {
  background: #e1b53e;
}

/* line 420, app/assets/stylesheets/elements/shared.sass */
.element--alert-box a {
  color: #fff;
}

/* line 422, app/assets/stylesheets/elements/shared.sass */
.element--alert-box a:hover {
  color: #fff;
}

/* line 427, app/assets/stylesheets/elements/shared.sass */
ul.element--error-list {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 435, app/assets/stylesheets/elements/shared.sass */
a.card-link-wrapper .element--card {
  color: #000;
}

/* line 438, app/assets/stylesheets/elements/shared.sass */
a.card-link-wrapper:hover .element--card {
  background: #f4f6f8;
  text-decoration: none;
}

/* line 444, app/assets/stylesheets/elements/shared.sass */
body.portal .element--card a {
  text-decoration: underline;
}

/* line 446, app/assets/stylesheets/elements/shared.sass */
body.portal .element--card a.button {
  text-decoration: none;
}

/* line 449, app/assets/stylesheets/elements/shared.sass */
.element--card {
  background: #fff;
  padding: 1em;
  border: 1px solid #f4f6f8;
  margin-bottom: 1.25em;
  border-radius: 3px;
  font-weight: normal;
  line-height: 1.5em;
}

/* line 457, app/assets/stylesheets/elements/shared.sass */
.element--card p {
  margin-bottom: 0;
}

/* line 459, app/assets/stylesheets/elements/shared.sass */
.element--card table {
  margin-bottom: 0;
}

/* line 463, app/assets/stylesheets/elements/shared.sass */
.element--card ul li, .element--card ol li {
  margin-left: 20px;
  line-height: 1.5em;
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* line 469, app/assets/stylesheets/elements/shared.sass */
.element--card.callout--info {
  font-size: 0.875em;
  border-left: 6px solid #909eaa;
  background: #f4f6f8;
}

/* line 473, app/assets/stylesheets/elements/shared.sass */
.element--card.callout--warning {
  font-size: 0.875em;
  border-left: 6px solid #e1b53e;
  background: #fff;
}

/* line 477, app/assets/stylesheets/elements/shared.sass */
.element--card.callout--alert {
  font-size: 0.875em;
  border-left: 6px solid #d0382d;
  background: #f8f0ef;
}

/* line 481, app/assets/stylesheets/elements/shared.sass */
.element--card.callout--success {
  font-size: 0.875em;
  border-left: 6px solid #008c4d;
}

/* line 485, app/assets/stylesheets/elements/shared.sass */
.element--card .button {
  margin: 0;
}

/* line 488, app/assets/stylesheets/elements/shared.sass */
.card--title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}

/* line 493, app/assets/stylesheets/elements/shared.sass */
.card--title label {
  font-size: 1.25em;
}

/* line 495, app/assets/stylesheets/elements/shared.sass */
.card--title.radio-highlight {
  background: red;
}

/* line 497, app/assets/stylesheets/elements/shared.sass */
.card--title span.help-text {
  font-weight: normal;
}

/* line 499, app/assets/stylesheets/elements/shared.sass */
.card--title.danger-zone {
  color: #d0382d;
}

/* line 502, app/assets/stylesheets/elements/shared.sass */
.card--title-secondary {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #909eaa;
}

/* line 508, app/assets/stylesheets/elements/shared.sass */
.element--back-link {
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 0.875em;
  color: #909eaa;
}

/* line 513, app/assets/stylesheets/elements/shared.sass */
.element--back-link a {
  color: #909eaa;
}

/* line 515, app/assets/stylesheets/elements/shared.sass */
.element--back-link a:hover {
  text-decoration: underline;
}

/* line 517, app/assets/stylesheets/elements/shared.sass */
.element--back-link.bottom-spacer {
  margin-bottom: 20px;
}

/* line 520, app/assets/stylesheets/elements/shared.sass */
.element--card-membership {
  background: #fff;
  padding: 1em;
  border: 1px solid #f4f6f8;
  margin-bottom: 1.25em;
  border-radius: 3px;
  font-weight: normal;
  line-height: 1.5em;
  min-height: 120px;
}

/* line 529, app/assets/stylesheets/elements/shared.sass */
.element--card-membership .club-title {
  font-weight: bold;
  font-size: 0.75em;
}

/* line 532, app/assets/stylesheets/elements/shared.sass */
.element--card-membership .member-name {
  font-weight: bold;
  font-size: 1em;
}

/* line 535, app/assets/stylesheets/elements/shared.sass */
.element--card-membership .membership-number {
  font-weight: bold;
  font-size: 0.75em;
}

/* line 542, app/assets/stylesheets/elements/shared.sass */
.element--calendar-icon {
  border-radius: 10px;
  border: 1px solid #f4f6f8;
  padding: 2px;
  margin-bottom: 10px;
}

/* line 547, app/assets/stylesheets/elements/shared.sass */
.element--calendar-icon .element--calendar-icon-month-header {
  height: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #dc052d;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

/* line 557, app/assets/stylesheets/elements/shared.sass */
.element--calendar-icon .element--calendar-icon-date {
  padding: 14px 10px 0px 10px;
  text-align: center;
  font-size: 2.75em;
  font-weight: bold;
}

/* line 562, app/assets/stylesheets/elements/shared.sass */
.element--calendar-icon .element--calendar-icon-weekday {
  font-size: 0.875em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

/* line 568, app/assets/stylesheets/elements/shared.sass */
.element--calendar-row {
  border-bottom: 2px solid #f4f6f8;
  padding-bottom: 4px;
  padding-top: 10px;
}

/* line 572, app/assets/stylesheets/elements/shared.sass */
.element--calendar-row .element--calendar-row-time {
  font-size: 0.875em;
  font-weight: bold;
  color: #738594;
  margin-bottom: 6px;
}

/* line 577, app/assets/stylesheets/elements/shared.sass */
.element--calendar-row .element--calendar-row-content {
  font-size: 0.875em;
  margin-bottom: 6px;
}

/* line 580, app/assets/stylesheets/elements/shared.sass */
.element--calendar-row .element--calendar-row-content p {
  margin-top: 2px;
  margin-bottom: 0;
}

/* line 583, app/assets/stylesheets/elements/shared.sass */
.element--calendar-row .element--calendar-row-renter {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 6px;
  color: #738594;
}

/* line 595, app/assets/stylesheets/elements/shared.sass */
.element--decor {
  font-size: 12.5em;
  color: #f4f6f8;
}

/* line 604, app/assets/stylesheets/elements/shared.sass */
.element--data-view .data--row {
  font-size: 0.875em;
  margin-bottom: 6px;
}

/* line 606, app/assets/stylesheets/elements/shared.sass */
.element--data-view .data--row label {
  font-size: 1em;
}

/* line 614, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul {
  margin-top: 10px;
  margin-left: 0;
}

/* line 617, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li {
  list-style-type: none;
  margin: 0 0 6px 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 1em;
}

/* line 623, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li:last-child {
  border-bottom: none;
}

/* line 625, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a, .element--icon-list ul li span {
  text-decoration: none;
  text-align: center;
}

/* line 628, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a i.fa, .element--icon-list ul li span i.fa {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  padding: 5px;
  background-color: #007fc6;
  color: #fff;
  margin-right: 7px;
}

/* line 637, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a i.fa.alert, .element--icon-list ul li span i.fa.alert {
  background-color: #d0382d;
}

/* line 639, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a i.fa.unstyled.alert, .element--icon-list ul li span i.fa.unstyled.alert {
  background: none;
  color: #d0382d;
  margin-right: 0;
  float: right;
}

/* line 644, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a .item-desc, .element--icon-list ul li span .item-desc {
  text-align: left;
  display: inline;
  color: #007fc6;
  font-weight: bold;
}

/* line 649, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a .label, .element--icon-list ul li span .label {
  margin-top: 8px;
  font-size: 0.625em;
}

/* line 653, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a:hover .item-desc, .element--icon-list ul li span:hover .item-desc {
  text-decoration: underline;
}

/* line 655, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li a:visited, .element--icon-list ul li span:visited {
  color: #909eaa;
}

/* line 658, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li.neutral i.fa {
  background-color: #909eaa;
}

/* line 660, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li.neutral .item-desc {
  color: #909eaa;
}

/* line 662, app/assets/stylesheets/elements/shared.sass */
.element--icon-list ul li.neutral .item-desc:hover {
  color: #909eaa;
}

/* line 669, app/assets/stylesheets/elements/shared.sass */
i.fa.element--icon-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  padding: 7px;
  background-color: #007fc6;
  color: #fff;
  font-size: 0.875em;
}

/* line 681, app/assets/stylesheets/elements/shared.sass */
.element--localized-label {
  display: inline-block;
  font-size: 0.75em;
}

/* line 684, app/assets/stylesheets/elements/shared.sass */
.element--localized-label .element--locale-link {
  display: inline;
}

/* line 686, app/assets/stylesheets/elements/shared.sass */
.element--localized-label .element--locale-link a.current {
  font-weight: bold;
}

/* line 694, app/assets/stylesheets/elements/shared.sass */
.element--form form {
  margin-bottom: 0;
}

/* line 696, app/assets/stylesheets/elements/shared.sass */
.element--form form button {
  margin-bottom: 0;
}

/* line 698, app/assets/stylesheets/elements/shared.sass */
.element--form form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 703, app/assets/stylesheets/elements/shared.sass */
.element--form form fieldset legend span.required-input {
  margin-left: 6px;
}

/* line 706, app/assets/stylesheets/elements/shared.sass */
.element--form form input[type=number],
.element--form form input[type=search],
.element--form form input[type=text], .element--form form input[type=email],
.element--form form input[type=tel], .element--form form input[type=password],
.element--form form textarea {
  font-size: 1em;
  border-radius: 3px;
  padding: 12px 8px 12px 8px;
}

/* line 714, app/assets/stylesheets/elements/shared.sass */
.element--form form input.mid-size[type=number],
.element--form form input.mid-size[type=search],
.element--form form input.mid-size[type=text], .element--form form input.mid-size[type=email],
.element--form form input.mid-size[type=tel], .element--form form input.mid-size[type=password],
.element--form form textarea.mid-size {
  min-height: 150px;
}

/* line 716, app/assets/stylesheets/elements/shared.sass */
.element--form form input.large-size[type=number],
.element--form form input.large-size[type=search],
.element--form form input.large-size[type=text], .element--form form input.large-size[type=email],
.element--form form input.large-size[type=tel], .element--form form input.large-size[type=password],
.element--form form textarea.large-size {
  min-height: 250px;
}

/* line 718, app/assets/stylesheets/elements/shared.sass */
.element--form form input.x-large-size[type=number],
.element--form form input.x-large-size[type=search],
.element--form form input.x-large-size[type=text], .element--form form input.x-large-size[type=email],
.element--form form input.x-large-size[type=tel], .element--form form input.x-large-size[type=password],
.element--form form textarea.x-large-size {
  min-height: 350px;
}

/* line 720, app/assets/stylesheets/elements/shared.sass */
.element--form form input.xl-large-size[type=number],
.element--form form input.xl-large-size[type=search],
.element--form form input.xl-large-size[type=text], .element--form form input.xl-large-size[type=email],
.element--form form input.xl-large-size[type=tel], .element--form form input.xl-large-size[type=password],
.element--form form textarea.xl-large-size {
  min-height: 800px;
}

/* line 722, app/assets/stylesheets/elements/shared.sass */
.element--form form input.license-plate[type=number],
.element--form form input.license-plate[type=search],
.element--form form input.license-plate[type=text], .element--form form input.license-plate[type=email],
.element--form form input.license-plate[type=tel], .element--form form input.license-plate[type=password],
.element--form form textarea.license-plate {
  font-family: "Courier", monospace;
}

/* line 724, app/assets/stylesheets/elements/shared.sass */
.element--form form input.pin-entry[type=number],
.element--form form input.pin-entry[type=search],
.element--form form input.pin-entry[type=text], .element--form form input.pin-entry[type=email],
.element--form form input.pin-entry[type=tel], .element--form form input.pin-entry[type=password],
.element--form form textarea.pin-entry {
  font-family: "Courier", monospace;
  font-size: 2em;
}

/* line 727, app/assets/stylesheets/elements/shared.sass */
.element--form form input.css-js[type=number], .element--form form input.code[type=number],
.element--form form input.css-js[type=search],
.element--form form input.code[type=search],
.element--form form input.css-js[type=text],
.element--form form input.code[type=text], .element--form form input.css-js[type=email], .element--form form input.code[type=email],
.element--form form input.css-js[type=tel],
.element--form form input.code[type=tel], .element--form form input.css-js[type=password], .element--form form input.code[type=password],
.element--form form textarea.css-js,
.element--form form textarea.code {
  height: 300px;
  font-family: "Courier", monospace;
}

/* line 730, app/assets/stylesheets/elements/shared.sass */
.element--form form input.certificate-text[type=number],
.element--form form input.certificate-text[type=search],
.element--form form input.certificate-text[type=text], .element--form form input.certificate-text[type=email],
.element--form form input.certificate-text[type=tel], .element--form form input.certificate-text[type=password],
.element--form form textarea.certificate-text {
  height: 200px;
}

/* line 732, app/assets/stylesheets/elements/shared.sass */
.element--form form input.html-body[type=number],
.element--form form input.html-body[type=search],
.element--form form input.html-body[type=text], .element--form form input.html-body[type=email],
.element--form form input.html-body[type=tel], .element--form form input.html-body[type=password],
.element--form form textarea.html-body {
  height: 500px;
  font-family: "Courier", monospace;
  font-size: 0.6875em;
}

/* line 736, app/assets/stylesheets/elements/shared.sass */
.element--form form input.short[type=number],
.element--form form input.short[type=search],
.element--form form input.short[type=text], .element--form form input.short[type=email],
.element--form form input.short[type=tel], .element--form form input.short[type=password],
.element--form form textarea.short {
  width: 60px;
}

/* line 738, app/assets/stylesheets/elements/shared.sass */
.element--form form input.euro[type=number],
.element--form form input.euro[type=search],
.element--form form input.euro[type=text], .element--form form input.euro[type=email],
.element--form form input.euro[type=tel], .element--form form input.euro[type=password],
.element--form form textarea.euro {
  margin-top: 5px;
  width: 60px;
  text-align: right;
  display: inline;
}

/* line 743, app/assets/stylesheets/elements/shared.sass */
.element--form form input.money[type=number], .element--form form input.postfix[type=number],
.element--form form input.money[type=search],
.element--form form input.postfix[type=search],
.element--form form input.money[type=text],
.element--form form input.postfix[type=text], .element--form form input.money[type=email], .element--form form input.postfix[type=email],
.element--form form input.money[type=tel],
.element--form form input.postfix[type=tel], .element--form form input.money[type=password], .element--form form input.postfix[type=password],
.element--form form textarea.money,
.element--form form textarea.postfix {
  text-align: right;
}

/* line 745, app/assets/stylesheets/elements/shared.sass */
.element--form form input.money.small[type=number], .element--form form input.postfix.small[type=number],
.element--form form input.money.small[type=search],
.element--form form input.postfix.small[type=search],
.element--form form input.money.small[type=text],
.element--form form input.postfix.small[type=text], .element--form form input.money.small[type=email], .element--form form input.postfix.small[type=email],
.element--form form input.money.small[type=tel],
.element--form form input.postfix.small[type=tel], .element--form form input.money.small[type=password], .element--form form input.postfix.small[type=password],
.element--form form textarea.money.small,
.element--form form textarea.postfix.small {
  width: 70px;
}

/* line 747, app/assets/stylesheets/elements/shared.sass */
.element--form form input.money.bold[type=number], .element--form form input.postfix.bold[type=number],
.element--form form input.money.bold[type=search],
.element--form form input.postfix.bold[type=search],
.element--form form input.money.bold[type=text],
.element--form form input.postfix.bold[type=text], .element--form form input.money.bold[type=email], .element--form form input.postfix.bold[type=email],
.element--form form input.money.bold[type=tel],
.element--form form input.postfix.bold[type=tel], .element--form form input.money.bold[type=password], .element--form form input.postfix.bold[type=password],
.element--form form textarea.money.bold,
.element--form form textarea.postfix.bold {
  font-weight: bold;
}

/* line 749, app/assets/stylesheets/elements/shared.sass */
.element--form form input.kit-name[type=number],
.element--form form input.kit-name[type=search],
.element--form form input.kit-name[type=text], .element--form form input.kit-name[type=email],
.element--form form input.kit-name[type=tel], .element--form form input.kit-name[type=password],
.element--form form textarea.kit-name {
  font-size: 1.125em;
}

/* line 751, app/assets/stylesheets/elements/shared.sass */
.element--form form input.kit-name[type=number] .uppercase,
.element--form form input.kit-name[type=search] .uppercase,
.element--form form input.kit-name[type=text] .uppercase, .element--form form input.kit-name[type=email] .uppercase,
.element--form form input.kit-name[type=tel] .uppercase, .element--form form input.kit-name[type=password] .uppercase,
.element--form form textarea.kit-name .uppercase {
  text-transform: uppercase;
}

/* line 753, app/assets/stylesheets/elements/shared.sass */
.element--form form input.emails-small[type=number],
.element--form form input.emails-small[type=search],
.element--form form input.emails-small[type=text], .element--form form input.emails-small[type=email],
.element--form form input.emails-small[type=tel], .element--form form input.emails-small[type=password],
.element--form form textarea.emails-small {
  height: 90px;
}

/* line 755, app/assets/stylesheets/elements/shared.sass */
.element--form form input.emails[type=number],
.element--form form input.emails[type=search],
.element--form form input.emails[type=text], .element--form form input.emails[type=email],
.element--form form input.emails[type=tel], .element--form form input.emails[type=password],
.element--form form textarea.emails {
  height: 160px;
}

/* line 757, app/assets/stylesheets/elements/shared.sass */
.element--form form input.press-release[type=number],
.element--form form input.press-release[type=search],
.element--form form input.press-release[type=text], .element--form form input.press-release[type=email],
.element--form form input.press-release[type=tel], .element--form form input.press-release[type=password],
.element--form form textarea.press-release {
  height: 300px;
}

/* line 759, app/assets/stylesheets/elements/shared.sass */
.element--form form input.large-type[type=number],
.element--form form input.large-type[type=search],
.element--form form input.large-type[type=text], .element--form form input.large-type[type=email],
.element--form form input.large-type[type=tel], .element--form form input.large-type[type=password],
.element--form form textarea.large-type {
  font-size: 1.5em;
  padding: 16px;
  font-weight: strong;
}

/* line 764, app/assets/stylesheets/elements/shared.sass */
.element--form form select.inline {
  display: inline;
  width: auto;
}

/* line 767, app/assets/stylesheets/elements/shared.sass */
.element--form form select.small {
  width: 100px;
}

/* line 769, app/assets/stylesheets/elements/shared.sass */
.element--form form select.normal {
  width: 200px;
}

/* line 771, app/assets/stylesheets/elements/shared.sass */
.element--form form label {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.3em;
}

/* line 775, app/assets/stylesheets/elements/shared.sass */
.element--form form label select {
  margin-top: 5px;
}

/* line 780, app/assets/stylesheets/elements/shared.sass */
.input-wrapper-covid19 label p {
  font-size: 1em;
}

/* line 787, app/assets/stylesheets/elements/shared.sass */
.element--table table {
  border-spacing: 0px;
  border-bottom: 1px solid #e1dfd8;
  vertical-align: top;
}

/* line 791, app/assets/stylesheets/elements/shared.sass */
.element--table table.extend {
  width: 100%;
}

/* line 793, app/assets/stylesheets/elements/shared.sass */
.element--table table.borderless {
  border: 0;
}

/* line 796, app/assets/stylesheets/elements/shared.sass */
.element--table table.sent-emails .button {
  margin: 0;
}

/* line 798, app/assets/stylesheets/elements/shared.sass */
.element--table table.expanded {
  width: 100%;
}

/* line 801, app/assets/stylesheets/elements/shared.sass */
.element--table table details summary {
  font-size: 10px;
}

/* line 804, app/assets/stylesheets/elements/shared.sass */
.element--table table thead.legend {
  background: #fff;
}

/* line 806, app/assets/stylesheets/elements/shared.sass */
.element--table table thead.legend th {
  border-radius: 0;
  color: #696451;
  font-size: 0.6875em;
  border-top: 1px solid #c6c3b5;
  border-bottom: 1px solid #c6c3b5;
}

/* line 812, app/assets/stylesheets/elements/shared.sass */
.element--table table td {
  line-height: 1.4em;
}

/* line 814, app/assets/stylesheets/elements/shared.sass */
.element--table table td ul {
  margin-top: 0;
}

/* line 818, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.clickable:hover {
  background: #f3f2ef;
  cursor: pointer;
}

/* line 821, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.valign-middle {
  vertical-align: middle;
}

/* line 824, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.alert td {
  color: #d0382d;
}

/* line 826, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.alert td a {
  color: #d0382d;
}

/* line 829, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.success td {
  color: #008c4d;
}

/* line 831, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.success td a {
  color: #008c4d;
}

/* line 834, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.striked td {
  text-decoration: line-through;
  color: #738594;
}

/* line 837, app/assets/stylesheets/elements/shared.sass */
.element--table table tr.striked td a {
  color: #738594;
}

/* line 839, app/assets/stylesheets/elements/shared.sass */
.element--table table tbody {
  vertical-align: top;
}

/* line 847, app/assets/stylesheets/elements/shared.sass */
a.trainercard-link-wrapper:hover {
  text-decoration: none;
}

/* line 850, app/assets/stylesheets/elements/shared.sass */
.trainercard, a > .trainercard {
  min-height: 180px;
  background: #fcfbfb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 0.5em;
  margin-bottom: 0.625em;
  border: 1px solid #e1dfd8;
  text-align: center;
  color: #3e3b30;
}

/* line 852, app/assets/stylesheets/elements/shared.sass */
.trainercard.disposition, a > .trainercard.disposition {
  min-height: 230px;
}

/* line 855, app/assets/stylesheets/elements/shared.sass */
.trainercard.blanco:hover, a > .trainercard.blanco:hover {
  background: #008c4d;
  color: #fff;
}

/* line 865, app/assets/stylesheets/elements/shared.sass */
.trainercard .professional, a > .trainercard .professional {
  height: 23px;
}

/* line 867, app/assets/stylesheets/elements/shared.sass */
.trainercard .professional i.fi-star, .trainercard .professional i.fa.fa-star, a > .trainercard .professional i.fi-star, a > .trainercard .professional i.fa.fa-star {
  color: #DDB95E;
}

/* line 869, app/assets/stylesheets/elements/shared.sass */
.trainercard .professional i.fi-prohibited, .trainercard .professional i.fa.fa-ban, a > .trainercard .professional i.fi-prohibited, a > .trainercard .professional i.fa.fa-ban {
  color: #d0382d;
}

/* line 871, app/assets/stylesheets/elements/shared.sass */
.trainercard i.text, a > .trainercard i.text {
  font-style: normal;
  color: #2a2827;
  font-size: 0.75em;
}

/* line 875, app/assets/stylesheets/elements/shared.sass */
.trainercard i.fa.fa-star.big, a > .trainercard i.fa.fa-star.big {
  font-size: 1.5625em;
  color: #DDB95E;
}

/* line 878, app/assets/stylesheets/elements/shared.sass */
.trainercard p, a > .trainercard p {
  margin-bottom: 0.3125em;
  font-weight: bold;
}

/* line 881, app/assets/stylesheets/elements/shared.sass */
.trainercard img.avatar, a > .trainercard img.avatar {
  margin-bottom: 0.5em;
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  -webkit-border-radius: 90px;
  border-radius: 90px;
}

/* line 888, app/assets/stylesheets/elements/shared.sass */
.trainercard:hover, a > .trainercard:hover {
  background: #f7f7f5;
  text-decoration: none;
}

/* line 891, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field, a > .trainercard .info-field {
  float: left;
  width: 33.333%;
  margin: 0;
  padding: 0.625em 0 0.625em 0;
  font-size: 0.75em;
  background: #ecebe6;
}

/* line 898, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.km, a > .trainercard .info-field.km {
  width: 38%;
}

/* line 900, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.costs, a > .trainercard .info-field.costs {
  width: 36%;
}

/* line 902, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.iconic, a > .trainercard .info-field.iconic {
  width: 26%;
}

/* line 904, app/assets/stylesheets/elements/shared.sass */
.trainercard .capacity, a > .trainercard .capacity {
  clear: both;
  display: block;
  background: red;
  background: #f3f2ef;
  width: 100%;
  height: 20px;
  font-size: 0.625em;
  padding: 0.5em 0 0.3125em 0;
}

/* line 913, app/assets/stylesheets/elements/shared.sass */
.trainercard .capacity span, a > .trainercard .capacity span {
  color: #b5b09e;
}

/* line 917, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.neutral span, .trainercard .capacity.neutral span, a > .trainercard .info-field.neutral span, a > .trainercard .capacity.neutral span {
  color: #b5b09e;
}

/* line 920, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.success span, .trainercard .capacity.success span, a > .trainercard .info-field.success span, a > .trainercard .capacity.success span {
  color: #008c4d;
}

/* line 923, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.notice span, .trainercard .capacity.notice span, a > .trainercard .info-field.notice span, a > .trainercard .capacity.notice span {
  color: #DDB95E;
}

/* line 926, app/assets/stylesheets/elements/shared.sass */
.trainercard .info-field.alert span, .trainercard .capacity.alert span, a > .trainercard .info-field.alert span, a > .trainercard .capacity.alert span {
  color: #d0382d;
}

/* line 933, app/assets/stylesheets/elements/shared.sass */
a .element--external-coupon-code {
  border: none;
}

/* line 936, app/assets/stylesheets/elements/shared.sass */
.element--external-coupon-code {
  width: 500px;
  height: 450px;
  background-repeat: no-repeat;
}

/* line 940, app/assets/stylesheets/elements/shared.sass */
.element--external-coupon-code .code-field {
  font-size: 28px;
  font-weight: bold;
  font-family: "Courier", "mono", "monospace";
  color: #000;
  padding-top: 320px;
  text-align: center;
}

/* line 947, app/assets/stylesheets/elements/shared.sass */
.element--external-coupon-code .valid-until-field {
  font-size: 12px;
  font-weight: bold;
  font-family: "Courier", "mono", "monospace";
  color: #000;
  padding-top: 6px;
  text-align: center;
}

/* line 957, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob {
  margin-bottom: 20px;
}

/* line 959, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-icon {
  float: left;
  margin-right: 8px;
}

/* line 962, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-block {
  float: left;
}

/* line 964, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-block .title {
  font-size: 0.875em;
}

/* line 966, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-block .metadata {
  font-size: 0.75em;
}

/* line 968, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-block .visible-for {
  font-size: 0.75em;
}

/* line 970, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-block .download, .element--upload-blob .upload-block .edit {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.875em;
  font-weight: bold;
}

/* line 976, app/assets/stylesheets/elements/shared.sass */
.element--upload-blob .upload-delete-button {
  float: left;
  margin-left: 8px;
}

/* line 981, app/assets/stylesheets/elements/shared.sass */
ul#uploads li.upload {
  list-style-type: none;
}

/* line 984, app/assets/stylesheets/elements/shared.sass */
#upload-status {
  margin-top: 10px;
}

/* line 986, app/assets/stylesheets/elements/shared.sass */
#upload-status .progress.secondary {
  height: 30px;
  color: #fff;
}

/* line 991, app/assets/stylesheets/elements/shared.sass */
.upload-block img {
  width: 30px;
  float: left;
  margin-right: 10px;
}

/* line 995, app/assets/stylesheets/elements/shared.sass */
.upload-block .info-block {
  display: inline;
  min-width: 100px;
  float: left;
}

/* line 999, app/assets/stylesheets/elements/shared.sass */
.upload-block .info-block strong {
  font-size: 0.875em;
}

/* line 1001, app/assets/stylesheets/elements/shared.sass */
.upload-block .info-block p.meta-data {
  margin-top: 3px;
}

/* line 1008, app/assets/stylesheets/elements/shared.sass */
span.has-tip {
  border-bottom: 0;
}

/* line 1010, app/assets/stylesheets/elements/shared.sass */
span.has-tip .tooltip-help {
  color: #a6a6a6;
}

/* line 1012, app/assets/stylesheets/elements/shared.sass */
span.has-tip:hover {
  border-bottom: 0;
}

/* line 1014, app/assets/stylesheets/elements/shared.sass */
span.has-tip:hover .tooltip-help {
  border-bottom: 0;
  background: #e1dfd8;
}

/* line 1021, app/assets/stylesheets/elements/shared.sass */
.custom-switch {
  border: 1px solid #d1d1d1;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px;
}

/* line 1026, app/assets/stylesheets/elements/shared.sass */
.custom-switch .movable {
  border: 1px solid #d1d1d1;
  background: #fafafa;
  width: 50%;
  height: 30px;
  display: block;
  box-shadow: 1px 0px 7px #b3b3b3;
}

/* line 1033, app/assets/stylesheets/elements/shared.sass */
.custom-switch.inactive {
  background: #ebebeb;
}

/* line 1035, app/assets/stylesheets/elements/shared.sass */
.custom-switch.inactive .movable {
  margin-left: 0%;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 1038, app/assets/stylesheets/elements/shared.sass */
.custom-switch.active {
  background: #008c4d;
}

/* line 1040, app/assets/stylesheets/elements/shared.sass */
.custom-switch.active .movable {
  margin-left: 50%;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 1046, app/assets/stylesheets/elements/shared.sass */
a .custom-switch.inactive:hover {
  background: #e3e3e3;
}

/* line 1048, app/assets/stylesheets/elements/shared.sass */
a .custom-switch.active:hover {
  background: #007d45;
}

/* line 1054, app/assets/stylesheets/elements/shared.sass */
.kit-preview {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  height: 265px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "gin", sans-serif;
}

/* line 1067, app/assets/stylesheets/elements/shared.sass */
.kit-preview.top .kit-name {
  min-height: 70px;
  padding-top: 50px;
}

/* line 1070, app/assets/stylesheets/elements/shared.sass */
.kit-preview.top .kit-number {
  margin-top: 0px;
}

/* line 1073, app/assets/stylesheets/elements/shared.sass */
.kit-preview.bottom .kit-number {
  padding-top: 70px;
}

/* line 1075, app/assets/stylesheets/elements/shared.sass */
.kit-preview.bottom .kit-name {
  margin-top: 10px;
}

/* line 1077, app/assets/stylesheets/elements/shared.sass */
.kit-number {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  min-height: 180px;
  font-size: 100px;
}

/* line 1084, app/assets/stylesheets/elements/shared.sass */
.kit-name {
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 19px;
}

/* line 1090, app/assets/stylesheets/elements/shared.sass */
.kit-name.uppercase {
  text-transform: uppercase !important;
}

/* line 1095, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row {
  margin-bottom: 25px;
}

/* line 1096, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row label.mc-answer {
  display: block;
}

/* line 1098, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row label.mc-answer input {
  display: inline;
  margin-bottom: 0;
}

/* line 1101, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row label.mc-answer label {
  display: inline;
  font-size: 1em;
}

/* line 1105, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row .question {
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 0.875em;
}

/* line 1111, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row .rating-field {
  text-align: center;
  background: #f7f7f5;
  padding: 8px 2px 8px 2px;
  font-size: 0.875em;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1119, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row .row.collapse .columns {
  margin-right: 5px;
}

/* line 1122, app/assets/stylesheets/elements/shared.sass */
.feedback-question-row .comment-field {
  margin-top: 10px;
}

/* line 1125, app/assets/stylesheets/elements/shared.sass */
.rating-value {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

/* line 1129, app/assets/stylesheets/elements/shared.sass */
.rating-value.tiny {
  font-size: 12px;
  margin-top: 0;
}

/* line 1133, app/assets/stylesheets/elements/shared.sass */
.rating-value span.success {
  color: #008c4d;
}

/* line 1135, app/assets/stylesheets/elements/shared.sass */
.rating-value span.warning {
  color: #e1b53e;
}

/* line 1137, app/assets/stylesheets/elements/shared.sass */
.rating-value span.alert {
  color: #d0382d;
}

/* line 1139, app/assets/stylesheets/elements/shared.sass */
.rating-value span.secondary {
  color: #e1dfd8;
}

/* line 1142, app/assets/stylesheets/elements/shared.sass */
.feedback-evaluation {
  margin-top: 35px;
  margin-bottom: 35px;
}

/* line 1145, app/assets/stylesheets/elements/shared.sass */
.feedback-evaluation .feedback-title {
  line-height: 1.5em;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 1146, app/assets/stylesheets/elements/shared.sass */
.feedback-evaluation .feedback-title .label {
  margin-right: 8px;
}

/* line 1153, app/assets/stylesheets/elements/shared.sass */
.feedback-comments {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 0.75em;
  font-family: "Georgia", "serif";
  font-style: italic;
}

/* line 1159, app/assets/stylesheets/elements/shared.sass */
.feedback-comments .comment {
  border-left: 3px solid #cccccc;
  padding-left: 8px;
  margin-bottom: 6px;
}

/* line 1164, app/assets/stylesheets/elements/shared.sass */
.trainer-feedback-progress-bars {
  margin-top: 15px;
}

/* line 1166, app/assets/stylesheets/elements/shared.sass */
p.tiny-label {
  font-size: 12px;
}

/* line 1169, app/assets/stylesheets/elements/shared.sass */
.progress.tiny {
  height: 10px;
}

/* line 1175, app/assets/stylesheets/elements/shared.sass */
.progress.warning span {
  background: #e1b53e;
}

/* line 1179, app/assets/stylesheets/elements/shared.sass */
.ratings p {
  margin: 0.5em;
}

/* line 1183, app/assets/stylesheets/elements/shared.sass */
#feedback .heaven {
  margin-bottom: 30px;
}

/* line 1185, app/assets/stylesheets/elements/shared.sass */
#feedback ul {
  list-style-type: none;
}

/* line 1193, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .circle {
  padding: 12px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #e6e6e6;
  color: #999999;
  display: inline;
  font-weight: bold;
  float: left;
}

/* line 1204, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .circle.done {
  background: #008c4d;
  color: #fff;
}

/* line 1208, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .text-label a, .vertical-status-bar .row .text-label span {
  font-size: 0.875em;
  color: #999999;
  float: left;
  margin-left: 20px;
  padding-top: 12px;
}

/* line 1214, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .text-label.current {
  font-weight: bold;
}

/* line 1216, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .text-label.current a {
  font-weight: bold;
}

/* line 1218, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .connector {
  clear: both;
  width: 4px;
  height: 20px;
  background: #e6e6e6;
  margin-left: 18px;
}

/* line 1224, app/assets/stylesheets/elements/shared.sass */
.vertical-status-bar .row .connector.done {
  background: #008c4d;
}

/* line 1228, app/assets/stylesheets/elements/shared.sass */
.vertical-status-options .title {
  text-transform: uppercase;
  font-size: 0.625em;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #cccccc;
}

/* line 1234, app/assets/stylesheets/elements/shared.sass */
.vertical-status-options ul {
  margin-left: 0;
  list-style-type: none;
}

/* line 1237, app/assets/stylesheets/elements/shared.sass */
.vertical-status-options ul li {
  margin-bottom: 8px;
  color: #cccccc;
}

/* line 1240, app/assets/stylesheets/elements/shared.sass */
.vertical-status-options ul li a {
  color: #cccccc;
}

/* line 1241, app/assets/stylesheets/elements/shared.sass */
.vertical-status-options ul li a i {
  margin-top: 3px;
  margin-right: 5px;
  width: 20px;
  float: left;
}

/* line 1247, app/assets/stylesheets/elements/shared.sass */
.vertical-status-options ul li a:hover {
  color: #000;
}

/* line 1253, app/assets/stylesheets/elements/shared.sass */
.bank-transfer {
  background-color: #fff9d2;
  border: 1px solid #d0382d;
  padding: 10px;
}

/* line 1257, app/assets/stylesheets/elements/shared.sass */
.bank-transfer p {
  margin-bottom: 5px;
}

/* line 1259, app/assets/stylesheets/elements/shared.sass */
.bank-transfer .transfer-label {
  font-family: "Courier", "monospace";
  color: #d0382d;
  font-size: 0.75em;
  margin-bottom: 4px;
}

/* line 1264, app/assets/stylesheets/elements/shared.sass */
.bank-transfer .styled-fields {
  font-family: "Courier", "monospace";
  background: #fff;
  margin-bottom: 6px;
  padding: 5px;
  border: 1px solid #d0382d;
  color: #000;
  font-size: 0.875em;
}

/* line 1276, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box {
  border: 1px solid #f4f6f8;
  padding: 2px;
  color: #000;
  margin-bottom: 10px;
}

/* line 1281, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box img.coverart {
  width: auto;
  max-height: 168px;
}

/* line 1284, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box img.logo {
  margin-top: 10px;
}

/* line 1286, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box .memberclub-details {
  margin-top: 16px;
  line-height: 1.3em;
  height: 150px;
}

/* line 1290, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box .memberclub-details .memberclub-name {
  font-weight: bold;
  font-size: 0.875em;
  margin-bottom: 4px;
}

/* line 1294, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box .memberclub-details .memberclub-desc {
  max-height: 140px;
  font-size: 0.75em;
}

/* line 1297, app/assets/stylesheets/elements/shared.sass */
.element--memberclub-box .memberclub-details .memberclub-desc ul {
  margin-left: 10px;
}

/* line 1304, app/assets/stylesheets/elements/shared.sass */
table.week-table th.text-center.icon-cell-header {
  width: 100px;
}

/* line 1306, app/assets/stylesheets/elements/shared.sass */
table.week-table td.icon-cell {
  width: 100px;
}

/* line 1309, app/assets/stylesheets/elements/shared.sass */
.element--timeslot-cell-field {
  width: 100%;
  height: 30px;
  border-radius: 3px;
  font-size: 0.75em;
  text-align: center;
  padding-top: 5px;
}

/* line 1318, app/assets/stylesheets/elements/shared.sass */
a.element--timeslot-cell-field-wrapper:hover .element--timeslot-cell-field {
  text-decoration: none !important;
}

/* line 1324, app/assets/stylesheets/elements/shared.sass */
.element--table.renter-timeslots table tbody td.icon-cell {
  padding: 2px;
}

/* line 1330, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock {
  padding: 15px;
  background: #fff;
  border: 1px solid #f4f6f8;
  border-radius: 3px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow-x: auto;
}

/* line 1339, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .pitch-location-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 8px;
}

/* line 1347, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .pitch-location-indicator .pitch-field {
  width: 100%;
  height: 60px;
  background: #008c4d;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #005931;
}

/* line 1357, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .pitch-location-indicator .pitch-field .pitch-label {
  color: #fff;
  font-weight: bold;
  font-size: 0.875em;
}

/* line 1362, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  min-height: 32px;
}

/* line 1368, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .row-label {
  min-width: 45px;
  font-weight: bold;
  font-size: 0.6875em;
  color: #738594;
  margin-right: 10px;
  text-align: center;
  padding: 6px 4px;
  background: #f7f7f5;
  border-radius: 3px;
}

/* line 1379, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  overflow-x: auto;
}

/* line 1385, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container .element--stadiumseat {
  width: 24px;
  height: 24px;
  border: 1px solid #e1dfd8;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.5625em;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  color: #738594;
  background: #fff;
  flex-shrink: 0;
}

/* line 1402, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container .element--stadiumseat:hover {
  border-color: #007fc6;
  background: #ade1ff;
  text-decoration: none;
  z-index: 10;
  position: relative;
}

/* line 1409, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container .element--stadiumseat.available {
  border-color: #008c4d;
  color: #008c4d;
}

/* line 1413, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container .element--stadiumseat.available:hover {
  background: #73ffc0;
}

/* line 1416, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container .element--stadiumseat.grayed-out {
  border-color: #f4f6f8;
  background: white;
  color: #909eaa;
  cursor: not-allowed;
}

/* line 1422, app/assets/stylesheets/elements/shared.sass */
.element--stadiumblock .element--stadiumrow .seats-container .element--stadiumseat.grayed-out:hover {
  border-color: #f4f6f8;
  background: white;
  transform: none;
}

/* line 1431, app/assets/stylesheets/elements/shared.sass */
.availability-table .table-scroll-container {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 95vh;
  border: 1px solid #f4f6f8;
  border-radius: 3px;
}

/* line 1438, app/assets/stylesheets/elements/shared.sass */
.availability-table .sticky-table {
  position: relative;
  min-width: 100%;
}

/* line 1442, app/assets/stylesheets/elements/shared.sass */
.availability-table .sticky-table .sticky-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* line 1449, app/assets/stylesheets/elements/shared.sass */
.availability-table .sticky-table .sticky-first-col {
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  min-width: 180px;
}

/* line 1457, app/assets/stylesheets/elements/shared.sass */
.availability-table .sticky-table thead th.sticky-first-col {
  z-index: 30;
}

/* line 1463, app/assets/stylesheets/elements/shared.sass */
.element--modal {
  display: none;
}

/* line 1466, app/assets/stylesheets/elements/shared.sass */
.element--modal.is-open {
  display: block;
}

/* line 1469, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* line 1481, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-container {
  background-color: #fff;
  padding: 1.5rem;
  max-width: 90%;
  max-height: 90vh;
  border-radius: 3px;
  overflow-y: auto;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 1490, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-container.small {
  max-width: 30rem;
}

/* line 1493, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-container.medium {
  max-width: 40rem;
}

/* line 1496, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-container.large {
  max-width: 60rem;
}

/* line 1499, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-container.xlarge {
  max-width: 70rem;
}

/* line 1502, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-container.full {
  max-width: 95%;
}

/* line 1505, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 1511, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-title {
  margin: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #738594;
}

/* line 1518, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  color: #909eaa;
  padding: 0;
}

/* line 1527, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-close:hover {
  color: #738594;
}

/* line 1530, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* line 1535, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-loading {
  text-align: center;
  padding: 3rem;
  color: #909eaa;
}

/* line 1540, app/assets/stylesheets/elements/shared.sass */
.element--modal .element--modal-error {
  text-align: center;
  padding: 2rem;
  color: #d0382d;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

/* line 1569, app/assets/stylesheets/elements/shared.sass */
.element--modal-slide {
  display: none;
}

/* line 1572, app/assets/stylesheets/elements/shared.sass */
.element--modal-slide.is-open {
  display: block;
}

/* line 1575, app/assets/stylesheets/elements/shared.sass */
.element--modal-slide .element--modal-overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 1578, app/assets/stylesheets/elements/shared.sass */
.element--modal-slide .element--modal-container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 1582, app/assets/stylesheets/elements/shared.sass */
.element--modal-slide.is-closing .element--modal-overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 1585, app/assets/stylesheets/elements/shared.sass */
.element--modal-slide.is-closing .element--modal-container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

/* line 1591, app/assets/stylesheets/elements/shared.sass */
.status--header {
  text-align: center;
  padding: 2em 0;
  margin-bottom: 1.5em;
}

/* line 1596, app/assets/stylesheets/elements/shared.sass */
.status--header .status--icon-large {
  font-size: 5em;
  margin-bottom: 0.625em;
}

/* line 1601, app/assets/stylesheets/elements/shared.sass */
.status--header .status--title {
  font-size: 1.75em;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5em;
}

/* line 1607, app/assets/stylesheets/elements/shared.sass */
.status--header .status--description {
  font-size: 0.875em;
  color: #000;
}

/* line 1611, app/assets/stylesheets/elements/shared.sass */
.element--status-card {
  background: #fff;
  border: 1px solid #f4f6f8;
  border-radius: 3px;
  padding: 1.5em;
  margin-bottom: 1.25em;
}

/* line 1618, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--section-title {
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f4f6f8;
}

/* line 1628, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row {
  display: flex;
  align-items: flex-start;
  padding: 1em 0;
  border-bottom: 1px solid #fdfefe;
}

/* line 1634, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row:last-child {
  border-bottom: none;
}

/* line 1637, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 1em;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125em;
}

/* line 1649, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content {
  flex-grow: 1;
}

/* line 1652, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--label {
  font-size: 1.125em;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.375em;
}

/* line 1658, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--message {
  font-size: 1em;
  color: #000;
  line-height: 1.4;
}

/* line 1663, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--details {
  margin-top: 0.75em;
  font-size: 0.875em;
  color: #000;
}

/* line 1668, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--details p {
  margin-bottom: 0.25em;
  line-height: 1.5;
}

/* line 1672, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--details p strong {
  margin-right: 0.375em;
}

/* line 1675, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--error-block {
  margin-top: 0.75em;
  padding: 1em;
  background: #faeae8;
  border-left: 4px solid #d0382d;
  border-radius: 4px;
}

/* line 1682, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--error-block .error-interpretation {
  font-size: 0.9375em;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* line 1689, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--error-block .error-technical .technical-label {
  font-size: 0.8125em;
  font-weight: bold;
  color: #a62d24;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5em;
}

/* line 1697, app/assets/stylesheets/elements/shared.sass */
.element--status-card .status--row .status--content .status--error-block .error-technical .technical-message {
  font-size: 0.875em;
  color: #000;
  padding: 0.75em;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  font-family: monospace;
  line-height: 1.5;
  word-break: break-word;
  white-space: pre-wrap;
}
/* line 264, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 43.75em)";
  width: 43.75em;
}

/* line 269, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

/* line 123, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.3333333333%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.6666666667%;
  }
  /* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  /* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  /* line 147, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }
  /* line 148, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + .end[class*="column"] {
    float: left;
  }
  /* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
.columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 43.75em) {
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.3333333333%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.6666666667%;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.6666666667%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.6666666667%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.6666666667%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.3333333333%;
  }
  /* line 162, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.6666666667%;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  /* line 166, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  /* line 167, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  /* line 170, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
.columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  /* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
.columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  /* line 180, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
    float: right !important;
  }
}

/* Foundation Visibility HTML Classes */
/* line 9, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 43.75em) {
  /* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
.show-for-medium-up {
    display: inherit !important;
  }
  /* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }
  /* line 89, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }
  /* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
.hide-for-medium-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 96, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }
  /* line 101, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }
  /* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }
  /* line 117, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
th.show-for-medium,
th.show-for-medium-up,
th.hide-for-small {
    display: table-cell !important;
  }
}

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width:1280px) {
  /* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
.show-for-large-up {
    display: inherit !important;
  }
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
.show-for-medium-down {
    display: none !important;
  }
  /* line 131, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
.hide-for-medium-down {
    display: inherit !important;
  }
  /* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
.hide-for-large-up {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 139, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }
  /* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }
  /* line 151, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }
  /* line 164, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
th.show-for-large,
th.show-for-large-up,
th.hide-for-medium,
th.hide-for-medium-down {
    display: table-cell !important;
  }
}

/* X-Large Displays: 1400px and up */
@media only screen and (min-width:1440px) {
  /* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }
  /* line 175, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
.show-for-large-down {
    display: none !important;
  }
  /* line 178, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
.hide-for-large-down {
    display: inherit !important;
  }
  /* line 181, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 185, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }
  /* line 190, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }
  /* line 195, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }
  /* line 200, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }
  /* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
th.show-for-xlarge,
th.hide-for-large,
th.hide-for-large-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
/* line 214, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
  }
  /* line 245, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 250, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  /* line 254, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  /* line 258, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  /* line 262, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  /* line 267, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  /* line 273, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
.hide-for-landscape {
    display: inherit !important;
  }
  /* line 275, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
.show-for-landscape {
    display: none !important;
  }
  /* Specific visilbity for tables */
  /* line 280, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  /* line 284, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  /* line 288, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  /* line 292, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  /* line 297, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
/* line 303, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 43.75em) {
  /* Remove small grid clearing */
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }
  /* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  /* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.11875em;
  line-height: 1.6;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #008c4d;
  text-decoration: none;
  line-height: inherit;
}

/* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #00733f;
}

/* line 160, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* line 174, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}

/* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.5em;
}

/* line 200, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.1875em;
}

/* line 201, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.25em;
}

/* line 202, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 0.9375em;
}

/* line 203, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1em;
}

/* line 204, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #91271f;
}

/* Lists */
/* line 241, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}

/* line 253, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}

/* line 269, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 272, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}

/* line 273, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}

/* line 275, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}

/* line 295, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 307, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}

/* line 317, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}

/* line 321, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 325, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 331, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 338, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}

/* line 344, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 348, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 357, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 43.75em) {
  /* line 368, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  /* line 369, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.125em;
  }
  /* line 370, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.8125em;
  }
  /* line 371, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.5625em;
  }
  /* line 372, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.25em;
  }
}

/*
     * Print styles.
     *
     * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
     * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
    */
/* line 383, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 392, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 394, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 396, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 399, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 403, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 409, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 411, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 414, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 418, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 425, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 428, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }
  /* line 429, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }
  /* line 430, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 431, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}

/* line 171, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}

/* line 176, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  color: #333;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #cbc7bb;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}

/* line 177, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}

/* line 178, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #d0382d;
  border-color: #a62d24;
  color: #fff;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #a62d24;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}

/* line 180, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}

/* line 181, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}

/* line 182, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}

/* line 183, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

/* line 185, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}

/* line 186, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}

/* line 188, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008c4d;
}

/* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button.secondary[disabled], .button.disabled.secondary, .button.secondary[disabled] {
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  color: #333;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #cbc7bb;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  color: #333;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button.secondary[disabled]:hover, button.secondary[disabled]:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: #e1dfd8;
}

/* line 190, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button.success[disabled], .button.disabled.success, .button.success[disabled] {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #005931;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  color: #fff;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button.success[disabled]:hover, button.success[disabled]:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: #008c4d;
}

/* line 191, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button.alert[disabled], .button.disabled.alert, .button.alert[disabled] {
  background-color: #d0382d;
  border-color: #a62d24;
  color: #fff;
  cursor: default;
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #a62d24;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  color: #fff;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button.alert[disabled]:hover, button.alert[disabled]:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: #d0382d;
}

/* line 196, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}

/* line 198, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}

/* line 200, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 215, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}

@media only screen and (min-width: 43.75em) {
  /* line 223, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}

/* Standard Forms */
/* line 264, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}

/* line 69, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}

/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 75, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

/* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 270, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}

/* line 271, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}

/* line 272, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 281, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 286, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 288, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}

/* line 295, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}

/* line 298, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 307, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 312, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 315, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

/* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}

/* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 354, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}

/* line 221, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 366, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d0382d;
  color: #fff;
}

/* line 369, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 371, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d0382d;
  color: #fff;
}

/* line 375, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
  margin-bottom: 0;
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 382, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #d0382d;
}

/* line 387, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #d0382d;
  color: #fff;
}

/* line 392, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
  margin-bottom: 0;
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 403, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 407, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error {
  color: #d0382d;
}

/* Button Groups */
/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}

/* line 74, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}

/* line 35, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.3333333333%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.6666666667%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.2857142857%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}

/* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}

/* line 23, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}

/* line 46, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}

/* line 81, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}

/* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.1875em;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}

/* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 2.8125em;
}

/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 4em;
}

/* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}

/* line 112, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
/* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 4.8em;
}

/* line 53, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

/* line 62, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}

/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: #004023;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3em;
}

/* line 117, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #c0bcad;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #91271f;
}

/* line 79, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #004023;
}

/* line 156, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.9375em;
}

/* line 88, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.84375em;
}

/* line 89, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}

/* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 3.9375em;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.8125em;
}

/* line 103, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}

/* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 6em;
}

/* line 130, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.75em;
}

/* line 131, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}

/* line 159, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2em;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}

/* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 164, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}

/* line 26, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}

/* line 27, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 29, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 281, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 287, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .active[data-section-region] > [data-section-content], [data-section=''] > .active[data-section-region] > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .active[data-section-region] > [data-section-content], [data-section='auto'] > .active[data-section-region] > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .active[data-section-region] > [data-section-content], .section-container.auto > .active[data-section-region] > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > .active[data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > .active[data-section-region] > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .active[data-section-region] > [data-section-content], .section-container.vertical-tabs > .active[data-section-region] > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > .active[data-section-region] > [data-section-content],
[data-section='vertical-nav'] > .active[data-section-region] > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .active[data-section-region] > [data-section-content], .section-container.vertical-nav > .active[data-section-region] > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > .active[data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > .active[data-section-region] > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .active[data-section-region] > [data-section-content], .section-container.horizontal-nav > .active[data-section-region] > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > .active[data-section-region] > [data-section-content],
[data-section='accordion'] > .active[data-section-region] > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > .active[data-section-region] > [data-section-content], .section-container.accordion > .active[data-section-region] > .content {
  display: block;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}

/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d6d6d6;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}

/* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}

/* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > .active[data-section-region] > [data-section-content], [data-section='tabs'] > .active[data-section-region] > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > .active[data-section-region] > [data-section-content], .section-container.tabs > .active[data-section-region] > .content {
  display: block;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}

/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}

/* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}

/* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 43.75em) {
  /* line 319, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > .active[data-section-region] > [data-section-content], [data-section=''] > .active[data-section-region] > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > .active[data-section-region] > [data-section-content], [data-section='auto'] > .active[data-section-region] > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > .active[data-section-region] > [data-section-content], .section-container.auto > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 326, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }
  /* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > .active[data-section-region] > [data-section-content], [data-section='vertical-tabs'] > .active[data-section-region] > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > .active[data-section-region] > [data-section-content], .section-container.vertical-tabs > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  /* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > .active[data-section-region], .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > .active[data-section-region] {
    padding-left: 12.5em;
  }
  /* line 153, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > .active[data-section-region] > [data-section-title], [data-section='vertical-tabs'] > .active[data-section-region] > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > .active[data-section-region] > [data-section-title], .section-container.vertical-tabs > .active[data-section-region] > .title {
    width: 12.5em;
  }
  /* line 340, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  /* line 260, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d6d6d6;
  }
  /* line 347, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > .active[data-section-region] > [data-section-content], [data-section='vertical-nav'] > .active[data-section-region] > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > .active[data-section-region] > [data-section-content], .section-container.vertical-nav > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  /* line 354, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 361, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > .active[data-section-region] > [data-section-content], [data-section='horizontal-nav'] > .active[data-section-region] > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > .active[data-section-region] > [data-section-content], .section-container.horizontal-nav > .active[data-section-region] > .content {
    display: block;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }
  /* line 368, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  /* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d6d6d6;
  }
  /* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}

/* line 378, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}

/* line 55, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}

/* line 380, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}

/* line 116, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > .active[data-section-region] > [data-section-content], .no-js [data-section] > .active[data-section-region] > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > .active[data-section-region] > [data-section-content], .no-js .section-container > .active[data-section-region] > .content {
  display: block;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}

/* line 384, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: pointer;
  border: solid 1px #ccc;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}

/* line 217, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}

/* line 220, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}

/* line 227, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}

/* line 231, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d6d6d6;
}

/* line 233, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}

/* line 237, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}

/* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #111;
}

/* line 76, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

/* line 93, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111;
  margin-bottom: 0;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

/* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}

/* line 130, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}

/* line 135, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

/* line 140, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}

/* line 144, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}

/* line 155, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 160, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

/* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

/* line 179, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}

/* line 187, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

/* line 208, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}

/* line 212, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #111;
}

/* line 215, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}

/* line 216, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}

/* line 240, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  font-size: 16px;
  margin: 0;
}

/* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}

/* line 259, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222;
}

/* line 269, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #008c4d;
  font-size: 0.8125em;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 274, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #005931;
}

/* line 278, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e1dfd8;
}

/* line 280, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #cbc7bb;
}

/* line 284, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #008c4d;
}

/* line 286, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #005931;
}

/* line 290, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #d0382d;
}

/* line 292, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #a62d24;
}

/* line 300, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: black;
  color: #fff;
}

/* line 306, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}

/* line 313, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}

/* line 316, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}

/* line 320, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

/* line 332, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}

/* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

/* line 340, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}

/* line 347, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

/* line 351, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

/* line 354, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}

/* line 359, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

/* line 360, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}

/* line 368, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 380, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

/* line 384, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 940px) {
  /* line 389, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
.top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #111;
  }
  /* line 412, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 75em;
    margin: 0 auto;
    margin-bottom: 0;
  }
  /* line 418, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: black;
    color: #fff;
  }
  /* line 440, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111;
  }
  /* line 444, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 452, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 454, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 463, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 502, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 526, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #111;
    padding: 0 15px;
    height: 45px;
  }
  /* line 534, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 548, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: #fff;
  }
  /* line 554, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: #fff;
  }
  /* line 562, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */
/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}

/* line 64, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

/* line 70, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

/* line 74, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 132, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

/* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

/* line 154, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}

/* line 171, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

/* line 176, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}

/* line 182, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

/* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}

/* line 213, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}

/* line 225, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}

/* line 228, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}

/* line 241, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 245, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}

/* line 255, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}

/* line 256, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

/* line 261, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}

/* line 265, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}

/* line 266, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}

/* line 273, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 279, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}

/* line 285, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 295, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555;
}

/* line 299, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

/* line 309, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 43.75em) {
  /* line 317, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}

@media only screen and (max-width: 43.75em) {
  /* line 328, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
.orbit-stack-on-small .orbit-next,
.orbit-stack-on-small .orbit-prev,
.orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

/* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

/* line 65, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 66, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 43.75em) {
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media print {
  /* line 134, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}

/* Foundation Joyride */
/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}

/* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}

/* line 81, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}

/* line 89, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}

/* line 98, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

/* line 129, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

/* line 136, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}

/* line 146, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 150, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

/* line 175, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 43.75em) {
  /* line 187, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 189, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 196, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 204, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}

/* Clearing Styles */
/* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

/* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}

/* line 42, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}

/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 43.75em) {
  /* line 122, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
.clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
.clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }
  /* line 137, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }
  /* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }
  /* line 153, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
.clearing-main-next.disabled {
    opacity: 0.5;
  }
  /* line 158, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 185, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    min-width: 100% !important;
  }
  /* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }
  /* line 218, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

/* Foundation Alerts */
/* line 94, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 0px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 97, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 100, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 102, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #008c4d;
  border-color: #005931;
  color: #fff;
}

/* line 103, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #d0382d;
  border-color: #a62d24;
  color: #fff;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  color: #4c483b;
}

/* Breadcrumbs */
/* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0px;
  background-color: #e1dfd8;
  border-color: #cbc7bb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}

/* line 60, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

/* line 62, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #008c4d;
}

/* line 69, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

/* line 72, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}

/* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}

/* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

/* line 96, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}

/* line 104, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}

/* line 73, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}

/* line 83, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

/* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}

/* line 92, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}

/* line 101, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}

/* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}

/* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}

/* line 148, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}

/* line 153, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}

/* line 165, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}

/* line 173, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}

/* line 186, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}

/* line 190, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888;
}

/* line 192, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}

/* line 195, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}

/* line 199, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 206, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}

/* line 207, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}

/* line 208, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}

/* line 209, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}

/* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 212, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 213, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 216, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: #d0382d;
  background-color: rgba(208, 56, 45, 0.1);
  background: rgba(208, 56, 45, 0.1);
  margin-bottom: 0;
}

/* line 236, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 222, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}

/* line 226, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
}

/* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}

/* line 257, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}

/* line 261, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}

/* line 265, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: #000;
}

/* line 272, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}

/* line 276, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #ddd;
}

/* Keystroke Characters */
/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #008c4d;
  color: #fff;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 78, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #d0382d;
  color: #fff;
}

/* line 81, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #008c4d;
  color: #fff;
}

/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e1dfd8;
  color: #333;
}

/* Inline Lists */
/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 36, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}

/* line 87, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}

/* line 93, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}

/* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #008c4d;
  color: #fff;
  font-weight: bold;
  cursor: default;
}

/* line 63, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008c4d;
}

/* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}

/* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 0.9375em;
  padding: 0.75em;
  background: #f2f2f2;
}

/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

/* line 56, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

/* line 68, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #005931;
  margin-bottom: 0.9375em;
  padding: 0.75em;
  background: #008c4d;
  -webkit-box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.15) inset;
}

/* line 44, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}

/* line 56, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout a {
  color: #fff;
}

/* line 76, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}

/* line 124, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #ddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}

/* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.25em;
}

/* line 126, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}

/* line 127, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}

/* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #008c4d;
  height: 100%;
  display: block;
}

/* line 57, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e1dfd8;
  height: 100%;
  display: block;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #008c4d;
  height: 100%;
  display: block;
}

/* line 59, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #d0382d;
  height: 100%;
  display: block;
}

/* line 61, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 62, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 65, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 66, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 67, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}

/* line 39, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}

/* line 43, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #008c4d;
}

/* line 48, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}

/* line 53, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 82, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}

/* line 40, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  text-decoration: none;
}

/* line 54, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #008c4d;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  /* line 239, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: #fff;
    border-color: #cccccc;
  }
  /* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 75, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 84, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: pointer;
  }
  /* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 109, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 110, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 113, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 115, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 119, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 121, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 125, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 239, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 239, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: none 0;
  }
}

@media only screen {
  /* line 137, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  /* line 177, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #008c4d, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #008c4d, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  /* line 201, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  }
  /* line 211, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 243, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 2.75em;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  /* line 246, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 1.75em;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  /* line 249, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 1.375em;
  }
  /* line 149, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  /* line 157, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  /* line 163, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  /* line 252, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 253, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 257, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 258, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 259, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.5625em;
  }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}

/* line 11, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

/* line 17, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

/* line 19, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 80, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: none 0px #ddd;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: normal;
}

/* line 47, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.9375em 0.625em 0.9375em;
  font-size: 0.75em;
  color: #fff;
  text-align: left;
}

/* line 58, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.75em 0.625em;
  font-size: 0.75em;
  color: #222;
}

/* line 65, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}

/* line 70, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

/* line 31, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 77, 0.5);
  box-shadow: 0 0 6px 1px rgba(0, 140, 77, 0.5);
}

/* line 49, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
/* line 29, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}

/* line 35, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #002615;
  color: #008c4d;
}

/* line 41, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 45, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #3B3B3B;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 60, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #3B3B3B transparent;
  top: -10px;
}

/* line 71, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #008c4d !important;
  border-bottom: dotted 1px #002615 !important;
}

/* line 77, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 43.75em) {
  /* line 86, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #3B3B3B transparent;
    top: -10px;
  }
  /* line 90, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #3B3B3B transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 96, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 99, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #3B3B3B;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 106, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #3B3B3B transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 128, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */
/* line 135, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}

/* line 76, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

/* line 83, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

/* line 91, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

/* line 95, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

/* line 139, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.75em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}

/* line 114, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}

/* line 117, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}

/* line 142, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

/* line 50, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}

/* line 51, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

/* line 145, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}

/* line 146, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}

/* line 147, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}

/* line 148, ../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

@media only screen and (min-width: 850px) {
  /* line 28, app/assets/stylesheets/elements/portal.sass */
  body.iframe .element--portal-yield {
    margin-top: 0;
  }
}

@media only screen and (min-width: 850px) {
  /* line 35, app/assets/stylesheets/elements/portal.sass */
  header.portal-banner-top {
    margin-top: 4rem;
  }
}

/* line 41, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven details.heaven--menu summary.button {
  margin: 0;
}

/* line 44, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven details.heaven--menu p {
  margin-top: 0;
}

/* line 46, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 850px) {
  /* line 46, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper {
    height: auto;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 850px) {
  /* line 46, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper {
    height: 35px;
  }
}

/* line 56, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper .element--portal-heaven-topbar-logo a img {
  position: absolute;
  z-index: 20;
  top: 10px;
  border: none;
  max-height: 90px;
  max-width: 90px;
}

/* line 63, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper .element--portal-heaven-topbar-logo a img:hover {
  transition: all .2s ease-in-out;
  transform: scale(1.1);
}

/* line 66, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--portal-heaven-top-menu {
  margin-top: 6px;
  margin-left: 35px;
  list-style-type: none;
}

/* line 70, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--portal-heaven-top-menu li {
  font-size: 0.875em;
}

@media only screen and (max-width: 850px) {
  /* line 70, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--portal-heaven-top-menu li {
    display: block;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 850px) {
  /* line 70, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--portal-heaven-top-menu li {
    display: inline;
    margin-right: 10px;
  }
}

/* line 78, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--portal-heaven-top-menu li a {
  color: #fff;
  font-weight: bold;
}

/* line 81, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--portal-heaven-top-menu li a:hover {
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu {
  margin-top: 6px;
  list-style-type: none;
}

@media only screen and (min-width: 850px) {
  /* line 83, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu {
    float: right;
  }
}

/* line 89, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li {
  font-size: 0.875em;
  list-style-type: none;
}

/* line 92, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li.locale,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li.locale {
  margin-right: 2px;
}

/* line 94, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li.locale a.current,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li.locale a.current {
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 850px) {
  /* line 89, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li {
    display: block;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 850px) {
  /* line 89, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li {
    display: inline-block;
    margin-right: 8px;
  }
}

/* line 103, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li a,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li a {
  color: #fff;
  font-weight: bold;
  padding-left: 6px;
  padding-right: 6px;
}

/* line 108, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li a.has-tip,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li a.has-tip {
  border: none;
}

/* line 110, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li a:hover,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li a:hover {
  text-decoration: none;
}

/* line 112, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-locales-menu li a img.fa-tiktok,
.element--portal-heaven .element--portal-heaven-topbar-wrapper ul.element--heaven-social-menu li a img.fa-tiktok {
  width: 12px;
  margin-top: -2px;
  padding: 1px;
  background: white;
}

/* line 118, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-bottombar-wrapper {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 850px) {
  /* line 118, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-bottombar-wrapper {
    height: auto;
    padding-top: 6px;
  }
}

@media only screen and (min-width: 850px) {
  /* line 118, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-bottombar-wrapper {
    min-height: 65px;
  }
}

/* line 126, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-bottombar-wrapper ul.element--portal-heaven-bottom-menu {
  margin-top: 8px;
  margin-left: 35px;
  list-style-type: none;
}

/* line 130, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-bottombar-wrapper ul.element--portal-heaven-bottom-menu li {
  font-size: 1.125em;
}

@media only screen and (max-width: 850px) {
  /* line 130, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-bottombar-wrapper ul.element--portal-heaven-bottom-menu li {
    display: block;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 850px) {
  /* line 130, app/assets/stylesheets/elements/portal.sass */
  .element--portal-heaven .element--portal-heaven-bottombar-wrapper ul.element--portal-heaven-bottom-menu li {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 10px;
  }
}

/* line 139, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-bottombar-wrapper ul.element--portal-heaven-bottom-menu li a {
  color: #fff;
  font-weight: bold;
}

/* line 142, app/assets/stylesheets/elements/portal.sass */
.element--portal-heaven .element--portal-heaven-bottombar-wrapper ul.element--portal-heaven-bottom-menu li a:hover {
  text-decoration: none;
}

/* line 147, app/assets/stylesheets/elements/portal.sass */
.element--current-user {
  margin-top: 8px;
  text-align: right;
  float: right;
}

/* line 151, app/assets/stylesheets/elements/portal.sass */
.element--current-user.middle-align {
  margin-top: 24px;
}

/* line 153, app/assets/stylesheets/elements/portal.sass */
.element--current-user .user-wrapper {
  margin-top: 2px;
  float: left;
}

/* line 156, app/assets/stylesheets/elements/portal.sass */
.element--current-user .user-wrapper .user-name {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 160, app/assets/stylesheets/elements/portal.sass */
.element--current-user .user-wrapper .sign-out-link {
  color: #fff;
  margin-top: 6px;
  font-size: 0.75em;
}

/* line 165, app/assets/stylesheets/elements/portal.sass */
.element--current-user .user-wrapper .sign-out-link a:hover {
  text-decoration: none;
}

/* line 167, app/assets/stylesheets/elements/portal.sass */
.element--current-user img {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  float: left;
  margin-left: 12px;
}

/* line 176, app/assets/stylesheets/elements/portal.sass */
.element--cookie-banner {
  width: 100%;
  position: absolute;
  z-index: 1000;
}

/* line 183, app/assets/stylesheets/elements/portal.sass */
.element--portal-mobile-header {
  text-align: center;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}

/* line 188, app/assets/stylesheets/elements/portal.sass */
.element--portal-mobile-header.portal-banner-top {
  margin-top: 4rem;
}

/* line 194, app/assets/stylesheets/elements/portal.sass */
.element--portal-yield {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  padding: 20px;
}

@media only screen and (min-width: 850px) {
  /* line 194, app/assets/stylesheets/elements/portal.sass */
  .element--portal-yield {
    margin-top: 280px;
  }
}

/* line 201, app/assets/stylesheets/elements/portal.sass */
.element--portal-yield .non-found {
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  padding: 16px;
  text-align: center;
}

/* line 207, app/assets/stylesheets/elements/portal.sass */
.element--portal-yield .element--portal-content {
  min-height: 450px;
}

/* line 210, app/assets/stylesheets/elements/portal.sass */
.element--portal-yield .element--alert-box {
  margin-bottom: 10px;
}

/* line 213, app/assets/stylesheets/elements/portal.sass */
.element--portal-yield .element--portal-footer {
  padding-top: 100px;
  padding-bottom: 10px;
  height: auto;
  text-align: center;
  font-size: 0.75em;
  color: #404040;
}

/* line 221, app/assets/stylesheets/elements/portal.sass */
.element--countdown-progress-bar {
  text-align: center !important;
}

/* line 223, app/assets/stylesheets/elements/portal.sass */
.element--countdown-progress-bar .explanation {
  margin-bottom: 8px;
  font-size: 0.875em;
}

/* line 224, app/assets/stylesheets/elements/portal.sass */
.element--countdown-progress-bar .explanation #time_left {
  display: inline-block;
  font-weight: bold;
  min-width: 35px;
}

/* line 233, app/assets/stylesheets/elements/portal.sass */
.element--event-filter .title {
  text-transform: uppercase;
  font-size: 0.625em;
  letter-spacing: 1px;
  padding-top: 8px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #a6a6a6;
}

/* line 241, app/assets/stylesheets/elements/portal.sass */
.element--event-filter label {
  color: #666666;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.875em !important;
  line-height: 1.2em;
  font-weight: normal !important;
  clear: both;
}

/* line 248, app/assets/stylesheets/elements/portal.sass */
.element--event-filter label input {
  float: left;
  margin-right: 6px;
  margin-bottom: 10px;
}

/* line 254, app/assets/stylesheets/elements/portal.sass */
.element--event-filter .element--portal-feedbacks blockquote {
  border: 0;
  padding: 0;
}

/* line 257, app/assets/stylesheets/elements/portal.sass */
.element--event-filter .element--portal-feedbacks blockquote p {
  font-size: 0.875em;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 5px 0;
}

/* line 262, app/assets/stylesheets/elements/portal.sass */
.element--event-filter .element--portal-feedbacks blockquote p.footer {
  font-weight: bold;
  font-style: normal;
  font-size: 0.75em !important;
}

/* line 267, app/assets/stylesheets/elements/portal.sass */
.element--portal-feedback-question {
  margin-bottom: 10px;
}

/* line 269, app/assets/stylesheets/elements/portal.sass */
.element--portal-feedback-question .feedback-question-container {
  display: flex;
  align-items: stretch;
}

/* line 273, app/assets/stylesheets/elements/portal.sass */
.element--portal-feedback-question .strip {
  width: 5px;
  flex-shrink: 0;
}

/* line 277, app/assets/stylesheets/elements/portal.sass */
.element--portal-feedback-question .question {
  padding-left: 10px;
}

/* line 284, app/assets/stylesheets/elements/portal.sass */
.element--event-box {
  margin-bottom: 10px;
}

/* line 286, app/assets/stylesheets/elements/portal.sass */
.element--event-box a > .top-part, .element--event-box .top-part {
  border: 1px solid #f4f6f8;
  padding: 2px;
  color: #000;
}

/* line 290, app/assets/stylesheets/elements/portal.sass */
.element--event-box a > .top-part:hover, .element--event-box .top-part:hover {
  background: #f2f2f2;
}

/* line 292, app/assets/stylesheets/elements/portal.sass */
.element--event-box img.coverart {
  width: 100%;
}

/* line 294, app/assets/stylesheets/elements/portal.sass */
.element--event-box .middle-part {
  border-left: 1px solid #f4f6f8;
  border-right: 1px solid #f4f6f8;
  border-bottom: 1px solid #f4f6f8;
}

/* line 298, app/assets/stylesheets/elements/portal.sass */
.element--event-box .middle-part .alert, .element--event-box .middle-part .warning, .element--event-box .middle-part .success, .element--event-box .middle-part .info {
  text-align: center;
  padding: 8px;
  font-size: 0.625em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 305, app/assets/stylesheets/elements/portal.sass */
.element--event-box .middle-part .alert {
  background: #d0382d;
  color: #f1c2be;
}

/* line 308, app/assets/stylesheets/elements/portal.sass */
.element--event-box .middle-part .warning {
  background: #e1b53e;
  color: #f6e8c2;
}

/* line 311, app/assets/stylesheets/elements/portal.sass */
.element--event-box .middle-part .info {
  background: #dce0d3;
  color: #9ea985;
}

/* line 314, app/assets/stylesheets/elements/portal.sass */
.element--event-box .middle-part .success {
  background: #008c4d;
  color: #fff;
}

/* line 317, app/assets/stylesheets/elements/portal.sass */
.element--event-box .bottom-part {
  padding: 6px 6px 6px 6px;
  border-left: 1px solid #f4f6f8;
  border-right: 1px solid #f4f6f8;
  border-bottom: 1px solid #f4f6f8;
  min-height: 120px;
}

/* line 323, app/assets/stylesheets/elements/portal.sass */
.element--event-box .bottom-part .closing-date {
  min-height: 0.75em;
  text-align: center;
  margin-bottom: 18px;
  display: block;
  font-size: 0.75em;
}

/* line 329, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-details {
  padding: 4px;
  margin-top: 3px;
  line-height: 1.3em;
  min-height: 140px;
}

/* line 334, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-details .event-name {
  font-weight: bold;
  font-size: 0.875em;
}

/* line 337, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-details .event-subtitle {
  font-size: 0.75em;
}

/* line 339, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-details .event-host {
  font-size: 0.75em;
}

/* line 341, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-details .event-eventtype {
  font-size: 0.75em;
}

/* line 343, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-details .event-eventdates {
  font-size: 0.75em;
}

/* line 345, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-price {
  line-height: 1.3em;
  text-align: right;
  font-size: 0.875em;
}

/* line 349, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-price .regular-price {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 353, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-price .member-price {
  font-size: 0.875em;
}

/* line 355, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-price .member-price span {
  color: #d0382d;
}

/* line 357, app/assets/stylesheets/elements/portal.sass */
.element--event-box .event-price .kits-offering-label {
  font-size: 0.875em;
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 363, app/assets/stylesheets/elements/portal.sass */
.element--event-box .fully-booked span {
  color: #d0382d;
  font-size: 0.875em;
}

/* line 368, app/assets/stylesheets/elements/portal.sass */
.element--timeslot-box .status-banderole {
  margin: 0;
}

/* line 370, app/assets/stylesheets/elements/portal.sass */
.element--timeslot-box .status-banderole .alert, .element--timeslot-box .status-banderole .warning, .element--timeslot-box .status-banderole .success, .element--timeslot-box .status-banderole .info {
  text-align: center;
  padding: 8px;
  font-size: 0.625em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 377, app/assets/stylesheets/elements/portal.sass */
.element--timeslot-box .status-banderole .alert {
  background: #d0382d;
  color: #f1c2be;
}

/* line 380, app/assets/stylesheets/elements/portal.sass */
.element--timeslot-box .status-banderole .warning {
  background: #e1b53e;
  color: #f6e8c2;
}

/* line 383, app/assets/stylesheets/elements/portal.sass */
.element--timeslot-box .status-banderole .info {
  background: #dce0d3;
  color: #9ea985;
}

/* line 386, app/assets/stylesheets/elements/portal.sass */
.element--timeslot-box .status-banderole .success {
  background: #008c4d;
  color: #fff;
}

/* line 390, app/assets/stylesheets/elements/portal.sass */
.element--live-ratings {
  text-align: center;
  margin-top: -6px;
}

/* line 394, app/assets/stylesheets/elements/portal.sass */
.element--live-ratings .element--percentage {
  margin-top: 6px;
  font-size: 0.75em;
  font-weight: bold;
}

/* line 404, app/assets/stylesheets/elements/portal.sass */
a .element--card .element--host-box:hover {
  text-decoration: none;
}

/* line 407, app/assets/stylesheets/elements/portal.sass */
.element--host-box {
  text-align: center;
  height: 200px;
}

/* line 410, app/assets/stylesheets/elements/portal.sass */
.element--host-box .name {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 414, app/assets/stylesheets/elements/portal.sass */
.element--host-box .logo {
  width: 70%;
  margin: 0 auto;
}

/* line 420, app/assets/stylesheets/elements/portal.sass */
.element--payment-icon {
  margin-bottom: 5px;
}

/* line 425, app/assets/stylesheets/elements/portal.sass */
.element--sso-box {
  padding: 10px;
  text-align: center;
}

/* line 428, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .custom--vflwob-shopware {
  text-align: left;
}

/* line 430, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .custom--vflwob-shopware .custom--vflwob-shopware-new-link {
  margin-top: 3px;
  font-size: 0.625em;
  margin-bottom: 6px;
}

/* line 434, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .custom--vflwob-shopware .custom--vflwob-shopware-pw-link {
  font-size: 0.625em;
}

/* line 436, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .sso-sign-in-button-wrapper {
  margin: 0;
}

/* line 438, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .sso-sign-in-button-wrapper a.button {
  margin: 0;
}

/* line 440, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .sso-name {
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 443, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .sso-current-portal-account {
  padding-bottom: 10px;
}

/* line 445, app/assets/stylesheets/elements/portal.sass */
.element--sso-box .sso-sign-out-link, .element--sso-box .sso-my-data-link {
  font-size: 12px;
  padding-bottom: 12px;
}

/* line 452, app/assets/stylesheets/elements/portal.sass */
.element--host-deal-listing {
  margin-bottom: 15px;
}

/* line 454, app/assets/stylesheets/elements/portal.sass */
.element--host-deal-listing .host-deal-description {
  font-size: 0.875em;
  line-height: 1.5em;
  color: #738594;
  margin-bottom: 15px;
}

/* line 464, app/assets/stylesheets/elements/portal.sass */
.element--product-listing {
  margin-bottom: 15px;
}

/* line 466, app/assets/stylesheets/elements/portal.sass */
.element--product-listing .product-title {
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 469, app/assets/stylesheets/elements/portal.sass */
.element--product-listing .product-description {
  font-size: 0.75em;
  line-height: 1.5em;
  color: #738594;
  margin-bottom: 5px;
}

/* line 474, app/assets/stylesheets/elements/portal.sass */
.element--product-listing .product-price {
  font-weight: bold;
  display: inline-block;
}

/* line 477, app/assets/stylesheets/elements/portal.sass */
.element--product-listing .product-offer-period {
  font-size: 0.75em;
  color: #738594;
  display: inline-block;
}

/* line 482, app/assets/stylesheets/elements/portal.sass */
.element--product-container {
  margin-bottom: 12px;
}

/* line 484, app/assets/stylesheets/elements/portal.sass */
.element--product-container select {
  margin-bottom: 2px;
}

/* line 486, app/assets/stylesheets/elements/portal.sass */
.element--product-container .product-title {
  font-weight: bold;
  margin-bottom: 6px;
}

/* line 489, app/assets/stylesheets/elements/portal.sass */
.element--product-container .product-desc {
  font-size: 0.875em;
  line-height: 1.5em;
  color: #738594;
}

/* line 493, app/assets/stylesheets/elements/portal.sass */
.element--product-container .product-variant-row {
  font-size: 0.875em;
}

/* line 500, app/assets/stylesheets/elements/portal.sass */
.element--table table.events {
  width: 100%;
  font-size: 1em;
}

/* line 503, app/assets/stylesheets/elements/portal.sass */
.element--table table.events td {
  line-height: 1.4em;
}

/* line 505, app/assets/stylesheets/elements/portal.sass */
.element--table table.events td small {
  font-size: 1em;
}

/* line 508, app/assets/stylesheets/elements/portal.sass */
.element--table table.eventdates {
  width: 100%;
  font-size: 0.875em;
  margin-top: -10px;
  margin-bottom: 40px;
}

/* line 513, app/assets/stylesheets/elements/portal.sass */
.element--table table.eventdates thead {
  background: #fff;
}

/* line 515, app/assets/stylesheets/elements/portal.sass */
.element--table table.eventdates thead th {
  margin: 0;
  padding-bottom: 4px;
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #e6e6e6 !important;
}

/* line 521, app/assets/stylesheets/elements/portal.sass */
.element--table table.eventdates thead th.center, .element--table table.eventdates thead td.center {
  width: 20px;
}

/* line 524, app/assets/stylesheets/elements/portal.sass */
.element--table table.eventdates tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 530, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts {
  font-size: 1em;
  margin-bottom: 16px;
  display: block;
}

/* line 534, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts .name {
  margin-bottom: 4px;
  font-size: 0.875em;
}

/* line 537, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts .email, .element--portal-contacts .tel, .element--portal-contacts .role {
  margin-bottom: 4px;
  font-size: 0.75em;
  line-height: 1.2em;
}

/* line 541, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts .email .desc, .element--portal-contacts .tel .desc, .element--portal-contacts .role .desc {
  display: inline-block;
  min-width: 50px;
}

/* line 544, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts .email .val, .element--portal-contacts .tel .val, .element--portal-contacts .role .val {
  display: inline-block;
}

/* line 546, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts .email p, .element--portal-contacts .email ul, .element--portal-contacts .tel p, .element--portal-contacts .tel ul, .element--portal-contacts .role p, .element--portal-contacts .role ul {
  font-size: 1em;
}

/* line 548, app/assets/stylesheets/elements/portal.sass */
.element--portal-contacts img.avatar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 555, app/assets/stylesheets/elements/portal.sass */
#footer.portal .imprint-privacy {
  margin-top: 8px;
}

/* line 557, app/assets/stylesheets/elements/portal.sass */
#footer.portal .imprint-privacy a {
  font-size: 0.875em;
  color: #b3b3b3;
}

/* line 560, app/assets/stylesheets/elements/portal.sass */
#footer.portal .imprint-privacy a:hover {
  text-decoration: underline;
}

/* line 564, app/assets/stylesheets/elements/portal.sass */
#footer.portal a .powered_by {
  padding-top: 50px;
  text-transform: uppercase;
  font-size: 0.5em;
  color: gray;
}

/* line 569, app/assets/stylesheets/elements/portal.sass */
#footer.portal a .fsc {
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
  color: gray;
}

/* line 576, app/assets/stylesheets/elements/portal.sass */
#footer.portal a .zb {
  color: #e6e6e6;
  font-size: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 582, app/assets/stylesheets/elements/portal.sass */
#footer.portal a:hover .powered_by {
  color: #000;
}

/* line 584, app/assets/stylesheets/elements/portal.sass */
#footer.portal a:hover .fsc {
  color: #f3932c;
}

/* line 589, app/assets/stylesheets/elements/portal.sass */
.portal-further-link {
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 593, app/assets/stylesheets/elements/portal.sass */
.portal-further-link a {
  color: #000;
}

/* line 595, app/assets/stylesheets/elements/portal.sass */
.portal-further-link a img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 599, app/assets/stylesheets/elements/portal.sass */
.portal-further-link a .link-title {
  font-size: 1em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1.6em;
}

/* line 605, app/assets/stylesheets/elements/portal.sass */
.portal-further-link a .link-url, .portal-further-link a .info-text {
  font-size: 0.75em;
  line-height: 1.6em;
}

/* line 608, app/assets/stylesheets/elements/portal.sass */
.portal-further-link:hover {
  background: #f2f2f2;
}

/* line 610, app/assets/stylesheets/elements/portal.sass */
.portal-further-link.centered {
  text-align: center;
}

/* line 614, app/assets/stylesheets/elements/portal.sass */
.booking-confirmation h3, .registration-confirmation h3 {
  line-height: 1.8em;
}

/* line 616, app/assets/stylesheets/elements/portal.sass */
.booking-confirmation .icon-wrapper, .registration-confirmation .icon-wrapper {
  -webkit-border-radius: 80px;
  border-radius: 80px;
  width: 80px;
  text-align: center;
  padding-top: 20px;
  height: 80px;
  background: #008c4d;
  color: #fff;
}

/* line 624, app/assets/stylesheets/elements/portal.sass */
.booking-confirmation .icon-wrapper i, .registration-confirmation .icon-wrapper i {
  font-size: 2.5em;
}

/* line 626, app/assets/stylesheets/elements/portal.sass */
.booking-confirmation .icon-wrapper.secondary, .registration-confirmation .icon-wrapper.secondary {
  background: #cccccc;
}

/* line 630, app/assets/stylesheets/elements/portal.sass */
.bookable-event .event-information-slidedown-container, .bookable-event .event-information-container, .booking-confirmation .event-information-slidedown-container, .booking-confirmation .event-information-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 633, app/assets/stylesheets/elements/portal.sass */
.bookable-event .event-information-slidedown-container p, .bookable-event .event-information-container p, .booking-confirmation .event-information-slidedown-container p, .booking-confirmation .event-information-container p {
  margin: 8px 0 5px 0;
}

/* line 638, app/assets/stylesheets/elements/portal.sass */
.marketing-photo-gallery a img {
  margin-bottom: 8px;
  padding-right: 8px;
}

/* line 642, app/assets/stylesheets/elements/portal.sass */
a.mfp-download-btn {
  color: #fff;
}

/* line 647, app/assets/stylesheets/elements/portal.sass */
.photo-gallery a img {
  margin-bottom: 4px;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 673, app/assets/stylesheets/elements/portal.sass */
.element--portal-banner-wrap {
  position: fixed;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}

/* line 682, app/assets/stylesheets/elements/portal.sass */
.element--portal-banner-wrap.position-top {
  top: 0;
}

/* line 684, app/assets/stylesheets/elements/portal.sass */
.element--portal-banner-wrap.position-bottom {
  bottom: 0;
}

/* line 687, app/assets/stylesheets/elements/portal.sass */
.element--portal-banner-wrap .element--portal-banner {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}

/* line 704, app/assets/stylesheets/elements/portal.sass */
.element--portal-banner-wrap .element--portal-banner .element--portal-banner-item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.5rem;
  color: white;
}
