﻿body {
    margin-top: 113px;
}

/* Need to be more specific - search was beign pulled to the left ... */
.content-of-page > .row-fluid {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
}

p {
    margin-bottom: 0px;
}

/* Hero Section */
.hero-unit {    
    background-image: url(/img/perk/slider-1-lg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;    
    width: 100%;
    height: 100%;12
    min-height: 500px;
    border-radius: 0px;
}

p#hero-msg-one {
    font-family: Montserrat,sans-serif;
    font-size: 27px;    
    font-weight: normal;
    color: black;
    line-height: 27px;    
}

span#hero-msg-two {
    font-family: "Open Sans",sans-serif;
    font-size: 64px;
    font-weight: bold;
    color: black;    
    line-height: 1em;
}

span#yummy-label-new-perk {
    vertical-align: top;
    font-size: small;
    word-spacing: normal;
    background-color: #00B400;    
    margin-left: 10px;
}

p#hero-msg-three {
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    line-height: 25px;
    font-weight: normal;    
}

/*a.btn.btn-perk-signup {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;    
    height: 40px;
    width: 170px;
    background-color: #e89531;
    color: #ffffff;
}*/

.btn.btn-perk-signup {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;    
    height: 40px;
    width: 170px;
    background-color: #e89531;
    color: #ffffff;
}


.btn.btn-perk-administrate {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    height: 40px;
    width: 170px;
    /*background-color: #00af68;*/
    background-color: #e89531;
    color: #ffffff;
}

button.btn.btn-perk-login {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    height: 40px;
    width: 170px;
    background-color: #4DA6FF;
    color: #ffffff;
}

a.btn.btn-perk-login {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
    height: 40px;
    width: 170px;
    background-color: #4DA6FF;
    color: #ffffff;
}

.perk-hero-inner-container {
    padding: 5px;
}

/* Point Items */
.point-inner-container {
    /*border: 1px solid orange;*/
    height: auto;
    width: 100%;

    margin-top: 20px;
    margin-bottom: 20px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.point-item {
    /*border: 1px solid blue;*/

    height: auto;
    max-height: 80px;
    width: 100%;
    max-width:350px;
    
    padding: 20px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
p.point-message {
    font-family: "Open Sans",sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: black;    
    margin: 0px;
    line-height: 25px;
}

.point-icon-container {
    /*border: 1px solid red;*/
    height: auto;    
    width: 20%;    
    
}

.point-message-container {
    /*border: 1px solid red;*/
    height: auto;
    width: 80%;
    padding: 10px;

    display: flex;
    flex-direction: column;
    align-content: center;
}

/* Better Life */
.better-life-container {

    background-image: url(/img/perk/better-life-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    width: 100%;
    height: 100%;
    min-height: 500px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#better-life-title {
    font-family: "Open Sans", sans-serif;
    font-size: 47px !important;
    color: #ffffff;    
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

p#better-life-description {
    font-family: "Open Sans", sans-serif;
    font-size: 27px;
    color: white !important;
    text-align: center;
    line-height: 32px;
    text-shadow: 2px 2px 4px #000000;
}

.better-life-outer-container {
}

.benefits-room-service-container {
        /*border: 1px solid red;*/
        /*padding-top: 10px;
        padding-bottom: 20px;*/
        background-color: #f2f2f2;
    }

    .benefits-room-service {
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 100%;        
        height: 100%;        
              
    }

    .benefits-row {
        width: 100%;
        height: 100%;
        background-color: #9babb2;        
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .benefits-row-item {                
        width: 50%;
        height: 100%; 
        background-color: #9babb2;   
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;    
    }

    .benefits-message {
        background-color: #9babb2;
    }

    img.benefits_image {
        width: 100%;
    }
    
    .benefits-title-container {        
        margin-top: 30px;
        margin-bottom: 10px;
    }

    h1#benefits-title {
        font-family: Montserrat, sans-serif;
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        line-height: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000000;
    }

    #benefits-para-1 {
        font-size: 20px;
        font-weight: normal;
        line-height: 22px;
    }

    #benefits-para-2 {
        font-size: 20px;
        font-weight: normal;
        line-height: 22px;
    }

    .para-title {
        font-family: Montserrat, sans-serif;
        font-size: 35px;
        font-weight: bold;
        text-align: left;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .para-text {
        color: #ffffff !important;
        font-family: "Montserrat", sans-serif;
        font-size: 28px;
        font-weight: normal;
        line-height: 32px;        
        text-align: left;
    }

    p#benefits-row3-para-2 {
        text-align: right;
    }

/* Accordion FAQ */
a.accordion_text {
    font-family: 'Montserrat', serif;
    font-size: 20px;
    color: black;
    padding-left: 15px;
}
a.catering-button:hover {
    background-color: red;
    color: white;
    text-shadow:none !important;
}

.row-fluid#row_faq {
   padding-left: 2%;
   padding-right: 2%;
   margin-bottom: 2%;
}
.accordion-heading .accordion-toggle {
    display: inline-block;
    font-family: 'Montserrat', serif;
}

