/*!
 *  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-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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;
}
/* @group Base */
/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}
/* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}
/* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container a {
  cursor: pointer;
}
/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
/* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
/* line 71, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 81, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
/* line 84, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px;
}
/* line 93, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 97, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
/* line 100, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
/* line 107, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 0px 2px;
}
/* line 114, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
/* line 121, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
/* line 135, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
/* line 140, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
/* line 149, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
/* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
/* line 166, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
/* line 170, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* line 175, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
/* line 180, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
/* line 185, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
/* line 190, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
/* line 193, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
/* line 215, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
/* line 218, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 222, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
/* line 238, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
/* line 254, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
/* line 257, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) -42px 1px no-repeat;
  font-size: 1px;
}
/* line 266, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
/* line 271, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
/* line 278, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
/* line 280, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* line 285, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
/* line 289, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 304, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
/* line 313, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/* line 316, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
/* line 321, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 324, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
/* line 335, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}
/* line 338, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl {
  text-align: right;
}
/* line 347, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
/* line 351, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
/* line 356, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
/* line 359, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
/* line 363, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
/* line 367, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}
/* line 369, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
/* line 372, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
/* line 375, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
/* line 381, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
/* line 385, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
/* line 389, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
/* line 392, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(/assets/chosen-sprite-8aa69ee6b2376505578d758bfbbc52aec88fa5e591f1a7cabd8adfa80a7b613a.png) no-repeat -30px -20px;
  direction: rtl;
}
/* line 398, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
/* line 402, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 413, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/chosen-rails-1.9.0/vendor/assets/stylesheets/chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-1e349b80fba8c23b63656925fda8dfe3c5927b5d0d8a1672143416caacf460fb.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
/* line 108, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-center {
  height: calc(100vh - 134px);
  background: white;
}
/* line 112, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-center svg {
  height: 500px;
  width: 100%;
}
@media (max-width: 480px) {
  /* line 108, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .fixed-center {
    background: #7480e7;
    padding: 24px;
  }
  /* line 121, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .fixed-center svg {
    display: none;
  }
  /* line 125, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .fixed-center h3 {
    font-size: 16px;
  }
}
/* line 130, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-center .back-to-homepage {
  font-size: 16px;
  margin-top: 12px;
}
/* line 135, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-center .back-to-homepage a:hover {
  color: white;
}

/* line 142, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.show-mobile {
  display: none !important;
}
@media (max-width: 480px) {
  /* line 142, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .show-mobile {
    display: flex !important;
  }
}

/* line 150, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hide-mobile {
  display: flex !important;
}
@media (max-width: 480px) {
  /* line 150, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .hide-mobile {
    display: none !important;
  }
}

/* line 158, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hide-1000-or-less {
  display: flex !important;
}
@media (max-width: 1000px) {
  /* line 158, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .hide-1000-or-less {
    display: none !important;
  }
}

/* line 166, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hide-pigeon {
  display: none !important;
}

/* line 170, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hide-all {
  display: none !important;
}

/* line 174, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tile-style {
  background-color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s;
  box-shadow: 0 1px 1px 0 rgba(11, 13, 39, 0.07), 0 2px 4px 0 rgba(9, 12, 36, 0.11);
  border-radius: 5px;
}
/* line 183, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tile-style.no-border {
  background: none;
  border-radius: none;
  box-shadow: none;
  height: 340px;
  display: flex;
  justify-content: center;
}
/* line 191, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tile-style.no-border:hover {
  transform: none;
  box-shadow: none;
}
/* line 197, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tile-style:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

/* line 203, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-container {
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px 0 rgba(11, 13, 39, 0.07), 0 2px 4px 0 rgba(9, 12, 36, 0.11);
  border-radius: 5px;
  padding: 8px;
}

/* line 211, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.circular-image img {
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* line 217, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.circular-image-bg {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-size: cover;
  /* <------ */
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 226, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.purple-border {
  border: 5px solid #7480e7;
}

/* line 230, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button {
  background-color: #3ECF8E;
  color: white;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-weight: 600;
  border: none;
}
/* line 239, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button a {
  color: white;
}
/* line 243, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
}
/* line 252, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button a:hover {
  color: white !important;
}
/* line 256, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button.with-padding {
  padding: 8px;
}
/* line 260, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button:disabled {
  background-color: #6B7C93;
}
/* line 264, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button.updated {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
}
/* line 265, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button.updated a {
  color: white !important;
}
/* line 272, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button.updated i {
  font-size: 14px;
}
/* line 277, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.call-to-action-button.bigger {
  font-size: 18px;
  padding: 6px 12px;
}

/* line 283, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-input-container {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  outline: none;
  display: flex;
  margin-bottom: 8px;
}
/* line 292, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-input-container label {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #545454;
}
/* line 301, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-input-container .sub-label {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 4px;
}
/* line 307, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-input-container .form-control {
  outline: none;
  border: none;
  background-color: white;
  font-size: 14px;
  padding-left: 10px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* line 308, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-input-container .form-controlinput {
  height: 30px;
}
/* line 319, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ss-input-container a {
  font-style: 600;
  color: #7480e7;
}

/* line 325, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 329, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 333, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 338, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.form-group .form-control::-moz-placeholder {
  color: #999;
}
/* line 341, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.form-group .form-control::-ms-input-placeholder {
  color: #999;
}
/* line 344, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.form-group .form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 349, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFFFFF;
}

/* line 358, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
a.link-overlay {
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* line 368, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.nav-item {
  border-radius: 10px;
  padding: 0 8px;
}

/* line 373, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle {
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
/* line 378, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle svg {
  height: 18px;
  width: 18px;
}
/* line 384, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle::before {
  position: absolute;
  top: -58px;
  left: -80px;
  background-color: #2B222A;
  border-radius: 5px;
  color: #fff;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  transition: all 0.5s ease;
  width: 200px;
}
/* line 399, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle.favorite::before {
  top: -60px;
  left: -37px;
  width: 140px;
}
/* line 407, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle.rev-disclosure::before {
  top: -90px;
  left: -130px;
  width: 260px;
}
/* line 415, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle.tools-secret i {
  color: #7480e7 !important;
}
/* line 419, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle.tools-secret::before {
  top: -130px;
  left: -115px;
  width: 250px;
}
/* line 427, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle::after {
  position: absolute;
  top: -12px;
  left: 20px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2B222A;
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
/* line 442, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle::before, .tooltip-toggle::after {
  color: #efefef;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}
/* line 452, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tooltip-toggle:focus::before, .tooltip-toggle:focus::after, .tooltip-toggle:hover::before, .tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

/* line 462, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.verified-icon i {
  background: #3ECF8E;
  color: white;
  padding: 3px;
  border-radius: 50%;
}

/* line 471, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.not-verified-icon i {
  color: #ccc;
  padding: 3px;
  border-radius: 50%;
}

/* line 478, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.learn-more {
  margin-bottom: 20px;
}

/* line 482, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__search {
  width: 60%;
  max-width: 600px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  /* line 482, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .hero__search {
    width: 90%;
    margin-bottom: 0px;
  }
}
/* line 492, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__search form {
  position: relative;
}
/* line 496, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__search .search-icon {
  position: absolute;
  left: 0px;
  top: 12px;
  height: 66px;
  width: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ccc;
}
@media (max-width: 480px) {
  /* line 496, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .hero__search .search-icon {
    top: 0px;
  }
}

/* line 514, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe {
  width: 60%;
  max-width: 600px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  /* line 514, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .hero__subscribe {
    width: 80%;
    margin-bottom: 24px;
  }
}
/* line 524, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.14) 0 10px 20px;
  color: #3a3c4c;
  font-size: 18px;
  outline: none;
  padding: 10px;
  transition-delay: 0s,0s,0s;
  transition-duration: .4s,.2s,.2s;
  transition-property: background,box-shadow;
  transition-timing-function: ease,ease,ease;
  width: 100%;
}
/* line 541, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup i {
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  opacity: 0.2;
}
/* line 549, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup #k_id_email {
  width: 100%;
  border: none;
  outline: none;
  height: 40px;
}
/* line 556, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup .subscribe-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
/* line 564, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6B7C93;
  opacity: .6;
}
/* line 568, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup::-moz-placeholder {
  /* Firefox 19+ */
  color: #6B7C93;
  opacity: .6;
}
/* line 572, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup::-ms-input-placeholder {
  /* IE 10+ */
  color: #6B7C93;
  opacity: .6;
}
/* line 576, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.hero__subscribe #email_signup::-moz-placeholder {
  /* Firefox 18- */
  color: #6B7C93;
  opacity: .6;
}

/* line 583, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.big-search {
  background-color: #fff;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.14) 0 10px 20px;
  color: #3a3c4c;
  font-size: 18px;
  outline: none;
  padding: 20px 32px 21px 59px;
  transition-delay: 0s,0s,0s;
  transition-duration: .4s,.2s,.2s;
  transition-property: background,box-shadow;
  transition-timing-function: ease,ease,ease;
  width: 100%;
}
/* line 598, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.big-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6B7C93;
  opacity: .6;
}
/* line 602, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.big-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #6B7C93;
  opacity: .6;
}
/* line 606, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.big-search::-ms-input-placeholder {
  /* IE 10+ */
  color: #6B7C93;
  opacity: .6;
}
/* line 610, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.big-search::-moz-placeholder {
  /* Firefox 18- */
  color: #6B7C93;
  opacity: .6;
}

