.w-form-formradioinput--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: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.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 {
  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.add-right-margin {
  margin-right: 15px;
}

.button.full-width {
  display: block;
  width: 100%;
}

.button.transparent {
  padding: 12px 20px;
  border-style: solid;
  border-width: 2px;
  background-color: transparent;
  color: #0054a4;
}

.button.transparent:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.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.hero-content {
  position: relative;
  z-index: 4;
}

.content-panel {
  padding: 60px;
}

.content-panel.panel-below-horizon {
  display: block;
  padding-top: 20px;
}

.no-bottom-margin {
  margin-bottom: 0em;
}

.col {
  position: static;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  clear: both;
}

.italic-details {
  display: block;
  padding-bottom: 5px;
  color: #66676b;
  font-size: 0.88em;
  line-height: 150%;
  font-style: italic;
  font-weight: 400;
}

.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;
}

.color-red {
  color: #ed1b34;
}

.radio-button {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-left: -35px;
  border-width: 2px;
  border-color: #d4d6d7;
  background-color: #fff;
  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;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #d4d6d7;
  background-image: url('https://image.info.hillspetnutrition.com/lib/fe3e157075640675751270/m/5/a88e4b83-47f3-421a-8d5b-ed4bcf0ea63e.png');
  background-position: 50% 50%;
  background-size: 9px 9px;
  background-repeat: no-repeat;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}


.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;
}

.input.datepicker {
  padding-left: 42px;
  cursor: pointer;
}

.form-block {
  margin-bottom: 0em;
  text-align: left;
}

.input-group {
  margin-bottom: 1.6em;
}

.input-group.opt-in {
  font-size: 16px;
  line-height: 170%;
}

.check-radio-field {
  margin-top: 30px;
  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;
}

.hills-logo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}

.hills-logo.centered {
  margin-right: auto;
  margin-left: auto;
}

.hero-panel {
  position: relative;
  padding: 50px 60px 150px;
  background-color: #0054a4;
  color: #fff;
}

.hero-panel.gradient-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003672), color-stop(75%, #0054a4));
  background-image: linear-gradient(180deg, #003672, #0054a4 75%);
}

.hero-horizon {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 150px;
}


.input-with-icon {
  position: relative;
}

.input-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 44px;
  height: 44px;
  font-family: 'Font Awesome (Regular)', sans-serif;
  color: #0054a4;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}

.progress-bar {
  position: relative;
  width: 100%;
  height: 4px;
  max-width: 256px;
  margin: 40px auto;
  background-color: #003672;
}

.progress-bar-step {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 50%;
  background-color: #003672;
  font-family: 'Font Awesome (Solid)', sans-serif;
  font-size: 13px;
  line-height: 25px;
  font-weight: 600;
}

.progress-bar-step.completed-step {
  background-color: #fff;
  color: #0054a4;
}

.progress-bar-step.first-step {
  left: -12px;
  margin-left: 0px;
}

.progress-bar-step.last-step {
  left: auto;
  right: -12px;
  margin-left: 0px;
}

.progress-bar-step.active-step {
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  background-color: #0054a4;
}

.progress-bar-fill {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 50%;
  background-color: #fff;
}

.progress-bar-fill.full {
  width: 100%;
}

.large-headline {
  font-size: 56px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }
.hero-2 {
    margin-bottom: 0px !important;
}
  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;
  }

  .hero-panel {
    padding: 40px 40px 13.4%;
  }
.hero-2.new-grad{
 padding: 40px 40px 0%;
}
  .hero-horizon {
    height: auto;
  }

  .large-headline {
    font-size: 46px;
  }
}

@media screen and (min-width: 991px) {

.hero-2.new-grad{
 padding: 40px 40px 2%;
}
}
@media screen and (max-width: 767px) {
.hero-2.new-grad {
    padding-right: 30px !important;
    padding-bottom: 20px !important;
    padding-left: 30px !important;
    background-image: none !important;
}
  h1 {
    font-size: 28px;
    line-height: 95%;
  }

  .inline-icon {
    margin-bottom: 15px;
  }

  .button.transparent.add-right-margin.full-width-on-mobile {
    margin-right: 0px;
  }

  .button.full-width-on-mobile {
    display: block;
  }

  .content-panel {
    padding: 40px 20px;
    background-image: none;
  }

  .italic-details {
    display: block;
  }

  .hills-logo {
    max-width: 80px;
  }

  .hills-logo.centered {
    padding-top: 10px;
  }

  .hero-panel {
    padding: 20px 20px 55px;
  }

  .hero-horizon {
    height: 55px;
  }

  .text-center-on-mobile {
    text-align: center;
  }

  .progress-bar {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .large-headline {
    font-size: 40px;
  }
}

@font-face {
  font-family: 'Font Awesome (Regular)';
  src: url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-regular-400.woff2') format('woff2'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-regular-400.eot') format('embedded-opentype'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-regular-400.woff') format('woff'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-regular-400.ttf') format('truetype'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome (Brands)';
  src: url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-brands-400.woff2') format('woff2'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-brands-400.eot') format('embedded-opentype'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-brands-400.woff') format('woff'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-brands-400.ttf') format('truetype'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome (Solid)';
  src: url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-solid-900.woff2') format('woff2'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-solid-900.eot') format('embedded-opentype'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-solid-900.woff') format('woff'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-solid-900.ttf') format('truetype'), url('https://webapps1.chicago.gov/cdn/FontAwesome-5.13.0/webfonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}