/* Frequently Asked Questions Title */
#faq-title {
    color: #000000;
    font-size: 35px;
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: bolder;
}

/* accordion group */
.yummy-group {
    /*border-left: none; /* remove borders */
    /*border-right: none; /* remove borders*/
    /*border-bottom: none; /* remove borders*/
    border-top-color: #e5e5e5; /* change border color */
    border-bottom-color: #e5e5e5; /* change border color */
    border-radius: 0px; /* remove rounded corners */
}

/* accordion header */
.yummy-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    /*padding-left: 20px;*/
    color: #000;
    background-color: #fff;
}

/* accordion inner body */
.accordion-inner.yummy-acc-inner {
    font-family: Montserrat, sans-serif;
    padding-left: 40px;
}

/* accordion anchor */
.yummy-heading a {
    /*padding-left: 40px;*/
    text-decoration: none;
    /*color: #000;*/
    color:#00B200;
    font-weight: bolder;
}

i.plus-minus {
    margin-left: 10px;
    -webkit-transition: all .5s linear 0.60s;
    transition: all .10s linear 0.5s;
}

span.plus-minus {
    margin-left: 10px;
    -webkit-transition: all .5s linear 0.60s;
    transition: all .10s linear 0.5s;
}

/* Perk Pricing Div */
.perk-price-container {    
    height: auto;
    width: 100%;

    background-color: #D0D0D3;    
    display: flex;
    justify-content: center;

}
.perk-price-container-inner {    
    padding: 20px;
    height: auto;
    min-height: 400px;
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.perk-price-offer {    
    padding: 20px; 
    height: auto;
    width: 100%;    

    display: flex;
    flex-direction: row;
    justify-content: center;    
}
.perk-price-offer-l {    
    padding: 20px;
    height: auto;
    width: 450px;
    min-width: 450px;
}
h1#perk-title-bottom {
    /*font-family: "Open Sans", sans-serif;*/
    font-family: Montserrat, sans-serif;
    font-size: 47px;
    font-weight: bold;
    color: black;
}
#perk-msg-bottom {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 40px;
    color: black;
}
.perk-price-offer-r {
    /*border: 1px solid lightgray;*/
    padding: 20px;
    height: auto;
    width: 320px;
    min-width: 320px;
}

/* card offer */
.perk-price-card {
    /*border: 1px solid lightgray;*/
    border-radius: 10px;
    
    background: rgb(175,108,255);
    background: linear-gradient(180deg, rgba(175,108,255,1) 0%, rgba(144,153,255,1) 25%, rgba(99,217,255,1) 100%);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.50);

    height: auto;
    min-height: 400px;
    width: 100%;
}

h1#perk-price-title {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: black;
    text-align: center;
    padding: 10px;
}

.price-items {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: flex-end;    
    padding-bottom: 5px;
}
span#perk-price-value {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: white;
    font-weight: normal;
    text-shadow: none;

    text-align: center;
}
span#perk-price-user {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    color: white;
    font-weight: normal;
    text-shadow: none;
}
span#perk-price-freq {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: white;
    font-weight: normal;
    text-shadow: none;    
}

