
/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary > .panel-heading h3 {
  color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */
/* header styles */

header {
  font-family: 'Montserrat',sans-serif;
  background:white;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
  border-bottom: 2px solid #d71f26;
}

header ul{
  list-style: none;
  padding:0;
  margin:0;
}

header a{
  text-decoration: none;
  position:relative;
}

header a:before{
  width:0%;
  content:"";
  position:absolute;
  margin-top:auto;
  margin-left:auto;
  margin-right:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  transition: .3s ease-in-out width;
}

header a:hover:before{
  width:100%;
  height:1px;
  border-bottom: 1px solid #ffffff;
  content:"";
}

header .nav-list>li>a:before{
  border-color:#d71f26;
  transition: .4s width ease;
  border-width:3px;
  transform: translateY(10px);
}

header .nav-list>li:hover .sub-menu-header:before{
  width:100%;
  height:1px;
  border-bottom: 3px solid #d71f26;
  content:"";
}

header .social-media-column a:before,
header .message-link:before,
header .logo-column a:before,
header .sub-menu a:before,
header .mobile-slide-down-row a:before{
  display:none;
}

header a:hover,
header a:visited,
header a:active,
header a:focus{
  text-decoration: none;
}

header .upper-row{
  background: url("/skin/img/yankeeboat-bg-footer.jpg") top center no-repeat;
  background-size: cover;
}

header .inner-upper-row,
header .inner-lower-row,
header .nav-column .nav-list,
header .phone-column a{
  display:flex;
}

header .sub-menu-wrapper,
header .mobile-slide-down-row,
header .mobile-only-column{
  display:none;
}

header .nav-list>li{
  margin-right:16px;
}

header .sub-menu-header i{
  position: absolute;
  transform: translate(2px, 14px);
}

header .inner-upper-row{
  justify-content: end;
}

header .inner-lower-row{
  align-items: center;
}

header .inner-upper-row,
header .inner-lower-row{
  max-width:1500px;
  margin:0 auto;
}

header .inner-lower-row{
  padding:43px 0 45px;
}

header .inner-upper-row{
  padding:16px 28px;
  gap:30px;
}

header .logo-column{
  margin-right:50px;
}

header .nav-column{
  margin-right:auto;
}

header .nav-column .nav-list>li>a{
  padding: 0 15px;
  font-size:22px;
  font-weight:600;
  line-height:50px;
  color: #192957;
}

header .message-link-column{
  margin-right:61px;
}

header .message-link{
  width: 158px;
  font-size:20px;
  display: block;
  line-height: 41px;
  text-align: center;
  background-color: #d71f26;
  color: #ffffff;
  font-weight: 600;
  transition: .3s ease-in-out;
}

header .message-link:hover{
  background-color: #192957;
}

header .fa-phone{
  font-size:36px;
  margin-right:10px;
  color: #d71f26;
}

header .phone-title,
header .phone-number{
  font-size:22px;
  color:white;
  line-height:31.4px;
}

header .phone-title{
  font-weight:500;
}

header .phone-number{
  font-weight:600;
}

header .social-media-column{
  margin-right:5px;
}

header .social-media-column a:last-child{
  margin-left:8px;
}

header .social-media-column a{
  font-size:26px;
  color: #192957;
}

header .social-media-column a i{
  transition: .3s ease-in-out color;
}

header .social-media-column a:hover i{
  color: #d71f26;
}

header .nav-list>li:hover .sub-menu-wrapper{
  display:block;
  position:absolute;
  min-width:250px;
  font-size:16px;
  z-index:1000;
}

header .nav-list>li:hover{
  cursor: pointer;
}

header .sub-menu a{
  display:block;
  background: #e4454b;
  color: #ffffff;
  line-height: 30px;
  padding: 3px 20px;
  font-weight:400;
}

header .sub-menu a:hover{
  background: #000000;
}

@media only screen and (max-width:1530px){
  header .inner-upper-row,
  header .inner-lower-row{
    max-width:1170px;
  }
  header .nav-column .nav-list>li>a{
    font-size:16px;
  }

  header .nav-list>li{
    margin-right:0;
  }

  header .logo-column{
    max-width:217px;
  }

  header .sub-menu-header i{
    transform: translate(2px, 17px);
    font-size:20px;
  }

  header .message-link-column{
    margin-right: 36px;
  }
}

/* mobile header styles */
@media only screen and (max-width:1200px){
  header .nav-column{
    display:none;
  }

  header .sub-menu a{
    padding:5px 15px 5px 25px;
    font-size:16px;
  }

  header .mobile-nav-list{
    background:#192957;
  }

  header .phone-title{
    font-weight:400;
  }

  header .inner-upper-row{
    padding:11px 45px;
  }

  header .phone-text-wrapper{
    display: flex;
    gap: 11px;
  }

  header .inner-lower-row{
    padding-top:30px;
    padding-bottom:31px;
  }

  header .social-media-column{
    margin-right:9px;
  }

  header .social-media-column a:last-child{
    margin-left:13px;
  }

  header .social-media-column a{
    font-size:18px;
  }

  header .message-link{
    width: 133px;
    font-size: 16px;
  }

  header .message-link-column{
    margin-right:75px;
  }

  header .fa-phone{
    font-size:22px;
    margin-right:2px;
  }

  header .phone-title, 
  header .phone-number{
    font-size:18px;
    line-height:25.71px;
  }

  header .mobile-slide-down-row{
    display:block;
    max-height:0;
    overflow:hidden;
    transition:0.5s;
  }

  header .mobile-slide-down-row.display-nav-menu{
    max-height:1000px;
  }

  header .mobile-nav-list>li.display-sub-menu .sub-menu-wrapper{
    display:block;
  }

  header .mobile-nav-list>li:not(:first-child)>a,
  header .mobile-nav-list>li:not(:first-child)>button{
    border-top: 1px solid rgba(255,255,255,0.3);
  }

  header .mobile-nav-list>li>a,
  header .mobile-nav-list>li>button{
    font-weight:600;
    line-height:50px;
    color:white;
    background:#192957;
    display:block;
    font-size:16px;
    padding:0 16px;
    width:100%;
    text-align: left;
  }

  header .mobile-nav-list>li>a:hover,
  header .mobile-nav-list>li>button:hover,
  header .mobile-nav-list>li.display-sub-menu button{
    background: #d71f26;
  }

  header .logo-column{
    margin-right:auto;
  }

  header .inner-upper-row,
  header .inner-lower-row,
  header .mobile-slide-down-row{
    max-width:970px;
    margin:0 auto;
  }

  header .inner-upper-row{
    justify-content: space-between;
  }

  header .mobile-only-column{
    display:block;
    margin-right:84px;
  }

  header .mobile-only-column button{
    background:none;
  }

  header .mobile-only-column button span{
    font-size:18px;
    font-weight:600;
    letter-spacing: 0px;
    color: #192957;
    transition: .3s ease-in-out;
  }

  header .mobile-only-column button i{
    color:#d71f26;
    font-size:16px;
    transition: .3s ease-in-out;
  }
  
  header .mobile-only-column button:hover span{
    color:#d71f26;
  }

  header .mobile-only-column button:hover i{
    color:#192957;
  }

  header .mobile-only-column .expanded-nav-menu span{
    color:#d71f26;
  }

  header .mobile-only-column .expanded-nav-menu i{
    color:#192957;
  }
}

@media only screen and (max-width:992px){
  header .inner-upper-row,
  header .inner-lower-row,
  header .mobile-slide-down-row{
    max-width:750px;
  }
}

@media only screen and (max-width:768px){
  header .mobile-only-column button span,
  header .message-link-column,
  header .social-media-column,
  header .phone-number{
    display:none;
  }

  header .inner-upper-row{
    padding:10px 15px;
    gap:0;
  }

  header .logo-column{
    max-width: 173px;
    margin-left:15px;
  }

  header .fa-phone{
    font-size:14px;
    margin-right:0;
  }

  header .phone-title,
  header .phone-number{
    font-weight: 500;
    font-size: 14px;
  }

  header .inner-upper-row,
  header .inner-lower-row{
    margin:0;
  }

  header .inner-lower-row{
    padding-top:22px;
  }

  header .inner-upper-row a{
    align-items: center;
  }

  header .mobile-only-column{
    margin-right:25px;
  }

  header .mobile-only-column button i{
    font-size:25px;
  }

  header .phone-column{
    white-space: nowrap;
  }
}

/* footer styles */

footer {
  font-family: 'Montserrat',sans-serif;
}

footer .footer-container {
  display: block;
  background: #192957 url("/skin/img/yankeeboat-bg-footer.jpg") center center no-repeat;
  background-size: cover;
  color:white;
}

footer h3{
  margin:0;
  padding:0;
  border:none;
}

footer h3{
  font-size:20px;
  margin-bottom:13px;
  font-weight:700;
  letter-spacing:-0.2px;
  line-height:20px;
}

footer a{
  text-decoration: none;
  color:white;
  position:relative;
}

footer a:hover{
  color:white;
  text-decoration: none;
}

footer a:hover,
footer a:visited,
footer a:active,
footer a:focus{
  text-decoration: none;
  color:white;
}

footer a:before{
  width:0%;
  content:"";
  position:absolute;
  margin-top:auto;
  margin-left:auto;
  margin-right:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
  transition: .3s ease-in-out width;
}

footer a:hover:before{
  width:100%;
  height:1px;
  border-bottom: 1px solid #ffffff;
  content:"";
}

footer .footer-column .social-media-wrapper a:before,
footer .logo-column a:before{
  display:none;
}

footer .footer-column .social-media-wrapper i{
  color:white;
}

footer * {
  margin: 0;
}

footer ul{
  margin:0;
  padding:0;
  list-style: none;
}

footer .top-row{
  background:#d71f26;
}

footer .footer-column p{
  margin-bottom:11px;
}

footer .inner-middle-row .footer-column p,
footer .inner-middle-row .footer-column a{
  font-size:20px;
  font-weight:500;
  line-height:25px;
}

footer .footer-column i{
  color: #d71f26;
  font-size:40px;
}

footer .inner-top-row,
footer .inner-middle-row,
footer .inner-copyright-row,
footer .link-list,
footer .social-media-wrapper{
  display:flex;
}

footer .inner-copyright-row{
  justify-content: space-between;
}

footer .inner-copyright-row{
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top:40px;
  padding-bottom:80px;
}

footer .inner-middle-row{
  gap:54px;
  padding-top: 115px;
  padding-bottom: 161px;
}

footer .inner-top-row,
footer .inner-middle-row,
footer .inner-copyright-row{
  max-width:1500px;
  margin-left:auto;
  margin-right:auto;
}

footer .inner-top-row{
  padding:30px 0;
}

footer .inner-top-row .footer-column{
  width:33.33%;
  text-align: center;
  font-size:20px;
  font-weight:500;
  line-height:28.57px;
  min-height:70px;
  display:flex;
  align-items: center;
  justify-content: center;
}

footer .inner-top-row .first-column,
footer .inner-top-row .second-column{
  flex-direction: column;
}

footer .inner-top-row .footer-column:not(:first-child){
  border-left: 2px solid #ffffff;
}

footer .link-list li:not(:first-child){
  margin-left:6px;
}

footer .stellar-col{
  text-align:right;
}

footer .inner-middle-row .footer-column a{
  line-height:37px;
}

footer .social-media-wrapper a{
  width:40px;
  display:flex;
  align-items: center;
  justify-content: center;
  height:40px;
}

footer .social-media-title{
  margin-right:20px;
}

footer .social-media-wrapper a i{
  font-size:30px;
}

footer .social-media-wrapper a:hover{
  background:white;
}

footer .social-media-wrapper a:hover i{
  color: #d71f26;
  background:white;
}

footer .link-list li:not(:last-child) a{
  margin-right:3px;
}

footer .footer-column .fa-phone,
footer .footer-column .fa-map-marker{
  margin-right:11px;
  font-size:30px;
}
footer .logo-column a img{
  position:relative;
  left:0;
  transition: .3s ease-in-out;
}

footer .logo-column a:hover img{
  left:5px;
}

header .desktop-nav-list .fa-angle-down{
  color: #d71f26;
}

header .mobile-nav-list .fa-angle-down{
  font-size:12px;
  transform:translate(4px,21px);
}

@media only screen and (max-width:1530px){
  footer .inner-top-row,
  footer .inner-middle-row,
  footer .inner-copyright-row{
    max-width:1170px;
  }

  footer h3{
    font-size:14px;
    margin-bottom:13px;
    letter-spacing:-0.14px;
    line-height:14px;
  }

  footer .inner-middle-row .footer-column p,
  footer .inner-middle-row .footer-column a{
    font-size:14px;
    line-height:16px;
  }
}

@media only screen and (max-width:1200px){
  footer .inner-top-row,
  footer .inner-middle-row,
  footer .inner-copyright-row{
    max-width:970px;
  }

  footer .footer-column .fa-phone,
  footer .footer-column .fa-map-marker{
    margin-right:5px;
    font-size:20px;
  }

  footer .inner-middle-row .footer-column>div{
    display:flex;
    align-items: center;
  }

  footer .inner-top-row .footer-column{
    font-size:14px;
    line-height:20px;
    min-height:auto;
  }

  footer .social-media-title{
    margin-right:5px;
  }

  footer .social-media-wrapper a{
    height:30px;
    width:30px;
  }

  footer .social-media-wrapper a i{
    font-size:18px;
  }

  footer .inner-top-row{
    padding:15px 0;
  }

  footer .inner-top-row .footer-column:not(:first-child){
    border:none;
    border-left: 1px solid #ffffff;
  }

  footer .inner-middle-row{
    flex-wrap: wrap;
    gap:0;
    row-gap: 26px;
    padding-top:24px;
    padding-bottom:70px;
  }

  footer .inner-middle-row .logo-column{
    width:100%;
  }

  footer .inner-middle-row .logo-column img{
    max-width: 272px;
  }

  footer .inner-middle-row .first-column{
    text-align: center;
  }

  footer h3{
    font-size:12px;
    margin-bottom:4px;
    letter-spacing:-0.12px;
    line-height:12px;
  }

  footer .inner-middle-row .second-column{
    margin-right: 170px;
  }

  footer .inner-middle-row .footer-column p, 
  footer .inner-middle-row .footer-column a{
    font-size:12px;
  }

  footer .footer-column i{
    font-size:20px;
  }

  footer .footer-column p{
    margin-bottom:4px;
  }

  footer .link-list a,
  footer .stellar-col p{
    font-size:10px;
  }
  
  footer .inner-copyright-row{
    padding-bottom:30px;
    padding-top:20px;
  }
}

@media only screen and (max-width:992px){
  footer .inner-top-row,
  footer .inner-middle-row,
  footer .inner-copyright-row{
    max-width:750px;
  }

  footer .inner-middle-row .logo-column img{
    max-width: 177px;
  }

  footer .inner-middle-row .second-column{
    margin-right: 61px;
  }
}

@media only screen and (max-width:768px){
  footer .inner-top-row{
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin:0;
    padding:0;
  }

  footer .inner-top-row .footer-column{
    width:100%;
    height:55px;
  }

  footer .inner-top-row .footer-column:not(:first-child){
    border-top: 1px solid #ffffff;
    border-left:none;
  }

  footer .inner-middle-row{
    flex-direction: column;
    max-width:320px;
    padding-left:15px;
    padding-right:15px;
  }

  footer .inner-middle-row .logo-column img{
    max-width:100%;
  }

  footer h3{
    font-size:13px;
    letter-spacing:-0.13px;
    line-height:13px;
    margin-bottom:10px;
  }

  footer .inner-middle-row .third-column{
    margin-top:5px;
  }
  
  footer .inner-middle-row .footer-column p,
  footer .inner-middle-row .footer-column a{
    font-size:14px;
    line-height:16px;
  }

  footer .inner-copyright-row{
    flex-direction: column;
    align-items: center;
  }

  footer .stellar-col{
    text-align: center;
  }

  footer .quick-link-column{
    margin-bottom:10px;
  }

  footer .second-column .first-anchor-wrapper,
  footer .third-column .first-anchor-wrapper{
    margin-top:10px;
    margin-bottom:3px;
  }

  footer .inner-middle-row{
    padding-bottom:40px;
  }

  footer .logo-column{
    margin-bottom:8px;
  }
}