.TE_BlueBox1, .TE_BlueBox2, .TE_BlueBox3, .TE_CalculateArrow {
  background: url(/content/dam/te-com/images/appliances/global/magnet-wire-calculator/sprites.png) no-repeat; }

.TE_BlueBox1 {
  background-position: 0 0;
  width: 175px;
  height: 115px; }

.TE_BlueBox2 {
  background-position: -196px 0;
  width: 252px;
  height: 222px; }

.TE_BlueBox3 {
  background-position: 0 -194px;
  width: 175px;
  height: 175px; }

.TE_CalculateArrow {
  background-position: -199px -269px;
  width: 15px;
  height: 27px; }

header {
  height: 128px; }
  header .calcHeader {
    padding: 30px 15px; }
    header .calcHeader h1 {
      margin-top: 12px;
      font-size: 26px; }
    header .calcHeader .tagline {
      font-size: 11px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  font-size: 14px; }
  .modal h1 {
    color: #EDEDEE;
    text-transform: uppercase; }
  .modal h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px; }
  .modal h3 {
    font-size: 18px;
    font-weight: 900; }
  .modal ul {
    list-style: disc outside none;
    margin-bottom: 15px; }
    .modal ul li {
      margin-top: 5px;
      margin-left: 18px; }
  .modal button {
    background: #E98300;
    color: white;
    border: none;
    padding: 15px 40px 15px 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    margin-top: 30px;
    position: relative; }
    .modal button .icon {
      display: inline-block;
      margin-left: 20px;
      position: absolute;
      right: 10px;
      top: 10px; }
  .modal .header {
    color: white;
    background: #4A4F55;
    padding: 16px;
    text-align: center;
    font-size: 26px;
    font-weight: 200; }
  .modal .body {
    padding: 22px 18px;
    overflow: hidden;
    line-height: 1.3;
    color: #4A4F55; }
    .modal .body .summary {
      margin-bottom: 30px; }
    .modal .body .bodyLeft {
      float: left;
      width: 48%;
      padding-right: 1%; }
    .modal .body .bodyRight {
      float: left;
      width: 48%;
      padding-left: 1%; }
  .modal .close {
    color: #899F99;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 19px;
    width: 24px;
    text-decoration: none; }

.modal:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999; }