p.perk-card-row {
    font-size: 20px;
    font-weight: normal;
    color: #ffffff !important;
    text-align: center;
}
.perk-price-card-r1 {
    height: 10%;
    min-height: 80px;    
    width: 100%;
}
.perk-price-card-r2 {
    height: 20%;
    min-height: 80px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.perk-price-card-r3 {
    height: 20%;
    min-height: 80px;
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.perk-price-card-r4 {
    height: 10%;
    min-height: 40px;
    width: 100%;
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.perk-price-card-r5 {
    height: 10%;
    min-height: 40px;
    width: 100%;
    padding: 10px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.perk-price-card-r6 {
    height: 30%;
    min-height: 100px;
    width: 100%;
           
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
a.btn.btn-signup {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-shadow: none;
    line-height: 1.5em;    
    height: 40px;
    width: 170px;
    /*background-color: #a7a7a7;*/
    background-color: #e89531;
    color: #ffffff;
}

/* Calculate Section */


.perk-calculator-container {    
    height: auto;
    width: 50%;
    margin: auto;
    min-height: 300px;
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 50px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
}

.perk-calculator-item {        
    min-width: 400px;
    display:flex;
    flex:1;
}

.perk-cost-container {    
    display:flex;
    flex-direction: column;
    flex:1;
}

.perk-calculator-inner-item {
    height: auto;
    width: 100%;
    min-width: 350px;
    background-color: #E1E4EB;
    border-radius: 5px;
}

.perk-inner-item-row {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.perk-calc-item {
    width: 50%; 
    text-align: center;
}

#perk-calc-inner-row-1 {    
    display: flex;
    flex-direction: row;    
    height: 20%;
    min-height: 60px;
}
#perk-calc-inner-row-2 {    
    display: flex;
    flex-direction: row;    
    height: 20%;
    min-height: 60px;
}
#perk-calc-inner-row-3 {    
    display: flex;
    flex-direction: row;    
    height: 30%;    
    min-height: 60px;
}
#perk-calc-inner-row-4 {    
    display: flex;
    flex-direction: row;    
    height: 30%;
    background-color: #EEEEEE;    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 80px;
}
}
.perk-calc-item {
    height: auto;
    width: 50%;

    display: flex;
    flex-direction: column;
    justify-content: center;   
    align-items: center;
}

#perk-calc-item-row1 {
    width: 65%;
    text-align: center;
}
#perk-calc-item-row2 {
    width: 35%;
    text-align: left;
}

#cost-calculator-title {    
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    color: #027fc0;
    text-align: center;
}

input#text-num-members {
    margin-bottom: 0px;
}

a.btn.btn-perk-calculate {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;  
    text-shadow: none;  
    height: 40px;
    width: 170px;
    background-color: #a7a7a7;
    color: #ffffff;    
}

#label-num-members {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: black;
}

input#text-num-members {    
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;   
    font-weight: bold;
    width: 100px;
    text-align: center;    
}

#perk-calc-inner-row-4 > span {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    color: black;
}

#estimate-price {
    font-size: 22px;
    font-weight: bold;
}

#perk-calculator-title {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: black;
}

p#perk-calculator-msg {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: black;
    line-height: 32px;
}

a.btn-perk-getstarted {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;  
    text-shadow: none;  
    height: 40px;
    width: 170px;
    /*background-color: #00af68;*/
    background-color: #e89531;
    color: #ffffff;    
}

#perk-cost-row3 {
    padding: 20px 20px 20px 0px;
}


/* Perk Carousel */
.perk-carousel-static {    
    /*border: 1px solid orange;*/
    position: absolute;
    top: 150px;
    padding: 20px;
    width: 100%;
    color: black;    
}

.perk-carousel-static-inner {
    /*border: 1px solid orange;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

.perk-carousel-static-item {
    /*border: 1px solid red;*/
    height: auto;
    width: 50%;
}

.hero-unito-right {
    padding-left: 30px;
}

.perk-static-title-1 {
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    line-height: 25px;
}

.perk-static-title-2 {
    font-family: "Open Sans", sans-serif;
    font-size: 50px !important;
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff;
    line-height: 35px;    
    text-underline-position: below;
}

