body {
  font-family: Arial, sans-serif;
  padding-top: 50px;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body label,
body input,
body button {
  font-weight: normal;
}
.mc-tool {
  display: block;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
  color: #6f6f6f;
  background: #ffffff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.mc-tool p,
.mc-tool h1,
.mc-tool h2,
.mc-tool h3,
.mc-tool h4,
.mc-tool h5,
.mc-tool h6,
.mc-tool label,
.mc-tool input,
.mc-tool button {
  margin: 0 0 10px;
}
.mc-tool .wrapper.active {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.65);
}
.mc-tool .mc-header h2 {
  font-size: 30px;
  color: #008ccc;
  margin: 13px 0px 20px;
  display: block;
}
.mc-tool .mc-entry p,
.mc-tool .questionset p {
  color: #54585a;
}
.mc-tool .mc-entry label,
.mc-tool .questionset label,
.mc-tool .mc-entry legend,
.mc-tool .questionset legend {
  display: block;
  color: #008ccc;
  font-weight: bold;
  position: relative;
  max-width: 100%;
}
.mc-tool .mc-entry .input,
.mc-tool .questionset .input,
.mc-tool .mc-entry select,
.mc-tool .questionset select {
  font-size: 18px;
  line-height: 18px;
  height: 37px;
  appearance: textfield;
  -webkit-appearance: textfield;
  font-weight: bold;
  color: #1e1e1e;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  padding: 0 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mc-tool .mc-entry select,
.mc-tool .questionset select {
  padding: 0 0 0 9px;
}
.mc-tool .mc-entry fieldset span.sub,
.mc-tool .questionset fieldset span.sub {
  margin-bottom: 0;
  margin-top: 0;
}
.mc-tool .mc-entry span.sub,
.mc-tool .questionset span.sub {
  display: block;
  color: #008ccc;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
}
.mc-tool .mc-entry #units,
.mc-tool .questionset #units {
  background-color: #f5f5f3;
  /*background-image: url(../img/icons/world.png);*/
  background: url("/~/media/KCMS/GBS/Interactive Tools/Images/Calorie Calculator/icons/world.ashx");
  background-position: 7px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: none;
  height: 27px;
  padding-left: 33px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  color: #616161;
}
.mc-tool .mc-entry #units span,
.mc-tool .questionset #units span {
  font-weight: bold;
}
.mc-tool .mc-entry #units:hover,
.mc-tool .questionset #units:hover,
.mc-tool .mc-entry #units:focus,
.mc-tool .questionset #units:focus {
  background-color: #deded7;
}
.mc-tool .mc-entry span.unit,
.mc-tool .questionset span.unit {
  height: 35px;
  color: #6f6f6f;
  font-weight: normal;
  font-size: 14px;
  line-height: 35px;
  margin: 0 7px;
}
.mc-tool .mc-results h3 {
  color: #6f6f6f;
}
.mc-tool .mc-results h4 {
  color: #008ccc;
  font-size: 15px;
}
.mc-tool .mc-results p {
  font-size: 12px;
  color: #6f6f6f;
}
.mc-tool .mc-footer {
  overflow: hidden;
  clear: both;
  background: #ffffff;
  z-index: 1;
  position: relative;
}
.mc-tool .mc-footer p {
  font-size: 11px;
  color: #959595;
}
.mc-tool .mc-footer p.copyright {
  border-top: 1px solid #d9d9d9;
  padding: 8px 0;
  margin: 0px 3px 10px;
}
.mc-tool .mc-footer p.privacy {
  margin: 0px 3px 10px;
}
.mc-tool .disclaimer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  background: #fffbe1;
  padding: 10px 12px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.mc-tool .disclaimer p {
  font-size: 12px;
  color: #b35d08;
  margin: 0;
}
.mc-tool .error {
  z-index: 1000;
  cursor: pointer;
  min-width: 151px;
  display: none;
  position: absolute;
  left: 35px;
  text-align: left;
  line-height: 1.25;
  bottom: 120%;
  background: #f47d20;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 10px;
}
.mc-tool .error:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  border-left: 13px solid #f47d20;
  border-bottom: 14px solid transparent;
}
.mc-tool .button {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  border: none;
  background: #008ccc;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.mc-tool .button:hover {
  background-color: rgba(0, 140, 204, 0.75);
}
.mc-tool .button:focus {
  background-color: rgba(0, 140, 204, 0.75);
}
.mc-tool .button:focus {
  outline: none;
}
.mc-tool .clear {
  display: block;
  clear: both;
  overflow: hidden;
}
.mc-tool a {
  color: inherit;
}
.mc-tool ::-webkit-input-placeholder {
  font-size: 14px;
  color: #54585a;
}
.mc-tool :-moz-placeholder {
  font-size: 14px;
  color: #54585a;
}
.mc-tool ::-moz-placeholder {
  font-size: 14px;
  color: #54585a;
}
.mc-tool :-ms-input-placeholder {
  font-size: 14px;
  color: #54585a;
}
#calorieCalc.mc-tool {
  /*background: url(../img/calorie/calorie-bg.png) no-repeat right bottom;*/
  background: url("/~/media/KCMS/GBS/Interactive Tools/Images/Calorie Calculator/calorie/calorie-bg.ashx") no-repeat right bottom;
  min-height: 566px;
}
#calorieCalc.mc-tool .mc-header h2 {
  margin: 15px 0px 16px;
}
#calorieCalc.mc-tool .wrapper {
  width: 100%;
  position: relative;
  min-height: 425px;
}
#calorieCalc.mc-tool .wrapper:after,
#calorieCalc.mc-tool .wrapper:before {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
  float: none;
}
#calorieCalc.mc-tool .wrapper .inner-wrapper {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: absolute;
  transition: left 1s ease-in-out, opacity 1s ease;
  -webkit-transition: left 1s ease-in-out, opacity 1s ease;
  -moz-transition: left 1s ease-in-out, opacity 1s ease;
  -o-transition: left 1s ease-in-out, opacity 1s ease;
  opacity: 0;
  left: -100%;
}
#calorieCalc.mc-tool .wrapper .inner-wrapper:after,
#calorieCalc.mc-tool .wrapper .inner-wrapper:before {
  content: '';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
  float: none;
}
#calorieCalc.mc-tool .wrapper .inner-wrapper.active {
  transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  -webkit-transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  -moz-transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  -o-transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  position: relative;
  left: 0;
  opacity: 1;
}
#calorieCalc.mc-tool .wrapper .questionset,
#calorieCalc.mc-tool .wrapper .mc-results {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: absolute;
  transition: left 1s ease-in-out, opacity 1s ease;
  -webkit-transition: left 1s ease-in-out, opacity 1s ease;
  -moz-transition: left 1s ease-in-out, opacity 1s ease;
  -o-transition: left 1s ease-in-out, opacity 1s ease;
  opacity: 0;
  left: 100%;
}
#calorieCalc.mc-tool .wrapper .questionset.prevset,
#calorieCalc.mc-tool .wrapper .mc-results.prevset {
  left: -100%;
}
#calorieCalc.mc-tool .wrapper .questionset.active,
#calorieCalc.mc-tool .wrapper .mc-results.active {
  transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  -webkit-transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  -moz-transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  -o-transition: left 1s ease-in-out 1s, opacity 1s ease 1s;
  position: relative;
  left: 0;
  opacity: 1;
}
#calorieCalc.mc-tool .wrapper p.desc {
  max-width: 98%;
  display: block;
  margin-bottom: 20px;
}
#calorieCalc.mc-tool .wrapper .mc-entry {
  margin-top: 14px;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset {
  position: relative;
  margin: 0;
  border: none;
  display: block;
  padding: 0;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset legend {
  float: left;
  line-height: 35px;
  display: block;
  width: 77px;
  text-align: right;
  margin-right: 11px;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset .input {
  margin-bottom: 14px;
  float: left;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset .input#weight,
#calorieCalc.mc-tool .wrapper .questionset fieldset .input#age {
  width: 59px;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset .input#feet {
  width: 35px;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset .input#inches {
  width: 43px;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset .input#centimeters {
  width: 59px;
  clear: right;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset label {
  display: block;
  float: left;
  line-height: 35px;
  margin: 0 13px 0 7px;
  font-weight: normal;
  color: #6f6f6f;
}
#calorieCalc.mc-tool .wrapper .questionset fieldset#sex .forminput {
  appearance: radio-button;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  height: 35px;
  width: 20px;
  float: left;
  padding: 0;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel {
  padding-right: 156px;
  padding-bottom: 20px;
  position: relative;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel legend {
  width: auto;
  text-align: left;
  line-height: 1.25;
  margin: 0;
  float: none;
  padding-bottom: 23px;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel legend a {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel legend a:hover,
#calorieCalc.mc-tool .wrapper .questionset #activitylevel legend a:focus {
  color: #8b4c93;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .radio {
  appearance: radio-button;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  height: 20px;
  width: 35px;
  float: left;
  padding: 0;
  clear: left;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel label {
  line-height: 1.25;
  margin: 0;
  color: #6f6f6f;
  float: none;
  overflow: hidden;
  margin-bottom: 14px;
  font-size: 14px;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .infobox {
  position: absolute;
  background: #d9d9d9;
  z-index: 1000;
  border-radius: 5px;
  top: 0;
  right: 9%;
  height: 0;
  width: 0;
  overflow: hidden;
  color: transparent;
  transition: color 1s ease-in-out;
  -webkit-transition: color 1s ease-in-out;
  -moz-transition: color 1s ease-in-out;
  -o-transition: color 1s ease-in-out;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .infobox.active {
  transition: color 1s ease-in-out;
  -webkit-transition: color 1s ease-in-out;
  -moz-transition: color 1s ease-in-out;
  -o-transition: color 1s ease-in-out;
  color: inherit;
  padding: 10px;
  width: 80%;
  height: auto;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .infobox .close {
  float: right;
  display: block;
  cursor: pointer;
  height: 19px;
  width: 19px;
  text-indent: -9999px;
  color: transparent;
  /*background: url(../img/icons/close.png) no-repeat;*/
  background: url("/~/media/KCMS/GBS/Interactive Tools/Images/Calorie Calculator/icons/close.ashx") no-repeat;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .infobox span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .infobox ul {
  padding: 0;
  margin: 15px 10px;
}
#calorieCalc.mc-tool .wrapper .questionset #activitylevel .infobox ul li {
  list-style: none;
  margin-bottom: 5px;
}
#calorieCalc.mc-tool .wrapper .questionset label {
  display: block;
  position: relative;
}
#calorieCalc.mc-tool .wrapper .questionset .button {
  float: right;
  margin-bottom: 20px;
}
#calorieCalc.mc-tool .wrapper .questionset .back {
  /*background-image: url(../img/icons/left-arrow.png);*/
  background-image: url("/~/media/KCMS/GBS/Interactive Tools/Images/Calorie Calculator/icons/left-arrow.ashx");
  background-color: #008ccc;
  background-repeat: no-repeat;
  background-position: 12% center;
  padding-left: 28px;
  clear: left;
  float: left;
}
#calorieCalc.mc-tool .wrapper .questionset .back:hover {
  background-color: rgba(0, 140, 204, 0.75);
}
#calorieCalc.mc-tool .wrapper .questionset .back:focus {
  background-color: rgba(0, 140, 204, 0.75);
}
#calorieCalc.mc-tool .wrapper .questionset .next {
  /*background-image: url(../img/icons/right-arrow.png);*/
  background-image: url("/~/media/KCMS/GBS/Interactive Tools/Images/Calorie Calculator/icons/right-arrow.ashx");
  background-color: #008ccc;
  background-repeat: no-repeat;
  background-position: 88% center;
  padding-right: 28px;
  float: right;
  margin-right: 156px;
}
#calorieCalc.mc-tool .wrapper .questionset .next:hover {
  background-color: rgba(0, 140, 204, 0.75);
}
#calorieCalc.mc-tool .wrapper .questionset .next:focus {
  background-color: rgba(0, 140, 204, 0.75);
}
#calorieCalc.mc-tool .wrapper .questionset .submit {
  margin-right: 156px;
}
#calorieCalc.mc-tool .wrapper .mc-results .result {
  max-width: 308px;
}
#calorieCalc.mc-tool .wrapper .mc-results .result h3 {
  color: #6f6f6f;
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
#calorieCalc.mc-tool .wrapper .mc-results .result h3 span {
  display: block;
  color: #008ccc;
  font-size: 30px;
  line-height: 1;
  margin: 10px 0;
  font-weight: normal;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels p {
  max-width: 308px;
  font-size: 16px;
  margin-bottom: 20px;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li {
  list-style: none;
  display: block;
  float: left;
  width: 80px;
  overflow: hidden;
  margin-right: 10px;
  background: #d9d9d9;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li.level3 {
  margin-right: 0;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li a {
  display: block;
  padding: 18px 5px 0;
  min-height: 110px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li a:focus {
  background: #8b4c93;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li .calories {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li .name {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  padding-top: 10px;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li.level0 .name,
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li.level2 .name {
  line-height: 2.5;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li.activityLevel {
  background: #008ccc;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li.activityLevel a {
  cursor: default;
}
#calorieCalc.mc-tool .wrapper .mc-results .levels ul li.activityLevel a:focus {
  background: #008ccc;
}
#calorieCalc.mc-tool .wrapper .mc-results .reset {
  float: right;
  margin-right: 156px;
}
#calorieCalc.mc-tool .wrapper .disclaimer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  background: #fffbe1;
  padding: 10px 12px;
  margin-right: 156px;
  margin-bottom: 17px;
}
#calorieCalc.mc-tool .wrapper .disclaimer p {
  font-size: 12px;
  color: #b35d08;
  margin: 0;
}
#calorieCalc.mc-tool .wrapper #units {
  float: right;
}
#calorieCalc.mc-tool .wrapper .error {
  left: 88px;
  bottom: 40px;
}
#calorieCalc.mc-tool .wrapper .error.inches {
  left: 155px;
}
#calorieCalc.mc-tool .wrapper #sex .error {
  left: 88px;
  bottom: 33px;
}
#calorieCalc.mc-tool .wrapper #activitylevel .error {
  left: 0;
  bottom: 115%;
}
@media only screen and (min-width: 451px) and (max-width: 499px) {
  #calorieCalc.mc-tool .wrapper fieldset {
    clear: both;
  }
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
@media only screen and (max-width: 450px) {
  .mc-tool {
    width: 100%;
    max-width: 320px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #calorieCalc.mc-tool {
    background: none;
  }
  #calorieCalc.mc-tool .wrapper .questionset fieldset {
    clear: both;
  }
  #calorieCalc.mc-tool .wrapper .questionset #activitylevel {
    padding-right: 0;
  }
  #calorieCalc.mc-tool .wrapper .questionset .submit {
    margin-right: 0;
  }
  #calorieCalc.mc-tool .wrapper .questionset .next {
    margin-right: 0;
  }
  #calorieCalc.mc-tool .wrapper .mc-results .levels ul {
    margin-bottom: 10px;
    width: 330px;
  }
  #calorieCalc.mc-tool .wrapper .mc-results .levels ul li {
    width: 155px;
    margin-bottom: 10px;
  }
  #calorieCalc.mc-tool .wrapper .mc-results .levels ul li.level0 .name,
  #calorieCalc.mc-tool .wrapper .mc-results .levels ul li.level2 .name {
    line-height: 1.25;
  }
  #calorieCalc.mc-tool .wrapper .mc-results .reset {
    margin-right: 0;
  }
  #calorieCalc.mc-tool .wrapper .disclaimer {
    margin-right: 0;
  }
}