/*-----Pricing Calculator-----*/

#cost-calculator {
  width: 100%;
  font-size: 20px;
  text-align: center;
}

#cost-calculator img {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
}

#cost-calculator h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  color: #2a3690;
  margin-bottom: 5px;
}

#cost-calculator p {
  margin-bottom: 20px;
}

#cost-calculator .cost-fields {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

@media (max-width: 460px) {
  #cost-calculator .cost-fields {
    flex-direction: column;
  }
  #cost-calculator span.cost-form,
  #cost-calculator span.is {
    margin: 0;
  }
}

#cost-calculator #cost-count {
  width: 75px;
  text-indent: 10px;
  color: #3153bb;
  font-weight: 600;
  border: 1px solid #bad7de;
  background-color: #ddf4f91f;
  padding: 2px 0;
}

#cost-calculator #cost-total {
  display: inline-flex;
  line-height: normal;
  margin: 0 !important;
  padding: 0;
  align-content: center;
  align-items: center;
}

#cost-calculator .cost-total-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 47px;
  color: #3153bb;
  margin-right: 8px;
}

#cost-calculator .cost-each {
  font-size: 14px;
  line-height: 47px;
}

#cost-calculator select {
  color: #3153bb;
  font-weight: 600;
  border: 1px solid #bad7de;
  background-color: #ddf4f91f;
  cursor: pointer;
  padding: 8px 10px;
}

#cost-calculator input#cost-count:focus,
#cost-calculator select:focus {
  outline: 1px solid #3153bb;
  border: 1px solid transparent;
}

#cost-calculator span.cost-form {
  margin: 0 13px;
}

#cost-calculator span.is {
  margin: 0 8px 0 13px;
}

#cost-calculator h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-size: 4.1rem;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #2a3690;
  margin-bottom: 3rem;
  text-align: center;
}

/* Subscriptions */
.subscriptions .mobile-show {
  display: none;
}

section.subscriptions {
  padding-top: 0;
}

.subscriptions header {
  margin-bottom: 5rem;
  text-align: center;
}

.subscriptions header h2 {
  font-weight: 700;
  font-size: 41px;
  line-height: 52px;
  text-align: center;
  color: #2a3690;
}

.subscriptions header p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #446b7c;
}

.subscriptions h6 {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #4f6797;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.subscriptions p {
  margin: 0;
}

.subscriptions ul li,
.subscriptions p {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4f6797;
}

.subscriptions ul li {
  margin: 8px 0px 8px 24px;
  position: relative;
}

.subscriptions ul li:before {
  position: absolute;
  left: -24px;
  font-family: "Material Icons";
  content: "check";
  font-size: 18px;
  color: #3153bb;
  font-feature-settings: "liga";
}

.subscriptions ul li.not:before {
  content: "close";
  color: #656565;
}

.subscriptions ul li:first-of-type {
  margin-top: 0;
}

.subscriptions ul li:last-of-type {
  margin-bottom: 0;
}

.subscriptions .cards {
  display: grid;
  grid-template-columns: 177px 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1px;
}

.subscriptions .cards > * {
  padding: 10px;
  outline: 1px solid #d7ddf2;
}

.subscriptions .cards > .card:first-child {
  grid-column: 2;
}

.subscriptions .cards > *:nth-child(n + 2):nth-child(-n + 7) {
  grid-column: 2;
}
.subscriptions .cards > *:nth-child(2) {
  grid-row: 2;
}
.subscriptions .cards > *:nth-child(3) {
  grid-row: 3;
}
.subscriptions .cards > *:nth-child(4) {
  grid-row: 4;
}
.subscriptions .cards > *:nth-child(5) {
  grid-row: 5;
}
.subscriptions .cards > *:nth-child(6) {
  grid-row: 6;
}
.subscriptions .cards > *:nth-child(7) {
  grid-row: 7;
}

.subscriptions .cards > .card:nth-of-type(2) {
  grid-column: 3;
  background: #fbfcfe;
}

.subscriptions .cards > *:nth-child(n + 9):nth-child(-n + 14) {
  grid-column: 3;
  background: #fbfcfe;
}
.subscriptions .cards > *:nth-child(9) {
  grid-row: 2;
}
.subscriptions .cards > *:nth-child(10) {
  grid-row: 3;
}
.subscriptions .cards > *:nth-child(11) {
  grid-row: 4;
}
.subscriptions .cards > *:nth-child(12) {
  grid-row: 5;
}
.subscriptions .cards > *:nth-child(13) {
  grid-row: 6;
}
.subscriptions .cards > *:nth-child(14) {
  grid-row: 7;
}

.subscriptions .cards > .card:nth-of-type(3) {
  grid-column: 4;
}

