@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: 'LCDBOLD';
  src: url(/assets/LCDBOLD-57da2281c068549eb7215bd549edd657d3d64c3999f7b1733e13b626d7c55d94.ttf) format("truetype"); }
@font-face {
  font-family: 'DOTMATRIX';
  src: url(/assets/dotmatrix-c650c2045e090a07dbe03935c1cba91ff7a77056d2d7ec5972955aacef3c566a.ttf) format("truetype"); }
@font-face {
  font-family: expensivesolutions;
  src: url(/assets/ExpensiveSolutions-a0a3db2df79a180e5c8e7d81e2c251e4d2e4e774bdaf8c228a1fb4ee1a6786eb.ttf) format("truetype"); }
@font-face {
  font-family: 'squaredot';
  src: url(/assets/squaredot-69a9f0671b9e86bf52519ebe54cc6d47bda1cabb8e28226834a7b241a1a32fe8.ttf) format("truetype"); }
@font-face {
  font-family: 'label';
  src: url(/assets/label-3b133458aa296e170d51aa1724c55ff52513456d4b3bf93cc119f19fe7c06cc0.ttf) format("truetype"); }
@font-face {
  font-family: 'spooky';
  src: url(/assets/curse-of-zombie-550300fc91429c49c346a1c43cb2fd7007c42fe9b2caabc813d920f7620ff8c4.ttf) format("truetype"); }
/* Colors */
/* CSS Libraries */
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
:root {
  --blue:#202656;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#D00000;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#37123C;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#202656;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#37123C;
  --warning:#ffc107;
  --danger:#D00000;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:1150px;
  --breakpoint-lg:1235px;
  --breakpoint-xl:1500px;
  --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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
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: transparent; }

