﻿p {
    margin: 0;
}

.incentive-trip img {
    width: 100%;
}

.page1 p {
    padding: 20px 5%;
}

.hero-div {
    text-align: center;
}

.hero-caption {
    background-color: #eb6d45;
    color: #fff;
    font-size: 16px;
    padding: 15px 5%;
    font-weight: 400;
    line-height: 1.4em;
}

.howto {
    color: #fff;
    background-color: #4960a1;
    font-size: 1.2em;
    text-align: left;
    padding: 30px 5%;
}

    .howto h3 {
        text-transform: uppercase;
    }

    .howto ul li {
        margin-left: 40px;
        font-size: 16px;
    }

.example-header {
    color: #fff;
    background-color: #4960a1;
    font-size: 1.2em;
    text-align: left;
    padding: 15px 5%;
}



.points-table {
    text-align: center;
    font-size: 1.2em;
}

    .points-table p {
        text-align: left;
    }

    .points-table table {
        width: 70%;
        border-collapse: collapse;
        text-align: left;
        padding: 15px 5%;
        margin: 10px auto;
    }

    .points-table td, .points-table th {
        padding: 5px;
        text-align: center;
    }

    .points-table th {
        background-color: #4960a1;
        color: #FFF;
    }

.points-tbl thead th:first-child {
    border-radius: 15px 0 0 0;
}

.points-tbl td {
    border: solid 1px #DDD;
    border-collapse: collapse;
}

.points-tbl thead th:last-child {
    border-radius: 0 15px 0 0;
}

.points-tbl tbody {
    border: solid 1px #DDD;
    border-collapse: collapse;
}

    .points-tbl tbody td:first-child {
        border-radius: 0 0 0 15px;
    }

    .points-tbl tbody td:last-child {
        border-radius: 0 0 15px 0;
    }

.example-header div {
    font-size: 22px;
}

.example-header ul li {
    margin-left:30px;
}

.header-p {
    background-color: #33bed2;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    padding: 7px 0;
    margin-top: 8px;
}

.tp-example {
    text-align: center;
    padding: 15px 5%;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    background-color: #33bed2;
}

.example-header {
    margin: 0 auto;
    padding: 15px 5%;
    background-color: #eb6d45;
}


.trip-faq-div {
    border-top: solid 1px #cecece;
    padding-top: 20px;
    margin-top: 10px;
}

    .trip-faq-div h3 {
        font-size:18px; 
        font-weight: bold;
    }

    .trip-faq-div p {
        margin: 10px 0 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.4em;
    }

    .trip-faq-div ul {
        margin-left: 35px;
        margin-right: 10px;
    }

        .trip-faq-div ul li {
            font-size: 16px !important;
            line-height: 1.4em;
            padding-bottom: 5px;
        }

.terms-conditions {
    font-size: 12px !important;
}

.terms-conditions a {
    color: #000;
    text-decoration: underline;
}

.faq ul {
    margin: 0;
    padding: 0;
}

.amare-in-action {
    display: flex;
    margin: 15px auto;
}

    .amare-in-action h3 {
        color: #6B4084;
        font-size: 1.8em;
    }

.i-bold {
    font-weight: 800;
    font-style: italic;
}

.amare-in-action .left {
    width: 70%;
    font-size: 1.3em;
    margin: 3% 5% 0 5%;
}

.community-event {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.4em;
}

.community-image {
    width: 25%;
}

.tp-break {
    display: flex;
}

.rewards {
    display: flex;
}

.reward-details {
    width: 65%;
}

.resort-images {
    width: 25%;
}

    .resort-images img {
        margin: 15px 0;
    }

.tp {
    padding: 2% 6%;
}

    .tp ul {
        margin-left: 15%;
        font-size: 1.3em;
    }

.tpr-header {
    text-align: left;
    padding: 15px 5%;
    font-size: 2em;
    font-weight: 600;
    font-style: italic;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 auto;
    background-color: #eb6d45;
}

.top20points {
    margin-top: 15px;
    text-align: center;
}

.amare-in-action {
}

    .amare-in-action .aia-content {
        margin-top: 55px;
    }

        .amare-in-action .aia-content h3 {
            font-size: 24px;
            color: #eb6d45;
        }

        .amare-in-action .aia-content .aia-join {
            font-size: 22px;
            color: #4960a1;
            margin-top: 20px;
        }


.page2 {
    margin-top: 20px;
}

.sectionvideo iframe {
    width: 100%;
    height: 572px;
    padding-top: 5px;
}

@media (max-width : 767px) {
    .hero-caption {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .header-p {
        font-size: 16px;
        padding: 8px !important;
        line-height: 1.3em;
    }

    .howto {
    }

        .howto h3 {
            font-size: 16px;
        }

        .howto ul li {
            margin-left: 20px;
            font-size: 14px;
            line-height: 1.3em;
        }

    .top20points {
        margin-top: 0;
    }

    .amare-in-action {
        border-top: none !important;
        padding-top: 20px !important;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

        .amare-in-action .aia-content {
            margin-top: 0;
        }

            .amare-in-action .aia-content h3 {
                font-size: 22px;
            }

            .amare-in-action .aia-content .community-event {
                font-size: 14px;
            }

            .amare-in-action .aia-content .aia-join {
                font-size: 18px;
            }

    .points-table p {
        font-size: 14px;
        line-height: 1.3em;
    }

    .points-table .points-tbl
    {
        width: 100%;
    }

    .accomodations ul li {
        font-size:16px;
        line-height: 1.4em;
        padding-top: 6px;
    }

    .example-header div {
        font-size: 16px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .example-header ul li {
        margin-left:30px !important;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.4em;
    }

    .trip-faq-div p {
        margin-left: 10px;
        font-size: 14px;
        margin-bottom:10px;
    }

    .trip-faq-div ul li {
        margin-left: 10px;
        font-size: 14px !important;
    }

    .points-table {
        padding: 0 10px;
    }

    .resortimg {
        padding: 10px 10px 0 10px;
    }

    .accomodations {
        padding: 0 25px;
    }

    .tp-example-image {
        width: auto !important;
        padding: 0 10px;
    }

    .trip-faq-div h3 {
        padding: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-div {
        margin-top: 24px;
    }

    .sectionvideo iframe {
        height: 425px !important;
    }

    .amare-in-action .aia-content {
        margin-top: 5px;
        padding: 0 35px;
    }
}

@media (min-width : 1600px) {
    .trip-faq-div ul {
        margin-left: 5%;
    }
}

@media (max-width: 450px) {
    .sectionvideo iframe {
        height: 200px !important;
    }
}