@import "reset.css";
/*//---------HEADER/FOOTER--------------//*/
header {
  display: block;
  margin: 15px 0;
}
footer {
  display: block;
  background: #EBF5FF;
}
header img, footer img {
  display: block;
  margin: 0 auto;
}
/*//---------LOYALTY GLOBALS----------//*/
body {
  background: url(img/bg/cloud-bg.jpg) repeat-x -10% 0 #ffffff;
  font-family: arial, helvetica, sans-serif;
}
.main {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #6496ba;
  -moz-box-shadow: 0 0 10px #6496ba;
  box-shadow: 0 0 10px #6496ba;
  width: 920px;
  padding: 20px;
  margin: 10px auto 20px;
}
.hero {
  margin-bottom: 20px;
}
.hero h1 {
  color: #034f8d;
    font-size: 30px;
    font-family: tempo, Arial, sans-serif;
  text-transform: uppercase;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.39);
  margin-bottom: 20px;
  font-weight:bold;
}
.hero h1 small {
  display: block;
  color: #d71a36;
  font-size: 20px;
  font-family: tempo, Arial, sans-serif;
}
.hero .enroll-btn {
  display: block;
  width: 172px;
  height: 38px;
  text-indent: -9999px;
  background: url(img/btn/enroll-activate.png) no-repeat 0 0;
  outline: none;
}
.facebook-like-btn {
  height: 29px;
  margin-bottom: 20px;
}
.faqcontent {
  width: 680px;
  float: right;
}
.faqcontent .section {
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.faqcontent h2 {
  font: bold 22px/30px arial;
  margin-bottom: 15px;
  color: #034f8d;
}
.faqcontent h3 {
  font: bold 18px/30px arial;
  margin-bottom: 25px;
  color: #034f8d;
}
.faqcontent h4 {
  font: bold 18px arial;
  color: #d71a36;
  margin-bottom: 5px;
}
.faqcontent p {
  font: 13px/20px arial;
  color: #5f6062;
  margin-bottom: 20px;
}
.sidebar {
  width: 210px;
  float: left;
}
.sidebar img { margin:0; }
.sidebar .section {
  margin-bottom: 25px;
  position: relative;
}
.sidebar .loyalty-nav {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #f0f6ff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3f0ff), color-stop(1, #f6f9ff));
  background: -ms-linear-gradient(bottom, #e3f0ff, #f6f9ff);
  background: -moz-linear-gradient(center bottom, #e3f0ff 0%, #f6f9ff 100%);
  -webkit-box-shadow: inset 0 1px 3px rgba(7, 68, 126, 0.28);
  -moz-box-shadow: inset 0 1px 3px rgba(7, 68, 126, 0.28);
  box-shadow: inset 0 1px 3px rgba(7, 68, 126, 0.28);
  font: bold 13px tempo;
  text-transform: uppercase;
  padding: 12px 0;
}
.sidebar .loyalty-nav li {
  border-bottom: 1px dotted #99bbdb;
  margin: 0 20px;
  position: relative;
}
.sidebar .loyalty-nav li.last-child {
  border-bottom: 0 none;
}
.sidebar .loyalty-nav li.overview a {
  background: url(img/icon/overview-sprite.png) no-repeat 0 4px;
}
.sidebar .loyalty-nav li.benefits a {
  background: url(img/icon/benefits-sprite.png) no-repeat 0 4px;
}
.sidebar .loyalty-nav li.how a {
  background: url(img/icon/how-sprite.png) no-repeat 0 4px;
}
.sidebar .loyalty-nav li.special a {
  background: url(img/icon/special-sprite.png) no-repeat 0 4px;
}
.sidebar .loyalty-nav li.faq a {
  background: url(img/icon/faq-sprite.png) no-repeat 0 4px;
}
.sidebar .loyalty-nav li a {
  text-decoration: none;
  color: #0074c9;
  padding: 8px 0 8px 31px;
  display: block;
}
.sidebar .loyalty-nav li.active {
  border-bottom: 0 none;
  background: #fff;
  margin-right: 0;
  margin-left: 13px;
  margin-top: -1px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
}
.sidebar .loyalty-nav li.active a {
  padding-left: 38px;
  color: #d71a36;
  background-position: 7px -31px;
}
.sidebar h2 {
  font: 18px tempo;
  color: #034f8d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar h2 span {
  color: #d71a36;
}
.sidebar div.faq ul {
  margin-bottom: 15px;
}
.sidebar div.faq li {
  border-bottom: 1px solid #ebf1f8;
}
.sidebar div.faq li.last-child {
  border-bottom: 0 none;
}
.sidebar div.faq li a {
  display: block;
  padding: 7px 25px;
  background: url(img/icon/cir-right.png) no-repeat 0 6px;
  color: #034f8d;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
}
.sidebar div.faq li a:hover {
  text-decoration: underline;
}
.sidebar div.faq .see-all {
  width: 88px;
  height: 21px;
  display: block;
  text-indent: -9999px;
  background: url(img/btn/see-all-faqs.png) no-repeat 0 0;
}
.lt-ie9 .sidebar .loyalty-nav {
  box-shadow: 0 0 3px #7999b8;
}
.lt-ie9 .sidebar .loyalty-nav li.active {
  box-shadow: -2px 0 2px #cccccc;
  margin-right: -2px;
}
/*//----------------- OVERVIEW SPECIFIC ----------------------//*/
#overview .hero {
  height: 275px;
  position: relative;
  /*background: url(img/bg/overview-hero.jpg) no-repeat 0 0;*/
}
#overview .hero .enroll-btn {
  display: block;
  width: 103px;
  height: 38px;
  text-indent: -9999px;
  background: url(img/btn/join.png) no-repeat 0 0 !important;
  outline: none;
    position: absolute;
}
#overview .hero  .login-btn {
    display: block;
  width: auto;
  height: 38px;
  text-indent: -9999px;
  background: url(img/btn/login.png) no-repeat 0 0;
  outline: none;
    margin-left: 113px;
}
#overview .hero .left-content {
  padding: 40px 0 0 35px;
  width: 350px;
    position: absolute;
}
#overview .hero .right-content {
  width: 600px;
  height: 325px;
  position: absolute;
  top: 15px;
  right: 27px;
  background: url(img/bg/overview-video-ph.png) no-repeat 0 0;
}
#overview .hero .right-content .ytplayer-default {
  width: 422px;
  height: 263px;
  position: absolute;
  top: 34px;
  right: 29px;
}