.subscriptions .cards > *:nth-child(n + 16):nth-child(-n + 21) {
  grid-column: 4;
}
.subscriptions .cards > *:nth-child(16) {
  grid-row: 2;
}
.subscriptions .cards > *:nth-child(17) {
  grid-row: 3;
}
.subscriptions .cards > *:nth-child(18) {
  grid-row: 4;
}
.subscriptions .cards > *:nth-child(19) {
  grid-row: 5;
}
.subscriptions .cards > *:nth-child(20) {
  grid-row: 6;
}
.subscriptions .cards > *:nth-child(21) {
  grid-row: 7;
}

.subscriptions .cards > .card:nth-of-type(4) {
  grid-column: 5;
}

.subscriptions .cards > *:nth-child(n + 23):nth-child(-n + 28) {
  grid-column: 5;
}
.subscriptions .cards > *:nth-child(23) {
  grid-row: 2;
}
.subscriptions .cards > *:nth-child(24) {
  grid-row: 3;
}
.subscriptions .cards > *:nth-child(25) {
  grid-row: 4;
}
.subscriptions .cards > *:nth-child(26) {
  grid-row: 5;
}
.subscriptions .cards > *:nth-child(27) {
  grid-row: 6;
}
.subscriptions .cards > *:nth-child(28) {
  grid-row: 7;
}

.subscriptions .cards > h6.grid-headline:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}
.subscriptions .cards > h6.grid-headline:nth-of-type(2) {
  grid-column: 1;
  grid-row: 3;
}
.subscriptions .cards > h6.grid-headline:nth-of-type(3) {
  grid-column: 1;
  grid-row: 4;
}
.subscriptions .cards > h6.grid-headline:nth-of-type(4) {
  grid-column: 1;
  grid-row: 5;
}
.subscriptions .cards > h6.grid-headline:nth-of-type(5) {
  grid-column: 1;
  grid-row: 6;
}
.subscriptions .cards > h6.grid-headline:nth-of-type(6) {
  grid-column: 1;
  grid-row: 7;
}

.subscriptions .cards .card {
  flex: 1 1 100%;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  padding: 2rem 4rem;
  text-align: center;
  border: 0;
  border-radius: 0;
}

.subscriptions .cards .card.plus {
  position: relative;
  background-color: #fbfcfe;
  margin-top: -24px;
}

/*Ribbon*/
.subscriptions .ribbon-wrap {
  position: absolute;
  left: calc(100% - 78px);
  top: -18px;
}

.subscriptions .ribbon-components {
  position: relative;
}

.subscriptions .triangle-up {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 18px solid #3153bb;
  top: 0;
  left: -22px;
  z-index: 2;
}

.subscriptions .parallelogram-left {
  position: absolute;
  width: 33.25px;
  height: 45px;
  transform: skew(40deg);
  background: #5fd7ad;
  top: 0;
  left: 10px;
  z-index: 3;
}

.subscriptions .badge {
  font-family: "Nunito Sans";
  flex: 0;
  align-self: center;
  padding: 0.2rem 1rem;
  background: #eeeff6;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  width: auto;
  color: #4f6797;
}

.subscriptions h2.title {
  flex: 0 0 auto;
  font-size: 4rem;
  font-weight: 400;
  line-height: 55px;
  margin: 0 0 0.8rem 0;
  letter-spacing: -1px;
  color: #001d9b;
}

.subscriptions .plus h2.title {
  padding-top: 10px;
}

.subscriptions p.user-count {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #446b7c;
  flex: 0 0 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.4rem;
}

.subscriptions .price {
  flex: 0 0 55px;
  margin: 0 0 3rem 0;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscriptions p.price {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2a3690;
}

.subscriptions p.free {
  font-family: "Nunito Sans";
  font-size: 2.4rem;
  font-weight: 700;
  color: #4f6797;
  flex: 0 0 55px;
  margin: 1.5rem 0;
  height: 55px;
}

.subscriptions p.current {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #31ad79;
  margin: 0 -0.5rem 2.09rem;
}

.subscriptions p.current i {
  color: #31ad79;
  font-size: 20px;
  line-height: 19px;
  position: relative;
  top: 5px;
  padding-right: 10px;
}

.subscriptions p.price sup:first-of-type {
  font-size: 1.8rem;
  font-weight: normal;
  left: 0.25rem;
  color: #4f6797;
}

.subscriptions p.price sup:last-of-type {
  font-size: 1.6rem;
  font-weight: normal;
  top: 0.5rem;
  color: #4f6797;
}
.subscriptions .cards > * {
  background: #ffffff;
}
.subscriptions a.btn.primary,
.subscriptions a.btn.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1.4rem;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  border-radius: 4px;
  box-shadow: none;
  height: 4.6rem;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 12%);
  padding: 0 2.2rem;
  text-align: center;
}

