.fancybox-container {
  z-index: 100000;
}

.fancybox-content {
  padding: 0;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
}

#need-more-help {
  margin-top: 50px;
}

#need-more-help .need-more-help {
  background-color: #0c314b;
  text-align: center;
  padding: 75px 20px 50px 20px;
}

#need-more-help h2 {
  color: #f2f2f2;
  text-transform: uppercase;
  margin-bottom: 57px;
}

#need-more-help p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#need-more-help a.email-btn {
  padding: 12px 40px;
  float: none;
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .55px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(270deg, #C14700, #FF5E1A);
  border-radius: 20px;
  max-width: 211px;
}

#fit-guide {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  font-family: brandon-grotesque, sans-serif;
  width: 100%;
}

#fit-guide h3 {
  color: #333333;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 45px;
  line-height: 1;
}

#fit-guide .fit-guide__selected-option {
  border: 2px solid #333333;
  position: relative;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  padding: 20px 25px;
}

#fit-guide .fit-guide__selected-option .title-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fit-guide .fit-guide__selected-option .category,
#fit-guide .fit-guide__selected-option .product {
  font-weight: 700;
}

#fit-guide .fit-guide__selected-option .category:after {
  content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAiCAMAAABhn6n1AAAAAXNSR0IB2cksfwAAAEJQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjuH28gAAABZ0Uk5TALDfMPD/zxBgoJ/QcOBA74CvwCBQkInXCYkAAACASURBVHichZDBEsIgDAWhZEsrRWrV//9Vc+QxDuWWNyS7SYhLCvKMNUuwMSY7PLQpjkkucGhSYZMkGSj8CU0Thy8KP//pvFTnutd5273Ox+H6pVFlbNOWvA5D44B11b2vD4h97euWfrkEVeqGjcCpgAPPmYADr5lAKJhe+2t6pB+FpgQVc29CIQAAAABJRU5ErkJggg==');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 9px;
  display: inline-block;
  line-height: 1;
  margin: 0px 7px 0 10px;
  height: 16px;
}

#fit-guide .fit-guide__selected-option .toggle {
  display: block;
  margin: 20px -25px -20px -25px;
  text-align: center;
  padding: 20px;
  background-color: #333333;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
}

#fit-guide .fit-guide__selector>ul {
  border: 2px solid #929292;
  border-top: none;
  display: none;
}

#fit-guide #fit-guide__options > li {
  margin-bottom: 0;
}

#fit-guide #fit-guide__options > li:first-child {
  border-bottom: 2px solid #929292;
}

#fit-guide #fit-guide__options li span {
  display: block;
  background-color: #efefef;
  padding: 25px;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.76px;
  position: relative;
  cursor: pointer;
}

#fit-guide #fit-guide__options li span:after,
#fit-guide #fit-guide__options li.active span:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  width: 20px;
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#fit-guide #fit-guide__options li.active span:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAEAgMAAABuPP6NAAAAAXNSR0IB2cksfwAAAAlQTFRFAAAAMzMzMzMzaARWNQAAAAN0Uk5TAP/mIDt+4QAAAA9JREFUeJxjCIWDBgYi2ABrow9JKgU6qwAAAABJRU5ErkJggg==');
  height: 2px;
}

#fit-guide #fit-guide__options li span:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApAgMAAADVDuhlAAAAAXNSR0IB2cksfwAAAAxQTFRFAAAAAAAAMzMzMzMz3o6IYwAAAAR0Uk5TAAH//ntwLsQAAAAdSURBVHicY2AAArY1DHAwHNmr4KCBKPZgcDMN2ACZezZL5X+7YgAAAABJRU5ErkJggg==');
  height: 20px;
}

#fit-guide #fit-guide__options ul {
  padding-left: 40px;
  margin: 0;
  display: none;
}

#fit-guide #fit-guide__options > li.active > ul {
  display: block;
}

#fit-guide #fit-guide__options ul li {
  margin: 25px 0;
}

#fit-guide .fit-guide__selector>ul>li {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.76px;
}

#fit-guide .fit-guide__selector ul li a {
  color: #333333;
  text-decoration: none;
}

#fit-guide .fit-guide__selector>ul>li>span {
  text-transform: uppercase;
}

#fit-guide .fit-guide__section {
  padding: 0;
  border-top: 1px solid #979797;
  position: relative;
}

#fit-guide .fit-guide__section:last-child {
  border-bottom: 1px solid #979797;
}

#fit-guide .fit-guide__content {
  margin-top: 30px;
}

#fit-guide .fit-guide__section .toggle {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 24px;
  right: 20px;
}

#fit-guide .fit-guide__section .toggle:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAEAgMAAABuPP6NAAAAAXNSR0IB2cksfwAAAAlQTFRFAAAAMzMzMzMzaARWNQAAAAN0Uk5TAP/mIDt+4QAAAA9JREFUeJxjCIWDBgYi2ABrow9JKgU6qwAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

#fit-guide .fit-guide__section.collapsed .fg-row {
  display: none;
}

