@-webkit-keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.task-pricingtmp #t3-mainbody,
.task-springboard #t3-mainbody {
  background: transparent;
}
#productSelectionForm {
  margin-top: 0;
}
#productSelectionForm.selectionFormPadding {
  margin-top: 65px;
}
#productSelectionForm.springboard-container .productSelectionForm-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#productSelectionForm.springboard-container .productSelectionForm-item {
  min-height: 0;
}
#productSelectionForm.springboard-container .productSelectionForm-item .productSelectionForm-item-body {
  height: auto;
}
#productSelectionForm.springboard-container .productSelectionForm-item .productSelectionForm-item-body img {
  height: 245px;
  margin-bottom: 0;
}
#productSelectionForm .productSelectionForm-item {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #eae9ec;
  margin-bottom: 20px;
  min-height: 260px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#productSelectionForm .productSelectionForm-item:hover {
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
#productSelectionForm .productSelectionForm-item.bc-disabled:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-header {
  padding: 11px 10px 0 10px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-header * {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-body {
  text-align: center;
  padding: 17px 0 13px;
  height: 147px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-body img {
  height: 55px;
  margin-bottom: 15px;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-body .title {
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
  font-size: 17px;
  font-weight: bold;
  color: #1e1933;
  text-transform: uppercase;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer {
  border-top: 1px solid #eae9ec;
  height: 58px;
  padding: 12px 15px;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer .price {
  float: left;
  font-size: 21px;
  line-height: 34px;
  margin-left: 5px;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer .bc-button-border {
  border-color: #669900 !important;
  color: #669900 !important;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer .bc-button-border:hover {
  background-color: #669900;
  color: #FFF !important;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer .bc-button-border.bc-button-pricing-info {
  border-color: #e3e3e3 !important;
  width: 34px !important;
  height: 34px !important;
  padding: 0 !important;
  background: url(../../templates/t3_bs3_blank/images/bc-info-icon.png) center center no-repeat transparent !important;
  background-size: 100% 100%!important;
  -moz-background-size: 100% 100%!important;
  -o-background-size: 100% 100%!important;
  -webkit-background-size: 100% 100%!important;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer .bc-button-border.bc-button-pricing-info:hover {
  border-color: #292242 !important;
  background: url(../../templates/t3_bs3_blank/images/bc-info-icon.png) center center no-repeat transparent !important;
  background-size: 100% 100%!important;
  -moz-background-size: 100% 100%!important;
  -o-background-size: 100% 100%!important;
  -webkit-background-size: 100% 100%!important;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-footer .demo {
  float: right;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-revenue {
  border-top: 1px solid #eae9ec;
  height: 37px;
  color: #292242;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 15px 9px 20px;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-revenue .revenue-title {
  float: left;
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
}
#productSelectionForm .productSelectionForm-item .productSelectionForm-item-revenue .revenue-percent {
  border-left: 1px solid #eae9ec;
  padding-left: 16px;
  float: right;
  user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: text;
}
#productSelectionForm .productSelectionForm-header {
  text-align: center;
  font-size: 37px;
  padding-bottom: 70px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eae9ec;
}
#productSelectionForm .productSelectionForm-header h1 {
  display: block;
  width: 100%;
  padding-bottom: 32px;
  margin: 0 0 30px 0;
  color: #1e1933;
  font-size: 37px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
#productSelectionForm .productSelectionForm-header h1:after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background: #1e1933;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -27px;
}
#productSelectionForm .productSelectionForm-header h2 {
  display: block;
  width: 100%;
  color: #1e1933;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
}
#productSelectionForm .productSelectionForm-footer {
  text-align: center;
  font-size: 37px;
  padding-top: 0;
  margin-top: 30px;
  border-top: 1px solid #eae9ec;
}
#productSelectionForm .productSelectionForm-footer h2 {
  display: block;
  width: 100%;
  color: #1e1933;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
}
#productSelectionForm .productSelectionForm-footer p {
  display: block;
  width: 100%;
  color: #000036;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
#productSelectionForm .productSelectionForm-LicenseCheck {
  margin-bottom: 47px;
  position: relative;
}
#productSelectionForm .productSelectionForm-LicenseCheck input[type="checkbox"] {
  display: none;
}
#productSelectionForm .productSelectionForm-LicenseCheck input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#productSelectionForm .productSelectionForm-LicenseCheck input[type="checkbox"]:checked + label:before {
  background-color: #669900;
}
#productSelectionForm .productSelectionForm-LicenseCheck label {
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: 21px;
  font-weight: normal;
  color: #292242;
  padding-left: 32px;
  position: relative;
  margin: 0;
}
#productSelectionForm .productSelectionForm-LicenseCheck label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5px;
  display: block;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #669900;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#productSelectionForm .productSelectionForm-LicenseCheck label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5.5px;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
