body,html {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 300;
}

.navbar-fixed-top.scrolled .navbar-brand .nav-logo.home,nav.navbar .navbar-brand .nav-logo.home {
  display: none;
}

footer .copyright,footer .footer-links li:hover {
  opacity: .7;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card-header:hover,.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card-header:hover {
  cursor: pointer;
}

.darkGray {
  color: #707070;
}

.darkBlue {
  color: #1e427d;
}

.midBlue {
  color: #2959a8;
}

body,html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background: #fff;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  letter-spacing: .02rem;
  font-family: Montserrat,sans-serif;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
}

@media (max-width:768px) {
  h1 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }
}

@media (max-width:576px) {
  h5 {
    font-size: 1.1em;
  }
}

@media (max-width:480px) {
  h3 {
    font-size: 1.1em;
  }
}

nav.navbar {
  z-index: 1999;
  top: 0;
  left: 0;
  width: 100%;
  background: #1e427d;
  padding-left: 85px;
  padding-right: 85px;
}

nav.navbar a .nav-link {
  color: #fff;
}

nav.navbar img {
  max-width: 350px;
  height: auto;
  margin-top: 10px;
}

nav.navbar .dropdown-toggle::after {
  margin-left: .05em;
}

nav.navbar .dropdown-menu {
  padding-right: 1rem;
}

nav.navbar span.dropdown-item:focus,nav.navbar span.dropdown-item:hover {
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fafafa;
  font-size: 1.3rem;
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255,255,255,.5);
}

.navbar-fixed-top.scrolled {
  background-color: #1e427d!important;
  transition: background-color .2s linear;
  height: 67px;
}

.navbar-fixed-top.scrolled .navbar-brand .nav-logo.lt-blue {
  display: block;
  width: 260px;
}

.custom-toggler.navbar-toggler {
  border-color: #fff;
}

.custom-toggler .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.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.site.home nav.navbar {
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: 0 0;
}

.site.home nav.navbar.collapse.show {
  background: #fff;
}

.site.home nav.navbar.collapse.show .nav-link {
  color: #1e427d;
  line-height: .7;
}

.site.home nav.navbar.collapse.show .navbar-dark .navbar-toggler {
  background-color: #000;
  border-color: #000;
}

.site.home nav.navbar .navbar-brand .nav-logo.lt-blue {
  display: none;
}

.site.home nav.navbar .navbar-brand .nav-logo.home {
  display: block;
}

.site.home nav.navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.site.home nav.navbar .dropdown-item:hover {
  background: #000;
}

.site.home nav.navbar .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: #fff;
  text-align: left;
  list-style: none;
  background-color: rgba(0,0,0,.7);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.site.home nav.navbar span.dropdown-item:focus,.site.home nav.navbar span.dropdown-item:hover {
  background: rgba(0,0,0,0);
}

.site.home .navbar-fixed-top.scrolled {
  background-color: #1e427d!important;
  transition: background-color .2s linear;
  height: 67px;
}

.site.home .navbar-fixed-top.scrolled .navbar-brand .nav-logo.home {
  display: none;
}

.site.home .navbar-fixed-top.scrolled .navbar-brand .nav-logo.lt-blue {
  display: block;
  width: 260px;
}

.site.home .navbar-fixed-top.scrolled .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  background: #fff;
  border: 0;
}

.site.home .navbar-fixed-top.scrolled .dropdown-item:hover {
  background-color: #f8f9fa;
}

.site.home .navbar-fixed-top.scrolled .dropdown-menu {
  background: #fff;
}

.site.home .navbar-fixed-top.scrolled .nav-link {
  color: #fff;
}

.site.home .collapse.show {
  display: block;
  width: 100%;
  background: #1e427d;
  padding: 20px;
  border-radius: .25rem;
}

@media (max-width:1351px) {
  nav.navbar img {
    max-width: 300px;
    height: auto;
    margin-top: 10px;
  }

  .navbar-dark .navbar-nav .nav-link,.site.home nav.navbar .nav-link {
    font-size: 1.1rem;
  }
}

@media (max-width:1200px) {
  nav.navbar {
    z-index: 1999;
    top: 0;
    left: 0;
    background: #1e427d;
    padding-left: 60px;
    padding-right: 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    font-size: 1rem;
  }

  .navbar-dark .navbar-brand {
    color: #fff;
    margin-left: 0;
  }

  .custom-toggler.navbar-toggler {
    border-color: #fff;
    margin-right: 60px;
  }

  .site.home .collapse.show {
    display: block;
    width: 100%;
    background: rgba(0,0,0,.6);
    margin-right: 60px;
    padding: 20px;
    border-radius: .25rem;
  }

  .site.home nav.navbar .nav-link {
    color: #fff;
    display: block;
    font-size: 1rem;
  }

  .site.home nav.navbar .nav-link:hover {
    color: rgba(250,250,250,.6);
  }

  div#navigationmenu ul li .nav-item {
    padding-left: 60px;
    margin-left: 60px;
  }
}

.brand-sidebar .form .form-control,.broker-sidebar .form .form-control,.location-sidebar .form .form-control,.top-form .form .form-control {
  border-radius: 0;
}

.btn-primary,footer,footer .footer-links li a {
  color: #fff;
}

@media (max-width:1050px) {
  nav.navbar {
    z-index: 1999;
    top: 0;
    left: 0;
    background: #1e427d;
    padding-left: 10px;
    padding-right: 0;
  }

  nav.navbar img {
    max-width: 260px;
    height: auto;
    margin-top: 10px;
  }
}

@media (max-width:992px) {
  nav.navbar {
    z-index: 1999;
    top: 0;
    left: 0;
    background: #1e427d;
  }

  .navbar-dark .navbar-brand {
    color: #fff;
  }
}

@media (max-width:576px) {
  nav.navbar img {
    max-width: 180px;
  }

  .custom-toggler.navbar-toggler {
    border-color: #fff;
    margin-right: 13px;
  }
}

footer {
  background: #1e427d;
  padding: 1em;
}

.btn-light-blue,.btn-primary,.btn-primary:hover {
  background-color: #95a9c9;
}

footer ul.footer-links.list-inline.footer-links {
  margin-bottom: .3em;
}

footer .footer-links {
  padding-top: 1em;
}

footer .footer-links li {
  padding-left: 10px;
  padding-right: 10px;
}

footer .footer-links li a:hover {
  text-decoration: none;
}

footer .footer-logo {
  margin-top: 1em;
}

footer .asnet-badge {
  opacity: .2;
}

footer .asnet-badge:hover {
  opacity: 1;
}

footer .social img {
  width: 77px;
  height: 77px;
}

.back-btn,.brand-sidebar .form .btn-light-blue,.broker-sidebar .form .btn-light-blue,.location-sidebar .form .btn-light-blue,.top-form .form .btn-light-blue {
  width: 100%;
}

.btn-primary:hover {
  color: #fff;
  border-color: #95a9c9;
}

.btn-light-blue {
  color: #fff;
}

.btn-blue,.btn-light-blue:hover {
  background-color: #2959a8;
  color: #fff;
}

.btn-light-blue:hover {
  border-color: #2959a8;
}

.btn-blue:hover {
  color: #fff;
  background-color: #95a9c9;
  border-color: #95a9c9;
}

.btn-dark-blue {
  background-color: #1e427d;
  color: #fff;
}

.btn-dark-blue:hover {
  color: #fff;
  background-color: #95a9c9;
  border-color: #95a9c9;
}

.back-btn {
  position: relative;
  bottom: 0;
  margin: 1rem 0;
}

.brand-sidebar .form .form-group,.broker-sidebar .form .form-group,.location-sidebar .form .form-group,.top-form .form .form-group {
  margin-bottom: .5rem;
}

.back-btn .btn-blue {
  background-color: rgba(30,66,125,.5);
  color: #fff;
  border-color: rgba(30,66,125,.5);
}