/* line 616, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.filter-icon {
  font-size: 24px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  margin-bottom: -4px;
  color: #ccc;
}

/* line 629, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #ccc;
  outline: none;
  opacity: 1;
  transition: opacity .2s;
}

/* line 641, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3ECF8E;
  cursor: pointer;
}

/* line 651, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #3ECF8E;
  cursor: pointer;
}

/* line 659, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.slider-details {
  display: flex;
  margin-top: 8px;
  font-size: 18px;
}
/* line 664, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.slider-details #demo {
  font-weight: 600;
}

/* line 671, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.chips {
  display: flex;
  flex-wrap: wrap;
}
/* line 675, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.chips .chip {
  display: flex;
  align-items: center;
  background: #ccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  padding: 4px 8px;
  color: black;
  font-size: 16px;
  margin: 4px;
  cursor: pointer;
}
/* line 689, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.chips .chip i {
  font-size: 14px;
  opacity: 0.2;
}
/* line 694, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.chips .chip.selected {
  background: #3ECF8E;
}
/* line 697, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.chips .chip.selected i {
  opacity: 1;
}
/* line 702, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.chips .chip .chip-title {
  margin-left: 4px;
}

/* line 708, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.list-size-selected {
  background-color: #7480e7;
  color: white;
  padding: 4px;
  border-radius: 3px;
  font-weight: 600;
}

/* line 716, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.roundup-group {
  text-transform: uppercase;
  font-weight: 700;
}

/* line 721, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.alert-container {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  z-index: 1000000;
  width: 100%;
}
/* line 729, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.alert-container .alert, .alert-container #error_explanation:not(:empty) {
  width: 60%;
}

/* line 734, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
#ss-tool:after {
  content: '\f0ad';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 5px;
  text-decoration: none;
  opacity: 0.6;
}

/* line 744, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.breadcrumbs {
  margin-top: 18px;
  margin-left: 6px;
  font-weight: 600;
  color: #7480e7;
  font-size: 14px;
}
@media (max-width: 480px) {
  /* line 744, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .breadcrumbs {
    margin-top: 8px;
  }
}
/* line 755, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.breadcrumbs i {
  font-size: 14px;
  margin-left: 6px;
  margin-right: 4px;
}

/* line 762, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools {
  padding: 4px;
  border: 2px solid #f6c8cc;
  background: #fbe9eb;
  z-index: 100000;
  width: 180px;
  left: -220px;
  position: absolute;
  border-radius: 3px;
}
/* line 772, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools .admin-tool-form {
  display: flex;
  align-items: center;
}
/* line 776, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools .admin-tool-form form {
  display: flex;
}
/* line 780, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools .admin-tool-form input {
  width: 30px;
}
/* line 785, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools .admin-tool-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 790, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools .admin-tool-option .admin-tool-expand {
  cursor: pointer;
  margin-right: 4px;
}
/* line 796, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.admin-tools .admin-tool-options {
  display: flex;
  flex-direction: column;
}

/* line 802, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.content {
  position: relative;
}
/* line 805, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.content .early-access {
  position: absolute;
  bottom: 100px;
  width: 83%;
  height: 412px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}
@media (max-width: 768px) {
  /* line 805, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .content .early-access {
    width: 100%;
    bottom: 0px;
    height: 700px;
  }
}
/* line 837, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.content .early-access.blog-one {
  bottom: 200px;
}

/* line 843, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 847, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.paywall-block, .paywall-block-ideas {
  background: #7480e7;
  color: white;
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative;
  z-index: 200;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* line 860, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.paywall-block.ideas-table-upsell, .paywall-block-ideas.ideas-table-upsell {
  background: #f6f9fc;
  color: #7480e7;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  /* line 847, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .paywall-block, .paywall-block-ideas {
    padding-top: 32px;
    padding-bottom: 32px;
    height: auto;
  }
}
/* line 874, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.paywall-block .hero__subscribe, .paywall-block-ideas .hero__subscribe {
  margin-bottom: 12px;
}
/* line 878, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.paywall-block .main, .paywall-block-ideas .main {
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
  padding: 0 48px;
}
@media (max-width: 768px) {
  /* line 878, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .paywall-block .main, .paywall-block-ideas .main {
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
  }
}

/* line 893, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.blog .upsell-block {
  width: auto;
  margin: 0px;
  padding: 20px;
}

/* line 900, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.extra {
  height: 80px;
}
@media (max-width: 768px) {
  /* line 900, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .extra {
    height: 10px;
  }
}

/* line 908, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.premium-badge {
  color: white;
  background: #3ECF8E;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 918, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.heading-general {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #7480e7;
}

/* line 927, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.coming-soon {
  background: #7480e7;
  color: white;
  padding: 2px 4px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2px;
  margin-right: 2px;
}
/* line 939, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.coming-soon.green-badge {
  background: #d4f7d0;
  color: #3d7937;
}
/* line 944, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.coming-soon.yellow-badge {
  background: #f4efc1;
  color: #746d34;
}
/* line 949, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.coming-soon.blue-badge {
  background: #ebedfc;
  color: #5863c4;
}
/* line 954, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.coming-soon.bblue-badge {
  background: #e2eff9;
  color: #006fbe;
}
/* line 959, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.coming-soon.gray-badge {
  background: #d1d2db;
  color: #6a6b79;
}

/* line 970, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
ol.none {
  list-style: none;
  padding-left: 12px;
}
/* line 975, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
ol.bullet {
  list-style: initial;
}

/* line 981, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.cancel-disclosure {
  background: pink;
  padding: 16px;
  font-weight: 100;
  margin-bottom: 12px;
  border-radius: 3px;
  color: #f6c8cc;
  color: #662e34;
}

/* line 991, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fadeout {
  -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
  overflow-y: scroll;
}

/* line 997, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.blur {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

/* line 1009, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-modal {
  overflow-y: auto !important;
}
/* line 1012, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-modal .modal-body {
  display: flex;
  justify-content: center;
}

/* line 1018, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-see-all {
  justify-content: center;
  text-align: center;
  margin-bottom: 32px;
}
/* line 1023, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-see-all .options {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 1028, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-see-all .options .call-to-action-button, .ideas-see-all .options .log-in-button {
  padding: 4px;
}

/* line 1034, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.subscribe-inward {
  background: #e4e7ff;
  padding: 4px;
  border-radius: 3px;
  font-size: 14px;
}
@media (max-width: 480px) {
  /* line 1040, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .subscribe-inward .subscribe-end-article-container {
    width: 160px;
  }
}
@media (max-width: 320px) {
  /* line 1040, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .subscribe-inward .subscribe-end-article-container {
    width: 100px;
  }
}
/* line 1050, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.subscribe-inward form {
  display: flex;
}
/* line 1053, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.subscribe-inward form i {
  color: #bababa;
  display: flex;
  align-items: center;
  padding: 4px;
}
/* line 1060, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.subscribe-inward form #k_id_email {
  border: none;
  outline: none;
  width: 100%;
  background: #e4e7ff;
}
/* line 1067, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.subscribe-inward form .subscribe-button {
  width: auto;
  font-size: 14px;
}
@media (max-width: 480px) {
  /* line 1067, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .subscribe-inward form .subscribe-button {
    font-size: 16px;
    width: 24px !important;
    padding-left: 5px;
    display: flex;
    text-align: center;
  }
}

/* line 1082, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-upsell-thing {
  position: fixed;
  width: 500px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  /* Negative half of height. */
  margin-left: -250px;
  /* Negative half of width. */
}
/* line 1091, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-upsell-thing .ideas-see-all {
  margin-top: 32px;
}
/* line 1095, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-upsell-thing .options {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 1100, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-upsell-thing .options .call-to-action-button {
  width: 300px;
}

/* line 1108, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-ideas-tile .email-input-ss-subscribe input {
  width: 148px;
}
/* line 1113, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-ideas-tile .business-ideas {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 1118, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-ideas-tile .business-ideas .call-to-action-button {
  margin-top: 4px;
}
/* line 1122, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-ideas-tile .business-ideas .description-ideas {
  font-size: 14px;
  color: #6a6b79;
  width: 300px;
  margin-bottom: 6px;
}
/* line 1129, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-ideas-tile .business-ideas img {
  height: 180px;
  width: 180px;
}

/* line 1136, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.in-article-border {
  border-top: 8px solid #dcdff9;
  border-bottom: 8px solid #dcdff9;
  width: 100%;
  margin-top: 24px;
  background: #dcdff9;
}
/* line 1143, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.in-article-border .description-ideas {
  margin-bottom: 12px;
  width: 300px;
  text-align: center;
  font-size: 14px;
}
/* line 1150, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.in-article-border .subscribe-end-article-container {
  border: 4px solid #7480e7;
  background: white !important;
}
/* line 1154, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.in-article-border .subscribe-end-article-container #k_id_email {
  background: white !important;
}
/* line 1159, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.in-article-border .business-ideas {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px;
}
/* line 1166, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.in-article-border img {
  width: 200px;
  height: 200px;
}

/* line 1172, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section {
  display: flex;
  align-items: flex-start;
  color: #c2c3cf;
  padding-left: 18px;
  margin-left: -18px;
  padding-right: 18px;
  margin-right: -18px;
  padding-top: 2px;
  padding-bottom: 4px;
}
/* line 1183, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section i {
  margin-right: 4px;
}
/* line 1187, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section .check {
  display: none;
}
/* line 1191, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section .dot {
  display: flex;
  color: #c2c3cf;
}
/* line 1196, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section .dot, .fixed-toc-section .check {
  margin-right: 4px;
  margin-top: 4px;
}
/* line 1201, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section.reading {
  font-weight: 600;
  color: black;
  background: #ccd1f6;
}
/* line 1206, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section.reading .dot {
  color: #343a73;
}
/* line 1211, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section.hasRead {
  color: #6a6b79;
  font-weight: 600;
  background: white;
}
/* line 1216, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section.hasRead .check {
  display: flex;
  color: #5bb350;
}
/* line 1221, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.fixed-toc-section.hasRead .dot {
  display: none;
}

/* line 1227, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options {
  display: flex;
}
@media (max-width: 480px) {
  /* line 1227, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .pricing-options {
    flex-direction: column;
  }
}
/* line 1234, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option:not(:first-child) {
  margin-left: 32px;
}
@media (max-width: 480px) {
  /* line 1234, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .pricing-options .pricing-option:not(:first-child) {
    margin-left: 0;
    margin-top: 16px;
  }
}
/* line 1244, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option {
  padding: 24px;
  text-align: left;
  width: 50%;
  border: 4px solid #7480e7;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #f9f9fe;
}
@media (max-width: 480px) {
  /* line 1244, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .pricing-options .pricing-option {
    width: 100%;
  }
}
/* line 1257, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .popular {
  color: #3ECF8E;
  font-weight: 600;
}
/* line 1262, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-type {
  font-size: 32px;
  font-weight: 600;
}
/* line 1267, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-type-descripton {
  color: #868899;
}
/* line 1272, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-features .reason {
  margin-bottom: 2px;
}
/* line 1275, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-features .reason i {
  color: #3ECF8E;
}
/* line 1282, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-price .price-details {
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 18px;
}
/* line 1289, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  margin-top: 24px;
}
/* line 1297, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-cta .call-to-action-button {
  padding: 8px 20px;
  width: 100%;
  text-align: center;
}
/* line 1303, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.pricing-options .pricing-option .po-cta .disclosure {
  font-size: 12px;
  font-style: italic;
  margin-top: 12px;
}

/* line 1313, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.modal-body .pricing-options {
  margin: 16px 32px;
}
@media (max-width: 480px) {
  /* line 1313, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .modal-body .pricing-options {
    margin: 16px 8px;
  }
}

/* line 1322, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.top-part-modal-b {
  display: flex;
}
@media (max-width: 480px) {
  /* line 1322, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .top-part-modal-b {
    flex-direction: column;
  }
}
/* line 1329, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.top-part-modal-b .headline {
  width: 50%;
}
@media (max-width: 480px) {
  /* line 1329, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .top-part-modal-b .headline {
    width: 100%;
  }
}
/* line 1337, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.top-part-modal-b .tool-used-by {
  width: 50%;
}
@media (max-width: 480px) {
  /* line 1337, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .top-part-modal-b .tool-used-by {
    width: 100%;
  }
}

/* line 1346, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.money-back {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-weight: 600;
  color: #3e3f47;
  font-size: 14px;
}
/* line 1356, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.money-back i {
  margin-right: 4px;
  color: #3ECF8E;
}

/* line 1362, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.enterprise {
  text-align: center;
  padding-top: 8px;
  font-weight: 600;
}
@media (max-width: 480px) {
  /* line 1362, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .enterprise {
    padding: 12px;
  }
}
/* line 1371, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.enterprise a {
  text-decoration: underline !important;
  color: #7480e7;
}

/* line 1377, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-name-generator-widget {
  background: #7480e7;
  color: white;
  border-radius: 3px;
  padding: 18px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 1377, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .business-name-generator-widget {
    padding: 18px;
  }
}
/* line 1391, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-name-generator-widget .generator-header {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
/* line 1397, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-name-generator-widget .generator-subheader {
  font-size: 12px;
  margin-bottom: 4px;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 480px) {
  /* line 1397, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .business-name-generator-widget .generator-subheader {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* line 1409, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.business-name-generator-widget .business-name-generated {
  font-size: 32px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  /* line 1409, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .business-name-generator-widget .business-name-generated {
    font-size: 24px;
    height: 100px;
  }
}

/* line 1424, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget {
  padding: 6px;
}
/* line 1427, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .idea-widget-header {
  font-size: 16px;
  margin-left: 8px;
  margin-bottom: 8px;
}
/* line 1433, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .idea-widget-footer {
  font-size: 16px;
  margin-left: 8px;
  margin-top: 8px;
}
/* line 1440, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget.for-story .idea-widget-header {
  font-size: 18px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 2px;
}
/* line 1448, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box {
  display: flex;
}
@media (max-width: 480px) {
  /* line 1448, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .idea-widget .stats-box {
    flex-direction: column;
  }
}
/* line 1455, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box.horiz {
  flex-direction: column;
}
/* line 1458, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box.horiz .stats {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 1465, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats {
  width: 33%;
}
@media (max-width: 480px) {
  /* line 1465, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .idea-widget .stats-box .stats {
    width: 100%;
  }
}
/* line 1472, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .big-stat {
  font-size: 32px;
  padding: 8px;
}
/* line 1476, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .big-stat .stat-label {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1481, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .big-stat .stat-number {
  font-weight: 600;
}
/* line 1485, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .big-stat .stat-link {
  font-size: 12px;
}
/* line 1490, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .small-stat {
  font-size: 16px;
  padding: 8px;
}
/* line 1494, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .small-stat .stat-label {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1499, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .small-stat .stat-number {
  font-weight: 600;
}
/* line 1503, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-widget .stats-box .stats .small-stat .stat-link {
  font-size: 12px;
}

/* line 1513, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .stat-link {
  display: none;
}
/* line 1517, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .big-stat {
  font-size: 16px !important;
  padding: 8px !important;
}
/* line 1521, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .big-stat .stat-label {
  font-size: 10px !important;
  text-transform: uppercase !important;
}
/* line 1526, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .big-stat .stat-number {
  font-weight: 600 !important;
  font-size: 24px !important;
}
/* line 1532, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .small-stat {
  font-size: 16px !important;
  padding: 8px !important;
}
/* line 1536, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .small-stat .stat-label {
  font-size: 10px !important;
  text-transform: uppercase !important;
}
/* line 1541, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.idea-tile .idea-widget .small-stat .stat-number {
  font-weight: 600 !important;
  font-size: 12px !important;
}

/* line 1549, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mt12 {
  margin-top: 12px;
}

/* line 1553, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mb12 {
  margin-bottom: 12px;
}

/* line 1557, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.mobile-only {
  display: none;
}

/* line 1563, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.meta .nav-item.active {
  background: white;
}
/* line 1566, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.meta .nav-item.active a {
  color: #7480e7 !important;
}
/* line 1574, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.meta.white .nav-item.active {
  background: #7480e7;
}
/* line 1577, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.meta.white .nav-item.active a {
  color: white !important;
}

/* line 1585, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tool-screenshot {
  display: flex;
  justify-content: center;
}
/* line 1589, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.tool-screenshot img {
  max-height: 400px;
  border: 12px solid #dcdff9;
  border-radius: 3px;
}

/* line 1596, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.download-widget {
  background: #7480e7;
  color: white;
  padding: 16px;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 3px;
}
/* line 1605, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.download-widget .download-widget-header {
  font-size: 24px;
  text-align: center;
}
/* line 1610, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.download-widget img {
  max-height: 400px;
  margin-top: 16px;
  margin-bottom: 16px;
}

/* line 1617, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
[data-type="check-domain"] {
  padding: 2px 6px;
  font-size: 12px;
  color: #004170;
  background: #e2eff9;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 8px;
}

/* line 1627, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.light-purple-border {
  border: 12px solid #dcdff9;
  border-radius: 3px;
}

/* line 1632, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
[data-type="custom-design-cta"] {
  background: #dcdff9;
  padding: 16px;
  margin-bottom: 16px;
  text-align: center;
}

/* line 1639, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
[data-type="custom-design-faq"] {
  background: #dcdff9;
  padding: 16px;
  margin-bottom: 16px;
}
/* line 1644, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
[data-type="custom-design-faq"] :nth-child(2) {
  margin-top: 16px !important;
}
/* line 1648, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
[data-type="custom-design-faq"] h2, [data-type="custom-design-faq"] h3, [data-type="custom-design-faq"] h4 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 22px !important;
}
/* line 1655, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
[data-type="custom-design-faq"] h2:after, [data-type="custom-design-faq"] h3:after, [data-type="custom-design-faq"] h4:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 5px;
  text-decoration: none;
  font-size: 24px;
}

/* line 1668, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
#idea_taggings_tags_input span {
  display: flex;
  flex-wrap: wrap;
}
/* line 1672, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
#idea_taggings_tags_input span .checkbox {
  margin-right: 6px;
}
/* line 1673, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
#idea_taggings_tags_input span .checkbox input {
  margin: 2px;
}

/* line 1682, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.backend-step {
  padding: 18px;
  margin-bottom: 24px;
  background: #e0e0e7;
}

/* line 1689, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-table td {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 1696, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-table th {
  text-transform: uppercase;
  color: #868899;
  text-align: right;
  font-size: 12px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-right: 4px !important;
}
/* line 1705, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-table th.sorting_asc, .ideas-table th.sorting_desc {
  padding-right: 18px !important;
}
/* line 1710, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-table th:nth-child(2) {
  text-align: left;
}
/* line 1714, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.ideas-table .sorting {
  background: none !important;
}

/* line 1719, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.room {
  margin-top: 200px;
}
@media (max-width: 480px) {
  /* line 1719, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .room {
    margin-top: 40px;
  }
}

/* line 1727, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.instruction-header {
  font-size: 24px;
  font-weight: 600;
}

/* line 1732, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 1732, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .new-pay {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
/* line 1742, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .left, .new-pay .right {
  width: 50%;
  padding: 12px;
}
@media (max-width: 480px) {
  /* line 1742, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .new-pay .left, .new-pay .right {
    width: 100%;
  }
}
/* line 1750, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .left .promo-style, .new-pay .right .promo-style {
  cursor: pointer;
  font-size: 16px;
}
/* line 1756, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info {
  border: 1px solid #c2c3cf;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(11, 13, 39, 0.07), 0 2px 4px 0 rgba(9, 12, 36, 0.11);
}
/* line 1761, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info .plan-header {
  background: #ededf1;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
/* line 1769, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info .plan-body {
  padding: 8px 16px;
}
/* line 1772, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info .plan-body .plan-body-total {
  display: flex;
  justify-content: space-between;
}
/* line 1776, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info .plan-body .plan-body-total .plan-body-total-value {
  display: flex;
}
/* line 1779, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info .plan-body .plan-body-total .plan-body-total-value .strike {
  text-decoration: line-through;
}
/* line 1783, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-pay .plan-info .plan-body .plan-body-total .plan-body-total-value .final {
  font-weight: 600;
  margin-left: 8px;
}

/* line 1793, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-payment-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  /* line 1793, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .new-payment-form {
    width: 100%;
  }
}
/* line 1803, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-payment-form form {
  width: 100%;
}
/* line 1807, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-payment-form #card-element {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 3px;
}
/* line 1813, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-payment-form .form-row {
  margin: 8px 0px;
}
/* line 1817, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-payment-form .call-to-action-button {
  width: 100%;
  padding: 8px;
}
/* line 1822, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.new-payment-form .email-input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  font-size: 1em;
}

/* line 1831, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.cta-users {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
/* line 1845, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.cta-users .cta-user {
  flex: 1 1 10%;
  max-width: 14%;
  min-width: 60px;
  margin-top: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 480px) {
  /* line 1845, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
  .cta-users .cta-user {
    max-width: 15%;
    flex: 1 1 15%;
  }
}
/* line 1866, /Users/pwalls/code/starter-story/app/assets/stylesheets/shared/_shared.scss */
.cta-users .cta-user img {
  border-radius: 50%;
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
/* line 45, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 57, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FFFFFF;
}

/* line 73, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 83, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 99, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 109, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

/* line 129, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 135, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 142, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 149, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 153, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 162, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
dfn {
  font-style: italic;
}

/* line 167, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 173, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 182, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 190, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 191, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 198, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 216, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
/* line 225, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 236, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 245, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 262, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 272, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 277, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 286, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 290, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 298, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
}

/* line 309, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: .5rem;
}

/* line 318, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 326, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 331, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 342, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 347, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 355, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 363, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 371, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 378, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 390, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 396, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 411, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 423, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 428, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 433, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 446, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 456, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 465, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 469, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 474, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 480, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 1.5rem;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
small,
.small,
.authform form {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014 \00A0";
}

/* line 8, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-fluid, img {
  max-width: 100%;
  height: auto;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 45, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 53, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container, main {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, main {
    max-width: 1140px;
  }
}

/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.row, section {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .column, .form, .form-centered, .col-md-7, .col-md-8, .col-md-9, .authform form, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 51, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 51, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .column, .form, .form-centered {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9, .authform form {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 51, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 51, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 51, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #FFFFFF;
}

/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 52, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 58, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 71, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 109, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #32383e;
}
/* line 117, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 125, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #FFFFFF;
  background-color: #212529;
}
/* line 129, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
/* line 135, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 140, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 174, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/* line 174, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 51, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}

/* line 76, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 89, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 97, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 104, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 117, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 128, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.submit,
.authform .input-group-sm > .input-group-prepend > .form-control-plaintext.button,
.input-group-sm > .input-group-prepend > .form-control-plaintext.button-xs,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.submit,
.authform .input-group-sm > .input-group-append > .form-control-plaintext.button,
.input-group-sm > .input-group-append > .form-control-plaintext.button-xs, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.submit,
.authform .input-group-lg > .input-group-prepend > .form-control-plaintext.button,
.input-group-lg > .input-group-prepend > .form-control-plaintext.button-xs,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.submit,
.authform .input-group-lg > .input-group-append > .form-control-plaintext.button,
.input-group-lg > .input-group-append > .form-control-plaintext.button-xs {
  padding-right: 0;
  padding-left: 0;
}

/* line 144, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .submit,
.authform .input-group-sm > .input-group-prepend > .button,
.input-group-sm > .input-group-prepend > .button-xs,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .submit,
.authform .input-group-sm > .input-group-append > .button,
.input-group-sm > .input-group-append > .button-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 152, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.submit:not([size]):not([multiple]),
.authform .input-group-sm > .input-group-prepend > select.button:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.button-xs:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.submit:not([size]):not([multiple]),
.authform .input-group-sm > .input-group-append > select.button:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.button-xs:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

/* line 157, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .submit,
.authform .input-group-lg > .input-group-prepend > .button,
.input-group-lg > .input-group-prepend > .button-xs,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .submit,
.authform .input-group-lg > .input-group-append > .button,
.input-group-lg > .input-group-append > .button-xs {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.submit:not([size]):not([multiple]),
.authform .input-group-lg > .input-group-prepend > select.button:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.button-xs:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.submit:not([size]):not([multiple]),
.authform .input-group-lg > .input-group-append > select.button:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.button-xs:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

/* line 176, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 180, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 190, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 196, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 208, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 214, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 219, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 224, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 228, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 235, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
/* line 59, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 78, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 88, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 91, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
/* line 96, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 102, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
/* line 108, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 119, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 122, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
/* line 131, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

/* line 55, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
/* line 59, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 78, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 88, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 91, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
/* line 96, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 102, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
/* line 108, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 119, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 122, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
/* line 125, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
/* line 131, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 263, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 271, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 277, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 285, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 294, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 301, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 305, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    width: auto;
  }
  /* line 311, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 318, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 325, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 329, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .submit, .authform .button, .button-xs {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .submit:hover, .authform .button:hover, .button-xs:hover, .btn:focus, .submit:focus, .authform .button:focus, .button-xs:focus {
  text-decoration: none;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .submit:focus, .authform .button:focus, .button-xs:focus, .btn.focus, .focus.submit, .authform .focus.button, .focus.button-xs {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .disabled.submit, .authform .disabled.button, .disabled.button-xs, .btn:disabled, .submit:disabled, .authform .button:disabled, .button-xs:disabled {
  opacity: 0.65;
}
/* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled), .submit:not(:disabled):not(.disabled), .authform .button:not(:disabled):not(.disabled), .button-xs:not(:disabled):not(.disabled) {
  cursor: pointer;
}
/* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled):active, .submit:not(:disabled):not(.disabled):active, .authform .button:not(:disabled):not(.disabled):active, .button-xs:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .submit:not(:disabled):not(.disabled).active, .authform .button:not(:disabled):not(.disabled).active, .button-xs:not(:disabled):not(.disabled).active {
  background-image: none;
}

/* line 53, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.submit, .authform a.disabled.button, a.disabled.button-xs,
fieldset:disabled a.btn,
fieldset:disabled a.submit,
fieldset:disabled .authform a.button,
.authform fieldset:disabled a.button,
fieldset:disabled a.button-xs {
  pointer-events: none;
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .submit, .authform .button, .button-xs {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover, .submit:hover, .authform .button:hover, .button-xs:hover {
  color: #FFFFFF;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .submit:focus, .authform .button:focus, .button-xs:focus, .btn-primary.focus, .focus.submit, .authform .focus.button, .focus.button-xs {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .disabled.submit, .authform .disabled.button, .disabled.button-xs, .btn-primary:disabled, .submit:disabled, .authform .button:disabled, .button-xs:disabled {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .submit:not(:disabled):not(.disabled):active, .authform .button:not(:disabled):not(.disabled):active, .button-xs:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .submit:not(:disabled):not(.disabled).active, .authform .button:not(:disabled):not(.disabled).active, .button-xs:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.submit, .authform .show > .dropdown-toggle.button, .show > .dropdown-toggle.button-xs {
  color: #FFFFFF;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .submit:not(:disabled):not(.disabled):active:focus, .authform .button:not(:disabled):not(.disabled):active:focus, .button-xs:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .submit:not(:disabled):not(.disabled).active:focus, .authform .button:not(:disabled):not(.disabled).active:focus, .button-xs:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.submit:focus, .authform .show > .dropdown-toggle.button:focus, .show > .dropdown-toggle.button-xs:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #FFFFFF;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 70, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 80, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 81, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
/* line 93, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
/* line 100, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 113, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .submit, .authform .btn-group-lg > .button, .btn-group-lg > .button-xs, .submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 117, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .submit, .authform .btn-group-sm > .button, .btn-group-sm > .button-xs, .button-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 126, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 131, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 140, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade.show {
  opacity: 1;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse {
  display: none;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse.show {
  display: block;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tr.collapse.show {
  display: table-row;
}

/* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
tbody.collapse.show {
  display: table-row-group;
}

/* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* line 2, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 55, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 62, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 50, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 76, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 83, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 101, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #007bff;
}
/* line 108, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 119, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 124, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn, .btn-group > .submit, .authform .btn-group > .button, .btn-group > .button-xs,
.btn-group-vertical > .btn,
.btn-group-vertical > .submit,
.authform .btn-group-vertical > .button,
.btn-group-vertical > .button-xs {
  position: relative;
  flex: 0 1 auto;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover, .btn-group > .submit:hover, .authform .btn-group > .button:hover, .btn-group > .button-xs:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .submit:hover,
.authform .btn-group-vertical > .button:hover,
.btn-group-vertical > .button-xs:hover {
  z-index: 1;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .submit:focus, .authform .btn-group > .button:focus, .btn-group > .button-xs:focus, .btn-group > .btn:active, .btn-group > .submit:active, .authform .btn-group > .button:active, .btn-group > .button-xs:active, .btn-group > .btn.active, .btn-group > .active.submit, .authform .btn-group > .active.button, .btn-group > .active.button-xs,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .submit:focus,
.authform .btn-group-vertical > .button:focus,
.btn-group-vertical > .button-xs:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .submit:active,
.authform .btn-group-vertical > .button:active,
.btn-group-vertical > .button-xs:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.submit,
.authform .btn-group-vertical > .active.button,
.btn-group-vertical > .active.button-xs {
  z-index: 1;
}
/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group .btn + .btn, .btn-group .submit + .btn, .btn-group .authform .button + .btn, .authform .btn-group .button + .btn, .btn-group .button-xs + .btn, .btn-group .btn + .submit, .btn-group .submit + .submit, .btn-group .authform .button + .submit, .authform .btn-group .button + .submit, .btn-group .button-xs + .submit, .btn-group .authform .btn + .button, .authform .btn-group .btn + .button, .btn-group .authform .submit + .button, .authform .btn-group .submit + .button, .btn-group .authform .button + .button, .authform .btn-group .button + .button, .btn-group .authform .button-xs + .button, .authform .btn-group .button-xs + .button, .btn-group .btn + .button-xs, .btn-group .submit + .button-xs, .btn-group .authform .button + .button-xs, .authform .btn-group .button + .button-xs, .btn-group .button-xs + .button-xs,
.btn-group .btn + .btn-group,
.btn-group .submit + .btn-group,
.btn-group .authform .button + .btn-group,
.authform .btn-group .button + .btn-group,
.btn-group .button-xs + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .submit,
.btn-group .authform .btn-group + .button,
.authform .btn-group .btn-group + .button,
.btn-group .btn-group + .button-xs,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .submit + .btn,
.btn-group-vertical .authform .button + .btn,
.authform .btn-group-vertical .button + .btn,
.btn-group-vertical .button-xs + .btn,
.btn-group-vertical .btn + .submit,
.btn-group-vertical .submit + .submit,
.btn-group-vertical .authform .button + .submit,
.authform .btn-group-vertical .button + .submit,
.btn-group-vertical .button-xs + .submit,
.btn-group-vertical .authform .btn + .button,
.authform .btn-group-vertical .btn + .button,
.btn-group-vertical .authform .submit + .button,
.authform .btn-group-vertical .submit + .button,
.btn-group-vertical .authform .button + .button,
.authform .btn-group-vertical .button + .button,
.btn-group-vertical .authform .button-xs + .button,
.authform .btn-group-vertical .button-xs + .button,
.btn-group-vertical .btn + .button-xs,
.btn-group-vertical .submit + .button-xs,
.btn-group-vertical .authform .button + .button-xs,
.authform .btn-group-vertical .button + .button-xs,
.btn-group-vertical .button-xs + .button-xs,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .submit + .btn-group,
.btn-group-vertical .authform .button + .btn-group,
.authform .btn-group-vertical .button + .btn-group,
.btn-group-vertical .button-xs + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .submit,
.btn-group-vertical .authform .btn-group + .button,
.authform .btn-group-vertical .btn-group + .button,
.btn-group-vertical .btn-group + .button-xs,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 47, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:first-child, .btn-group > .submit:first-child, .authform .btn-group > .button:first-child, .btn-group > .button-xs:first-child {
  margin-left: 0;
}
/* line 52, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .submit:not(:last-child):not(.dropdown-toggle), .authform .btn-group > .button:not(:last-child):not(.dropdown-toggle), .btn-group > .button-xs:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .submit,
.authform .btn-group > .btn-group:not(:last-child) > .button,
.btn-group > .btn-group:not(:last-child) > .button-xs {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 57, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .btn-group > .submit:not(:first-child), .authform .btn-group > .button:not(:first-child), .btn-group > .button-xs:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .submit,
.authform .btn-group > .btn-group:not(:first-child) > .button,
.btn-group > .btn-group:not(:first-child) > .button-xs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 79, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 84, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .submit + .dropdown-toggle-split, .authform .btn-group-sm > .button + .dropdown-toggle-split, .btn-group-sm > .button-xs + .dropdown-toggle-split, .button-xs + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .submit + .dropdown-toggle-split, .authform .btn-group-lg > .button + .dropdown-toggle-split, .btn-group-lg > .button-xs + .dropdown-toggle-split, .submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 116, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical .btn, .btn-group-vertical .submit, .btn-group-vertical .authform .button, .authform .btn-group-vertical .button, .btn-group-vertical .button-xs,
.btn-group-vertical .btn-group {
  width: 100%;
}
/* line 121, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .submit + .btn, .authform .btn-group-vertical > .button + .btn, .btn-group-vertical > .button-xs + .btn, .btn-group-vertical > .btn + .submit, .btn-group-vertical > .submit + .submit, .authform .btn-group-vertical > .button + .submit, .btn-group-vertical > .button-xs + .submit, .authform .btn-group-vertical > .btn + .button, .authform .btn-group-vertical > .submit + .button, .authform .btn-group-vertical > .button + .button, .authform .btn-group-vertical > .button-xs + .button, .btn-group-vertical > .btn + .button-xs, .btn-group-vertical > .submit + .button-xs, .authform .btn-group-vertical > .button + .button-xs, .btn-group-vertical > .button-xs + .button-xs,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .submit + .btn-group,
.authform .btn-group-vertical > .button + .btn-group,
.btn-group-vertical > .button-xs + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .submit,
.authform .btn-group-vertical > .btn-group + .button,
.btn-group-vertical > .btn-group + .button-xs,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 130, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .submit:not(:last-child):not(.dropdown-toggle), .authform .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button-xs:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .submit,
.authform .btn-group-vertical > .btn-group:not(:last-child) > .button,
.btn-group-vertical > .btn-group:not(:last-child) > .button-xs {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 135, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .submit:not(:first-child), .authform .btn-group-vertical > .button:not(:first-child), .btn-group-vertical > .button-xs:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .submit,
.authform .btn-group-vertical > .btn-group:not(:first-child) > .button,
.btn-group-vertical > .btn-group:not(:first-child) > .button-xs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 155, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn, .btn-group-toggle > .submit, .authform .btn-group-toggle > .button, .btn-group-toggle > .button-xs,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .submit,
.authform .btn-group-toggle > .btn-group > .button,
.btn-group-toggle > .btn-group > .button-xs {
  margin-bottom: 0;
}
/* line 159, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .submit input[type="radio"], .authform .btn-group-toggle > .button input[type="radio"], .btn-group-toggle > .button-xs input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .submit input[type="checkbox"],
.authform .btn-group-toggle > .button input[type="checkbox"],
.btn-group-toggle > .button-xs input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .submit input[type="radio"],
.authform .btn-group-toggle > .btn-group > .button input[type="radio"],
.btn-group-toggle > .btn-group > .button-xs input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .submit input[type="checkbox"],
.authform .btn-group-toggle > .btn-group > .button input[type="checkbox"],
.btn-group-toggle > .btn-group > .button-xs input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 50, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 62, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 69, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn, .input-group-prepend .submit, .input-group-prepend .authform .button, .authform .input-group-prepend .button, .input-group-prepend .button-xs,
.input-group-append .btn,
.input-group-append .submit,
.input-group-append .authform .button,
.authform .input-group-append .button,
.input-group-append .button-xs {
  position: relative;
  z-index: 2;
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .submit + .btn, .input-group-prepend .authform .button + .btn, .authform .input-group-prepend .button + .btn, .input-group-prepend .button-xs + .btn, .input-group-prepend .btn + .submit, .input-group-prepend .submit + .submit, .input-group-prepend .authform .button + .submit, .authform .input-group-prepend .button + .submit, .input-group-prepend .button-xs + .submit, .input-group-prepend .authform .btn + .button, .authform .input-group-prepend .btn + .button, .input-group-prepend .authform .submit + .button, .authform .input-group-prepend .submit + .button, .input-group-prepend .authform .button + .button, .authform .input-group-prepend .button + .button, .input-group-prepend .authform .button-xs + .button, .authform .input-group-prepend .button-xs + .button, .input-group-prepend .btn + .button-xs, .input-group-prepend .submit + .button-xs, .input-group-prepend .authform .button + .button-xs, .authform .input-group-prepend .button + .button-xs, .input-group-prepend .button-xs + .button-xs,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .submit + .input-group-text,
.input-group-prepend .authform .button + .input-group-text,
.authform .input-group-prepend .button + .input-group-text,
.input-group-prepend .button-xs + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .submit,
.input-group-prepend .authform .input-group-text + .button,
.authform .input-group-prepend .input-group-text + .button,
.input-group-prepend .input-group-text + .button-xs,
.input-group-append .btn + .btn,
.input-group-append .submit + .btn,
.input-group-append .authform .button + .btn,
.authform .input-group-append .button + .btn,
.input-group-append .button-xs + .btn,
.input-group-append .btn + .submit,
.input-group-append .submit + .submit,
.input-group-append .authform .button + .submit,
.authform .input-group-append .button + .submit,
.input-group-append .button-xs + .submit,
.input-group-append .authform .btn + .button,
.authform .input-group-append .btn + .button,
.input-group-append .authform .submit + .button,
.authform .input-group-append .submit + .button,
.input-group-append .authform .button + .button,
.authform .input-group-append .button + .button,
.input-group-append .authform .button-xs + .button,
.authform .input-group-append .button-xs + .button,
.input-group-append .btn + .button-xs,
.input-group-append .submit + .button-xs,
.input-group-append .authform .button + .button-xs,
.authform .input-group-append .button + .button-xs,
.input-group-append .button-xs + .button-xs,
.input-group-append .btn + .input-group-text,
.input-group-append .submit + .input-group-text,
.input-group-append .authform .button + .input-group-text,
.authform .input-group-append .button + .input-group-text,
.input-group-append .button-xs + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .submit,
.input-group-append .authform .input-group-text + .button,
.authform .input-group-append .input-group-text + .button,
.input-group-append .input-group-text + .button-xs {
  margin-left: -1px;
}

/* line 82, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 83, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 91, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 107, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .submit, .authform .input-group > .input-group-prepend > .button, .input-group > .input-group-prepend > .button-xs,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .submit,
.authform .input-group > .input-group-append:not(:last-child) > .button,
.input-group > .input-group-append:not(:last-child) > .button-xs,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .submit:not(:last-child):not(.dropdown-toggle),
.authform .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .button-xs:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 152, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .submit, .authform .input-group > .input-group-append > .button, .input-group > .input-group-append > .button-xs,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .submit,
.authform .input-group > .input-group-prepend:not(:first-child) > .button,
.input-group > .input-group-prepend:not(:first-child) > .button-xs,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .submit:not(:first-child),
.authform .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.input-group > .input-group-prepend:first-child > .button-xs:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #007bff;
}
/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #b3d7ff;
}
/* line 45, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 59, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  margin-bottom: 0;
}
/* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
/* line 78, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* line 98, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 103, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 106, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
/* line 112, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 116, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E");
}
/* line 122, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 125, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 136, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 141, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
/* line 144, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
/* line 150, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 163, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 181, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
/* line 186, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #FFFFFF;
}
/* line 197, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 204, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 210, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  opacity: 0;
}

/* line 215, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

/* line 222, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

/* line 234, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

/* line 242, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
/* line 250, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 254, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}
/* line 260, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 266, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #FFFFFF;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 281, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
}

/* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
/* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}
/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #007bff;
}

/* line 92, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 99, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 112, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 115, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container, .navbar > main,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 68, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 73, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 84, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 99, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 108, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
/* line 121, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 128, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 147, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > main,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 145, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container, .navbar-expand-sm > main,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  /* line 147, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container, .navbar-expand-md > main,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 145, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container, .navbar-expand-md > main,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  /* line 147, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > main,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 145, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container, .navbar-expand-lg > main,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  /* line 147, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > main,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 145, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 161, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  /* line 170, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 177, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container, .navbar-expand-xl > main,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  /* line 182, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 189, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 194, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
/* line 145, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 147, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container, .navbar-expand > main,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
/* line 158, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 161, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
/* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 170, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 177, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container, .navbar-expand > main,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
/* line 182, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 189, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}
/* line 194, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 211, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 220, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 227, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 232, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 240, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 245, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 249, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 251, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 263, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #FFFFFF;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}
/* line 272, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 279, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 284, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}
/* line 292, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 297, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* line 301, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 303, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #FFFFFF;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #FFFFFF;
}

/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card, .authform form, .authform fieldset {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > hr, .authform form > hr, .authform fieldset > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child .list-group-item:first-child, .authform form > .list-group:first-child .list-group-item:first-child, .authform fieldset > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child .list-group-item:last-child, .authform form > .list-group:last-child .list-group-item:last-child, .authform fieldset > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 45, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 50, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 59, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 68, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 74, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
/* line 79, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 85, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 100, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 107, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 113, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 122, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 128, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 133, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 141, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck {
  display: flex;
  flex-direction: column;
}
/* line 145, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card, .card-deck .authform form, .authform .card-deck form, .card-deck .authform fieldset, .authform .card-deck fieldset {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 141, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 154, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card, .card-deck .authform form, .authform .card-deck form, .card-deck .authform fieldset, .authform .card-deck fieldset {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 171, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group {
  display: flex;
  flex-direction: column;
}
/* line 177, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card, .authform .card-group > form, .authform .card-group > fieldset {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 171, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    flex-flow: row wrap;
  }
  /* line 185, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card, .authform .card-group > form, .authform .card-group > fieldset {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 190, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card, .authform .card-group > form + .card, .authform .card-group > fieldset + .card, .authform .card-group > .card + form, .authform .card-group > form + form, .authform .card-group > fieldset + form, .authform .card-group > .card + fieldset, .authform .card-group > form + fieldset, .authform .card-group > fieldset + fieldset {
    margin-left: 0;
    border-left: 0;
  }
  /* line 197, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child, .authform .card-group > form:first-child, .authform .card-group > fieldset:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 200, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-top, .authform .card-group > form:first-child .card-img-top, .authform .card-group > fieldset:first-child .card-img-top,
  .card-group > .card:first-child .card-header,
  .authform .card-group > form:first-child .card-header,
  .authform .card-group > fieldset:first-child .card-header {
    border-top-right-radius: 0;
  }
  /* line 204, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:first-child .card-img-bottom, .authform .card-group > form:first-child .card-img-bottom, .authform .card-group > fieldset:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer,
  .authform .card-group > form:first-child .card-footer,
  .authform .card-group > fieldset:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 210, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child, .authform .card-group > form:last-child, .authform .card-group > fieldset:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 213, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-top, .authform .card-group > form:last-child .card-img-top, .authform .card-group > fieldset:last-child .card-img-top,
  .card-group > .card:last-child .card-header,
  .authform .card-group > form:last-child .card-header,
  .authform .card-group > fieldset:last-child .card-header {
    border-top-left-radius: 0;
  }
  /* line 217, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:last-child .card-img-bottom, .authform .card-group > form:last-child .card-img-bottom, .authform .card-group > fieldset:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer,
  .authform .card-group > form:last-child .card-footer,
  .authform .card-group > fieldset:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  /* line 223, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child, .authform .card-group > form:only-child, .authform .card-group > fieldset:only-child {
    border-radius: 0.25rem;
  }
  /* line 226, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-top, .authform .card-group > form:only-child .card-img-top, .authform .card-group > fieldset:only-child .card-img-top,
  .card-group > .card:only-child .card-header,
  .authform .card-group > form:only-child .card-header,
  .authform .card-group > fieldset:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  /* line 230, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:only-child .card-img-bottom, .authform .card-group > form:only-child .card-img-bottom, .authform .card-group > fieldset:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer,
  .authform .card-group > form:only-child .card-footer,
  .authform .card-group > fieldset:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  /* line 236, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .authform .card-group > form:not(:first-child):not(:last-child):not(:only-child), .authform .card-group > fieldset:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  /* line 239, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .authform .card-group > form:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .authform .card-group > fieldset:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .authform .card-group > form:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .authform .card-group > fieldset:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .authform .card-group > form:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .authform .card-group > fieldset:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .authform .card-group > form:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .authform .card-group > fieldset:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

/* line 257, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card, .card-columns .authform form, .authform .card-columns form, .card-columns .authform fieldset, .authform .card-columns fieldset {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 256, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  /* line 265, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card, .card-columns .authform form, .authform .card-columns form, .card-columns .authform fieldset, .authform .card-columns fieldset {
    display: inline-block;
    width: 100%;
  }
}

/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
}
/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 56, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #dee2e6;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge, .submit .badge, .authform .button .badge, .button-xs .badge {
  position: relative;
  top: -1px;
}

/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #FFFFFF;
  background-color: #007bff;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0062cc;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #FFFFFF;
  background-color: #6c757d;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #545b62;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #FFFFFF;
  background-color: #28a745;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1e7e34;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #FFFFFF;
  background-color: #17a2b8;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #117a8b;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #bd2130;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #FFFFFF;
  background-color: #343a40;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1d2124;
}

/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert, #error_explanation:not(:empty) {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger, #error_explanation:not(:empty) {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr, #error_explanation:not(:empty) hr {
  border-top-color: #f1b0b7;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link, #error_explanation:not(:empty) .alert-link {
  color: #491217;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

/* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 52, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 56, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
/* line 66, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #FFFFFF;
}
/* line 73, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 88, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
/* line 95, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
/* line 101, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: .5;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

/* line 53, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

/* line 60, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 77, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 88, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
/* line 101, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 109, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
/* line 133, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
/* line 134, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 138, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 149, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 154, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  /* line 162, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 167, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg {
    max-width: 800px;
  }
}
/* line 2, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
/* line 45, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
/* line 50, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 55, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #FFFFFF;
}

/* line 61, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 64, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 71, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
/* line 76, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 81, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #FFFFFF;
}

/* line 87, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 90, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
/* line 94, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
/* line 99, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 104, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #FFFFFF;
}
/* line 110, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 122, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 125, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 132, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
/* line 137, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 142, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #FFFFFF;
}

/* line 165, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 175, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 180, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 2, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
}

/* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  /* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

/* line 53, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  /* line 53, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 67, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
}
/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 91, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 97, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 105, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

/* line 113, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

/* line 116, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* line 126, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 140, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 151, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 160, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
/* line 171, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  background-color: #FFFFFF;
}

/* line 181, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFFFFF;
  text-align: center;
}

/* line 3, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #28a745 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light, .authform form {
  background-color: #f8f9fa !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #FFFFFF !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #28a745 !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #FFFFFF !important;
}

/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 48, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 53, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 57, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 31, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 23, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 26, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 32, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 37, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 39, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 41, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 43, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 44, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 14, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 22, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 30, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 12, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 17, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 25, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 38, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 42, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 11, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 20, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 21, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 27, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 28, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 33, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 35, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 36, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 40, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #28a745 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

/* line 6, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 19, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

/* line 46, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #6c757d !important;
}

/* line 50, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 5, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 9, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn):not(.submit):not(.button-xs) {
    text-decoration: underline;
  }

  /* line 34, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 63, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .container, main {
    min-width: 992px !important;
  }

  /* line 100, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 116, /Users/pwalls/.rvm/gems/ruby-2.6.3/gems/bootstrap-4.0.0/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
.navbar-brand {
  font-size: inherit;
}

/* line 18, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
.column {
  text-align: center;
}

/* line 25, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
.form-centered {
  text-align: center;
}

/* line 37, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
main {
  margin-top: 30px;
}

/* line 42, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
section {
  margin-top: 20px;
}

/* line 50, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
.authform {
  padding-top: 30px;
  max-width: 320px;
  margin: 0 auto;
}

/* line 55, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
.authform form {
  padding-bottom: 40px;
}

/* line 62, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
.authform .right {
  float: right !important;
}

/* line 76, /Users/pwalls/code/starter-story/app/assets/stylesheets/1st_load_framework.css.scss */
#error_explanation h2 {
  font-size: 16px;
}

/* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/* line 12, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
a:-webkit-any-link {
  text-decoration: none !important;
}

/* line 14, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
a {
  color: #7480e7;
  font-weight: 600;
}

/* line 19, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.answer {
  font-size: 16px;
  line-height: 1.6;
}
/* line 23, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.answer .article-bio {
  height: 30px;
  width: 30px;
  border: 2px solid #7480e7;
  border-radius: 50%;
}
@media (max-width: 480px) {
  /* line 19, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .answer {
    font-size: 14px;
  }
}

/* line 35, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
blockquote {
  font-size: 25px;
  margin: 0.25em 0;
  padding: 0.35em 0px 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
  width: 80%;
}
/* line 44, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
blockquote:before {
  font-family: Georgia, serif;
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}
/* line 56, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
blockquote cite {
  color: #999999;
  font-size: 20px;
  display: block;
  margin-top: 5px;
}
/* line 62, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
blockquote cite:before {
  content: "\2014 \2009";
}

@media (max-width: 480px) {
  /* line 68, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .filters {
    display: flex;
    justify-content: center;
  }
}
/* line 73, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.filters .select-style {
  width: 125px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  /* line 77, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .filters .select-style.hide-if-mobile {
    display: none;
  }
}
/* line 83, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.filters .select-style.first {
  width: 150px;
}
@media (max-width: 480px) {
  /* line 83, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .filters .select-style.first {
    width: 125px;
  }
}
@media (max-width: 480px) {
  /* line 73, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .filters .select-style {
    width: 125px;
  }
}

/* line 97, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style {
  overflow: hidden;
  background: #fafafa no-repeat 90% 50%;
  padding-top: 5px;
}
/* line 102, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style .select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
/* line 107, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style .select-wrapper .dot {
  display: none;
}
/* line 112, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style .select-wrapper.selected .dot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7px;
  width: 8px;
  background-color: #3ECF8E;
  border-radius: 50%;
  margin-right: 4px;
}
/* line 124, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style .select-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #6B7C93;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}
/* line 136, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style .select-label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #7480e7;
}
/* line 143, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style select {
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-size: 16px;
  color: #585E66;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #6B7C93;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 480px) {
  /* line 143, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .select-style select {
    font-size: 12px;
  }
}
/* line 165, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.select-style select:focus {
  outline: none;
}

/* line 171, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.membership-end-article {
  background: #dcdff9;
  padding: 48px !important;
  margin-bottom: 12px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  /* line 171, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .membership-end-article {
    padding: 12px !important;
  }
}
/* line 181, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.membership-end-article .hero__subscribe {
  width: 100%;
  margin-bottom: 0;
}

/* line 187, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tools-discover-upsell {
  background: #dcdff9;
  margin-bottom: 12px;
  border-radius: 4px;
  padding: 12px;
}
/* line 193, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tools-discover-upsell .upsell-text {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #535353;
}
/* line 207, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tools-discover-upsell .hero__subscribe {
  width: 100%;
  margin-bottom: 0;
}

/* line 213, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  padding: 80px 0 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
  background: #7480e7;
  margin-bottom: -1px;
}
/* line 226, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero .hero__header {
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  /* line 213, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .hero {
    padding: 30px 0 20px;
    font-size: 28px;
  }
  /* line 234, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .hero .hero__header span {
    font-size: 14px;
  }
}
/* line 240, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero.low-padding {
  padding: 10px 0;
}
/* line 244, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero .view-your-profile-cta {
  font-size: 16px;
  letter-spacing: 0px;
  margin-bottom: 24px;
}
/* line 249, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero .view-your-profile-cta a {
  padding: 5px;
}

/* line 255, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero__subheader {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  /* line 255, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .hero__subheader {
    font-size: 14px;
    max-width: 300px;
  }
}

/* line 266, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 24px;
  padding: 0 20px;
  line-height: 55px;
}
@media (max-width: 480px) {
  /* line 266, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .hero__header {
    line-height: 34px;
  }
}
/* line 281, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero__header span {
  font-size: 16px;
  font-weight: 0;
  margin-top: 15px;
  letter-spacing: 0px;
}

/* line 289, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero-sub {
  font-size: 18px;
  font-weight: 400;
  max-width: 600px;
  padding: 16px;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  /* line 289, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .hero-sub {
    width: 75%;
    margin-bottom: 20px;
  }
}
/* line 301, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.hero-sub .count {
  color: #7480e7;
  background: white;
  border-radius: 3px;
  font-weight: 600;
  padding: 4px 0px 4px 4px;
  margin-right: 4px;
}

/* line 311, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.business-idea-count {
  color: #343a73;
  background: #f9f9fe;
  border-radius: 3px;
  font-weight: 600;
  margin-right: 4px;
  font-size: 18px;
  padding: 4px 8px;
  margin-bottom: 12px;
}

/* line 322, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.home {
  color: #FFFFFF;
}

/* line 326, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.image {
  display: flex;
  flex-direction: column;
}

/* line 331, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
a.external-link {
  text-decoration: none;
  color: #7480e7;
  font-weight: 500;
  cursor: pointer;
}

/* line 338, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.logo {
  background-color: white;
  color: #7480e7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-weight: bold;
}

/* line 348, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.meta-title-tool {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* line 354, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.meta-data-tool {
  display: flex;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
/* line 360, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.meta-data-tool img {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}

/* line 367, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.question {
  color: #545454;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 40px;
}
@media (max-width: 480px) {
  /* line 367, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .question {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
  }
}

/* line 381, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.related-stories {
  display: flex;
}
@media (max-width: 480px) {
  /* line 381, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .related-stories {
    display: flex;
    flex-direction: column;
  }
}
/* line 389, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.related-stories .story-tile {
  margin-left: 0px;
}
/* line 392, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.related-stories .story-tile:first-child {
  margin-right: 10px;
}

/* line 398, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.more-interviews {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 600;
}

/* line 404, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button__link, .resp-sharing-button__icon {
  display: inline-block;
}

/* line 408, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
}

/* line 414, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

/* line 421, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

/* line 428, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Non solid icons get a stroke */
/* line 435, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

/* Solid icons get a fill */
/* line 442, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button__icon--solid, .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

/* line 447, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--twitter {
  background-color: #55acee;
}
/* line 449, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

/* line 454, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--pinterest {
  background-color: #bd081c;
}
/* line 456, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}

/* line 461, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--facebook {
  background-color: #7480e7;
}
/* line 463, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

/* line 468, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--tumblr {
  background-color: #35465C;
}
/* line 470, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}

/* line 475, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--reddit {
  background-color: #5f99cf;
}
/* line 477, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}

/* line 482, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--google {
  background-color: #dd4b39;
}
/* line 484, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--google:hover {
  background-color: #c23321;
}

/* line 489, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--linkedin {
  background-color: #0077b5;
}
/* line 491, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

/* line 496, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--email {
  background-color: #777;
}
/* line 498, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

/* line 503, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--xing {
  background-color: #1a7576;
}
/* line 505, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--xing:hover {
  background-color: #114c4c;
}

/* line 510, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--whatsapp {
  background-color: #25D366;
}
/* line 512, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

/* line 517, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--hackernews {
  background-color: #FF6600;
}
/* line 519, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200;
}

/* line 524, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--vk {
  background-color: #507299;
}
/* line 526, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--vk:hover {
  background-color: #43648c;
}

/* line 531, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--facebook {
  background-color: #7480e7;
  border-color: #3b5998;
}
/* line 534, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active {
  /*background-color: #7480e7;*/
  border-color: #2d4373;
}

