/*
==========================================================================
MASTHEADS.CSS 
This file styles the masthead boxes.
==========================================================================
*/

/* START TEMPORARY OVERRIDES*/

/* END TEMPORARY OVERRIDES*/



/* START OVERRIDE FOR HIDING NAVIGATION IN MASTHEAD FRAMES*/
/* moving the masthead frame over the masthead navigation in the stacking order to hide it */
#mh-container .mh-frame.nonav {
z-index: 10;
}
/* END OVERRIDE FOR HIDING NAVIGATION IN MASTHEAD FRAMES */




/* BEGIN masthead styling */
#mh-container {
  width: 960px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
#mh-container .slider {
  width: 20000em;
  position: relative;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#mh-container .mh-frame {
  float: left;
  width: 960px;
  height: 450px;
  z-index: 1;
  background-color: #ccc;
  background-repeat: no-repeat;
}
#mh-container .mh-frame.f01 {
  background-position: 0px 0px;
}
#mh-container .mh-frame.f02 {
  background-position: 0px -450px;
}
#mh-container .mh-frame.f03 {
  background-position: 0px -900px;
}
#mh-container .mh-frame.f04 {
  background-position: 0px -1350px;
}
#mh-container .mh-frame.f05 {
  background-position: 0px -1800px;
}
#mh-container .mh-frame.f06 {
  background-position: 0px -2250px;
}
#mh-container .mh-frame.f07 {
  background-position: 0px -2700px;
}
#mh-container .mh-frame.f08 {
  background-position: 0px -3150px;
}
#mh-container .mh-frame.f09 {
  background-position: 0px -3600px;
}
#mh-container .mh-frame.f10 {
  background-position: 0px -4050px;
}
#mh-container .mh-frame .mh-framecontent {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 2;
}
#mh-container .mh-frame .mh-curtain {
  position: absolute;
  top: -283px;
  left: 0;
  display: block;
  width: 960px;
  height: 283px;
  background: #fff url('/GMVPP2/agency/images/mastheads/dropdown.png') left top repeat;
  z-index: 3;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
#mh-container .mh-frame a.fullsize {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
#mh-nav {
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: auto;
  z-index: 10;
  display: none;
}
.ie8 #mh-pag {
  padding-left: 1px;
}
#mh-pag {
  display: inline-block;
}
  
/* RED FLAG!!   -- START CSS PATCH -   MASTHEADS -  HTML MARKUP WAS CHANGED IN SOME OF THE MASTHEAD DOCUMENTS AND WHITE CIRCLES REVERTED TO NUMBERS IN PROD -- TIM C -  24TH NOVEMBER 2014 -- CONTACT RANDY GARLINGHOUSE OR TIM CHORZEMPA BEFORE REMOVING THIS CSS PATCH   */
#mh-pag a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}
#mh-pag a:before {
  font-family: 'FontAwesome';
  content: '\f10c';
}
#mh-pag a.selected:before {
  content: '\f111';
}
#mh-pag a span {
  display: none;
}

/* END RED FLAG - CSS PATCH  -----------------------------------------------------------------------------------------------   */
#mh-pag > span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}
#mh-pag > span:before {
  font-family: 'FontAwesome';
  content: '\f10c';
}
#mh-pag > span:hover {
  cursor: pointer;
}
#mh-pag > span.selected:before {
  content: '\f111';
}
#mh-pag > span span {
  display: none;
}
#mh-container .mh-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 960px;
  height: 450px;
}
.mh-playpause span {
  display: none;
}
#mh-container .mh-playpause,
  #mh-container .mh-playpause:active,
  #mh-container .mh-playpause:hover {
  display: inline-block;
  background-color: #FF0000;
  color: #FFFFFF;
  vertical-align: text-bottom;
  cursor: pointer;
  font-size: 10px;
  height: 20px;
  width: 46px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  padding: 0;
}
#mh-container .mh-playpause:before {
  content: 'PAUSE';
}
#mh-container .mh-playpause.paused:before {
  content: 'PLAY';
}
  
  /* $CURAIN-NAV */