#productSelectionForm .productSelectionForm-footer {
  text-align: center;
  margin-top: 15px;
}
#productSelectionForm .productSelectionForm-sidebar {
  width: 100%;
  background: #FFF;
  border: 1px solid #eae9ec;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-pad {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header {
  width: 100%;
  height: 75px;
  background: #e3e5ea;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  padding-top: 30px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs {
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 45px;
  padding: 0 5px;
  color: #9292a8;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  background: #9292a8;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a:hover,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a.selected {
  color: #000036;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a.selected:after {
  bottom: 0;
  background: #000036;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a.productSelectionForm-Lifetime {
  float: left;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a.productSelectionForm-Monthly {
  float: right;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a > span {
  display: block;
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a > span:first-child {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-header .productSelectionForm-sidebar-header-tabs a > span:first-child + span {
  font-size: 12px;
  line-height: 14px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees {
  width: 100%;
  border-top: 1px solid #eae9ec;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees h2 {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000036;
  padding: 18px 0;
  margin: 0;
  text-align: center;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table {
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul {
  display: block;
  width: 100%;
  padding: 15px 0 10px 0;
  margin: 0;
  list-style: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li:before,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li:after {
  content: " ";
  display: table;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li:after {
  clear: both;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > h3 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #a61f67;
  text-transform: uppercase;
  font-weight: bold;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > span {
  display: block;
  line-height: 20px;
  color: #292242;
  font-weight: normal;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > span:first-child {
  float: left;
  font-size: 16px;
  max-width: 140px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > span:first-child + span {
  font-size: 14px;
  font-weight: bold;
  float: right;
  text-transform: uppercase;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > span:first-child + span.SidebarFeesTableIncluded {
  color: #669900;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > span:first-child + span > span {
  display: block;
  text-align: right;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-fees-table ul li > span:first-child + span > span:first-child + span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: lowercase;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-fees .productSelectionForm-sidebar-pad {
  border-top: 1px solid #eae9ec;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total {
  background: #a72269;
  background: -moz-linear-gradient(left, #a72269 0%, #292242 100%);
  
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a72269), color-stop(100%, #292242));
  
  background: -webkit-linear-gradient(left, #a72269 0%, #292242 100%);
  
  background: -o-linear-gradient(left, #a72269 0%, #292242 100%);
  
  background: -ms-linear-gradient(left, #a72269 0%, #292242 100%);
  
  background: linear-gradient(to right, #a72269 0%, #292242 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a72269', endColorstr='#292242', GradientType=1);
  
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table {
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul {
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li {
  display: table;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  list-style: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li:before,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li:after {
  content: " ";
  display: table;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li:after {
  clear: both;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li > span {
  display: table-cell;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li > span:first-child + span {
  float: right;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li > span:first-child + span + span {
  float: right;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li > span:first-child + span + span > span {
  display: block;
  text-align: right;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-total .productSelectionForm-sidebar-total-table ul li > span:first-child + span + span > span:first-child + span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: lowercase;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee {
  background: #e3e5ea;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table {
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul {
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul li {
  display: table;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  list-style: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul li:before,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul li:after {
  content: " ";
  display: table;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul li:after {
  clear: both;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul li > span {
  display: table-cell;
  font-size: 14px;
  line-height: 20px;
  color: #000036;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-depositfee .productSelectionForm-sidebar-depositfee-table ul li > span:first-child + span {
  float: right;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table {
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 20px 0;
  border: 0;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr {
  width: 100%;
  line-height: 20px;
  border: 0;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td {
  border: 0;
  padding: 10px 0;
  color: #292242;
  vertical-align: middle;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td:first-child {
  min-width: 110px;
  font-size: 16px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td:first-child + td,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td:first-child + td + td {
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td:first-child + td {
  width: 55px;
  padding-right: 5px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td:first-child + td + td {
  width: 55px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-revenue-table table tr td > h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #a61f67;
  text-transform: uppercase;
  font-weight: bold;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits {
  width: 100%;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a {
  position: relative;
  display: block;
  z-index: 10;
  width: 100%;
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  color: #a61f67;
  padding: 0 30px 0 20px;
  border-top: 1px solid #eae9ec;
  border-bottom: 1px solid #eae9ec;
  background: #e3e5ea;
  text-align: right;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:before,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:after {
  content: " ";
  display: table;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:after {
  clear: both;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:after {
  position: absolute;
  content: "";
  display: block;
  background: #e3e5ea;
  border-top: 1px solid #eae9ec;
  border-bottom: 1px solid #eae9ec;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 11;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:before {
  position: absolute;
  content: "";
  display: block;
  background: #e3e5ea;
  left: 0;
  top: -1px;
  bottom: -1px;
  right: 0;
  z-index: 12;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 12;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a span:after,
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a span:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 16px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a span:after {
  border-left: 2px solid #979797;
  border-bottom: 2px solid #979797;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 10px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a span:before {
  border-right: 2px solid #979797;
  border-top: 2px solid #979797;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  left: 10px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:hover > span:after {
  left: 5px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a.toggled:after {
  left: -31px;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a.toggled:before {
  left: -61px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a.toggled > span:after {
  left: 0;
  opacity: 0;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a.toggled > span:before {
  opacity: 1;
  left: 0;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  width: 100%;
  padding: 30px 0;
  position: relative;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer input[type="checkbox"] {
  display: none;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer input[type="checkbox"]:checked + label:before {
  background: #669900;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer label {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #292242;
  padding-left: 32px;
  position: relative;
  margin: 0;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #669900;
  background: transparent;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer .checkout-button-container {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer .checkout-button-container button.bc-button.checkout-button {
  margin: 0 auto;
  padding: 0 16px;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
}
#productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-footer .msg-sml {
  top: 88px;
  left: 100%;
  margin-left: -20px;
  display: none;
}
#productSelectionForm .productSelectionForm-sidebar-notification {
  width: 100%;
  margin-top: 30px;
}
#productSelectionForm .productSelectionForm-sidebar-notification p {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #9d9eb1;
}
.productSelectionForm-benefits-container {
  position: relative;
  z-index: 2;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in.benefits-top {
  top: 0;
  bottom: auto;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in.benefits-closed {
  visibility: hidden;
  opacity: 0;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits {
  width: 100%;
  background: #e3e5ea;
  padding: 45px 40px 73px 40px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits:before,
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits:after {
  content: " ";
  display: table;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits:after {
  clear: both;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > h2 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000036;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul {
  display: block;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul > li {
  display: block;
  width: 100%;
  padding: 0 0 0 26px;
  margin: 30px 0 0 0;
  position: relative;
  font-size: 21px;
  line-height: 24px;
  font-style: italic;
  color: #000036;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul > li:first-child {
  margin: 0;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url('../../templates/t3_bs3_blank/images/betconstruct/check.png');
  background-size: cover;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > p {
  display: block;
  width: 100%;
  margin: 45px 0 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000036;
}
.productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > a.benefits-close {
  display: none;
}
.task-pricingtmp header .site-header {
  background: #1e1933;
}
.task-pricingtmp header .site-header .header-menus-block .t3-module {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .task-pricingtmp body {
    padding: 0 !important;
  }
  .task-pricingtmp .betconstruct-component .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .task-pricingtmp .betconstruct-component .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .task-pricingtmp .betconstruct-component .col-xs-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #productSelectionForm .productSelectionForm-header {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #productSelectionForm .productSelectionForm-header h2 {
    font-size: 16px;
    line-height: 20px;
  }
  #productSelectionForm .productSelectionForm-LicenseCheck {
    padding-left: 15px;
    padding-right: 15px;
  }
  #productSelectionForm .productSelectionForm-LicenseCheck label {
    font-size: 16px;
    line-height: 20px;
  }
  #productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  #productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a {
    z-index: 1;
  }
  #productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:before,
  #productSelectionForm .productSelectionForm-sidebar .productSelectionForm-sidebar-benefits > a:after {
    display: none;
  }
  .productSelectionForm-benefits-container {
    position: relative;
    z-index: 2;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    overflow: hidden;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits {
    position: fixed;
    top: 90px;
    left: 15px;
    height: calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: -webkit-calc(100% - 110px);
    height: -o-calc(100% - 110px);
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    padding: 20px 20px 35px 20px;
    overflow: auto;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits:before,
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits:after {
    content: " ";
    display: table;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits:after {
    clear: both;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul {
    margin: 20px 0 0 0;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul > li {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 16px;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > ul > li:before {
    top: 1px;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > p {
    margin: 25px 0 0 0;
    font-size: 14px;
    line-height: 18px;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > a.benefits-close {
    position: fixed;
    top: 100px;
    right: 25px;
    display: block;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in .productSelectionForm-benefits > a.benefits-close:before {
    display: inline-block;
    font: normal normal normal 20px/20px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    color: #000036;
  }
}
#productSelectionForm .container .productSelectionForm-sidebar-choose-product {
  width: 265px;
  height: 265px;
  background-color: #e3e5ea;
  border: 2px dashed #b3b3b3;
  background-image: url("../../templates/t3_bs3_blank/images/betconstruct/choose_product.png");
  background-position: 90px 75px;
  background-size: 85px 65px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 5px;
  margin-top: 2px;
  text-align: center;
}
#productSelectionForm .container .productSelectionForm-sidebar-choose-product .productSelectionForm-sidebar-footer-choose-product {
  position: absolute;
  bottom: 80px;
  font-size: 14px;
  line-height: 18px;
  color: #b3b3b3;
  margin: 0px 29px 0px 29px;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in.benefits-top {
    top: 250px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in {
    bottom: auto;
    top: 1280px;
  }
  .productSelectionForm-benefits-container .productSelectionForm-benefits-container-in.benefits-top {
    top: 294px;
  }
}
.bc-contract .footer-buttons a {
  overflow: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}