body {
  font-family: "proxima-nova-condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #585858;
  font-size: 16px;
  overflow-x: hidden;
  /*fix horizontal scroll bar caused by skewed nav elements*/ }

a, a:hover, a:focus {
  color: #149bd7; }

#topNav {
  padding-top: 10px;
  padding-bottom: 8px; }

#topNav a {
  color: #818181;
  font-size: 14px; }

#topNav a:hover {
  text-decoration: underline; }

#topNav img {
  float: left;
  margin-top: 7px;
  max-width: 81px; }

#topNav .nav > li > a:hover, #topNav .nav > li > a:focus {
  background-color: transparent; }

.container {
  margin: 0 auto;
  max-width: 1170px;
  text-align: center;
  width: 100%; }

/*** Welcome ***/
#welcomeNav {
  width: 100%;
  background: #f2f2f2; }

img#mzrLogo {
  float: left;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 330px;
  width: 100%;
  height: auto;
  min-width: 132px; }

.grey {
  background: #f2f2f2; }

button.signInButt {
  float: right;
  margin-right: 20px;
  background-color: transparent;
  border: 2px solid #818181;
  color: #838383;
  font-size: 12px;
  margin-top: 20px;
  min-width: 84px;
  padding: 7px 20px;
  text-transform: uppercase;
  transition: all ease 0.3s; }

button.signInButt:hover {
  border-color: #333;
  transition: all ease 0.3s;
  background: rgba(88, 88, 88, 0.1);
  color: #000; }

#howItWorks {
  padding: 45px 0 60px 0;
  background: #f2f2f2; }

#howItWorks h2 {
  margin: 15px 0 35px;
  font-size: 35px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase; }

#howItWorks p {
  width: 50%;
  margin: 0 auto; }

#welcomeSummary {
  padding: 0;
  background: #FFF;
  background-size: cover; }

#welcomeSummary .welcomeConatiner {
  position: relative;
  overflow: hidden; }

#welcomeSummary .welcomeIcon {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.welcomeIcon > img {
  position: relative;
  top: -20px; }

#welcomeSummary .welcomeSavings {
  margin-top: 85px;
  padding: 0;
  background-color: #ffffff; }

#welcomeSummary .welcomeName {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 500; }

#welcomeSummary .welcomeAmount {
  font-size: 54px;
  font-weight: 400;
  margin-top: 30px; }

#welcomeSummary .welcomePercent {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 13px;
  padding-bottom: 63px; }

#enrollRegSection {
  width: 100%;
  height: 494px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 80px auto 0 auto;
  position: relative; }
  #enrollRegSection .container {
    position: relative; }

#enrollRegSection h2 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  margin-top: 57px;
  margin-bottom: 0;
}

.tier-gradient {
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  background: -webkit-linear-gradient(45deg, #00A4C3 60%, #51c1af 100%);
  background: linear-gradient(45deg, #00A4C3 60%, #51c1af 100%); }

.welcomeSteps {
  display: inline-block;
  box-sizing: border-box;
  min-height: auto;
  height: auto;
  width: calc(33% - 10px);
  padding-top: 38px;
  text-align: center;
  vertical-align: top;
  color: #fff;
  padding-bottom: 30px;
  margin-top: 20px;
}

.welcomeSteps:last-child {
  margin-right: 0; }

.bigNum {
  display: block;
  font-size: 85px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 16px;
  padding-left: 8px; }

.welcomeSteps p {
  line-height: 24px;
  width: 80%;
  margin: 0 auto 20px auto;
  padding: 0;
  font-size: 20px;
  height: 70px; }

button.buttonTwo, button.buttonThree {
  background-color: transparent;
  box-sizing: border-box;
  border: 2px solid #fff;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  min-width: 133px;
  padding: 10px 25px;
  transition: all ease 0.3s; }

button.buttonTwo:hover, button.buttonThree:hover {
  border-color: #fff;
  transition: all ease 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.25); }

button.buttonThree {
  margin-top: 0;
  min-width: 115px;
  padding: 10px 25px; }

/*** Create Account ***/
#mySignInHeader,
#myAccountHeader {
  padding: 40px 0 10px;
  margin: 0 auto; }

#mySignInHeader h1,
#myAccountHeader h1 {
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 54px;
  font-weight: 400;
  line-height: 55px; }