@-ms-viewport {
  width: device-width; }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
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: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[tabindex="-1"]:focus {
  outline: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
dt {
  font-weight: 700; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
dfn {
  font-style: italic; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
b, strong {
  font-weight: bolder; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
small {
  font-size: 80%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
sub {
  bottom: -.25em; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
sup {
  top: -.5em; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a {
  color: #202656;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a:hover {
  color: #0056b3;
  text-decoration: underline; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a:not([href]):not([tabindex]):focus {
  outline: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
figure {
  margin: 0 0 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
img {
  vertical-align: middle;
  border-style: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
svg:not(:root) {
  overflow: hidden; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
table {
  border-collapse: collapse; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
th {
  text-align: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
label {
  display: inline-block;
  margin-bottom: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
button {
  border-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
button, input {
  overflow: visible; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
button, select {
  text-transform: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
progress {
  vertical-align: baseline; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
output {
  display: inline-block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
template {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
[hidden] {
  display: none !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h1, h1 {
  font-size: 2.5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h2, h2 {
  font-size: 2rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h3, h3 {
  font-size: 1.75rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h4, h4 {
  font-size: 1.5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.small, small {
  font-size: 80%;
  font-weight: 400; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-inline-item {
  display: inline-block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.blockquote-footer::before {
  content: "\2014 \00A0"; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.figure {
  display: inline-block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.figure-caption {
  font-size: 90%;
  color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a > code {
  color: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .container {
    max-width: 540px; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .container {
    max-width: 720px; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .container {
    max-width: 960px; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .container {
    max-width: 1140px; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-first {
  order: -1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-last {
  order: 13; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-0 {
  order: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-1 {
  order: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-2 {
  order: 2; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-3 {
  order: 3; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-4 {
  order: 4; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-5 {
  order: 5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-6 {
  order: 6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-7 {
  order: 7; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-8 {
  order: 8; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-9 {
  order: 9; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-10 {
  order: 10; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-11 {
  order: 11; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.order-12 {
  order: 12; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-1 {
  margin-left: 8.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-2 {
  margin-left: 16.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-3 {
  margin-left: 25%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-4 {
  margin-left: 33.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-5 {
  margin-left: 41.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-6 {
  margin-left: 50%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-7 {
  margin-left: 58.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-8 {
  margin-left: 66.66667%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-9 {
  margin-left: 75%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-10 {
  margin-left: 83.33333%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-first {
    order: -1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-last {
    order: 13; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-0 {
    order: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-1 {
    order: 1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-2 {
    order: 2; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-3 {
    order: 3; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-4 {
    order: 4; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-5 {
    order: 5; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-6 {
    order: 6; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-7 {
    order: 7; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-8 {
    order: 8; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-9 {
    order: 9; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-10 {
    order: 10; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-11 {
    order: 11; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-sm-12 {
    order: 12; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-first {
    order: -1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-last {
    order: 13; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-0 {
    order: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-1 {
    order: 1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-2 {
    order: 2; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-3 {
    order: 3; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-4 {
    order: 4; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-5 {
    order: 5; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-6 {
    order: 6; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-7 {
    order: 7; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-8 {
    order: 8; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-9 {
    order: 9; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-10 {
    order: 10; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-11 {
    order: 11; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-md-12 {
    order: 12; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-first {
    order: -1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-last {
    order: 13; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-0 {
    order: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-1 {
    order: 1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-2 {
    order: 2; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-3 {
    order: 3; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-4 {
    order: 4; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-5 {
    order: 5; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-6 {
    order: 6; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-7 {
    order: 7; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-8 {
    order: 8; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-9 {
    order: 9; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-10 {
    order: 10; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-11 {
    order: 11; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-lg-12 {
    order: 12; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-first {
    order: -1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-last {
    order: 13; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-0 {
    order: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-1 {
    order: 1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-2 {
    order: 2; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-3 {
    order: 3; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-4 {
    order: 4; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-5 {
    order: 5; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-6 {
    order: 6; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-7 {
    order: 7; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-8 {
    order: 8; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-9 {
    order: 9; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-10 {
    order: 10; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-11 {
    order: 11; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .order-xl-12 {
    order: 12; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.66667%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.33333%; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.66667%; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table .table {
  background-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-sm td, .table-sm th {
  padding: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-bordered {
  border: 1px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-primary:hover {
  background-color: #9fcdff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-success:hover {
  background-color: #b1dfbb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-info:hover {
  background-color: #abdde5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-light:hover {
  background-color: #ececf6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-dark {
  color: #fff;
  background-color: #212529; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-dark.table-bordered {
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 1149.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 1234.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1499.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-responsive > .table-bordered {
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-control {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control::-webkit-input-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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .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.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .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.input-group-text {
  padding-right: 0;
  padding-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-sm > .input-group-append > select.btn: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.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-lg > .input-group-append > select.btn: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.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-group {
  margin-bottom: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-text {
  display: block;
  margin-top: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-label {
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select.is-valid ~ .valid-feedback, .custom-select.is-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, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #D00000;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-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, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn {
  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: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .btn {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn:focus, .btn:hover {
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn.disabled, .btn:disabled {
  opacity: .65; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #202656;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #202656;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-info {
  color: #fff;
  background-color: #37123C;
  border-color: #37123C; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #37123C;
  border-color: #37123C; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #D00000;
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #D00000;
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-primary {
  color: #202656;
  background-color: transparent;
  background-image: none;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #202656;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #202656;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #202656;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-info {
  color: #37123C;
  background-color: transparent;
  background-image: none;
  border-color: #37123C; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-info:hover {
  color: #fff;
  background-color: #37123C;
  border-color: #37123C; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #37123C;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #37123C;
  border-color: #37123C; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-danger {
  color: #D00000;
  background-color: transparent;
  background-image: none;
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D00000;
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D00000;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #D00000;
  border-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #202656;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-block {
  display: block;
  width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-block + .btn-block {
  margin-top: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.fade {
  transition: opacity .15s linear; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .fade {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.collapse:not(.show) {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .collapsing {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-menu-right {
  right: 0;
  left: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-menu.show {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 0 1 auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group > .btn:first-child {
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
  margin-left: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-file {
  display: flex;
  align-items: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-append, .input-group-prepend {
  display: flex; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-prepend {
  margin-right: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-append {
  margin-left: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .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: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-label {
  position: relative;
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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='%23fff' 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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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='%23fff'/%3E%3C/svg%3E"); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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: .25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select::-ms-expand {
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 75%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 125%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range:focus {
  outline: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #202656;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-webkit-slider-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #202656;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-moz-range-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #202656;
  border: 0;
  border-radius: 1rem;
  appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-ms-thumb:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs .nav-item {
  margin-bottom: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-pills .nav-link {
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.tab-content > .active {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none; } }
@media (max-width: 1149.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none; } }
@media (max-width: 1234.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none; } }
@media (max-width: 1499.98px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand .navbar-nav {
  flex-direction: row; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-text a {
  color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-title {
  margin-bottom: .75rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-link:hover {
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-header {
  padding: .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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-deck {
  display: flex;
  flex-direction: column; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-group {
  display: flex;
  flex-direction: column; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group {
    flex-flow: row wrap; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:only-child {
    border-radius: .25rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card: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-img-top {
    border-radius: 0; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .card-columns .card {
    display: inline-block;
    width: 100%; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #202656;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #202656;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge:empty {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-primary {
  color: #fff;
  background-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-success {
  color: #fff;
  background-color: #28a745; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-info {
  color: #fff;
  background-color: #37123C; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-warning {
  color: #212529;
  background-color: #ffc107; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-danger {
  color: #fff;
  background-color: #D00000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-dark {
  color: #fff;
  background-color: #343a40; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .jumbotron {
    padding: 4rem 2rem; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-heading {
  color: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-link {
  font-weight: 700; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-dismissible {
  padding-right: 4rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-primary hr {
  border-top-color: #9fcdff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-primary .alert-link {
  color: #002752; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-secondary hr {
  border-top-color: #c8cbcf; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #202326; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-success hr {
  border-top-color: #b1dfbb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-success .alert-link {
  color: #0b2e13; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-info hr {
  border-top-color: #abdde5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-info .alert-link {
  color: #062c33; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-warning hr {
  border-top-color: #ffe8a1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-warning .alert-link {
  color: #533f03; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-danger hr {
  border-top-color: #f1b0b7; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-danger .alert-link {
  color: #491217; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-light hr {
  border-top-color: #ececf6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-light .alert-link {
  color: #686868; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-dark hr {
  border-top-color: #b9bbbe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #202656;
  transition: width .6s ease; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .progress-bar {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.media {
  display: flex;
  align-items: flex-start; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.media-body {
  flex: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #202656;
  border-color: #202656; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.close:not(:disabled):not(.disabled) {
  cursor: pointer; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-open {
  overflow: hidden; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%); }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (.5rem * 2)); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .modal-sm {
    max-width: 300px; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .modal-lg {
    max-width: 800px; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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: .875rem;
  word-wrap: break-word;
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.tooltip.show {
  opacity: .9; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
  bottom: calc((.5rem + 1px) * -1); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
  border-width: .5rem .5rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
  border-width: .5rem .5rem .5rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
  top: calc((.5rem + 1px) * -1); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
  border-width: 0 .5rem .5rem .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
  border-width: .5rem 0 .5rem .5rem; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.popover-header:empty {
  display: none; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel {
  position: relative; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

@media screen and (prefers-reduced-motion: reduce) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .carousel-item {
    transition: none; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.active.carousel-item-right, .carousel-item-next {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.active.carousel-item-left, .carousel-item-prev {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-prev {
  left: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-next {
  right: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.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 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5); }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: ""; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-indicators .active {
  background-color: #fff; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-top {
  vertical-align: top !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-primary {
  background-color: #202656 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-success {
  background-color: #28a745 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-info {
  background-color: #37123C !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-danger {
  background-color: #D00000 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-dark {
  background-color: #343a40 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-white {
  background-color: #fff !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-0 {
  border: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-right-0 {
  border-right: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-left-0 {
  border-left: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-primary {
  border-color: #202656 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-success {
  border-color: #28a745 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-info {
  border-color: #37123C !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-danger {
  border-color: #D00000 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-dark {
  border-color: #343a40 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.border-white {
  border-color: #fff !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-none {
  display: none !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-inline {
  display: inline !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-block {
  display: block !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-table {
  display: table !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-table-row {
  display: table-row !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-flex {
  display: flex !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-none {
    display: none !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-block {
    display: block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-table {
    display: table !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-flex {
    display: flex !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-none {
    display: none !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-inline {
    display: inline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-block {
    display: block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-table {
    display: table !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-flex {
    display: flex !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-none {
    display: none !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-block {
    display: block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-table {
    display: table !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-flex {
    display: flex !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-none {
    display: none !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-block {
    display: block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-table {
    display: table !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-flex {
    display: flex !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-none {
    display: none !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-inline {
    display: inline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-block {
    display: block !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-table {
    display: table !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-flex {
    display: flex !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .d-print-inline-flex {
    display: inline-flex !important; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-row {
  flex-direction: row !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-column {
  flex-direction: column !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.justify-content-center {
  justify-content: center !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.justify-content-between {
  justify-content: space-between !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.justify-content-around {
  justify-content: space-around !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-items-start {
  align-items: flex-start !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-items-end {
  align-items: flex-end !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-items-center {
  align-items: center !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-items-baseline {
  align-items: baseline !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-items-stretch {
  align-items: stretch !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-content-start {
  align-content: flex-start !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-content-end {
  align-content: flex-end !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-content-center {
  align-content: center !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-content-between {
  align-content: space-between !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-content-around {
  align-content: space-around !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-content-stretch {
  align-content: stretch !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-self-auto {
  align-self: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-self-start {
  align-self: flex-start !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-self-end {
  align-self: flex-end !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-self-center {
  align-self: center !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-self-baseline {
  align-self: baseline !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-row {
    flex-direction: row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-column {
    flex-direction: column !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-sm-center {
    justify-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-sm-start {
    align-items: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-sm-end {
    align-items: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-sm-center {
    align-items: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-sm-start {
    align-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-sm-end {
    align-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-sm-center {
    align-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-sm-between {
    align-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-sm-around {
    align-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-sm-auto {
    align-self: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-sm-start {
    align-self: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-sm-end {
    align-self: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-sm-center {
    align-self: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-row {
    flex-direction: row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-column {
    flex-direction: column !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-md-center {
    justify-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-md-between {
    justify-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-md-around {
    justify-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-md-start {
    align-items: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-md-end {
    align-items: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-md-center {
    align-items: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-md-baseline {
    align-items: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-md-stretch {
    align-items: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-md-start {
    align-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-md-end {
    align-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-md-center {
    align-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-md-between {
    align-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-md-around {
    align-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-md-stretch {
    align-content: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-md-auto {
    align-self: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-md-start {
    align-self: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-md-end {
    align-self: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-md-center {
    align-self: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-md-baseline {
    align-self: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-row {
    flex-direction: row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-column {
    flex-direction: column !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-lg-center {
    justify-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-lg-start {
    align-items: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-lg-end {
    align-items: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-lg-center {
    align-items: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-lg-start {
    align-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-lg-end {
    align-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-lg-center {
    align-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-lg-between {
    align-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-lg-around {
    align-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-lg-auto {
    align-self: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-lg-start {
    align-self: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-lg-end {
    align-self: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-lg-center {
    align-self: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-row {
    flex-direction: row !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-column {
    flex-direction: column !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-xl-center {
    justify-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-xl-start {
    align-items: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-xl-end {
    align-items: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-xl-center {
    align-items: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-xl-start {
    align-content: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-xl-end {
    align-content: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-xl-center {
    align-content: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-xl-between {
    align-content: space-between !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-xl-around {
    align-content: space-around !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-xl-auto {
    align-self: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-xl-start {
    align-self: flex-start !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-xl-end {
    align-self: flex-end !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-xl-center {
    align-self: center !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.float-left {
  float: left !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.float-right {
  float: right !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-sm-left {
    float: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-sm-right {
    float: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-md-left {
    float: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-md-right {
    float: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-md-none {
    float: none !important; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-lg-left {
    float: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-lg-right {
    float: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-xl-left {
    float: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-xl-right {
    float: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .float-xl-none {
    float: none !important; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.position-static {
  position: static !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.position-relative {
  position: relative !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.position-absolute {
  position: absolute !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.position-fixed {
  position: fixed !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.w-25 {
  width: 25% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.w-50 {
  width: 50% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.w-75 {
  width: 75% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.w-100 {
  width: 100% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.w-auto {
  width: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h-25 {
  height: 25% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h-50 {
  height: 50% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h-75 {
  height: 75% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h-100 {
  height: 100% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.h-auto {
  height: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-0 {
  margin: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-0, .my-0 {
  margin-top: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-0, .mx-0 {
  margin-right: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-0, .my-0 {
  margin-bottom: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-0, .mx-0 {
  margin-left: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-3 {
  margin: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-3, .my-3 {
  margin-top: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-3, .mx-3 {
  margin-right: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-3, .mx-3 {
  margin-left: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-5 {
  margin: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-5, .my-5 {
  margin-top: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-5, .mx-5 {
  margin-right: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-5, .mx-5 {
  margin-left: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.p-0 {
  padding: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pt-0, .py-0 {
  padding-top: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pr-0, .px-0 {
  padding-right: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pb-0, .py-0 {
  padding-bottom: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pl-0, .px-0 {
  padding-left: 0 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.p-3 {
  padding: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pt-3, .py-3 {
  padding-top: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pr-3, .px-3 {
  padding-right: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pl-3, .px-3 {
  padding-left: 1rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.p-5 {
  padding: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pt-5, .py-5 {
  padding-top: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pr-5, .px-5 {
  padding-right: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.pl-5, .px-5 {
  padding-left: 3rem !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.m-auto {
  margin: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mt-auto, .my-auto {
  margin-top: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mr-auto, .mx-auto {
  margin-right: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.mb-auto, .my-auto {
  margin-bottom: auto !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-justify {
  text-align: justify !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-left {
  text-align: left !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-right {
  text-align: right !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-sm-left {
    text-align: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-sm-right {
    text-align: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 1150px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-md-left {
    text-align: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-md-right {
    text-align: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 1235px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-lg-left {
    text-align: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-lg-right {
    text-align: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1500px) {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-xl-left {
    text-align: left !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-xl-right {
    text-align: right !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important; } }
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.font-weight-light {
  font-weight: 300 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.font-italic {
  font-style: italic !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-white {
  color: #fff !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-primary {
  color: #202656 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-success {
  color: #28a745 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-info {
  color: #37123C !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-info:focus, a.text-info:hover {
  color: #117a8b !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-danger {
  color: #D00000 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-dark {
  color: #343a40 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-body {
  color: #212529 !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-muted {
  color: #6c757d !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.visible {
  visibility: visible !important; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.invisible {
  visibility: hidden !important; }

@media print {
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  a:not(.btn) {
    text-decoration: underline; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  pre {
    white-space: pre-wrap !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  thead {
    display: table-header-group; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  img, tr {
    page-break-inside: avoid; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  body {
    min-width: 1235px !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .container {
    min-width: 1235px !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .navbar {
    display: none; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .badge {
    border: 1px solid #000; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table {
    border-collapse: collapse !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table td, .table th {
    background-color: #fff !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-dark {
    color: inherit; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }

  /* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
/* Overrides */
/* Panels */
/* line 7, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.panel {
  background-color: white;
  box-shadow: 0px 1px 5px 0px black;
  border: double 3px #202656;
  border-radius: 5px; }

/* Utility */
@media (min-width: 1200px) {
  /* line 16, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .vertical-align-lg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }

  /* line 22, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .zabuto_calendar table {
    height: 450px; } }
@media (min-width: 992px) {
  /* line 27, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .vertical-align-md {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }

  /* line 33, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .zabuto_calendar table {
    height: 450px; } }
@media (min-width: 768px) {
  /* line 38, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .vertical-align-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; } }
@media (max-width: 767px) {
  /* line 46, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .vertical-align-xs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }

  /* line 52, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xs-fill .panel {
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important; }

  /* line 57, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .col-xs-fill {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden; }

  /* line 64, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .btn-xs-fill {
    width: 100%;
    text-align: center; }

  /* line 68, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .xs-padded {
    padding-left: 2px;
    padding-right: 2px; }

  /* line 72, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
  .xs-transparent {
    background-color: transparent;
    border-color: transparent !important; } }
/* line 78, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

/* line 86, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.fill {
  min-height: 100%;
  height: 100%; }

/* line 90, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-fill {
  width: 100%;
  text-align: center; }

/* line 94, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-bottom-margin {
  margin-bottom: 5px; }

/* line 99, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.bg-disabled {
  background-color: lightgrey; }

/* Other */
/* line 104, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 108, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/* line 113, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.col-centered {
  float: none;
  margin: 0 auto; }

/* line 118, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.fixed-table-toolbar .btn-group {
  margin-bottom: -15px; }

/* line 121, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.btn-tight {
  padding: 2px !important; }

/* line 127, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.table-sm {
  font-size: 10pt !important; }

/* line 131, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/bootstrap.min.css */
.alert-outlined {
  background-color: #fafafa; }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
/* line 17, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

/* line 25, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

/* line 29, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

/* line 33, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

/* line 42, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

/* line 52, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown-header-close:hover {
  color: #000000; }

/* line 55, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

/* line 63, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

/* line 66, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

/* line 69, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

/* line 72, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

/* line 76, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

/* line 100, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 103, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

/* line 106, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

/* line 109, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

/* line 112, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

/* line 118, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control {
  position: relative; }

/* line 121, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

/* line 130, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

/* line 136, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

/* line 153, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

/* line 156, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input.full {
  background-color: #ffffff; }

/* line 159, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

/* line 163, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

/* line 167, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

/* line 172, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 179, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

/* line 187, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

/* line 192, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

/* line 198, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

/* line 213, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input > input::-ms-clear {
  display: none; }

/* line 216, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input > input:focus {
  outline: none !important; }

/* line 219, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

/* line 224, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

/* line 234, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

/* line 250, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

/* line 254, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

/* line 260, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

/* line 264, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

/* line 267, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

/* line 272, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

/* line 276, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown .active.create {
  color: #495c68; }

/* line 279, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

/* line 282, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

/* line 287, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

/* line 291, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

/* line 295, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

/* line 308, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

/* line 313, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

/* line 317, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

/* line 320, /var/www/smartypints-website/app/assets/stylesheets/front_end/lib/selectize.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/* Gems */
/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
/* line 8, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left; }

/* line 13, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right; }

/* line 17, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 25, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

/* line 38, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff; }

/* line 42, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

/* line 48, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

/* line 52, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3; }

/* line 56, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

/* line 61, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

/* line 66, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* line 71, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

/* line 76, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-disabled-day {
  /* themed */
  background-image: none; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 84, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 110, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative; }

/* line 114, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

/* line 121, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

/* line 128, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

/* line 134, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

/* line 140, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

/* line 146, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

/* line 152, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

/* line 158, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 168, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
/* line 186, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

/* line 188, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid; }

/* line 192, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

/* line 197, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
/* line 204, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 216, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 231, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

/* line 239, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear; }

/* line 249, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 256, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 267, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 276, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

/* line 281, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 289, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

/* line 294, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

/* line 298, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

/* line 302, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer; }

/* line 306, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

/* line 311, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
/* line 318, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

/* line 323, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
/* line 330, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 338, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px; }

/* line 343, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

/* line 350, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both; }

/* line 354, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* line 365, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

/* line 369, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 377, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

/* line 386, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center; }

/* line 390, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

/* line 398, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 406, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto] {
  cursor: pointer; }

/* line 410, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 418, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

/* line 424, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

/* line 434, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 442, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative; }

/* line 446, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
/* line 452, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

/* line 457, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

/* line 462, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

/* line 467, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

/* line 472, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 481, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

/* line 487, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5; }

/* line 491, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

/* line 501, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 511, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
/* line 516, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 526, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

/* line 536, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 542, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

/* line 549, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

/* line 554, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

/* line 559, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

/* line 565, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
/* line 572, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
/* line 579, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  display: none; }

/* line 583, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
/* line 591, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 608, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

/* line 613, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 622, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 634, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 643, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 655, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
/* line 662, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
/* line 670, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
/* line 678, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
/* line 693, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
/* line 699, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 711, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

/* line 716, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

/* line 720, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

/* line 734, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

/* line 739, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
/* line 746, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
/* line 752, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 763, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

/* line 770, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline; }

/* line 774, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
/* line 780, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

/* line 784, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px; }

/* line 789, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 797, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 806, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 821, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center; }

/* line 825, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

/* line 829, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

/* line 833, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left; }

/* line 837, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right; }

/* line 841, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
/* line 846, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
/* line 852, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
/* line 858, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
/* line 864, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative; }

/* line 868, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

/* line 873, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3; }

/* line 877, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

/* line 882, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 892, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box; }

/* line 900, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 913, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

/* line 919, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 925, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden; }

/* line 929, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
/* line 938, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

/* line 942, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

/* line 947, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

/* line 952, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

/* line 953, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

/* line 955, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

/* line 956, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

/* line 958, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
/* line 967, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number {
  text-align: center; }

/* line 971, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 981, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

/* line 986, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

/* line 990, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 998, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

/* line 1004, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right; }

/* line 1008, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left; }

/* line 1012, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 1020, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

/* line 1026, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

/* line 1030, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

/* line 1034, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid > .fc-bg {
  z-index: 1; }

/* line 1038, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

/* line 1044, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

/* line 1048, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
/* line 1058, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

/* line 1063, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

/* line 1068, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

/* line 1073, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

/* line 1078, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

/* line 1082, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 1091, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

/* line 1096, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

/* line 1100, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 1108, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

/* line 1112, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 1123, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

/* line 1127, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

/* line 1131, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

/* line 1137, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1147, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 1157, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1174, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

/* line 1178, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

/* line 1184, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

/* line 1188, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

/* line 1192, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

/* line 1197, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
/* line 1204, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

/* line 1209, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

/* line 1216, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

/* line 1220, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

/* line 1224, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

/* line 1228, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
/* line 1235, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

/* line 1248, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
/* line 1254, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1274, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
/* line 1282, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

/* line 1286, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* line 1294, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
/* line 1309, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
/* line 1318, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

/* line 1322, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
/* line 1329, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

/* line 1333, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

/* line 1338, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
/* line 1344, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading {
  border-bottom-width: 1px; }

/* line 1348, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading td {
  font-weight: bold; }

/* line 1352, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-main {
  float: left; }

/* line 1353, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-alt {
  float: right; }

/* line 1355, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-main {
  float: right; }

/* line 1356, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
/* line 1360, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

/* line 1364, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item:hover td {
  background-color: #f5f5f5; }

/* line 1368, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
/* line 1375, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

/* line 1376, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

/* line 1378, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

/* line 1384, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
/* line 1391, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 1399, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

/* line 1405, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/* line 1411, /var/www/smartypints-website/vendor/bundle/ruby/2.6.0/gems/fullcalendar-rails-3.4.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/* Model/Page specific CSS*/
/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
.team {
  /* Team Search (Index) */ }
  /* line 5, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
  .team .team-login-field input[type='number'] {
    -moz-appearance: textfield; }
  /* line 9, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
  .team .team-login-field input::-webkit-outer-spin-button,
  .team .team-login-field input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  /* line 13, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
  .team .team-login-field input[type=text], .team .team-login-field input[type=number], .team .field select {
    width: 100%; }
  /* line 16, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
  .team .team-login-actions {
    width: 100%;
    text-align: right; }
  @media (max-width: 768px) {
    /* line 24, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
    .team #team_search_wrapper #team_search_filter {
      text-align: left;
      width: 100%; }
    /* line 28, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
    .team #team_search_wrapper #team_search_filter input {
      width: 100%;
      float: right; }
    /* line 32, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
    .team #team_search_wrapper #team_search_filter label {
      width: 100%; } }

/* line 39, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
.scoreboard-badge i {
  text-shadow: 2px 2px 3px black;
  font-size: 3.5em; }

/* line 44, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
#team_search .scoreboard-badge i {
  text-shadow: 2px 2px 3px black;
  font-size: 1em; }

/* line 49, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
.team-search-loader {
  width: 100%;
  text-align: center; }

/* line 53, /var/www/smartypints-website/app/assets/stylesheets/front_end/teams.css.scss */
.team-search-loader span {
  font-size: 1.5em;
  margin-left: 0.5em; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.card-header-scoreboard, .card-body-scoreboard {
  background-color: #325151;
  color: white;
  font-size: 0.5rem; }

/* line 7, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.card-title-scoreboard-wrapper {
  /*margin-left:0;*/
  /*padding-left:5px;*/ }

/* line 11, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.card-title-scoreboard, .card-title-scoreboard:hover {
  color: white;
  background-color: unset;
  font-size: 1.5rem;
  /*margin:0;*/
  font-family: monospace;
  font-weight: normal;
  text-decoration: underline; }

/* line 22, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard {
  font-family: squaredot;
  text-transform: capitalize; }

/* line 26, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard a {
  color: unset;
  text-decoration: none; }

/* line 30, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard a:hover {
  opacity: 0.8; }

/* line 34, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard tr {
  background-color: #000;
  line-height: 1; }

/* line 40, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard td, .table-scoreboard th {
  z-index: 10;
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background: url(/assets/scoreboard_bg-32b89871edd482631955504ada43635ea31b4218d43881130bf6fcf7a17050d3.png);
  font-size: 1.5rem;
  background-size: 1.5rem; }

/* line 52, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard th {
  border: solid 0.5vw #325151;
  border-bottom: solid 0.5vw #325151 !important;
  color: white;
  font-weight: normal; }

/* line 59, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
.table-scoreboard td {
  border: solid 0.5vw #444444;
  color: #D8D805; }

@media (max-width: 768px) {
  /* line 66, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
  .table-scoreboard .placing {
    /*display:none;*/ }

  /* line 69, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
  .table-scoreboard td.team_name {
    /*       max-width: 150px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/ }

  /* line 76, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
  .table-scoreboard td, .table-scoreboard th {
    font-size: 1rem;
    background-size: 1rem;
    border-bottom: solid 1vw #444444; }

  /* line 81, /var/www/smartypints-website/app/assets/stylesheets/front_end/scores.css.scss */
  .card-title-scoreboard, .card-title-scoreboard:hover {
    font-size: 1rem; } }
/* line 2, /var/www/smartypints-website/app/assets/stylesheets/front_end/pricing.css.scss */
.pricing .price {
  background-color: gainsboro; }
  /* line 4, /var/www/smartypints-website/app/assets/stylesheets/front_end/pricing.css.scss */
  .pricing .price h1 {
    color: #FFCE57;
    font-weight: bold;
    text-align: right;
    font-size: 2.5em;
    margin-top: 1em;
    text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000; }
    /* line 15, /var/www/smartypints-website/app/assets/stylesheets/front_end/pricing.css.scss */
    .pricing .price h1 small {
      text-shadow: none;
      color: grey;
      font-size: 0.55em; }

/* line 1, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .75rem; }

/* line 9, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
form {
  width: 100%; }

/* line 13, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
form .btn {
  font-size: 80%;
  border-radius: 1rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s; }

/* line 22, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group {
  position: relative;
  margin-bottom: 1rem; }

/* line 27, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input {
  height: auto;
  border-radius: 1rem; }

/* line 32, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x); }

/* line 37, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out; }

/* line 52, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input::-webkit-input-placeholder {
  color: transparent; }

/* line 56, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input:-ms-input-placeholder {
  color: transparent; }

/* line 60, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input::-ms-input-placeholder {
  color: transparent; }

/* line 64, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input::-moz-placeholder {
  color: transparent; }

/* line 68, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input::-webkit-input-placeholder {
  color: transparent; }
.form-label-group input:-ms-input-placeholder {
  color: transparent; }
.form-label-group input::-ms-input-placeholder {
  color: transparent; }
.form-label-group input::placeholder {
  color: transparent; }

/* line 72, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3); }

/* line 77, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777; }

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  /* line 90, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
  .form-label-group > label {
    display: none; }

  /* line 93, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
  .form-label-group input::-ms-input-placeholder {
    color: #777; } }
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 103, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
  .form-label-group > label {
    display: none; }

  /* line 106, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
  .form-label-group input:-ms-input-placeholder {
    color: #777; } }
/* line 112, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-icon {
  font-size: 2em; }

/* Social Colors */
/* line 125, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-facebook {
  color: white;
  background-color: #3b5998; }

/* line 129, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-facebook:hover {
  color: white;
  background-color: #4c70ba; }

/* line 133, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-google {
  color: white;
  background-color: #ea4335; }

/* line 137, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-google:hover {
  color: white;
  background-color: #ef6e63; }

/* line 141, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-twitch {
  color: white;
  background-color: #6441A4; }

/* line 145, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-twitch:hover {
  color: white;
  background-color: #7d5abe; }

/* line 149, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-discord {
  color: white;
  background-color: #7289DA; }

/* line 153, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-discord:hover {
  color: white;
  background-color: #9aabe5; }

/* line 157, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-twitter {
  color: white;
  background-color: #1DA1F2; }

/* line 161, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-twitter:hover {
  color: white;
  background-color: #4db5f5; }

/* line 165, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-instagram {
  color: white;
  background-color: #517fa4; }

/* line 169, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.btn-instagram:hover {
  color: white;
  background-color: #7098b8; }

/* line 178, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-color-google {
  color: #ea4335; }

/* line 181, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-color-facebook {
  color: #3b5998; }

/* line 184, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-color-twitter {
  color: #1DA1F2; }

/* line 187, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-color-twitch {
  color: #6441A4; }

/* line 190, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-color-discord {
  color: #7289DA; }

/* line 193, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-color-instagram {
  color: #517fa4; }

/* line 196, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-background-color-google {
  background-color: #ea4335; }

/* line 199, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-background-color-facebook {
  background-color: #3b5998; }

/* line 202, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-background-color-twitter {
  background-color: #1DA1F2; }

/* line 205, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-background-color-twitch {
  background-color: #6441A4; }

/* line 208, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-background-color-discord {
  background-color: #7289DA; }

/* line 211, /var/www/smartypints-website/app/assets/stylesheets/front_end/social.css.scss */
.social-background-color-instagram {
  background-color: #517fa4; }

/* 
    Include the scoreboard CSS file 
    for team name previews on the edit 
    team page
*/
/* Colors */
/* Scoreboard Flair */
/* line 31, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-red > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-red > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: #FFB1B0; }

/* line 36, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-orange > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-orange > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: #FFDFBE; }

/* line 41, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-yellow > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-yellow > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: #FFFFBF; }

/* line 46, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-green > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-green > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: #B4F0A7; }

/* line 51, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-blue > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-blue > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: #A9D1F7; }

/* line 56, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-violet > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-violet > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: #CC99FF; }

/* line 61, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-white > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-white > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: white; }

/* line 66, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-color-default > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground,
.flair-accent-default > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > span > span.cell_character:nth-child(odd) {
  color: yellow; }

/* background Colors */
/* line 72, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-red > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #71322a; }

/* line 75, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-orange > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #84512a; }

/* line 78, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-yellow > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #564d20; }

/* line 81, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-green > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #1e4e37; }

/* line 84, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-blue > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #2d4569; }

/* line 87, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-violet > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #593c88; }

/* line 90, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-background-default > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  color: #222; }

/* special text gradients */
/* line 97, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-rainbow > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(90deg, #ff8484, Orange, Yellow, #4a834a, #8383f8, #ca81ff, Violet);
  background-size: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 104, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-silver > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(90deg, darkgrey, grey, silver, white, white, silver, grey, darkgrey);
  background-size: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 111, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-gold > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(90deg, white, gold, darkgoldenrod, gold, white);
  background-size: 50% 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 118, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-canada > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(90deg, red, white, white, red);
  background-size: 20%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 125, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-usa > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(150deg, red, white, blue);
  background-size: 20%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 132, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-campino > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(150deg, indigo, white, indigo);
  background-size: 20%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 139, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-icy > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(150deg, #6b6bff, white, #6b6bff, white, #6b6bff);
  background-size: 20%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local; }

/* line 147, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-special-color-ghostly > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: repeating-linear-gradient(100deg, transparent, transparent, white, white, white, white);
  background-size: 20%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local;
  -webkit-animation: gradientdrift 5s linear infinite;
          animation: gradientdrift 5s linear infinite; }

/* special effects */
/* line 158, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-beam > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  -webkit-animation: beam 0.5s linear infinite;
          animation: beam 0.5s linear infinite; }

/* line 161, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-dancing-caps > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  text-transform: lowercase;
  -webkit-animation: cap-pulse 1.5s linear infinite;
          animation: cap-pulse 1.5s linear infinite; }

/* line 165, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-slow-pulse > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  -webkit-animation: flicker 2s linear infinite;
          animation: flicker 2s linear infinite; }

/* line 168, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-fast-pulse > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  -webkit-animation: flicker 0.5s linear infinite;
          animation: flicker 0.5s linear infinite; }

/* line 171, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-special-color-drift > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  -webkit-animation: gradientdrift 2s linear infinite;
          animation: gradientdrift 2s linear infinite; }

/* line 174, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-color-spin > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground {
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local;
  -webkit-animation: hue 0.5s infinite linear; }

/* line 181, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-background-spin > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_background {
  background-image: -webkit-linear-gradient(92deg, #5a2211, #724f1e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-attachment: local;
  -webkit-animation: hue 0.5s infinite linear; }

/* line 188, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-upside-down > div.scoreboard_column.scoreboard_team_column .scoreboard_cell {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(360deg); } }
@-webkit-keyframes cap-pulse {
  0% {
    text-transform: lowercase; }
  10% {
    text-transform: uppercase; }
  20% {
    text-transform: lowercase; }
  60% {
    text-transform: uppercase; }
  70% {
    text-transform: lowercase; }
  80% {
    text-transform: uppercase; } }
@keyframes cap-pulse {
  0% {
    text-transform: lowercase; }
  10% {
    text-transform: uppercase; }
  20% {
    text-transform: lowercase; }
  60% {
    text-transform: uppercase; }
  70% {
    text-transform: lowercase; }
  80% {
    text-transform: uppercase; } }
@-webkit-keyframes gradientdrift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 50% 50%; }
  100% {
    background-position: 100% 50%; } }
@keyframes gradientdrift {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 50% 50%; }
  100% {
    background-position: 100% 50%; } }
@-webkit-keyframes flicker {
  50% {
    opacity: 0.5; } }
@keyframes flicker {
  50% {
    opacity: 0.5; } }
@-webkit-keyframes beam {
  25% {
    text-decoration: overline;
    -webkit-text-decoration-color: #52c1e6;
            text-decoration-color: #52c1e6; }
  50% {
    text-decoration: line-through;
    -webkit-text-decoration-color: lightblue;
            text-decoration-color: lightblue; }
  75% {
    text-decoration: underline;
    -webkit-text-decoration-color: lightblue;
            text-decoration-color: lightblue; } }
@keyframes beam {
  25% {
    text-decoration: overline;
    -webkit-text-decoration-color: #52c1e6;
            text-decoration-color: #52c1e6; }
  50% {
    text-decoration: line-through;
    -webkit-text-decoration-color: lightblue;
            text-decoration-color: lightblue; }
  75% {
    text-decoration: underline;
    -webkit-text-decoration-color: lightblue;
            text-decoration-color: lightblue; } }
/* Icons */
/* line 225, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-smile > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: ":) ";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 230, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-frown > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: ":( ";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 235, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-wink > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: ";) ";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 240, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-cry > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: ":'( ";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 245, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-tounge > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: ":P ";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 250, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-hash > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "#";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 255, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-xxx > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "xXx ";
  color: white !important;
  text-transform: none !important;
  -webkit-text-fill-color: white !important; }

/* line 261, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-xxx > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: " xXx";
  color: white !important;
  text-transform: none !important;
  -webkit-text-fill-color: white !important; }

/* line 267, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-quote > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before,
.flair-icon-quote > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: "\"";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 273, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-question > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: "?";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 278, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-exclaim > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: "!";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 283, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-happy-man > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\\(^-^)/ ";
  color: white !important;
  -webkit-text-fill-color: white !important; }

/* line 288, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-snail > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: " __@_'_' ";
  color: #5a371b !important;
  -webkit-text-fill-color: white !important;
  animation: snail 30s linear forwards !important;
  -webkit-animation: snail 30s linear forwards !important; }

@-webkit-keyframes snail {
  0% {
    content: "\00a0__@_'_'"; }
  5% {
    content: "\00a0\00a0\00a0_@_'_'"; }
  10% {
    content: "\00a0\00a0\00a0\00a0__@_'_'"; }
  15% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  20% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  25% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  30% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  35% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  40% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  45% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  50% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  55% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  60% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  65% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  70% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  75% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  80% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  85% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  90% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  95% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  100% {
    content: ""; } }

@keyframes snail {
  0% {
    content: "\00a0__@_'_'"; }
  5% {
    content: "\00a0\00a0\00a0_@_'_'"; }
  10% {
    content: "\00a0\00a0\00a0\00a0__@_'_'"; }
  15% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  20% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  25% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  30% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  35% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  40% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  45% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  50% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  55% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  60% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  65% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  70% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  75% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  80% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  85% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  90% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0__@_'_'"; }
  95% {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0_@_'_'"; }
  100% {
    content: ""; } }
/* line 322, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-crabman > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\\/|' ^'|\\/ ";
  color: red !important;
  animation: crabman 5s linear infinite !important;
  -webkit-animation: crabman 5s linear infinite !important; }

@-webkit-keyframes crabman {
  0% {
    content: "\\/|' ^'|\\/ "; }
  10% {
    content: "\\/|'^ '|\\/ "; }
  20% {
    content: "\\/|' ^'|\\/ "; }
  30% {
    content: "\\/|' ^'|\\/ "; }
  40% {
    content: "\\/|' ^'|\\/ "; }
  50% {
    content: "\00a0V|' ^'|\00a0V\00a0 "; }
  60% {
    content: "\\/|' ^'|\\/ "; }
  70% {
    content: "\00a0V|' ^'|\00a0V\00a0 "; }
  80% {
    content: "\\/|' ^'|\\/ "; }
  90% {
    content: "\\/|' ^'|\\/ "; }
  100% {
    content: "\\/|' ^'|\\/ "; } }

@keyframes crabman {
  0% {
    content: "\\/|' ^'|\\/ "; }
  10% {
    content: "\\/|'^ '|\\/ "; }
  20% {
    content: "\\/|' ^'|\\/ "; }
  30% {
    content: "\\/|' ^'|\\/ "; }
  40% {
    content: "\\/|' ^'|\\/ "; }
  50% {
    content: "\00a0V|' ^'|\00a0V\00a0 "; }
  60% {
    content: "\\/|' ^'|\\/ "; }
  70% {
    content: "\00a0V|' ^'|\00a0V\00a0 "; }
  80% {
    content: "\\/|' ^'|\\/ "; }
  90% {
    content: "\\/|' ^'|\\/ "; }
  100% {
    content: "\\/|' ^'|\\/ "; } }
/* line 342, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-sleepy > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: " zzz...";
  color: white !important;
  animation: sleepy 2s linear infinite !important;
  -webkit-animation: sleepy 2s linear infinite !important;
  text-transform: none !important; }

@-webkit-keyframes sleepy {
  0% {
    content: " zzz..."; }
  20% {
    content: " Zzz..."; }
  40% {
    content: " zZz..."; }
  60% {
    content: " zzZ..."; }
  80% {
    content: " zzz..."; }
  100% {
    content: " zzz..."; } }

@keyframes sleepy {
  0% {
    content: " zzz..."; }
  20% {
    content: " Zzz..."; }
  40% {
    content: " zZz..."; }
  60% {
    content: " zzZ..."; }
  80% {
    content: " zzz..."; }
  100% {
    content: " zzz..."; } }
/* line 358, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-terminal > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::after {
  content: "_";
  color: white !important;
  animation: terminal 1s linear infinite !important;
  -webkit-animation: terminal 1s linear infinite !important;
  text-transform: none !important; }

@-webkit-keyframes terminal {
  0% {
    content: ""; }
  50% {
    content: "_"; }
  100% {
    content: ""; } }

@keyframes terminal {
  0% {
    content: ""; }
  50% {
    content: "_"; }
  100% {
    content: ""; } }
/* line 371, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-heart > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/heart_2.png");
  background-size: 66%; }

/* line 379, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-pumpkin > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/pumpkin_2.png");
  background-size: 66%; }

/* line 387, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-ghost > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/ghost_2.png");
  background-size: 66%; }

/* line 395, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-christmas-tree > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/christmas_tree_2.png");
  background-size: 66%; }

/* line 403, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-menorah > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/menorah_3.png");
  background-size: 95%; }

/* line 411, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-snowflakes > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/snowflakes_2.png");
  background-size: 66%; }

/* line 419, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-candycanes > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/candycanes_2.png");
  background-size: 66%; }

/* line 427, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-ufo > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/ufo_2.png");
  background-size: 66%; }

/* line 435, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-mothership > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/ufo_3.png");
  background-size: 95%; }

/* line 443, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-pride > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/pride_2.png");
  background-size: 66%; }

/* line 451, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-rainbow > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/rainbow_3.png");
  background-size: 95%; }

/* line 459, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-icon-eggplant > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/eggplant_2.png");
  background-size: 66%; }

/* line 470, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-highlander > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text::before {
  content: "\00a0\00a0\00a0";
  color: white !important;
  -webkit-text-fill-color: white !important;
  background-repeat: no-repeat;
  background-image: url("/assets/scoreboard_icons/sword_3.png");
  background-size: 100%; }

/* line 479, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-highlander > div.scoreboard_column.scoreboard_team_column > div > div.scoreboard_cell_foreground > .scoreboard_team_text {
  -webkit-animation: lightning 6s linear infinite;
          animation: lightning 6s linear infinite;
  color: white; }

/* line 483, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.flair-effect-highlander > div.scoreboard_column.scoreboard_team_column .scoreboard_cell {
  background-image: url("/assets/scoreboard_icons/lightning.png");
  -webkit-animation: lightning 6s linear infinite;
          animation: lightning 6s linear infinite;
  background-repeat: repeat;
  background-size: 100% 600%;
  background-color: #031323; }

@-webkit-keyframes lightning {
  0% {
    background-image: none;
    color: white;
    text-shadow: none; }
  20% {
    background-image: none;
    color: white;
    text-shadow: none; }
  21% {
    background-image: url(/assets/scoreboard_icons/lightning.png);
    color: lightblue;
    text-shadow: 0px 0px 150px #5d92d3; }
  30% {
    background-image: none;
    color: white;
    text-shadow: none; }
  60% {
    background-image: none;
    color: white;
    text-shadow: none; }
  61% {
    background-image: url(/assets/scoreboard_icons/lightning.png);
    color: lightblue;
    text-shadow: 0px 0px 150px #7B96B8; }
  70% {
    background-image: none;
    color: white;
    text-shadow: none; }
  100% {
    background-image: none;
    color: white;
    text-shadow: none; } }

@keyframes lightning {
  0% {
    background-image: none;
    color: white;
    text-shadow: none; }
  20% {
    background-image: none;
    color: white;
    text-shadow: none; }
  21% {
    background-image: url(/assets/scoreboard_icons/lightning.png);
    color: lightblue;
    text-shadow: 0px 0px 150px #5d92d3; }
  30% {
    background-image: none;
    color: white;
    text-shadow: none; }
  60% {
    background-image: none;
    color: white;
    text-shadow: none; }
  61% {
    background-image: url(/assets/scoreboard_icons/lightning.png);
    color: lightblue;
    text-shadow: 0px 0px 150px #7B96B8; }
  70% {
    background-image: none;
    color: white;
    text-shadow: none; }
  100% {
    background-image: none;
    color: white;
    text-shadow: none; } }
/* line 535, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard_overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  opacity: 1.0;
  background-color: transparent; }

/* line 546, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard_container {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 95%;
  padding: 0.5%;
  box-shadow: 5px 5px 10px 5px black;
  background-color: darkslategrey;
  border-radius: 10px; }

/* line 557, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard {
  height: 100%;
  width: 100%;
  font-size: 5vmin;
  font-family: squaredot; }

/* line 565, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_row {
  width: 100%; }

/* line 568, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_column {
  float: left; }

/* line 571, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_header_column {
  text-align: left;
  overflow: hidden;
  width: 100%;
  font-size: 5vmin; }

/* line 577, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_placing_column {
  text-align: left;
  overflow: hidden;
  width: 10%; }

/* line 583, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_team_column {
  text-align: left;
  overflow: hidden;
  width: 68%;
  text-transform: capitalize; }

/* line 589, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_score_column {
  text-align: left;
  overflow: hidden;
  width: 15%; }

/* line 595, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_level_column {
  text-align: left;
  overflow: hidden;
  width: 7%; }

/* line 601, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_cell {
  /*border:solid 1vmin #444;*/
  border: solid 0.21em #444; }

/* line 607, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_cell {
  position: relative;
  overflow: hidden;
  background-color: black; }

/* line 612, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_cell_background {
  color: #222; }

/* line 616, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_cell_foreground {
  color: yellow;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  white-space: nowrap; }

/* line 625, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_cell.light_border {
  border: solid 1vmin darkslategray; }

/* line 629, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_header_text {
  color: lightgrey; }

/* line 632, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_title_text {
  color: white; }

/* line 636, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_team_text.clearing::after {
  content: " ";
  color: white; }

/* line 640, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_team_text.writing::after {
  content: "";
  color: white; }

/* line 644, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_team_text.clearing::before {
  content: "";
  color: white; }

/* line 648, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_team_text.writing::before {
  content: "";
  color: white; }

/* line 663, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard .full .scoreboard_team_column .scoreboard_cell_foreground::before {
  color: white;
  content: " "; }

/* line 668, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard .full .scoreboard_team_column .scoreboard_cell_foreground::after {
  color: white;
  content: ""; }

/* line 672, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard .hidden .scoreboard_team_column {
  text-align: center; }

/* line 678, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard .hidden .scoreboard_team_column .scoreboard_cell_foreground::before {
  content: "----- Hidden -----";
  color: white; }

/* line 682, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard .hidden .scoreboard_level_column .scoreboard_cell_foreground::before {
  content: "--";
  color: white; }

/* line 686, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#scoreboard .hidden .scoreboard_team_column .scoreboard_cell_foreground::after {
  content: ""; }

/* line 691, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_badge {
  height: 5vmin;
  float: right;
  display: inline-table;
  font-size: unset;
  border-left: solid 0.21em #444;
  display: none; }

/* line 704, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#infobar_container {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: -2; }

/* line 713, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
#infobar {
  height: 100%;
  width: 99%;
  margin: auto;
  background-color: black;
  border: solid thick #444; }

/* line 720, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_marquee {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 5%;
  border: solid thick darkgray;
  background-color: black;
  font-size: 5vmin;
  font-family: squaredot;
  border-radius: 5px;
  width: 90%;
  z-index: -1;
  box-shadow: 10px 10px 10px 10px black;
  color: tomato;
  text-align: center; }

/* line 738, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_marquee_container {
  overflow: hidden;
  position: relative;
  border: solid thick #444;
  padding: 0.5vmin; }

/* line 746, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_marquee_text {
  width: 100%;
  overflow: hidden;
  color: white;
  position: absolute;
  left: 0.5vmin;
  top: 0.5vmin; }

/* line 754, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard_marquee_background {
  overflow: hidden;
  color: #1B1B1B; }

/* line 760, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard-flair-preview {
  font-size: 4vh !important;
  height: 12.5vh;
  top: 55px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  background-color: white;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: solid thin grey; }

/* line 776, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard-flair-preview .scoreboard_column.scoreboard_team_column {
  width: 100%; }

/* line 779, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard-flair-preview .scoreboard_cell_background, .scoreboard-flair-preview .scoreboard_cell_foreground {
  overflow: hidden;
  overflow-wrap: initial; }

/* line 782, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.scoreboard-flair-preview .scoreboard_cell_foreground, .scoreboard-flair-preview .scoreboard_cell_background {
  padding-left: 10px;
  padding-right: 10px; }

/* line 785, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.btn-group-flair .btn {
  border-radius: 16px !important;
  margin-right: 0.5em;
  margin-bottom: 1em; }

/* line 790, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.btn-group-flair {
  display: contents; }

/* line 794, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.btn-group-flair.disabled .btn, .btn.disabled {
  opacity: 0.5; }

/* line 797, /var/www/smartypints-website/app/assets/stylesheets/presenter/_scoreboard.scss */
.btn-group-flair.disabled .btn:hover, .btn.disabled:hover {
  cursor: not-allowed; }

/* Site Wide CSS */
/*==================================*/
/* Header */
/* line 3, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.header img {
  max-height: 120px; }
/* line 6, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.header b {
  font-size: 2vh; }

/* Events Calendar */
/* line 14, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .event {
  text-decoration: underline; }
/* line 17, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .day {
  font-weight: bold;
  border-radius: 5px;
  color: grey; }
/* line 22, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .badge {
  width: 75%;
  padding: 5px;
  text-align: center; }
/* line 27, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .scheduled .badge {
  background-color: navy !important; }
/* line 30, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .in_progress .badge {
  background-color: crimson !important; }
/* line 33, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .complete .badge {
  background-color: grey !important; }
/* line 37, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .legend_scheduled {
  background-color: navy; }
/* line 40, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .legend_in_progress {
  background-color: crimson; }
/* line 43, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .legend_complete {
  background-color: grey; }
/* line 47, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .legend span {
  color: black !important; }
/* line 51, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .today {
  background-color: wheat; }
/* line 54, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .legend_today {
  background-color: wheat; }
/* line 57, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.calendar .fc-event-container {
  cursor: pointer; }

/* Nav Bar */
/* line 63, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.navbar {
  background-color: #202656;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 20px; }
  /* line 69, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  /* line 72, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
  .navbar .navbar-nav > li > a {
    color: white;
    font-weight: bold;
    background-color: transparent; }
  /* line 77, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
  .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
    background-color: transparent; }
  /* line 80, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
  .navbar .nav > li > a:hover {
    color: #FFCE57;
    background-color: transparent; }
  /* line 84, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
  .navbar .navbar-brand {
    color: white; }

/* line 91, /var/www/smartypints-website/app/assets/stylesheets/front_end/fixtures.css.scss */
.alert h2 {
  font-size: 1rem; }

/* Background */
/* line 65, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
body {
  background-color: #231B19;
  background: url("/assets/spring-set-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  color: #000718; }

/* line 75, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.affix {
  top: 50px;
  right: 0;
  position: fixed; }

/* Loading Gears */
/* line 82, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.loading_div_content {
  display: none; }

/* line 83, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.loading_div_placeholder {
  display: block;
  position: absolute;
  z-index: 100;
  background-color: white;
  width: 85%;
  margin: 0;
  padding: 0;
  height: 97%;
  padding-top: 10%; }

/* Back to Top Button (mobile only) */
/* line 96, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.back-to-top {
  opacity: 0.75;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  display: none; }

/* line 107, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.fa-large-inset {
  font-size: 2.75em;
  line-height: 1.8em;
  color: rgba(32, 38, 86, 0.75);
  /*color: rgba(32,38,86,0.75);*/
  /*text-shadow: 1px 4px 6px #FFF, 0 0 0 #000, 1px 4px 6px #FFF;*/
  text-shadow: 1px 2px 13px #FFF, 0px 0px 0px #000, -20px 6px 0px #FFF; }

/* line 117, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.btn-link {
  cursor: pointer !important; }

/* line 120, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.btn-link * {
  text-decoration: none !important; }

/* line 123, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.btn-link *:hover {
  text-decoration: none !important; }

/* line 126, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.btn-warning {
  color: white;
  background-color: darkgoldenrod; }

/* line 131, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.card-header-link {
  cursor: pointer !important; }

/* line 134, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.card-header-link * {
  text-decoration: none !important; }

/* line 137, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.card-header-link *:hover {
  text-decoration: none !important; }

/* Extra colors */
/* line 142, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.text-gold {
  color: darkgoldenrod; }

/* line 145, /var/www/smartypints-website/app/assets/stylesheets/front_end/application.css.scss */
.text-bold {
  font-weight: bold; }