.brand-sidebar .form,.broker-sidebar .form,.location-sidebar .form,.top-form .form {
  background: #1e427d;
  padding: 1rem;
}

.back-btn .btn-blue:hover {
  background-color: #1e427d;
}

.brand-sidebar .form .form-header {
  color: #fff;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.top-form .form .form-header {
  color: #fff;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.top-form .form .send-btn {
  margin-top: 10px;
}

.top-form .form .mtop {
  margin-top: .6rem;
}

.location-sidebar .form .form-header {
  color: #fff;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.broker-sidebar .form .form-header {
  color: #fff;
  padding: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

section.address-section {
  color: #1e427d;
}

section.address-section a {
  color: inherit;
  text-decoration: none;
}

section.address-section h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

section.address-section h2:after,section.address-section h2:before {
  position: absolute;
  width: 50%;
  height: 3px;
  content: '\a0';
  top: 51%;
  overflow: hidden;
}

section.address-section h2 span {
  padding-left: 1em;
  padding-right: 1em;
}

section.address-section h2:before {
  background-color: #d31245;
  margin-left: -50%;
  text-align: right;
}

section.address-section h2:after {
  background-color: #1e427d;
}

section.address-section .address-container {
  padding-bottom: 3em;
}

section.address-section .address-container:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 2em;
  border-bottom: 3px solid #ffc425;
}

section.address-section .address-container h2 {
  margin-bottom: 1em;
  color: #707070;
}

section.address-section .address-container p {
  font-size: 1.1em;
}

section.address-section .address-container .virtual-text h6 {
  font-size: .9em;
  color: #707070;
}

section.address-section .address-container .virtual-text h5 {
  margin-bottom: 0;
}

section.address-section .address-container .virtual-text p {
  margin-bottom: 10px;
  margin-top: -3px;
}

section.contact-section {
  position: relative;
  margin-top: 6em;
  margin-bottom: 5em;
}

section.contact-section .contact-partial {
  color: #fff;
  background: linear-gradient(rgba(30,66,125,.6),rgba(30,66,125,.6)),url(../images/contact-backgd.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section.contact-section .contact-partial .content-row {
  padding: 5em 0 2em;
}

section.contact-section .contact-partial h2 {
  font-size: 2.2em;
}

section.contact-section .contact-partial p {
  font-size: 1.7em;
}

section.contact-section .contact-partial .contact-form {
  color: #fff;
}

section.contact-section .contact-partial .contact-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

section.contact-section .contact-partial .contact-form input::-webkit-input-placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form input::-moz-placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form input:-ms-input-placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form input::placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form textarea::-moz-placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form textarea:-ms-input-placeholder {
  color: #fff;
}

section.contact-section .contact-partial .contact-form textarea::placeholder {
  color: #fff;
}

section.contact-section .contact-partial .swash-wrapper {
  position: relative;
  bottom: -25px;
  width: 100vw;
}

section.contact-section .contact-partial .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

section.contact-section .contact-partial .swash-wrapper .swash-graphic:after,section.contact-section .contact-partial .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

section.contact-section .contact-partial .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

section.contact-section .contact-partial .swash-wrapper .swash-graphic img.img-fluid {
  max-width: 200px;
}

.site.home section.hero .jumbotron.jumbotron-fluid {
  background-image: url(../images/hero-img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

.site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock {
  margin-top: 19%;
  padding-left: 85px;
  z-index: 10;
}

.site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
  font-family: Montserrat,sans-serif;
  color: #fff;
  font-size: 3.3em;
}

.site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock p {
  font-size: 1.7em;
  color: #fff;
}

.site.home section.hero .jumbotron.jumbotron-fluid .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,rgba(0,0,0,0) 10%,#000 140%,#000 101%);
}

.site.home section.hero .search-wrapper {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  padding-left: 85px;
  padding-right: 85px;
}

.site.home section.hero .search-wrapper .hero-form label {
  color: #fff;
  text-transform: uppercase;
}

.site.home section.hero .search-wrapper .hero-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.site.home section.hero .search-wrapper .hero-form .form-control option {
  color: #495057;
}

.site.home section.hero .search-wrapper .hero-form .col-md-6.range-box {
  padding-right: 5px;
  padding-left: 5px;
}

.site.home section.hero .search-wrapper .hero-form .text-center.to-range {
  margin-top: 3px;
  color: #fff;
}

.site.home section.hero .search-wrapper .hero-form .search-btn {
  margin-top: 1.9rem;
}

.site.home section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.home section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.home section.hero .swash-wrapper .swash-graphic:after,.site.home section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.home section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.home section.hero .swash-wrapper img {
  width: 200px;
}

.site.home section.brands-section {
  margin-top: 6em;
  padding-bottom: 5em;
}

.site.home section.brands-section .container {
  padding-bottom: 3em;
  border-bottom: 3px solid #ffc425;
}

.site.home section.brands-section nav {
  margin-bottom: 3em;
}

.site.home section.brands-section nav a#pills-sailboats-tab {
  font-size: 1.5em;
  font-family: Montserrat,sans-serif;
  color: #afafaf;
  border-bottom: 3px solid #1e427d;
  border-radius: 0;
  background: #fff;
}

.site.home section.brands-section nav a#pills-sailboats-tab:after {
  position: absolute;
  content: '\f363';
  font-family: ionicons;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
}

.site.home section.brands-section nav a#pills-powerboats-tab {
  font-size: 1.5em;
  font-family: Montserrat,sans-serif;
  color: #afafaf;
  border-bottom: 3px solid #d31245;
  border-radius: 0;
  background: #fff;
}

.site.home section.brands-section nav a#pills-powerboats-tab:after {
  position: absolute;
  content: '\f363';
  font-family: ionicons;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
}

.site.home section.brands-section nav a#pills-powerboats-tab.active,.site.home section.brands-section nav a#pills-powerboats-tab:hover,.site.home section.brands-section nav a#pills-sailboats-tab.active,.site.home section.brands-section nav a#pills-sailboats-tab:hover {
  color: #707070;
}

.site.home section.brands-section nav .nav-item.nav-link.center-link {
  max-width: 5%;
}

.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic img,.site.yacht-search section.hero .swash-wrapper .swash-graphic img {
  max-width: 200px;
}

.site.home section.brands-section .owl-one.owl-carousel img,.site.home section.brands-section .owl-two.owl-carousel img {
  border: 8px solid #fff;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.49);
}

.site.home section.brands-section .owl-one.owl-carousel .wrapper,.site.home section.brands-section .owl-two.owl-carousel .wrapper {
  position: relative;
  margin: 15px;
}

.site.home section.brands-section .owl-one.owl-carousel .wrapper .image,.site.home section.brands-section .owl-two.owl-carousel .wrapper .image {
  display: block;
  width: 100%;
  height: auto;
}

.site.home section.brands-section .owl-one.owl-carousel .wrapper .overlay,.site.home section.brands-section .owl-two.owl-carousel .wrapper .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.5);
  margin-bottom: -1em;
}

.site.home section.brands-section .owl-one.owl-carousel .wrapper .overlay .text,.site.home section.brands-section .owl-two.owl-carousel .wrapper .overlay .text {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-family: Montserrat,sans-serif;
  width: 100%;
}

.site.home section.brands-section .owl-one.owl-carousel .wrapper .overlay .text button,.site.home section.brands-section .owl-two.owl-carousel .wrapper .overlay .text button {
  font-family: 'Source Sans Pro',sans-serif;
}

.site.home section.brands-section .owl-one.owl-carousel .wrapper:hover .overlay,.site.home section.brands-section .owl-two.owl-carousel .wrapper:hover .overlay {
  opacity: 1;
}

