/* line 5, app/assets/stylesheets/static.scss */
.state-logo img {
  max-width: 400px;
}

/* line 8, app/assets/stylesheets/static.scss */
.state-header {
  background: white;
  color: black;
  padding: 20px;
}

/* line 13, app/assets/stylesheets/static.scss */
.state-header h2 {
  text-align: center;
}

/* line 16, app/assets/stylesheets/static.scss */
.state-header p {
  font-size: 12pt;
  line-height: 1.5em;
  padding: 0 20px;
}

/* line 22, app/assets/stylesheets/static.scss */
.for-sale-states-footer-wrapper h2 {
  margin-bottom: 1em;
}

/* line 25, app/assets/stylesheets/static.scss */
.for-sale-states-footer {
  display: grid;
  padding: 0;
  margin: 0;
  grid: auto-flow / 1fr 1fr 1fr 1fr;
}

/* line 31, app/assets/stylesheets/static.scss */
.for-sale-states-footer li {
  display: block;
  padding: 0 0 10px;
  margin: 0;
  text-align: center;
  font-size: 11pt;
}

/* line 40, app/assets/stylesheets/static.scss */
.form-control {
  height: calc(1.5em + 0.75rem + 7px);
}

/* line 44, app/assets/stylesheets/static.scss */
.bx-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 52, app/assets/stylesheets/static.scss */
.bx-slider-wrapper img {
  width: 100%;
}

/* line 55, app/assets/stylesheets/static.scss */
.bx-wrapper {
  border: 0;
}

@media screen and (max-width: 767px) {
  /* line 59, app/assets/stylesheets/static.scss */
  .bx-slider-wrapper {
    display: none;
  }
}

/* line 65, app/assets/stylesheets/static.scss */
a.btn {
  text-decoration: none;
  color: white;
}

/* line 66, app/assets/stylesheets/static.scss */
div.container {
  width: 100%;
}

/* line 67, app/assets/stylesheets/static.scss */
div.container-full div.navbar {
  margin-bottom: 0;
  margin-top: 0;
  border: none;
}

/* Boats for Sale Page (Search Results) */
/* line 70, app/assets/stylesheets/static.scss */
div.container-full a.navbar-brand {
  margin: 0;
  padding: 0;
}

/* line 71, app/assets/stylesheets/static.scss */
div.container-full div.navbar-header {
  margin-left: 5%;
  margin-right: 5%;
}

/* line 72, app/assets/stylesheets/static.scss */
div.container-full div.navbar-header a.navbar-brand {
  color: black;
  font-size: 2.5em;
}

/* line 74, app/assets/stylesheets/static.scss */
.listing-pages .view-change {
  text-align: left;
  display: inline-block;
  float: left;
}

/* line 75, app/assets/stylesheets/static.scss */
.listing-pages .sort-results-by {
  display: inline-block;
  float: left;
  padding-right: 20px;
}

/* line 76, app/assets/stylesheets/static.scss */
.listing-pages .sort-results-by select {
  width: 164px;
}

/* line 77, app/assets/stylesheets/static.scss */
.listing-pages .results-per-page {
  display: inline-block;
  float: left;
}

/* line 80, app/assets/stylesheets/static.scss */
.listing-pages .view-change div {
  display: inline-block;
  cursor: pointer;
  width: 127px;
  height: 40px;
  background-repeat: no-repeat;
  padding: 5px;
  vertical-align: top;
  background-position: 0px 0;
  text-align: left;
  color: black;
  text-decoration: underline;
  padding-left: 40px;
}