#fit-guide .fit-guide__section.collapsed .toggle:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApAgMAAADVDuhlAAAAAXNSR0IB2cksfwAAAAxQTFRFAAAAAAAAMzMzMzMz3o6IYwAAAAR0Uk5TAAH//ntwLsQAAAAdSURBVHicY2AAArY1DHAwHNmr4KCBKPZgcDMN2ACZezZL5X+7YgAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

#fit-guide .fit-guide__section .table-wrapper {
  clear: both;
}

#fit-guide .fit-guide__section .btn-group {
  float: right;
  margin: 0 0 35px 0;
}

#fit-guide .fit-guide__section .btn-group .btn {
  background: white;
  border: 1px solid #333333;
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.76px;
  text-transform: uppercase;
  width: 75px;
  outline: none;
}

#fit-guide .fit-guide__section .btn-group .btn:last-child {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

#fit-guide .fit-guide__section .btn-group .btn:first-child {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

#fit-guide .fit-guide__section .btn-group .btn-active {
  background-color: #333333;
  color: #ffffff;
}

#fit-guide .fit-guide__section table {
  overflow-x: scroll;
}

#fit-guide .fit-guide__section table td,
#fit-guide .fit-guide__section table th {
  text-align: center;
  border: none;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.76px;
  text-transform: uppercase;
}

#fit-guide .fit-guide__section table {
  margin-bottom: 40px;
}

#fit-guide .fit-guide__section table thead tr th {
  padding: 30px 15px 25px 15px;
  border: 1px solid #ffffff;
}

#fit-guide .fit-guide__section table thead tr th:first-child {
  border-left: none;
  border-right: none;
}

#fit-guide .fit-guide__section tbody tr td {
  padding: 15px 10px 10px 10px;
  white-space: nowrap;
}

#fit-guide .fit-guide__section table tbody tr td:first-child,
#fit-guide .fit-guide__section table thead tr th {
  background-color: #f2f2f2;
}

#fit-guide .fit-guide__section table tbody tr > td:first-child {
  border-bottom: 1px solid #ffffff;
}

#fit-guide .fit-guide__section .fg-row:after,
#fit-guide .fit-guide__section .fg-row-long:after,
#fit-guide .fit-guide__section .fg-two-col:after,
#fit-guide .fit-guide__section .fg-single-col:after {
  content: "";
  clear: both;
  display: table;
}

#fit-guide .fit-guide__section h6 {
  color: #333333;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.76px;
  margin-bottom: 21px;
  margin-top: 21px;
  display: block;
  line-height: 1;
}

#fit-guide .fit-guide__section .fg-two-col,
#fit-guide .fit-guide__section .fg-full-col {
  text-align: center;
  color: #333333;
  padding: 30px 0;
}

#fit-guide .fit-guide__section .fg-full-col.need-help {
  text-align: left;
}

#fit-guide .fit-guide__section .fg-full-col.need-help p {
  width: 100%;
  max-width: none;
}

#fit-guide .fit-guide__section .fg-two-col img,
#fit-guide .fit-guide__section .fg-single-col img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#fit-guide .fit-guide__section .fg-single-col img {
  margin-bottom: 65px;
}

#fit-guide .fit-guide__section .fg-two-col img {
  max-width: 210px;
}

#fit-guide .fit-guide__section .fg-two-col .fg-img-wrapper {
  margin-bottom: 25px;
}

#fit-guide .fit-guide__section .fg-two-col span.title,
#fit-guide .fit-guide__section .fg-full-col span.title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

#fit-guide .fit-guide__section .fg-two-col p,
#fit-guide .fit-guide__section .fg-full-col p {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  max-width: 382px;
  margin: 0 auto 0 auto;
}

#fit-guide .fit-guide__section .fg-single-col p + p {
  margin-top: 25px;
  margin-bottom: 22px;
}

#fit-guide .fit-guide__section .fg-single-col img {
  max-width: 275px;
}

#fit-guide .fit-guide__section .fg-single-col p span {
  font-weight: 700;
}

@media all and (min-width: 580px) {
  #fit-guide .fit-guide__selected-option {
    font-size: 22px;
  }

  #fit-guide h3 {
    font-size: 45px;
    margin-top: 75px;
  }

  .fancybox-content {
    padding: 20px;
  }
}

@media all and (min-width: 768px) {
  #fit-guide {
    min-width: 800px;
  }

  #fit-guide .fit-guide__section .fg-row .fg-two-col {
    width: 50%;
    float: left;
  }

  #fit-guide .fit-guide__section table td,
  #fit-guide .fit-guide__section table th {
    font-size: 18px;
  }

  #fit-guide .fit-guide__section .fg-row .fg-single-col img {
    float: left;
    padding-right: 20px;
  }

  #fit-guide .fit-guide__section .fg-row .fg-single-col .right-copy {
    overflow: hidden;
  }

  #fit-guide .fit-guide__selected-option .toggle {
    display: block;
    margin: 0;
    text-align: center;
    padding: 20px;
    background-color: #333333;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
  }

  .fancybox-content {
    padding: 44px;
  }
}

@media all and (min-width: 850px) {
  #fit-guide {
    padding: 0;
  }
}

@media all and (min-width: 992px) {

  #fit-guide .fit-guide__section table td,
  #fit-guide .fit-guide__section table th {
    font-size: 22px;
  }
}