
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    width: 100%
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}



fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}



textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

      @font-face {
        font-family: 'ProximaNovaBold';
        src: url('../fonts/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
        src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/ProximaNova-Bold.woff') format('woff'), /* Modern Browsers */
             url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
             url('../fonts/ProximaNova-Bold.svg#d1e00a8fb1fd9b428ab6b90409479fde') format('svg'); /* Legacy iOS */
             
        font-style:   normal;
        font-weight:  700;
      }

      @font-face {
        font-family: 'ProximaNovaRg';
        src: url('../fonts/ProximaNova-Reg.eot'); /* IE9 Compat Modes */
        src: url('../fonts/ProximaNova-Reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/ProximaNova-Reg.woff') format('woff'), /* Modern Browsers */
             url('../fonts/ProximaNova-Reg.ttf')  format('truetype'), /* Safari, Android, iOS */
             url('../fonts/ProximaNova-Reg.svg#2c1459d58560f08b4b0586fbe80aa4cd') format('svg'); /* Legacy iOS */
             
        font-style:   normal;
        font-weight:  400;
      }

      @font-face {
        font-family: 'ProximaNovaLt';
        src: url('../fonts/ProximaNova-Sbold.eot'); /* IE9 Compat Modes */
        src: url('../fonts/ProximaNova-Sbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
             url('../fonts/ProximaNova-Sbold.woff') format('woff'), /* Modern Browsers */
             url('../fonts/ProximaNova-Sbold.ttf')  format('truetype'), /* Safari, Android, iOS */
             url('../fonts/ProximaNova-Sbold.svg#67a6c9f6d7dc8f35ecb08de766ea56f0') format('svg'); /* Legacy iOS */
             
        font-style:   normal;
        font-weight:  700;
      }


#main_celeb_wrapper {  
    background:url(../img/blue-bg-v2.gif);
    background-repeat: repeat-x;
    width:100%;
    min-height: 1351px;
}

/*
 *------------------------------------------ header
 */

h1,p {
  font-family: 'ProximaNovaRg';
}

header {
    width: 980px;
    margin: 0 auto 0 auto;
    padding-top: 115px;
    text-align: center;
    color:#fff;

}
header h1 {
    font-size: 90px;
    text-shadow: 0px 4px 2px rgba(12, 164, 166, .50);
}
header p {
    font-size: 36px;
}
header hr {
    width: 50px;
    color: #fff;
    background: #fff;
    margin: 20px auto;
}




/*
 *------------------------------------------ section 1
 */

.radius-shadow {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(178, 178, 178, 0.50);
    -moz-box-shadow:    0px 3px 5px 0px rgba(178, 178, 178, 0.50);
    box-shadow:         0px 3px 5px 0px rgba(178, 178, 178, 0.50);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}



.celeb-tiles-wrapper {
    width: 980px;
    margin:0 auto 0; 
      text-align: justify;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines;
      /* just for demo */
      min-width: 980px;
}
.celeb-tiles {
    background:#fff;
    display: inline-block;
    margin-top: 50px;
}
.celeb-hdr-img {
    display: block;
    margin:-5px auto 0 auto;
}
.full {
    width:980px;
    min-height: 270px;
}
.half {
    width: 475px;
    min-height: 410px;
}
.full-col {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0
}
.celeb-tiles p {
    text-align: center;
    line-height: 55px;
    margin: 30px 0 70px 0;
}

.line1 {
    color: #007dba;
    font-size: 52px;
    display: block;
    width: 100%;
}
.line2 {
    font-size: 30px;
    display: block;
    width: 100%;
}
.line3 {
    font-size: 26px;
    display: block;
    width: 100%;
}
.half .line2 {
    font-size: 30px;
    line-height: 40px;

}
.bold {
  font-family: 'ProximaNovaBold';

}
.col-hdr {
    font-size: 36px;
    text-align: center;
}

.col {
  width: 24.5%;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: 'ProximaNovaRg';
}

.col1 {

}
.col2 {

}
.col3 {
    
}
.col4 {
    
}
/*
------------------------------------------FOOTER
*/
footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    height: auto;
    background-color: #ededea;
    border-top: none;
    font-family: 'ProximaNovaRg';
}
footer nav {
    width: 980px;
    margin: 0 auto;
    text-align: center;
}