.subscriptions a.btn.secondary {
  color: #001d9b;
  background: #fff;
  border: 1px solid #d7ddf2;
}

.subscriptions a.btn.secondary:hover,
.subscriptions a.btn-secondary:active,
.subscriptions a.btn-secondary:focus {
  border-color: #3153bb;
}
.subscriptions a.btn.primary {
  background: #3153bb;
  color: #fff;
}

.subscriptions a.btn.primary:hover,
.subscriptions a.btn.primary:active,
.subscriptions a.btn.primary:focus {
  background: #001d9b;
  color: #fff;
}

/* Form Fees Tables */

section.form-tables .form-table-wrap {
  display: flex;
  flex-direction: column;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem;
}

section.form-tables .form-table-wrap:last-of-type {
  margin-bottom: 0;
}

section.form-tables h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: left;
  color: #2a3690;
  margin-bottom: 1.5rem;
  flex: 1 1 auto;
  max-width: 850px;
  width: 100%;
}
section.form-tables .form-table {
  flex: 1 1 auto;
  max-width: 850px;
  width: 100%;
  display: flex;
}

.form-table ul.column {
  padding: 2rem 2.4rem;
  flex: 1 1 auto;
  max-width: 200px;
  width: 100%;
  border: 1px solid rgba(215, 221, 242, 0.5);
  border-right-width: 0;
}

.form-table ul.column li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #4f6797;
}

.form-table table {
  flex: 1 1 auto;
  max-width: 650px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  text-align: center;
}

table th {
  font-size: 14px;
  background: #2a3690;
  color: #fff;
  line-height: normal;
  text-align: center;
  height: 52px;
}

table.direct-to th {
  min-width: 50px;
}

table th:first-of-type {
  background: #fff;
  color: #2a3690;
}

table th,
table td {
  border: 1px solid rgba(215, 221, 242, 0.5);
}

table td {
  height: 3rem;
  font-size: 14px;
  color: #4f6797;
  font-weight: normal;
}

table.direct-to td {
  height: 3rem;
  font-size: 14px;
  color: #2a3690;
  font-weight: bold;
}

table td:first-of-type {
  font-weight: bold;
}

table td:nth-of-type(2) {
  background: #f9f9fe;
  color: #2a3690;
  font-weight: bold;
}

table.direct-to td:nth-of-type(2) {
  background: none;
}

table tr:last-of-type td {
  padding: 1.6rem 2rem;
}

table td p {
  font-size: 14px;
  color: #4f6797;
  font-weight: normal;
  text-align: left;
  margin-bottom: 1rem;
}

table td p.margin-none {
  margin: 0;
}

table td p.bold {
  font-weight: bold;
}

table td p.mb-0 {
  font-size: 13px;
}

table td ul {
  padding: 0;
  text-align: left;
  list-style: none;
}

table td ul li {
  font-size: 12px;
  font-weight: normal;
  color: #4f6797;
  text-align: left;
  line-height: normal;
  margin-bottom: 1rem;
}

/* form extras */

section .form-table.form-extras {
   display: block; 
}

.form-table.form-extras .w9,
.form-table.form-extras .form-941,
.form-table.form-extras .tin-matching,
.form-table.form-extras .editing,
.form-table.form-extras .previous-year,
.form-table.form-extras .corrections {
  border: 1px solid rgba(215, 221, 242, 0.5);
}

.form-table.form-extras .w9,
.form-table.form-extras .form-941,
.form-table.form-extras .tin-matching,
.form-table.form-extras .editing,
.form-table.form-extras .previous-year {
    border-bottom: 0;
}

.form-table.form-extras div h3,
h3.direct-to-state {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2a3690;
  border-bottom: 1px solid rgba(215, 221, 242, 0.5);
  padding: 7px 20px;
}

h3.direct-to-state {
  padding: 15px 0 7px;
  border-bottom: none;
}

.form-table.form-extras div p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4f6797;
  padding: 7px 20px;
  margin: 0;
}

.form-table.form-extras div p.bold {
  font-weight: bold;
}

.form-table.form-extras div span.smaller-italics {
  font-size: 12px;
  font-style: italic;
}

/* btn styles */

.form-tables .btn.accordion {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2a3690;
  background-color: #ddf4f9;
  width: 100%;
  padding: 1.5rem;
  text-align: left;
  white-space: nowrap;
}

.form-tables .btn.accordion:before {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #5fd7ad;
  padding-top: 0.05em;
  padding-left: 0.4em;
  margin-right: 1.5rem;
  color: #ffffff;
}

.form-tables .btn.accordion:after {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  position: absolute;
  right: 1.5rem;
  color: #5fd7ad;
  font-size: 3.5rem;
  bottom: 0.1em;
  font-feature-settings: "liga";
}

.form-tables .btn.accordion[aria-expanded="true"]:after {
  content: "keyboard_arrow_down";
}

