/* typograph */
@font-face {
    font-family: "HelveticaNeueRegular";
    src: url("../fonts/helvetica/helvetica_neue_regular.woff2") format("woff2"),
        url("../fonts/helvetica/helvetica_neue_regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "HelveticaNeueMedium";
    src: url("../fonts/helvetica/helvetica_neue_medium.woff2") format("woff2"),
        url("../fonts/helvetica/helvetica_neue_medium.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueBold";
    src: url("../fonts/helvetica/helvetica_neue_bold.woff2") format("woff2"),
        url("../fonts/helvetica/helvetica_neue_bold.woff") format("woff");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueBoldCondensed";
    src: url("../fonts/helvetica/helvetica-condensed-bold.woff2") format("woff2"),
      url("../fonts/helvetica/helvetica-condensed-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* font family 

font-family: "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif;
font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
font-family: "HelveticaNeueBoldCondensed", Helvetica, Arial, sans-serif;

font family */

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body{
    line-height: 1.5;
    font-family: "HelveticaNeueBold", Helvetica, Arial, sans-serif;
}
.uppercase{
    text-transform: uppercase;
}
.normalFont{
    font-family: "HelveticaNeueMedium", Helvetica, Arial, sans-serif;
}
.lightFont{
    font-family: "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,span{
    margin: 0;
}
.customH1{
    font-size: 4.4rem;
}
.customH2{
    font-size: 3.2rem;
}
.customH3{
    font-size: 2.8rem;
}
.customH6{
    font-size: 2rem;
}
.condensedFont{
    font-family: "HelveticaNeueBoldCondensed", Helvetica, Arial, sans-serif;
}
/* typograph */

/* global style */
::selection {
    background-color: #978D87;
    color: #fff;
}
.tranidiv,
a,
.header_wrapper,
.header_wrapper2,
img,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
::after,
::before,
button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover,a:focus{
    text-decoration: none !important;
}
main{
    position: relative;
}
.backgroundPeach{
    background-color:#F6F3F1;
}
.height100{
    min-height: 100vh;
}
.darkBrownFont{
    color: #978D87;
}
.mb60{
    margin-bottom: 60px;
}
.flexBox{
    display: flex;
}
.alignCenter{
    align-items: center;
    justify-content: center;
}
.primaryBtn{
    display: inline-block;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    padding: 10px 25px;
}
.secondaryBtn{
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    padding: 9px 13px;
    border-radius: 2px;
}
.darkPeachButton{
    background-color: #978D87;
    color: white;
    border: 1px solid #978D87;
}
.darkPeachButton:hover{
    color: #978D87;
    background-color: white;
}
.whiteBtn{
    background-color: #fff;
    color: transparent;
    border: 1px solid #fff;
}
.pinkFontColor{
    color: #F4C2C6;
}
.pinkFontColor:hover{
    color: white;
    background-color: #F4C2C6;
}
.pearFontColor{
    color: #dd575e;
}
.pearFontColor:hover{
    color: white ;
    background: #dd575e;
}
.grapeFruitFontColor{
    color: #ffe0a0;
}
.grapeFruitFontColor:hover{
    color: white ;
    background: #ffe0a0;
}
.cedarFontColor{
    color: #A8C5C6;
}
.cedarFontColor:hover{
    color: #F6F3F1;
    background-color: #A8C5C6;
}
.macyLogoBottom{
    width: 170px;
    display: block;
    margin: 0 auto 24px auto;
}
.backgroundImg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.resultsPage{
    color: white;
    background-position: bottom;
    background-size: contain;
}
.titleLetterSpacing{
    letter-spacing: 0.3rem;
}
.titleLetterSpacing1{
    letter-spacing: 0.1rem;
}
.titleLetterSpacing2{
    letter-spacing: 0.2rem;
}
.imgResponsive{
    max-width: 100%;
    display: block;
}
.imgCenter{
    margin-left: auto;
    margin-right: auto;
}
.fluidOverride{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.whiteColor{
    color: white;
}
/* global style */

/* home page */
.homeCenterLogo{
    width: 200px;
    display: inline-block;
    margin-top: 30px;
}
.homeH2CustomMargin{
    margin: 40px 0px;
}
.homeCenterSection{
    position: relative;
    z-index: 222;
}
.macysLogoBottom{
    position: relative;
    z-index: 222;
    margin: 40px 0px 20px 0px;
}
.landingPageBg{
    background-image: url(../images/frontpagebg-desktop.jpg);
    position: relative;
}
/* home page */

/* final results page */
.backgroundPink{
    background-color: #fec1c6;
}
.cherryBlossomBg{
    background-image: url(../images/cherry-blossombg.jpg);
}
.resultsPageHeader{
    padding: 25px 10px;
    margin-bottom: 50px;
}
.brandLogo{
    width: 100px;
}
.topCaption h2{
    margin-bottom: 15px;
}
.resultsBlurb{
    text-align: center;
    margin-bottom: 70px;
}
.resultsBlurb h6{
    margin: 5px 0px 10px 0px;
}
.topspacingBlub{
    margin-top: 10rem;
}
.mobileImage{
    display: none;
}
.mobileImage img{
    margin: 25px auto;
    border: 2px solid white;
}
.resultsPageHeader {
    margin-bottom: 0px;
}
.footerLogoResultsPage{
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 150px;
}
.footerSection{
    height: 60px;
}
/* template copy pages */
.backgroundPear{
    background-color: #dd575e;
}
.backgroundCedar{
    background-color: #A0C6C7;
}
.backgroundgrapefruit{
    background-color: #FFE0A0;
}
.crispApplePearBg{
    background-image: url(../images/crisp-apple-pearbg.jpg);
}
.cedarWoodAndMintBg{
    background-image: url(../images/cedarwood-and-mintbg.jpg);
}
.grapeFruitBg{
    background-image: url(../images/grapefruit-and-vetiverbg.jpg);
}
/* template copy pages */

/* quiz page template */
.lightWhite{
   background-color: #F6F3F1;
}
.questionsHeader{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #C4C4C4;
    padding: 0px 2px;
}
.top--icon{
    width: 18px;
    height: 18px;
    display: inline-block;
}
.pageNumberDiv p{
    font-size: 1.2rem;
    font-family: "HelveticaNeueRegular", Helvetica, Arial, sans-serif;
    color: #978D87;
}
.min-vh-80{
    min-height: 80vh;
}
.twoOptionsDiv a{
    display: inline-block;
    margin: 0px 25px;
}
.twoOptionsDiv a img{
    width: 400px;
    display: inline-block;
}
.twoOptionsDiv a img:hover{
   transform: scale(1.03);
   -webkit-transform: scale(1.03);
   -moz-transform: scale(1.03);
   -o-transform: scale(1.03);
}
.imgSection{
    margin-top: 80px;
}
/* quiz page template */

/* final results page */

/* responsive style */
@media screen and (min-width:1920px){
    .topspacingBlub{
        margin-top: 30rem;
    }
}
@media screen and (min-width:2320px){
    .topspacingBlub{
        margin-top: 50rem ;
    }
}
@media screen and (min-width:0px) and (max-width: 1200px){
    .questionsHeader{
        padding: 0px 10px;
    }
}
@media screen and (min-width:0px) and (max-width: 1100px){
.homeCenterLogo {
    width: 165px;
}
.imgSection{
    margin-top: 30px;
}
}
@media screen and (min-width:0px) and (max-width: 991px){
.macysLogoBottom {
    margin: 0;
    top: unset;
    position: absolute;
    bottom: 0;
}
.cherryBlossomBg{
    background-image: url(../images/cherry-blossombg-mobile.jpg);
}
.crispApplePearBg{
    background-image: url(../images/crisp-apple-pearbg-mobile.jpg);
}
.cedarWoodAndMintBg{
    background-image: url(../images/cedarwood-and-mintbg-mobile.jpg);
}
.grapeFruitBg{
    background-image: url(../images/grapefruit-and-vetiverbg-mobile.jpg);
}
.topspacingBlub {
    margin-top: 0rem;
}
.resultsBlurb {
    margin-bottom: 50px;
}
.brandLogo {
    margin: 0px auto 50px auto;
    display: block;
}
.backgroundFilterMobile.resultsPage::after{
    display: none;
}
.mobileImage{
    display: block;
}
.topCaption h1{
    font-size: 3rem;
} 
.footerLogoResultsPage{
   position: static;
   margin: 0 auto;
   display: block;
}
.twoOptionsDiv a img {
    width: 300px;
}
}
@media screen and (min-width:0px) and (max-width: 767px){
.landingPageBg{
    background-image: url(../images/frontpagebg-mobile.jpg);
}
.backgroundFilterMobile::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 72%);
}
.homeCenterLogo {
    margin-top: 30px;
    width: 150px;
}
.twoOptionsDiv a img {
    width: 250px;
}
.twoOptionsDiv a{
    margin: 0px 15px;
}
}
@media screen and (min-width:0px) and (max-width: 575px){
    .customH1{
        font-size: 2.7rem;
    }
    .customH6{
        font-size: 1.6rem;
    }
    .mb60{
        margin-bottom: 30px;
    }
    .homeH2CustomMargin {
        margin: 20px 0px 30px 0px;
    }
    .primaryBtn{
        font-size: 1.6rem;
    }
    .twoOptionsDiv a img {
        width: 90%;
    }
    .twoOptionsDiv a{
        margin: 15px 10px;
    }
    .customH2 {
        font-size: 2.8rem;
    }
    .twoOptionsDiv a:last-child {
        margin-bottom: 60px;
    }
}
@media screen and (min-width:0px) and (max-width: 450px){
    .homeCenterLogo {
        width: 130px;
    }
    .macyLogoBottom {
        width: 140px;
        margin: 0 auto 10px auto;
    }
    .twoOptionsDiv a img {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media screen and (min-width:0px) and (max-width: 350px){
    .customH1{
        font-size: 2rem;
    }
    .macyLogoBottom {
        width: 120px;
    }
}
/* responsive style */