/* Custom styles.css for ___________ */

/* Font-Face ------------------------------------------- */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/


/* Site styles ------------------------------------------- */

body {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

p {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

.required {
    color: #FF0004;
}

.validation {
    color:#FF0004;
}

a, a:visited {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

a:hover, a:active, a:focus {

}

a.btn-gold,
input[type="submit"].btn-gold {
    background: #FFC90A;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s linear;
}
a.btn-gold:hover, a.btn-gold:active, a.btn-gold:focus,
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background: #f0bb00;
    transition: all .3s linear;
}

ul {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

li {
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
}

hr {
  border: 0;
  border-bottom: 1px solid #333;
}

.wrapper h1 {
    margin-top:0;
}

h3 {
    margin-bottom:0;
}

img {
    max-width:100%;
}

/* Selection color */
::-moz-selection { background: #428bca; color: #fff; text-shadow: none; }
::selection { background: #428bca; color: #fff; text-shadow: none; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.register #main > .container {
    background:#FFFFFF;
}

.register em {
    font-size:18px;
}

.service h1, .video h1, .faq h1, .products h1 {
    margin-top:20px;
}

/* HEADER --------------------------------------------------------------------- */

header {
    background: #1D1D1B;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
    behavior: url(/whitecap/pie_files/PIE.htc);
    position:relative;
}
.header-top {
    /* also stupid design choice by client playing art director */
    padding-top: 25px;
    padding-bottom: 25px;
}
.header-top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}
.header-top .container::before,
.header-top .container::after {
    display: none;
}
.header-top .container .logo {
    width: auto;
}
.header-top .container .logo img {
    max-height: 73px;
}
.header-top .container .flex-1 {
    flex: 1;
}
.stupid-design-choice-by-client {
    color: #FFC623;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Roboto', 'Helvetica Neue', sans-serif;
    font-size: 48px;
    line-height: 1;
}
.header-top .container > img {
    height: 73px;
}
.header-bottom {
    background: #FFC623;
}
.header-bottom .container {
    width: 100%;
    max-width: 1200px;
}

/*.logo {
    background:url(/whitecap/img/white-cap-logo.png);
    width:544px;
    height:91px;
    display:block;
}*/


.navbar-nav {    
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow:hidden;
}

.wrapper .navbar-collapse.collapse {
    box-shadow:none;
}

.wrapper .navbar-default {
    background:none;
    border:none;
    box-shadow:none;
}

.wrapper .navbar {
    margin-bottom: 0;
}

/*
.wrapper .navbar-toggle {

float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 4px;
}*/

.nav > li {
    font-size:120%;
}
header .navbar-default {
    background: unset;
    border: 0;
    box-shadow: unset;
    margin: 0;
}
.navbar-default ul.navbar-nav > li > a {
    color: #000;
}
.nav > li > a:link, .nav > li > a:visited {
    color:#666666;
    font-weight:700;
}

.nav > li > a:hover, .nav > li > a:active {
    background: #ffc623 !important;
    color:#000000;
}

.wrapper .navbar-toggle .icon-bar {
    color:#FFFFFF;
    background-color:#FFFFFF;
}

.wrapper .navbar-toggle {
    border-color:#FFFFFF;
    margin-right:0;
}

/* CONTENT --------------------------------------------------------------------- */
.whitecap-home .content-container {
    width: 100%;
    max-width: 1200px;
}

.whitecap-home .intro {
    margin: 2em auto;
    max-width: 800px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700px;
}
.white-cap-home .intro {}

#main .container section {
    padding-top: 30px;
    padding-bottom:30px;
}

.item-wrapper {
    border:solid 1px #666666;
    margin:15px 0;
    padding:15px;
}
.item-wrapper h3 a{
    color: #000;
}
.item-descrip {
    line-height: 23px;
}
.item-descrip .btn-gold {
    padding-left:1.25em;
    padding-right:1.25em;
    font-size: 18px;
    line-height: 29px;
}

.item-video {
    margin-top:15px;
    border: solid 1px #666666;
    padding:0 15px 15px 15px;
}

.item-video h2{
    text-align:center;
}

.item-video .video-thumbnail {
    width: 100%;
}
.item-video img {
    margin-bottom:15px;
}

.item-video a, .item-video-2nd a{
    position:relative;
    display:block;
}

.item-video span.play-icon, .item-video-2nd span.play-icon {
  position:absolute;
  left:0;
  top:0px;
  opacity:.7;
  filter:alpha(opacity=70);
}

span.play-icon:hover {
    left:0;
  top:0px;

  opacity:1;
  filter:alpha(opacity=100);

}
span.play-icon {width: 100%;}
span.play-icon img{
    margin-top:0;
    width: 100%;
}

.whitecap-category .callout {
    padding-bottom: 4rem;
}

.whitecap-category .callout + .callout {
    padding-top: 4rem;
}

.whitecap-category .callout:last-child {
    padding-bottom: 0;
}

.warranty-badge {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.warranty-badge .warranty-length {
    border-radius: 50%;
    background-color: #000;
    border: 3px solid #ffc623;
    color: #fff;
    padding: .5rem 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.warranty-badge .warranty-length .warranty-number {
    font-size: 22px;
}

.warranty-badge .warranty-length .warranty-year {
    font-size: 12px;
}

.warranty-badge .warranty-message {
    border-radius: 5px;
    border: 3px solid #ffc623;
    padding: 5px 5px 5px 15px;
    margin-left: -10px;
    z-index: -1;
    font-size: 14px;
}

@media (max-width: 500px) {
    .warranty-badge .warranty-length, .warranty-badge .warranty-message {
        border: none;
    }
}

.callout h1 {
    border-bottom:solid 1px #afafaf;
    padding:0 0 10px 0;
    margin-bottom:15px;
    font-weight:700;
    font-size:200%;
}

.callout h2 {
    padding:0;
    margin:0px 0 15px 0;
    font-size:155%;
    font-weight:700;
}

.callout h2 a:link, .callout h2 a:visited {
    color:#000000;
}

.callout h3, .item-video h3, .item-video-2nd h3 {
    font-size:120%;
    font-weight:700;
    margin:10px 0 0;
}

.callout .info {
    border-left:solid 2px #ffc623;
    border-right:solid 2px #ffc623;
    border-bottom:solid 2px #ffc623;
    border-top:solid 15px #ffc623;
    padding:15px;
    margin-bottom:15px;
    
}

.warranty span {
    /*position:absolute;
    bottom:0px;
    right:0;*/
    z-index:10;
    margin-left:20px; 
}

.warranty span img {
    width:80px;   
}

.warranty-callout {
    position: relative;
    padding: 40px 0 100px;
}
.warranty-callout::before {
    content:'';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('/whitecap/img/2019/links/slide-1.jpg');
    z-index: -2;
}
.warranty-callout::after {
    content:'';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(64, 64, 65, .95);
    z-index: -1;
}
.warranty-callout .chevron {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 37px;
    background-image: url('/whitecap/img/2019/links/chevron.png');
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.warranty-callout h1{
    color: #fff;
    text-align:center;
    margin-bottom:25px;
    font-size: 48px;
    font-weight:700;
}
.warranty-callout p {
    color: #fff;
    font-family: 'Roboto';
    text-align: center;
}
.warranty-callout p.heavier {
    font-weight: 700;
    font-family: 'Roboto';
    font-size: 24px;
}
.warranty-callout p.heavier.heavier-subtitle {
    font-size: 20px;
}
.warranty-callout h2 {
    color: #fff;
}
.warranty-callout h2 a {
    color: #FFC623;
}

.warranty-callout small{
    padding-top:20px;
    font-size:120%;
}

.warranty-callout p {
    font-size:130%;
    padding:0 50px;
    font-family: 'Roboto';
}
.warranty-badge img {
    max-width: 100%;
    max-height: 60px;
}

.grecaptcha-badge {display:none;}

.faq .info h3 {
    border-top:solid 1px #E0DEDE;
    padding-top:10px;
    margin-top:30px;  
}

.warranty-callout .button-group {
    text-align:center;
    margin:0 auto;
    display:block;
}

.videos {
    padding-bottom:60px !important;
}

.videos h3 {
    border-bottom:solid 1px #000000;
    padding-top:0px;
    margin-top:0px;  
    padding-bottom: 5px;
    color:#000000;
    font-weight:bold;
}

.videos img {
    width:100%;
    border:solid 1px #666666;
    margin-bottom: 5px;
}

.video-holder a:link, .video-holder a:visited {
    color:#333333;
    
}

.video-holder {
    min-height:310px;
    border-left: solid 2px #ffc623;
    border-right: solid 2px #ffc623;
    border-bottom: solid 2px #ffc623;
    border-top: solid 15px #ffc623;
    padding: 15px;
    margin-bottom: 15px;
    background: #FFFFFF; /* Old browsers 
background: -moz-linear-gradient(top,  #808080 0%, #828c95 50%, #cccccc 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(50%,#828c95), color-stop(99%,#cccccc)); 
background: -webkit-linear-gradient(top,  #808080 0%,#828c95 50%,#cccccc 99%);
background: -o-linear-gradient(top,  #808080 0%,#828c95 50%,#cccccc 99%);
background: -ms-linear-gradient(top,  #808080 0%,#828c95 50%,#cccccc 99%); 
background: linear-gradient(to bottom,  #808080 0%,#828c95 50%,#cccccc 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#cccccc',GradientType=0 );*/
color:#000000;
}

.video-box {
    position:relative;
}

.play {
    position:absolute;
    left:50%;
    top:-30%;
    z-index:10;
    background: url(../img/play.png);
    height: 90px;
    width: 90px;
    opacity:.7;
}

.play:hover {
    opacity:1;
    -webkit-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-ms-transition: opacity .3s ease-in-out;
-o-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}

.callout h5 {
    font-size:120%
}

.warranty {
    margin-top:15px;
}

.bottom-space {
    margin-bottom:85px;
}

.bottom-space-sm {
    margin-bottom:35px;
}

.bottom-space-xs{
    margin-bottom:15px;
}



/*
    SECONDARY PAGES
*/
.secondary .main .content-border{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.secondary .intro {
    position: relative;
    padding: 40px 0 75px;
}
.secondary .intro::before {
    content:'';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('/whitecap/img/2019/links/slide-1.jpg');
    z-index: -2;
}
.secondary .intro::after {
    content:'';
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(64, 64, 65, .95);
    z-index: -1;
}
.secondary .intro .chevron {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 37px;
    background-image: url('/whitecap/img/2019/links/chevron.png');
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

.secondary .intro h1{
    color: #fff;
    text-align:center;
    margin-bottom:25px;
    font-size: 48px;
    font-weight:700;
}

.product-page header {
    margin-bottom: 80px;
}
/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse;
        margin-top:10px;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #F2F2F2; 
	}
	th { 
		background: #333;
		color: white;
        font-size:85%;
        text-transform:capitalize !important;
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
		font-weight: 700; 
	}
	td {
		font-size:85%;
	}
    
.field {
    margin-bottom:20px;
}

.field label{
   
    display:block;
    margin-bottom:0;
    clear:both;
}
    
textarea {
   width:100%;
}	

#map-header {
    margin-bottom:20px;
}

.search-field {
float: left;
padding: 0px 10px;
border-right: 1px solid #eee;
}

.getmail {
    display:inline-block;
    margin-right:20px;
}

.info h3 {
    background: #333333;
    color:#FFFFFF;
    padding:10px;
    
}

.unstyled {
    list-style-type:none;
    padding-left:0;
    
}

.gm-style-iw .col-sm-6, .gm-style-iw .col-md-4 {
    width: 100% !important;
    padding: 0;
}

/*.address-list .service-center {
width: 33.33333333333333%;
float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}*/

.address-list {
    margin-top: 20px;
}

.address-list .service-center dl {
    min-height: 150px;
    background-color: #fff;
    border-left: solid 2px #292929;
    border-right: solid 2px #292929;
    border-bottom: solid 2px #292929;
    border-top: solid 15px #292929;
    padding: 10px;

}

.address-list .service-center dt {
    border-bottom: solid 1px #000000;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    color: #000000;
    font-weight: bold;
}

.address-list .service-center dl.centertop {
    background-image: url(/whitecap/img/mi-t-m-special.png);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
}

.address-list .service-center dl.whitecap {
    min-height: 150px;
    background-color: #fff;
    border-left: solid 2px #ffc623;
    border-right: solid 2px #ffc623;
    border-bottom: solid 2px #ffc623;
    border-top: solid 15px #ffc623;
    padding: 10px;

}



/* FOOTER ----------------------------------------------------------------------- */

footer {
    background: #292929;
    color:#FFFFFF;
    padding-top:15px;
    min-height:50px;
}

img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
    max-width: none;
}

@media (max-width: 991px) {
    .header-top .container {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    
    header {
        padding-bottom:10px;
    }

    .stupid-design-choice-by-client {
        font-size: 32px;
        text-align: center;
    }

    .warranty-callout h1 {
        padding: 25px 0 0px 0;
        font-size: 235%;
    }

    .wrapper .navbar {
        margin-bottom: 0;
        display: inline;
    }


    header {
        background: #000000;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
        position: relative;
    }

    .wrapper .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
    }

    .warranty-callout p {
        font-size: 130%;
        padding: 0 20px;
    }

    .warranty-callout h2 {
        padding: 0 20px;
    }

    input[type=text] {
        width:100%;
    }

    .nav > li {
        border-left: none;
        font-size:120%;
    }

    .bottom-space {
        margin-bottom:15px;
    }
        
    .bottom-space-xs {
        margin-bottom:30px;
    }

    .search-field {
        float: left;
        padding: 0px 10px;
        border-right: none;
    }

    .warranty span {
        /*position: absolute;
        bottom: 20px;
        right:auto;
        left:0;*/
        z-index: 10;
    }

    .item-video h2 {
        text-align:left;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    
    .search-field {
        float: left;
        padding: 0px 10px;
        border-right: none;
    }

    .bottom-space {
        margin-bottom:15px;
    }

    .locations {
        display:block;
        clear:both;
    }

    .warranty span {
        /*position: absolute;
        bottom: 30px;
        right:0;*/
        z-index: 10;
    }

    .warranty span {
        width:70px;
    }
    
}
/* Registration Form */
.registration-form select,
.registration-form input[type='text'],
.registration-form input[type='email'],
.registration-form input[type='number'],
.registration-form input[type='password'] {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 0;
    min-height: 31px;
}

.registration-form .input {
    margin-bottom: 0;
}
.registration-form h1,
.registration-form h2,
.registration-form h3,
.registration-form h4,
.registration-form h5,
.registration-form h6 {
    width: 100%;
    clear: both;
}

@media screen and (min-width: 991px) {
    .registration-form .field {
        width: 50%;
        padding: 0 15px;
        float: left;
    }

    .registration-form .field--wide {
        width: 100%;
        float: none;
        clear: both;
    }

    .registration-form .field--wide label {
        min-width: 100%;
    }

    .registration-form h1,
    .registration-form h2,
    .registration-form h3,
    .registration-form h4,
    .registration-form h5,
    .registration-form h6 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
p.overlay{
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 130%;
    color: #ffffff;
    text-align: center;
    z-index: 100;
    padding: 5px 0;
}
.overlay:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: black;
    opacity: .75;
    z-index: -1;
}