#overview .faqcontent .vifp img {
  float: right;
  margin: 25px 50px;
}
#overview .faqcontent .vifp .left-content h2 {
  display: inline-block;
}
#overview .faqcontent .vifp .left-content p {
  display: inline-block;
}
#overview .faqcontent .rewards ul {
  clear: both;
  overflow: hidden;
}
#overview .faqcontent .rewards li {
  float: left;
  width: 210px;
  margin-right: 25px;
  text-align: center;
}
#overview .faqcontent .rewards li.last-child {
  margin-right: 0;
}
#overview .faqcontent .rewards li img {
  margin-bottom: 5px;
}
#overview .faqcontent .rewards li p {
  font-size: 12px;
  line-height: 18px;
}
#overview .faqcontent .benefits ul {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
#overview .faqcontent .benefits li {
  float: left;
  width: 23%;
  height: 60px;
  padding: 85px 5% 0;
  border-right: 1px solid #e5edf3;
  border-bottom: 1px solid #e5edf3;
  text-align: center;
  background: url(img/bg/benefits-tile-grad.gif) repeat-x 0 bottom;
  font: bold 14px/18px arial;
  color: #5f6062;
  background-repeat: no-repeat;
  background-position: center 15px;
}
#overview .faqcontent .benefits li.reservations, #overview .faqcontent .benefits li.sale {
  border-right: 0 none;
}
#overview .faqcontent .benefits li.credits, #overview .faqcontent .benefits li.gifts, #overview .faqcontent .benefits li.sale {
  border-bottom: 0 none;
}
#overview .faqcontent .benefits li.stateroom {
  background-image: url(img/icon/benefits-stateroom-icon.png);
}
#overview .faqcontent .benefits li.guests {
  background-image: url(img/icon/benefits-guests-icon.png);
}
#overview .faqcontent .benefits li.reservations {
  background-image: url(img/icon/benefits-reservations-icon.png);
}
#overview .faqcontent .benefits li.credits {
  background-image: url(img/icon/benefits-credits-icon.png);
}
#overview .faqcontent .benefits li.gifts {
  background-image: url(img/icon/benefits-gifts-icon.png);
}
#overview .faqcontent .benefits li.sale {
  background-image: url(img/icon/benefits-sale-icon.png);
}
#overview .faqcontent .benefits a.arrow-right {
  float: right;
  display: inline-block;
  padding-left: 20px;
  font: bold 12px arial;
  color: #0074c9;
  text-decoration: none;
  margin-right: 15px;
  background: url(img/icon/cir-right.png) no-repeat 0 0;
}
/*//----------------- BENEFITS TABLE SPECIFIC ----------------------//*/
#benefits .hero, #specialoffers .hero {
  height: 205px;
  padding-top: 0px;
  /*background: url(img/bg/benefits-hero.jpg) no-repeat 0 0;*/
  text-align: center;
  clear: both;
  position:relative;
}
#benefits .hero .left-content, #specialoffers .hero .left-content{position:absolute;top:42px;width:100%;left: 0px;}