#perk-carousel-smart {
    /*border: 1px solid red;*/
    height: auto;
    width: 100%;    
}
.perk-carousel-caption {
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: black;
}

.hero-inner-container {
    padding-left: 30px;
}


/* MEDIA  QUERIES */
.page_size {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: darkgray;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* signup and login buttons */
.perk-buttons-container.visible-phone.visible-tablet {    
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
}

.perk-button-container {
    height: auto;
    max-height: 50px;
    width: 100%;
    padding: 10px;
}

/* Google Places Autocomplete Start */
.pac-container {
    z-index: 1051 !important;
    margin-top: -110px !important;
}
 /*Removes the Google Logo*/ 
.pac-container:after {
    content: none !important;
}
/* Google Places Autocomplete End */

p#perk-member-message {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

span#perk-account-name {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #00B400;    
}

/*LARGE DESKTOP*/
@media (min-width: 1201px) and (max-width: 2000px) {
    .page_size:before {
        content: "Page Size: 1201-2000";
    }    

    #background1 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-family-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
                      
    }
    div#background2 {
        /*border: 1px solid red;*/        
        background-image: url('/img/perk/slider-employees-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
    }
    div#background3 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-football-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
    }
    div#background4 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-yoga-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
    }
    div#background5 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-spinning-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
    }
    div#background6 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-soccer-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
    }
    div#background7 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-school-2000.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 500px;
    }

/* PERK Carousel */
}

/* DESKTOP */
@media (min-width: 1025px) and (max-width: 1200px) {
   .page_size:before {
        content: "Page Size: 1025-1200";
    }
   .para-title {
       font-size: 20px;
   }
   .para-text {
       font-size: 20px;
   }
   .para-text > br {
       display: none;
   }
   .benefits-row-item-element {
       width: 80%;
   }

   .perk-price-container-inner {
       width: 75%;
   }

    /* Perk Carousel */
    .perk-carousel-static {
        /*border: 2px solid orange;*/
        position: absolute;
        top: 35px;
        padding: 20px;
        width: 100%;
        color: black;
    }

    .perk-carousel-static-inner {
        /*border: 1px solid orange;*/
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .perk-carousel-static-item {
        /*border: 1px solid red;*/
        height: auto;
        width: 50%;
    }

    .hero-unito-right {
        padding-left: 30px;
    }

    .perk-static-title-1 {
        font-family: "Open Sans", sans-serif;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        color: #ffffff;
        line-height: 25px;
    }

    .perk-static-title-2 {
        font-family: "Open Sans", sans-serif;
        font-size: 50px !important;
        font-weight: bold;
        text-decoration: underline;
        color: #ffffff;
        line-height: 35px;
        text-underline-position: below;
    }

    #perk-carousel-smart {
        /*border: 1px solid red;*/
        height: auto;
        width: 100%;
    }

    .perk-carousel-caption {
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: black;
    }

    .hero-inner-container {
        padding-left: 30px;
    }

    /* PERK Carousel */

    #background1 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-family-1200.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
                      
    }
    div#background2 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-employees-1200.jpg');        
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
    }
    div#background3 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-football-1200.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
    }
    div#background4 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-yoga-1200.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
    }
    div#background5 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-spinning-1200.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
    }
    div#background6 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-soccer-1200.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
    }
    div#background7 {
        /*border: 1px solid red;*/
        background-image: url('/img/perk/slider-school-1200.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;  
        min-height: 449px;
    }


/* PERK Carousel */
    
}

