 @font-face {
   font-family: "Designer";
   src: url('/htdocs/fonts/Designer.woff2') format('woff2'), url('/htdocs/fonts/Designer.woff') format('woff');
 }


 .main-content__container {
  margin-top:75px;
 }
 .main-content-banner__container {
 }

 .btn {
  border-radius:30px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  padding: 15px 25px;
  background-color:#ff9500;
  border:none;
  font-weight: 700;
  color:white;
  margin-bottom: 15px;
 }
 .btn-smaller {
  font-size: 16px;
  padding: 10px 20px;
 }
 .btn:hover,.btn:focus,.btn:active {
  border:none;
  background-color:#ff7800;
  box-shadow:none;
 }
 .main-button {
  font-family: 'Roboto', sans-serif;
  background-color:#ff9500;
  color:white;
  padding: 15px 25px;
  border-radius:30px;
  font-size:22px;
  font-weight: 700;
  border:none;
 }
 .main-button:hover,.main-button:focus,.main-button:active {
  border:none;
  background-color:#ff7800;
  box-shadow:none;
 }
 
 .corp-page-title {
   color:black;
   font-size:80px;
   line-height:80px;
   text-align:center;
   font-family: 'Designer', sans-serif;
   text-transform:uppercase;
   padding:20px 0px;
 }
 .corp-mid-header {
   color:black;
   font-size:24px;
   line-height:25px;
   font-family: 'Designer', sans-serif;
   text-transform:uppercase;
   padding: 20px 0px;
 }
 .corp-section-header {
   color:black;
   font-size:44px;
   line-height:44px;
   font-family: 'Designer', sans-serif;
   text-transform:uppercase;
   padding: 30px 0px;
 }

.corp-page-top-banner__title {
    color: black;
    font-family: 'Designer', sans-serif;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
    padding: 0 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 580px) {
    .corp-page-top-banner__title {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .corp-page-top-banner__title {
        font-size: 48px;
        line-height: 60px;
        margin-bottom: 36px;
    }
}

@media (min-width: 992px) {
    .corp-page-top-banner__title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 44px;
    }
}

 p {
   font-family: 'Roboto', sans-serif;
   font-size:20px;
 }

@media (max-width:992px) {
 .corp-page-title {
    font-size:55px;
    line-height:55px;
 }

 .corp-page-title-highlight {
   color:white;
   background:#1133bb;
   border-radius: 8px;
   padding: 8px 8px 2px 8px;
 }
}


/* pay plan */

.pay-plan-top-banner {
    min-height: 600px;
    background: url(/images/pay-plan-banner.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    /* margin-bottom: 60px; */
    margin: 0 auto 60px;
    max-height: 690px;
    max-width: 1400px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.pay-plan-top-banner-inner {
    padding: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .pay-plan-top-banner-inner {
        padding: 30px 30px 30px 30px;
    }
}

@media (min-width: 1150px) {
    .pay-plan-top-banner-inner {
        padding: 20px 50px 50px 50px;
    }
}

#payPlan .corp-page-top-banner__title {
        font-size: 24px;
        line-height: 26px;
}
@media (min-width: 500px) {
    #payPlan .corp-page-top-banner__title {
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 40px;
    }
}

@media (min-width: 768px) {
    #payPlan .corp-page-top-banner__title {
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 40px;
    }
}
@media (min-width: 992px) {
    #payPlan .corp-page-top-banner__title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 15px;
    }
}

.corp-page-top-banner__title-highlight--sm {
    position: relative;
    display: inline-block;
    background: #1133bb;
    color: white;
    font-family: 'Designer', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 4px 9px 0px 4px;
    z-index: 15;
}

.corp-page-top-banner__title-highlight--sm:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border-radius: 6px;
}

.corp-page-top-banner__title-highlight--sm:after {
    position: absolute;
    z-index: -1;
    content: "";
    right: -12px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border-radius: 6px;
}

 .pay-plan-table {
   width:98%;
   border-collapse: separate;
   border-spacing: 0;
   margin:0px auto;
   padding-bottom:25px;
 }
 .pay-plan-table th, .pay-plan-table td {
   font-size: 20px;
   text-align: center;
   font-family: 'Roboto', sans-serif;
 }

 .pay-plan-table th {
   background: none;
   color: #636363;
   font-weight: bold;
   font-size:17px;
   padding: 1.4rem;
   border:none;
   border-right:none !important;
   border-left:none;
 }

