.section.section--half-and-half-01 .section--hero--subheader {
  margin-top: -15px!important;
}

.section--half-and-half-01 .video--svg-bg img{
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.section--half-and-half-01 .customVideo--overlay{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.58%, rgba(0, 0, 0, 0.53) 72.92%);
  z-index: 10;
}

.section--half-and-half-01 .video--play-caption{
  align-items: center;
  padding: 20px 20px;
}

.section--half-and-half-01 .video-standard--wrapper .video--play-caption .video-caption--text-small {
  padding-left: 12px;
  text-align: left !important;
}

.section--half-and-half-01 .video--video-wrapper .customVideo--image{
  transform: scale(1);
  -webkit-transition: transform .4s ease-in-out;
  -moz-transition: transform .4s ease-in-out;
  -ms-transition: transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
}

.section--half-and-half-01 .video--video-wrapper:hover .customVideo--image{
  transform: scale(1.05) !important;
}

@media screen and (min-width: 1024px) {
  .section--half-and-half-01 .grid__item.grid-position--outside{
    padding: 0px !important;
  }

  .section--half-and-half-01 .grid__item.grid-position--outside .lap-and-up-absolute{
    top: 0;
    bottom: 0;
  }

  .section--half-and-half-01 .grid__item.grid-position--outside .section--testimonialslider--slide-placeholder,
  .section--half-and-half-01 .grid__item.grid-position--outside .section--testimonialslider--image-placeholder{
    max-width: none;
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .section--half-and-half-01 .media-desktop-position--right{
    padding-right: 40px;
  }
  .section--half-and-half-01 .media-desktop-position--right .section--hero--subheader{
    padding-right: 10px;
  }

  .section--half-and-half-01 .media-desktop-position--left{
    padding-left: 40px;
  }

  .section--half-and-half-01 .media-desktop-position--left .section--hero--subheader{
    padding-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .section--half-and-half-01 .lap-and-up-hard--sides.palm-one-whole{
    width: 100%;
  }
}

.section--half-and-half-01 .lap-and-up-all--text--left .btn--equalize-width{
  display:flex !important;
  margin: 0 auto 0 0 !important;
}

@media screen and (max-width: 1023px) {
  .section--half-and-half-01 .portable-all--text--center .btn--equalize-width{
    margin: 0 auto !important;
  }
  .section--half-and-half-01 .portable-all--text--center .btn--equalize-width .btn--equalize-width--cta>p{
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 680px) {
  .section--half-and-half-01 .video--play-btn{
    height: 50px;
    width: 50px;
  }

  .section--half-and-half-01 .btn--equalize-width--cta:not(:first-child){
    margin-left:4%;
  }
}

@media screen and (max-width: 679px) {
  .section--half-and-half-01 .video--play-btn{
    height: 40px;
    width: 40px;
  }

  .section--half-and-half-01 .lap-and-up-all--text--left .btn--equalize-width:not(:only-child){
    flex-flow: column;
  }

  .section--half-and-half-01 .section.section--half-and-half-01 .video--btn-caption{
    max-width: initial !important;
  }
}

.section--half-and-half-01 .vidyard-player-container,
.section--half-and-half-01 .vidyard-player-container:hover{
  top: 25px !important;
}

@media screen and (min-width: 680px) and (max-width: 1023px){
  .section--half-and-half-01 .media-mobile-position--below{
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 680px) {
  .section--half-and-half-01 .media-mobile-position--below{
    padding-bottom: 20px !important;
  }

  .section.section--half-and-half-01 .video--play-btn--large{
    width: 70px;
    height: 70px;
  }
}

/*.section--half-and-half-01 .video--svg-bg img{
max-width: 80% !important;
}*/

.section--halfs .video--svg-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.section--halfs .video--svg-bg img {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-height: 130%;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

{# Pricing #}

.section--pricing-columns--content-multi-tab-wrapper{
  display: flex;
  align-items: center;
  width: 100%;
}

.section--pricing-columns--content-multi-tabs{
  padding: 12px 20px;
}

.section--pricing-columns--content-multi-tabs{
  font-weight: 500;
  background: white;
  border-top: 2px solid var(--livid200);
  border-bottom: 2px solid var(--livid200);
  border-left: 2px solid var(--livid200);
  width: 100%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.section--pricing-columns--content-multi-tabs:hover{
  border-top: 2px solid var(--blue600);
  border-bottom: 2px solid var(--blue600);
  border-left: 2px solid var(--blue600);
}


.section--pricing-columns--content-multi-tabs h5{
  text-align: center; 
}

.section--pricing-columns--content-multi-tabs:hover h5{
  color: var(--blue600);
}

.section--pricing-columns--content-multi-tabs:first-child{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.section--pricing-columns--content-multi-tabs:last-child{
  border-right: 2px solid var(--livid200);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.section--pricing-columns--content-multi-tabs.pricing--tier-active{
  background: var(--blue600) !important;
  border-top: 2px solid var(--blue600) !important;
  border-bottom: 2px solid var(--blue600) !important;
  border-left: 2px solid var(--blue600) !important;
}

.section--pricing-columns--content-multi-tabs.pricing--tier-active:last-child,
.section--pricing-columns--content-multi-tabs:last-child:hover{
  border-right: 2px solid var(--blue600) !important;
}

.section--pricing-columns--content-multi-tabs.pricing--tier-active h5{
  color: white !important;
  font-weight: 700;
}

@media screen and (min-width: 680px) {
  .section--pricing-columns--block-container{
    padding: 16px 40px;
  }
}


@media screen and (max-width: 679px) {
  .section--pricing-columns--block-container{
    padding: 16px 20px;
  }
}

.section--pricing-columns--section.visuallyhidden{
  display: none !important;
}

.section-pricing--multi.dateActive--active{
  border: 1px solid var(--blue600);
  background: white !important;
}


.section-pricing--multi.dateActive--active *{
  color: var(--blue600) !important;
}

.dateActive--active .section--pricing-columns--block-right p{
  background: var(--blue200);
}

.dateActive--passed .section--pricing-columns--block-top{
  align-items: end;
}

.dateActive--future .section--pricing-columns--block-top,
.dateActive--active .section--pricing-columns--block-top{
  align-items: center;
}

@media screen and (min-width: 680px) {
  .section--pricing-columns--block-right p{
    margin-right: 8px;
  }
}


@media screen and (max-width: 679px) {
  .section--pricing-columns--block-right{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .section--pricing-columns--block-left p{
    font-size: 13px;
  }

  .section--pricing-columns--block-right p{
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }
}

.dateActive--passed .section--pricing-columns--block-top:before{
  content: '';
  height: 2px;
  position: absolute;
  width: 100%;
  background: linear-gradient(to right,  #e4319a 16%,#e4319a 16%,#0a6cff 50%,#02b4ca 88%); 
  top: 66%;
}

.all--text--center .btn-cta-inner *{
  text-align: center !important;
}