#fxg-header-container {
	height:40px;
}

.fxg-pods .fxg-col p {
	margin-bottom:10px;
}

.fxg-secondary-menu__item--active a {
	border-bottom:0;
	font-weight: bold;
}

.trackByReferenceFormTVC .fxg-field__input-text, .trackByTCNFormTVC .fxg-field__input-text, .redesignObtainProofOfDeliveryTVC .fxg-field__input-text, .redesignSPODFaxEntryFormTVC .fxg-field__input-text {
	opacity:1;
}

.trackByReferenceFormTVC .fxg-field__input-text, .trackByTCNFormTVC .fxg-field__input-text, .redesignObtainProofOfDeliveryTVC .fxg-field__input-text, .redesignSPODFaxEntryFormTVC .fxg-field__input-text {
	background: #f2f2f2;
}

.trackByReferenceFormTVC.reference-custom-select, .redesignObtainProofOfDeliveryTVC.delivery_option-custom-select, .trackLandingTabsTVC.tracking-custom-select {
	padding: 20px 12px 8px 12px;
}

.trackByReferenceFormTVC.reference-custom-select:focus, .redesignObtainProofOfDeliveryTVC.delivery_option-custom-select:focus, .trackLandingTabsTVC.tracking-custom-select:focus {
	padding:20px 12px 8px 9px
}

.fxg-field__input-text:focus ~ .fxg-field__floating-placeholder, .fxg-field__input-text:focus:valid ~ .fxg-field__floating-placeholder {
  top: 12px;
    left: 15px;
    font-size: 10px;
    opacity: 1 !important;
    color: #4d148c;
    font-weight: bold;


}

.trackByReferenceFormTVC .fxg-field__input-text:not(:focus):valid~.fxg-field__floating-placeholder {
  color:#333;
}
 
 input[type="checkbox"] {
  position: relative;
    opacity: 0;
    cursor: pointer;
    height: 10px;
    width: 20px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
    width: 15px;
  background-color: #fff;
  border:1px solid #007ab7;
}
label {
	position: relative;
}
/* On mouse-over, add a grey background color */
 input[type="checkbox"] ~ .checkmark {
  background-color: #fff;
  border:1px solid #007ab7;
}

/* When the checkbox is checked, add a blue background */
 input[type="checkbox"]:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
 input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
 .checkmark:after {
  left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #007ab7;
    border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.fxg-wrapper .fxg-link--rounded_button {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    display: inline-block;
    padding: 15.23px 30px;
    border: 2px solid #007ab7;
    text-decoration: none!important;
    border-radius: 40px;
    color: #007ab7!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    }


    .fxg-accordion-selector .fxg-content-box {
    border-top: 1px solid rgba(182,182,182,0.5);
    background-color: rgba(250,250,250,0.5)!important;
    padding-top: 30px;
}



.fxg-landing-hero__background-image {
  height:350px;
}


.fxg-landing-hero__background-image.backoffice {
  height:500px;
}




.overlay-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}
    #home.overlay-content {
        display: none;
        background: white;
        padding: 40px;
        width: 80%;
        position: absolute;
        top: 15%;
        left: 10%;
        color:white;
        margin: 5% 0 0 0; /* add negative left margin for half the width to center the div */
        cursor: default;
        z-index: 10001;
    }

    #home.overlay-content h2 {
      text-align: center;
      font-size: 25px;
      text-transform: uppercase;
      line-height: 35px;
    }
 
 
   #home.overlay-content p {
      font-size: 12px;
      line-height: 18px;
      margin-bottom:1.5em;
    }
 
    .close-btn {
      float:right;
      text-align: right;
      cursor:pointer;
        
    }
    .close-btn:hover {
      opacity:.5;
    }

@media (max-width: 767px){
.fxg-featured-offer__detail {
  width:100%;
  margin-top: 20px;
}
}
.fxg-featured-offer__detail