.pay-plan-table tbody tr:nth-of-type(even) {
    background-color: white;
}
.pay-plan-table tbody{
    border-radius: 6px;
    box-shadow: 0 0 0 1px #dcdcdc,0px 13px 5px 0px rgba(0, 0, 0,.1);
    background-color:white;
}
.pay-plan-tbody-green {
    box-shadow: 0 0 0 1px #dcdcdc,0px 13px 5px 0px rgba(0, 195, 137,.1) !important; // 1
}
.pay-plan-tbody-blue {
    box-shadow: 0 0 0 1px #dcdcdc,0px 13px 5px 0px rgba(17, 51, 187,.1) !important; // 1
}
.pay-plan-tbody-orange {
    box-shadow: 0 0 0 1px #dcdcdc,0px 13px 5px 0px rgba(255, 149, 0,.1) !important; // 1
}
.pay-plan-table td, .table th {
    vertical-align: top;
}
.pay-plan-table td {
    border:none;
    font-family: 'Designer', sans-serif;
    border-bottom: 1px solid #dcdcdc;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 15px 10px 15px;
}
.pay-plan-table td.pay-plan-table-left-header {
   font-family: 'Roboto', sans-serif;
   color:#404040;
   font-size:22px;
   font-weight:bold;
}
.pay-plan-table tbody tr:first-child td:first-child {
    -moz-border-radius: 6px 0 0 0 !important;
    border-radius: 6px 0 0 0 !important;
}
.pay-plan-table tbody tr:first-child td:last-child {
    -moz-border-radius: 0 6px 0 0 !important;
    border-radius: 0 6px 0 0 !important;
}
.pay-plan-table tr:last-child td:first-child {
    -moz-border-radius: 6px 0 0 6px !important;
    border-radius: 6px 0 0 6px !important;
}

 .save-money-top-banner-save
.pay-plan-table tr:last-child td:last-child {
    -moz-border-radius: 0 6px 6px 0 !important;
    border-radius: 0 6px 6px 0 !important;
}
.pay-plan-table tr td:last-child {
    border-right:none;
}
.pay-plan-table tr:nth-last-child(2) td{
    border-bottom:none;
}

.pay-plan-table tbody tr:last-child td:last-child{
    border-right:1px solid #3d3d3d;
}
.pay-plan-table tbody tr:last-child td:first-child{
    border-left:1px solid #3d3d3d;
}
.pay-plan-table tbody tr:last-child td{
    background-color:#efefef;
    border-top:1px solid #3d3d3d;
    border-bottom:1px solid #3d3d3d;
}

.pay-plan-tbody-green tr:last-child td:last-child{
    border-right:1px solid #01c289 !important;
}
.pay-plan-tbody-green tr:last-child td:first-child{
    border-left:1px solid #01c289 !important;
}
.pay-plan-tbody-green tr:last-child td{
    background-color:#e4f9f2 !important;
    border-top:1px solid #01c289 !important;
    border-bottom:1px solid #01c289 !important;
}
.pay-plan-tbody-blue tr:last-child td:last-child{
    border-right:1px solid #1133bb !important;
}
.pay-plan-tbody-blue tr:last-child td:first-child{
    border-left:1px solid #1133bb !important;
}
.pay-plan-tbody-blue tr:last-child td{
    background-color:#f3f5fc !important;
    border-top:1px solid #1133bb !important;
    border-bottom:1px solid #1133bb !important;
    color:#1133bb;
}

.pay-plan-tbody-orange tr:last-child td:last-child{
    border-right:1px solid #ff9500 !important;
}
.pay-plan-tbody-orange tr:last-child td:first-child{
    border-left:1px solid #ff9500 !important;
}
.pay-plan-tbody-orange tr:last-child td{
    background-color:#fff4e5 !important;
    border-top:1px solid #ff9500 !important;
    border-bottom:1px solid #ff9500 !important;
}