#registrationBox {
  margin: 0 auto;
  padding: 0; }

.smallText {
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 0; }

.smallText .lght {
  color: rgba(0, 0, 0, 0.4); }

.outline {
  width: calc(100% - 20px);
  box-sizing: border-box;
  padding: 40px 0;
  margin: 10px 10px 40px 10px;
  border: 1px solid #e8e8e8; }

#footerSlim {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  background: #818181; }

#footerSlim .legal {
  padding-top: 40px;
  font-size: 12px;
  color: #fff; }

#footerSlim a {
  color: #fff; }

/*******************************/
/********* BREAKPOINTS *********/
/*******************************/
@media screen and (max-width: 767px) {
  #topNav {
    display: none; }
  #welcomeNav {
    display: block;
    height: auto;
    position: relative; }
  img#mzrLogo {
    width: 50%;
    min-width: 162px; }
  #enrollRegSection {
    width: 100%;
    height: auto;
    min-height: 1100px;
    background: url("img/Home_Benefits_CAD_768.jpg") no-repeat center center;
    background-size: cover;
    margin: 80px auto 0 auto; }
  #enrollRegSection h2 {
    font-size: 33px;
    height: 35px;
    line-height: 33px;
    margin-bottom: 10px;
    margin-top: 65px; }
  .welcomeSteps {
    width: 100%;
    min-width: auto;
    padding: 0;
    margin: 0 auto; }
  .welcomeSteps:nth-child(2) {
    min-height: 245px;
    height: 245px; }
  .welcomeSteps:nth-child(3) {
    margin-bottom: 40px; }
  .welcomeSteps:nth-child(4) {
    padding-top: 40px; }
  .bigNum {
    font-size: 85px;
    margin: 0 0 35px 0;
    padding: 0;
    line-height: auto; }
  .welcomeSteps p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0;
    height: auto; }
  button.buttonTwo {
    margin-top: 55px;
    min-width: 117px; }
  button.buttonThree {
    margin-top: 55px;
    min-width: 117px; }
  #howItWorks {
    padding: 20px 0 40px 0; }
  #howItWorks h2 {
    font-size: 24px;
    margin: 0 0 15px 0; }
  #howItWorks p {
    width: 100%;
    line-height: 20px;
    font-size: 15px; }
  #welcomeSummary .welcomeSavings {
    margin-top: 130px; }
  #welcomeSummary .welcomeIcon {
    top: -105px; }
  .welcomeIcon > img {
    position: relative;
    top: -40px; }
  #welcomeSummary .welcomeName {
    padding-bottom: 10px;
    position: relative;
    top: -45px; }
  .welcomeSummary {
    box-sizing: border-box;
    font-size: 15px;
    line-height: 20px;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    top: -40px; }
  /*** Create Account ***/
  #mySignInHeader h1,
  #myAccountHeader h1 {
    font-size: 34px;
    font-weight: 200;
    line-height: 36px;
    margin: 0;
    padding: 0 0 8px; }
  .smallText {
    margin: 0;
    padding: 0 30px;
    line-height: 18px; } }

/* New Compiled Breakpoints */
#myWelcomeHeader {
  background-image: url("../img/Homepage_Image_1800_CADcoral.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0; }
  #myWelcomeHeader h1 {
    font-size: 94px;
    font-weight: 200;
    line-height: 96px;
    margin-bottom: 35px; }

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 96%; } }

@media (min-width: 1300px) {
  #myWelcomeHeader {
    padding: 130px 0; }
    #myWelcomeHeader h1 {
      font-size: 94px;
      line-height: 95px; } }