#benefits .hero .login-btn, #specialoffers .hero .login-btn{
  display: block;
  width: 102px;
  height: 38px;
  background: url(img/btn/login.png) no-repeat 0 0;
  text-indent: -9999px;
  outline: none;
  float: left;
}


#benefits .hero .join-btn, #specialoffers .hero .join-btn{
  display: block;
  width: 102px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  float: left;
  background: url(img/btn/join.png) no-repeat 0 0;
  margin-right: 5px;
   margin-left: 310px;
}

#benefits .faqcontent table.benefits {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #555;
}
#benefits .faqcontent table.benefits .badges th {
  border-top: 1px solid #c8d2dc;
  border-left: 1px solid #e6ebf0;
  padding: 5px;
  text-align: center;
}
#benefits .faqcontent table.benefits .badges th img {
  width: 58px;
}
#benefits .faqcontent table.benefits .badges th.label {
  width: 400px;
  border-left: 0 none;
  border-top: 0 none;
}
#benefits .faqcontent table.benefits .badges th.blue {
  border-left-color: #c8d2dc;
}
#benefits .faqcontent table.benefits .badges th.diamond {
  border-right: 1px solid #c8d2dc;
}
#benefits .faqcontent table.benefits .titles th {
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #c8d2dc;
  border-bottom: 1px solid #c8d2dc;
  border-left: 1px solid #e6ebf0;
  text-transform: uppercase;
}
#benefits .faqcontent table.benefits .titles th small {
  font-weight: normal;
  display: block;
  text-transform: none;
}
#benefits .faqcontent table.benefits .titles th.label {
  padding: 8px 15px;
  text-align: left;
  color: #034f8d;
  background: #f5f9fe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ecf3fe), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #ecf3fe, #ffffff);
  background: -moz-linear-gradient(center bottom, #ecf3fe 0%, #ffffff 100%);
  border-left-color: #c8d2dc;
  text-transform: none;
}
#benefits .faqcontent table.benefits .titles th.blue {
  background: #007fc8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0062bc), color-stop(1, #009bd5));
  background: -ms-linear-gradient(bottom, #0062bc, #009bd5);
  background: -moz-linear-gradient(center bottom, #0062bc 0%, #009bd5 100%);
}
#benefits .faqcontent table.benefits .titles th.red {
  background: #cb1117;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ac0609), color-stop(1, #ec1c27));
  background: -ms-linear-gradient(bottom, #ac0609, #ec1c27);
  background: -moz-linear-gradient(center bottom, #ac0609 0%, #ec1c27 100%);
}
#benefits .faqcontent table.benefits .titles th.gold {
  background: #e8ba2e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3ae26), color-stop(1, #ebc535));
  background: -ms-linear-gradient(bottom, #e3ae26, #ebc535);
  background: -moz-linear-gradient(center bottom, #e3ae26 0%, #ebc535 100%);
}
#benefits .faqcontent table.benefits .titles th.platinum {
  background: #a8aaad;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9a9ca0), color-stop(1, #b7b8bb));
  background: -ms-linear-gradient(bottom, #9a9ca0, #b7b8bb);
  background: -moz-linear-gradient(center bottom, #9a9ca0 0%, #b7b8bb 100%);
}
#benefits .faqcontent table.benefits .titles th.diamond {
  border-right: 1px solid #c8d2dc;
  color: #333;
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
}
#benefits .faqcontent table.benefits tbody td {
  border-left: 1px solid #e6ebf0;
  border-bottom: 1px solid #e6ebf0;
  padding: 12px;
  text-indent: -9999px;
}
#benefits .faqcontent table.benefits tbody td.label {
  border-left-color: #c8d2dc;
  padding: 12px 15px;
  text-indent: 0;
}
#benefits .faqcontent table.benefits tbody td.diamond {
  border-right: 1px solid #c8d2dc;
}
#benefits .faqcontent table.benefits tbody td.checked {
  background: url(img/icon/check-grey.png) no-repeat center center;
}
#benefits .faqcontent table.benefits tbody .last-child td {
  border-bottom-color: #c8d2dc;
}
/*----------------- end Benefits page-------*/

.loyalty-nav .icon
{
    float: left;
    height: 30px;
    overflow: hidden;
    padding: 4px 0 0 1px;
    position: absolute;
}
.loyalty-nav li.active .icon img{ margin: -35px 0 0 6px !important;}