.pay-plan-table__container {
    margin:25px 0px;
}
.pay-plan-bubble-green {
    background-color:#e5f9f3;
    border: 1px solid #00c389;
    margin: 20px 0px;
    width:100%;
    border-radius:8px;
    border-left:6px solid #00c389;
    position:relative;
}
.pay-plan-bubble-blue {
    background-color:#eef1fa;
    border: 1px solid #1133bb;
    margin: 20px 0px;
    width:100%;
    border-radius:8px;
    border-left:6px solid #1133bb;
    position:relative;
}
.pay-plan-bubble-inner {
    padding:25px;
}
.pay-plan-bubble-img {
    position:absolute;
    top: 30px;
    left: -30px;
}
.pay-plan-bg-section {
    background-color:#f5f5f5;
    width:100%;
    padding:25px 0px;
    margin:20px 0px;
}
.pay-plan-vip-table {
    display:table;
}
.pay-plan-vip-cell {
    display:table-cell;
    text-align:center;
    padding-right:25px;
}
.pay-plan-vip-gen {
   font-family: 'Roboto', sans-serif;
   font-weight: bold;
   color:#636363;
}
.pay-plan-vip-amount {
   font-family: 'Designer', sans-serif;
   font-size:40px;
}
.pay-plan-leadership-chart {
   display:inline-block;
}
.pay-plan-leadership-cell {
   display:inline-block;
   background-color:white;
   border-radius: 8px;
   margin-right:25px;
   padding:15px 28px;
   color:#404040;
   font-family: 'Roboto', sans-serif;
   font-size:22px;
   font-weight:500;
   border:1px solid #dcdcdc;
   margin-bottom:25px;
   box-shadow: 0px 13px 30px 0px rgba(0, 0, 0, 0.06);
}
.pay-plan-leadership-rank {
   display:inline-block;
}
.pay-plan-leadership-per {
   font-family: 'Designer', sans-serif;
   font-size:22px;
   padding-left:50px;
   color:black;
   display:inline-block;
}
 
/* our missing */

    .our-mission-top-banner {
        position: relative;
        width: 100%;
        background-image: url(/images/our-mission-banner.png);
        background-size: cover;
        background-repeat: no-repeat;
}

.our-mission-top-banner-inner {
    padding: 30px 10px 30px 10px;
    width: 100%;
}
@media (min-width: 620px) {
    .our-mission-top-banner {
       min-height:300px;
    }
    .our-mission-top-banner-inner {
        padding: 50px 30px 30px 30px;
    }
}
@media (min-width: 768px) {
    .our-mission-top-banner {
       min-height:600px;
    }
    .our-mission-top-banner-inner {
        padding: 120px 30px 30px 30px;
    }
}

@media (min-width: 1150px) {
    .our-mission-top-banner-inner {
        padding: 130px 50px 50px 50px;
    }
}

.our-mission-top-banner-outer-title-container {
    margin-bottom: 20px;
}

.our-mission-top-banner-title {
    color: black;
    font-size: 27px;
    font-family: 'Designer', sans-serif;
    line-height: 1;
    text-transform: uppercase;
}

@media (min-width: 540px) {
    .our-mission-top-banner-title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .our-mission-top-banner-title {
        font-size: 60px;
    }
}

.corp-page-title-highlight-point--sm {
    position: relative;
    display: inline-block;
    background: #1133bb;
    color: white;
    font-family: 'Designer', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    margin-left: 16px;
    padding: 12px 9px 10px 4px;
    z-index: 15;
}

.corp-page-title-highlight-point--sm:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    border-radius: 6px;
}

.corp-page-title-highlight-point--sm:after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/images/corp-page-title-highlight-point.png);
    background-repeat: no-repeat;
    background-size: 40px 46px;
}

.our-mission-top-banner-title__upper {
    display: inline-block;
    font-size: 18px;
    margin-right: 6px;
    vertical-align: top;
}

@media (min-width: 768px) {
    .our-mission-top-banner-title__upper {
        display: inline-block;
        font-size: 28px;
        margin-right: 8px;
    }
}


.our-mission-top-banner-title__lower {
    display: inline-block;
    font-size: 18px;
    margin-left: 6px;
}

@media (min-width: 768px) {
    .our-mission-top-banner-title__lower {
        display: inline-block;
        font-size: 28px;
        margin-left: 8px;
    }
}

.our-mission-top-banner-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.our-mission-top-banner-title-stacked-text--sm {
    font-size: 18px;
    margin-left: 10px;
    line-height: 1;
}


@media (min-width: 768px) {
    .our-mission-top-banner-title-stacked-text--sm {
        font-size: 28px;
    }
}

.our-mission-top-banner-bullet-points {
    font-size: 16px;
    font-weight: 600;
    list-style-type: none;
    padding-left: 0;
    width:210px;
}

@media (min-width: 620px) {
    .our-mission-top-banner-bullet-points  {
        width:100%;
    }
}