.form-tables .card {
  border: none;
  border-radius: 0;
}

.form-tables .card-body {
  padding: 1.5rem;
}

.form-tables .fade {
  transition: opacity 0.15s linear;
}

.form-tables .PaneSubHeader {
  font-weight: 800;
}

.form-tables .card-body a {
  text-decoration: underline;
}

.form-tables .card-body .red-button {
  margin: 15px auto;
  text-align: center;
}

.form-tables .card-body .red-button a {
  background: #3153bb;
  color: #fff;
  border: 1px solid #3153bb;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  padding: 1.1rem 3rem;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.form-tables .card-body .red-button a:hover {
  background: #2a3690;
  border: 1px solid #2a3690;
}

@media (max-width: 1200px) {
  .subscriptions .card {
    padding: 2rem;
  }
}

@media (max-width: 992px) {
  .subscriptions .mobile-show {
    display: block;
  }
  .subscriptions .mobile-hide {
    display: none;
  }
  .subscriptions header {
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .subscriptions a.btn.primary,
  .subscriptions a.btn.secondary {
    margin-bottom: 1rem;
  }
  .subscriptions .cards {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
    grid-gap: unset;
  }
  .subscriptions .cards .card {
    flex: 1 1 auto;
    width: 100%;
    padding: 2rem;
    box-shadow: none;
    text-align: left;
    align-items: stretch;
    outline: none;
    border: 1px solid #d7ddf2;
    text-align: left;
    position: relative;
  }

  .subscriptions .cards .card.plus,
  .subscriptions .cards .card.enterprise {
    margin-top: 2rem;
  }

  /*Ribbon*/
  .subscriptions .ribbon-wrap {
    left: calc(100% - 100px);
    top: -16px;
  }

  .subscriptions .triangle-up {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #3153bb;
    top: 0;
    left: 0;
  }

  .subscriptions .parallelogram-left {
    width: 30px;
    height: 40px;
    top: 0;
    left: 27px;
  }

  .subscriptions .badge {
    margin-top: 0;
    align-self: flex-start;
  }

  .subscriptions p.current {
    text-align: center;
    width: 100%;
  }

  .subscriptions .btn.primary {
    margin-bottom: 1rem;
  }

  .subscriptions p.free,
  .subscriptions p.price {
    position: absolute;
    top: 2rem;
    right: 2rem;
  }

  .subscriptions .user-count {
    flex: 0 0 auto;
    height: auto;
    justify-self: flex-start;
    align-self: flex-start;
    margin: 1rem 0;
  }

  .subscriptions .pricing-title {
    display: none;
  }

  .inner-card {
    border-top: 1px solid #d7ddf2;
  }

  .inner-card .headline {
    text-align: center;
    padding: 1.5rem 0 0;
    margin: 0;
  }

  .inner-card .headline button {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #3153bb;
    background: none;
    border: 0;
    display: inline-flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .inner-card .headline button:hover,
  .inner-card .headline button:focus:not(:focus-visible) {
    outline: 0;
    color: #001d9b;
    box-shadow: none;
  }

  .inner-card .headline button.collapsed .details-show,
  .inner-card .headline button:not(.collapsed) .details-hide {
    display: block;
  }

  .inner-card .headline button:not(.collapsed) .details-show,
  .inner-card .headline button.collapsed .details-hide {
    display: none;
  }

  .inner-card .card-body {
    padding: 1rem 0 0 0;
  }

  .inner-card .card-body > * {
    margin: 0;
    padding: 3.5rem 1rem 1rem 1rem;
    border: 1px solid #d7ddf2;
    border-top: none;
    position: relative;
  }

  .inner-card .card-body > *:first-child {
    margin-top: 1rem;
    border-top: 1px solid #d7ddf2;
  }

  .inner-card .card-body > *:nth-child(-n + 6):before {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4f6797;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
  }
  .inner-card .card-body > *:nth-child(1):before {
    content: "Description";
  }
  .inner-card .card-body > *:nth-child(2):before {
    content: "Team Members";
  }
  .inner-card .card-body > *:nth-child(3):before {
    content: "Reports";
  }
  .inner-card .card-body > *:nth-child(4):before {
    content: "Customer Support";
  }
  .inner-card .card-body > *:nth-child(5):before {
    content: "TIN Matching";
  }
  .inner-card .card-body > *:nth-child(6):before {
    content: "Form Credits";
  }
}

@media (max-width: 768px) {
  section.form-tables,
  section.subscriptions {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-table.form-extras {
    display: flex;
    flex-direction: column;
  }

  .form-table.form-extras div {
    margin-bottom: 3rem;
    margin: 0 auto;
  }

  .form-table.form-extras .editing {
    border-right-width: 1px;
    border-left-width: 1px;
  }
}
