/*** PORTAL PAGE ***/
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.8rem;
}
h4 {
    font-size: 1.1rem;
	line-height:1.3;
}
.btn:focus, .btn.focus {
  outline: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
.card  {
    border: 0;
	border-radius: 0;
}
.bg-faded {
 background-color:#f1f1f1;
}
h5.card-title {
	font-size: 2rem;
	color: #404041;
}
p.card-text {
	font-size: 1rem;
	line-height:1.5;
	color:#404041;
}
.bc-portal .btn-primary {
 	background-color: #00669e;
	border-color:  #00669e;
	font-weight:500 !important;
}
.bc-portal .btn-primary:hover {
	text-decoration:none !important;
	background-color: #244c5a;
	border-color: #244c5a;  
}

hr.short-line {
    border-top: 3px solid #d85a2e;
	width:40px;
}
.custom-pwc-cover-fit p {
    line-height: 24px;   
}
.video-caption {
    font-size:14px;
	line-height: 1.1;
	font-weight: 500;
}
.photo-caption {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    background-color: #f1f0f0;
    padding: 20px;
    display: block;
    position: relative;
    margin-bottom: 33px;
}
.video-box {
    position: relative;
    padding-bottom: 54%;
    height: 0;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 96.5%;
}
.video-tag {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}
.marketing-header {
    font-size: 32px;
    line-height: 1;
}
.resource-info-msg {
    font-size: 22px;
    line-height: 1.3;
}
.bc-portal p.how-to {
	font-size: .9rem;
	line-height:1.5;
	font-weight:400;
}
.bc-portal #accordion .nav-link {
    color:#404041;
}
.bc-portal .nav-accordion .nav-link {
    background-image: url("/assets/images/boat-covers/minus.gif");
    background-size: 20px 20px;
    font-size: 1.1rem;
}
.bc-portal .nav-accordion .nav-link.collapsed {
    background-image: url("/assets/images/boat-covers/plus.gif"); 
    background-size: 19px 19px;
}
.bc-portal .nav-accordion .card {
  border-bottom: 1px solid #e3e3e5; 
}
.bc-portal .nav-accordion .card.last {
	border-bottom: 0;
}
.bc-portal .nav-accordion.nav-tabs .nav-item {
	margin: 0.6rem 0 0.5rem !important;
}


/* Results Page */
.results-header {
    justify-content: space-between;
}
.bc-results .btn-secondary {
font-weight:400!important;
}
.bc-results a {
color: #00669e;
}

.bc-results .swatch-pack {
    height:80px;
}

.bc-results .pricing-block {
    height:50px;
    margin-top: 15px;
}

.tile__color-swatch {
  border: 0;
  border-radius: 0;
  margin: 0 5px 8px;
  overflow: hidden;
  width: 25px;
  height: 25px; 
}
.bc-results .tile__title {
font-size: 18px;
	line-height:1.3em;
    color: #404041 !important;
    height:80px;
}

.bc-results .sale-price {
	color: #c30b24;
	font-size: 19px !important;
	font-weight:600;
	line-height:1.2;
}
table.bc-specs td {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height:1.5;
	font-weight:400;
	border-bottom: .5px solid #c5c5c5;
	padding: 8px 0;
}

.tile:hover > .tile__cta .btn-red {
  background-color: #c33921;
  border-color: #c33921;
	
}
.tile:hover > .tile__cta .btn-red:hover {
	background-color: #862920;
	border-color: #862920;
}
.btn-red {
  color: #ffffff !important; 
	background-color: #fff;
    border-color: #fff;
}
.btn-red:hover {
background-color: #862920;
}

.text-xl {
	font-size: 21px;
	line-height: 1.3;
}
.text-xl a{
	font-size:110%;
}

.bc-results .slider-item-name {
    font-size:16px;
	text-align:left;
	color:#404041;
}
.select-details {
    white-space: nowrap; 
    font-size:1rem;
    line-height:1.2;
}

.bc-results .slick-dots li {
margin: 0 6px;
}
.bc-results .slick-dots li button::before {
  width: 15px;
	height: 5px;
	  border-radius: 0%;
  background-color: #c5c5c5;
  opacity: 1; }
}
.bc-results .slick-dots li button {
  background: #c5c5c5;
  display: block;
  height: 5px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #c5c5c5;
  padding: 0;
  cursor: pointer; }
}
.bc-results .slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #c5c5c5; 
}
.bc-results .slick-dots li.slick-active button:before {
  background-color: #404041;
  opacity: 1;
}
.bc-results .slick-next, .slick-prev {
border-radius: 0%;
background-color:#404041;
	height: 45px;
	width:45px;
}

.bc-results .slick-prev {
position:absolute;
top:40%;
left:0;
}