@media (min-width: 700px) {
   li.our-mission-top-banner-bullet-point,li.our-mission-top-banner-bullet-point-sunburst {
       font-size: 20px;
   }
}
.our-mission-top-banner-bullet-point {
    display: inline-block;
}


@media (min-width: 768px) {
    .our-mission-top-banner-bullet-point {
        display: inline-block;
    }
}

.our-mission-top-banner-bullet-point-sunburst {
    /* display: none; */
    display: inline-block;
    color: #f19a38;
}

@media (min-width: 768px) {
    .our-mission-top-banner-bullet-point-sunburst {
        display: inline-block;
        margin: 0 10px;
    }
}


 #our-mission img {
  max-width:100%;
 }
 .our-mission-top {
  padding: 25px 0px;
 }
 .text--green {
   color:#00c389;
 }
 .our-mission-ceo-header {
   font-size:22px;
   font-family: 'Roboto', sans-serif;
   font-weight:bold;
 }
 .our-mission-name {
   font-family: 'Designer', sans-serif;
   padding-bottom:20px;
   font-size:25px;
 }
 .our-mission-ceo-img {
   padding-bottom:25px;
 }

/* index*/

 .index-top {
  text-align:center;
 }
 .index-tri-section {
  width:100%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap:wrap;
  align-items: center;
 }
 .index-tri-border {
  width:1px;
  background-color:#e5e5e5;
  height:126px;
 }
 .index-tri-mid {
 }
 .index-tri-right {
 } 
 .index-tri-cell {
  padding-bottom:30px;
 }
 .index-tri-cell-inner {
  width:250px;
 }
 .index-tri-top {
  color:#636363;
  font-family: 'Roboto', sans-serif;
  font-weight:bold; 
  font-size:20px;
  text-transform:uppercase;
  text-align:left;
 }
 .index-tri-num {
  color:#000000;
  font-family: 'Roboto', sans-serif;
  font-weight:900;
  font-size:60px;
  line-height:60px;
  text-align:left;
 }
 .index-tri-label {
  font-family: 'Designer', sans-serif;
  font-weight:bold;
  text-transform:uppercase; 
  font-size:22px;
  text-align:left;
 }
 .index-tri-label .corp-page-title-highlight {
  padding-top:3px;
 }
 .index-tri-green {
  background-color:#07bf89;
 }
 .index-tri-orange {
  background-color:#ff9500;
 }


@media (max-width:992px) {
 .index-tri-2 {
  display:none;
 }
}
@media (max-width:768px) {
 .index-tri-1 {
  display:none;
 }
}


/* save money page */

.save-money-top-banner {
 position:relative;
 width:100%;
 background-image: url("/images/save-money-top-banner.jpg");
 background-size:cover;
 min-height: 600px;
 background-repeat:no-repeat;
}
.save-money-top-banner-inner {
 width:660px;
 padding: 130px 50px 50px 50px;
}
.save-money-top-banner .save-money-top-banner-title-1 {
 margin-top:20px;
 margin-left:15px;
 font-size:50px;
}
.save-money-top-banner-save, .save-money-top-banner-save img {
 max-width:100%;
}
.save-money-top-banner-title-1 {
   font-family: 'Designer', sans-serif;
   text-transform:uppercase;
}
.save-money-top-banner-title-2 {
   font-size:60px;
   font-family: 'Designer', sans-serif;
   text-transform:uppercase;
   color:black;
}
.save-money-top-banner-text {
   padding-right:20px;
}
#save-money-main {
   padding-top:30px;
}
.save-club-logo-row {
   overflow-x:scroll;
   white-space: nowrap;
   margin-left:-50px;
   padding-bottom:25px; 
}
.save-club-logo-circle {
   width:150px;
   height:150px;
   border-radius: 50%;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.07);
   text-align:center;
   display:inline-block;
   margin-right:10px;
}
.save-club-logo-circle-inner {
   vertical-align:middle;
   text-align:center;
   display:table-cell;
   height:150px;
   width:150px;
}
.save-club-logo-circle img{
   max-width:50%;
   max-height:50%;
}
.save-club-dining-section {
   background: #f5f5f5 url("/images/save-money-dining-bg.jpg") no-repeat;
   background-position: bottom;
   padding-bottom:25px;
}
.save-club-shopping-section {
   background: #f5f5f5 url("/images/save-money-shopping-bg.jpg") no-repeat;
   background-position: bottom;
   padding-bottom:25px;
}
.save-club-travel-section {
   background: #ffffff url("/images/save-money-travel-bg.jpg") no-repeat;
   background-position: bottom;
   padding-bottom:25px;
}

