/* Override styles for rebranding */


/* dropdown styles */

form .dropdown-styles select {
    border-width: 0;
}

form .dropdown-styles {
    background-color: #fff;
    background-image: url("/cms/content/yellow_down_arrow_icon.svg");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border-color: #fac60e;
    border-radius: 0;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
}

@media (min-width: 1200px) {
  form .dropdown-styles {
      margin: 10px 15px 10px 12px;
  }
}


/* footer link styles - TEMPORARY */

.siteFooter .footer-main {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.siteFooter .footer-main .seo-links ul.list-inline li {
  margin: 0 6%;
  vertical-align: top;
}
.siteFooter .footer-main .seo-links ul.list-inline li ul li {
  margin: 0;
}
.siteFooter .footer-main .seo-links ul.list-inline li ul li:first-child,
.siteFooter .footer-main .seo-links ul.list-inline li ul li:first-child a {
  color: #fac60e;
  font-family: 'FuturaRound-Demi', sans-serif;
}
.siteFooter .footer-main .seo-links ul.list-inline li ul li a {
  color: #757575;
  font-family: 'FuturaRound-Light', sans-serif;
  font-size: 18px;
}



/* incorporate.com styles for partner pages */
#package-pricing p.phone-number {
	color: #3c3c3c;
}

#package-pricing .header-section::after {
    background: #FAC60E;
    border-top: 1px solid #e1b001;
}

#package-pricing .package-image {
    margin-top: 6px;
}

#package-pricing .larger {
    background-color: #FAC60E;
    border-radius: 20px;
    color: #202020;
    font-family: 'FuturaRound-Demi', sans-serif;
}

#package-pricing .dropdown {
    border: 2px solid #FAC60E;
    border-radius: 0;
}

#package-pricing .package-section {
    border: 1px solid #FAC60E;
    border-radius: 0;
}

#package-pricing .package-top {
    background-color: #202020;
    border-radius: 0;
}

#package-pricing .package-items td {
    background-image: none;
    padding-left: 12px;
}

#package-pricing .package-items td.odd-row {
    background-color: #fef4d0;
}

#package-pricing .disabled-cta:hover,
#package-pricing .disabled-cta:focus {
    background-color: #FAC60E;
    background-image: none;
    background-repeat: none;
    border-color: #FAC60E;
    box-shadow: none;
    color: #202020;
    opacity: 0.5;
    text-shadow: none;
}

#package-pricing .misc-footer-content {
    background-color: #202020;
}

#package-pricing strong {
	font-family: 'FuturaRound-Demi', sans-serif;
}


/* right column pricebox styles */
.priceBox .pricebox-cta {
    margin: 30px auto 18px;
}
.priceBox .pricebox-legal {
    font-size: 20px;
}
.priceBox form .dropdown-styles {
    margin-top: 20px;
}


/* sales funnel styles */
.default-two-column.sales-funnel .main-content .list-order-progress li {
    font-size: 18px;
}
.default-two-column.sales-funnel .main-content .list-order-progress li.active {
    font-family: "FuturaRound-Demi",sans-serif;
}

.help-link a{
  background-image: url('/cms/content/helpIcon.gif'); 
}
form .help-link a{
    width: 24px;
    height: 24px;
    margin-top: -5px;
}
form .help-link a:hover {
    background-position: 0 -23px;
}
.help-link .balloon-help-area span.balloon-help{
    background: url("/cms/content/priceHelpBubble_arrowImage.png") no-repeat center left;
}
.help-link .balloon-help-area span.balloon-help span.balloon-help-text {
    font-family: 'FuturaRound-Book', sans-serif;
}


/* pulse tabs */
.tab-rebrand ul.nav.nav-tabs {
  border-bottom: 12px solid #fac60e;
  padding-bottom: 20px;
}
.tab-rebrand ul.nav.nav-tabs li.active a {
  color: #fac60e;
  border-bottom-color: transparent;
  background-color: transparent;
  text-decoration: none;
}
.tab-rebrand ul.nav.nav-tabs li a {
  border-right: none;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 10px;
  text-decoration: none;
}
.tab-rebrand ul.nav.nav-tabs li a:hover,
.tab-rebrand ul.nav.nav-tabs li a:focus {
  background-color: transparent;
}
.tab-rebrand ul.nav.nav-tabs li a,
.tab-rebrand ul.nav.nav-tabs li span {
  font-size: 40px;
  font-family: 'FuturaRound-Demi', sans-serif;
  color: #3c3c3c;
}
.tab-rebrand ul.nav.nav-tabs li span {
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  padding: 10px 15px;
}
@media (min-width: 767px) {
  .tab-rebrand ul.nav.nav-tabs li.active a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #fac60e;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:before {
    bottom: -29px;
    left: 40%;
  }
  .tab-rebrand ul.nav.nav-tabs li.active a:after {
    bottom: -45px;
    left: 40%;
  }
  .tab-rebrand ul.nav.nav-tabs li a,
  .tab-rebrand ul.nav.nav-tabs li span {
    font-size: 40px;
  }
}
.tab-rebrand .tab-content {
  margin-top: 50px;
}