.site.home section.brands-section .owl-one.owl-carousel .text-container,.site.home section.brands-section .owl-two.owl-carousel .text-container {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site.home section.brands-section .owl-one.owl-carousel .title-blue,.site.home section.brands-section .owl-two.owl-carousel .title-blue {
  position: absolute;
  color: #fff;
  background: #1e427d;
  display: inline-block;
  padding: 1px 1em;
}

.site.home section.brands-section .owl-one.owl-carousel .title-red,.site.home section.brands-section .owl-two.owl-carousel .title-red {
  position: absolute;
  color: #fff;
  background: #d31245;
  display: inline-block;
  padding: 1px 1em;
}

.site.home section.news-section .container {
  padding-bottom: 3em;
  border-bottom: 3px solid #1e427d;
}

.site.home section.news-section .text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1rem;
  z-index: 10;
}

.site.home section.news-section .title-yellow {
  color: #fff;
  background: #ffc425;
  display: inline-block;
  padding: 1px 1em;
}

.site.home section.news-section .article-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site.home section.news-section .article-row a {
  text-decoration: none;
}

.site.home section.news-section .article-row .news-card .card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  height: 100%;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.49);
}

.site.home section.news-section .article-row .news-card .card-img {
  position: relative;
  overflow: hidden;
  height: 225px;
  width: 100%;
  border-radius: calc(-.75rem);
}

.site.home section.news-section .article-row .news-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .2s ease-in;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.site.home section.news-section .article-row .news-card .card-block {
  border: none;
  padding: .75rem;
  text-align: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.site.home section.news-section .article-row .news-card .card-block .card-title {
  font-family: Montserrat,sans-serif;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.site.home section.news-section .article-row .news-card .card-block .card-text {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 1.2em;
}

.site.home section.news-section .article-row .news-card:hover .card .card-img .card-img-top {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site.yacht-search section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  background-image: url(../images/yacht-search-hero.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  height: 70vh;
  width: 100vw;
  margin-top: -65px;
}

.site.yacht-search section.hero .jumbotron.jumbotron-fluid .hero-textblock {
  position: absolute;
  bottom: 1rem;
  left: 9%;
  z-index: 10;
}

.site.yacht-search section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
  font-family: Montserrat,sans-serif;
  color: #fff;
  font-size: 3.3em;
}

.site.yacht-search section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.yacht-search section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.yacht-search section.hero .swash-wrapper .swash-graphic:after,.site.yacht-search section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.yacht-search section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.yacht-search section.search-section .search-wrapper {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site.yacht-search section.search-section .search-wrapper .hero-form label {
  color: #1e427d;
  text-transform: uppercase;
}

.site.yacht-search section.search-section .search-wrapper .hero-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1e427d;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.site.yacht-search section.search-section .search-wrapper .hero-form .form-control option {
  color: #495057;
}

.site.yacht-search section.search-section .search-wrapper .hero-form .col-md-6.range-box {
  padding-right: 5px;
  padding-left: 5px;
}

.site.yacht-search section.search-section .search-wrapper .hero-form .text-center.to-range {
  margin-top: 3px;
  color: #1e427d;
}

.site.yacht-search section.search-section .search-wrapper .hero-form .search-btn {
  margin-top: 1.9rem;
  width: 100%;
}

.site.yacht-search section.results-section .container {
  padding-bottom: 3em;
}

.site.yacht-search section.results-section .text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1rem;
  z-index: 10;
}

.site.yacht-search section.results-section .title-yellow {
  color: #fff;
  background: #ffc425;
  display: inline-block;
  padding: 1px 1em;
}

.site.yacht-search section.results-section .card-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site.yacht-search section.results-section .card-row a {
  text-decoration: none;
}

.site.yacht-search section.results-section .card-row .yacht-card {
  margin-bottom: 2rem;
}

.site.yacht-search section.results-section .card-row .yacht-card .card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  height: 100%;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.49);
}

.site.yacht-search section.results-section .card-row .yacht-card .card-img {
  position: relative;
  overflow: hidden;
  height: 225px;
  width: 100%;
  border-radius: calc(-.75rem);
}

