ul.autonav__list.js-sticky-menu {
    margin: 0 !important;
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.header--small {
    height: 34.375rem;
    background-position: top;
}
.ticker-wrap {
  position:relative;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(#000, 0.9); 
  padding-left: 100%;
  box-sizing: content-box;
  top: 35%;
}
.ticker {
    display: inline-block;
    height: 3rem;
    line-height: 3rem;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration:30s;
            animation-duration: 15s;}
.ticker__item {
      display: inline-block;
    padding: 0 2rem;
    font-size: 3rem;
    color: #fd1090;
    font-weight: bold;
    }

.section--green {
    background-color: #fff;
}
.ccm-layout-column-inner h3:last-child {
    color: #fd1090;
    margin-top: 0px;
    font-size: 20px;
    text-align: center;
}
.pack-margin .row.small-up-1.medium-up-2.large-up-2.content-list.content-list--basic-2-columns {
    margin-left: 31%;
}
.extra_margin .extra-height {
    min-height: 346px !important;
}
.extra_margin .pricing-card ul li h3 {
    margin-top: 40px;
}
.extra_margin .price-col {
    margin-left: 25%;
}
.row.small-up-1.medium-up-2.large-up-4.content-list.content-list--basic-4-columns {
    padding-bottom: 0rem;
    padding-top: 0rem;
}
.pack-subtitle .titles .titles__accent {
    top: 0rem;
}
.pack-subtitle .titles{
    padding-top: 0rem;
}
.row.small-up-1.medium-up-2.large-up-3.content-list.content-list--basic-3-columns {
    padding: 0;
}
.package img.content-list__image {
    width: 90px;
    height: 90px;
}
#jumpstartPkg{
display:none;
}
.centered{margin:0 auto;text-align:center;}
span.mobile-block-view {
    display: inline-block;
    width: 45%;
    text-align: left;
    padding-left: 2%;
}
span.textspan {
    width: 45%;
    text-align: right;
    display: inline-block;
}
section.packages-pricing .columns div ul li, section.packages-pricing .columns p {
    margin: 5px ! important;
}
section.packages-pricing .columns div ul li .cut-price{
 text-decoration:line-through;
}
section.packages-pricing .columns div h3 {
    font-size: 1.45rem ! important;
}
section.packages-pricing .columns div h3.pink-package{
    font-size: 1.65rem ! important;
color: #E40D75;
}
section.packages-pricing .columns div h3.pink-package1{
    font-size: 1.65rem ! important;
color: #E40D75;
position:relative;
}
section.packages-pricing .columns div h3.pink-package1:before{
position:absolute;
bottom: 5px;
width: 70%;
height:1px;
background:#E40D75;
}
.extra-height {
    min-height: 446px !important;
}
.pack-col-2 h3 {
    margin-top: 1.875rem;
    font-size:1.125rem;
   text-transform: uppercase;
}
.pack-subtitle h2{
font-size:1.625rem;
color: #171C60;
}
 @media only screen and  (max-width: 768px) {
.header--small {
    height: 18.375rem;
    background-position: top;
}
.ticker-wrap {
  bottom:55px;top:10%;
}
.ticker__item {
    font-size: 1.5rem;
}
span.textspan , span.mobile-block-view {
    text-align: left;
    display: inline;
}
section:nth-child(8) .columns .purpleRow {
    margin-top: 0px  !important;
}
.pack-margin .row.small-up-1.medium-up-2.large-up-2.content-list.content-list--basic-2-columns {
    margin-left: 0;
}
}
 @media only screen and  (max-width: 639px) {
.extra_margin .price-col {
    margin-left: 0%;
}

.pack-subtitle .titles .titles__accent {
    top: 1rem;
}
}
#ccm-layout-column-wrapper-95 div.ccm-layout-column:last-child div.ccm-layout-column-inner {
    margin-left: 6px;
}
#ccm-layout-column-wrapper-95 div.ccm-layout-column:first-child div.ccm-layout-column-inner {
    margin-right: 6px;
}