/*---FAQs specific-----*/
#faqs .hero, #howitworks .hero {
  height: 205px;
  padding-top: 0px;
  /*background: url(img/bg/benefits-hero.jpg) no-repeat 0 0;*/
  text-align: center;
  clear: both;
  overflow: hidden;
  position:relative;
}
#faqs .hero .left-content, #howitworks .hero .left-content{position:absolute;top:42px;width:100%;left: 0px;}

#faqs .hero .login-btn, #howitworks .hero .login-btn {
  display: block;
  width: 102px;
  height: 38px;
  background: url(img/btn/login.png) no-repeat 0 0;
  text-indent: -9999px;
  outline: none;
  float: left;
}


#faqs .hero .join-btn, #howitworks .hero .join-btn {
  display: block;
  width: 102px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  float: left;
  background: url(img/btn/join.png) no-repeat 0 0;
  margin-right: 5px;
   margin-left: 310px;
}

#faqs .faqcontent .title {
    color: #0074C9;
    font-size: 21px;
    font-weight: bold;
    font-family: tempo, Arial, sans-serif;
    margin-bottom: 20px;
}
#faqs .faqbox ul#listing {
    display: block;
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
}
#faqs .faqbox ul#listing li {
    background: url("/common/CCLUS/images/FAQ/blue-arrow.gif") no-repeat scroll left 4px transparent;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 10px;
}
#faqs .faqbox ul#listing li a, #faqs .faqbox #qablock .block span.question {
    color: #006CC4;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
#faqs .faqbox #qablock .block {
    padding: 15px 15px 5px;
}
#faqs .faqbox #qablock .block span.top {
    display: inline-block;
    float: right;
}
#faqs .faqbox #qablock .block span.top a {
    color: #D51F36;
    font-size: 12px;
    text-decoration: none;
}
#faqs .search-line *, #faqs .faqbox #qablock .block span.top img {
    vertical-align: middle;
}
#faqs .faqbox #qablock .block span.question {
    background: url("/common/CCLUS/images/FAQ/Q.gif") no-repeat scroll left top transparent;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    padding-left: 22px;
    width: 90%;
}
#faqs .faqbox ul#listing li a, #faqs .faqbox #qablock .block span.question {
    color: #006CC4;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
#faqs .faqbox #qablock .block span.answer {
    background: url("/common/CCLUS/images/FAQ/A.gif") no-repeat scroll left 2px transparent;
    clear: both;
    color: #4F4E4E;
    display: block;
    font-size: 12px;
    padding-left: 22px;
}
#faqs .faqbox #qablock .block span.answer p {
    line-height: 20px;
    padding-bottom: 15px;
}
#faqs .faqbox #qablock .block span.answer p b, #faqs .faqbox #qablock .block span.answer p strong {
    color: #4F4E4E !important;
    display: inline !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    margin: 0 !important;
}
#faqs .faqbox #loading {
    display: block;
    padding: 30px 0;
    text-align: center;
}
#faqs .faqbox ul#listing li.resultcount {
    background: none repeat scroll 0 0 transparent;
    color: #D51F36;
    font-size: 12px;
    padding: 0;
}
#sidebar .topic-block ul li a:hover,#faqs .faqbox #qablock .block span.answer a:hover,#faqs .faqbox ul#listing li a:hover{text-decoration:underline;}
/*--end faqs----*/
/*//----------------- HOW IT WORKS SPECIFIC ----------------------//*/




#howitworks .faqcontent h2 {
  margin-bottom: 25px;
}
#howitworks .faqcontent h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
#howitworks .faqcontent h3 span {
  color: #d71a36;
}
#howitworks .faqcontent .section {
  margin-bottom: 25px;
  font-size: 13px;
}
#howitworks .faqcontent .section p {
  margin-bottom: 10px;
}
#howitworks .faqcontent .section a {
  color: #0074c9;
  text-decoration: none;
}
#howitworks .faqcontent .section a:hover {
  text-decoration: underline;
}
#howitworks .faqcontent .section.cruise img {
  float: left;
}
#howitworks .faqcontent .section.cruise .copy {
  float: right;
  width: 335px;
  padding-top: 15px;
}
#howitworks .faqcontent .section.earn .copy {
  float: left;
  width: 290px;
  padding-top: 20px;
}
#howitworks .faqcontent .section.earn .ccl-widget {
  float: right;
  position: relative;
  width: 390px;
  height: 265px;
  background: url(img/bg/howitworks-video-ph.jpg) no-repeat 0 0;
}
#howitworks .faqcontent .section.earn .ccl-widget #ytplayer {
  position: absolute;
  top: 29px;
  left: 30px;
  width: 331px;
  height: 206px;
}
#howitworks .faqcontent .section.get h3 {
  margin-bottom: 15px;
  text-align: center;
}
#howitworks .faqcontent .section.get p {
  /*text-align: center;*/
}
#howitworks .faqcontent .section.get table {
  width: 100%;
  margin-bottom: 20px;
}
#howitworks .faqcontent .section.get table tfoot td {
  width: 20%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
