.sticky-cta__container {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index:10;
  max-width: 30rem;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.sticky-cta__button {
  color: #262729 !important;
  background:#FFC709 !important;
  border-radius: 50px;
  display:block;
  padding: 0.75rem 2.5rem;
  text-decoration: none;
  margin-bottom:1rem;
  -webkit-transition:none !important;
  -o-transition:none !important;
  transition:none !important;
  min-width:12rem;
}

.sticky-cta__button:hover {
 background:#FFC709 !important;
  color:#262729 !important;
  text-decoration:none;
}

.sticky-cta__button:active {
 background:#FFC709 !important; 
}

.sticky-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; 
  -webkit-box-align:end; 
      -ms-flex-align:end; 
          align-items:flex-end;
}

.sticky-cta__link {
 width:100%;
  margin-bottom:1rem;
}

.sticky-cta__link:last-child {
 margin-bottom:0; 
}

.sticky-cta__info {
  padding: 2rem 5rem;
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  color:#FFFFFF !important;
  text-align:center;
}

.sticky-cta__info h2 {
 color:inherit !important; 
}

.sticky-cta__info h6 {
 text-transform:uppercase; 
}

.sticky-cta__cta {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  
}

.sticky-cta a:hover {
 color:#262729; 
}

.sticky-cta__info a:not(.sticky-cta__button) {
 color:#FFFFFF !important; 
  text-decoration:none !important;
}

.sticky-cta__info > a > * {
 color:#262729 !important; 
}

.sticky-cta__cta > a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  text-align: center;
  text-decoration: none;
  color: #262729;
  padding: 1rem;
  text-transform:uppercase;
  font-size: 1.25rem;
  font-weight: 300;
  -webkit-transform:rotate(180deg);
      -ms-transform:rotate(180deg);
          transform:rotate(180deg);
}

.sticky-cta__cta > a:hover {
 text-decoration:none; 
}

@media screen and (max-width: 1100px){
  /*.sticky-cta__container {
    margin-right:0 !important; 
  }

  .sticky-cta__info {
    display:none; 
  }*/

}

@media screen and (max-width:1000px) { 
  .sticky-cta__container {
    bottom: 20%;
  }
}



@media screen and (max-width: 580px){ 

  .sticky-cta__info {
   padding:1rem; 
  }
  
  .sticky-cta__container {
    bottom: 10%;
  }
  
  .sticky-cta__cta>a {
    padding: 1rem;
    font-size:1rem;
  } 
  
  .sticky-cta__container {
  max-width: 20rem;
}
  
}

@supports (-webkit-overflow-scrolling: touch) {
  .sticky-cta__cta {
    display:-ms-grid;
    display:grid;   
  }
}

@media not all and (min-resolution:.001dpcm) { 
  @media {
    .sticky-cta__cta {
      display:-ms-grid;
      display:grid;   
    }
  }
}



  @media(max-width:767px)
  {
.sticky-cta__info h6 {
    text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.sticky-cta__info p {
	line-height: 17px;
  font-size: 12px;
  margin: 0;
  line-height: 18px;
}
   .sticky-cta__container .sticky-cta__link {
    width: 70%;
      font-size:12px;
      
  }
  }

