/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
h1 > a:not(.btn),
h2 > a:not(.btn),
h3 > a:not(.btn),
h4 > a:not(.btn),
h5 > a:not(.btn),
h6 > a:not(.btn),
p > a:not(.btn),
li > a:not(.btn),
blockquote > a:not(.btn),
label > a:not(.btn),
h1 small > a:not(.btn),
h2 small > a:not(.btn),
h3 small > a:not(.btn),
h4 small > a:not(.btn),
h5 small > a:not(.btn),
h6 small > a:not(.btn),
p small > a:not(.btn),
li small > a:not(.btn),
blockquote small > a:not(.btn),
label small > a:not(.btn) {
  color: #14acc2;
  border-bottom: 1px solid #000;
}
h1 > a:not(.btn):hover,
h2 > a:not(.btn):hover,
h3 > a:not(.btn):hover,
h4 > a:not(.btn):hover,
h5 > a:not(.btn):hover,
h6 > a:not(.btn):hover,
p > a:not(.btn):hover,
li > a:not(.btn):hover,
blockquote > a:not(.btn):hover,
label > a:not(.btn):hover,
h1 small > a:not(.btn):hover,
h2 small > a:not(.btn):hover,
h3 small > a:not(.btn):hover,
h4 small > a:not(.btn):hover,
h5 small > a:not(.btn):hover,
h6 small > a:not(.btn):hover,
p small > a:not(.btn):hover,
li small > a:not(.btn):hover,
blockquote small > a:not(.btn):hover,
label small > a:not(.btn):hover {
  text-decoration: none;
  color: #000;
}
blockquote {
  border-left: 3px solid #e4e4e4;
  padding-left: 20px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.95;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #5b0218;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
.modal .modal-content .modal-footer.no-border {
  border-top: 0px;
  padding-top: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  margin: 0;
}
#page-wrap {
  height: 100%;
  /* lesshint-disable */
  height: auto !important;
  /* lesshint-enable */
  min-height: 100%;
  position: relative;
  padding-bottom: 40px;
}
#page-wrap header .logo {
  height: 20px;
}
#page-wrap header a {
  cursor: pointer;
}
#page-wrap header .dropdown-menu.account-menu {
  left: auto;
  right: 0px;
}
#page-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 100%;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 40px;
  padding-top: 10px;
  font-size: 13px;
}
#page-footer .xs-only {
  display: none;
}
@media (max-width: 800px) {
  #page-wrap {
    padding-bottom: 75px;
  }
  #page-wrap #page-footer {
    height: 75px;
  }
  #page-wrap #page-footer .copy,
  #page-wrap #page-footer .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  #page-wrap #page-footer .copy .nav-item,
  #page-wrap #page-footer .nav .nav-item {
    display: inline-block;
  }
  #page-wrap #page-footer .copy .nav-item a,
  #page-wrap #page-footer .nav .nav-item a {
    display: inline-block;
  }
}
@media (max-width: 450px) {
  #page-wrap {
    padding-bottom: 85px;
  }
  #page-wrap #page-footer {
    height: 85px;
  }
  #page-wrap #page-footer .xs-only {
    display: block;
  }
  .header-text {
    font-size: 19px !important;
    text-align: center !important;
  }
  #welcome {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
  }
  .content {
    padding: 15px 5px !important;
  }
}
.page-wrapper {
  display: flex;
  width: 100%;
}
#sidebar {
  height: auto;
  min-height: 100vh;
  color: #fff;
  transition: all 0.3s;
  background-color: #353a40;
  left: 0;
  padding-right: 0px;
}
#sudebar ul {
  padding-left: 0px !important;
}
.nav-sidebar {
  margin: 50px 0px 50px 0px;
}
.nav-sidebar li a {
  color: #eee;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
}
.nav-sidebar > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav-sidebar > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 25px;
  text-decoration: none;
}
.nav-sidebar li a:focus,
.nav-sidebar li a:active,
.nav-sidebar li a:visited,
.nav-sidebar li a:hover {
  -webkit-box-shadow: inset 3px 0px 0px 0px #690122;
  -moz-box-shadow: inset 3px 0px 0px 0px #690122;
  box-shadow: inset 3px 0px 0px 0px #690122;
  background-color: #2d3035;
  color: white !important;
}
.fa.pull-right {
  margin-left: .3em;
}
.nav-sidebar .fa-angle-down {
  padding-top: 2px;
}
.nav-sidebar li a:active {
  background-color: #25292d !important;
}
.nav-sidebar-dropdown {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.subdrop {
  padding-left: 0px !important;
}
.subdrop li a {
  display: block;
  padding-left: 50px;
}
.sub_item {
  width: 100%;
  display: block;
  background-color: #5D6368;
  padding-left: 0px !important;
}
.main-overflow {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 1200px) {
  .main-wrap {
    width: 1200px;
    overflow: scroll;
  }
}
.content {
  padding: 15px 30px;
  min-height: 700px;
}
#sidebar a {
  border-width: 0px !important;
}
#seavin-text {
  font-size: 30px;
  font-family: Times;
  color: white;
}
.vendor-footer {
  background-color: #7B7565;
  color: white;
}
.footer-content {
  padding: 15px 0px 15px 0px;
}
.header-box {
  padding: 20px 0;
}
.ll-logo {
  max-width: 150px;
}
.header-text {
  font-family: 'Lora';
  font-size: 30px;
  color: #5b0218;
  padding-top: 20px;
  text-align: right;
}
.lakeridge-text {
  font-family: 'Lora';
  font-size: 30px;
  color: #5b0218;
}
@media screen and (max-width: 768px) {
  .ll-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.navigation {
  background-color: #7b7565;
  text-align: right;
  float: right;
}
.vendor-nav-link {
  color: #fff !important;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
  text-decoration: none!important;
}
.navigation p {
  color: #333;
}
.vendor-nav-link:hover {
  background-color: #706a5c;
}
.vendor-paragraph {
  font-size: 14px !important;
}
.vendors-link {
  color: #337ab7;
}
.vendors-link:hover {
  color: #2f5279;
}
.save-button {
  background-color: #5b0218;
  color: white;
}
.save-button:hover {
  background-color: #8c0027;
  color: white;
}
.cancel-button {
  background-color: #363A40;
  color: white;
}
.cancel-button:hover {
  background-color: #535559;
  color: white;
}
.buttons-row {
  padding-top: 10px;
}
.panel-heading {
  padding-bottom: 30px;
  padding-top: 20px;
}
.vendor-subheading {
  text-transform: uppercase;
  font-family: 'Lora';
  color: #690122;
}
#vendor-heading {
  text-transform: uppercase;
  font-family: 'Lora';
  color: #690122;
}
.horizontal-line {
  border-top: 1px solid #5b0218;
  max-width: 70%;
  margin: 16px auto 22px auto;
}
.cancel-btn-lakeridge {
  border: 1px solid #337ab7;
  background-color: white;
  color: #337ab7;
}
.cancel-btn-lakeridge:hover {
  border: 1px solid #2f5279;
  background-color: white;
  color: #2f5279;
}
.submit-product-modal h4 {
  padding-bottom: 15px;
}
@media screen and (max-width: 414px) {
  .res_tables {
    overflow-x: auto;
  }
  .subdrop li a {
    padding-left: 0px !important;
  }
}
.admin-btn {
  background-color: #EEEEEE;
  color: #363A40;
  border: 1px solid #dee2e6;
}
.powerGreen a {
  color: #8dc63f;
}
.powerGray a {
  color: gray;
}
.admin-btn:hover {
  background-color: #363A40;
  color: white;
}
.table-head {
  background-color: #eee;
}
.table-head th {
  width: 400px;
  background-color: #eee;
  font-size: 13px;
}
.table th a {
  cursor: pointer;
}
.dashboard-widget {
  border: 1px solid #D8D8D8;
  border-radius: 15px;
  height: 240px;
  min-height: 240px;
  margin: 35px 25px 5px 25px;
}
.dashboard-widget {
  font-family: 'Helvetica Neue', 'Arial';
}
.dashboard-widget h2 {
  padding: 10px 20px 0px 0px;
  color: #373A41;
}
.festivals-widget:before {
  background: url('/images/fest-icon.jpg');
  display: block;
  position: absolute;
  content: '';
  height: 80px;
  width: 90px;
  background-size: 90px 80px;
  border-radius: 9px;
  top: -30px;
  left: 25px;
}
.applications-widget:before {
  background: url('/images/app-icon.jpg');
  display: block;
  position: absolute;
  content: '';
  height: 80px;
  width: 90px;
  background-size: 90px 80px;
  border-radius: 9px;
  top: -30px;
  left: 25px;
}
.users-widget:before {
  background: url('/images/users-icon.jpg');
  display: block;
  position: absolute;
  content: '';
  height: 80px;
  width: 90px;
  background-size: 90px 80px;
  border-radius: 9px;
  top: -30px;
  left: 25px;
}
.widget-number {
  font-size: 50px;
  font-weight: bold;
  color: #690122;
  top: 8%;
}
.view-all a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #373A41 !important;
  cursor: pointer;
}
.view-all a:hover {
  color: #6b7077 !important;
}
.text-fields {
  height: 73%;
}
@media screen and (max-width: 1680px) {
  .dashboard-widget h2 {
    font-size: 25px !important;
  }
  .view-all a {
    font-size: 14px !important;
  }
  .widget-number {
    font-size: 40px;
  }
  .festivals-widget:before,
  .applications-widget:before,
  .users-widget:before {
    height: 70px !important;
    width: 80px !important;
    background-size: 80px 70px !important;
  }
}
@media screen and (max-width: 1400px) {
  .dashboard-widget h2 {
    font-size: 18px !important;
  }
  .festivals-widget:before,
  .applications-widget:before,
  .users-widget:before {
    height: 60px !important;
    width: 70px !important;
    background-size: 70px 60px !important;
  }
}
@media screen and (max-width: 991px) {
  .dashboard-widget h2 {
    font-size: 20px !important;
  }
  .festivals-widget:before,
  .applications-widget:before,
  .users-widget:before {
    height: 70px !important;
    width: 80px !important;
    background-size: 80px 70px !important;
  }
  .modal-title-dashboard {
    font-size: 20px !important;
  }
}
.modal-title-dashboard {
  background-color: #690122;
  color: white;
  border-radius: 10px;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 3%;
  padding: 5px 0px 5px 0px;
}
.dashboard-modals {
  border: 1px solid #EEEEEE;
  border-radius: 10px;
}
.dash-table-close {
  margin-right: 2%;
  margin-top: -1% !important;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #919498;
  border-radius: 50%;
  border-top: 16px solid #690122;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
/**
 * <ajax-button>
 *
 * App-wide styles for our ajax buttons.
 */
[parasails-component='ajax-button'] .button-loader,
[parasails-component='ajax-button'] .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot1,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot2,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot3,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot4,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
[parasails-component='ajax-button'].syncing .button-loader,
[parasails-component='ajax-button'].syncing .button-loading {
  display: inline-block;
}
[parasails-component='ajax-button'].syncing .button-text {
  display: none;
}
#homepage .hero {
  padding-top: 100px;
  padding-bottom: 25px;
  color: #14acc2;
  position: relative;
}
#homepage .hero .hero-image {
  width: 220px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#homepage .hero .hero-image img {
  position: absolute;
}
#homepage .hero .hero-image .sky {
  width: 170px;
  left: 25px;
  top: 25px;
}
#homepage .hero .hero-image .cloud {
  -moz-animation-name: flyfade;
  -webkit-animation-name: flyfade;
  -ms-animation-name: flyfade;
  -o-animation-name: flyfade;
  animation-name: flyfade;
  -moz-animation-duration: 7s;
  -webkit-animation-duration: 7s;
  -ms-animation-duration: 7s;
  -o-animation-duration: 7s;
  animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 80px;
}
@-webkit-keyframes flyfade {
  0% {
    -webkit-transform: translate(0px, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(110px, 0px);
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-moz-keyframes flyfade {
  0% {
    -moz-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(220px, 0);
    opacity: 0;
  }
}
@-o-keyframes flyfade {
  0% {
    -o-transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -o-transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -o-transform: translate(220px, 0);
    opacity: 0;
  }
}
@keyframes flyfade {
  0% {
    transform: translate(0, 0px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translate(110px, 0px);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translate(220px, 0);
    opacity: 0;
  }
}
#homepage .hero .hero-image .cloud.cloud-1 {
  top: 55px;
  left: -40px;
  opacity: 0;
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -ms-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
#homepage .hero .hero-image .cloud.cloud-2 {
  top: 45px;
  left: -40px;
  opacity: 0;
}
#homepage .hero .hero-image .ship {
  -moz-animation-name: skid;
  -webkit-animation-name: skid;
  -ms-animation-name: skid;
  -o-animation-name: skid;
  animation-name: skid;
  -moz-animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  -ms-animation-duration: 2.5s;
  -o-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 160px;
  bottom: 50px;
  left: 18px;
}
@-webkit-keyframes skid {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-1px, -1px);
  }
  20% {
    -webkit-transform: translate(-2px, -2px);
  }
  30% {
    -webkit-transform: translate(-3px, -2px);
  }
  40% {
    -webkit-transform: translate(-4px, -1px);
  }
  50% {
    -webkit-transform: translate(-5px, 0px);
  }
  60% {
    -webkit-transform: translate(-4px, 1px);
  }
  70% {
    -webkit-transform: translate(-3px, 2px);
  }
  80% {
    -webkit-transform: translate(-2px, 2px);
  }
  90% {
    -webkit-transform: translate(-1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes skid {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-1px, -1px);
  }
  20% {
    -moz-transform: translate(-2px, -2px);
  }
  30% {
    -moz-transform: translate(-3px, -2px);
  }
  40% {
    -moz-transform: translate(-4px, -1px);
  }
  50% {
    -moz-transform: translate(-5px, 0px);
  }
  60% {
    -moz-transform: translate(-4px, 1px);
  }
  70% {
    -moz-transform: translate(-3px, 2px);
  }
  80% {
    -moz-transform: translate(-2px, 2px);
  }
  90% {
    -moz-transform: translate(-1px, 1px);
  }
  100% {
    -moz-transform: translate(0, 0px);
  }
}
@-o-keyframes skid {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-1px, -1px);
  }
  20% {
    -o-transform: translate(-2px, -2px);
  }
  30% {
    -o-transform: translate(-3px, -2px);
  }
  40% {
    -o-transform: translate(-4px, -1px);
  }
  50% {
    -o-transform: translate(-5px, 0px);
  }
  60% {
    -o-transform: translate(-4px, 1px);
  }
  70% {
    -o-transform: translate(-3px, 2px);
  }
  80% {
    -o-transform: translate(-2px, 2px);
  }
  90% {
    -o-transform: translate(-1px, 1px);
  }
  100% {
    -o-transform: translate(0, 0px);
  }
}
@keyframes skid {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-1px, -1px);
  }
  20% {
    transform: translate(-2px, -2px);
  }
  30% {
    transform: translate(-3px, -2px);
  }
  40% {
    transform: translate(-4px, -1px);
  }
  50% {
    transform: translate(-5px, 0px);
  }
  60% {
    transform: translate(-4px, 1px);
  }
  70% {
    transform: translate(-3px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  90% {
    transform: translate(-1px, 1px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
#homepage .hero .hero-image .water {
  width: 170px;
  bottom: 40px;
  left: 25px;
}
#homepage .hero h1 {
  padding-bottom: 50px;
}
#homepage .hero .more-info-text {
  -moz-animation-name: bob;
  -webkit-animation-name: bob;
  -ms-animation-name: bob;
  -o-animation-name: bob;
  animation-name: bob;
  -moz-animation-duration: 3.2s;
  -webkit-animation-duration: 3.2s;
  -ms-animation-duration: 3.2s;
  -o-animation-duration: 3.2s;
  animation-duration: 3.2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  cursor: pointer;
  margin-top: 75px;
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0px;
}
@-webkit-keyframes bob {
  0% {
    -webkit-transform: translate(0px);
  }
  50% {
    -webkit-transform: translatey(-7px);
  }
  100% {
    -webkit-transform: translatey(0px);
  }
}
@-moz-keyframes bob {
  0% {
    -moz-transform: translatey(0px);
  }
  50% {
    -moz-transform: translatey(-7px);
  }
  100% {
    -moz-transform: translatey(0px);
  }
}
@-o-keyframes bob {
  0% {
    -o-transform: translatey(0px);
  }
  50% {
    -o-transform: translatey(-7px);
  }
  100% {
    -o-transform: translatey(0px);
  }
}
@keyframes bob {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-7px);
  }
  100% {
    transform: translatey(0px);
  }
}
#homepage .hero .more-info-text .text {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}
#homepage .hero .more-info-text .icon {
  font-size: 20px;
}
#homepage .about-wrapper {
  background-color: #eef5f9b8;
}
#homepage .about-wrapper .about {
  padding-top: 75px;
  padding-bottom: 50px;
}
#homepage .about-wrapper .about p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .about-wrapper .features {
  padding-top: 25px;
  padding-bottom: 100px;
}
#homepage .about-wrapper .features .feature .icon {
  background-color: #14acc2;
  color: #fff;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  border-radius: 50%;
  font-size: 35px;
  line-height: 75px;
  text-align: center;
}
#homepage .setup {
  padding-top: 75px;
}
#homepage .setup .step {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-left: 240px;
  position: relative;
}
#homepage .setup .step .step-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
}
#homepage .setup .step .step-image img {
  width: 100%;
}
#homepage .pep-talk {
  padding-top: 50px;
  padding-bottom: 100px;
}
#homepage .pep-talk p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#homepage .pep-talk a {
  border-bottom: none;
}
#homepage.uninitialized {
  height: 100%;
}
#homepage.uninitialized .hero,
#homepage.uninitialized .about,
#homepage.uninitialized .features,
#homepage.uninitialized .setup,
#homepage.uninitialized .pep-talk {
  opacity: 0;
}
@media (max-width: 991px) {
  #homepage .setup .step {
    padding-left: 0px;
  }
  #homepage .setup .step .step-image {
    display: none;
  }
}
@media (max-width: 450px) {
  #homepage .hero {
    padding-top: 50px;
  }
  #homepage .hero h1.display-4 {
    font-size: 34px;
  }
}
#welcome {
  padding-top: 75px;
  padding-bottom: 75px;
}
#users .more_search {
  color: #007bff;
  cursor: pointer;
}
#users .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#users .icon-power {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
#products .arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 3px;
}
#products .product-modal .modal-dialog {
  max-width: 1000px;
}
#products .product-modal .modal-content {
  max-width: 1000px;
}
#products .product_view {
  object-fit: cover;
  max-height: 220px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 3px;
}
#products .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#products .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#welcome {
  padding-top: 75px;
  padding-bottom: 75px;
}
#welcome .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#welcome .faq-btn a {
  font-size: 20px;
  font-weight: 500;
}
#welcome .faq-btn,
#welcome .faq-btn:focus,
#welcome .faq-btn:visited {
  color: #5b0218;
  padding: 10px;
  border: 1px solid #5b0218;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 5px;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
}
#welcome .event_link a {
  color: #fff;
  text-decoration: none;
}
#welcome .faq-btn:hover {
  background-color: #5b0218;
  color: #fff;
  text-decoration: none;
}
#welcome .faq-btn.active {
  background-color: #5b0218;
  color: #fff;
  text-decoration: none;
}
#welcome .faq-bar {
  background-color: #5b0218;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
