body {
  font-family: 'Myriad Pro', 'myriad-pro','helvetica', 'open-sans';
  color: #414141;
}
h1,h2,h3,h4,h5 {
  font-family: 'Myriad Pro', 'myriad-pro','helvetica', 'open-sans';
  color: #414141;
}
header {
  background: #006847;
}
header figure {
  max-width: 250px;
  margin: auto;
}
.sizeChart-page-container {
  max-width: 500px;
  margin: auto;
}
.sizeChart-page-container h1 {
  font-size: 24px;
  text-align: center;
  margin: 2rem auto 2rem auto;
}
.sizeChart-wrapper, .sizeChart-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sizeChart-wrapper .column-header {
  font-weight: 700;
}
.sizeChart-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 500px;
}
.column {
  margin: auto;
  width: 25%;
  padding: .75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sizeChart-header-wrapper {
  width: 100%;
  max-width: 500px;
  height: 65px;
  margin: auto;
  z-index: 9999;
}
.header-sticky {
  position: fixed;
  top: 0;
}
.column-header {
  border-bottom: 0px;
  background: #006847;
}
.column-header p {
  color: #feee06;
}
.column p {
  margin: auto 0;
}
.column0 {
  width: 40%;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.column-header.column0 {
  border: none;
}
.column1 {
  width: 60%;
}
.column1 {
  border-right: 1px solid #eaeaea;
}
.sizeChart-wrapper {
  list-style-type: none;
}
.help-box-container {

}
.help-box-container p a {
  font-weight: 700;
  color: #006847;
}
