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-page-container h2 {
  font-size: 20px;
  text-align: center;
  margin: 0 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;
          list-style-type: none;
}

.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: 55px;
  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;
  margin: auto;
  z-index: 9999;
  height: 95px;
}


.column-header {
  border-bottom: 0px;
  background: #006847;
  height: 95px;
}
.column-header p {
  color: #feee06;
}
.column p {
  margin: auto 0;
  text-align: center;
  width: 100%;
}
.column0 {
  /*width: 40%;*/
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}

.column1, .column2, .column3  {
  /*width: 20%;*/
}
.column2 {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.column3 {
  border-right: 1px solid #eaeaea;
}
.sizeChart-wrapper {
  list-style-type: none;
}
.help-box-container {

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

.sizeChart-header-wrapper .column2, .sizeChart-header-wrapper .column0 {
  border-right: 1px solid #006847;
  border-left: 1px solid #006847;
}

.module-wrapper {
  margin: auto auto 4rem auto;
  display: block;
}

.cap-sizing .column {
  width: 50%;

}
.cap-sizing .column1 {
  border-right: 1px solid #eaeaea;
}
.cap-sizing.sizeChart-header-wrapper, .cap-sizing.sizeChart-header-wrapper .column-header {
  height: 55px;
}
.cap-sizing .column {
  min-height: 45px;
}
.capsize-instructions {
  margin: 4rem 0;
  display: block;
}
