
    .fullwidth_page_headerrow {
        display:none;
    }
    .offer-hero {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center; 
        height: 340px;
        display: flex;
        padding: 0 20px;
        justify-content: center; 
        align-items: center;
    }
    .offer-hero h2 {
        text-align: center;
        font-family: "FeijoaWebMediumRegular",Georgia,serif;
        font-size: 42px;
        line-height: 58px;
        margin:0 0 10px;
        color: #333;
    }
    .offer-hero h3 {
        text-align: center;
        font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,"Verdana",sans-serif;
        text-transform: uppercase;
        font-size: 18px;
        line-height:1.2rem;
        font-weight: 700;
        color: #333;
    }
    .no-touch .offer-hero a:hover {
        text-decoration: none;
    }
    .offer-hero .whitetxt {
        color: #fff;
        text-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.3);
    }
     .offer-nav {
        background: #FFF; 
        border-bottom: 1px solid #d3d3d3;
        min-height: 40px;
        padding: 4px 0 0 0;
        margin: 0;
        width: 100%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .offer-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
        font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,"Verdana",sans-serif;
    }
    .offer-nav ul li {
        height: auto;
        padding: 0;
    }
    .offer-nav ul li a {
        background: none;
        color: #4a4a4a;
        font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,"Verdana",sans-serif;
        font-size: 15px;
        padding: 0;
        margin: 0 10px;
        text-transform:uppercase;
        white-space: nowrap;
        display: block;
        line-height: 41px;
        box-sizing: border-box;
        border-bottom:4px solid #fff;

    }
    .no-touch .offer-nav ul li a:hover {
		 border-bottom:4px solid #2ca6bd;
		 text-decoration: none;
    }
    .offer-nav.open ul {
        height: auto;
        display: block;
    }
	.offer-nav ul li.current a {
		border-bottom:4px solid #2ca6bd;
	}
    .xmore {
        display: none;
        position: absolute;
        top: 12px;
        cursor: pointer;
        font-family: "Open Sans",Arial,"Helvetica Neue",Helvetica,"Verdana",sans-serif;
        font-size: 15px;
        text-transform: uppercase;
}
@media (max-width: 480px) { 
    .xmore {
        display: block;
        }
    .offer-nav ul {
        flex-direction: column;
        margin-top: 40px;
    }
    .offer-nav ul li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    }
	.offer-nav ul li.current a {
		border-bottom:0px solid #2ca6bd;
	}
    .no-touch .offer-nav ul li a:hover {
		 border:none;
		 text-decoration: none;
    }
    .offer-nav {
        height: 45px;
        overflow: hidden;
        align-items: flex-start;
    }
    .offer-nav.open {
        overflow: visible;
        height: auto;
    }
    .offer-hero h2 {
        font-size: 34px;
        line-height: 38px;
    }
    .offer-hero h3 {
        font-size: 16px;
        line-height:1.1rem;
    }
 }