.bc-results .slick-next {
position:absolute;
top:40%;
right:0%;
}
.bc-results .slick-next::before {
background-image: url("/assets/images/boat-covers/right.svg");
	color:#fff;
	background-size: 20px 27px;
}
.bc-results .slick-prev::before {
background-image: url("/assets/images/boat-covers/left.svg");
	color:#fff;
	background-size: 20px 27px;
}

html>body .fancybox-outer {
	background-color:#FFF;
}
html>body .fancybox-inner {
	border: solid 4px #f7f7f7 !important;
}

.boat-cover-locate-copy {
	color: #1e4051;
	font-size:14px;
	font-weight:550;
	line-height:18px;
	padding-top:25px;

}

/*** GENERAL FIT ***/
.carousel-caption {
bottom: 18px;
}
.carousel-caption h5 {
font-size: 1.5rem;
color: #fff;
font-weight:700;
}
.carousel-caption p {
  color: #fff;  
}
.custom-select {
background-size: 12px 14px;
}
.carousel-indicators {
    bottom: 15px;
}
.carousel-indicators li {
    max-width:20px;
}
.form-control {
border: 1px solid #c5c5c5;
    font-size: 1rem;
}
.form-control-lg {
   font-size: 1rem;
}

.carousel-control-next, .carousel-control-prev {
    bottom:20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
 width: 42px;
height: 42px;
background-size: 50%;
background-color: rgba(25,34,36,1);
padding: 10px;
}
.carousel-control-next-icon {
    background-image: url("/assets/images/boat-covers/right.svg");
	background-size: 18px 25px;
}
.carousel-control-prev-icon {
background-image: url("/assets/images/boat-covers/left.svg");
	background-size: 18px 25px;
}

.bc-general-fit .form-group .btn {
    line-height:50px;
    padding: 0 2rem;
}
.bc-general-fit .row .card {
    border:0;
}

/*** CUSTOM FIT ***/
h4.custom {
    font-size: 1.2rem;
}
.typeahead__container {
font: 1rem Montserrat, Lato,"Helvetica Neue",Arial,Helvetica,sans-serif !important;
  height: 3.4125rem !important; 

}
.typeahead__field input {
    padding: 1rem .75rem !important;
}
.typeahead__button button {
    padding-top:1rem !important;
    padding-bottom:1rem !important;
}
.typeahead__cancel-button {
 font-size:1.5rem;
}
.typeahead__field {
  height: 3.4125rem; 
}


/*** SEARCH BY SELECTS ***/
select::-ms-expand {
    display: none;
}

.boat-cover-arrow {
    background: url('/assets/images/boat-covers/images/arrow.png') no-repeat 100% 0px #fff;
}

#boat-cover select { 
	margin-top:-11px;
	border:solid 1px #999;
	font-size:16px; 
    padding:4px 5px; 
    text-transform:uppercase;   
    position:absolute;
    display: block;
    width: 280px;
    color: #333;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    font-weight: normal;
    z-index:1;
      -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none; 
}
.selected-text {
	visibility:hidden;
}

#submit_error {
	color:#ff0000;
	display: none;
	font-size:14px;
	padding:5px 0px 0px 50px;
}

.boat-cover-clear { 
	clear: both; 
}

/***HACK FOR LOW PRICE GUARANTEE TOP MARGIN ***/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
.low-price-guarantee a  {margin-top: 3px; padding-top:12px;}
}

<!---------------------------------------------------------->

/* color swatching */
div.color-swatches {
    margin: 10px 0;
    min-height: 21px;
    position: relative;
    width: 80px;
}
div.color-swatches ul.colors .swatch img {
    width: 16px;
	margin-right:0px !important;
}
div.color-swatches ul.colors {
    background-color:#e4e8e9;
    height: 120px;
    list-style: none outside none;
    overflow: hidden;
    padding: 16px 2px 4px 2px;
    /*position: absolute; Making it overlap on mobiles @LT */
    width: 100%;
}

/*
div.color-swatches ul.colors:hover {
    height: auto;
}*/

div.color-swatches ul.colors li {
    border: 1px solid #ccc;
    display: inline-block;
    float: left;
    height: 16px;
    margin: 0 0 4px 4px;
}

/*
div.color-swatches ul.colors li:hover {
	border: 1px solid #FFF;
	outline: 1px solid #777;
}*/
div.color-swatches ul.colors li img {
    display: block;
    height: 16px;
    width: 16px;
}
div.color-swatches ul.colors li.selected {
    border: 1px solid #FFF;
    outline: 1px solid #404041;
    box-shadow: none;
}
div.color-swatches ul.colors li.arrow {
    background: url("/assets/images/colorswatch/cs-arrow.png") no-repeat scroll 0 -1px;
    border-radius: 0;
    border: medium none;
    outline: none;
    box-shadow: none;
    height: 17px;
    width: 17px;
}
div.color-swatches ul.colors:hover li.arrow {
    display: none;
}
div.cs-centered { 
        width: 50%; 
        margin: 10px auto; 
}
div.cs-centered-two {
        width: 33%;
        margin: 10px auto;
}
div.cs-centered-four {
        width: 60%;
        margin: 10px auto;
}
div.cs-centered-five {
        width: 74%;
        margin: 10px auto;
}


