.content-fixed a .p-names {
    color: #484848;
}
.sub-heading:empty{
    display: none !important;
}
.p-names.sub-heading {
    padding: 0 0 2rem;
    height: auto;
    font-weight: normal;
    line-height: normal;
    font-size: 1.8rem;
}
a.freeSampleLink {
    color: #fff;
}
.cursor-p{
    cursor:pointer;
}
.order-now {
    margin: 0 0 0 13.0rem;
    line-height: 2.6rem;
    text-align: center;
    position: absolute;
    bottom: -7rem;
    left: 7.5rem;
    width: 15rem;
}
.order-now a{
    color:#3e84b6;
} 
.order-now .button {
    margin: 0.8rem 0;
    line-height: 2.6rem
}
.go-green{
    color: #8cc63f !important;
}
.loader-overlay{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}
.loader {
    border: 1.0rem solid #f3f3f3; /* Light grey */
    border-top: 1.0rem solid #3498db; /* Blue */
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    animation: spin 0.5s linear infinite;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-3rem;
    margin-left:-3rem;
    z-index:99;
}
.gp-form .input-green{
    border: 1px solid rgb(142, 198, 71);
}
.gp-form .input{
    font-size: 1.4rem;
    padding: .375rem 1.75rem .375rem .85rem;
    border-radius: .45rem;
    color: #484848;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica !important;
    line-height: 2.2rem;
    height: 4.7rem;
    border-radius: .5rem;
    background-color: #FFFFFF;
    border: 0.1rem solid #D8D8D8;
    outline:0;
}
.gp-form .input:focus{
    border-color:rgb(142, 198, 71);
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Customer Assurance Block Styling */
.customer-assurance {
    margin-bottom: 2rem;
}
.customer-assurance .d-flex{
    border: 1px solid #959596;
    margin: 0.5rem 0.2rem;
    min-height: 7.5rem;
}

.customer-assurance .section-title{
    font-size:1.8rem;
}

.customer-assurance .section-title a{
    text-decoration: none;
}
.customer-assurance .section-title a:hover{
    text-decoration: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 8rem;
    height: 4.5rem;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-on {  
    position: absolute;
    color: #fff;
    top: 1.5rem;
    left: 1.0rem;
    z-index: 9;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    opacity:0;
  }
  .switch-off {  
    position: absolute;
    color: #fff;
    top: 1.5rem;
    right: 1.0rem;
    z-index: 9;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    opacity:1;
  }

.switch-slider:before {
  position: absolute;
  content: "";
  height: 3.0rem;
  width: 3.0rem;
  left: 1.0rem;
  bottom: 0.7rem;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .switch-slider +.switch-on{
    opacity:1;
}
input:checked + .switch-slider +.switch-on +.switch-off{
    opacity:0;
}

input:checked + .switch-slider {
  background-color: #8EC648;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(3.0rem);
  -ms-transform: translateX(3.0rem);
  transform: translateX(3.0rem);
}
.required{
    border-color:red !important;
}

/* Rounded sliders */
.switch-slider.round {
  border-radius: 0.4rem;
}

.switch-slider.round:before {
  border-radius:0.4rem;
}

.corner-ribbon {
    width: 20.0rem;
    background: #e43;
    position: absolute;
    top: 2.5rem;
    left: -5.0rem;
    text-align: center;
    line-height: 5.0rem;
    letter-spacing: 0.1rem;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 2147483647;
    font-size: 2.4rem;
    font-family: 'Open Sans', Arial, sans-serif, Helvetica !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

/* Custom styles */
.corner-ribbon.sticky {
    position: fixed;
}

.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Different positions */
.corner-ribbon.top-left {
    top: 2.5rem;
    left: -5.0rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right {
    top: 2.5rem;
    right: -5.0rem;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left {
    top: auto;
    bottom: 2.5rem;
    left: -5.0rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right {
    top: auto;
    right: -5.0rem;
    bottom: 2.5rem;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.white {
    background: #f0f0f0;
    color: #555;
}

.corner-ribbon.black {
    background: #333;
}

.corner-ribbon.grey {
    background: #999;
}

.corner-ribbon.blue, .corner-ribbon.sandbox {
    background: #39d;
}

.corner-ribbon.green,.corner-ribbon.beta {
    background: #369242;
}

.corner-ribbon.turquoise {
    background: #1b9;
}

.corner-ribbon.purple {
    background: #95b;
}

.corner-ribbon.red, .corner-ribbon.testing {
    background: #e43;
}

.corner-ribbon.orange, .corner-ribbon.staging {
    background: #e82;
}

.corner-ribbon.yellow {
    background: #ec0;
}

/* for footer links 3 tabs side spacing */
.no-gutters{
    margin-left: 1.95rem;
    margin-right: 1.95rem;
}

.alert-dark {
    color: #484848;
    background-color: #f5f5f5;
    border-color: #d8d8d8;
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .customer-assurance .section-title{
       font-size: 1.1rem;
    }
}
@media only screen and (max-width: 1024px){
    .content-fixed.below .customer-assurance{
       margin-top: 2rem;
    }
}
@media only screen and (max-width: 990px) {
    .corner-ribbon.top-left,.corner-ribbon.top-right,.corner-ribbon.bottom-left {
       display:none;
    }
.corner-ribbon.bottom-right {
    right: -3.9rem;
    bottom: 2.5rem;
    width: 17.0rem;
    font-size: 2.0rem;
    line-height: 4.2rem;
   }
}
@media only screen and (max-width: 550px) {
  .corner-ribbon.bottom-right {
    right: -3.9rem;
    bottom: 1.5rem;
    width: 15rem;
    font-size: 1.5rem;
    line-height:4rem;
   }
}