@media (max-width: 1299px) {
  #myWelcomeHeader {
    padding: 98px 0; }
    #myWelcomeHeader h1 {
      line-height: 95px; } }

@media (max-width: 1059px) {
  #myWelcomeHeader {
    padding: 107px 0; }
    #myWelcomeHeader h1 {
      font-size: 61px;
      line-height: 62px;
      margin: 0; } }

@media (max-width: 600px) {
  #myWelcomeHeader {
    padding: 150px 0; }
    #myWelcomeHeader h1 {
      font-size: 51px;
      line-height: 51px;
      margin: 0; } }

@media (max-width: 511px) {
  #myWelcomeHeader {
    padding: 135px 0; } }

@media (max-width: 463px) {
  #myWelcomeHeader {
    padding: 130px 0; }
    #myWelcomeHeader h1 {
      font-size: 48px;
      line-height: 51px; } }

@media (max-width: 435px) {
  #myWelcomeHeader {
    padding: 118px 0; }
    #myWelcomeHeader h1 {
      font-size: 33px;
      line-height: 35px; } }

.login-container {
  width: 100%;
  display: flex;
  background-size: cover;
}

.login-header-new {
  color: #FFFFFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  top: -80px;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
}

.login-window {
  background-color: #FFFFFF;
  width: 30%;
  height: 437px;
  margin: 200px 40px 90px 145px;
  opacity: 0.9;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.31);
  position: relative;
}

.register-window {
  background-color: #FFFFFF;
  width: 30%;
  height: 437px;
  margin: 200px 40px 90px 0;
  opacity: 0.9;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.31);
  padding: 32px;
  position: relative;
}

.register-window-title {
  color: #585858;
  font-family: "Proxima Nova Condensed";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
  margin-bottom: 23px;
}

.register-window-section-title, .register-window-section-description {
  color: #585858;
  font-family: "Proxima Nova Condensed";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
}

.register-window-section-title {
  font-weight: bold;
}

.register-window-section-description {
  margin-bottom: 30px;
}

.register-window-mobile {
  display: none;
}

.register-window-button, .signup-back-button, .register-window-mobile-return {
  color: #159BD7;
  font-family: "Proxima Nova Condensed";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 14px;
  text-decoration: underline;
  cursor: pointer;
  float: left;
}

.signup-back-button {
  padding: 23px;
  display: none;
}

.login-additional-mobile-section {
  display: none;
}

.isMobile {
  display: none;
}

@media (max-width: 576px) {
  .login-header-new {
    white-space: unset;
    font-size: 28px;
    line-height: 30px;
  }

  .isMobile {
    display: block;
  }

  .register-window {
    display: none;
  }

  .register-window-title {
    font-size: 18px;
    line-height: 18px;
  }

  .register-window-section-title, .register-window-section-description {
    font-size: 15px;
    line-height: 18px;
  }

  .register-window-section-description {
    margin-bottom: 10px;
  }

  .register-window-mobile {
    display: block;
    left: 0;
  }

  .register-window-mobile-return {
    float: unset;
    text-align: left;
    margin-bottom: 25px;
  }

  .login-window, .register-window {
    width: 90%;
    margin: 100px auto 90px auto;
  }

  .login-additional-mobile-section {
    display: block;
    padding: 24px 20px;
  }

  .login-additional-mobile-section-header {
    text-align: left;
    color: #585858;
    font-family: "Proxima Nova Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
  }

  .login-additional-mobile-section-description-wrapper {
    text-align: left;
  }

  .login-additional-mobile-section-description, .login-additional-mobile-section-link {
    display: inline-block;
    font-family: "Proxima Nova Condensed";
    font-size: 13px;
    letter-spacing: 0;
    line-height: 14px;
  }

  .login-additional-mobile-section-link {
    display: inline-block;
    color: #009ADA;
    text-decoration: underline;
    cursor: pointer;
  }
}

@media (max-width: 335px) {
  .login-header-new {
    font-size: 26px;
  }
}