.footer-col {
    width: 17%;
    display: inline-block;
    margin: 1% 1%;
    font-size: 12px;
    color: #333;
    text-align: left;
    vertical-align: top;
    }
.foot-title-big {
    text-transform: uppercase;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.foot-title {
    margin: 0 0 10px 0;
}
.col-item {
    display: block;
    margin: 0 0 10px 0;
    color: #666;
    text-decoration: none;
}
.mobile-links .col-item {
    display: inline-block;
}
.col-item:hover {
  text-decoration: underline;
}
#emailSignUp_footer p {
    font-weight: normal;
    margin: 0;
    padding: 2px 0;
    text-transform: none;
}
.ft-sprite {
    background: url(../img/footer-sprite-v5.gif) no-repeat;
    }
.ft-stevie {
    background-position: -310px -52px;
    width: 140px;
    height: 70px;
    display: block;
  }
  .ft-va {
    background-position: -18px -55px;
    width: 138px;
    height: 60px;
    display: block;
  }
.ft-petaltalk {
    background-position: -172px -137px;
    width: 105px;
    height: 48px;
    display: block;
    margin-top: 5px;
  }
  .ft-celebrations {
    background-position: -18px -130px;
    width: 118px;
    height: 60px;
    display: block;
  }
  #emailSignUp_footer span.footer-email-icon {
    background-position: -19px -13px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
  .ft-facebook {
    background-position: -55px -1px;
    width: 25px;
    height: 35px;
    display: block;
  }
  .ft-twitter {
    background-position: -85px -1px;
    width: 25px;
    height: 35px;
    display: block;
  }
  .ft-instagram {
    background-position: -122px -1px;
    width: 25px;
    height: 35px;
    display: block;
  }
  .ft-pinterest {
    background-position: -155px -1px;
    width: 25px;
    height: 35px;
    display: block;
  }
  .ft-google {
    background-position: -195px -1px;
    width: 25px;
    height: 35px;
    display: block;
  }
  .ft-youtube {
    background-position: -235px -1px;
    width: 50px;
    height: 35px;
    display: block;
  }
  .ft-mobile {
    background-position: -295px -1px;
    width: 25px;
    height: 35px;
    display: block;
  }




  .sprite-text {
    display: none;
}

.copyrightInfo p {
    font: 12px Arial,Helvetica,sans-serif;
    line-height: 16px;
    text-align: center;
}
.copyrightInfo a {
  color: #277e80
}
/*
------------------------------------passport
*/

.celeb-passport a {
    color: #2f94c6;
    font-size: 30px;
    display: inline-block; 
    text-decoration: none;
    border-bottom:solid 2px #2f94c6;
}

.celeb-passport a:hover {
    color: #51a7d2;
    border-bottom:solid 2px #fff;
}

/*
------------------------------------rewards
*/

.celeb-rewards a {
    color: #f1a900;
    font-size: 26px;
    display: inline-block; 
    text-decoration: none;
    border-bottom:solid 2px #f1a900;

}
.celeb-rewards a:hover {
    color: #fbc442;
    border-bottom:solid 2px #fff;
}


/*
------------------------------------reminders
*/

.celeb-reminders a {
    color: #c80081;
    font-size: 26px;
    display: inline-block; 
    text-decoration: none;
    margin: 30px 0 0 0;
    border-bottom:solid 2px #c80081;

}
.celeb-reminders a:hover {
    color: #df1798;
    border-bottom:solid 2px #fff;
}

/*
--------------------------------PLUS SHOPPING HEADER
*/
.celeb-plus-shopping {
    margin: 110px auto 90px auto;
    text-align: center;
    border-bottom: solid 1px #ccc
}
.celeb-plus-shopping span {
    font-family: 'ProximaNovaRg';
}
.celeb-plus-shopping .col-hdr{
  margin: 50px auto
}
.check-icon {
  background-image: url('../img/celeb-icon-sprite-v2.png');
  background-repeat: no-repeat;
  background-position:top center;
  width: 33%;
  padding-top: 75px;

}