/* PORTRAIT TABLET TO LANDSCAPE AND DESKTOP */
@media (min-width: 768px) and (max-width: 1024px) {
    .page_size:before {
        content: "Page Size: 768-1024";
    }

    .hero-unit {
        background-image: url(/img/perk/slider-1-md.jpg);
        min-height: 0px;
    }
    .para-title {
        font-size: 18px;
    }

    .para-text {
        font-size: 18px;
    }

        .para-text > br {
            display: none;
        }

    .benefits-row-item-element {
        width: 80%;
    }
    
    .point-inner-container {
        display: flex;
        flex-direction: row;
    }
    p.point-message {
        font-size: 15px !important;
        text-align: center;        
    }

    .perk-calculator-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .perk-price-offer {
        padding: 0px;        
    }
       

   /* Perk Carousel */
    .perk-carousel-static {
        /*border: 2px solid orange;*/
        position: absolute;
        top: 30px;
        padding: 0px;
        width: 100%;
        color: black;
    }

    .perk-carousel-static-inner {
        /*border: 1px solid orange;*/
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .perk-carousel-static-item {
        /*border: 1px solid red;*/
        height: auto;
        width: 50%;
    }

    .hero-unito-right {
        padding-left: 50px;
    }

    .perk-static-title-1 {
        font-family: "Open Sans", sans-serif;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        color: #ffffff;
        line-height: 32px;
    }

    .perk-static-title-2 {
        font-family: "Open Sans", sans-serif;
        font-size: 30px !important;
        font-weight: bold;
        text-decoration: underline;
        color: #ffffff;
        line-height: 32px;
        text-underline-position: below;
    }

    #perk-carousel-smart {
        /*border: 1px solid red;*/
        height: auto;
        width: 100%;
    }

    .perk-carousel-caption {
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        font-weight: bold;
        color: black;
    }

    .hero-inner-container {
        padding-left: 30px;
    }

    /* PERK Carousel */

    p#hero-msg-one {
        font-family: Montserrat,sans-serif;
        font-size: 20px;
        font-weight: normal;
        color: black;
        line-height: 25px;
        color: red;
    }
    
    span#hero-msg-two {
        font-family: "Open Sans",sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: black;
        line-height: 1em;
    }

    p#hero-msg-three {
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        line-height: 32px;
        font-weight: normal;         
    }

    .perk-carousel-static {
        top: 15px;
        padding: 0px;
    }

    .hero-inner-container {
        padding-left: 30px;
    }
    p#hero-msg-one {
        color: white !important;
    }

    span#hero-msg-two {
        color: white !important;
    }
       
    p#hero-msg-three {
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        line-height: 32px;
        font-weight: normal;
        color: white !important;
    }

    /* PERK CAROUSEL STATIC */
    .perk-carousel-static {
        top: 0px;
        padding: 0px;
    }

    .perk-carousel-static-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .perk-carousel-static-item {
        width: 100%;
    }

    .hero-inner-container {
        padding: 20px;
    }

    .hero-unito-left {        
        padding: 10px !important;
    }
    .hero-unito-right {        
        padding: 10px !important;
    }

    .perk-static-title-1 {
        font-size: 20px !important;
        text-align: center;
    }
    .perk-static-title-2 {
        font-size: 30px !important;
        text-align: center;
    }

    #perk-hero-inner-buttons {
        margin-top: 20px;
        text-align: center;
    }

    a.btn.btn-perk-signup {
        /*width: 145px;*/
    }
    button.btn.btn-perk-administrate {
        width: 145px;
    }

    #background1 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-family-768.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;        
        min-height: 580px !important;                      
    }

    div#background2 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-employees-768.jpg');                
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        min-height: 580px !important;
    }
    div#background3 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-football-768.jpg');    
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;    
        min-height: 580px !important;
    }
    div#background4 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-yoga-768.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 580px !important;
    }
    div#background5 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-spinning-768.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 580px !important;
    }
    div#background6 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-soccer-768.jpg'); 
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;           
        min-height: 580px !important;
    }
    div#background7 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-school-768.jpg');        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 580px !important;
    }

    p#perk-member-message {
        font-family: "Open Sans", sans-serif;
        font-size: 18px !important;
        font-weight: bold;
        color: white !important;
    }

}