#howitworks .faqcontent .section.get table tfoot td div {
  text-align: center;
  padding: 7px 0;
}
#howitworks .faqcontent .section.get table tfoot td div.blue {
  background: #007fc8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0062bc), color-stop(1, #009bd5));
  background: -ms-linear-gradient(bottom, #0062bc, #009bd5);
  background: -moz-linear-gradient(center bottom, #0062bc 0%, #009bd5 100%);
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  border-radius: 0 0 0 8px;
}
#howitworks .faqcontent .section.get table tfoot td div.red {
  background: #cb1117;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ac0609), color-stop(1, #ec1c27));
  background: -ms-linear-gradient(bottom, #ac0609, #ec1c27);
  background: -moz-linear-gradient(center bottom, #ac0609 0%, #ec1c27 100%);
}
#howitworks .faqcontent .section.get table tfoot td div.gold {
  background: #e8ba2e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3ae26), color-stop(1, #ebc535));
  background: -ms-linear-gradient(bottom, #e3ae26, #ebc535);
  background: -moz-linear-gradient(center bottom, #e3ae26 0%, #ebc535 100%);
}
#howitworks .faqcontent .section.get table tfoot td div.platinum {
  background: #a8aaad;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9a9ca0), color-stop(1, #b7b8bb));
  background: -ms-linear-gradient(bottom, #9a9ca0, #b7b8bb);
  background: -moz-linear-gradient(center bottom, #9a9ca0 0%, #b7b8bb 100%);
}
#howitworks .faqcontent .section.get table tfoot td div.diamond {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #dddddd, #ffffff);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #ffffff 100%);
  color: #333;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  border-radius: 0 0 8px 0;
}
#howitworks .faqcontent .section.get table tfoot td small {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-size: 10px;
}
#howitworks .faqcontent .section.get .badge-container {
  background: #e9f4ff;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(7, 68, 126, 0.28);
  -moz-box-shadow: inset 0 1px 2px rgba(7, 68, 126, 0.28);
  box-shadow: inset 0 1px 2px rgba(7, 68, 126, 0.28);
  border: 1px solid #cad8e7;
  border-bottom: 0 none;
  padding: 12px 0 8px;
}
#howitworks .faqcontent .section.get .badge-container div {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
}
#howitworks .faqcontent .section.get .badge-container div.diamond {
  *width: 19%;
}
#howitworks .faqcontent .section.get .badge-container div .arrow {
  position: absolute;
  top: 15px;
  right: -12px;
}
#howitworks .faqcontent .section.sub {
  border-top: 4px solid #e4effe;
  padding-top: 25px;
  position: relative;
}
#howitworks .faqcontent .section.sub h2 {
  margin-bottom: 0;
}
#howitworks .faqcontent .section.sub h2 span {
  display: block;
  color: #d71a36;
}
#howitworks .faqcontent .section.sub a.join-vifp {
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  outline: none;
  display: block;
  width: 160px;
  height: 38px;
  background: url(img/btn/join-vifp-club.png) no-repeat 0 0;
}

/* ------------ terms and conditions --*/
#termsandconditions .hero {
  height: 205px;
  padding-top: 0px;
  text-align: center;
  clear: both;
  overflow: hidden;
  position:relative;
}
#termsandconditions .hero .left-content{position:absolute;top:42px;width:100%;left: 0px;}

#termsandconditions .hero .login-btn {
  display: block;
  width: 102px;
  height: 38px;
  background: url(img/btn/login.png) no-repeat 0 0;
  text-indent: -9999px;
  outline: none;
  float: left;
}


#termsandconditions .hero .join-btn {
  display: block;
  width: 102px;
  height: 38px;
  text-indent: -9999px;
  outline: none;
  float: left;
  background: url(img/btn/join.png) no-repeat 0 0;
  margin-right: 5px;
   margin-left: 310px;
}
#main-wrapper .faqcontent .pdf{ background: url(/common/CCLUS/images/print-icon.png) no-repeat scroll 0 0 transparent; height: 38px; float: right;width: 42px; }