.modal > div {
  width: 750px;
  position: relative;
  margin: 3% auto;
  background: #fff; }

.content .resultsRow {
  height: 0px;
  opacity: 0;
  overflow: hidden; }
  .content .resultsRow .savingsBox {
    padding: 10px 2px 10px 15px;
    width: 72.8%;
    height: 121px;
    border: 1px solid lightgray;
    font-size: 12px;
    line-height: 1.7;
    overflow: hidden;
    display: inline-block;
    float: left; }
    .content .resultsRow .savingsBox .summary {
      width: 400px;
      float: left;
      line-height: 1.5; }
      .content .resultsRow .savingsBox .summary .how {
        font-size: 15px; }
    .content .resultsRow .savingsBox .label {
      text-align: right;
      font-size: 26px;
      text-transform: uppercase;
      float: right;
      margin-bottom: 0;
      line-height: 1;
      margin-top: 10px;
      margin-right: 10px; }
    .content .resultsRow .savingsBox .annSavings {
      margin-top: 4px;
      margin-right: 10px;
      line-height: 1;
      color: #E98300;
      text-align: right;
      font-size: 46px;
      float: right;
      clear: right;
      font-weight: 900; }
  .content .resultsRow .buttonsBox {
    float: left;
    width: 22.5%;
    display: inline-block;
    margin-left: 2.3%; }
    .content .resultsRow .buttonsBox button {
      position: relative;
      font-weight: 900;
      text-align: left;
      height: 55px;
      width: 100%;
      font-size: 20px;
      line-height: 1;
      color: white;
      background: #E98300;
      border: none;
      display: block;
      padding: 5px 10px; }
      .content .resultsRow .buttonsBox button .icon {
        position: absolute;
        bottom: 14px;
        right: 12px; }
    .content .resultsRow .buttonsBox .call {
      margin-top: 10px; }
.content .resultsRow.show {
  height: 163px;
  opacity: 1;
  transition: all .5s; }

.content .calcStepsRow {
  background: #EDEDEE; }
  .content .calcStepsRow .calcSteps {
    color: white;
    overflow: hidden; }
    .content .calcStepsRow .calcSteps .fourth {
      float: left;
      padding: 0;
      margin-left: 2.5%;
      width: 22.6%;
      margin-top: 28px;
      margin-bottom: 15px; }
    .content .calcStepsRow .calcSteps .fourth:first-child {
      margin-left: 0; }
    .content .calcStepsRow .calcSteps .calcStep {
      background: #0066A1;
      margin-bottom: 29px;
      height: 240px; }
      .content .calcStepsRow .calcSteps .calcStep .stepBG {
        position: absolute;
        opacity: 1; }
      .content .calcStepsRow .calcSteps .calcStep .stepLabel {
        margin-top: 43px;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 1.2; }
        .content .calcStepsRow .calcSteps .calcStep .stepLabel strong {
          text-transform: uppercase; }
      .content .calcStepsRow .calcSteps .calcStep input {
        text-align: center;
        color: white;
        font-size: 32px;
        display: block;
        width: 147px;
        height: 57px;
        margin: 40px auto 0 auto;
        padding: 3px;
        border: 1px solid white;
        position: relative;
        background: none; }
      .content .calcStepsRow .calcSteps .calcStep small {
        margin-top: 38px;
        text-align: center;
        width: 100%;
        font-size: 10px;
        display: block; }
    .content .calcStepsRow .calcSteps .calcStepOne .stepBG {
      margin-top: 60px;
      margin-left: 50px; }
    .content .calcStepsRow .calcSteps .calcStepTwo .stepBG {
      margin-top: 30px; }
    .content .calcStepsRow .calcSteps .calcStepThree .stepBG {
      margin-top: 40px;
      margin-left: 40px; }
    .content .calcStepsRow .calcSteps .calcStepThree .moneySignWrap {
      position: relative;
      height: 0; }
      .content .calcStepsRow .calcSteps .calcStepThree .moneySignWrap .moneySign {
        position: absolute;
        font-size: 30px;
        top: 37px;
        left: 75px;
        z-index: 1; }
    .content .calcStepsRow .calcSteps .calcStepThree .stepLabel {
      margin-top: 33px; }
    .content .calcStepsRow .calcSteps .calcStepThree input {
      margin-top: 25px; }
    .content .calcStepsRow .calcSteps .calcEnter {
      background-color: #3DB7E4;
      position: relative; }
      .content .calcStepsRow .calcSteps .calcEnter .stepLabel {
        font-weight: 900;
        font-size: 29px;
        margin-top: 28px;
        text-align: left;
        margin-left: 27px;
        line-height: .9; }
      .content .calcStepsRow .calcSteps .calcEnter input {
        width: 72px;
        height: 72px;
        position: absolute;
        right: 0;
        bottom: 0;
        border-right: 0px;
        border-bottom: 0px;
        background: none;
        z-index: 1; }
      .content .calcStepsRow .calcSteps .calcEnter .icon {
        position: absolute;
        right: 30px;
        bottom: 21px; }
    .content .calcStepsRow .calcSteps .locked {
      opacity: .3; }
    .content .calcStepsRow .calcSteps .calcEnter.locked {
      background-color: #4A4F55; }
    .content .calcStepsRow .calcSteps .annSavingsBox {
      height: 0;
      opacity: 0;
      overflow: hidden; }
    .content .calcStepsRow .calcSteps .annSavingsBox.show {
      height: 100px;
      opacity: 1;
      transition: all .5s; }
.content .calcStepsRow.results {
  margin-top: 17px; }
  .content .calcStepsRow.results .calcSteps .calcStep {
    transition: all .5s;
    height: 99px;
    margin-top: 10px;
    margin-bottom: 10px; }
    .content .calcStepsRow.results .calcSteps .calcStep .stepLabel {
      transition: all .5s;
      margin-top: 9px;
      font-size: 14px; }
    .content .calcStepsRow.results .calcSteps .calcStep input {
      transition: all .5s;
      font-size: 24px;
      height: 33px;
      margin: 6px auto 0 auto;
      width: 95px; }
    .content .calcStepsRow.results .calcSteps .calcStep .stepBG {
      opacity: 0; }
  .content .calcStepsRow.results .calcSteps .calcStepOne small {
    transition: all .5s;
    display: none; }
  .content .calcStepsRow.results .calcSteps .calcStepThree .moneySignWrap .moneySign {
    transition: all .5s;
    top: 14px;
    left: 88px;
    font-size: 22px; }
  .content .calcStepsRow.results .calcSteps .calcEnter {
    transition: all .5s;
    transition: all .5s; }
    .content .calcStepsRow.results .calcSteps .calcEnter .stepLabel {
      transition: all .5s;
      font-size: 19px;
      margin-left: 13px; }
    .content .calcStepsRow.results .calcSteps .calcEnter input {
      width: 52px;
      height: 52px; }
    .content .calcStepsRow.results .calcSteps .calcEnter .icon {
      right: 19px;
      bottom: 10px; }

html {
  font-family: 'Avenir W01';
  width: 100%;
  height: 100%; }

body, button {
  font-family: 'Avenir W01'; }

strong {
  font-weight: 900; }

p {
  margin: 1em 0; }

button, [type="button"] {
  cursor: pointer; }

.shareWrap {
  position: relative; }

.errorBox {
  display: none;
  text-align: center; }

.errorBox.show {
  display: block; }

.addthis-te-wrapper {
  top: -75px;
  right: 50px; }

.content a {
  text-decoration: underline; }

.tip-link {
  display: inline-block;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  color: white;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  background: #0066A1; }
  .tip-link .tip {
    font-size: 12px;
    display: none;
    position: absolute;
    z-index: 2;
    top: -35px;
    left: 20px;
    width: 200px;
    color: white;
    background: #0066A1;
    padding: 5px;
    box-shadow: 0 0 5px black; }
  .tip-link:hover .tip {
    display: block; }

.container {
  width: 1164px;
  margin: auto;
  overflow: visible; }

.half {
  width: 50%;
  float: left; }

.content h1 {
  font-size: 25px; }
.content h2 {
  font-size: 20px; }
.content a {
  color: #0066A1; }
.content .links {
  margin-right: 12px;
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
  clear: both; }
  .content .links a {
    margin-right: 15px; }
.content .infoLink {
  margin-bottom: 35px;
  opacity: 1;
  overflow: hidden; }
  .content .infoLink .info {
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.2;
    width: 84%;
    padding-left: 8%; }
    .content .infoLink .info .left {
      padding-right: 2%; }
    .content .infoLink .info .right {
      padding-left: 2%; }
.content .infoLink.hide {
  height: 0;
  opacity: 0;
  transition: all .5s; }
.content .legal {
  font-size: 10px;
  padding: 0 8%;
  line-height: 1.1;
  margin-bottom: 30px; }
.content .tableComp {
  overflow: visible;
  width: 100%;
  height: 0;
  opacity: 0;
  font-size: 10px; }
  .content .tableComp .how {
    font-size: 12px;
    display: block;
    margin-bottom: 30px; }
  .content .tableComp .tableWrap {
    width: 40%;
    float: left; }
    .content .tableComp .tableWrap .time-label {
      position: relative; }
    .content .tableComp .tableWrap h2 {
      margin-top: 2px;
      margin-bottom: 14px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 18px; }
    .content .tableComp .tableWrap table {
      width: 100%; }
      .content .tableComp .tableWrap table tr td {
        padding: 7px 0;
        font-size: 14px; }
        .content .tableComp .tableWrap table tr td:first-child {
          text-align: right;
          padding-left: 15px;
          color: #0066A1;
          padding-right: 30px; }
        .content .tableComp .tableWrap table tr td:nth-child(2) {
          font-size: 18px;
          padding-left: 2px;
          color: #666;
          font-weight: 900; }
        .content .tableComp .tableWrap table tr td:nth-child(3) {
          color: #747678;
          padding-left: 20px; }
      .content .tableComp .tableWrap table tr td.dark {
        color: black; }
      .content .tableComp .tableWrap table tr td.big {
        font-size: 20px; }
      .content .tableComp .tableWrap table .subTot {
        border-bottom: 1px solid #EDEDEE; }
  .content .tableComp .left {
    margin-left: 5%;
    margin-right: 5%; }
  .content .tableComp .right {
    margin-left: 5%;
    margin-right: 5%; }
  .content .tableComp #teTable h2 {
    color: #E98300; }
  .content .tableComp .vsWrap {
    position: relative;
    width: 0;
    float: left; }
    .content .tableComp .vsWrap .vs {
      font-size: 20px;
      color: white;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      border-radius: 50%;
      background: #E98300;
      margin-left: -30px;
      position: absolute;
      top: 105px;
      left: 0; }
    .content .tableComp .vsWrap .vert {
      position: absolute;
      top: 0;
      width: 1px;
      height: 280px;
      background: #EDEDEE; }
.content .tableComp.show {
  height: 356px;
  opacity: 1;
  transition: all .5s ease .6s; }