#myWelcomeHeader h2, h3,
.rewards-program-title,
#myWelcomeHeader h2,
.myWelcomeHeader-description {
  letter-spacing: 1px;
}

.sign-in-h2 {
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.sign-in-wrapper h4 {
  margin-bottom: 30px;
}

.rewards-program-title {
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}

#enrollRegSection {
  margin-left: 0 !important;
}

.enrollRegSection-sign-in-p {
  color: white;
}

.enrollRegSection-sign-in-p a {
  color: white;
  text-decoration: underline;
}

.sign-in-petcare-rewards button {
  width: 300px;
  border: 2px solid #585858;
  height: 48px;
  background-color: transparent;
  color: #585858;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.25px;
  margin-top: 20px;
}

.sign-in-petcare-rewards button:hover {
  transition: all ease 0.3s;
  background-color: lightgrey;
}

.welcomeSteps-divider {
  border-left: 3px solid white;
}

#myWelcomeHeader {
  height: 300px;
  padding: 30px 0;
  margin-bottom: 80px;
}

#myWelcomeHeader h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.myWelcomeHeader-description {
  font-size: 20px;
}

.loyalty-welcome-footer {
  height: auto !important;
}

.loyalty-welcome-footer div {
  padding: 0;
}

.footer-links-wrapper {
  background-color: white;
  padding-top: 20px !important;
}

.footer-link {
  color: #818181 !important;
  text-decoration: underline;
  padding: 0 20px 30px 30px;
  letter-spacing: 0.5px;
}

.loyalty-welcome-footer-description {
  padding: 20px !important;
}

@media (min-width: 992px) {
  .sign-in-wrapper {
    border-right: 3px solid darkgrey;
    margin-bottom: 40px;
    padding-right: 70px;
  }

  .sign-in-petcare-rewards h3 {
    margin-top: 60px;
  }

  #welcomeNav {
    margin-bottom: 50px !important;
  }

  #mySignInHeader {
    padding-top: 0 !important;
  }

  #registrationBox .outline {
    margin-bottom: 10px;
  }

  .sign-in-petcare-rewards {
    margin-left: 60px;
    width: 300px;
    text-align: left;
  }

  .sign-in-petcare-rewards h3 {
    letter-spacing: 0.25px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sign-in-h2 {
    font-weight: bold;
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .loyalty-welcome-sign-in, .loyalty-welcome-rewards {
    width: 50%;
    float: left;
  }

  .sign-in-wrapper {
    border-right: 3px solid darkgrey;
    margin-bottom: 40px;
    padding-right: 70px;
  }

  .sign-in-petcare-rewards h3 {
    margin-top: 70px;
  }

  .sign-in-petcare-rewards {
    margin-left: 60px;
    width: 300px;
    text-align: left;
  }

  .sign-in-petcare-rewards h3 {
    letter-spacing: 0.25px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sign-in-h2 {
    font-weight: bold;
    font-size: 30px;
  }

  .sign-in-wrapper h4 {
    margin-bottom: 0;
  }

  #welcomeNav {
    margin-bottom: 50px !important;
  }

  .loyalty-welcome-empty-container {
    display: none;
  }
}

@media (max-width: 767px) {
  .loyalty-welcome-wrapper {
    display: flex;
  }

  .welcomeSteps-divider {
    border-left: 0;
    border-top: 3px solid white;
    margin-bottom: 60px;
    width: 70%;
  }

  #enrollRegSection {
    min-height: auto;
    width: 100% !important;
  }

  .enrollRegSection-sign-in-p {
    margin-bottom: 60px;
  }

  .sign-in-wrapper h4 {
    margin-bottom: 0;
  }

  .loyalty-welcome-empty-container {
    display: none;
  }
}

@media (max-width: 640px) {
  #myWelcomeHeader h2 {
    margin-bottom: 20px;
  }

  .myWelcomeHeader-description {
    font-size: 18px;
    padding: 0 30px;
  }
}

@media (max-width: 480px) {
  .myWelcomeHeader-description {
    font-size: 16px;
  }
}