#mh-container .mh-frame .curtain-nav {
  position: absolute;
  top: 235px;
  left: 70px;
}
#mh-container .mh-frame .curtain-nav .btn-slide {
  border: 1px solid #95BED3;
  color: #FF0000;
  font-size: 14px;
  font-weight: bold;
  height: 31px;
  line-height: 31px;
  width: 115px;
  display: inline-block;
  padding: 0 10px;
  background: none;
}
#mh-container .mh-frame .curtain-nav .btn-slide.prev-button {
  text-align: left;
}
#mh-container .mh-frame .curtain-nav .btn-slide.next-button {
  text-align: right;
  margin-left: 11px;
}
#mh-container .mh-frame .curtain-nav .btn-slide:hover {
  text-decoration: underline;
}
#mh-container .mh-frame .mh-showdetails {
  background-image: url('/GMVPP2/agency/images/mastheads/cta.png');
  cursor: pointer;
  height: 27px;
  left: 68px;
  position: absolute;
  top: 190px;
  width: 237px;
  color: #fff;
  text-indent: -9999em;
}
#mh-container .mh-frame .close-button {
  background-color: #FF0000;
  background-image: url('/GMVPP2/agency/images/mastheads/close-window.png');
  cursor: pointer;
  height: 25px;
  left: 928px;
  position: absolute;
  top: 0;
  width: 32px;
  text-indent: -9999em;
}
#mh-container .mh-frame .price-label-seperator-intro {
  background: transparent;
  border-top: 1px solid #95bed3;
  display: block;
  height: 0px;
  left: 50px;
  position: absolute;
  top: 195px;
  width: 280px;
}
#mh-container .mh-frame .offer-seperator-intro {
  background: transparent;
  border-left: 1px solid #95bed3;
  display: block;
  height: 250px;
  left: 375px;
  position: absolute;
  top: 20px;
  width: 0px;
}
#mh-container .mh-frame .frame01-brand-label-intro {
  background-image: url('/GMVPP2/agency/images/mastheads/chevy-brand-logo.png');
  display: block;
  height: 55px;
  left: 70px;
  position: absolute;
  top: 20px;
  width: 55px;
}
#mh-container .mh-frame .model-label-divider-intro {
  background-color: #95bed3;
  color: #003366;
  display: block;
  height: 25px;
  left: 132px;
  position: absolute;
  top: 35px;
  width: 1px;
}
#mh-container .mh-frame .model-label-intro {
  color: #ffffff;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: normal;
  left: 145px;
  position: absolute;
  top: 20px;
  text-shadow: 1px 1px 2px rgba(17, 17, 17, 1);
}
#mh-container .mh-frame .combined-discount-label-intro {
  color: #ff0000;
  color: #ffffff;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 22px;
  font-weight: normal;
  left: 70px;
  position: absolute;
  top: 50px;
  text-shadow: 1px 1px 2px rgba(17, 17, 17, 1);
}
#mh-container .mh-frame .price-label-intro {
  color: #ffffff;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 64px;
  font-weight: bold;
  left: 90px;
  position: absolute;
  top: 60px;
  text-shadow: 1px 1px 2px rgba(17, 17, 17, 1);
}
#mh-container .mh-frame .pricing-sample-intro {
  color: #ff0000;
  color: #ffffff;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 22px;
  left: 90px;
  position: absolute;
  top: 205px;
}
#mh-container .mh-frame .price-label-seperator-mathbox {
  background: transparent;
  border-top: 1px solid #95bed3;
  display: block;
  height: 0px;
  left: 50px;
  position: absolute;
  top: 175px;
  width: 280px;
}
#mh-container .mh-frame .offer-seperator-mathbox {
  background: transparent;
  border-left: 1px solid #95bed3;
  display: block;
  height: 250px;
  left: 375px;
  position: absolute;
  top: 20px;
  width: 0px;
}
#mh-container .mh-frame .chevy-brand {
  background-image: url('/GMVPP2/agency/images/mastheads/chevy-masthead-logo.png');
  display: block;
  height: 55px;
  left: 70px;
  position: absolute;
  top: 20px;
  width: 55px;
}
#mh-container .mh-frame .chevrolet-brand {
  background-image: url('/GMVPP2/agency/images/mastheads/chevy-masthead-logo.png');
  display: block;
  height: 55px;
  left: 70px;
  position: absolute;
  top: 20px;
  width: 55px;
}
#mh-container .mh-frame .buick-brand {
  background-image: url('/GMVPP2/agency/images/mastheads/buick-masthead-logo.png');
  display: block;
  height: 55px;
  left: 70px;
  position: absolute;
  top: 20px;
  width: 55px;
}
#mh-container .mh-frame .gmc-brand {
  background-image: url('/GMVPP2/agency/images/mastheads/gmc-masthead-logo.png');
  display: block;
  height: 55px;
  left: 70px;
  position: absolute;
  top: 20px;
  width: 55px;
}
#mh-container .mh-frame .cadillac-brand {
  background-image: url('/GMVPP2/agency/images/mastheads/cadillac-masthead-logo.png');
  display: block;
  height: 55px;
  left: 70px;
  position: absolute;
  top: 20px;
  width: 55px;
}
#mh-container .mh-frame .model-label-divider-mathbox {
  background-color: #95bed3;
  color: #003366;
  display: block;
  height: 25px;
  left: 132px;
  position: absolute;
  top: 35px;
  width: 1px;
}
#mh-container .mh-frame .pricepoint-label-divider-mathbox {
  background-color: #95bed3;
  color: #003366;
  display: block;
  height: 250px;
  left: 380px;
  position: absolute;
  top: 25px;
  width: 1px;
}
#mh-container .mh-frame .model-label-mathbox {
  color: #2378a4;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 16px;
  font-weight: normal;
  left: 145px;
  position: absolute;
  top: 20px;
}
#mh-container .mh-frame .combined-discount-label-mathbox {
  color: #003366;
  color: #ff0000;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 22px;
  font-weight: normal;
  left: 70px;
  position: absolute;
  top: 50px;
}
#mh-container .mh-frame .price-label-mathbox {
  color: #ffcc00;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 64px;
  font-weight: bold;
  left: 90px;
  position: absolute;
  top: 60px;
}
#mh-container .mh-frame .pricing-sample-label-mathbox {
  color: #003366;
  color: #ff0000;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 20px;
  left: 105px;
  position: absolute;
  top: 175px;
}
#mh-container .mh-frame .redboldtext-mathbox {
  color: #ff0000;
  font-weight: bold;
}
#mh-container .mh-frame .mathbox-numbers tr {
  color: #003366;
  width: 485px;
  padding-bottom: 5px;
}
#mh-container .mh-frame .numbercolumn {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: right;
  width: 85px;
  vertical-align: bottom;
  line-height: 13px;
}
#mh-container .mh-frame .discount-description {
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 400px;
  line-height: 13px;
  vertical-align: bottom;
}
#mh-container .mh-frame .price_you_pay {
  border-top: 1px solid #92bbcf;
  margin: 0;
  width: 485px;
  font-weight: bold;
  font-size: 13px;
}