#welcome .question {
  font-size: 20px;
  color: #5b0218;
  margin-bottom: 5px;
}
#welcome .answer {
  font-size: 16px;
  margin-bottom: 30px;
}
#welcome .gap_top {
  padding-top: 2% !important;
}
#welcome .admin-tab {
  background-color: #e3e0d5;
  font-size: 17px;
  border: 1px solid #fff;
  text-align: center;
  transition: background-color 0.3s ease;
  min-width: 20%;
}
#welcome .admin-tab:hover {
  background-color: #5b0218;
  color: #fff;
  cursor: pointer;
}
#welcome .view-festival-modal .modal-dialog {
  max-width: 1000px;
}
#welcome .view-festival-modal .modal-content {
  max-width: 1000px;
}
#welcome .fesival_view {
  object-fit: cover;
  max-height: 220px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 3px;
}
#welcome .fesival_logo {
  object-fit: cover;
  max-height: 95px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 3px;
}
#welcome .admin-tab.active {
  background-color: #5b0218;
  color: #fff;
  text-decoration: none;
}
#welcome .nav-tabs li > a:not(.btn) {
  border-bottom: none;
}
#welcome .welcome_btn {
  background-color: #690122;
}
#welcome .welcome_btn:hover {
  background-color: #450212;
}
#welcome .fa-close {
  font-size: 14px;
  background: #5b1218;
  color: #fff;
  padding: 2px;
  margin-left: 5px;
}
#welcome .uploads {
  cursor: pointer;
}
#welcome .image-upload > input {
  display: none;
}
#welcome .the-upload {
  max-width: 80px;
  border: 1px solid grey;
}
#welcome .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#welcome .product-img-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#welcome .product-img-box:hover > img {
  opacity: 0.5;
}
#welcome .product-thumb {
  object-fit: cover;
  width: 150px;
  height: 150px;
  transition: opacity 0.3s ease;
}
#welcome .product-delete {
  display: none;
}
#welcome .product-img-box:hover > .product-delete {
  display: block;
  position: absolute;
  top: 55px;
  left: 77px;
}
#welcome .tabs {
  margin-bottom: 5px;
}
#welcome .tabcontent {
  padding: 0px;
}
#welcome .tabcontent .form-group label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.42857143;
}
#welcome .tabcontent p {
  font-size: 16px;
  line-height: 1.42857143;
}
#welcome sup {
  font-size: 15px;
  color: #5b0218;
}
#welcome .btn-space {
  margin-top: 15px;
}
#welcome .tabset-tabs {
  margin: 0 5%;
}
@media screen and (min-width: 415px) and (max-width: 800px) {
  #welcome .admin-tab {
    min-width: 19%;
    font-size: 13px;
  }
  #welcome .faq-btn a {
    font-size: 15px;
  }
}
@media screen and (max-width: 414px) {
  #welcome .res_tables {
    overflow-x: auto;
    margin-right: -60px;
    margin-left: -10px;
  }
  #welcome .admin-tab {
    min-width: 100% !important;
  }
  #welcome .tabs {
    margin-left: 5%;
  }
  #welcome .tabcontent {
    padding: 15px 25px !important;
  }
  #welcome #vendor-heading {
    font-size: 19px;
    margin-left: 5%;
  }
  #welcome .faq-bar {
    margin-left: -15px;
    margin-right: -40px;
  }
  #welcome .tabset-tabs {
    margin-left: 20%;
  }
  #welcome .editproduct-modal p {
    font-size: 14px;
    line-height: 1.42857143;
  }
  #welcome .product-img-box > img {
    margin: 0 25%;
  }
  #welcome .product-img-box:hover > .product-delete {
    top: 55px;
    left: 145px;
  }
}
#welcome .add-photo-icon {
  font-size: 70px;
  cursor: pointer;
}
#welcome .image-upload:hover {
  opacity: 0.8;
}
.festival-headers h5 {
  margin-top: 10px;
}
#signup {
  padding-top: 75px;
  padding-bottom: 75px;
}
#signup .signup-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#signup a {
  border-bottom: none ;
}
#signup .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#signup .white-color {
  color: white;
}
#signup .signup {
  border-radius: 10px;
  background-color: #F5F5F5;
  min-height: 550px;
  padding-top: 60px;
}
@media screen and (max-width: 414px) {
  #signup .signup {
    margin-left: 4%;
  }
}
#signup .signup label {
  color: white;
}
#signup .password-forgot {
  text-decoration: none;
}
#signup .bordeaux-btn {
  background-color: #5b0218;
  border-color: #5b0218;
}
#signup .bordeaux-btn:hover {
  color: white;
  background-color: #8c0027;
}
#signup .vendors-link {
  color: #7B7565;
}
#signup .vendors-link:hover {
  color: #333;
}
#signup .grey-color {
  color: #333;
}
#band .powerGreen a {
  color: #8dc63f;
}
#band .powerGray a {
  color: gray;
}
#band .modalov .modal-content {
  background-color: #F9F7F2;
}
#band .close-button {
  background-color: #F9F7F2;
  color: #820925;
  border: 1px solid #820925;
  border-radius: 0px !important;
  padding: 15px 30px;
}
#band .close-button:hover {
  background-color: #820925;
  color: #F9F7F2;
}
#band .modal-text {
  color: #820925;
}
#band .text-bio {
  padding: 20px;
}
#band .block-div a img {
  display: inline-block;
  max-width: 55px !important;
  padding: 5px;
}
#band .modal .modal-content .modal-header hr {
  width: 100% !important;
  border-top: 1px solid #5b0218 !important;
}
#band .allign-middle > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
#band .allign-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#band .lrw {
  font-family: 'Lora' !important;
}
#band .lrw .modal-content-lrw {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
#band .lrw .lrw-title {
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  background-color: #5b0218;
  padding: 5px;
  font-size: 20px;
  line-height: 36px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
