.phone .tabstrip {
  word-spacing: -0.275em;
}
.phone .tabstrip > * {
  word-spacing: normal;
}
.tabstrip-tab > a {
  color: #fff;
  outline: 0;
}
.tabstrip-tab.lighter-bg > a {
  color: #000;
  outline: 0;
}
:checked + .tabstrip-tab,
.tabstrip-tab.selected,
.tabstrip-tab.selected > a {
  background-color: #fff;
  color: #000;
  cursor: default;
}
:checked + .tabstrip-tab:focus,
.tabstrip-tab.selected:focus,
.tabstrip-tab.selected > a:focus {
  background-image: -webkit-gradient(
    linear,
    to bottom,
    to top,
    color-stop(0%, rgba(102, 175, 219, 0)),
    color-stop(90%, rgba(102, 175, 219, 0)),
    color-stop(90%, #66afdb),
    color-stop(100%, #66afdb)
  ) !important;
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(102, 175, 219, 0) 0%,
    rgba(102, 175, 219, 0) 90%,
    #66afdb 90%,
    #66afdb 100%
  ) !important;
  background-image: -moz-linear-gradient(
    to bottom,
    rgba(102, 175, 219, 0) 0%,
    rgba(102, 175, 219, 0) 90%,
    #66afdb 90%,
    #66afdb 100%
  ) !important;
  background-image: -o-linear-gradient(
    to bottom,
    rgba(102, 175, 219, 0) 0%,
    rgba(102, 175, 219, 0) 90%,
    #66afdb 90%,
    #66afdb 100%
  ) !important;
  background-image: linear-gradient(
    to bottom,
    rgba(102, 175, 219, 0) 0%,
    rgba(102, 175, 219, 0) 90%,
    #66afdb 90%,
    #66afdb 100%
  ) !important;
}
:not(:checked) + .tabstrip-tab:hover,
:not(:checked) + .tabstrip-tab:focus,
:not(:checked) + .tabstrip-tab > a:hover,
:not(:checked) + .tabstrip-tab > a:focus,
:not(.selected).tabstrip-tab:hover,
:not(.selected).tabstrip-tab:focus,
:not(.selected).tabstrip-tab > a:hover,
:not(.selected).tabstrip-tab > a:focus {
  background-image: -webkit-gradient(
    linear,
    to bottom,
    to top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(90%, rgba(255, 255, 255, 0)),
    color-stop(90%, #fff),
    color-stop(100%, #fff)
  );
  background-image: -webkit-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 90%,
    #fff 90%,
    #fff 100%
  );
  background-image: -moz-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 90%,
    #fff 90%,
    #fff 100%
  );
  background-image: -o-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 90%,
    #fff 90%,
    #fff 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 90%,
    #fff 90%,
    #fff 100%
  );
}
.tabstrip {
  margin-top: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 0;
}
.tabstrip fieldset.cforms.hide-radios,
.tabstrip .cforms fieldset.hide-radios {
  width: auto;
}
.tabstrip .cforms.hide-radios input + label:before,
.tabstrip .cforms .hide-radios input + label:before {
  display: none;
}
.phone .tabstrip .cforms input[type='radio'] + .button,
.tabstrip .cforms input[type='radio'] + .button:first-of-type,
.phone .tabstrip .cforms input[type='checkbox'] + .button,
.tabstrip .cforms input[type='checkbox'] + .button:first-of-type {
  margin-left: 0;
}
.tabstrip [type='radio'] {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  height: 0;
  z-index: -999;
  opacity: 0;
}
.tabstrip legend {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabstrip-tab {
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabstrip-tab,
.tabstrip-tab > a {
  display: inline-block;
  line-height: 3.75rem;
}
.tabstrip-tab > a {
  width: 100%;
}
.phone .tabstrip-tab {
  width: 29vw;
  margin-left: 0;
}
.phone .tabstrip-tab > a {
  padding: 10px 0;
  line-height: 1.25rem;
  vertical-align: bottom;
}
.phone .tabstrip-tab:first-of-type,
.tabstrip[class*='each-span'] .tabstrip-tab:first-of-type {
  margin-left: 0;
}
/*# sourceMappingURL=tabstrip.min.css.map */