.site.yacht-search section.results-section .card-row .yacht-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .2s ease-in;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-body {
  border: none;
  padding: .75rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-body .card-title {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-body .card-text {
  font-family: 'Source Sans Pro',sans-serif;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-body ul.list-unstyled {
  font-size: .9em;
  line-height: 1.3;
  margin-bottom: 0;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer {
  padding-top: 0;
  padding-bottom: .1rem;
  background: #1e427d;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center:hover {
  background: #95a9c9;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center .left-link {
  border-right: .03rem solid rgba(250,250,250,.8);
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer .row {
  margin-left: -18px;
  margin-right: -18px;
}

.site.yacht-search section.results-section .card-row .yacht-card .card-footer .col {
  margin: 0;
  padding: 0;
}

.site.yacht-search section.results-section .card-row .card-img .card-img-top:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid {
  background: 0 0;
  position: relative;
  min-height: auto;
  width: 100vw;
  margin-top: 80px;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  opacity: .3;
  color: #fff;
  background: url(../images/hero-yacht-search-detail.jpg) top center no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .form-container {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box {
  height: 100%;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .detail-form {
  background: rgba(250,250,250,.5);
  padding: 1rem 1rem 14px;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .detail-form form label {
  margin-bottom: .1rem;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .detail-form form .form-group {
  margin-bottom: .5rem;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .detail-form form button {
  width: 100%;
}

.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .back-btn {
  padding-left: 20px;
  margin: 0;
}

.site.yacht-search-detail section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
  z-index: 0;
}

.site.yacht-search-detail section.hero .swash-wrapper .swash-graphic {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.site.yacht-search-detail section.hero .swash-wrapper .swash-graphic:after,.site.yacht-search-detail section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.yacht-search-detail section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.yacht-search-detail section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
  padding-top: 3rem;
}

.site.yacht-search-detail section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.yacht-search-detail section.content-section .accordion-wrapper {
  padding-bottom: 4rem;
  border-bottom: 3px solid #ffc425;
}

.site.yacht-search-detail section.content-section .accordion-wrapper h4.boat-title {
  text-transform: uppercase;
  padding-top: 1rem;
}

.site.yacht-search-detail section.content-section .accordion-wrapper nav {
  margin-bottom: 3em;
}

.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab {
  font-size: 1.5em;
  font-family: Montserrat,sans-serif;
  color: #afafaf;
  border-bottom: 3px solid #1e427d;
  border-radius: 0;
  background: #fff;
}

.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab:after {
  position: absolute;
  content: '\f363';
  font-family: ionicons;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
}

.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab {
  font-size: 1.5em;
  font-family: Montserrat,sans-serif;
  color: #afafaf;
  border-bottom: 3px solid #d31245;
  border-radius: 0;
  background: #fff;
}

.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab:after {
  position: absolute;
  content: '\f363';
  font-family: ionicons;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
}

.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab.active,.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab:hover,.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab.active,.site.yacht-search-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab:hover {
  color: #707070;
}

.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card {
  border: none;
}

.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card-header {
  padding: .4rem 1rem .4rem 0;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card-header .card-title {
  text-transform: uppercase;
}

.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card-header:before {
  font-family: Ionicons;
  content: "\f10d";
  float: right;
  color: #afafaf;
}

.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card-header.collapsed:before {
  font-family: Ionicons;
  content: "\f104";
  float: right;
  color: #afafaf;
}

.site.yacht-search-detail section.content-section .accordion-wrapper .accordion .card-block {
  padding-top: 1rem;
}

.site.yacht-search-detail section.content-section .specs-table tbody>tr:first-child>td {
  border-top: 0;
}

.site.yacht-search-detail section.content-section .broker-card {
  color: #fff;
  padding: 0;
}

.site.yacht-search-detail section.content-section .broker-card h4,.site.yacht-search-detail section.content-section .broker-card h6 {
  padding: 0;
}

.site.yacht-search-detail section.content-section .broker-card i.icon.ion-android-mail {
  font-size: 30px;
  color: #fff;
}

.site.yacht-search-detail section.content-section .broker-card i.icon.ion-android-mail:hover {
  color: #afafaf;
}

.site.yacht-search-detail section.content-section .broker-card .card-img-top {
  padding: 1rem;
  background: #1e427d;
}

.site.yacht-search-detail section.content-section .broker-card .card-body {
  background: #1e427d;
}

.site.yacht-search-detail section.content-section .broker-card .card-footer {
  margin-top: 3px;
  padding-top: 0;
  padding-bottom: .1rem;
  background: #1e427d;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}

.site.yacht-search-detail section.content-section .broker-card .card-footer a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.site.yacht-search-detail section.content-section .broker-card .card-footer a.btn.btn-dark-blue.text-center {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.site.yacht-search-detail section.content-section .broker-card .card-footer a.btn.btn-dark-blue.text-center:hover {
  background: #95a9c9;
  border: #95a9c9;
}

.site.yacht-search-detail section.content-section .broker-card .card-footer a.btn.btn-dark-blue.text-center .left-link {
  border-right: .03rem solid rgba(250,250,250,.8);
}

.site.yacht-search-detail section.content-section .broker-card .card-footer .row {
  margin-left: -18px;
  margin-right: -18px;
}

.site.yacht-search-detail section.content-section .broker-card .card-footer .col {
  margin: 0;
  padding: 0;
}

.site.yacht-search-detail section.more-section {
  padding-top: 2rem;
}

.site.yacht-search-detail section.more-section .container {
  padding-bottom: 3em;
}

.site.yacht-search-detail section.more-section .container h4 {
  text-transform: uppercase;
  padding-top: 1rem;
}

.site.yacht-search-detail section.more-section .text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1rem;
  z-index: 10;
}

.site.yacht-search-detail section.more-section .title-yellow {
  color: #fff;
  background: #ffc425;
  display: inline-block;
  padding: 1px 1em;
}

.site.yacht-search-detail section.more-section .card-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1rem;
}

.site.yacht-search-detail section.more-section .card-row a {
  text-decoration: none;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card {
  margin-bottom: 2rem;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  height: 100%;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.49);
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-img {
  position: relative;
  overflow: hidden;
  height: 225px;
  width: 100%;
  border-radius: calc(-.75rem);
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .2s ease-in;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-body {
  border: none;
  padding: .75rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-body .card-title {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-body .card-text {
  font-family: 'Source Sans Pro',sans-serif;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-body ul.list-unstyled {
  font-size: .9em;
  line-height: 1.3;
  margin-bottom: 0;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer {
  padding-top: 0;
  padding-bottom: .1rem;
  background: #1e427d;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center:hover {
  background: #95a9c9;
  border: #95a9c9;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center .left-link {
  border-right: .03rem solid rgba(250,250,250,.8);
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer .row {
  margin-left: -18px;
  margin-right: -18px;
}

.site.yacht-search-detail section.more-section .card-row .yacht-card .card-footer .col {
  margin: 0;
  padding: 0;
}

.site.yacht-search-detail section.more-section .card-row .card-img .card-img-top:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site.yacht-brand-page section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 60vh;
  width: 100vw;
  margin-top: 80px;
}

.site.yacht-brand-page section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/fpo-images/new-yacht-detail.jpg) center center no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site.yacht-brand-page section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic:after,.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.yacht-brand-page section.content-section {
  padding-top: 3rem;
}

.site.yacht-brand-page section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.yacht-brand-page section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.yacht-brand-page section.content-section .MsoNormal span,.site.yacht-brand-page section.content-section p,.site.yacht-brand-page section.content-section p *,.site.yacht-brand-page section.content-section ul,.site.yacht-brand-page section.content-section ul * {
  font-size: 1rem!important;
  line-height: 1.5em!important;
  font-family: 'Source Sans Pro',sans-serif!important;
}

.site.yacht-brand-page section.content-section .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px!important;
}

.site.yacht-brand-page section.content-section .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site.yacht-brand-page section.content-section .img-wrapper .content-overlay {
  background: rgba(0,0,0,.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .4s ease-in-out 0s;
}

.site.yacht-brand-page section.content-section .img-wrapper .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .3s ease-in-out 0s;
}

.site.yacht-brand-page section.content-section .img-wrapper .content-details h6 {
  color: #fff;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.site.yacht-brand-page section.content-section .img-wrapper .content-details p {
  color: #fff;
  font-size: .8em;
}

.site.yacht-brand-page section.content-section .img-wrapper:hover .content-overlay {
  opacity: 1;
}

.site.yacht-brand-page section.content-section .img-wrapper:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.site.yacht-brand-page section.content-section .img-wrapper .fadeIn-bottom {
  top: 80%;
}

.site.yacht-brand-page section.content-section .more-brand-info {
  padding-top: 3rem;
  padding-bottom: 3em;
}

.site.yacht-brand-page section.content-section .more-brand-info h6 {
  text-transform: uppercase;
  padding-top: 2rem;
}

.site.yacht-brand-page section.content-section .more-brand-info strong {
  font-weight: 800;
}

.site.yacht-brand-page section.content-section .view-used {
  border: 1px solid #1e427d;
  color: #1e427d;
  font-weight: 700;
  padding: .8rem 0 .4rem;
  margin: 1rem 0;
}

.site.yacht-brand-page section.content-section .view-used a {
  text-decoration: none;
  color: #1e427d;
}

.site.yacht-brand-page section.content-section .view-used a:hover {
  color: #add8e6;
}

.site.yacht-brand-detail section.hero {
  margin-top: 105px;
}

.site.yacht-brand-detail section.hero h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.site.yacht-brand-detail section.hero .model-style {
  font-size: 1.25em;
  font-family: Montserrat,sans-serif;
  font-weight: 600;
  color: #1e427d;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  width: 100vw;
  margin-top: 0;
  background-color: #fff;
  margin-bottom: 2rem;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid #brand-slider.royalSlider {
  height: auto!important;
  background: #fff!important;
  border: 1px solid #c9c9c9;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid #brand-slider.royalSlider img {
  width: 100%;
  height: auto;
  margin: 5px auto;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW,.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsOverflow,.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsSlide,.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsThumbs,.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsVideoFrameHolder {
  background: 0 0;
  color: #fff;
  padding: 3px 4px 8px;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsThumb.rsNavSelected {
  background: 0 0;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsArrowLeft {
  left: 7px;
  bottom: 50%;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .rsMinW .rsArrowRight {
  right: 7px;
  bottom: 50%;
}

.site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid img.rsImg {
  max-width: none;
}

.site.about section.hero .swash-wrapper .swash-graphic img,.site.buying-tips section.hero .swash-wrapper .swash-graphic img,.site.contact section.hero .swash-wrapper .swash-graphic img,.site.location-page section.hero .swash-wrapper .swash-graphic img,.site.news section.hero .swash-wrapper .swash-graphic img,.site.scholarships section.hero .swash-wrapper .swash-graphic img,.site.why-list section.hero .swash-wrapper .swash-graphic img {
  max-width: 200px;
}

.site.yacht-brand-detail section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic:after,.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic img {
  width: 200px;
}

.site.yacht-brand-detail section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
  padding-top: 3rem;
}

.site.yacht-brand-detail section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.yacht-brand-detail section.content-section h4.boat-style {
  text-transform: uppercase;
  padding-top: 1rem;
}

.site.yacht-brand-detail section.content-section .lead-text {
  padding: 15px;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper {
  padding-bottom: 4rem;
  border-bottom: 3px solid #ffc425;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper h4.boat-title {
  text-transform: uppercase;
  padding-top: 1rem;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav {
  margin-bottom: 3em;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab {
  font-size: 1.5em;
  font-family: Montserrat,sans-serif;
  color: #afafaf;
  border-bottom: 3px solid #1e427d;
  border-radius: 0;
  background: #fff;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab:after {
  position: absolute;
  content: '\f363';
  font-family: ionicons;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab {
  font-size: 1.5em;
  font-family: Montserrat,sans-serif;
  color: #afafaf;
  border-bottom: 3px solid #d31245;
  border-radius: 0;
  background: #fff;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab:after {
  position: absolute;
  content: '\f363';
  font-family: ionicons;
  font-size: 1.5em;
  margin-top: -9px;
  padding-left: 10px;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab.active,.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-moreinfo-tab:hover,.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab.active,.site.yacht-brand-detail section.content-section .accordion-wrapper nav a#pills-specifications-tab:hover {
  color: #707070;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper nav span {
  width: 20px;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .table {
  margin-bottom: 0;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .table .specs-table tr:first-child>td {
  border-top: 0;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .pdf-links a.btn.btn-dark-blue.btn-sm {
  width: 100%;
  margin-bottom: .3rem;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .pdf-links a.btn.btn-dark-blue.btn-sm:first-child {
  margin-top: 2rem;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card {
  border: none;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card-header {
  padding: .4rem 1rem .4rem 0;
  margin-bottom: 0;
  background-color: rgba(0,0,0,0);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card-header .card-title {
  text-transform: uppercase;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card-header:before {
  font-family: Ionicons;
  content: "\f10d";
  float: right;
  color: #afafaf;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card-header.collapsed:before {
  font-family: Ionicons;
  content: "\f104";
  float: right;
  color: #afafaf;
}

.site.yacht-brand-detail section.content-section .accordion-wrapper .accordion .card-block {
  padding-top: 1rem;
}

.site.yacht-brand-detail section.content-section .specs-table tbody>tr:first-child>td {
  border-top: 0;
}

.site.yacht-brand-detail section.content-section .recent-brand-news {
  border: 1px solid #afafaf;
}

.site.yacht-brand-detail section.content-section .recent-brand-news .news-box-header {
  color: #1e427d;
  background: #fff;
  font-size: 1.5rem;
  padding: .5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.site.yacht-brand-detail section.content-section .recent-brand-news .news-item {
  padding: .5rem 1rem;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
  background: #d9e2ef;
}

.site.yacht-brand-detail section.content-section .recent-brand-news .news-item .title {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.site.yacht-brand-detail section.content-section .recent-brand-news .news-item p {
  margin-bottom: .2rem;
}

.site.yacht-brand-detail section.content-section .brand-sidebar {
  margin-top: 5rem;
}

.site.yacht-brand-detail section.content-section .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 220px!important;
}

.site.yacht-brand-detail section.content-section .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.site.yacht-brand-detail section.content-section .img-wrapper .content-overlay {
  background: rgba(0,0,0,.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .4s ease-in-out 0s;
}

.site.yacht-brand-detail section.content-section .img-wrapper .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .3s ease-in-out 0s;
}

.site.yacht-brand-detail section.content-section .img-wrapper .content-details h6 {
  color: #fff;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.site.yacht-brand-detail section.content-section .img-wrapper .content-details p {
  color: #fff;
  font-size: .8em;
}

.site.yacht-brand-detail section.content-section .img-wrapper:hover .content-overlay {
  opacity: 1;
}

.site.yacht-brand-detail section.content-section .img-wrapper:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.site.yacht-brand-detail section.content-section .img-wrapper .fadeIn-bottom {
  top: 80%;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 80vh;
  width: 100vw;
  margin-top: -100px;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.SanDiego,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.anacortes,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.jupiter,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.annapolis,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.british-columbia,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.fort-lauderdale,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.philippines,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.sandiego,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.sanjuan,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.shilshole,
.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.sanfran {
  margin-bottom: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.shilshole {
  background: url(../images/location-hero-shilshole.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.anacortes {
  background: url(../images/location-hero-anacortes.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.sanfran {
  background: url(../images/location-hero-sanfran.jpg) center center no-repeat #000;
  background-size: cover;
}


.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.sandiego {
  background: url(../images/San-Diego-Yachts-For-Sale.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.SanDiego {
  background: url(../images/San-Diego-Yachts-For-Sale.jpg) top center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.jupiter {
  background: url(../images/Jupiter_Yacht_Club_Marina_Office.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.annapolis {
  background: url(../images/Annapolis_Office.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.british-columbia {
  background: url(../images/location-hero-british-columbia.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.fort-lauderdale {
  background: url(../images/location-hero-fort-lauderdale.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.sanjuan {
  background: url(../images/location-hero-sanjuan.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .jumbotron.jumbotron-fluid .backgd-img.philippines {
  background: url(../images/location-hero-philippines.jpg) center center no-repeat #000;
  background-size: cover;
}

.site.location-page section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.location-page section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.location-page section.hero .swash-wrapper .swash-graphic:after,.site.location-page section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.location-page section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.location-page section.content-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.site.location-page section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.location-page section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.location-page section.content-section .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.site.location-page section.content-section .img-wrapper .content-overlay {
  background: rgba(0,0,0,.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .4s ease-in-out 0s;
}

.site.location-page section.content-section .img-wrapper .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .3s ease-in-out 0s;
}

.site.location-page section.content-section .img-wrapper .content-details h6 {
  color: #fff;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.site.location-page section.content-section .img-wrapper .content-details p {
  color: #fff;
  font-size: .8em;
}

.site.location-page section.content-section .local-brokers p.disc,.site.location-page section.content-section .model-description p.disc {
  color: #707070;
}

.site.location-page section.content-section .img-wrapper:hover .content-overlay {
  opacity: 1;
}

.site.location-page section.content-section .img-wrapper:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.site.location-page section.content-section .img-wrapper .fadeIn-bottom {
  top: 80%;
}

.site.location-page section.content-section .model-description {
  padding-bottom: .5rem;
}

.site.location-page section.content-section .model-description h6 {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.site.location-page section.content-section .model-description p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.site.location-page section.content-section .model-description p.price {
  font-weight: 800;
}

.site.location-page section.content-section .local-brokers {
  padding-bottom: .5rem;
}

.site.location-page section.content-section .local-brokers h6 {
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.site.location-page section.content-section .local-brokers p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.site.location-page section.content-section .local-brokers .img-wrapper {
  height: 300px;
}

.site.location-page section.content-section .location-sidebar {
  margin-top: -.5rem;
}

.site.location-page section.content-section .location-sidebar .location-map {
  margin: 1.5rem 0;
  border: 1px solid #1e427d;
}

.site.location-page section.content-section .view-used {
  border: 1px solid #1e427d;
  color: #1e427d;
  font-weight: 700;
  padding: 1rem 2rem;
  margin: 1rem 0;
}

.site.location-page section.content-section .view-used a {
  text-decoration: none;
  color: #1e427d;
}

.site.location-page section.content-section .view-used a:hover {
  color: #add8e6;
}

.site.location-page section.more-news-boxes .container .header-rule {
  border-bottom: solid 3px #1e427d;
  margin-bottom: 3rem;
}

.site.location-page section.more-news-boxes .text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1rem;
  z-index: 10;
}

.site.location-page section.more-news-boxes .title-yellow {
  color: #fff;
  background: #ffc425;
  display: inline-block;
  padding: 1px 1em;
}

.site.location-page section.more-news-boxes .card-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site.location-page section.more-news-boxes .card-row a {
  text-decoration: none;
}

.site.location-page section.more-news-boxes .card-row .yacht-card {
  margin-bottom: 2rem;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  height: 100%;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.49);
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-img {
  position: relative;
  overflow: hidden;
  height: 225px;
  width: 100%;
  border-radius: calc(-.75rem);
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .2s ease-in;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-body {
  border: none;
  padding: .75rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-body .card-title {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-body .card-text {
  font-family: 'Source Sans Pro',sans-serif;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-body ul.list-unstyled {
  font-size: .9em;
  line-height: 1.3;
  margin-bottom: 0;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer {
  padding-top: 0;
  padding-bottom: .1rem;
  background: #1e427d;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center:hover {
  background: #95a9c9;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center .left-link {
  border-right: .03rem solid rgba(250,250,250,.8);
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer .row {
  margin-left: -18px;
  margin-right: -18px;
}

.site.location-page section.more-news-boxes .card-row .yacht-card .card-footer .col {
  margin: 0;
  padding: 0;
}

.site.location-page section.more-news-boxes .card-row .card-img .card-img-top:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 75vh;
  width: 100vw;
  margin-top: 105px;
  background: #fff;
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper .broker-name {
  Font-size: 1.8rem; 
  color: #1e427d;
  text-transform: uppercase;
  font-weight: 800;
  font-family: Montserrat,sans-serif;
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper .broker-location {
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper .broker-phone-section {
  margin-top:10px;
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper .broker-phone {
  font-size: 1.1rem;
  color: #1e427d;
  font-weight: normal;
  font-family: Montserrat,sans-serif;
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper .broker-email {
  margin-top:15px;
  font-size: 1.1rem;
  color: #1e427d;
  font-weight: normal;
  font-family: Montserrat,sans-serif; 
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper .broker-email a{
  font-size: 1rem;
}

.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper b,.site.broker-detail section.hero .jumbotron.jumbotron-fluid .bio-wrapper strong {
  font-weight: 700;
}

.site.broker-detail section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.broker-detail section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.broker-detail section.hero .swash-wrapper .swash-graphic:after,.site.broker-detail section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.broker-detail section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.broker-detail section.content-section {
  padding-top: 3rem;
}

.site.broker-detail section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.broker-detail section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.broker-detail section.content-section .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.site.broker-detail section.content-section .img-wrapper .content-overlay {
  background: rgba(0,0,0,.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all .4s ease-in-out 0s;
}

.site.broker-detail section.content-section .img-wrapper .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .3s ease-in-out 0s;
}

.site.broker-detail section.content-section .img-wrapper .content-details h6 {
  color: #fff;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.site.broker-detail section.content-section .img-wrapper .content-details p {
  color: #fff;
  font-size: .8em;
}

.site.broker-detail section.content-section .local-brokers p.disc,.site.broker-detail section.content-section .model-description p.disc {
  color: #707070;
}

.site.broker-detail section.content-section .img-wrapper:hover .content-overlay {
  opacity: 1;
}

.site.broker-detail section.content-section .img-wrapper:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.site.broker-detail section.content-section .img-wrapper .fadeIn-bottom {
  top: 80%;
}

.site.broker-detail section.content-section .model-description {
  padding-bottom: .5rem;
}

.site.broker-detail section.content-section .model-description h6 {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.site.broker-detail section.content-section .model-description p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.site.broker-detail section.content-section .model-description p.price {
  font-weight: 800;
}

.site.broker-detail section.content-section .local-brokers {
  padding-bottom: .5rem;
}

.site.broker-detail section.content-section .local-brokers h6 {
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}

.site.broker-detail section.content-section .local-brokers p {
  padding: 0;
  margin: 0;
  line-height: 1.2;
}

.site.broker-detail section.content-section .broker-sidebar {
  margin-top: 1rem;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials {
  border: 1px solid #afafaf;
  margin-top: 1rem;
  background: #d9e2ef;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials .carousel-header {
  color: #1e427d;
  background: #fff;
  font-size: 1.5rem;
  padding: .5rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #1e427d;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials .carousel-item .author,.site.news-detail section.content-section .content-wrapper .article-wrapper .article-text b,.site.news-detail section.content-section .content-wrapper .article-wrapper .article-text strong {
  font-weight: 800;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials .container {
  padding: 0;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials .carousel-item {
  padding: .5rem 1rem;
  margin-top: -1px;
  background: #d9e2ef;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials .carousel-item p {
  margin-bottom: .2rem;
  padding-left: 15px;
  padding-right: 15px;
}

.site.broker-detail section.content-section .broker-sidebar .testimonials .carousel-control-next,.site.broker-detail section.content-section .broker-sidebar .testimonials .carousel-control-prev {
  width: 10%;
  color: #1e427d;
}

.site.why-list section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 60vh;
  width: 100vw;
  margin-top: 0;
}

.site.why-list section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/hero-why-list.jpg) 50% 70% no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site.why-list section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.why-list section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.why-list section.hero .swash-wrapper .swash-graphic:after,.site.why-list section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.why-list section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.why-list section.content-section {
  padding-top: 3rem;
}

.site.why-list section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.why-list section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.why-list section.content-section .odd-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.why-list section.content-section .even-panel.even-panel.map {
  background: url(../images/contact-hero2.jpg) center center no-repeat;
  background-size: cover;
}

.site.why-list section.content-section .even-panel.print {
  background: url(../images/why-list-img4a.jpg) 0 40% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.why-list section.content-section .even-panel.shows {
  background: url(../images/why-list-img6a.jpg) 0 40% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.why-list section.content-section .even-panel.social {
  background: url(../images/why-list-img8a.jpg) 0 30% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.why-list section.content-section .even-panel .bk-gray {
  background: rgba(235,235,235,.7);
  padding-top: 1rem;
}

.site.why-list section.content-section .even-panel .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.why-list section.contact-section {
  margin-top: 0;
}

.site.buying-tips section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 62vh;
  width: 100vw;
  margin-top: 0;
}

.site.buying-tips section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/buying-tips-hero.jpg) 50% 30% no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site.buying-tips section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.buying-tips section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.buying-tips section.hero .swash-wrapper .swash-graphic:after,.site.buying-tips section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.buying-tips section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.buying-tips section.content-section {
  padding-top: 3rem;
}

.site.buying-tips section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.buying-tips section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.buying-tips section.content-section .odd-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.buying-tips section.content-section .even-panel.choices {
  background: url(../images/buying-tips-img2a.jpg) 0 40% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.buying-tips section.content-section .even-panel.best-prices {
  background: url(../images/buying-tips-img4a.jpg) 0 92% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.buying-tips section.content-section .even-panel .bk-gray {
  background: rgba(235,235,235,.7);
  padding-top: 1rem;
}

.site.buying-tips section.content-section .even-panel .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.buying-tips section.contact-section {
  margin-top: 0;
}

.site.news section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  background-image: url(../images/news-hero.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 69vh;
  width: 100vw;
  margin-top: -31px;
}

.site.news section.hero .jumbotron.jumbotron-fluid .hero-textblock {
  position: absolute;
  bottom: 1rem;
  left: 9%;
  z-index: 10;
}

.site.news section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
  font-family: Montserrat,sans-serif;
  color: #fff;
  font-size: 3.3em;
}

.site.news section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.news section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.news section.hero .swash-wrapper .swash-graphic:after,.site.news section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.news section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.news section.feature-articles {
  padding: 3rem;
}

.site.news section.feature-articles .top-article {
  padding-bottom: 2rem;
}

.site.news section.feature-articles h6 {
  font-size: 1.2rem;
  color: #707070;
}

.site.news section.feature-articles p.continue a {
  color: #1e427d;
  font-weight: 800;
}

.site.news section.feature-articles img.img-fluid.sub-feature {
  object-fit: cover;
  height: 325px;
}

.site.news section.more-news-boxes .container {
  padding-bottom: 3em;
}

.site.news section.more-news-boxes .container .header-rule {
  border-bottom: solid 3px #1e427d;
  margin-bottom: 3rem;
}

.site.news section.more-news-boxes .text-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1rem;
  z-index: 10;
}

.site.news section.more-news-boxes .title-yellow {
  color: #fff;
  background: #ffc425;
  display: inline-block;
  padding: 1px 1em;
}

.site.news section.more-news-boxes .card-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site.news section.more-news-boxes .card-row a {
  text-decoration: none;
}

.site.news section.more-news-boxes .card-row .yacht-card {
  margin-bottom: 2rem;
}

.site.news section.more-news-boxes .card-row .yacht-card .card {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  height: 100%;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.49);
}

.site.news section.more-news-boxes .card-row .yacht-card .card-img {
  position: relative;
  overflow: hidden;
  height: 225px;
  width: 100%;
  border-radius: calc(-.75rem);
}

.site.news section.more-news-boxes .card-row .yacht-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all .2s ease-in;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-body {
  border: none;
  padding: .75rem;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-body .card-title {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-body .card-text {
  font-family: 'Source Sans Pro',sans-serif;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-body ul.list-unstyled {
  font-size: .9em;
  line-height: 1.3;
  margin-bottom: 0;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer {
  padding-top: 0;
  padding-bottom: .1rem;
  background: #1e427d;
  color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center:hover {
  background: #95a9c9;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer a.btn.btn-dark-blue.text-center .left-link {
  border-right: .03rem solid rgba(250,250,250,.8);
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer .row {
  margin-left: -18px;
  margin-right: -18px;
}

.site.news section.more-news-boxes .card-row .yacht-card .card-footer .col {
  margin: 0;
  padding: 0;
}

.site.news section.more-news-boxes .card-row .card-img .card-img-top:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.site.news-detail section.content-section {
  padding-top: 105px;
}

.site.news-detail section.content-section h1 {
  margin-bottom: 0;
}

.site.news-detail section.content-section .post-date {
  font-size: 1.25em;
  color: #afafaf;
}

.site.news-detail section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.news-detail section.content-section h4.boat-style {
  text-transform: uppercase;
  padding-top: 1rem;
}

.site.news-detail section.content-section .lead-text {
  padding: 15px;
}

.site.news-detail section.content-section .content-wrapper,.site.news-detail section.content-section .content-wrapper .article-wrapper .article-text,.site.news-detail section.content-section .content-wrapper .article-wrapper img {
  padding-bottom: 2rem;
}

.site.news-detail section.content-section .content-wrapper .article-wrapper .article-text img {
  width: 100%;
  height: auto;
}

.site.news-detail section.content-section .content-wrapper .article-wrapper .article-text iframe {
  width: 100%!important;
}

.site.news-detail section.content-section .content-wrapper .pdf-links a.btn.btn-dark-blue.btn-sm {
  width: 100%;
  margin-bottom: .3rem;
}

.site.news-detail section.content-section .content-wrapper .pdf-links a.btn.btn-dark-blue.btn-sm:first-child {
  margin-top: 2rem;
}

.site.news-detail section.content-section .related-news {
  border: 1px solid #afafaf;
}

.site.news-detail section.content-section .related-news .news-box-header {
  color: #1e427d;
  background: #fff;
  font-size: 1.5rem;
  padding: .5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.site.news-detail section.content-section .related-news .news-item {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin-top: -1px;
  background: #d9e2ef;
}

.site.news-detail section.content-section .related-news .news-item h5 {
  font-size: 1.1rem;
  color: #707070;
}

.site.news-detail section.content-section .related-news .news-item a.continue {
  color: #1e427d;
  font-weight: 800;
  text-transform: uppercase;
}

.site.contact section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 50vh;
  width: 100vw;
  margin-top: 0;
}

.site.contact section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/contact-hero2.jpg) 50% 30% no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site.contact section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.contact section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.contact section.hero .swash-wrapper .swash-graphic:after,.site.contact section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.contact section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.contact section.content-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.site.contact section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.contact section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.contact section.content-section .odd-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.contact section.content-section .even-panel.choices {
  background: url(../images/buying-tips-img2a.jpg) 0 40% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.contact section.content-section .even-panel.best-prices {
  background: url(../images/buying-tips-img4a.jpg) 0 92% no-repeat fixed #ebebeb;
  background-size: cover;
}

.site.contact section.content-section .even-panel .bk-gray {
  background: rgba(235,235,235,.7);
  padding-top: 1rem;
}

.site.contact section.content-section .even-panel .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.contact section.contact-section {
  margin-top: 0;
}

.site.about section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 60vh;
  width: 100vw;
  margin-top: 0;
}

.site.about section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/hero-about.jpg) 50% 45% no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site.about section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.about section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.about section.hero .swash-wrapper .swash-graphic:after,.site.about section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.about section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.about section.content-section {
  padding-top: 3rem;
}

.site.about section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.about section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.about section.content-section .odd-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.about section.content-section li a {
  text-decoration: none;
  color: #212529;
}

.site.about section.content-section li a:hover {
  color: #afafaf;
}

.site.about section.contact-section {
  margin-top: 0;
}

.site.scholarships section.hero .jumbotron.jumbotron-fluid {
  position: relative;
  min-height: 60vh;
  width: 100vw;
  margin-top: 0;
}

.site.scholarships section.hero .jumbotron.jumbotron-fluid .backgd-img {
  margin-bottom: 0;
  color: #fff;
  background: url(../images/hero-scholarships.jpg) 50% 45% no-repeat #000;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site.scholarships section.hero .swash-wrapper {
  position: absolute;
  bottom: -25px;
  width: 100vw;
}

.site.scholarships section.hero .swash-wrapper .swash-graphic {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.site.scholarships section.hero .swash-wrapper .swash-graphic:after,.site.scholarships section.hero .swash-wrapper .swash-graphic:before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 2px;
  content: '\a0';
  background-color: #1e427d;
}

.site.scholarships section.hero .swash-wrapper .swash-graphic:before {
  margin-left: -50%;
  text-align: right;
}

.site.scholarships section.content-section {
  padding-top: 3rem;
}

.site.scholarships section.content-section h1 {
  color: #1e427d;
  text-transform: uppercase;
}

.site.scholarships section.content-section h6 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.site.scholarships section.content-section .odd-panel {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.site.scholarships section.content-section li a {
  text-decoration: none;
  color: #212529;
}

.site.scholarships section.content-section li a:hover {
  color: #afafaf;
}

.site.scholarships section.contact-section {
  margin-top: 0;
}

@media (max-width:992px) {
  .site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .contact-form,.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .contact-form {
    margin-left: 0;
  }

  .site.buying-tips section.hero .swash-wrapper .swash-graphic img,.site.contact section.hero .swash-wrapper .swash-graphic img,.site.home section.hero .swash-wrapper .swash-graphic img,.site.location-page section.hero .swash-wrapper .swash-graphic img,.site.news section.hero .swash-wrapper .swash-graphic img,.site.why-list section.hero .swash-wrapper .swash-graphic img,.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic img,.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic img,.site.yacht-search section.hero .swash-wrapper .swash-graphic img,section.contact-section .contact-partial .swash-wrapper .swash-graphic img.img-fluid {
    max-width: 150px;
  }

  nav.navbar {
    position: fixed;
    height: 90px;
  }

  nav.navbar .megamenu {
    position: fixed;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    left: 0;
    width: 100%;
  }

  nav.navbar .megamenu .navbar-collapse {
    border-radius: 0;
    background: #1e427d!important;
  }

  nav.navbar .megamenu .navbar-collapse.show {
    background: #1e427d!important;
    padding: 1rem;
    margin-right: 0;
  }

  .site.home nav.navbar .dropdown-menu {
    position: relative;
    margin: 0;
    width: 100%;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock {
    margin-top: 20%;
    padding-left: 45px;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
    font-size: 1.8em;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock p {
    font-size: 1.3em;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock .btn-group-lg>.btn,.site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid {
    height: 500px;
    margin-bottom: 0;
  }

  .site.home section.hero .swash-wrapper {
    top: 500px;
    margin-top: -23px;
    z-index: 10;
  }

  .site.home section.hero .search-wrapper {
    position: relative;
    bottom: auto;
    z-index: 10;
    background: #1e427d;
    padding: 3rem 85px 2rem 60px;
  }

  .site.buying-tips section.hero .swash-wrapper,.site.contact section.hero .swash-wrapper,.site.home section.hero .swash-wrapper,.site.location-page section.hero .swash-wrapper,.site.news section.hero .swash-wrapper,.site.why-list section.hero .swash-wrapper,.site.yacht-brand-page section.hero .swash-wrapper,.site.yacht-search section.hero .swash-wrapper,section.contact-section .contact-partial .swash-wrapper {
    bottom: -19px;
  }

  .site.yacht-search .container.search-wrapper {
    width: 100%;
  }

  .detail-form {
    padding: 2rem 3rem 40px;
  }

  .site.yacht-brand-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .back-btn,.site.yacht-search-detail section.hero .jumbotron.jumbotron-fluid .hero-contact-box .back-btn {
    padding-left: 0;
  }

  .site.buying-tips section.hero .jumbotron.jumbotron-fluid,.site.why-list section.hero .jumbotron.jumbotron-fluid,.site.yacht-brand-page section.hero .jumbotron.jumbotron-fluid {
    min-height: 50vh;
  }

  .site.contact section.hero .jumbotron.jumbotron-fluid {
    min-height: 40vh;
  }

  .site.location-page section.hero .jumbotron.jumbotron-fluid {
    min-height: 50vh;
    margin-top: 0;
  }

  .site.news section.hero .jumbotron.jumbotron-fluid {
    height: 40vh;
    margin-top: 56px;
  }
}

@media (max-width:768px) {
  .site.home section.hero .search-wrapper div#length,.site.home section.hero .search-wrapper div#price,.site.yacht-search section.search-section .search-wrapper .hero-form div#length,.site.yacht-search section.search-section .search-wrapper .hero-form div#price,.site.yacht-search section.search-section .search-wrapper .hero-form div#year {
    max-width: 50%;
  }

  nav.navbar {
    position: fixed;
    height: 70px;
  }

  nav.navbar .megamenu {
    position: fixed;
    top: 11px;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock {
    margin-top: 26%;
    padding-left: 0;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
    font-size: 1.8em;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock p {
    font-size: 1.3em;
  }

  .site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock .btn-group-lg>.btn,.site.home section.hero .jumbotron.jumbotron-fluid .hero-textblock .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
  }

  .site.home section.brands-section {
    margin-top: 4em;
    padding-bottom: 4em;
  }

  .site.home section.brands-section nav a#pills-powerboats-tab:after,.site.home section.brands-section nav a#pills-sailboats-tab:after {
    margin-top: -7px;
  }

  .site.home section.brands-section nav a#pills-powerboats-tab {
    font-size: 1em;
  }

  .site.home section.brands-section nav a#pills-sailboats-tab {
    font-size: 1em;
  }

  .site.home section.news-section .article-row .news-card .card-block .card-title {
    font-size: 1em;
    margin-bottom: .3rem;
    line-height: 1.3;
  }

  .site.home section.news-section .article-row .news-card .card-block .card-text {
    font-size: 1em;
    line-height: 1.3;
  }

  .site.buying-tips section.hero .jumbotron.jumbotron-fluid,.site.contact section.hero .jumbotron.jumbotron-fluid,.site.why-list section.hero .jumbotron.jumbotron-fluid {
    min-height: 20vh;
    margin-top: 51px;
  }

  .site.location-page section.hero .jumbotron.jumbotron-fluid {
    min-height: 30vh;
    margin-top: 51px;
  }

  .site.news section.hero .jumbotron.jumbotron-fluid {
    height: 40vh;
    margin-top: 56px;
  }

  .top-form .message-area {
    margin-top: 10px;
  }

  section.contact-section .contact-partial h2 {
    font-size: 1.7em;
  }

  section.contact-section .contact-partial p {
    font-size: 1.2em;
  }

  .site.news section.hero .jumbotron.jumbotron-fluid .hero-textblock h1,.site.yacht-search section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
    font-size: 2.2em;
  }

  .site.yacht-search section.hero .jumbotron.jumbotron-fluid {
    height: 48vh;
    margin-top: -65px;
  }

  .site.yacht-search section.hero .jumbotron.jumbotron-fluid .hero-textblock {
    left: 0;
  }

  section.address-section h2 {
    font-size: 1.2rem;
  }

  .site.why-list section.content-section .even-panel.print {
    background: url(../images/why-list-img4a.jpg) 10% 40% no-repeat fixed #ebebeb;
    background-size: cover;
  }

  .site.why-list section.content-section .even-panel.social {
    background: url(../images/why-list-img8a.jpg) 10% 30% no-repeat fixed #ebebeb;
    background-size: cover;
  }

  .site.why-list section.content-section .even-panel.shows {
    background: url(../images/why-list-img6a.jpg) 10% 40% no-repeat fixed #ebebeb;
    background-size: cover;
  }

  .site.buying-tips section.content-section .even-panel.best-prices {
    background: url(../images/buying-tips-img4a.jpg) 10% 92% no-repeat fixed #ebebeb;
    background-size: cover;
  }
}

@media (max-width:576px) {
  .site.buying-tips section.hero .swash-wrapper,.site.contact section.hero .swash-wrapper,.site.location-page section.hero .swash-wrapper,.site.news section.hero .swash-wrapper,.site.why-list section.hero .swash-wrapper,.site.yacht-brand-page section.hero .swash-wrapper,.site.yacht-search section.hero .swash-wrapper,section.contact-section .contact-partial .swash-wrapper {
    bottom: -13px;
  }

  .site.buying-tips section.hero .swash-wrapper .swash-graphic img,.site.contact section.hero .swash-wrapper .swash-graphic img,.site.home section.hero .swash-wrapper .swash-graphic img,.site.location-page section.hero .swash-wrapper .swash-graphic img,.site.news section.hero .swash-wrapper .swash-graphic img,.site.why-list section.hero .swash-wrapper .swash-graphic img,.site.yacht-brand-detail section.hero .swash-wrapper .swash-graphic img,.site.yacht-brand-page section.hero .swash-wrapper .swash-graphic img,.site.yacht-search section.hero .swash-wrapper .swash-graphic img,section.contact-section .contact-partial .swash-wrapper .swash-graphic img.img-fluid {
    max-width: 100px;
  }

  .site.home section.hero .swash-wrapper {
    margin-top: -16px;
  }

  .site.news section.feature-articles {
    padding: 0;
  }

  .site.yacht-brand-page section.hero .jumbotron.jumbotron-fluid {
    min-height: 30vh;
    margin-top: 0;
  }

  .site.news section.feature-articles img.img-fluid.sub-feature {
    object-fit: cover;
    height: auto;
  }

  .site.home section.brands-section nav a#pills-powerboats-tab {
    font-size: 1em;
    font-family: Montserrat,sans-serif;
    color: #afafaf;
    border-bottom: 3px solid #d31245;
    border-radius: 0;
    background: #fff;
  }

  .site.home section.brands-section nav a#pills-sailboats-tab {
    font-size: 1em;
    font-family: Montserrat,sans-serif;
    color: #afafaf;
    border-bottom: 3px solid #1e427d;
    border-radius: 0;
    background: #fff;
  }

  .site.yacht-search section.hero .jumbotron.jumbotron-fluid {
    height: 40vh;
    margin-top: -65px;
  }

  .site.yacht-search section.hero .jumbotron.jumbotron-fluid .hero-textblock h1 {
    font-size: 1.8em;
  }

  .site.yacht-search section.search-section .form-group {
    margin-bottom: 0;
  }

  footer .social img {
    width: 40px;
    height: 40px;
  }

  .site.buying-tips section.content-section .odd-panel,.site.why-list section.content-section .odd-panel {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }
}

@media (max-width:480px) {
  .site.contact section.hero .jumbotron.jumbotron-fluid {
    min-height: 14vh;
    margin-top: 51px;
  }
}