@media(max-width: 767px) {
    .page_size:before {
        content: "Page Size: 767px";
    }
    .hero-unit {
        padding: 30px;
        background-image: url(/img/perk/slider-1-md.jpg);
        min-height: 0px;
    }
    p#hero-msg-three > br {
        display: none;
    }
    .point-inner-container {
        flex-direction: column;
    }
    p.point-message {
        font-size: 20px;
        text-align: center;
    }

    .better-life-container {
        min-height: 300px;
    }
    #better-life-title {
        font-size: 30px !important;
    }
    p#better-life-description > br {
        display: none;
    }    
    p#better-life-description {
        font-size: 23px;
    }
    .benefits-title-container {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .benefits-row {
        flex-direction: column;
    }
    .benefits-row-item {
        width: 100%;
    }
    div#row-item-3 {
        order: 1
    }
    
    .para-title {
        font-size: 25px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .para-text {
        font-size: 20px;
        text-align: left;
        height: 100%;
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: auto;
    }
    .para-text > br {
        display: none;
    }
    #faq-title {
        padding-top: 25px;
        padding-bottom: 15px;
        font-size: 25px;
    }

    a.accordion_text {
        font-size: 15px;
    }

    .perk-price-container-inner {
        width: 100%;
    }
    .perk-price-offer {
        flex-direction: column;
        padding: 0px;
    }
    .perk-price-offer-l {
        width: 100%;
        min-width: 350px;
    }
    .perk-price-offer-r {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    h1#perk-title-bottom {
        font-size: 25px;        
        text-align: center;
    }
    #perk-msg-bottom {
        font-size: 20px;
        line-height: 25px;  
        text-align: justify      
    }
    #perk-msg-bottom > br {
        display: none;
    }

    .perk-calculator-container {
        flex-direction: column;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .perk-calculator-item {
        min-height: 250px;        
    }

    .perk-price-card {
        width: 300px;
    }

    /* PERK Slider */
    .perk-carousel-static {
        top: 15px;
        padding: 0px;
    }

    .hero-inner-container {
        padding-left: 30px;
    }
    p#hero-msg-one {
        color: white !important;
    }

    span#hero-msg-two {
        color: white !important;
    }
       
    p#hero-msg-three {
        font-family: Montserrat, sans-serif;
        font-size: 25px;
        line-height: 32px;
        font-weight: normal;
        color: white !important;
    }
    .perk-carousel-static {
        top: 0px;
        padding: 0px;
    }

    .perk-carousel-static-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .perk-carousel-static-item {
        width: 100%;
    }

    .hero-inner-container {
        padding: 20px;
    }

    .hero-unito-left {        
        padding: 10px !important;
    }
    .hero-unito-right {        
        padding: 10px !important;
    }

    .perk-static-title-1 {
        font-size: 20px !important;
        text-align: center;
    }
    .perk-static-title-2 {
        font-size: 30px !important;
        text-align: center;
    }

    #perk-hero-inner-buttons {
        margin-top: 20px;
        text-align: center;
    }

    a.btn.btn-perk-signup {
        width: 145px;
    }
    button.btn.btn-perk-administrate {
        width: 145px;
    }

    #background1 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-family-768.jpg');        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;       
        min-width: 480px;
        min-height: 600px !important;                      
    }
    div#background2 {
        /*border: 1px solid orange;*/        
        background-image: url('/img/perk/slider-employees-768.jpg'); 
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 600px !important;
    }
    div#background3 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-football-768.jpg');        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 600px !important;
    }
    div#background4 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-yoga-768.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 600px !important;
    }
    div#background5 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-spinning-768.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 600px !important;
    }
    div#background6 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-soccer-768.jpg');    
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 600px !important;
    }
    div#background7 {
        /*border: 1px solid orange;*/
        background-image: url('/img/perk/slider-school-768.jpg');        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 600px !important;
    }

    /* PERK Slider */

    a.btn.btn-perk-signup {
        width: 170px;
    }
    a.btn.btn-perk-login {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5em;
        height: 40px;
        width: 170px;
        background-color: #4DA6FF;
        color: #ffffff;
    }
    
    p#perk-member-message {
        font-family: "Open Sans", sans-serif;
        font-size: 18px !important;
        font-weight: bold;
        color: white !important;
    }

}