/* line 540, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--twitter {
  background-color: #7480e7;
  border-color: #55acee;
}
/* line 543, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--twitter:hover, .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

/* line 549, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--email {
  background-color: #7480e7;
  border-color: #777777;
}
/* line 552, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--email:hover, .resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

/* line 558, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--reddit {
  background-color: #7480e7;
  border-color: #5f99cf;
}
/* line 561, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--reddit:hover, .resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

/* line 567, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--hackernews {
  background-color: #FF6600;
  border-color: #FF6600;
}
/* line 570, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.resp-sharing-button--hackernews:hover .resp-sharing-button--hackernews:active {
  background-color: #FB6200;
  border-color: #FB6200;
}

/* line 576, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.stories-body {
  display: flex;
  justify-content: center;
  color: #6B7C93;
  background-color: #F6F9FC;
}

/* line 583, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.stories-header {
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 20px 0;
}

/* line 592, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
article.story-article a, article.content a {
  text-decoration: none;
  color: #7480e7;
  font-weight: 500;
}

/* line 600, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-article {
  max-width: 1050px;
  color: white;
}
/* line 604, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-article h2 {
  padding-top: 170px;
  margin-top: -100px;
  margin-bottom: 35px;
}
/* line 611, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-article h3:not(.nopadding) {
  padding-top: 170px;
  margin-top: -135px !important;
}
@media only screen and (min-width: 0px) {
  /* line 600, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-article {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) {
  /* line 600, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-article {
    width: 700px;
  }
}
@media only screen and (min-width: 890px) {
  /* line 600, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-article {
    width: 1050px;
  }
}

/* line 631, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-subscribe.inverse {
  width: 100% !important;
}

/* line 636, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-main {
  display: flex;
}
@media (max-width: 480px) {
  /* line 636, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-main {
    flex-direction: column;
  }
}

/* line 644, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-body {
  width: 870px;
  color: #545454;
  margin-right: 15px;
}
/* line 649, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-body.blog {
  width: auto;
}
/* line 652, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-body.blog .ss-container {
  position: relative;
  box-shadow: none;
}
/* line 659, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-body.roundup .ss-container {
  box-shadow: none;
}
@media (max-width: 480px) {
  /* line 644, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-body {
    width: 100%;
    border-radius: 0px;
    margin-right: 0px;
  }
}

/* line 671, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.content-container {
  padding: 20px;
  width: 100%;
}

/* line 676, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.blog .content-container {
  padding: 60px 140px 20px 140px;
}

/* line 680, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.content-container-share {
  max-width: 600px;
}

/* line 685, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.content-container h2:first-child {
  margin-top: 0px;
}

/* line 689, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero {
  color: #545454;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-top: 20px;
  min-height: 150px;
}
@media (max-width: 480px) {
  /* line 689, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-hero {
    margin-top: 0px;
  }
}

/* line 703, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero-container {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
  /* line 703, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-hero-container {
    padding: 15px;
    padding-top: 0px;
  }
}

/* line 714, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero-left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* line 723, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero h1 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media (max-width: 480px) {
  /* line 723, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-hero h1 {
    font-size: 40px;
    font-weight: 600;
  }
}
/* line 735, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero h2 {
  font-size: 20px;
  margin-bottom: 10px;
  width: 75%;
  margin-top: 0px;
  font-weight: 400;
}
@media (max-width: 480px) {
  /* line 735, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-hero h2 {
    font-size: 15px;
    width: 100%;
  }
}
/* line 748, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero .story-hero-by {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #7480e7;
  margin-bottom: 10px;
}
/* line 759, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.story-hero time {
  font-size: 14px;
}

@media (max-width: 480px) {
  /* line 767, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-hero h1 {
    font-size: 40px;
    font-weight: 600;
  }
  /* line 772, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .story-hero h2 {
    font-size: 15px;
    width: 100%;
  }
}
/* line 779, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-container {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
  height: 30px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  /* line 779, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .subscribe-container {
    margin-bottom: 10px;
  }
}
/* line 791, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-container .klaviyo_messages {
  font-size: 16px;
  letter-spacing: 0px;
  text-align: center;
}

/* line 798, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-input-container {
  height: 30px;
  border-radius: 2px;
  outline: none;
  background-color: white;
  display: flex;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* line 806, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-input-container input {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding-left: 10px;
}
@media (max-width: 480px) {
  /* line 806, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .subscribe-input-container input {
    width: 150px;
  }
}

/* line 819, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-button {
  background: #3ECF8E;
  border: none;
  color: white;
  border-radius: 2px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 5px;
  outline: none;
  padding: 0px 18px;
  -webkit-appearance: none;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}
/* line 835, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
}
/* line 843, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.subscribe-button:disabled {
  background-color: #d1d2db;
  pointer-events: none;
  cursor: initial;
}

/* line 850, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.topics, .tools {
  display: flex;
  flex-direction: column;
}

/* line 855, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container {
  width: 700px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 861, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-top {
  height: 100px;
  display: flex;
  justify-content: space-between;
}
/* line 865, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-top a {
  text-decoration: none;
  color: #6B7C93;
}

/* line 871, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-topic-title {
  text-transform: capitalize;
  margin: 10px 0;
}

/* line 876, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-view-testimonials {
  text-align: center;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #7480e7;
  cursor: pointer;
}

/* line 885, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/* line 891, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-left, .tool-container-right {
  display: flex;
}
/* line 894, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-left .promoted-tool-cta, .tool-container-right .promoted-tool-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #7480e7;
}

@media (max-width: 480px) {
  /* line 905, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .tool-container {
    width: 300px;
    justify-content: space-around;
  }

  /* line 909, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .tool-container-top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10px;
    height: 160px;
  }

  /* line 916, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .tool-container-left, .tool-container-view-testimonials {
    margin-top: 10px;
  }

  /* line 919, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .tool-container-right {
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  /* line 924, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .tool-container-right .promoted-tool-cta {
    padding: 15px;
  }

  /* line 928, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .tool-container-no-testimonials {
    height: 28px;
  }
}
/* line 933, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}

/* line 940, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 275px;
}

/* line 947, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by {
  width: 350px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
/* line 954, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by .tool-used-by-avatars {
  position: relative;
  height: 50px;
  width: 250px;
  line-height: 1.2;
}
/* line 960, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by .tool-used-by-avatars .starter-avatar-tooltip {
  position: absolute;
  top: -25px;
  display: none;
}
/* line 966, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by .tool-used-by-avatars .base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #7480e7;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 981, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by .tool-used-by-avatars .base .user-count {
  font-weight: 600;
  font-size: 24px;
}
/* line 985, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by .tool-used-by-avatars .base .user-count-using {
  bottom: 4px;
  position: relative;
}

/* line 993, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.roundup-used-by {
  display: flex;
}
/* line 996, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.roundup-used-by .tool-used-by {
  display: block;
}

/* line 1002, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .starter-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 3px solid white;
}
/* line 1008, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .overlay-0 {
  position: absolute;
  left: 0px;
  z-index: 10;
}
/* line 1013, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .overlay-1 {
  position: absolute;
  left: 40px;
  z-index: 9;
}
/* line 1018, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .overlay-2 {
  position: absolute;
  left: 80px;
  z-index: 8;
}
/* line 1023, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .overlay-3 {
  position: absolute;
  left: 120px;
  z-index: 7;
}
/* line 1028, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .overlay-4 {
  position: absolute;
  left: 160px;
  z-index: 6;
}
/* line 1033, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by-avatars .overlay-5 {
  position: absolute;
  left: 200px;
  z-index: 5;
}

/* line 1040, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-info-name {
  font-size: 20px;
}

/* line 1044, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-info a {
  text-decoration: none;
  color: #7480e7;
  font-weight: 500;
}

/* line 1050, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-info-description {
  font-size: 10px;
}

/* line 1054, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-icon img {
  width: 50px;
}

/* line 1059, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-used-by span {
  font-size: 12px;
}

/* line 1064, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-get-it-button {
  color: white;
  text-decoration: inherit;
}
/* line 1067, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-get-it-button:hover {
  color: #F6F9FC;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
}

/* line 1077, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-container-bottom-title {
  text-align: center;
}

/* line 1081, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.testimonials-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

/* line 1087, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-testimonial {
  display: flex;
  margin-bottom: 10px;
}

/* line 1092, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-testimonial-starter-image img {
  height: 50px;
  border-radius: 50%;
  border: 3px solid #7480e7;
  margin-right: 10px;
}

/* line 1099, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-testimonial-quote {
  font-size: 14px;
  /* font-weight: 600; */
  font-style: italic;
}
/* line 1103, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-testimonial-quote span {
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}
/* line 1108, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.tool-testimonial-quote a {
  text-decoration: none;
  color: #7480e7;
  font-weight: 500;
}

/* line 1115, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.get-tool {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
/* line 1119, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.get-tool a {
  text-decoration: none;
  background-color: #7480e7;
  color: white;
  font-weight: 500;
  color: white;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  padding: 4px 6px;
}

/* line 1134, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.video_wrapper {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 350px;
}
/* line 1141, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.video_wrapper iframe {
  border-width: 0px;
}

/* line 1146, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
.front-page-tabs {
  display: none;
}
@media (max-width: 480px) {
  /* line 1146, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .front-page-tabs {
    display: flex;
    list-style-type: none;
    border-radius: 3px;
    margin-top: 16px;
    padding: 0;
    background: transparent;
    align-items: center;
    cursor: pointer;
    justify-content: center;
  }
  /* line 1161, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .front-page-tabs .nav-item {
    border-radius: 0;
    width: 33.3%;
    display: flex;
    justify-content: center;
    font-weight: 600;
    border-radius: 3px;
  }
  /* line 1169, /Users/pwalls/code/starter-story/app/assets/stylesheets/main.scss */
  .front-page-tabs .nav-item.active {
    padding: 12px;
    box-shadow: 0 1px 1px 0 rgba(11, 13, 39, 0.07), 0 2px 4px 0 rgba(9, 12, 36, 0.11);
  }
}

/* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  width: 260px;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
}
/* line 11, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post.upsell {
  height: auto;
}
/* line 14, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post.upsell .story-tile-preview-revenue {
  padding-bottom: 4px;
}
/* line 18, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post.upsell .blog-post-top {
  padding-bottom: 8px;
}
@media (max-width: 480px) {
  /* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
  .blog-post {
    width: 100%;
    height: 100px;
  }
}
/* line 29, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post .blog-post-top .title {
  font-size: 18px;
  color: #585E66;
  font-weight: 600;
  line-height: 1.3;
}
/* line 37, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post .blog-post-bottom {
  display: flex;
  align-items: center;
}
/* line 41, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post .blog-post-bottom .blog-post-bottom__left {
  display: flex;
  align-items: center;
}
/* line 45, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post .blog-post-bottom .blog-post-bottom__left .blog-post-avatar {
  height: 25px;
  width: 25px;
}
/* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post .blog-post-bottom .blog-post-bottom__left .blog-post-avatar img {
  height: 100%;
}
/* line 55, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-post .blog-post-bottom .blog-post-bottom__right {
  margin-left: 10px;
  color: #7480e7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

/* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile {
  display: inline-block;
  width: 240px;
  height: 240px;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 20px;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 80, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
/* line 84, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile:hover::after {
  opacity: 1;
}
/* line 89, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile.upsell-related {
  width: 265px;
  height: 300px;
}
@media (max-width: 480px) {
  /* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
  .blog-tile {
    margin-left: 0;
    width: 100%;
  }
}
/* line 99, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-image {
  height: 50%;
  background-size: cover;
  background-position: center;
  border-radius: 5px 5px 0 0;
}
/* line 105, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-image img {
  height: 100%;
}
/* line 110, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-info {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  justify-content: space-between;
}
/* line 119, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-info__title {
  color: #6B7C93;
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 127, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-info__title.business {
  margin-bottom: 4px;
}
/* line 132, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-info__subtitle {
  color: #6B7C93;
  display: flex;
  font-size: 12px;
  margin-bottom: 8px;
}
/* line 139, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-info__author {
  display: flex;
  align-items: center;
}
/* line 143, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog-tile.scss */
.blog-tile .blog-tile-info__author .blog-post-avatar.circular-image {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.blog-tiles-container {
  display: flex;
  justify-content: center;
}
/* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.blog-tiles-container .blog-tiles {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
}
@media only screen and (min-width: 0px) {
  /* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
  .blog-tiles-container .blog-tiles {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 530px) {
  /* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
  .blog-tiles-container .blog-tiles {
    width: 100%;
  }
}
@media only screen and (min-width: 890px) {
  /* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
  .blog-tiles-container .blog-tiles {
    width: 100%;
  }
}

/* line 30, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool {
  margin-bottom: 12px;
}
/* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .email-marketing-tool-title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
/* line 38, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .email-marketing-tool-title img {
  border-radius: 3px;
  max-width: 25px;
  max-height: 25px;
  margin: 0;
}
/* line 45, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .email-marketing-tool-title h4, .email-marketing-tool .email-marketing-tool-title h2 {
  margin-left: 4px;
  padding-top: 0px;
}
/* line 50, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .email-marketing-tool-title h2 {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 55, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .email-marketing-tool-title h4 {
  font-size: 30px !important;
}
/* line 60, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .tool-properties {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding-top: 6px;
  border-top: 1px solid #ebeae6;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebeae6;
}
/* line 69, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .tool-properties span {
  text-transform: capitalize;
  margin: 4px;
}
/* line 75, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .tool-properties i {
  color: #aeaeae;
}
/* line 80, /Users/pwalls/code/starter-story/app/assets/stylesheets/blog.scss */
.email-marketing-tool .p-content {
  margin-top: 16px;
}

/* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  background: white;
  color: #7480e7;
}

/* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  font-size: 12px;
}

/* line 18, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-container-right {
  display: flex;
  align-items: center;
}
/* line 21, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-container-right .link {
  margin-right: 10px;
}

/* line 26, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer a {
  color: inherit;
  text-decoration: inherit;
}

/* line 31, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-logo-container {
  display: flex;
  align-items: center;
}

/* line 36, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-logo {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
}

/* line 43, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-contact {
  display: flex;
  justify-content: center;
  width: 33%;
}

/* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/footer.scss */
.footer-copyright {
  display: flex;
  justify-content: flex-end;
  width: 33%;
  font-size: 10px;
}

/* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container {
  display: flex;
  flex-direction: row;
}
/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container.book {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  /* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container.book {
    flex-direction: column;
  }
}
/* line 12, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container.book .content-container {
  width: 50%;
}
@media (max-width: 480px) {
  /* line 12, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container.book .content-container {
    width: 100%;
  }
}
/* line 21, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container.front-page {
  color: #545454;
  background-color: #F6F9FC;
}
@media (max-width: 480px) {
  /* line 21, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container.front-page {
    flex-direction: column-reverse;
  }
}
/* line 30, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container.article {
  color: #545454;
  background-color: #F6F9FC;
}
/* line 36, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container.about .circular-image {
  height: 100px;
  width: 100px;
  float: right;
}
@media (max-width: 480px) {
  /* line 43, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container.header-container {
    padding: 22px 0px;
  }
}
@media only screen and (min-width: 0px) {
  /* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container {
    width: 90%;
  }
}
@media only screen and (min-width: 530px) {
  /* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 890px) {
  /* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container {
    max-width: 1050px;
  }
  /* line 60, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container.skinny {
    max-width: 850px;
  }
}
/* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 70, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .explore-header-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 48px;
}
@media (max-width: 1450px) {
  /* line 70, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .container-header .explore-header-wrapper {
    display: flex;
    padding-right: 0px;
    justify-content: flex-end;
    padding-right: 48px;
  }
}
@media (max-width: 480px) {
  /* line 70, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .container-header .explore-header-wrapper {
    justify-content: center;
    padding-right: 0px;
  }
}
/* line 87, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .explore-header-wrapper .options {
  display: flex;
}
/* line 91, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .explore-header-wrapper .options .see-all.download {
  margin-right: 12px;
  color: gray !important;
}
/* line 95, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .explore-header-wrapper .options .see-all.download a {
  color: gray !important;
}
/* line 100, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .explore-header-wrapper .options .see-all.finished-trial {
  color: #7480e7 !important;
}
/* line 107, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .title {
  color: #7480e7;
  font-weight: 600;
  font-size: 20px;
}
/* line 113, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .container-header .description {
  font-size: 16px;
  width: 200px;
  font-size: 14px;
  padding-top: 0px;
}
/* line 121, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .blog-posts-container {
  margin-right: 25px;
  width: 260px;
}
@media (max-width: 480px) {
  /* line 121, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .blog-posts-container {
    display: none;
    width: 100%;
  }
  /* line 129, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .blog-posts-container .container-header {
    height: 55px;
  }
}
/* line 135, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 140, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .filters-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 16px;
}
/* line 146, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .filters-container .see-all {
  margin-right: 18px;
}
@media (max-width: 480px) {
  /* line 146, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container .filters-container .see-all {
    margin-right: 0;
  }
}
@media (max-width: 1450px) {
  /* line 140, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container .filters-container {
    padding-right: 0px;
  }
}
@media (max-width: 1450px) {
  /* line 135, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-left: 0px;
    left: 0px;
    width: auto;
  }
}
/* line 168, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
/* line 175, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container.explore .filters-container {
  position: absolute;
  left: -170px;
  width: 150px;
  top: 0px;
}
@media (max-width: 1450px) {
  /* line 175, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container.explore .filters-container {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-right: 16px;
    padding-right: 0px;
    margin-left: 0px;
    left: 0px;
    width: auto;
  }
}
/* line 192, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container.explore .filters-container .filters {
  display: flex;
  flex-wrap: wrap;
}
/* line 197, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container.explore .filters-container .title {
  margin-bottom: 4px;
}
/* line 201, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container.explore .filters-container .select-style {
  width: 150px;
  margin-bottom: 12px;
}
@media (max-width: 1450px) {
  /* line 201, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container.explore .filters-container .select-style {
    width: 125px;
  }
}
/* line 212, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .stories-tiles {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 220, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.front-page {
  width: calc((100% / 2) - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  /* line 220, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container .story-tile.front-page {
    width: 100%;
    margin-right: 0px;
  }
}
/* line 230, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.front-page .story-tile-main-image {
  height: 180px;
}
/* line 234, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.front-page .story-tile-share-your-story {
  height: 345px;
}
/* line 239, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.front-page-new {
  width: calc((100% / 3) - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  /* line 239, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container .story-tile.front-page-new {
    width: 100%;
    margin-right: 0px;
  }
}
/* line 249, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.front-page-new .story-tile-main-image {
  height: 180px;
}
/* line 254, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.explore-tile, .page-container .stories-tiles-container .story-tile .idea-tile {
  width: calc((100% / 4) - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  /* line 254, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .page-container .stories-tiles-container .story-tile.explore-tile, .page-container .stories-tiles-container .story-tile .idea-tile {
    width: 100%;
    margin-right: 0px;
  }
}
/* line 264, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.page-container .stories-tiles-container .story-tile.explore-tile .story-tile-main-image, .page-container .stories-tiles-container .story-tile .idea-tile .story-tile-main-image {
  height: 180px;
}

/* line 272, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.paginate {
  display: flex;
  margin-bottom: 10px;
  font-size: 18px;
}
/* line 277, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.paginate nav {
  color: #7480e7;
  margin-left: 10px;
}
/* line 281, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.paginate nav span {
  margin-right: 10px;
}
/* line 284, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
.paginate nav span.current {
  color: #6B7C93;
}

@media (max-width: 1450px) {
  /* line 291, /Users/pwalls/code/starter-story/app/assets/stylesheets/front-page.scss */
  .hide-wide {
    display: none;
  }
}

/* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.fixed {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.dropdown {
  position: relative;
  display: inline-block;
}
/* line 13, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.dropdown:hover .dropdown-content {
  display: block;
}
/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.dropdown .dropdown-content {
  cursor: pointer;
  display: none;
  width: 95%;
  left: 8px;
  position: fixed;
  z-index: 1;
  top: 60px;
}
/* line 26, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.dropdown .dropdown-content .more-link {
  align-items: center;
}
/* line 29, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.dropdown .dropdown-content .more-link i {
  margin-right: 4px;
}

/* line 36, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.more-dropdown {
  background-color: #FFFFFF;
  min-width: 150px;
  padding: 12px 16px;
  color: #7480e7;
  position: relative;
}
/* line 43, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.more-dropdown .arrow-up {
  position: relative;
  top: -12px;
  top: -17px;
  right: -4px;
}

/* line 51, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  background: #7480e7;
  flex-direction: column;
  align-items: center;
}

/* line 60, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  align-items: center;
}
/* line 68, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .big-logo-container {
  display: flex;
}
/* line 72, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links {
  display: flex;
}
/* line 73, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links.right-side {
  min-width: 160px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  /* line 73, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links.right-side {
    min-width: auto;
  }
}
/* line 83, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .quick-links {
  display: flex;
  font-weight: 600;
  align-items: center;
}
/* line 88, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .quick-links.hide {
  display: none;
}
/* line 92, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .quick-links .header-divider {
  height: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
}
/* line 98, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .quick-links .link {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 102, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .quick-links .link.sign-in {
  padding-left: 10px;
  padding-right: 0px;
}
@media (max-width: 480px) {
  /* line 98, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links .quick-links .link {
    margin-left: 5px;
  }
}
/* line 113, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .inverse {
  background-color: #3ECF8E;
  color: white;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  padding-bottom: 1px;
}
/* line 129, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .inverse:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
}
/* line 138, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .inverse.wide {
  width: auto;
}
/* line 143, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .inverse a {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 150, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .link {
  display: flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
/* line 158, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .regular {
  position: relative;
}
/* line 161, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .regular a {
  opacity: 1;
}
/* line 164, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .regular a:hover {
  opacity: 0.7;
}
/* line 169, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .regular .badge {
  top: 2px;
  left: 28px;
  background-color: #3ECF8E;
  color: white;
  font-size: 8px;
  padding: 2px;
  border-radius: 2px;
  position: absolute;
  font-weight: 600;
  opacity: 1;
}
@media (max-width: 480px) {
  /* line 169, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links .regular .badge {
    display: none;
  }
}
/* line 185, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container .links .regular .link-new {
  position: fixed;
}

@media (max-width: 480px) {
  /* line 194, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links .inverse {
    margin-left: 10px;
  }
  /* line 197, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links .link {
    padding: 0 1px;
  }
  /* line 201, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links .inverse {
    height: 25px;
    font-size: 12px;
    width: 80px;
  }
}
@media (max-width: 480px) {
  /* line 210, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container .links .regular .badge {
    left: 53px;
  }
}
/* line 215, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.logo-container {
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
}

/* line 222, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.logo-logo {
  margin-right: 8px;
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  /* line 229, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .logo-title {
    display: none;
  }
}
/* line 234, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
.header-container a {
  color: inherit;
  text-decoration: inherit;
}

@media (max-width: 480px) {
  /* line 240, /Users/pwalls/code/starter-story/app/assets/stylesheets/header.scss */
  .header-container {
    padding: 22px 20px;
  }
}
/* line 2, /Users/pwalls/code/starter-story/app/assets/stylesheets/sessions.scss */
.page-container.sign-in {
  display: flex;
  justify-content: center;
}
/* line 6, /Users/pwalls/code/starter-story/app/assets/stylesheets/sessions.scss */
.page-container.sign-in a {
  color: #7480e7;
  font-weight: 600;
}
/* line 11, /Users/pwalls/code/starter-story/app/assets/stylesheets/sessions.scss */
.page-container.sign-in .content-container {
  width: 500px;
}
/* line 14, /Users/pwalls/code/starter-story/app/assets/stylesheets/sessions.scss */
.page-container.sign-in .content-container .ss-input-container {
  margin-bottom: 10px;
}
/* line 18, /Users/pwalls/code/starter-story/app/assets/stylesheets/sessions.scss */
.page-container.sign-in .content-container .call-to-action-button {
  font-weight: 600;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.ss-toc {
  background: #ededf1;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px;
}
/* line 12, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.ss-toc h3 {
  margin-left: 12px;
}
/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.ss-toc ol li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* line 24, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.try-pigeon-button {
  padding: 4px 8px;
  border-radius: 3px;
  background: #006fbe;
  color: white;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
}
/* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.try-pigeon-button a {
  color: white !important;
}
/* line 37, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.try-pigeon-button:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
}

/* line 47, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.try-pigeon {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2eff9;
  padding: 48px 24px;
  flex-direction: column;
  border-radius: 3px;
  font-size: 20px;
  text-align: center;
}
/* line 59, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.try-pigeon .try-headline {
  font-size: 16px;
  color: #004170;
  margin-bottom: 12px;
}
/* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.try-pigeon .try-pigeon-button {
  font-size: 20px;
}

/* line 70, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article, .membership-end-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 8px;
  margin-top: 16px;
}
/* line 77, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article.guide-upsell, .membership-end-article.guide-upsell {
  background: #7480e7;
  border-radius: 3px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 24px;
  text-align: center;
  color: white;
}
/* line 86, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article.guide-upsell .free-guide, .membership-end-article.guide-upsell .free-guide {
  font-weight: 600;
  text-transform: uppercase;
}
/* line 91, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article.guide-upsell .headline-start, .membership-end-article.guide-upsell .headline-start {
  font-size: 32px;
  font-weight: 800;
  padding-top: 12px;
}
/* line 97, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article.guide-upsell .subheadline, .membership-end-article.guide-upsell .subheadline {
  padding: 18px;
  font-size: 16px;
}
/* line 103, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article .headline, .membership-end-article .headline {
  font-weight: 600;
  padding: 20px;
  max-width: 400px;
  text-align: center;
}
/* line 110, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article .subscribe-end-article-container, .membership-end-article .subscribe-end-article-container {
  background: #e4e7ff;
  padding: 4px;
  border-radius: 3px;
  font-size: 14px;
}
/* line 116, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article .subscribe-end-article-container form, .membership-end-article .subscribe-end-article-container form {
  display: flex;
}
/* line 119, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article .subscribe-end-article-container form i, .membership-end-article .subscribe-end-article-container form i {
  color: #bababa;
  display: flex;
  align-items: center;
  padding: 4px;
}
/* line 126, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article .subscribe-end-article-container form #k_id_email, .membership-end-article .subscribe-end-article-container form #k_id_email {
  border: none;
  outline: none;
  width: 100%;
  background: #e4e7ff;
}
@media (max-width: 480px) {
  /* line 126, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .subscribe-end-article .subscribe-end-article-container form #k_id_email, .membership-end-article .subscribe-end-article-container form #k_id_email {
    width: 100%;
  }
}
/* line 137, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.subscribe-end-article .subscribe-end-article-container form .subscribe-button, .membership-end-article .subscribe-end-article-container form .subscribe-button {
  width: auto;
  font-size: 14px;
}
@media (max-width: 480px) {
  /* line 137, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .subscribe-end-article .subscribe-end-article-container form .subscribe-button, .membership-end-article .subscribe-end-article-container form .subscribe-button {
    font-size: 12px;
  }
}

/* line 149, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.promoted {
  margin-top: 40px;
  color: #7480e7;
  font-size: 12px;
}

/* line 155, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8px;
  width: 90px;
}
/* line 162, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.detail .data {
  font-size: 24px;
}
/* line 166, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.detail .title {
  font-size: 12px;
  text-transform: uppercase;
}
/* line 170, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.detail .title i {
  cursor: pointer;
}

/* line 176, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.tab-pane {
  position: relative;
}

/* line 180, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.starter-feature-container {
  margin-top: 18px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* line 188, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.starter-feature-image.active {
  display: flex !important;
  align-items: flex-end !important;
  height: 400px;
}
@media (max-width: 480px) {
  /* line 188, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .starter-feature-image.active {
    height: 200px;
  }
}
/* line 198, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.starter-feature-image .starter-feature-title-container {
  padding: 20px;
  color: white;
}
/* line 202, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.starter-feature-image .starter-feature-title-container .starter-feature-title {
  font-size: 85px;
  font-weight: 600;
  line-height: 85px;
}
@media (max-width: 480px) {
  /* line 202, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .starter-feature-image .starter-feature-title-container .starter-feature-title {
    font-size: 32px;
    line-height: 32px;
  }
}
/* line 213, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.starter-feature-image .starter-feature-title-container .starter-feature-subtitle {
  font-size: 24px;
}
@media (max-width: 480px) {
  /* line 213, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .starter-feature-image .starter-feature-title-container .starter-feature-subtitle {
    font-size: 16px;
  }
}

/* line 223, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.circle {
  width: 20px;
  height: 20px;
  border: 2px solid #6a6b79;
  border-radius: 50%;
}

/* line 230, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container {
  background-color: #F6F9FC;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #545454;
}
/* line 238, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.blog .mobile-upvotes {
  justify-content: center;
}
/* line 243, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc {
  flex-direction: row;
  align-items: flex-start;
  background: white;
  height: calc(100vh - 134px);
}
@media (max-width: 480px) {
  /* line 243, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container.premium-toc {
    height: auto;
  }
  /* line 252, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container.premium-toc .story-article {
    height: auto !important;
    overflow: visible !important;
    width: auto !important;
  }
  /* line 258, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container.premium-toc .toc {
    display: none;
  }
}
/* line 263, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .story-article {
  height: 100%;
  overflow: scroll;
  width: calc(100% - 400px);
}
/* line 269, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc {
  height: 100%;
  overflow: scroll;
  width: 450px;
  background: #f9f9fa;
}
/* line 275, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-welcome {
  padding: 60px 32px 32px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* line 282, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-welcome h3 {
  font-size: 24px;
}
/* line 286, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-welcome .toc-welcome-sub {
  text-align: center;
  font-size: 14px;
  max-width: 340px;
}
/* line 293, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section {
  padding: 24px;
  font-size: 14px;
}
/* line 297, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section .toc-article-headers {
  margin-left: 28px;
  margin-top: 12px;
}
/* line 302, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section .toc-header {
  font-size: 20px;
  background: #ededf1;
  margin: 0 -24px;
  padding: 8px 24px;
}
/* line 309, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section .toc-article {
  display: flex;
  align-items: center;
  padding-top: 12px;
}
/* line 314, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section .toc-article.bold {
  font-weight: 600;
}
/* line 318, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section .toc-article.selected {
  color: #7480e7;
}
/* line 322, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container.premium-toc .toc .toc-section .toc-article .circle {
  margin-top: 2px;
  margin-right: 8px;
}
/* line 331, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article {
  width: 870px;
}
@media (max-width: 880px) {
  /* line 331, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article {
    width: 100%;
    border-radius: 0px;
    margin-right: 0px;
  }
}
/* line 340, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .paywalled {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  background-color: #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 355, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article header {
  margin: 8px;
}
@media (max-width: 480px) {
  /* line 355, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article header {
    margin-top: 0;
  }
}
/* line 362, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article header h1 {
  margin-top: 24px;
}
@media (max-width: 480px) {
  /* line 362, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article header h1 {
    margin-top: 0;
  }
}
/* line 371, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .mobile-upvotes {
  display: none;
  padding: 8px;
  padding-bottom: 0;
  color: #7480e7;
  font-weight: 600;
  margin-top: 4px;
}
@media (max-width: 480px) {
  /* line 371, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article .mobile-upvotes {
    display: flex;
  }
}
/* line 383, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .mobile-upvotes a {
  display: flex;
  align-items: center;
}
/* line 387, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .mobile-upvotes a .count {
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-right: 4px;
}
/* line 394, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .mobile-upvotes a .icon {
  display: flex;
  justify-content: center;
}
/* line 401, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .fixed-toc {
  right: -40px;
  z-index: 1000;
  display: none;
  position: absolute;
}
/* line 407, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .fixed-toc .fixed-wrapper {
  flex-direction: column;
  background: white;
  padding: 18px;
  width: 260px;
  box-shadow: 0 5px 10px rgba(20, 20, 20, 0.4);
  border-radius: 0 0 3px 3px;
}
@media (max-width: 1200px) {
  /* line 407, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article .fixed-toc .fixed-wrapper {
    display: none;
  }
}
/* line 421, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes {
  position: absolute;
  left: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  background-color: white;
  color: #7480e7;
  border-radius: 5px;
  top: 1px;
  box-shadow: 0 1px 1px 0 rgba(11, 13, 39, 0.07), 0 2px 4px 0 rgba(9, 12, 36, 0.11);
  cursor: pointer;
  height: 60px;
}
/* line 438, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes .fa-heart {
  color: #7480e7;
}
/* line 442, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes a {
  padding: 12px;
  width: 60px;
}
/* line 447, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes.already-upvoted {
  background-color: #7480e7;
  color: white;
}
/* line 451, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes.already-upvoted a:hover {
  color: white !important;
}
/* line 455, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes.already-upvoted .count, .article-container article .upvotes.already-upvoted .icon {
  color: white !important;
}
/* line 458, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes.already-upvoted .count i, .article-container article .upvotes.already-upvoted .icon i {
  color: white !important;
}
/* line 464, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes a:hover {
  color: #7480e7 !important;
}
/* line 468, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes .count {
  font-size: 24px;
  display: flex;
  justify-content: center;
}
/* line 474, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .upvotes .icon {
  display: flex;
  justify-content: center;
}
/* line 480, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta {
  position: relative;
  margin: 8px;
  background: #7480e7;
}
/* line 486, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta:not(.white) a {
  color: white;
}
/* line 491, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-tabs {
  background-color: #7480e7;
}
/* line 494, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-tabs.starter-feature {
  background: transparent;
}
/* line 499, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta a:hover {
  color: #deeff5;
}
/* line 503, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta.white {
  background: white !important;
}
/* line 506, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta.white a:hover {
  color: #7480e7;
}
/* line 510, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta.white .meta-tabs {
  background-color: white !important;
}
/* line 515, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-nav {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  padding: 8px;
}
/* line 523, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 480px) {
  /* line 523, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article .meta .overlay {
    top: 10%;
    left: 0%;
    transform: none;
  }
}
/* line 537, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 480px) {
  /* line 537, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article .meta .meta-container {
    flex-direction: column;
  }
}
/* line 546, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container .meta-left {
  display: flex;
  align-items: center;
}
/* line 551, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container .meta-left .product-image-container img {
  width: 200px;
}
/* line 557, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container .meta-right {
  display: flex;
  align-items: center;
}
/* line 563, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-business-details {
  width: 250px;
  padding: 12px;
}
/* line 567, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-business-details .name {
  font-size: 24px;
}
/* line 571, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-business-details .location {
  font-size: 12px;
}
/* line 575, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-business-details .started {
  font-size: 12px;
}
/* line 579, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-business-details .business-logo {
  margin-bottom: 8px;
}
/* line 584, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-details-more {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* line 592, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-details-more .detail.money .title {
  display: flex;
}
/* line 594, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-details-more .detail.money .title i {
  margin-left: 4px;
}
@media (max-width: 480px) {
  /* line 584, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article .meta .meta-container.business .meta-details-more {
    justify-content: center;
  }
}
/* line 605, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.business .meta-details-more .meta-details-row {
  display: flex;
}
/* line 610, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.tools {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
}
/* line 616, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.tools .topic-section {
  margin: 8px;
  width: 150px;
}
/* line 622, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.books {
  display: flex;
  flex-wrap: wrap;
}
/* line 626, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-container.books .book {
  display: flex;
  margin: 8px;
}
/* line 633, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about {
  display: flex;
  justify-content: space-between;
  background: #7480e7 !important;
  color: white;
  padding: 12px;
}
/* line 640, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about.reverse {
  background: white !important;
  color: #545454;
}
/* line 645, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-left {
  display: flex;
}
/* line 648, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-left .meta-about-starter-image {
  height: 100px;
  width: 100px;
}
/* line 653, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-left .meta-about-starter-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12px;
  text-align: left;
}
/* line 660, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-left .meta-about-starter-details .name {
  font-size: 24px;
}
/* line 664, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-left .meta-about-starter-details .social {
  font-size: 16px;
}
/* line 671, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-right .meta-details {
  padding: 12px;
  display: flex;
}
/* line 675, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-right .meta-details .title {
  display: flex;
}
/* line 678, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .meta .meta-about .meta-right .meta-details .title .tooltip-toggle {
  margin-left: 4px;
}
/* line 687, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container article .content {
  margin: 16px 8px;
  padding: 40px 80px;
}
@media (max-width: 480px) {
  /* line 687, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container article .content {
    padding: 12px;
  }
}
/* line 697, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content {
  word-break: break-word;
}
/* line 700, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content a {
  color: #7480e7;
  font-weight: 600;
}
/* line 705, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content h1 {
  margin-top: 30px;
}
/* line 709, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content h3 {
  color: #545454;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 40px;
}
/* line 710, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content h3:first-child {
  margin-top: 0px;
}
/* line 714, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content h3 strong {
  font-weight: 700;
}
@media (max-width: 480px) {
  /* line 709, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container .content h3 {
    font-size: 19px;
    line-height: 26px;
    margin-top: 20px;
  }
}
/* line 731, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content h4 {
  color: #545454;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 8px;
}
/* line 739, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content .custom-design {
  margin-top: 8px;
}
/* line 743, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content p {
  font-size: 16px;
  line-height: 1.6;
}
/* line 747, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content p img + em {
  color: #6B7C93;
  display: block;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 743, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container .content p {
    font-size: 14px;
  }
}
/* line 758, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
/* line 764, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content table th, .article-container .content table td {
  padding: 1rem;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  font-weight: 400;
}
/* line 772, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content table tr td:first-child {
  text-align: left;
}
/* line 776, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content table tr th:first-child {
  text-align: left;
}
/* line 781, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content .idea-widget {
  background: #7480e7;
  color: white;
  border-radius: 3px;
  padding: 18px;
}
/* line 787, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content .idea-widget a {
  color: white;
}
/* line 793, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content img:not(.article-bio):not(.logo):not(.avoid-content-img) {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 600px;
  border: 12px solid #dcdff9;
  border-radius: 3px;
}
/* line 803, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content ul, .article-container .content ol {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  /* line 803, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container .content ul, .article-container .content ol {
    font-size: 14px;
  }
}
/* line 812, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content blockquote {
  margin-left: 25px;
}
/* line 815, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content blockquote p {
  font-size: 20px;
}
@media (max-width: 480px) {
  /* line 812, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container .content blockquote {
    margin-left: 0px;
  }
}
/* line 823, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content blockquote .blockquote-share {
  color: #7480e7;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: -8px;
}
/* line 829, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content blockquote .blockquote-share i {
  color: #7480e7;
  margin-right: 4px;
}
@media (max-width: 480px) {
  /* line 836, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .article-container .content iframe {
    display: block;
    width: 100%;
  }
}
/* line 843, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content .embed {
  display: flex;
  justify-content: center;
}
/* line 848, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content .twitter {
  display: flex;
  justify-content: center;
}
/* line 853, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.article-container .content .follow-up-story {
  margin-top: 24px;
}

/* line 860, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsor-thank-you {
  margin-top: 18px;
  margin-right: 16px;
}
@media (max-width: 480px) {
  /* line 860, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsor-thank-you {
    margin-right: 0;
  }
}

/* line 870, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.ss-container .sponsored {
  border-radius: 5px 5px 0 0;
}

/* line 875, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored {
  background: #dcdff9;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
/* line 881, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored.more-padding {
  margin: -8px;
}
/* line 885, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored.wide-sponsor {
  margin: -40px -80px 40px -80px;
}
@media (max-width: 480px) {
  /* line 875, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored {
    border-radius: none;
  }
  /* line 892, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored.wide-sponsor {
    margin: -12px -12px 12px -12px;
  }
}
/* line 897, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .thanks {
  position: absolute;
  bottom: 2px;
  font-size: 12px;
  text-decoration: none;
  color: #6B7C93;
  width: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 897, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored .thanks {
    bottom: 8px;
  }
}
/* line 911, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text {
  padding: 25px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 911, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored .sponsored-content-text {
    padding: 12px;
  }
}
/* line 922, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .sponsored-content-text-text {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 922, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored .sponsored-content-text .sponsored-content-text-text {
    flex-direction: column;
  }
}
/* line 931, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .sponsored-content-text-text .text {
  color: #171a1e;
  text-align: right;
}
/* line 935, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .sponsored-content-text-text .text b {
  color: #7480e7;
}
@media (max-width: 480px) {
  /* line 931, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored .sponsored-content-text .sponsored-content-text-text .text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 6px;
  }
}
/* line 946, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .sponsored-content-text-text .text-logo {
  margin-left: 6px;
  display: flex;
}
@media (max-width: 480px) {
  /* line 946, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .sponsored .sponsored-content-text .sponsored-content-text-text .text-logo {
    margin-bottom: 12px;
  }
}
/* line 954, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .sponsored-content-text-text .text-logo img {
  width: 120px;
  height: 27.52px;
}
/* line 959, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .sponsored-content-text-text .text-logo i {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: 5px;
}
/* line 968, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sponsored .sponsored-content-text .call-to-action-button {
  padding: 4px 8px;
}

/* line 975, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.ss-container.comments {
  margin-top: 10px;
}

/* line 980, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sharing-assets-container {
  padding: 20px;
}
/* line 983, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sharing-assets-container .sharing-assets {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 989, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.sharing-assets-container .sharing-assets img {
  margin-bottom: 20px;
}

/* line 995, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.upsell-block {
  position: absolute;
  background: #7480e7;
  margin: -134px;
  color: white;
  padding: 40px;
  border-radius: 3px;
  width: 113%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* line 1009, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.upsell-block.ama {
  margin: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  /* line 995, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .upsell-block {
    text-align: center;
    width: 92%;
    margin: 0px;
    bottom: 12px;
  }
}
/* line 1023, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.upsell-block .main {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  /* line 1023, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .upsell-block .main {
    font-size: 16px;
  }
}
/* line 1033, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.upsell-block .submain {
  font-size: 16px;
  margin-bottom: 16px;
  max-width: 500px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 1033, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .upsell-block .submain {
    font-size: 12px;
  }
}

/* line 1046, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.content table, .tab-content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table;
}
/* line 1052, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.content table th, .content table td, .tab-content table th, .tab-content table td {
  padding: 1rem;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  font-weight: 400;
}
@media (max-width: 480px) {
  /* line 1052, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .content table th, .content table td, .tab-content table th, .tab-content table td {
    padding: 4px !important;
  }
}
/* line 1064, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.content table tr td:first-child, .tab-content table tr td:first-child {
  text-align: left;
}
/* line 1068, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.content table tr th:first-child, .tab-content table tr th:first-child {
  text-align: left;
}
/* line 1072, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.content table td, .tab-content table td {
  min-width: 200px;
}
@media (max-width: 480px) {
  /* line 1072, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
  .content table td, .tab-content table td {
    min-width: 60px;
  }
}

/* line 1100, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.meta-container.left-align-tables th {
  text-align: left !important;
  padding: 0;
  padding-top: 18px;
}
/* line 1106, /Users/pwalls/code/starter-story/app/assets/stylesheets/stories.scss */
.meta-container.left-align-tables td {
  text-align: left !important;
  padding: 0;
  padding-bottom: 4px;
}

/* line 8, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .with-purple-bg .fa {
  color: white !important;
}
/* line 13, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .fa.fa-instagram {
  color: #3f729b;
}
/* line 16, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .fa.fa-youtube-play {
  color: #e52d27;
}
/* line 19, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .fa.fa-facebook-official {
  color: #3b5998;
}
/* line 22, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .fa.fa-soundcloud {
  color: #f80;
}
/* line 25, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .fa.fa-twitter {
  color: #55acee;
}
/* line 28, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container .fa.fa-spotify {
  color: #7ab800;
}
/* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business .meta-graph {
  padding: 12px;
}
/* line 38, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business ul.meta-nav li {
  font-weight: 600;
  color: #7480e7;
}
/* line 44, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 480px) {
  /* line 44, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header {
    flex-direction: column;
  }
}
/* line 54, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header.book h1 {
  margin-top: 0px;
  font-size: 32px;
}
/* line 59, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header.book img {
  width: 60px;
  margin-right: 12px;
}
/* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .right-header {
  font-size: 24px;
}
/* line 68, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .right-header img {
  max-height: 180px;
}
@media (max-width: 480px) {
  /* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header .right-header {
    font-size: 18px;
  }
}
/* line 76, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .right-header .call-to-action-button {
  margin-top: 16px;
  padding: 4px 12px;
}
@media (max-width: 480px) {
  /* line 76, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header .right-header .call-to-action-button {
    margin-top: 0px;
    margin-bottom: 8px;
  }
}
/* line 85, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .right-header .call-to-action-button i {
  font-size: 18px;
}
@media (max-width: 480px) {
  /* line 85, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header .right-header .call-to-action-button i {
    font-size: 14px;
  }
}
/* line 93, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .right-header .call-to-action-button a:hover {
  color: white !important;
}
@media (max-width: 480px) {
  /* line 99, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header .right-header {
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
/* line 107, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .left-header {
  padding-bottom: 8px;
  width: 70%;
}
@media (max-width: 480px) {
  /* line 107, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header .left-header {
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}
/* line 117, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .left-header h1 {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 117, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
  .article-container.business header .left-header h1 {
    justify-content: center;
  }
}
/* line 125, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .left-header h1 .tooltip-toggle {
  margin-left: 8px;
}
/* line 130, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business header .left-header img {
  border-radius: 3px;
  width: 50px;
  margin-right: 8px;
}
/* line 139, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business .external-link i {
  font-size: 16px;
}
/* line 145, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business .meta-about .meta-right {
  display: flex;
  justify-content: center;
}
/* line 150, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business .meta-about .meta-right .meta-details a {
  margin-left: 12px;
}
/* line 155, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business .meta-about .meta-right .meta-details .detail.starter-instagram, .article-container.business .meta-about .meta-right .meta-details .detail.starter-twitter {
  font-size: 32px;
}
/* line 159, /Users/pwalls/code/starter-story/app/assets/stylesheets/businesses.scss */
.article-container.business .meta-about .meta-right .meta-details .detail .username {
  font-size: 16px;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.vimeo {
  height: 600px;
}
@media (max-width: 770px) {
  /* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .vimeo {
    height: 300px;
  }
}

/* line 13, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.testimonials {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 770px) {
  /* line 13, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .testimonials {
    width: 100%;
    justify-content: center;
  }
}
/* line 23, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.testimonials .testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px;
  width: 290px;
}
/* line 32, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.testimonials .testimonial .cta-user img {
  border-radius: 50%;
}

/* line 39, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content {
  display: flex;
  justify-content: center;
  color: #3e3f47;
  background: white;
}
/* line 45, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content.fixed-subscribe-content {
  min-height: 540px;
  height: calc(100vh - 134px);
  align-items: center;
}
@media (max-width: 480px) {
  /* line 45, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content.fixed-subscribe-content {
    height: auto;
    align-items: flex-start;
  }
}
/* line 56, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .starter-story-container {
  width: 870px;
}
@media (max-width: 880px) {
  /* line 56, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .starter-story-container {
    width: 100%;
    border-radius: 0px;
    margin-right: 0px;
  }
}
/* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .starter-story-container .starter-story-container-header {
  font-size: 32px;
  text-align: center;
  margin-top: 16px;
  padding: 12px;
  font-weight: 600;
}
/* line 74, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-two {
  display: flex;
}
@media (max-width: 770px) {
  /* line 74, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section-two {
    flex-wrap: wrap;
  }
}
/* line 81, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-two .sp-section {
  flex-direction: column;
}
/* line 84, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-two .sp-section.left {
  padding-right: 20px;
  width: 50%;
}
@media (max-width: 770px) {
  /* line 84, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section-two .sp-section.left {
    width: 100%;
    padding-right: 0px;
  }
}
/* line 94, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-two .sp-section.right {
  padding-left: 20px;
  width: 50%;
}
@media (max-width: 770px) {
  /* line 94, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section-two .sp-section.right {
    width: 100%;
    padding-left: 0px;
  }
}
/* line 106, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-cta {
  color: #7480e7;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
/* line 114, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-cta a:hover {
  color: #7480e7 !important;
}
@media (max-width: 770px) {
  /* line 106, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section-cta {
    margin-top: 4px;
    margin-bottom: 48px;
  }
}
/* line 124, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower {
  display: flex;
  margin-top: 16px;
}
@media (max-width: 770px) {
  /* line 124, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section-lower {
    flex-direction: column;
  }
}
/* line 132, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .rec-stories {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 138, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .rec-stories .blog-tile-image {
  height: 60%;
}
/* line 142, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .rec-stories .blog-tile-info {
  height: 40%;
}
/* line 147, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .sp-section-lower-section {
  padding: 18px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
/* line 153, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .sp-section-lower-section.one-third {
  width: 33%;
}
@media (max-width: 770px) {
  /* line 153, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section-lower .sp-section-lower-section.one-third {
    width: 100%;
  }
}
/* line 161, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .sp-section-lower-section img {
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.15);
  padding: 18px;
  border-radius: 4px;
}
/* line 167, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section-lower .sp-section-lower-section .image-subtitle {
  margin-top: 12px;
}
/* line 173, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media (max-width: 770px) {
  /* line 173, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 32px;
  }
}
/* line 186, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-header {
  text-align: center;
  margin-bottom: 12px;
}
/* line 190, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-header .sp-section-header-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  /* line 190, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section .sp-section-header .sp-section-header-title {
    font-size: 24px;
  }
}
/* line 200, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-header .sp-section-header-subtitle {
  font-size: 16px;
  color: #868899;
}
@media (max-width: 480px) {
  /* line 200, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section .sp-section-header .sp-section-header-subtitle {
    font-size: 16px;
  }
}
/* line 210, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay {
  margin-top: 0px;
}
/* line 214, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.choose {
  border: 0;
}
/* line 218, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.what-you-get {
  margin-bottom: -30px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 770px) {
  /* line 218, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section.what-you-get {
    margin-bottom: 18px;
  }
}
/* line 230, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.stats {
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 236, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.testimonials {
  margin-top: 20px;
  margin-bottom: 40px;
}
/* line 241, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay {
  display: flex;
  justify-content: center;
  background: #ebedfc;
  border-radius: 4px;
  padding: 20px 0px;
  color: #3e3f47;
}
/* line 249, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay #card-element {
  background: white;
}
/* line 253, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay .payment-form {
  width: 60%;
}
@media (max-width: 770px) {
  /* line 253, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section.pay .payment-form {
    width: 100%;
  }
}
/* line 260, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay .payment-form h3 {
  padding: 24px 0px;
  padding-top: 24px;
  padding-bottom: 12px;
}
@media (max-width: 770px) {
  /* line 260, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section.pay .payment-form h3 {
    font-size: 28px;
  }
}
/* line 270, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay .payment-form h6 {
  margin-bottom: 12px;
}
/* line 274, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay .payment-form .renewal-notice {
  color: #868899;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 280, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section.pay .payment-form .renewal-notice .info {
  max-width: 300px;
}
/* line 287, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section h1 {
  font-size: 32px;
}
/* line 291, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-left {
  text-align: center;
  margin-right: 16px;
}
/* line 295, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-left .sp-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7480e7;
  border-radius: 50%;
  color: white;
  font-size: 32px;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
}
/* line 307, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-left .sp-logo-container img {
  height: 50%;
  width: 50%;
  -webkit-filter: invert(100%);
}
/* line 314, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-left img {
  width: 100%;
}
/* line 320, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-stat {
  width: 180px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7480e7;
  color: white;
  border-radius: 4px;
  margin: 18px;
}
@media (max-width: 770px) {
  /* line 320, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section .sp-section-stat {
    width: 120px;
    height: 100px;
  }
}
/* line 337, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-content .sp-section .sp-section-stat .stat-headline {
  font-weight: 600;
  font-size: 48px;
}
@media (max-width: 770px) {
  /* line 337, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-content .sp-section .sp-section-stat .stat-headline {
    font-size: 32px;
  }
}

/* line 349, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}
@media (max-width: 770px) {
  /* line 349, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page {
    background: white !important;
  }
}
/* line 360, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page svg {
  height: 600px;
  width: 100%;
}
/* line 365, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .home {
  width: 1050px;
}
@media (max-width: 770px) {
  /* line 365, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page .home {
    width: 100%;
  }
}
/* line 374, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero {
  display: flex;
  flex-direction: row;
}
/* line 378, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero.youre-signed-up {
  flex-direction: column;
}
/* line 381, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero.youre-signed-up .or-check-out {
  font-size: 18px;
  background: white;
  color: #7480e7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin: 18px;
  flex-direction: column;
  margin-bottom: 18px;
  margin-top: 80px;
}
@media (max-width: 770px) {
  /* line 374, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page .hero {
    margin: -25px;
    padding: 25px;
    flex-direction: column;
  }
}
/* line 407, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left {
  text-align: left;
}
@media (max-width: 770px) {
  /* line 407, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page .hero .hero-left {
    text-align: center;
  }
}
/* line 414, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .hero__header {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 60px;
  line-height: 64px;
}
/* line 422, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .hero__subheader {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 400;
}
/* line 427, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .hero__subheader .purple-underline {
  background-image: linear-gradient(180deg, transparent 80%, rgba(61, 207, 141, 0.7) 0);
  font-weight: 600;
}
@media (max-width: 770px) {
  /* line 422, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page .hero .hero-left .hero__subheader {
    margin-bottom: 32px;
  }
}
/* line 437, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container {
  width: 90%;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 770px) {
  /* line 437, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page .hero .hero-left .sp-subscribe-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* line 449, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container .subscribe-context {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
  opacity: 0.9;
}
/* line 455, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container .subscribe-context .free-preview {
  font-weight: 700;
  opacity: 1 !important;
}
/* line 461, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container .hero__subscribe {
  width: 100%;
  margin: 0;
}
/* line 466, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container .subscribe-context-sign-up {
  font-size: 16px;
  margin-top: 8px;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 770px) {
  /* line 466, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page .hero .hero-left .sp-subscribe-container .subscribe-context-sign-up {
    margin-bottom: 24px;
  }
}
/* line 476, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container .subscribe-context-sign-up a {
  font-weight: 600;
  opacity: 1 !important;
  border-bottom: 3px solid white;
  color: white;
}
/* line 482, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-left .sp-subscribe-container .subscribe-context-sign-up a:hover {
  color: white;
}
/* line 493, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .hero .hero-right img {
  width: 500px;
}
@media (max-width: 770px) {
  /* line 349, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page {
    background: #7480e7;
    padding: 24px;
  }
  /* line 503, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page svg {
    display: none;
  }
  /* line 507, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
  .subscribe-page h3 {
    font-size: 16px;
  }
}
/* line 512, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .back-to-homepage {
  font-size: 16px;
  margin-top: 12px;
}
/* line 517, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.subscribe-page .back-to-homepage a:hover {
  color: white;
}

/* line 524, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.home-sub {
  width: 100%;
}
/* line 527, /Users/pwalls/code/starter-story/app/assets/stylesheets/subscribe.scss */
.home-sub .hero {
  flex-direction: column;
}

/* line 2, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.stories-tiles .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
/* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.stories-tiles .overlay button {
  width: 250px;
}

/* line 15, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile {
  display: flex;
  flex-direction: column;
  position: relative;
}
/* line 20, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-hover {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 10000;
  overflow: hidden;
  border-radius: 3px;
  flex-direction: column;
}
/* line 32, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.idea-tile {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 37, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.idea-tile .story-tile-title {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.idea-tile .story-tile-badge-new {
  margin-bottom: 4px;
}
/* line 53, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.idea-tile .story-tile-main-image-new {
  height: 150px;
}
/* line 56, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.idea-tile .story-tile-main-image-new img {
  height: 100%;
}
/* line 63, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.blur .story-tile-top, .story-tile.blur .story-tile-bottom {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px);
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
/* line 76, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.inverse {
  background-color: #7480e7;
}
/* line 80, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile a:hover, .story-tile a:visited, .story-tile a:link, .story-tile a:active {
  text-decoration: none;
}
/* line 84, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.story-tile-share {
  height: 394px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  /* line 84, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile.story-tile-share {
    height: auto;
  }
}
/* line 95, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile.inverse.long {
  background-color: #7480e7;
  color: white;
  width: 100%;
  height: 100px;
  width: 886px;
}
/* line 102, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 530px) {
  /* line 15, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile {
    width: 350px;
  }
  /* line 110, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile.inverse.long {
    width: 290px;
    width: 100%;
    margin-right: 20px;
  }
}
/* line 117, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 123, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-top.tile-promotion .tile-promotion-image {
  width: 180px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 132, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-top .story-tile-main-image {
  display: flex;
  align-items: center;
  height: 220px;
  margin-top: 40px;
}
/* line 138, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-top .story-tile-main-image img {
  max-height: 180px;
}
/* line 142, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-top .story-tile-main-image.promoted {
  height: 180px;
}
@media only screen and (max-width: 480px) {
  /* line 142, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile .story-tile-top .story-tile-main-image.promoted {
    height: 100px;
  }
}
/* line 152, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
/* line 157, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-bottom-top {
  display: flex;
  flex-direction: column;
  margin: 15px;
}
/* line 163, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-title {
  font-size: 24px;
  font-weight: 600;
  color: #585E66;
}
/* line 169, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-promoted-subtitle {
  height: 110px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6B7C93;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  /* line 169, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile .story-tile-bottom .story-tile-promoted-subtitle {
    height: 80px;
    font-size: 11px;
  }
}
/* line 183, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom.tile-promotion {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0;
  text-align: center;
  align-items: center;
  height: 160px;
  justify-content: center;
}
/* line 192, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom.tile-promotion .tile-promotion-title {
  font-size: 16px;
  font-weight: 600;
  color: #585E66;
  margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  /* line 192, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile .story-tile-bottom.tile-promotion .tile-promotion-title {
    font-size: 20px;
  }
}
/* line 203, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom.tile-promotion .tile-promotion-subtitle {
  font-size: 12px;
  color: #585E66;
  margin-bottom: 15px;
}
/* line 210, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-cta {
  background-color: #3ECF8E;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  padding: 4px 8px;
  font-size: 16px;
}
/* line 223, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-cta.tile-promotion {
  background-color: #1d2135;
  color: #21ddc6;
}
@media only screen and (max-width: 480px) {
  /* line 210, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile .story-tile-bottom .story-tile-cta {
    font-size: 14px;
  }
}
/* line 232, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-cta:hover {
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transition: transform .25s ease-in-out;
  -moz-transition: transform .25s ease-in-out;
  -ms-transition: transform .25s ease-in-out;
}
/* line 240, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile .story-tile-bottom .story-tile-cta:hover.tile-promotion {
  color: #21ddc6;
}

@media only screen and (min-width: 0px) {
  /* line 249, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile {
    width: 100%;
    margin-left: 0px;
  }

  /* line 253, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile-main-image {
    height: 130px;
  }

  /* line 256, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile.inverse.long {
    width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  /* line 262, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile {
    width: 325px;
  }
  /* line 264, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile.inverse.long {
    width: 290px;
    width: 100%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 890px) {
  /* line 273, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile {
    width: 400px;
  }

  /* line 276, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile-main-image {
    height: 220px;
  }

  /* line 279, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile.inverse.long {
    width: 100%;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1015px) {
  /* line 286, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile {
    width: 430px;
  }

  /* line 289, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile-main-image {
    height: 220px;
  }

  /* line 292, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
  .story-tile.inverse.long {
    width: 100%;
    margin-right: 20px;
  }
}
/* line 298, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-avatar {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 50px;
  width: 50px;
}
/* line 305, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-avatar.badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 8px;
}

/* line 311, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-revenue {
  position: absolute;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  border-radius: 2px;
  font-weight: 800;
  top: 12px;
  right: 15px;
  color: #7480e7;
  text-align: right;
}
/* line 323, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-revenue .per-month {
  font-size: 10px;
  font-weight: 500;
}
/* line 328, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-revenue.tile-promotion {
  font-size: 12px;
}

/* line 333, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile:hover .story-tile-title {
  color: #7480e7;
}

/* line 337, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-subtitle {
  font-size: 16px;
  color: #6B7C93;
}

/* line 342, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-description {
  margin-top: 5px;
  font-size: 12px;
  color: #6B7C93;
  height: 30px;
}
/* line 348, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-description a {
  color: #6B7C93;
}

/* line 353, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-preview-revenue {
  display: flex;
  font-size: 16px;
  border-radius: 2px;
  font-weight: 800;
  top: 12px;
  right: 15px;
  color: #7480e7;
  text-align: right;
  align-items: flex-end;
}
/* line 364, /Users/pwalls/code/starter-story/app/assets/stylesheets/story-tile.scss */
.story-tile-preview-revenue .per-month {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 2px;
  margin-left: 2px;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* line 15, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .founder-details {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 15, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
  .testimonial-card .founder-details {
    margin-left: 12px;
  }
}
/* line 23, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .founder-details .founder-image {
  width: 80px;
  height: 80px;
}
/* line 28, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .founder-details .founder-metas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  width: 200px;
  text-align: left;
}
/* line 36, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .founder-details .founder-metas .founder-meta {
  font-size: 14px;
}
/* line 39, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .founder-details .founder-metas .founder-meta.name {
  font-size: 18px;
  font-weight: 600;
}
/* line 47, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .testimonial-body {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  border-width: 0 0 0 8px;
  border-style: solid;
  border-color: #d4d4d4;
  padding-left: 18px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media (max-width: 480px) {
  /* line 47, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
  .testimonial-card .testimonial-body {
    margin-top: 18px;
  }
}
/* line 62, /Users/pwalls/code/starter-story/app/assets/stylesheets/tools.scss */
.testimonial-card .testimonial-body .see-all {
  margin-top: 4px;
  color: #7480e7;
  font-size: 14px;
  font-weight: 600;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment-notice {
  margin-bottom: 10px;
  font-size: 14px;
}

/* line 11, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment-actions .call-to-action-button {
  width: 100%;
  padding: 4px;
  font-size: 18px;
  margin-top: 10px;
  border-radius: 3px;
}

/* line 20, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment-name-and-email {
  display: flex;
  margin-bottom: 8px;
}
/* line 25, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment-name-and-email .ss-input-container.name-input {
  width: 50%;
  padding-right: 8px;
}
/* line 30, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment-name-and-email .ss-input-container.email-input {
  width: 50%;
  padding-left: 8px;
}

/* line 38, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comments textarea {
  margin-bottom: 8px;
  background-color: #F6F9FC !important;
}
/* line 43, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comments .children {
  margin-left: 24px;
}
/* line 47, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comments .comments-container {
  padding: 8px 20px;
}

/* line 52, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment {
  font-weight: 600;
  padding: 10px;
  border-top: 1px solid #80808030;
}
/* line 57, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment-form {
  display: none;
  margin-left: 24px;
}
/* line 61, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment-form .comment-actions {
  display: flex;
  flex-direction: column;
}
/* line 65, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment-form .comment-actions .comment-hide {
  display: flex;
  justify-content: flex-end;
  margin-left: 8px;
  color: #7480e7;
}
/* line 74, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__top {
  display: flex;
  justify-content: space-between;
  color: #6B7C93;
  font-size: 14px;
  align-items: center;
}
/* line 81, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__top .comment_left {
  display: flex;
  align-items: center;
}
/* line 85, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__top .comment_left img {
  height: 20px;
  width: 20px;
}
/* line 90, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__top .comment_left .comment_user {
  margin-left: 8px;
}
/* line 95, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__top .comment_right {
  display: flex;
}
/* line 98, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__top .comment_right .comment_reply, .comment .comment__top .comment_right .comment_delete {
  margin-left: 8px;
  color: #7480e7;
}
/* line 105, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__bottom {
  margin-top: 5px;
}
/* line 108, /Users/pwalls/code/starter-story/app/assets/stylesheets/comments.scss */
.comment .comment__bottom .comment_body {
  word-wrap: break-word;
}

/* line 6, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-experience {
  padding: 15px;
  margin-bottom: 15px;
}
/* line 10, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-experience .business-started {
  display: flex;
}
/* line 13, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-experience .business-started .business-started__left {
  margin-right: 15px;
}
/* line 16, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-experience .business-started .business-started__left img {
  height: 75px;
}
/* line 23, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-activity {
  padding: 15px;
  margin-bottom: 15px;
}
/* line 27, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-activity .starter-show-story {
  display: flex;
  margin-bottom: 15px;
  height: 150px;
  position: relative;
}
/* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-activity .starter-show-story .starter-show-story__product {
  width: 150px;
}
/* line 37, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starter-show .starter-activity .starter-show-story .starter-show-story__metadata {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs {
  padding: 8px;
  padding-top: 0;
}
/* line 53, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs .meta-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
/* line 58, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs .meta-left .small, .starterios .meta-tabs .meta-left .authform form, .authform .starterios .meta-tabs .meta-left form {
  margin-top: 4px;
}
/* line 62, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs .meta-left a {
  font-weight: 600;
  color: #7480e7;
}
/* line 67, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs .meta-left time {
  margin-bottom: 8px;
  font-size: 12px;
  color: #989898;
  font-weight: 600;
}
/* line 74, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs .meta-left .preview {
  display: flex;
}
/* line 78, /Users/pwalls/code/starter-story/app/assets/stylesheets/starters.scss */
.starterios .meta-tabs .meta-left .preview .preview-right img {
  max-height: 400px;
  padding: 4px;
}

/* line 8, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.header.header-editor .links .non-cta {
  margin-left: 15px;
}

/* line 16, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.gdoc-editor iframe {
  width: 100%;
  height: 90vh;
  border: 0;
}

/* line 25, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.content-container.editor-tools .editor-tools__top {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
/* line 30, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.content-container.editor-tools .editor-tools__top img {
  height: 25px;
  width: 25px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
/* line 39, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.content-container.editor-tools .editor-tools__bottom {
  margin-bottom: 20px;
}
/* line 42, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.content-container.editor-tools .editor-tools__bottom textarea {
  max-width: 400px;
}

/* line 50, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.edit-details .explainer {
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 56, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.edit-details .row, .edit-details section {
  display: flex;
  justify-content: center;
  padding: 60px 100px;
}
/* line 62, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.edit-details h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
/* line 68, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.edit-details .form-wrapper {
  display: flex;
  flex-direction: column;
}
/* line 72, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.edit-details .form-wrapper img {
  max-height: 200px;
}

/* line 79, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.tags .check-box-helper {
  margin-bottom: 4px;
}
/* line 83, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.tags .checkbox input {
  margin-right: 6px;
}

/* line 91, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container {
  width: 100vw;
  color: #6a6b79;
  background: #f6fafd;
}
/* line 96, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .ph-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #006fbe;
  color: white;
  font-weight: 600;
}
/* line 105, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .ph-banner .hooray {
  font-size: 24px;
  margin-left: 8px;
  margin-right: 8px;
}
/* line 111, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .ph-banner a:hover {
  color: white !important;
}
/* line 115, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .ph-banner a {
  margin-left: 4px;
  margin-right: 4px;
  border-bottom: 2px solid white;
  margin-top: 2px;
}
/* line 123, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header {
  display: flex;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 123, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .how-to-say-no-container .how-to-say-no-header {
    padding: 18px;
  }
}
/* line 134, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header h1 {
  color: #3e3f47;
  margin-top: 40px;
  font-size: 100px;
  font-weight: 600;
  padding: 24px;
}
@media (max-width: 480px) {
  /* line 134, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .how-to-say-no-container .how-to-say-no-header h1 {
    font-size: 80px;
    margin-top: 0px;
    text-align: center;
    padding: 24px;
  }
}
/* line 149, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header h6 {
  font-size: 24px;
  max-width: 600px;
  text-align: center;
  margin-bottom: 18px;
}
/* line 155, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header h6 a {
  text-decoration: underline;
  color: #006fbe;
}
/* line 160, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header h6 strong {
  text-decoration: underline;
}
/* line 165, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .built-by {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 171, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .built-by .built-by-text {
  margin-top: 4px;
}
/* line 174, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .built-by .built-by-text a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 180, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .built-by .try-pigeon-button {
  font-weight: 600;
}
/* line 185, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .tags {
  margin-top: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
/* line 191, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .tags .chips {
  margin-left: 12px;
  margin-top: 4px;
  max-width: 600px;
  justify-content: center;
}
/* line 197, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .tags .chips .chip {
  color: #3e3f47;
}
/* line 200, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .how-to-say-no-header .tags .chips .chip.selected {
  background: #006fbe;
  color: white;
}
/* line 209, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples {
  display: flex-wrap;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 215, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example-container {
  width: 33%;
}
@media (max-width: 1200px) {
  /* line 215, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .how-to-say-no-container .examples .example-container {
    width: 50%;
  }
}
@media (max-width: 480px) {
  /* line 215, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .how-to-say-no-container .examples .example-container {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* line 229, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example {
  margin: 18px;
  padding: 24px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  border-radius: 3px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
/* line 237, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example.cta {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
/* line 245, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .pigeon-template-container {
  border: none;
  box-shadow: none;
}
/* line 249, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .pigeon-template-container .pigeon-template-container__title {
  display: none;
  background: #2d8fd5;
  background: white;
  color: black;
  padding: 11px;
}
/* line 257, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .pigeon-template-container .pigeon-template-container__content {
  box-shadow: none;
  background: white;
  padding: 12px;
}
/* line 264, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .pigeon-template-container__footer {
  padding: 0;
  margin-bottom: -12px;
}
/* line 269, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .example-tags {
  padding-left: 8px;
  margin-top: 8px;
}
/* line 274, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .example-tags .chips .chip-no-click {
  padding: 2px 8px;
  color: #3e3f47;
  font-size: 12px;
  display: flex;
  align-items: center;
  background: #ccc;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 32px;
  margin: 4px;
}
/* line 290, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .example-title {
  color: #3e3f47;
  font-size: 16px;
  font-weight: 600;
  font-weight: 600;
  padding: 12px;
}
/* line 302, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .example-owner {
  padding-left: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #9d9fb2;
}
/* line 310, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.how-to-say-no-container .examples .example .example-owner .example-owner-avatar {
  height: 25px;
  width: 25px;
  margin-right: 8px;
}

/* line 320, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.pigeon-template-container-container {
  padding: 16px 24px;
  background: #f0f3f7;
}
@media (max-width: 480px) {
  /* line 320, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .pigeon-template-container-container {
    padding: 0px;
  }
}
/* line 328, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.pigeon-template-container-container .pigeon-template-container {
  border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  /* line 328, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .pigeon-template-container-container .pigeon-template-container {
    background: white;
  }
}
/* line 336, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.pigeon-template-container-container .pigeon-template-container .pigeon-template-container__title {
  color: #3e3f47;
  font-size: 18px;
  background: inherit;
  font-weight: 600;
  border-radius: inherit;
}
@media (max-width: 480px) {
  /* line 336, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .pigeon-template-container-container .pigeon-template-container .pigeon-template-container__title {
    background: white;
  }
}
/* line 347, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.pigeon-template-container-container .pigeon-template-container .pigeon-template-container__title i {
  margin-right: 8px;
}
/* line 352, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.pigeon-template-container-container .pigeon-template-container .pigeon-template-container__content {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: white;
  padding: 24px;
  line-height: 1.3;
  border-radius: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}
/* line 363, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
.pigeon-template-container-container .pigeon-template-container__footer {
  font-weight: 600;
  color: #006fbe;
  background: inherit;
  border-radius: inherit;
  margin-top: 18px;
}
@media (max-width: 480px) {
  /* line 363, /Users/pwalls/code/starter-story/app/assets/stylesheets/editor/stories.scss */
  .pigeon-template-container-container .pigeon-template-container__footer {
    background: white;
  }
}

/* line 7, /Users/pwalls/code/starter-story/app/assets/stylesheets/explore.scss */
.stories-body.explore .page-container {
  display: flex;
  flex-direction: column;
  min-height: 1000px;
}
/* line 12, /Users/pwalls/code/starter-story/app/assets/stylesheets/explore.scss */
.stories-body.explore .page-container .explore-container {
  display: flex;
  flex-wrap: wrap;
}
/* line 16, /Users/pwalls/code/starter-story/app/assets/stylesheets/explore.scss */
.stories-body.explore .page-container .explore-container .explore-tile, .stories-body.explore .page-container .explore-container .idea-tile {
  width: 325px;
  height: 300px;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 22, /Users/pwalls/code/starter-story/app/assets/stylesheets/explore.scss */
.stories-body.explore .page-container .explore-container .explore-tile .story-tile-main-image, .stories-body.explore .page-container .explore-container .idea-tile .story-tile-main-image {
  height: 135px;
}

/* line 6, /Users/pwalls/code/starter-story/app/assets/stylesheets/books.scss */
.tool-icon.book {
  font-size: 50px;
}
/* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/books.scss */
.tool-icon.book img {
  height: 75px;
}

/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/books.scss */
.tool-info.book .tool-info-name {
  font-size: 16px;
}
/* line 21, /Users/pwalls/code/starter-story/app/assets/stylesheets/books.scss */
.tool-info.book .tool-info-description {
  font-size: 14px;
}

/* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.testimonials-modal {
  display: flex;
  font-size: 12px;
}
@media (max-width: 480px) {
  /* line 1, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
  .testimonials-modal {
    flex-direction: column;
  }
}
/* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.testimonials-modal .testimonial {
  display: flex;
}
@media (max-width: 480px) {
  /* line 9, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
  .testimonials-modal .testimonial {
    margin-top: 12px;
  }
}
/* line 16, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.testimonials-modal .testimonial .cta-quote {
  margin-left: 8px;
  margin-right: 8px;
}
/* line 21, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.testimonials-modal .testimonial .cta-user {
  height: 30px;
  width: 30px;
}
/* line 25, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.testimonials-modal .testimonial .cta-user .circular-image-bg {
  height: 30px;
  width: 30px;
}

/* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 16px;
}
/* line 41, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .renewal-notice {
  font-size: 12px;
  color: #989898;
  text-align: center;
  padding: 4px;
  width: 100%;
}
/* line 48, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .renewal-notice .info {
  display: none;
}
/* line 51, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .renewal-notice .info.selected {
  display: block;
}
/* line 56, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .renewal-notice .cost, .payment-form .renewal-notice .renewal-period {
  font-weight: 600;
}
/* line 60, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .renewal-notice .terms {
  margin-top: 4px;
}
@media (max-width: 991px) {
  /* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
  .payment-form {
    width: 100%;
  }
}
/* line 69, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form form {
  width: 100%;
}
/* line 73, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form #card-element {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 3px;
}
/* line 79, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .form-row {
  margin: 8px;
}
/* line 83, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .call-to-action-button {
  width: 100%;
  padding: 8px;
}
/* line 88, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 3px;
  background: #F6F9FC;
  padding: 2px;
}
/* line 98, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan {
  display: flex;
  justify-content: center;
  padding: 8px;
  color: #6B7C93;
  cursor: pointer;
  text-align: center;
  align-items: center;
}
/* line 107, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .left-plan {
  width: 60%;
}
/* line 111, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .right-plan {
  width: 40%;
}
/* line 115, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .left-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 120, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .left-plan .plan-duration {
  width: 90%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 127, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .left-plan .plan-cost {
  font-size: 12px;
}
/* line 132, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .right-plan {
  text-align: left;
}
/* line 136, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan .soft {
  font-size: 12px;
  color: #989898;
}
/* line 141, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .plans .plan.selected {
  color: #545454;
  background: white;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(11, 13, 39, 0.07), 0 2px 4px 0 rgba(9, 12, 36, 0.11);
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
/* line 154, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.payment-form .email-input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  font-size: 1em;
}

@media (max-width: 480px) {
  /* line 163, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
  .modal {
    z-index: 100000000 !important;
  }
}
/* line 168, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 8px;
  text-align: center;
}
/* line 181, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-top button {
  position: relative;
  right: 8px;
  top: 2px;
}
/* line 188, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body {
  display: flex;
}
@media (max-width: 991px) {
  /* line 188, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
  .modal .modal-body {
    display: flex;
    flex-direction: column;
  }
}
/* line 196, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 16px;
  font-size: 14px;
}
/* line 203, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body .left .community-members {
  margin-bottom: 16px;
  width: auto;
}
/* line 208, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body .left .community-members .overlay-0 .circular-image-bg {
  position: absolute;
  z-index: 10;
}
/* line 215, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body .left .community-members .starter-avatar .circular-image-bg {
  border: 3px solid white;
}
@media (max-width: 991px) {
  /* line 196, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
  .modal .modal-body .left {
    width: 100%;
  }
}
/* line 225, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body .left .reason {
  margin-bottom: 2px;
}
/* line 228, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal .modal-body .left .reason i {
  color: #3ECF8E;
}

/* line 236, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal-footer {
  border: 0;
  border-top: 2px solid #eff2f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 12px;
}
/* line 247, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal-footer.no-border {
  border-top: none;
  padding-top: 0px;
}
/* line 252, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.modal-footer img {
  margin: 4px;
  max-height: 16px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* line 259, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.ab-weekly {
  font-size: 16px;
}
/* line 262, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.ab-weekly .unlimited {
  font-size: 14px;
}
/* line 266, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.ab-weekly .price-details {
  font-weight: 600;
}
/* line 270, /Users/pwalls/code/starter-story/app/assets/stylesheets/upsell_modal.scss */
.ab-weekly .strikethrough {
  text-decoration: line-through;
  color: #b0b2c2;
  font-weight: none;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container {
  display: -ms-flex;
  display: flex;
  padding-top: 40px;
}
@media (max-width: 480px) {
  /* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container {
    flex-direction: column;
    padding: 10px;
  }
}
/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .topics {
  padding: 10px;
  text-transform: uppercase;
  background: white;
  margin-top: 9px;
}
@media (max-width: 480px) {
  /* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .left-toolbar .topics {
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
}
/* line 30, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .see-all-topics {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  cursor: pointer;
}
@media (max-width: 480px) {
  /* line 30, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .left-toolbar .see-all-topics {
    display: flex;
  }
}
/* line 41, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .see-all-topics i {
  margin-right: 4px;
}
/* line 46, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .topic {
  padding: 4px;
}
/* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .topic.mobile-only {
  display: none;
}
@media (max-width: 480px) {
  /* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .left-toolbar .topic.mobile-only {
    display: block;
  }
}
/* line 57, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .topic.selected {
  background: #7480e7;
  color: white;
  font-weight: 600;
  margin: 0 -10px;
  padding-left: 14px;
}
@media (max-width: 480px) {
  /* line 64, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .left-toolbar .topic.selected.non-mobile {
    display: none;
  }
}
/* line 70, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .left-toolbar .topic.selected :hover {
  color: white;
}
/* line 77, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content {
  width: 70%;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  height: 1600px;
  align-content: center;
  flex-direction: column;
}
/* line 87, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 {
  width: 100%;
  height: auto;
  align-content: flex-start;
}
/* line 92, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .tools-preview {
  display: flex;
}
/* line 95, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .tools-preview .beta-tool-container:first-child {
  margin-left: 0px;
}
@media (max-width: 480px) {
  /* line 92, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content.start2 .tools-preview {
    flex-direction: column;
  }
}
/* line 103, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .tools-preview .see-more-tile {
  margin: 8px;
  display: flex;
  background: white;
  border-radius: 3px;
  margin-right: 0px;
}
@media (max-width: 480px) {
  /* line 103, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content.start2 .tools-preview .see-more-tile {
    margin: 0;
    margin-top: 10px;
  }
}
/* line 116, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .tools-preview .see-more-tools-cta {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  /* line 116, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content.start2 .tools-preview .see-more-tools-cta {
    width: 100%;
  }
}
/* line 126, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .tools-preview .see-more-tools-cta .inner-cta {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 12px;
  font-size: 12px;
}
/* line 136, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .beta-tool-container {
  width: 300px;
  background: white;
  border-radius: 3px;
  padding: 10px;
  min-height: 116px;
}
@media (max-width: 480px) {
  /* line 136, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content.start2 .beta-tool-container {
    width: 100%;
  }
}
/* line 148, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.start2 .tool-used-by {
  display: flex;
  align-items: center !important;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
/* line 157, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.featured {
  padding-left: 20px;
  flex-wrap: nowrap;
  height: auto;
}
@media (max-width: 480px) {
  /* line 157, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content.featured {
    padding-left: 0px;
  }
}
/* line 166, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.featured .top-part {
  padding-left: 10px;
}
/* line 169, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.featured .top-part .topic {
  font-weight: 600;
  font-size: 24px;
  margin-top: 12px;
}
/* line 175, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.featured .top-part .description {
  font-size: 12px;
}
/* line 181, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content.featured .tools-preview {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  /* line 77, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content {
    width: 100%;
    flex-wrap: nowrap;
    height: auto;
  }
}
/* line 193, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container {
  position: relative;
  width: 45%;
  padding: 10px 10px 0 10px;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  /* line 193, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .beta-tools-container .right-content .beta-tool-container {
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
}
/* line 208, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top {
  display: flex;
}
/* line 211, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .icon {
  width: 20%;
}
/* line 214, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .icon.verified {
  width: 25%;
}
/* line 218, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .icon img {
  width: 100%;
}
/* line 223, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .data {
  width: 75%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* line 230, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .data .name {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
/* line 236, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .data .name.verified {
  font-size: 24px;
}
/* line 240, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .data .name i {
  margin-left: 8px;
}
/* line 245, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .data .name .not-verified-icon i {
  font-size: 18px;
}
/* line 251, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .top .data .description {
  font-size: 12px;
}
/* line 257, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .title {
  font-size: 10px;
  color: #7480e7;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4px;
}
/* line 264, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .title.verified {
  font-size: 12px;
}
/* line 269, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 273, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom.tutorials-section {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin: 0 -10px;
  background: #f7fafc;
  border-top: 1px solid rgba(193, 201, 210, 0.5);
  border-radius: 0 0 3px 3px;
}
/* line 282, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom.tutorials-section .title {
  margin-top: 10px;
}
/* line 288, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tutorials .tutorial {
  display: flex;
  align-items: center;
  font-size: 16px;
}
/* line 293, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tutorials .tutorial i {
  font-size: 12px;
  background: #3ECF8E;
  color: white;
  padding: 3px;
  border-radius: 50%;
  margin-right: 4px;
}
/* line 304, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by {
  display: flex;
  align-items: flex-start;
}
/* line 308, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars {
  height: 25px;
}
/* line 311, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .starter-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 3px solid white;
}
/* line 317, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-0 {
  position: absolute;
  left: 0px;
  z-index: 10;
}
/* line 322, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-1 {
  position: absolute;
  left: 20px;
  z-index: 9;
}
/* line 327, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-2 {
  position: absolute;
  left: 40px;
  z-index: 8;
}
/* line 332, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-3 {
  position: absolute;
  left: 60px;
  z-index: 7;
}
/* line 337, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-4 {
  position: absolute;
  left: 80px;
  z-index: 6;
}
/* line 342, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-5 {
  position: absolute;
  left: 100px;
  z-index: 5;
}
/* line 347, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by .tool-used-by-avatars .overlay-6 {
  position: absolute;
  left: 120px;
  z-index: 4;
}
/* line 355, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars {
  height: 35px;
}
/* line 358, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .starter-avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 3px solid white;
}
/* line 364, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-0 {
  position: absolute;
  left: 0px;
  z-index: 10;
}
/* line 369, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-1 {
  position: absolute;
  left: 30px;
  z-index: 9;
}
/* line 374, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-2 {
  position: absolute;
  left: 60px;
  z-index: 8;
}
/* line 379, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-3 {
  position: absolute;
  left: 90px;
  z-index: 7;
}
/* line 384, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-4 {
  position: absolute;
  left: 120px;
  z-index: 6;
}
/* line 389, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-5 {
  position: absolute;
  left: 150px;
  z-index: 5;
}
/* line 394, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-tools-container .right-content .beta-tool-container .bottom .tool-used-by.verified .tool-used-by-avatars .overlay-6 {
  position: absolute;
  left: 180px;
  z-index: 4;
}

/* line 407, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about {
  width: 100%;
  padding: 8px;
}
/* line 411, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about.screenshot {
  display: flex;
  justify-content: center;
}
/* line 415, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about.screenshot img {
  max-height: 400px;
}
/* line 420, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about .topline {
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 12px;
}
/* line 427, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about .body {
  margin-bottom: 16px;
}
/* line 430, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about .body h3 {
  font-size: inherit !important;
}
/* line 439, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.beta-about .read-more {
  color: #7480e7;
  font-weight: 600;
}

/* line 446, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.just-text {
  padding: 8px;
  flex-direction: column;
}
/* line 450, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.just-text p:last-of-type {
  margin-bottom: 0;
}
/* line 455, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.success-stories {
  text-align: center;
  display: flex;
  flex-direction: column;
}
/* line 460, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.success-stories h2 {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 480px) {
  /* line 460, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .meta-container.success-stories h2 {
    font-size: 20px;
  }
}
/* line 468, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.success-stories h2 strong {
  color: #7480e7;
}
/* line 473, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.success-stories .testimonial-body {
  margin-left: 9px;
  margin-bottom: 16px;
}
/* line 477, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container.success-stories .testimonial-body a {
  color: #7480e7;
}
/* line 483, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story {
  display: flex;
  background: white;
  margin-bottom: 10px;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}
/* line 491, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story.tile-3 {
  opacity: 0.4;
}
/* line 495, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story.tile-4 {
  opacity: 0.2;
}
/* line 499, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story.tile-5 {
  opacity: 0.1;
}
/* line 503, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__product {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  cursor: pointer;
  width: 100px;
  position: relative;
}
/* line 512, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__product img {
  max-width: 100%;
  max-height: 100%;
}
/* line 518, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__metadata {
  padding: 10px;
  text-align: left;
  width: 900px;
  position: relative;
}
/* line 524, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__metadata .tool-show-story__metadata--business_name {
  color: #7480e7;
  font-weight: 600;
}
/* line 531, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__metadata .tool-show-story__metadata--title a {
  color: #545454;
}
/* line 537, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__testimonial {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 15px;
  align-items: flex-start;
  cursor: pointer;
  width: 500px;
}
@media (max-width: 480px) {
  /* line 537, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .meta-container .tool-show-story .tool-show-story__testimonial {
    display: none;
  }
}
/* line 550, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__testimonial .also-using-container {
  display: flex;
  align-items: center;
}
/* line 554, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__testimonial .also-using-container .also-using {
  font-size: 14px;
  font-weight: 600;
}
/* line 562, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__testimonial .tools-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 567, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__testimonial .tools-box .topic-section {
  padding-left: 2px;
  width: 120px;
  display: flex;
  justify-content: flex-start;
}
/* line 577, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
.meta-container .tool-show-story .tool-show-story__founder-details img {
  width: 100px;
}
@media (max-width: 480px) {
  /* line 576, /Users/pwalls/code/starter-story/app/assets/stylesheets/beta/tools.scss */
  .meta-container .tool-show-story .tool-show-story__founder-details {
    display: none;
  }
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.profile-nav {
  border-bottom: 2px solid #ccc;
}
/* line 8, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.profile-nav li {
  color: #545454;
  font-weight: 600;
  margin-bottom: -2px;
}
@media (max-width: 480px) {
  /* line 8, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
  .profile-nav li {
    font-size: 11px;
  }
}
/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.profile-nav li:hover {
  color: #545454;
}
/* line 20, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.profile-nav li:hover a {
  border-bottom: 3px solid #7480e7;
  color: #7480e7;
}
@media (max-width: 480px) {
  /* line 26, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
  .profile-nav li a {
    padding: 8px;
  }
}
/* line 31, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.profile-nav li a.active {
  border-bottom: 3px solid #7480e7;
  color: #7480e7;
}

/* line 39, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.favorites-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 44, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.favorites-container .story-tile {
  margin: 8px;
}

/* line 51, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.subscription-details a {
  color: #7480e7;
}
/* line 55, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.subscription-details .subscriptions {
  display: flex;
  flex-direction: column;
}
/* line 59, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.subscription-details .subscriptions .subscription-info {
  display: flex;
}
/* line 62, /Users/pwalls/code/starter-story/app/assets/stylesheets/users.scss */
.subscription-details .subscriptions .subscription-info .subscription-label {
  font-weight: 600;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/alternatives.scss */
.see-all {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  color: #7480e7;
}
/* line 11, /Users/pwalls/code/starter-story/app/assets/stylesheets/alternatives.scss */
.see-all a {
  font-weight: 600;
  color: #7480e7;
}

/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/alternatives.scss */
.see-all-topic-section {
  font-size: 14px;
  padding: 6px;
}

/* line 22, /Users/pwalls/code/starter-story/app/assets/stylesheets/alternatives.scss */
.alternatives {
  padding: 8px;
}
/* line 25, /Users/pwalls/code/starter-story/app/assets/stylesheets/alternatives.scss */
.alternatives a {
  color: #7480e7;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.story-quote-container {
  border-left: 4px solid #9d9fb2;
  padding-left: 18px;
}

/* line 10, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item {
  margin-bottom: 8px;
}
/* line 14, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.book h3 {
  margin-bottom: 16px;
}
/* line 17, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.book .book-image-and-buy {
  display: flex;
  align-items: center;
}
/* line 21, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.book .book-image-and-buy .get-this-book {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 26, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.book .book-image-and-buy .get-this-book .book-float {
  float: right;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 33, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.book .book-image-and-buy .get-this-book .book-float img {
  height: 250px;
  max-width: none;
}
/* line 38, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.book .book-image-and-buy .get-this-book .book-float .call-to-action-button {
  margin-top: 8px;
}
/* line 46, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.testimonial {
  margin-bottom: 24px;
}
/* line 49, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.roundup-item.testimonial .testimonial-card {
  justify-content: start;
}

/* line 55, /Users/pwalls/code/starter-story/app/assets/stylesheets/roundup_items.scss */
.testimonial-by {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

/* line 5, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #6B7C93;
  background-color: #F6F9FC;
}
/* line 13, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .inner-start-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1050px;
}
/* line 20, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container {
  margin-top: 24px;
  width: 100%;
}
/* line 24, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container.tools-start-box {
  margin-top: 0px;
}
@media (max-width: 480px) {
  /* line 24, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container.tools-start-box {
    margin-bottom: 12px;
  }
}
/* line 31, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container.tools-start-box .title-header-container {
  margin-bottom: 0px;
  margin-top: 0px;
}
@media (max-width: 480px) {
  /* line 31, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container.tools-start-box .title-header-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
/* line 41, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container.tools-start-box .title-header-container .title-header {
  align-items: center;
}
/* line 45, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container.tools-start-box .title-header-container .number {
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: #ebedfc;
  color: #7480e7;
}
/* line 53, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container.tools-start-box .title-header-container .title {
  font-size: 18px;
  color: #868899;
  text-transform: none;
}
/* line 61, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .title-header-container {
  display: flex;
  margin-bottom: 24px;
  margin-top: 24px;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 480px) {
  /* line 61, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container .title-header-container {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* line 74, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container .title-header-container .subline {
    width: 50%;
  }
}
/* line 79, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .title-header-container .subline {
  margin-top: 8px;
}
/* line 83, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .title-header-container .title-header {
  display: flex;
}
/* line 87, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .title-header-container .number {
  background: #7480e7;
  color: white;
  border-radius: 50%;
  font-weight: 700;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 24px;
  padding-bottom: 2px;
}
/* line 103, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .title-header-container .title {
  font-weight: 600;
  color: #7480e7;
  text-transform: uppercase;
  font-size: 24px;
}
/* line 111, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box {
  display: flex;
  background: white;
  border-radius: 8px;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  /* line 111, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container .start-box {
    flex-direction: column;
    height: auto;
  }
}
/* line 122, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box {
  width: 40%;
  padding: 24px;
}
/* line 126, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box.left {
  width: 20%;
}
@media (max-width: 480px) {
  /* line 126, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container .start-box .start-box-box.left {
    width: 100%;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  /* line 122, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
  .start-container .start-box-container .start-box .start-box-box {
    width: 100%;
  }
}
/* line 139, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box .headline {
  font-weight: 600;
  color: #7480e7;
  text-transform: uppercase;
  margin-bottom: 8px;
}
/* line 146, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box .start-box-item {
  text-indent: -8px;
  margin-left: 16px;
  padding-top: 4px;
}
/* line 151, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box .start-box-item i {
  color: #7480e7;
  margin-right: 4px;
}
/* line 156, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box .start-box-item a {
  font-weight: 600;
  color: #6b7c93;
}
/* line 162, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box.left {
  border-radius: 8px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 169, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box.left .headline {
  height: 150px;
  width: 150px;
  background: #ebedfc;
  color: #7480e7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/* line 181, /Users/pwalls/code/starter-story/app/assets/stylesheets/start.scss */
.start-container .start-box-container .start-box .start-box-box.left img {
  height: 100%;
  width: 100%;
}
