.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #0054a4;
  font-family: Montserrat, sans-serif;
  color: #66676b;
  font-size: 18px;
  line-height: 170%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #34363b;
  font-size: 46px;
  line-height: 95%;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 28px;
  line-height: 120%;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.2px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.3px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1em;
  color: #34363b;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.3px;
}

p {
  margin-bottom: 1.6em;
}

a {
  color: #0054a4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 1.6em;
  padding-left: 40px;
}

li {
  position: relative;
  margin-bottom: 0.8em;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #34363b;
  font-weight: 700;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline-icon {
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 14px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 5px;
  background-color: #0054a4;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 250ms ease, background-color 250ms ease;
  transition: box-shadow 250ms ease, background-color 250ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  background-color: #005cb3;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.button:active {
  background-color: #00478b;
  box-shadow: 0 0 0 0 transparent;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.white {
  background-color: #f0f2f3;
  color: #0054a4;
}

.button.white:hover {
  background-color: #fff;
}

.button.white:active {
  background-color: #e2e6e8;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.wide {
  max-width: 1380px;
}

.content-panel {
  padding: 60px;
}

.content-panel.background-brand-blue {
  background-color: #0054a4;
}

.no-bottom-margin {
  margin-bottom: 0em;
}

.col {
  position: static;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  clear: both;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

.background-light-gray-gradient {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f2f3));
  background-image: linear-gradient(180deg, #fff, #f0f2f3);
}

.accordion-title {
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d2d3;
  color: #0054a4;
  cursor: pointer;
}

.accordion-title:hover {
  text-decoration: underline;
}

.check-radio-label {
  margin-bottom: 0px;
  color: #66676b;
}

.input {
  height: auto;
  min-height: 44px;
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 2px solid #d0d2d3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6f7), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f4f6f7, #fff 50%);
  -webkit-transition: border-color 250ms ease;
  transition: border-color 250ms ease;
  color: #66676b;
  font-size: 16px;
  line-height: 170%;
}

.input:focus {
  border-color: #6497ca;
  background-image: none;
}

.input.select {
  height: 44px;
}

.form-block {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0em;
  margin-left: auto;
  padding: 40px;
  border-radius: 5px;
  background-color: #f0f2f3;
  text-align: left;
}

.input-group {
  margin-bottom: 1.6em;
}

.input-group.opt-in {
  font-size: 16px;
  line-height: 170%;
}

.check-radio-field {
  margin-bottom: 10px;
  padding-left: 35px;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: -35px;
  border-width: 2px;
  border-color: #d4d6d7;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f6f7), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #f4f6f7, #fff 50%);
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  border-color: #d4d6d7;
  background-color: #0054a4;
  background-size: 15px 15px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.weight-tool-tab {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #0054a4;
  opacity: 0.5;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 115%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.weight-tool-tab:hover {
  opacity: 0.8;
  text-decoration: none;
}

.weight-tool-tab.w--current {
  background-color: #0054a4;
  opacity: 1;
}

.weight-hero-panel {
  min-height: 650px;
  padding: 50px 60px 60px;
  background-color: #003672;
  background-image: url('https://image.info.hillspetnutrition.com/lib/fe3e157075640675751270/m/6/c25d8aa8-5399-442a-a165-d95ce7493ecc.png'), radial-gradient(circle farthest-corner at 50% 0%, #0054a4, rgba(0, 84, 164, 0) 55%);
  background-position: 50% -20px, 0px 0px;
  background-size: 1800px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.hero-headline {
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
}

.hero-paragraph {
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.small-p {
  font-size: 16px;
  line-height: 170%;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
}

.inline-image {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    font-size: 38px;
    line-height: 95%;
  }

  h2 {
    font-size: 25px;
    line-height: 120%;
  }

  .button {
    font-size: 16px;
  }

  .content-panel {
    padding: 40px;
    background-image: none;
  }

  .weight-tool-tab {
    width: 110px;
    height: 110px;
    margin-right: 10px;
    padding-top: 13px;
    font-size: 13px;
  }

  .weight-hero-panel {
    min-height: 550px;
    padding: 40px;
    background-position: 50% -20px, 0px 0px;
    background-size: 1450px, auto;
  }

  .hero-headline {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 95%;
  }

  .inline-icon {
    margin-bottom: 15px;
  }

  .content-panel {
    padding: 40px 20px;
    background-image: none;
  }

  .form-block {
    padding: 25px 20px 30px;
  }

  .weight-hero-panel {
    min-height: 400px;
    padding: 30px 20px 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 54, 114, 0)), color-stop(70%, rgba(0, 54, 114, 0.8))), url('https://image.info.hillspetnutrition.com/lib/fe3e157075640675751270/m/6/c25d8aa8-5399-442a-a165-d95ce7493ecc.png'), radial-gradient(circle farthest-corner at 50% 0%, #0054a4, rgba(0, 84, 164, 0) 30%);
    background-image: linear-gradient(180deg, rgba(0, 54, 114, 0) 40%, rgba(0, 54, 114, 0.8) 70%), url('https://image.info.hillspetnutrition.com/lib/fe3e157075640675751270/m/6/c25d8aa8-5399-442a-a165-d95ce7493ecc.png'), radial-gradient(circle farthest-corner at 50% 0%, #0054a4, rgba(0, 84, 164, 0) 30%);
    background-position: 0px 0px, 50% -10px, 0px 0px;
    background-size: auto, 140vw, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .hero-logo {
    max-width: 80px;
  }

  .hero-headline {
    font-size: 30px;
    text-shadow: 0 0 20px #003672;
  }

  .hero-paragraph {
    max-width: 100%;
    text-shadow: 0 2px 10px #003672;
  }

  .inline-image {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .weight-hero-panel {
    background-size: auto, 190vw, auto;
  }
}

@font-face {
  font-family: 'Font Awesome (Regular)';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome (Brands)';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome (Solid)';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}