#schedules .company-box {
  border: 2px solid #353a40;
  padding: 35px;
  margin: 20px;
}
#schedules .company-box h5 {
  margin-bottom: 0.825rem;
}
#schedules .active:after {
  font-family: FontAwesome;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  padding: 5px 10px;
  color: #fff;
  background-color: #6a1523;
}
#schedules .active {
  border: 2px solid #690122;
}
#schedules .validation {
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
#confirmed-email {
  padding-top: 75px;
  padding-bottom: 75px;
}
#confirmed-email .confirmation-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#login {
  height: 100%;
  padding-top: 7%;
}
#login .login-form-container {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#login a {
  border-bottom: none ;
}
#login .horizontal-line {
  border-top: 1px solid #5b0218;
  max-width: 100%;
  margin: 16px auto 22px auto;
}
#login .login {
  border-radius: 10px;
  background-color: #F5F5F5;
  min-height: 450px;
  padding-top: 60px;
}
#login .login2 {
  border-radius: 10px;
  background-color: #F1E9EC;
  min-height: 450px;
  padding-top: 30px;
}
#login .login2 h4 {
  padding-top: 20px;
}
@media screen and (max-width: 414px) {
  #login .login {
    margin-left: 4%;
  }
}
#login .logo-header {
  max-width: 80px;
}
#login .white-color {
  color: white;
}
#login .password-forgot {
  text-decoration: none;
}
#login .nav-link {
  text-decoration: none !important;
}
#login .bordeaux-btn {
  background-color: #5b0218;
  color: white;
}
#login .bordeaux-btn:hover {
  color: white;
  background-color: #8c0027;
}
#login .grey-color {
  color: #333;
}
#login .vendors-link {
  color: #337ab7;
}
#login .vendors-link:hover {
  color: #2f5279;
}
#login .allign-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#login .vendors-link a {
  color: #7B7565;
}
#login .vendors-link a:hover {
  color: #333;
}
#forgot-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#forgot-password .forgot-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
#forgot-password a {
  border-bottom: none ;
}
#forgot-password .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#forgot-password .login {
  border-radius: 10px;
  background-color: #F5F5F5;
  min-height: 450px;
  padding-top: 70px;
}
@media screen and (max-width: 414px) {
  #forgot-password .login {
    margin-left: 4%;
  }
}
#forgot-password .vendors-link {
  color: #7B7565;
  text-decoration: none !important;
}
#forgot-password .vendors-link:hover {
  color: #333;
}
#forgot-password .bordeaux-btn {
  background-color: #5b0218;
  border-color: #5b0218;
}
#forgot-password .bordeaux-btn:hover {
  background-color: #8c0027;
  color: white;
}
#forgot-password .horizontal-line {
  border-top: 1px solid #5b0218;
  max-width: 90%;
  margin: 16px auto 22px auto;
}
#forgot-password .btn-padding {
  padding-top: 20px;
}
#forgot-password .link-style {
  color: #337ab7;
}
#forgot-password .link-style:hover {
  color: #2f5279;
}
#festivals .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#festivals .icon-power {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
#festivals .admin-link {
  color: #337ab7;
}
#festivals .admin-link:hover {
  color: #2f5279;
}
#festivals-applications .modal-dialog {
  max-width: 1200px;
}
#festivals-applications .modal-content {
  max-width: 1200px;
}
#festivals-applications .white {
  background: white;
}
#festivals-applications .green {
  background: #edf6ed;
}
#festivals-applications .purple {
  background: #f9f3f3;
}
#festivals-applications .red {
  background: red;
}
#festivals-applications .gray {
  background: #D3D3D3;
}
#festivals-applications .modal-title h1 {
  padding-bottom: 15px;
}
#festivals-applications .table-head {
  max-width: 50% !important;
}
#festivals-applications .vendor_images {
  object-fit: cover;
  max-height: 500px;
  max-width: 500px;
  margin: 15px;
  border: 3px solid white;
}
#festivals-applications .vendor_head {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 500;
  font-family: 'Lora';
  background-color: #690122;
}
#festivals-applications .images-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#festivals-applications .images-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#festivals-applications .bordeaux-btn {
  background-color: #5b0218;
}
#festivals-applications .bordeaux-btn:hover {
  color: white;
  background-color: #8c0027;
}
#festivals-applications .input-padding {
  padding: 0px 10px 0px 15px;
}
#festivals-applications .summary-line {
  display: flex;
  align-items: center;
  font-size: 15px;
}
#festivals-applications .summary-line .label {
  background-color: #d7d3d3;
  padding-left: 5px;
  padding-right: 5px;
}
#festivals-applications .summary-line .value {
  background-color: #959191;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
}
#festivals-applications .summary-line .value.green {
  background-color: #2ecc71;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
}
#festivals-applications .summary-line .value.red {
  background-color: #e74c3c;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
}
#festivals-applications .festival-select {
  border-radius: 10px;
  height: 30px;
  padding-right: 80px;
}
#festivals-applications .top-fest-line label {
  margin-bottom: 0 !important;
}
#dashboard .modal-dialog {
  max-width: 1200px;
}
#dashboard .modal-content {
  max-width: 1200px;
}
#dashboard .color {
  background-color: #EEEEEE !important;
}
#dashboardRecipes .modal-dialog {
  max-width: 1200px;
}
#dashboardRecipes .modal-content {
  max-width: 1200px;
}
#dashboardRecipes .color {
  background-color: #EEEEEE !important;
}
#dashboardRecipes .showMoreButton {
  color: #3456d8;
  background: none;
  border: 1px solid #c7c7c7;
  padding: 5px 13px;
}
#dashboardRecipes .showMoreButton:hover {
  opacity: 0.7;
}
#dashboardRecipes .upload-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#dashboardRecipes .upload-button:hover {
  background-color: #0062cc;
}
#dashboardRecipes .upload-button span {
  display: inline-block;
  margin-right: 10px;
}
#dashboardRecipes #file-upload {
  display: none;
}
#new-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#new-password .new-password-form {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.horizontal-line {
  border-top: 1px solid #5b0218;
  max-width: 100%;
  margin: 16px auto 22px auto;
}
.login {
  border-radius: 10px;
  background-color: #F5F5F5;
  min-height: 450px;
  padding-top: 60px;
}
.login2 {
  border-radius: 10px;
  background-color: #F1E9EC;
  min-height: 450px;
  padding-top: 30px;
}
.login2 h4 {
  padding-top: 20px;
}
.logo-header {
  max-width: 80px;
}
.white-color {
  color: white;
}
.password-forgot {
  text-decoration: none;
}
.nav-link {
  text-decoration: none !important;
}
.login-form-container a {
  text-decoration: none !important;
}
.bordeaux-btn {
  background-color: #5b0218;
  color: white;
}
.bordeaux-btn:hover {
  background-color: #8c0027;
  color: white;
}
.grey-color {
  color: #333;
}
.vendors-link {
  color: #337ab7 !important;
}
.vendors-link:hover {
  color: #2f5279 !important;
}
.allign-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#account-overview {
  padding-top: 75px;
  padding-bottom: 75px;
}
#account-overview .account-settings-button {
  width: 150px;
}
#account-overview .remove-button {
  color: #14acc2;
  text-decoration: underline;
  cursor: pointer;
}
#account-overview .remove-button:hover {
  color: #000;
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
#edit-profile {
  padding-top: 75px;
  padding-bottom: 75px;
}
#terms {
  padding-top: 75px;
  padding-bottom: 75px;
}
#privacy {
  padding-top: 75px;
  padding-bottom: 75px;
}
#faq {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 500px) {
  #faq code {
    word-break: break-all;
  }
}
#contact {
  padding-top: 75px;
  padding-bottom: 75px;
}
#contact .contact-form {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#contact .contact-form textarea {
  height: 100px;
}
#contact .success-message {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
[id='404'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='404'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='404'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='404'] br {
    display: none;
  }
  [id='404'] .mobile-spacer {
    display: inline;
  }
}
[id='500'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='500'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='500'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='500'] br {
    display: none;
  }
  [id='500'] .mobile-spacer {
    display: inline;
  }
}
[id='498'] {
  padding-top: 75px;
  padding-bottom: 75px;
}
[id='498'] .container {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
[id='498'] .mobile-spacer {
  display: none;
}
@media (max-width: 540px) {
  [id='498'] br {
    display: none;
  }
  [id='498'] .mobile-spacer {
    display: inline;
  }
}