/*
--------------------------------ALL BRANDS GIFTING
*/
.celeb-brands {
    margin: 110px auto;
    text-align: center;
}
.celeb-button {
      width: 75%;
      padding: 15px 0;
      margin: 15px auto;
      display: block;
      color: #fff;
      background-color: #00c6c9;
      border-radius: 30px 30px 30px 30px;
      -moz-border-radius: 30px 30px 30px 30px;
      -webkit-border-radius: 30px 30px 30px 30px;
}
.celeb-brands .col {
  margin-bottom: 20px;
}
.celeb-brands .celeb-button {
  text-decoration: none;
}
.celeb-brands .celeb-button:hover {
   background-color: #1ad5d8;
}
.celeb-brands .col-hdr {
    margin: 70px auto;
}

#emailSignUp_footer{ display: none; }
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * 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 receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media (max-width: 40em) {
  /*--------------------*/

  header {
      width: 100%;
      padding-top: 20px;
  }
  header h1 {
    font-size: 3em;
  }
  header p  {
    font-size: 1.5em;
    width: 95%;
    margin: 0 auto;
  }
  .full {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
  }
  .half {
    width: 100%;
  }
  .celeb-tiles-wrapper {
      width: 95%;
      min-width: auto;
  }
  .line1 {
   /* font-size: 52px; */
   font-size: 2em
  }
  .line2 {
   /* font-size: 30px; */
   font-size: 1.5em
  }
  .line3 {
  /*  font-size: 26px; */
   font-size: 1.2em

  }
  .col {
    width: 49%;
  }
  .col img {
    width: 100%
  }
  .col4 {
    vertical-align: bottom;
  }
  .celeb-passport a {

  }
  .celeb-hdr-img {
    margin: -15px auto 0 auto;
  }
  .celeb-plus-shopping, .celeb-brands {
      width: 95%;
      min-width: auto;
  }
.celeb-plus-shopping {
    margin: 10px auto 20px auto;
}
.col-hdr {
    font-size: 1.3em;
}
.check-icon {
  width: 31%
}
.celeb-brands {
  margin: 10px auto;
}
.celeb-button {
    width: 90%;
    font-size: .95em
  }
  footer nav {
    width: 100%;
  }
  .footer-col {
    width: 100%;
    text-align: center;
    margin: 1% 0;
    font-size: 1.2em;
    }
    .foot-title-big {
      font-size: 1.1em

    }
    .col-item {
      border-bottom: 1px solid #ccc;
      padding: 10px 0;
    }
    .mobile-links a.col-item {
      border:0;
    } 

  #emailSignUp_footer {
    display: none;
  }
  .ft-va.col-item {
    background-position: -18px -45px;
    margin: 0 auto;
    border: 0;
}
.ft-stevie.col-item {
    background-position: -311px -52px;
    width: 80px;
    height: 70px;
    margin: 0 auto;
    border: 0;
}
.ft-celebrations.col-item {
    background-position: -18px -130px;
    margin: 0 auto;
    border: 0;
}
.ft-petaltalk.col-item  {
    margin: 0 auto;
    border: 0;
}

  /*--------------------*/
}

@media (min-width: 40em) and (max-width: 64em) {
  /*--------------------*/
  header {
    padding-top: 35px;
    width:100%;
  }
  .celeb-tiles-wrapper {
    width: 95%;
    min-width: 95%;
  }
  .full {
      width: 100%;
  }
  .half {
    width: 49%;
  }
    .col img {
    width: 100%
  }
  footer nav {
    width: 100%;
  }
    .col4 {
    vertical-align: bottom;
  }
  .celeb-plus-shopping {
    margin: 30px auto 90px auto;
    padding-top: 30px;
    background:#fff;
    max-width: 95%;  
  }
  .celeb-button {
    width: 90%;
  }
  .check-icon {
    width: 31%;
  }
  /*--------------------*/

}

@media (min-width: 46.01em) and (max-width: 64em) {
  /*--------------------*/

  header {
    padding-top: 35px;
    width:100%;
  }
  .celeb-tiles-wrapper {
    width: 95%;
    min-width: 95%;
  }
  .full {
      width: 100%;
  }
  .half {
    width: 49%;
  }
    .col img {
    width: 100%
  }
  footer nav {
    width: 100%;
  }
    .col4 {
    vertical-align: bottom;
  }
  .celeb-plus-shopping {
    margin: 30px auto 90px auto;
    padding-top: 30px;
    background:#fff;
    max-width: 95%;  
  }  
  .celeb-button {
    width: 90%;
  }
  .check-icon {
    width: 31%;
  }

  /*--------------------*/
}
@media (min-width: 64.01em) {

}