.save-money-savings-row {
   position:relative;
   width:100%;
   border-radius:8px;
   background-color: white;
   border: 1px solid #dbdbdb;
   height: 120px;
   margin-bottom:15px;
}
.save-money-savings-row:hover {
   border-color: rgb(17, 51, 187);
   box-shadow: 0px 8px 15px 0px rgba(17, 51, 187, 0.18);
}
.save-money-savings-row:hover .save-money-savings-row-button span {
   background-color:#00c389;
   color:white;
}
.save-money-savings-row:hover .save-money-savings-row-like {
   background-color:rgb(17, 51, 187); 
   color:white;
} 
.save-money-savings-row-inner {
   height:118px;
   width:100%;
   padding: 7px;
   display:table;
}
.save-money-savings-row-logo {    
   display:table-cell;
   background-color: #f5f5f5;
   border-radius:8px;
   width:200px;
   text-align:center;
   height:104px;
   vertical-align:middle;
}

.save-money-savings-row-logo img{
   max-height:70px;
   max-width:90%;
}
.save-money-savings-row-text {
   display:table-cell;
}
.save-money-savings-row-text-inner {
   display:table;
   width:100%;
   height:100%;
}
.save-money-savings-row-name {
   display:table-cell;
   font-family: 'Designer', sans-serif;
   font-size: 20px;
   line-height:20px;
   vertical-align:middle;
   padding-left:20px;
}
.save-money-savings-row-name span {
   font-size: 20px;
   color:#1133bb;
   padding-left:15px;
   font-family: 'Roboto', sans-serif;
   line-height:20px;
   padding-bottom:3px;
}
.save-money-savings-row-savings {
   display:table-cell;
   vertical-align:middle;
   font-size: 25px;
   line-height 25px;
   color:#fd9400;
   font-family: 'Designer', sans-serif;
   line-height:20px;
   width:30%;
   padding-right:10px;
   padding-left:10px
}
.save-money-savings-row-savings span {
  font-family: 'Roboto', sans-serif;   
  font-size: 16px;
}

.save-money-savings-row-button {
   display:table-cell;
   vertical-align:middle;
   margin-right:20px;
   width:215px;
}
.save-money-savings-row-button span {
  font-size: 20px;
  color:#00c389;
  font-weight:700;
  line-height:20px;
  border: 1px solid #e0e0e0;
  padding: 15px 25px;
  border-radius:30px;
  background-color:white;
  margin-right:20px;
}
.save-money-savings-row-like {
  position:absolute;
  top:-15px;
  left:-15px;
  width:30px;
  height:30px;
  background-color:white;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  color:black;
  border-radius:30px;
  text-align:center;
  line-height:32px;
  font-size:16px;
}
.save-club-travel-boxes {
  display:flex;
  flex-flow: row wrap;
  justify-content: center;
  width:100%;
  gap: 35px; 
} 

.save-club-travel-box {
  width:350px;
  background-color:white;
  box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.12);
  border-radius:10px;
  margin-bottom:30px;
}
.save-club-travel-box-image {
  padding:8px;
}
.save-club-travel-box-image img {
  max-width:100%;
}
.save-club-travel-box-title {
  padding: 8px 25px;
  font-size:22px;
  font-weight:bold;
  line-height:26px;
  height:100px;
}