/*    
-removed 15th november 2016 - tim c -  removed space in the masthead template file
.price_you_pay sup {
  left: -4px;
}
 */


#mh-container .mh-frame .yourdiscount {
  font-weight: bold;
}
#mh-container .mh-frame .your_discount {
  font-weight: bold;
}
#mh-container .mh-frame .msrp-starting-at {
  border-bottom: 1px solid #92bbcf;
  width: 485px;
}
#mh-container .mh-frame .mathbox-numbers {
  font-family: arial;
  font-size: 12px;
  left: 430px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 32px;
  width: 485px;
}
#mh-container .mh-frame {
  position: relative;
}

  #mh-container .mh-frame .model-label-intro{
    color:#ffffff;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:16px;
    font-weight:normal;
    left:145px;
    position:absolute;
    top:20px;
    text-shadow: 1px 1px 2px rgba(17, 17, 17, 1);
  }
  #mh-container .mh-frame .combined-discount-label-intro{
    color:#ff0000;
    color:#ffffff;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:22px;
    font-weight:normal;
    left:70px;
    position:absolute;
    top:50px;
    text-shadow: 1px 1px 2px rgba(17, 17, 17, 1);
  }
  #mh-container .mh-frame .price-label-intro{
    color:#ffffff;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:64px;
    font-weight:bold;
    left:90px;
    position:absolute;
    top:60px;
    text-shadow: 1px 1px 2px rgba(17, 17, 17, 1);
  }
  
  #mh-container .mh-frame .pricing-sample-intro{
    color:#ff0000;
    color:#ffffff;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:22px;
    left:90px;
    position:absolute;
    top:205px;
  }
  #mh-container .mh-frame .price-label-seperator-mathbox{
    background:transparent;
    border-top:1px solid #95bed3;
    display:block;
    height:0px;
    left:50px;
    position:absolute;
    top:175px;
    width:280px;
  }
  #mh-container .mh-frame .offer-seperator-mathbox{
    background:transparent;
    border-left:1px solid #95bed3;
    display:block;
    height:250px;
    left:375px;
    position:absolute;
    top:20px;
    width:0px;
  }
  #mh-container .mh-frame .chevy-brand{
    background-image:url('/GMVPP2/agency/images/mastheads/chevy-masthead-logo.png');
    display:block;
    height:55px;
    left:70px;
    position:absolute;
    top:20px;
    width:55px;
  }
  #mh-container .mh-frame .chevrolet-brand{
    background-image:url('/GMVPP2/agency/images/mastheads/chevy-masthead-logo.png');
    display:block;
    height:55px;
    left:70px;
    position:absolute;
    top:20px;
    width:55px;
  }
  #mh-container .mh-frame .buick-brand{
    background-image:url('/GMVPP2/agency/images/mastheads/buick-masthead-logo.png');
    display:block;
    height:55px;
    left:70px;
    position:absolute;
    top:20px;
    width:55px;
  }
  #mh-container .mh-frame .gmc-brand{
    background-image:url('/GMVPP2/agency/images/mastheads/gmc-masthead-logo.png');
    display:block;
    height:55px;
    left:70px;
    position:absolute;
    top:20px;
    width:55px;
  }
  #mh-container .mh-frame .cadillac-brand{
    background-image:url('/GMVPP2/agency/images/mastheads/cadillac-masthead-logo.png');
    display:block;
    height:55px;
    left:70px;
    position:absolute;
    top:20px;
    width:55px;
  }
  #mh-container .mh-frame .model-label-divider-mathbox{
    background-color:#95bed3;
    color:#003366;
    display:block;
    height:25px;
    left:132px;
    position:absolute;
    top:35px;
    width:1px;
  }
    .mh-frame .pricepoint-label-divider-mathbox{
    background-color:#95bed3;
    color:#003366;
    display:block;
    height:250px;
    left:380px;
    position:absolute;
    top:25px;
    width:1px;
  }
  #mh-container .mh-frame .model-label-mathbox{
    color:#2378a4;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:16px;
    font-weight:normal;
    left:145px;
    position:absolute;
    top:20px;
  }
  #mh-container .mh-frame .combined-discount-label-mathbox{
    color:#003366;
    color:#ff0000;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:22px;
    font-weight:normal;
    left:70px;
    position:absolute;
    top:50px;
  }
  #mh-container .mh-frame .price-label-mathbox{
    color:#ffcc00;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:64px;
    font-weight:bold;
    left:90px;
    position:absolute;
    top:60px;
  }
  #mh-container .mh-frame .pricing-sample-label-mathbox{
    color:#003366;
    color:#ff0000;
    display:block;
    font-family:arial,helvetica,sans-serif;
    font-size:20px;
    left:105px;
    position:absolute;
    top:175px;
  }
  #mh-container .mh-frame .redboldtext-mathbox{
    color:#ff0000;
    font-weight:bold;
  }
  #mh-container .mh-frame .mathbox-numbers tr{
    color:#003366;
     width:485px;
     padding-bottom:5px;
   }
  #mh-container .mh-frame .numbercolumn{
    margin:0;
    padding-top:6px;
    padding-bottom:6px;
    text-align:right;
    width:85px;
    vertical-align:bottom;
    line-height:13px;
  }
  #mh-container .mh-frame .discount-description{
    margin:0;
    padding-top:6px;
    padding-bottom:6px;
    width:400px;
    line-height:13px;
    vertical-align:bottom;
  }
    
 
  #mh-container .mh-frame .yourdiscount{
    font-weight:bold;
  }
  #mh-container .mh-frame .msrp-starting-at{
    border-bottom:1px solid #92bbcf;
    width:485px;
  }
  #mh-container .mh-frame .mathbox-numbers{
    font-family:arial;
    font-size:12px;
    left:430px;
    margin:0;
    padding:0;
    position:absolute;
    top:32px;
    width:485px;
  }

  #mh-container .mh-frame {
    position: relative;
  }

  
.yourdiscountoverride .your_discount
{
border-top: 1px solid #92BBCF;
margin: 0px;
}
 

  
  
  /* Color styling for Masthead details underneath the "Price you Pay" section */
/* END  masthead styling */
/*   ---------------------------------------------------------------------------------------------------------- */

/*  OVERRIDES -  SPECIFIC CASES WHERE STYLING IS CHANGED TEMPORARILY OR TO FIT A PARTICULAR CIRCUMSTANCE */



/* --------------------- START BROWSER BUG FIXES --------------------------    */

/* Remove moz dotted button focus */
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
button:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}

/* Remove chrome focus */
*:focus {
  outline: 0;
}
/* --------------------- END BROWSER BUG FIXES --------------------------    */