/* line 81, app/assets/stylesheets/static.scss */
.listing-pages .view-change div.active {
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/static.scss */
.listing-pages .view-change div.grid {
  background-image: url(/assets/grid_icon-2d3995c394d609d75ea107c15dfe5e438027daa889307ec753eb5dc53a03f34b.png);
}

/* line 83, app/assets/stylesheets/static.scss */
.listing-pages .view-change div.fullwidth {
  background-image: url(/assets/rows_icon-6100f2110e608af2abde55765ba881b6e70a8ac9678d06a4ca7b4c5dfb446a74.png);
}

/*listing page*/
/* line 86, app/assets/stylesheets/static.scss */
.other-dealer-listing img {
  width: 100%;
}

/* line 88, app/assets/stylesheets/static.scss */
div.app img {
  max-width: 98%;
}

@media screen and (max-width: 800px) {
  /* line 91, app/assets/stylesheets/static.scss */
  .product-search {
    padding: 0;
  }
}

/*Listing page*/
/* line 96, app/assets/stylesheets/static.scss */
.listing-pages {
  text-align: right;
  font-size: 12pt;
  padding: 10px;
}

/* line 98, app/assets/stylesheets/static.scss */
.category-list ul.more {
  display: none;
}

/* line 100, app/assets/stylesheets/static.scss */
.contact-us-header {
  overflow: hidden;
  padding: 20px;
}

/* line 101, app/assets/stylesheets/static.scss */
.contact-us-header h1 {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 24pt;
}

/* line 102, app/assets/stylesheets/static.scss */
.contact-us-header div {
  float: right;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  font-size: 14pt;
  display: inline-block;
  padding-top: 10px;
}

/* line 103, app/assets/stylesheets/static.scss */
.contact-row {
  text-align: center;
}

/* line 104, app/assets/stylesheets/static.scss */
.contact-row .tech-support {
  background: rgba(0, 0, 0, 0.8);
  font-size: 20pt;
  text-align: center;
  padding: 3em 1em;
  line-height: 1.3em;
  color: white;
  width: 50%;
  min-width: 15em;
  margin-bottom: 5%;
  display: inline-block;
}

/* line 105, app/assets/stylesheets/static.scss */
.contact-row .tech-support a {
  color: white;
  text-decoration: underline;
}

/*
.contact-row form label, .contact-row form input, .contact-row form textarea, .contact-row form select { display: block; width: 100%;  }
.contact-row form input, .contact-row form textarea, .contact-row form select {  border: 1px solid #c9d0d6l; border-radius: 3px; font-size: 0.95em; padding: 8px 10px 7px  }
.contact-row form input.button { display: inline-block; width: 25%; margin: 20px 0; }
.contact-row form div.radio label, .contact-row form div.radio input { display: inline-block; width: 10%; position: static; }
.contact-row form { max-width: 800px; width: 100%; display: inline-block; text-align: left }
.contact-row .submitted { margin: 20px 0; background-color: #428bca; color: white; border-radius: 20px; border: 1px solid white; font-size: 16pt; padding: 20px; display: inline-block; min-width: 50%; }
*/
/* line 116, app/assets/stylesheets/static.scss */
.aboutus div div {
  max-width: 900px;
  margin: 0 auto;
}

/* Inventory Pricing Page */
/* line 119, app/assets/stylesheets/static.scss */
.inventory-pricing {
  margin: 0 2%;
}

/* line 120, app/assets/stylesheets/static.scss */
.inventory-pricing h1.title {
  font-size: 2.25em;
  color: 2b7b8b;
  margin-top: 0;
  font-weight: bold;
}

/* line 121, app/assets/stylesheets/static.scss */
.inventory-pricing h1.sub-title {
  font-size: 1.7em;
  color: 2b7b8b;
  font-weight: bold;
}

/* line 122, app/assets/stylesheets/static.scss */
ul.inventory-plans > li {
  display: inline-block;
  border: 1px solid;
  width: 29%;
  border-radius: 10px;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  margin: 1em 1.5em;
}

/* line 132, app/assets/stylesheets/static.scss */
ul.inventory-plans > li:nth-child(2), ul.inventory-plans > li:nth-child(4) {
  margin-right: 0;
}

/* line 133, app/assets/stylesheets/static.scss */
ul.inventory-plans > li .title {
  font-weight: bold;
  color: #dbdbdb;
  background-color: #2b7b8b;
  width: 100%;
  margin: 1%  auto;
  padding: 20px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  margin-top: 0;
}

/* line 144, app/assets/stylesheets/static.scss */
ul.inventory-plans > li .price {
  color: #2b7b8b;
  font-size: 1.75em;
  width: 100%;
  text-align: center;
  padding: 1%;
}

/* line 151, app/assets/stylesheets/static.scss */
ul.inventory-plans > li .period {
  font-size: 12pt;
}

/* line 152, app/assets/stylesheets/static.scss */
ul.inventory-plans a {
  background-color: #2b7b8b;
  display: block;
  border: 1px solid;
  padding: 13px;
  text-align: center;
  font-size: 16pt;
  width: 70%;
  margin: 0 auto 30px;
  border-radius: 15px;
}

/* line 153, app/assets/stylesheets/static.scss */
ul.inventory-plans p {
  padding: 0 0 0 30px;
}

/* line 154, app/assets/stylesheets/static.scss */
ul.inventory-plans .features {
  margin-top: 2em;
  padding: 0 0 0 30px;
  min-height: 42em;
  margin-bottom: 2em;
}

/* line 155, app/assets/stylesheets/static.scss */
ul.inventory-plans .features li {
  list-style: none;
  background: url(/assets/arrow-b03f7f34d19929c443fabcf9976226e37dfb0b17d00926ae63204aba83284c24.svg) no-repeat left center;
  padding: 5px 0 5px 35px;
  margin: 0;
}

/* line 156, app/assets/stylesheets/static.scss */
ul.inventory-plans .features li.sub-listing {
  list-style: none;
  background: none;
  padding: 5px 0 5px 35px;
  margin: 0;
}

/* line 157, app/assets/stylesheets/static.scss */
ul.inventory-plans .pricing {
  border-top: 1px solid #777;
  margin-bottom: 2em;
}

/* line 158, app/assets/stylesheets/static.scss */
ul.inventory-plans .pricing .price {
  padding-top: 0.5em;
}

/* End Inventory Pricing Page */
/* Pricing Page */
/* line 162, app/assets/stylesheets/static.scss */
.pricing div div {
  max-width: 900px;
  margin: 0 auto;
}

/* line 163, app/assets/stylesheets/static.scss */
.pricing .offers li {
  padding: 5px 0;
}

/* line 164, app/assets/stylesheets/static.scss */
.pricing .offers li a {
  text-decoration: none;
}

/* line 165, app/assets/stylesheets/static.scss */
ul.plans > li {
  display: inline-block;
  border: 1px solid;
  margin-right: 20px;
  width: 48%;
  min-height: 400px;
  border-radius: 10px;
  vertical-align: top;
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 166, app/assets/stylesheets/static.scss */
ul.plans > li:nth-child(2), ul.plans > li:nth-child(4) {
  margin-right: 0;
}

/* line 167, app/assets/stylesheets/static.scss */
ul.plans > li .title {
  font-weight: bold;
  background-color: #9ecef8;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 13pt;
  opacity: 0.8;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

/* line 168, app/assets/stylesheets/static.scss */
ul.plans > li .price {
  font-size: 20pt;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  line-height: 1.5em;
}

/* line 169, app/assets/stylesheets/static.scss */
ul.plans > li .period {
  font-size: 12pt;
}

/* line 170, app/assets/stylesheets/static.scss */
ul.plans a {
  display: block;
  border: 1px solid;
  padding: 13px;
  text-align: center;
  font-size: 16pt;
  width: 70%;
  margin: 0 auto 30px;
  border-radius: 5px;
}

/* line 171, app/assets/stylesheets/static.scss */
ul.plans p {
  padding: 0 0 0 30px;
}

/* line 172, app/assets/stylesheets/static.scss */
ul.plans .features {
  margin: 0;
  padding: 0 0 0 30px;
  min-height: 230px;
}

/* line 173, app/assets/stylesheets/static.scss */
ul.plans .features li {
  list-style: none;
  background: url(/assets/arrow-b03f7f34d19929c443fabcf9976226e37dfb0b17d00926ae63204aba83284c24.svg) no-repeat left center;
  padding: 5px 0 5px 35px;
  margin: 0;
}

/* End Pricing Page */
/* line 176, app/assets/stylesheets/static.scss */
ul.faq {
  margin: 0;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

/* line 177, app/assets/stylesheets/static.scss */
ul.faq li {
  list-style: none;
  padding-bottom: 10px;
}

/* line 178, app/assets/stylesheets/static.scss */
ul.faq li .question {
  font-weight: bold;
}

/* line 180, app/assets/stylesheets/static.scss */
.logo-right {
  background-color: none;
  margin: 4px 0;
}

/* line 181, app/assets/stylesheets/static.scss */
.logo-right .listing-logo {
  max-width: 45%;
  display: inline-block;
}

/* line 182, app/assets/stylesheets/static.scss */
.logo-right .listing-logo img {
  width: 100%;
  height: auto;
  padding: 0;
}

/* line 183, app/assets/stylesheets/static.scss */
.logo-right {
  display: block;
  font-size: 24px;
  color: white;
  width: 100%;
  min-width: 10em;
  height: 100%;
  text-align: center;
}

/* line 185, app/assets/stylesheets/static.scss */
.listing-logo-big {
  text-align: center;
}

/* line 186, app/assets/stylesheets/static.scss */
body .listing-logo-big img {
  max-width: 90%;
  max-height: 200px;
}

/* scrolling loading message */
/* line 190, app/assets/stylesheets/static.scss */
.loading-next {
  font-size: 20pt;
  text-align: center;
  margin: 1em auto;
}

/* line 192, app/assets/stylesheets/static.scss */
.dealer-text-phone {
  position: fixed;
  right: 15px;
  bottom: 0px;
  background: black;
  color: white;
  font-size: 13pt;
  padding: 15px;
  text-align: center;
  line-height: 1.4em;
  display: block;
  z-index: 9999;
}

/* line 193, app/assets/stylesheets/static.scss */
.dealer-text-phone:hover {
  color: white;
  text-decoration: none !important;
}

/* line 195, app/assets/stylesheets/static.scss */
.other-locations {
  clear: both;
}

/* line 196, app/assets/stylesheets/static.scss */
.other-locations ul {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
}

/* line 197, app/assets/stylesheets/static.scss */
.other-locations ul li {
  clear: both;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 198, app/assets/stylesheets/static.scss */
.other-locations dt {
  float: none !important;
}

/* line 200, app/assets/stylesheets/static.scss */
table.pricing th {
  width: 200px;
  padding-bottom: 5px;
}

/* line 201, app/assets/stylesheets/static.scss */
table.pricing td {
  padding-bottom: 5px;
}

/* line 204, app/assets/stylesheets/static.scss */
.search-slider {
  display: block;
  color: white;
}

/* line 205, app/assets/stylesheets/static.scss */
.search-slider label {
  display: block;
}

/* line 206, app/assets/stylesheets/static.scss */
.search-slider .controls-wrapper {
  display: flex;
  background: #e5e6ea;
}

/* line 207, app/assets/stylesheets/static.scss */
.search-slider .controls-wrapper input {
  width: 70px;
  background: white;
  font-size: 1em;
  border: 0px solid;
  margin: 5px;
  text-align: center;
  color: #3d6abd;
}

/* line 208, app/assets/stylesheets/static.scss */
.search-slider-price .controls-wrapper input {
  font-size: 0.8em;
}

/* line 209, app/assets/stylesheets/static.scss */
.search-slider-miles .controls-wrapper input {
  font-size: 0.7em;
}

/* line 210, app/assets/stylesheets/static.scss */
.search-slider .controls-wrapper > div {
  flex: 1;
  margin: 20px;
}

/* line 212, app/assets/stylesheets/static.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-radius: 100%;
  background: #3d6abd;
  border: 0px solid;
}

/* line 214, app/assets/stylesheets/static.scss */
.ui-selectmenu-button.ui-button {
  max-width: 100%;
}

/* line 215, app/assets/stylesheets/static.scss */
.radios {
  display: flex;
}

/* line 216, app/assets/stylesheets/static.scss */
.radios label {
  flex: 1;
  padding: 0.4em 0;
}

/* line 217, app/assets/stylesheets/static.scss */
.radios input {
  flex: 0;
}

/* line 219, app/assets/stylesheets/static.scss */
.select-box {
  display: flex;
}

/* line 220, app/assets/stylesheets/static.scss */
.select-box span {
  flex: 1;
}

/* line 222, app/assets/stylesheets/static.scss */
.page-listings-number {
  font-size: 12px;
}

/* line 228, app/assets/stylesheets/static.scss */
.static-home .listing-box-wrapper {
  background: #0c2a50;
}

/* line 231, app/assets/stylesheets/static.scss */
.listing-box {
  display: table;
  padding-top: 20px;
  width: 100%;
}

/* line 237, app/assets/stylesheets/static.scss */
.listing-box-row {
  display: block;
  font-size: 0px;
}

/* line 241, app/assets/stylesheets/static.scss */
.listing-box-column {
  display: inline-block;
  width: 25%;
  padding: 3px 10px;
  vertical-align: top;
  font-size: 16px;
  box-sizing: border-box;
}

/* line 249, app/assets/stylesheets/static.scss */
.listing-box-location {
  font-size: 0.8rem;
  line-height: 1rem;
}

/* line 255, app/assets/stylesheets/static.scss */
.listing-box .overlay-wrapper {
  position: relative;
}

/* line 259, app/assets/stylesheets/static.scss */
.listing-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  background: #005db4;
  color: white;
  padding: 7px;
  font-size: 1.0em;
}

/* line 268, app/assets/stylesheets/static.scss */
.listing-box .overlay.red {
  color: white;
  background: rgba(255, 0, 0, 0.7);
}

/* line 274, app/assets/stylesheets/static.scss */
.navbar-toggler {
  display: none;
}

/* line 280, app/assets/stylesheets/static.scss */
.listing-box-listing {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: white;
  margin-bottom: 20px;
}

/* line 289, app/assets/stylesheets/static.scss */
.listing-box-listing .panel {
  border-bottom: 1px solid #e5e6ea;
}

/* line 292, app/assets/stylesheets/static.scss */
.listing-box-listing .title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  max-height: 2.2em;
  overflow: hidden;
}

/* line 301, app/assets/stylesheets/static.scss */
.listing-box-listing small {
  font-size: 0.8em;
  color: #999;
  display: block;
  margin-top: 10px;
}

/* line 309, app/assets/stylesheets/static.scss */
.listing-box-listing .details > div.panel.title {
  max-height: 2.2em;
  overflow: hidden;
}

/* line 313, app/assets/stylesheets/static.scss */
.listing-box-listing .details > div.panel {
  height: 3.5em;
  overflow: hidden;
}

/* line 318, app/assets/stylesheets/static.scss */
.listing-box-listing img {
  height: 250px;
  overflow: hidden;
  border: 1px solid #e5e6ea;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

/* line 327, app/assets/stylesheets/static.scss */
.static-boatsforsale .listing-box-listing img {
  height: auto;
}

/* line 332, app/assets/stylesheets/static.scss */
.btn-secondary {
  background: #005db4;
}

@media screen and (max-width: 1000px) {
  /* line 339, app/assets/stylesheets/static.scss */
  .navbar-toggler {
    display: block;
  }
  /* line 344, app/assets/stylesheets/static.scss */
  .home-tagline {
    position: static;
  }
  /* line 348, app/assets/stylesheets/static.scss */
  .listing-box-wrapper {
    overflow: auto;
  }
  /* line 352, app/assets/stylesheets/static.scss */
  .listing-box .listing-box-column {
    min-width: 200px;
  }
  /* line 356, app/assets/stylesheets/static.scss */
  .navbar-primary {
    transition: width 0.3s ease-in-out;
    width: 0px;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  /* line 363, app/assets/stylesheets/static.scss */
  .navbar-primary .nav-icon-close {
    display: none;
  }
  /* line 366, app/assets/stylesheets/static.scss */
  .navbar-toggler {
    float: right;
  }
  /* line 371, app/assets/stylesheets/static.scss */
  .show-sidebar div.body {
    position: relative;
  }
  /* line 374, app/assets/stylesheets/static.scss */
  .show-sidebar div.body .sidebar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 201;
  }
  /* line 384, app/assets/stylesheets/static.scss */
  .show-sidebar .navbar-primary {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    bottom: 0;
    z-index: 202;
    background: #0c2a50;
  }
  /* line 394, app/assets/stylesheets/static.scss */
  .show-sidebar .nav-icon-open {
    display: none;
  }
  /* line 397, app/assets/stylesheets/static.scss */
  .show-sidebar .navbar-primary .nav-icon-close {
    display: block;
    float: right;
  }
  /* line 403, app/assets/stylesheets/static.scss */
  .show-sidebar .navbar-primary #navbarCollpase {
    display: block;
  }
  /* line 406, app/assets/stylesheets/static.scss */
  .show-sidebar .navbar-primary ul {
    clear: both;
    display: block;
  }
  /* line 410, app/assets/stylesheets/static.scss */
  .show-sidebar .navbar-primary ul li {
    display: block;
    padding: 5px 0 5px;
    border-bottom: 1px solid #e5e6ea;
  }
  /* line 415, app/assets/stylesheets/static.scss */
  .show-sidebar .navbar-primary ul li.login a {
    text-align: center;
    margin: 0;
    padding: 10px !important;
  }
  /* line 420, app/assets/stylesheets/static.scss */
  .navbar-header {
    position: static;
  }
}

@media screen and (max-width: 680px) {
  /* line 431, app/assets/stylesheets/static.scss */
  .static-boatsforsale .listing-box-listing img {
    height: auto;
  }
  /* line 436, app/assets/stylesheets/static.scss */
  .listing-box .listing-box-column {
    min-width: 0;
  }
  /* line 440, app/assets/stylesheets/static.scss */
  .listing-box {
    display: block;
  }
  /* line 444, app/assets/stylesheets/static.scss */
  .listing-box-row {
    display: block;
  }
  /* line 447, app/assets/stylesheets/static.scss */
  .listing-box-column {
    display: block;
    width: 100%;
  }
  /* line 452, app/assets/stylesheets/static.scss */
  .listing-box-listing img {
    height: auto;
  }
  /* line 456, app/assets/stylesheets/static.scss */
  body {
    color: white;
    background: #0c2a50;
  }
  /* line 460, app/assets/stylesheets/static.scss */
  body a, body p, body table td, body table th {
    color: white;
  }
  /* line 464, app/assets/stylesheets/static.scss */
  body a.listing-box-listing {
    color: black;
  }
  /* line 468, app/assets/stylesheets/static.scss */
  .state-header p {
    color: black;
  }
  /* line 471, app/assets/stylesheets/static.scss */
  .for-sale-states-footer {
    grid: auto-flow / 1fr;
  }
  /* line 474, app/assets/stylesheets/static.scss */
  .for-sale-states-footer a {
    color: black;
  }
}
