.ui-tabs {
  zoom: 1;
  margin-bottom: 120px;
}

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: 2px 2px 0;
  overflow: hidden;
  top: 1px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  background: #fff;
}

.ui-tabs .ui-tabs-nav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 15px;
  color: #000;
  border: 0;
}

.ui-tabs .ui-tabs-nav li a:hover {
  color: #2c2c2e;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a img {
  display: block;
  width: auto;
  height: 100%;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: white;
  border: 1px #ed8f16 solid;
  border-radius: 20px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
  padding: 40px 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  position: relative;
  background: #2c2c2e;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  min-height: 407px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

a.mover {
  padding: 6px 12px !important;
  position: absolute;
  top: 50%;
  margin-top: -58px;
  font-size: 80px !important;
  color: #ed8f16 !important;
  font-weight: 400 !important;
  text-decoration: none;
  font-family: "pf_din_display_proregular" !important;
  border: 0 !important;
}

a.mover:hover {
  color: #ed8f16;
  text-decoration: none;
}

.next-tab {
  bottom: 0;
  right: 40px;
}

.prev-tab {
  bottom: 0;
  left: 40px;
}

.nom-bottom {
  margin-bottom: 5px;
}

.tab-content .mcf-tbl {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.tab-content .mcf-row {
  display: block;
  width: 100%;
}

.tab-content .mcf-cell {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}

.tab-content .mcf-cell input {
  display: block;
  width: 100%;
  border: 1px solid #ed8f16;
  border-radius: 10px;
  padding: 5px 10px;
  height: 64px;
  color: #2c2c2e;
  background: transparent;
}

.tab-content input[type="submit"] {
  border: 1px solid #ed8f16;
  border-radius: 10px;
  padding: 5px 20px;
  height: 64px;
  font-size: calc(14px + (22 - 14) * ((100vw - 390px) / (1920 - 390)));
  font-family: "pf_din_display_probold";
  color: #fff;
  background: #ed8f16;
}

.tab-content input[type="submit"]:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}

.tab-content a {
  color: #ed8f16;
  text-decoration: none;
}

.tab-content a:hover {
  color: #fff;
  text-decoration: underline;
}

.select-your-options {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: left;
}

.selection-option {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  text-align: left;
}

.note-submit {
  font-size: 14px;
}

.manage-sub.ui-tabs .ui-tabs-nav li a {
  padding: 21px 15px;
}

.manage-sub.ui-tabs .ui-tabs-panel {
  background: #eee;
}

.manage-sub .tab-content {
  color: #6a6a6a !important;
}

.manage-sub .tab-content a {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #ed8f16;
  border-radius: 10px;
  padding: 19px 20px;
  height: 64px;
  color: #fff;
  background: #ed8f16;
}

.manage-sub .tab-content a:hover {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .tab-content .mcf-tbl {
    display: table;
  }

  .tab-content .mcf-row {
    display: table-row;
  }

  .tab-content .mcf-cell {
    display: table-cell;
    width: 50%;
  }

  .spacer-left {
    padding-left: 15px;
  }

  .spacer-right {
    padding-right: 15px;
  }
}