/* LANDSCAPE PHONES AND DOWN */
@media(max-width: 480px) {
    .page_size:before {
        content: "Page Size: 480px";
    }
    
    #background1 {
        background-image: url('/img/perk/slider-family-480.jpg');        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;    
        min-height: 550px;                      
    }
    div#background2 {
        background-image: url('/img/perk/slider-employees-480.jpg');            
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 550px;
    }
    div#background3 {
        background-image: url('/img/perk/slider-football-480.jpg');        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 550px;
    }
    div#background4 {
        background-image: url('/img/perk/slider-yoga-480.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 550px;
    }
    div#background5 {
        background-image: url('/img/perk/slider-spinning-480.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 550px;
    }
    div#background6 {
        background-image: url('/img/perk/slider-soccer-480.jpg');    
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;
        min-height: 550px;
    }
    div#background7 {
        background-image: url('/img/perk/slider-school-480.jpg'); 
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;    
        width: 100%;
        height: 100%;       
        min-height: 550px;
    }
    
   
    p#hero-msg-three > br {
        display: none;
    }
    .point-inner-container {
        flex-direction: column;
    }
    p.point-message {
        font-size: 20px;
        text-align: center;
    }

    .better-life-container {
        min-height: 300px;
    }
    #better-life-title {
        font-size: 30px !important;
    }
    p#better-life-description > br {
        display: none;
    }    
    p#better-life-description {
        font-size: 23px;
    }
    .benefits-title-container {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .benefits-row {
        flex-direction: column;
    }
    .benefits-row-item {
        width: 100%;
        height: auto;
    }
    div#row-item-3 {
        order: 1
    }


    .para-title {
        font-size: 25px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .para-text {
        font-size: 20px;
        text-align: left;
        height: 100%;
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: auto;
    }
    .para-text > br {
        display: none;
    }
    #faq-title {
        padding-top: 25px;
        padding-bottom: 15px;
        font-size: 25px;
    }

    a.accordion_text {
        font-size: 15px;
    }

    .perk-price-container-inner {
        width: 100%;
    }
    .perk-price-offer {
        flex-direction: column;
        padding: 0px;
    }
    .perk-price-offer-l {
        width: 100%;
        min-width: 350px;
    }
    .perk-price-offer-r {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    h1#perk-title-bottom {
        font-size: 25px;        
        text-align: center;
    }
    #perk-msg-bottom {
        font-size: 20px;
        line-height: 25px;  
        text-align: justify      
    }
    #perk-msg-bottom > br {
        display: none;
    }

    p#hero-msg-three {
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        line-height: 25px;
        font-weight: normal;
        color: #ffffff !important;
        text-shadow: 2px 2px 4px #000000 !important;
        
    }

    .perk-calculator-container {
        flex-direction: column;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .perk-calculator-item {
        min-height: 250px;        
    }

    .perk-price-card {
        width: 300px;
    }

    /* PERK Slider */
    .perk-carousel-static {
        top: 15px;
        padding: 0px;
    }

    .hero-inner-container {
        padding-left: 30px;
    }
    p#hero-msg-one {
        color: white !important;
    }

    span#hero-msg-two {
        color: white !important;
    }
        
    .perk-carousel-static {
        /*top: 15px;*/
        top: 0px;
        padding: 0px;
    }

    .perk-carousel-static-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .perk-carousel-static-item {
        width: 100%;
    }

    .hero-inner-container {
        padding: 20px;
    }

    .hero-unito-left {
        /*padding-left: 0px !important;*/
        padding: 10px !important;
    }
    .hero-unito-right {        
        padding: 10px !important;
    }

    .perk-static-title-1 {
        font-size: 20px !important;
        text-align: center;
    }
    .perk-static-title-2 {
        font-size: 30px !important;
        text-align: center;
    }

    #perk-hero-inner-buttons {
        margin-top: 10px;
        text-align: center;
    }
    /* PERK Slider */

    a.btn.btn-perk-signup {
        width: 200px;
    }
    a.btn.btn-perk-login {
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: normal;
        line-height: 1.5em;
        height: 40px;
        width: 200px;
        background-color: #4DA6FF;
        color: #ffffff;        
    }

    p#perk-member-message {
        font-family: "Open Sans", sans-serif;
        font-size: 18px !important;
        font-weight: bold;
        color: white !important;
    }

}