.save-club-travel-box-sub-title {
  padding: 8px 25px;
  font-size:16px;
  color:#636363;
}
.save-club-travel-box-sub-title-city {
  display:inline-block;
  width:45%;
  text-align:left;
}
.save-club-travel-box-sub-title-zone {
  display:inline-block;
  width:45%;
  text-align:right;
}
.save-club-travel-box-line {
  background-color:#d9d9d9;
  width:100%;
  height:1px;
  margin:8px 0px;
}
.save-club-travel-box-amenities {
  padding: 8px 25px;
  font-weight:500;
  color:#636363;
}
.save-club-travel-box-rating {
  padding: 8px 25px;
  font-weight:bold;
  color:#404040;
}
.save-club-travel-box-rating i {
  color:#ffc201;
}
.save-club-travel-box-rating span{
 font-weight:normal;
 padding-left:5px;
}
.save-club-travel-box-alt {
  padding: 8px 25px;
  font-size:16px;
  color:#636363;
}
.save-club-travel-box-alt-hotel {
  display:inline-block;
  width:50%;
  text-align:left;
  color: #1133bb;
}
.save-club-travel-box-alt-orbitz {
  display:inline-block;
  width:45%;
  text-align:right;
  color: #1133bb;
}
.save-club-travel-box-alt-orbitz span, .save-club-travel-box-alt-hotel span {
  font-weight:bold;
  color:#404040;
}
.save-club-travel-box-deal {
  margin:8px;
  background-color:#fff4e5;
  width:334px;
  border-radius:8px;
  height:90px;
}
.save-club-travel-box-deal-inner {
  padding:20px 17px;
}
.save-club-travel-box-deal-price {
  color:#ff9500;
  font-weight:900;
  font-size:24px;
}
.save-club-travel-box-deal-price span{
  font-weight:normal;
  font-size:18px;
  color:#404040;
  text-transform:uppercase;
  font-style:italic;
}
.save-club-travel-box-deal-includes {
  color:#636363;
  font-size:16px;
  font-weight:300;
}
@media (max-width:1150px) {
 .save-money-top-banner-inner {
  width:100%;
  padding: 120px 30px 30px 30px;
 }
 .save-money-top-banner-save, .save-money-top-banner-title-1 {
  display:inline-block;
 }
 .save-money-top-banner-save img {
  margin-top:-42px;
 }
 .save-money-top-banner-title-1 {
  margin-left:10px;
  margin-top:40px;
 }
 .save-money-top-banner-save {
  width:320px;
 }
 .save-money-top-banner-text { 
  width:50%;
 }
}
@media (max-width:992px) {
 .save-money-savings-row-logo {
   width:150px;  
 }
 .save-money-savings-row-name {
   font-size:18px;
 }
 .save-money-savings-row-button {
   margin-right:10px;
   width:180px;
 }
 .save-money-savings-row-button span{
   font-size:16px;
 }
 .save-money-savings-row-name span {
   display:block;
   padding-left:0px;
 }
 .save-money-savings-row-savings {
   font-size:20px;
 }
}
@media (max-width:768px) {
 .save-club-logo-circle,.save-club-logo-circle-inner {
   width:75px;
   height:75px;
 }
 .save-money-top-banner-inner {
  width:100%;
 }
 .save-money-top-banner-save {
  padding-top:80px;
  width:260px;
 }
 .save-money-top-banner-save, .save-money-top-banner-title-1 {
  display:block;
 }
 .save-money-top-banner .save-money-top-banner-title-1 {
  font-size:40px;
 }
 .save-money-top-banner-text {
  width:90%;
 }
 .save-money-top-banner-title-2 {
   font-size:40px;
 }
 .save-money-top-banner .corp-page-title-highlight-point:after {
    width: 41px;
    background-image: url(/images/corp-page-title-highlight-point.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
 }
 .save-money-savings-row {
    height: 142px;
 }
 .save-money-savings-row-logo {
   height:128px;
   width:150px;
 }
 .save-money-savings-row-name {
   display:inline-block;
   font-size:16px;
   width:60%;
   padding-top:10px;
 }
 .save-money-savings-row-button {
   display: block;
   margin-right: 10px;
   width: auto;
   margin-top: 20px;
   text-align: center;
 }
 .save-money-savings-row-button span {
   margin-right:0px;
   padding:10px 15px;
 }
 .save-money-savings-row-savings {
   display:inline-block;
   width:auto;
   padding-top:10px;
 }
}
@media (max-width:500px) {
 .save-money-savings-row {
   height:200px;
 }
 .save-money-savings-row-logo {
   height:184px;
 }
 .save-money-savings-row-name {
   display:inline-block;
   font-size:18px;
   width:100%;
   padding-top:10px;
   text-align:center;
   padding-bottom:5px;
   padding-left:0px;
 } 
 .save-money-savings-row-savings {
   width:100%;
   text-align:center;
   padding-bottom:5px;
 }
}

/* join page */

.join-top {
  text-align:center;
  padding:20px 0px;
}
.join-top .corp-page-title-highlight-point {
  font-size:40px;
  font-family:'Designer', serif;
}
.join-top-text {
  font-size:60px;
  font-family:'Designer', serif;
  line-height: 50px;
  padding-top: 20px;
}
.join-top p{
  line-height: 25px;
}