<!---------------------------------------------------------->

.csb_hex_color {
    background: none repeat scroll 0 0 #000000;
    display: block;
    height: 16px;
    overflow: hidden;
    width: 16px;
}

/* !Baseline Styles */

.hidden {
    display: none
}

table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: Helvetica, Arial, san-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: baseline;
}


/* !Body Styles */

.red_message {
    color: #F5454A;
	font-weight:bold;
}

.sale-price {
    color: #c33921;
    font-weight: bold;
	line-height: 28px;
}

.regstrk {
    font-weight: bold;
    text-decoration: line-through;
}


/* Updated Promo Style */
#promo_descr{
	font-size:16px;
	line-height:20px;
}

#promo_descr{
	line-height:24px !important;
}

#promo_descr h2{
	background-color:#1e4052;
	color:#FFF;
	padding:10px 6px;
}
.colors {
	width: 100px !important;
}
/*** SELECT DROPDOWNS ***/

#mfr_banner , #year_banner , #model_banner,
#mfr_banner a, #year_banner a, #model_banner a{
	text-decoration:none !important;
	color: #8b8b8b;
}

#mfr_banner ,#mfr_banner a {
	color: black;
}
.selected-text {
	visibility: visible;
	display: none; 
}

.select-boat, .select-length, .select-beam{
	border:solid 1px #999999;
	border-top: none;
	border-bottom: none;
}

@media(min-width: 1200px){
.bc-results .swatch-pack {
    height:100px;
}
}

@media(min-width: 992px){
.border-bottom-lg{
	border-bottom: 1px solid #e3e3e5;
	border-width: 2px;
}

}
@media(max-width: 1200px){
.text-lg {
    font-size: 1rem;
}
}
@media(max-width: 991px){
h2 {
    font-size: 1.8em;
}
.center{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.block-md-down{
	display: block;

}
/*** PORTAL PAGE ***/
h5.card-title {
	font-size: 1.5rem;
}
p.card-text {
	font-size: .9rem;
	line-height:1.5;
}
.bc-portal .btn-primary {
	font-size: .9rem;
	}

.text-xl {
	font-size: 18px;
    }
ul.tile__colors {
    height:90px;
}
.bc-results .tile__title {
    height: 90px;
    }
.results-header {
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content:flex-start;
}
}

@media only screen and (min-width: 768px) {
    #more {
        display:block !important;
    }
    #dots {
        display:none !important;
    }
}

@media(max-width: 767px){
h2 {
    font-size: 1.7em;
}

h5.card-title {
	font-size: 1.8rem;
}
p.card-text {
	font-size: 1rem;
}
.bc-portal .nav-accordion .nav-link {
	  background-size: 18px 18px;
	font-size: 1rem;
	  padding-right: 50px;

}
.bc-portal .nav-accordion .nav-link.collapsed {
	background-size: 17px 17px;
}

#more {
    display:none;
}
#moreBtn {
    border:0 !important;
    background:#fff!important;
    padding-left:0 !important;
    color:#496478;
}
#moreBtn:hover {
    color:#00669e;
}

/*** RESULTS PAGE ***/
.carousel-caption {
    bottom: 0px;
}

ul.tile__colors {
    height:auto;
}
.bc-results .tile__title {
    height: auto;
}
.select-details {
    line-height:1.6;  
    white-space:normal;
}
.btn-red {
    color: #ffffff !important; 
    background-color: #c33921;
    border-color: #c33921;
}
.btn-red:hover {
    background-color: #862920;
    border-color: #862920;
}
.bc-results .swatch-pack {
    height: auto;
}
}



@media(max-width: 575px){
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4rem;
}
h5.card-title {
    font-size: 1.5rem;
}
.text-xl {
	font-size: 16px;
}
.select-details {
    font-size:.9rem;    
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
 width: 30px;
height: 30px;
background-size: 10px 18px;
}
.carousel-control-next, .carousel-control-prev {
    width:8%;
}
}


@media(max-width: 375px){
h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.2rem;
}
h5.card-title {
	font-size: 1.3rem;
}
p.card-text {
	font-size: .9rem;
}
.bc-portal .nav-accordion .nav-link {
    background-size: 18px 18px;
    font-size: .8rem;
}
.text-xl {
	font-size: 14px;
    }
}

.carousel-caption {
    color: #000;
}

/* bootstrap */
@keyframes spinner-border {
  to { transform: rotate(360deg); }
} 
.spinner-border{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm{
    height: 1rem;
    border-width: .2em;
}

