@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AvenirNext';
  src: url('https://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.woff') format('woff'),
    url('https://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.ttf') format('truetype'),
    url('https://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.otf') format('opentype'),
    url('https://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.svg#29LTBukra') format('svg');
    src: url('https://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.eot');
    src: url('hhttps://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.eot?#iefix') format('embedded-opentype'),
    url('https://s3.amazonaws.com/almeera.aimia/fonts/AvenirNext.woff2') format('woff2');
}


body{
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
}

#Banner{
	background-color: #5db527;
}

h4{
	font-size: 24px;
	color: #32481e;
	font-weight: 700;
	margin: 0 auto;
	font-family: arial, "serif";
	line-height: 1.4em;
}

h7{
	font-size: 28px;
	color: #5eb426;
	font-weight: 700;
	font-family: arial, "serif";
	line-height: 1.4em;
}

.container-topstrip{
	max-width: 962px;
    margin: auto;
	color: #fff;
	margin-top: 20px;
}

.HeadBg{
	background-color: #5db527;
}

#ContentPane {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
	background-color: #ffffff;
}

.section {
    padding: 0 15px;
    background-color: #ffffff;
}
.section .section_content {
    max-width: 950px;
    margin: 0 auto;
    padding: 0 20px;
}

.section_post .section_content {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (min-width : 992px) and  (max-width : 1200px) {
	   .section .section_content, .section_post .section_content {
    max-width: 950px;
}
}

@media screen and (min-width : 768px) and  (max-width : 992px) {
   .section .section_content, .section_post .section_content {
    max-width: 710px;
}
}

@media screen and (min-width : 576px) and  (max-width : 768px) {
   .section .section_content, .section_post .section_content {
    max-width: 530px;
}
		.navbar {
			min-height: auto;
			float: left;
	}
	
}

@media screen and (max-width: 767px) {
    .section .section_content, .section_post .section_content {
        padding: 0 0;
    }
	
	.bottom-header-wrapper{
	padding-right: 15px;
    padding-left: 15px;
	}
	
	
}

@media screen and (min-width : 992px) and  (max-width : 1200px) {
   .container-topstrip {
    max-width: 930px;
}
}

@media screen and (min-width : 768px) and  (max-width : 992px) {
   .container-topstrip {
    max-width: 690px;
}
	

}

@media screen and (min-width : 576px) and  (max-width : 768px) {
   .container-topstrip {
    max-width: 510px;
}
}


.top-wrapper{
	background-color: #5db527;
}

.navbar-inverse{
	background-color:#5db527;
	border: none;
}

.navbar-toggle{
	border: solid 1px #fff;
	margin-top: 30px;
}

.icon-bar{
	background-color: #ffffff;
}

.navbar{
	top:20px;
	float: right;
}

.navbar-inverse .navbar-nav>li>a{
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}

.navbar-inverse .navbar-nav>.active>a{
	background: none;
	color: #000;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover{
	background: #000;
	color: #fff;
}

.nav>li>a{
	padding:10px 10px;
}

.navbar-nav>li>.dropdown-menu{
	border-radius: 0px;
}

.dropdown-menu{
	background-color: #000;
	
}

.dropdown-menu>li>a{
	color: #fff;
}

.main-banner{
width: 100%;
    height: 560px;
    background-image: url('../Hosted/home-banner-new.jpg');
    background-size: cover;
	left: 10%;
	background-position: right bottom;

}

.carousel-caption{
	text-align: left;
	left: 5%;
	width: 500px;
	font-family: 'verdana', sans-serif;
	text-shadow: none;
	color: #0e563c;
}

h1{
	font-weight: 900;
	font-size: 34px;
}

.green-title-bar{
	min-height: 45px; 
	background-color: #32481e; 
}

.no-padding{
	padding: 0px;
}

.SiteLink{
	padding-right: 10px;
	font-family: 'Nunito', sans-serif;
	background-color: #5DB527;
}

/* Login module */



#LoginModule {
    position: absolute;
    top: 10px;
    left: 55%;
   	background: rgba(14, 86, 60, 0.88);
    text-align: center;
    z-index: 1000;
    border: none;
    border-collapse: separate;
}

@media screen and (max-width: 2000px) {
    #LoginModule {
       left: 55%;
    }
				.embed-responsive-item{
		width: 100%;
		height: 450px;
		border: none;
					
	}
}

@media screen and (max-width: 1600px) {
    #LoginModule {
       left: 55%;
    }
	
				.embed-responsive-item{
		width: 100%;
		height: 450px;
	}
}

@media screen and (max-width: 767px) {
    #LoginModule {
        margin-left: -200px;
		top: 50px;
		background-color: #fff;
    	background: rgba(0, 0, 0, 0.66);
    }
	
	.container-image{
		left: 120px;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		color: #fff;
	}
	
				.embed-responsive-item{
		width: 100%;
		height: 350px;
border: none;
	}
}


@media screen and (max-width: 572px) {
    #LoginModule {
        margin-left: -200px;
		top: 50px;
		background-color: #fff;
    	background: rgba(0, 0, 0, 0.66);
    }
	
	.navbar{
		min-height: 1px;
		float: left;
	}
	
				.embed-responsive-item{
		width: 100%;
		height: 150px;
		border: none;			
	}
}

.NormalModuleText{
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
}

#LoginModule tbody tr:first-child td {
    padding-top: 20px;
	font-size: 24px;
	padding-bottom: 10px;
	color: #b5d825;

}
#LoginModule tbody tr:last-child td {
    padding-bottom: 20px;
    
}
#LoginModule tbody tr td {
    padding: 0 25px;
    position: relative;
    
}
#LoginModule tbody tr td .NormalControl {
    width: 300px;
    font-size: 14px;
    color: #000 !important;
    background-color: #ffffff !important;
	height: 50px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;/* Firefox 19+ *//* Firefox 18- */
      border:1px solid #ccc;
	padding-left: 10px;
	margin-top: 10px;

}
#LoginModule tbody tr td .NormalControl::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1;
	background-color: #ffffff !important;
}
#LoginModule tbody tr td .NormalControl::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
	background-color: #ffffff !important;
}
#LoginModule tbody tr td .NormalControl:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
	background-color: #ffffff !important;
}
#LoginModule tbody tr td .NormalControl:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1;
	background-color: #ffffff !important;
}

@media screen and (max-width: 767px) {
    #LoginModule tbody tr td .NormalControl {
        width: 300px;
    }
	
	
}
#LoginModule tbody tr td .NormalModuleText {
    display: none;
}
#LoginModule tbody tr td .PasswordHelpButton {
    color: #ffffff;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: block;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	
}
#LoginModule tbody tr td .PasswordHelpButton:hover {
    text-decoration: none;
}
#LoginModule tbody tr td .LoginButton {
    right: 25px;
    z-index: 10;
}
#LoginModule tbody tr td .SignUpButton, #LoginModule tbody tr td .LoginButton {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-weight: normal;
    background-color: #5eb527;
    border: 0;
    padding: 0 10px;
    min-width: 125px;
	width: 100%;
    margin: 5px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	font-size: 16px;
}
#LoginModule tbody tr td .SignUpButton:hover, #LoginModule tbody tr td .LoginButton:hover {
    background-color: #2a5c0a;
}

@media screen and (max-width: 767px) {
    #LoginModule tbody tr td .SignUpButton, #LoginModule tbody tr td .LoginButton {
        min-width: 100px;
    }
}
#LoginModule tbody tr td .SignUpButton {
    margin-top: 20px;
}

.ModuleTableNoLine{
	display: none;
}

/* end */

.home-joinNow{
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	color: #0e563c;
	font-family: arial, "serif";
	margin-top: 20px;
}

.home-blue-wrapper{
	min-height: 200px;
	background-color: #ededed;
	display: table;
	margin-top: 110px;
	height: auto;
}

.home-blue-wrapper p{
	text-align: center;
	font-size: 24px;
	color: #0d572d;
	display: table-cell;
    vertical-align: bottom;
	font-weight: 700;
	padding: 20px 20px 20px 30px;
}

.container-image{
    height: 100px;
    width:100px;  
    position:absolute;
    top:100px;
	left: 33%;
	margin: 0 auto;
}

.starting-earn-green{
	background-color: #5eb527;
	min-height: 45px;
	position:relative;
	text-align: center;
}

.starting-earn-green p{
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin: 0px;
}

.starting-earn-green p span{
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	font-family: arial, "serif";
}

.starting-earn-green:after {
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    content:'';
    width: 0;
    height: 0;
    border-top: solid 20px #5eb527;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.home-register-wrapper{
	min-height: 300px;
	background-color: #0e563c;
	padding-top: 30px;
	text-align: center;
}

.home-register-wrapper h2{
	text-align: center;
	color: #b5d825;
	font-weight: 700;
	margin-top: 20px;
}

.home-register-wrapper p{
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 300px;
	margin: 0 auto;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}

.home-register-now{
	background-color: #5eb527;
	line-height: 2em;
	font-size: 18px;
	border: none;
	width: 200px;
}

.home-register-now:hover{
	background-color: #3c8b09;
}

.home-earn-redeem{
	padding: 20px 0 20px 0;
}

.home-earn-redeem h4, .home-wrapper-6 h4{	
	font-size: 24px;
	text-align: center;
	color: #0d553b;
	font-weight: 700;
	margin: 0 auto;
	font-family: arial, "serif";
	line-height: 1.4em;
}

.home-earn-redeem-two{
	width: 80%;
	margin: 0 auto;
	color: #0d553b;
}

.home-earn-redeem-two h5{
	font-size: 32px;
	color: #0d553b;
	font-family: arial, "serif";
	font-weight: 600;
}

.home-earn-redeem-two p{
	font-size: 16px;
}

.home-wrapper-6{
	background-color: #fff;
	min-height: 250px;
}

.home-wrapper-6 h3{
	text-align: center;
	color: #0d553b;
}

.home-wrapper-6 h6{
	font-size: 21px;
	color: #0d553b;
	font-family: arial, "serif";
	font-weight: 600;
}

.wrapper-6-icons{
	margin-bottom: 20px;
}

/* Enrollment header */

#ctl00_Banner{
	background-color: #5db527;
}

.OuterTable, .InnerTable{
	border: none;
	background: none;
}

.enrollment-section-1{
	background-color: #32481e;
	min-height: 45px;
	position:relative;
	text-align: left;
	padding-top: 10px;
}

.enrollment-section-1 p{
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

.enrollment-section-1:after {
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 49%;
    margin-left: -10px;
    content:'';
    width: 0;
    height: 0;
    border-top: solid 20px #32481e;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.enrollment-section-2{
	margin-top: 30px;
	margin-bottom: 30px;
}

.enrollment-section-2 p{
	color: #acbc35;
	font-size: 16px;
}

.section-2{
	margin-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.section-2 p{
	color: #7f7f7f;
	font-size: 16px;
}

.enrollment-wrapper{
	background-color: #ededed;
}

.section-content-enroll{
	background-color: #ededed;
	padding: 20px 15px 15px 15px !important;
}



.NormalControl{
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	height: 40px;
	padding-left: 10px;
}

.mobileNoinput{
	padding-left: 0px;
}


input, select, textarea {
	margin-bottom: 5px;
	margin-top: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;

}

label {
	padding-left: 10px;
}


#Table2 tr td:first-child {
	text-align: left;
}

#ctl00_ContentPlaceHolder1_AcceptTOSRow{
	
}

#ctl00_ContentPlaceHolder1_tblAcceptTOS, #ctl00_ContentPlaceHolder1_Table6{
	width: 320px !important;
}

#ctl00_ContentPlaceHolder1_lblMobileCarrier{
	font-size: 14px;
    font-family: 'Nunito', sans-serif;
    color: #32481e;
	font-weight: bold;
}

input[type="radio"], input[type="checkbox"]  {
  margin-top: -1px;
  vertical-align: middle;
	width: 20px;
	height: 20px;
}

#ctl00_ContentPlaceHolder1_lnkSave{
	font-size: 14px;
    line-height: 1.5em;
    padding: 15px;
	color: #ffffff;
	background-color: #5eb527;
	width: 130px;
	margin-left: none !important;
}

#ctl00_ContentPlaceHolder1_lnkSave:hover{
	background-color: #525d02;
}

#ctl00_ContentPlaceHolder1_btnDiscard{
	font-size: 14px;
    line-height: 1.5em;
    padding: 15px;
	color: #ffffff;
	background-color: #ec5a24;
	width: 130px;
}

#ctl00_ContentPlaceHolder1_btnDiscard:hover{
	background-color: #9a2b02;
}

#ctl00_ContentPlaceHolder1_txtMobileNumber_cboCountryCode, #ctl00_ContentPlaceHolder1_lblMobileCarrier, #ctl00_ContentPlaceHolder1_cboMobileCarrier, #ctl03_ctrlBannerTopSection_lnkHome, #ctl03_ctrlBannerTopSection_lblHomeDivider, #ctl06_ctl38_EditLinkCell{
	display: none;
}

#aspnetForm .NormalControl{
	width: 80% !important;
}

#aspnetForm select#ctl00_ContentPlaceHolder1_ctrlBirthday_ddlBirthdayMonth, #aspnetForm select#ctl00_ContentPlaceHolder1_ctrlBirthday_ddlBirthdayDay, #aspnetForm select#ctl00_ContentPlaceHolder1_ctrlBirthday_ddlBirthdayYear{
	    width: 100% !important;
}


/* Enrollment header End */

/* Earn */

.Earn-cell-1{
	display: table;
	height: 100px;
	width: 100%;
}

.Earn-cell-2{
	display:table-cell;
	height: 100px;
	vertical-align: middle;
}

.earn-icon-wrapper{
	background-color: #fff;
	min-height: 250px;
}

.earn-icon-wrapper h6{
	font-size: 24px;
    color: #5cb646;
    font-family: arial, "serif";
    font-weight: normal;
}

/* Earn end */


/* Post login */

.ModuleTitleRow{
	height: 50px;
	background: none;
	color: #5db426;
	font-family: 'Nunito', sans-serif;
}

.SmallModuleText{
	font-size: 16px;
	line-height: 2em;
	font-family: 'Nunito', sans-serif;
	color: #32481e;
	padding-right: 10px;
}


.ModuleTitle {

    font-weight: Bold;
    font-size: 24px;
    color: #5db426;
    font-family: 'Nunito', sans-serif;
}

#ctl04_ctl47_EditLinkCell, #ctl06_ctl38_EditLinkCell, #ctl07_ctl04_EditLinkCell{
	padding-right: 10px;
}

.ModuleCell {
    border: none;
	padding: 10px;
}

.user_info .ModuleCell {
    border: none;
	padding-left: 0px;
	padding-right: 0px;
}

.ModuleTable{
	border: none;
}

#ctl07_ViewTable{
	font-weight: normal !important;
}

.ModuleTitleRow {
    border-top: 1px dotted #0d553b;
}

.ModuleTitleRow td {
    padding-top: 25px;
}

#ctl05_ModuleTitle .ModuleTitleRow td {
    padding-top: 0px;
}

#ctl05_ModuleTitle .ModuleTitleRow {
    border-top: none;
}

#ctl07_tblTransDetails{
	width: 100%;
}

#ctl05_ViewTable tr td:first-child, #ctl06_ViewTable tr td:first-child, #ctl07_ViewTable tr td:first-child, #ctl09_ViewTable tr td:first-child, #ctl07_tblTransDetails tr td:first-child   {
	text-align: left;
	width: 30% !important;
}

#ctl07_tblTransDetails tr td:first-child   {
	text-align: left !important;
	width: 50% !important;
}

#ctl07_tblTransDetails tr td:last-child   {
	width: 50% !important;
}

#ctl06_EditTable tbody tr:first-child, #ctl06_EditTable tbody tr:nth-child(2), #ctl06_ViewTable tbody tr:first-child , #ctl05_trPrefDeliveryNonOffers, #ctl05_trPrefDeliveryOffers, #ctl05_trSuffixEdit, #ctl06_txtEditMobileNumber_cboCountryCode, #ctl06_lblMobileCarrier, #ctl06_cboMobileCarrier /*, #ctl07_UsesProductRow*/ {
	 display: none !important;
}

#ctl05_txtLoyaltyProgram, #ctl04_txtLoyaltyProgram, #ctl07_trPrefDeliveryNonOffers{
	display: none;
}

.DefaultButton {
    display: inline-block;
    height: 37px !important;
    line-height: 37px !important;
    font-weight: normal;
    border: 0;
    padding: 0 10px !important;
    min-width: 100px;
    font-size: 16px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;

    transition: all 0.3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #5eb527;
    /*    color: #000000;*/
    color: #fff;
	font-family: 'Nunito', sans-serif;
	margin-left: 10px;
}
.DefaultButton:hover {
    background-color: #235701;
}
.DefaultButton:active, .DefaultButton:focus {
    outline: 0;
}

#ctl06_btnAddHoH{
	margin-left: 0px !important;
}

#ctl06_ctl38_lnkDiscard, #ctl05_ctl47_lnkDiscard, #ctl07_ctl04_lnkDiscard{
	background-color: #ec5a24!important;
}

#ctl06_ctl38_lnkDiscard:hover, #ctl05_ctl47_lnkDiscard:hover, #ctl07_ctl04_lnkDiscard:hover{
	background-color: #982d05!important;
}


.btnProfile {
    border: none;
    font-weight: normal;
	background: #FFFFFF;
	color: #000;

	margin-right: 10px;
	font-size: 12px;
	
}

#ctl08_ctrlAddress_btnClearAddress{
	border: 1px solid #000000 !important;
}

#ctl07_gridActivity, #ctl08_gridRewards{
	width: 100%;
}

#ctl07_gridActivity_top_head, #ctl07_gridActivity_dom, #ctl07_gridActivity{
	background-color: transparent !important;
}

#ctl07_gridActivity_dom table tr td {
    width: auto !important;
}


#ctl07_gridActivity_dom table tr td:first-child {
    padding: 0 !important;
	text-align: left!important;
}


#ctl08_gridRewards_dom table tr td:first-child {
	text-align: left!important;
}


#ctl07_gridActivity_dom table tr td div {
    width: auto !important;
}
#ctl07_gridActivity_dom table tr td:nth-child(5) div {
    white-space: normal !important;
}

#Table2 #ctl07_gridActivity_dom tr:nth-child(10) td:last-child {
    position: relative;
    left: 0 !important;
}
#Table2 #ctl06_tblTransDetails tr:nth-child(10) td:last-child {
    position: relative;
    left: 0 !important;
}

.HeadingCellText{
	color: #fff;
	font-size: 14px !important;
	font-family: 'Nunito', sans-serif !important;
}

#ctl07_gridProductItems .HeadingCellText{
	font-size: 11px !important;
}

#ctl07_gridActivity_top_head, #ctl07_gridActivity_dom, #ctl07_gridActivity{
	background-color: transparent !important;
}
.HeadingCell {
    background-color: #5db527 !important;
    color: #fff;
    border: none;
    height: 40px;
	
}

.HeadingCellText{
	background-color: #5db527 !important;
}

#ctl08_tblRewardDetails{
	width: 100%;
}

#ctl07_gridActivity_dom{
	height: auto !important;
}

#Table2 tr td[align='left']{width:40%!important;}

#ctl07_gridActivity tr td[align='left'], #ctl08_gridRewards tr td[align='left'], #ctl08_gridRewards tr td[align='right']{
	width:auto!important;
}

.AlternatingRow td.DataCell, .Row td.DataCell {
    padding: 5px;
}

.postlogin_banner{
	margin-top: 15px;	
}

.postlogin_title{
	margin-top: 15px;
}

.DES_CalPopup span {
    text-indent: -10000px;
    font-size: 0;
	padding-left: 10px;
}

.DES_CalPopup span:after {
    font-size: 16px;
	width: 15px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    content: url(https://s3.amazonaws.com/magrabi.aimia/images/calender.png);
	background-repeat: no-repeat;
}



A.CommandButton:link{
	font-weight: bold;
}

.qr-code-wrapper{
	margin: 0 auto;
	padding: 50px;
}

canvas{
	padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* post login end */

/* Point Summary */

.profile_wrapper {
    color: #000000;
}
.profile_wrapper:before, .profile_wrapper:after {
    content: " ";
    display: table;
}
.profile_wrapper:after {
    clear: both !important;
    height: 0;
}
* html .profile_wrapper {
    position: relative;
    zoom: 1;
}
* + html .profile_wrapper {
    position: relative;
    zoom: 1;
}
.profile_wrapper .user_info {
    float: left;
    width: 70%;/*max-width: 590px;*/
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .profile_wrapper .user_info {
        float: none;
        max-width: none;
        width: 100%;
        margin-bottom: 40px;
    }
}
.profile_wrapper .user_info .info_block {
    margin-bottom: 40px;
}
.profile_wrapper .user_info .info_block:last-child {
    margin-bottom: 0;
}
.profile_wrapper .user_info .info_block .header {
    margin-bottom: 20px;
}
.profile_wrapper .user_info .info_block .header:before, .profile_wrapper .user_info .info_block .header:after {
    content: " ";
    display: table;
}
.profile_wrapper .user_info .info_block .header:after {
    clear: both !important;
    height: 0;
}
* html .profile_wrapper .user_info .info_block .header {
    position: relative;
    zoom: 1;
}
* + html .profile_wrapper .user_info .info_block .header {
    position: relative;
    zoom: 1;
}
.profile_wrapper .user_info .info_block .header .title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 36px;
    line-height: 1;
    float: left;
}
.profile_wrapper .user_info .info_block .header .controls {
    float: right;
}
.profile_wrapper .user_info .user_info_table tr td {
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
}
.profile_wrapper .user_info .user_info_table tr td:first-child {
    width: 240px;
    text-align: right;
}
.profile_wrapper .user_info .user_info_table tr td:last-child {
    padding-left: 25px;
    color: #ffffff;
}
.profile_wrapper .points_summary {
    float: right;
    width: 27%;
	margin-top: 50px;
    /*max-width: 240px;*/
    
}

@media screen and (max-width: 767px) {
    .profile_wrapper .points_summary {
        float: none;
        width: 100%;
    }
}
.profile_wrapper .points_summary .header {
    border: none;
    padding: 15px 20px;
	background-color: #5db527;
	font-family: 'Nunito', sans-serif;
	height: 50px;
	color: #fff;
}
.profile_wrapper .points_summary .header .title {
    font-weight: bold;
    font-size: 16px;
	color: #fff;
	background: none;
}
.profile_wrapper .points_summary .content {
    padding: 5px 0px;
	border: none;
	background-color: #ededed;
}
.profile_wrapper .points_summary .content table {
    width: 100%;
}

.profile_wrapper .points_summary .content .SmallModuleText {
	font-weight: normal;
}

.profile_wrapper .points_summary .content .NormalModuleText {
	font-weight: bold;
	color: #0d553b;
}

.profile_wrapper .points_summary .content table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.profile_wrapper .points_summary .content table tr td:first-child {
    text-align: right;
}
.profile_wrapper .points_summary .content table tr td:last-child {
    -ms-text-align-last: right;
    text-align-last: right;
    color: #ffffff;
	background-color: #ededed;
}

.profile_wrapper .points_summary .content .ModuleCell {
	border-color: #fff;
}

/* #ctl05_txtPointsEarned, #ctl05_txtPointsUsed{
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 10px;
	width: 30%;
	border-radius: 5px;
}*/


/* End */ 

/* Contact Us */

.contact-title-row{
	background-color: #5db527;
}

.contact-form-wrapper{
	background-color: #ededed;
}

.contact-title{
	color: #fff !important;
}

#ctl05_ctl18_lblModuleTitle{
	padding-left: 10px;
}

/* Footer*/

.social-icons{
	padding-top: 5px !important;
}

.social-icons img {
	vertical-align: middle;
	width: 30px;
	height: 30px
}
.social-icons a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	width: 30px;
	height: 30px
}

[dir=ltr] .align-end, [dir=rtl] .align-start {
	text-align: right
}
[dir=rtl] .align-end {
	text-align: left
}

.green-wrapper{
	padding: 10px 0 10px 0;
	background-color:#0e563c; 
	height: 100%;
}

.green-wrapper .list-inline li {
	display: inline-block
}

.list-inline li {
    display: inline-block;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.footer-title{
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.footer-bottom-wrapper {
	color: #fff;
	font-family: 'Nunito', sans-serif;
	max-width: 1090px;
	margin: 40px auto 0;
	padding: 10px 0;
	text-align: right;
}
.footer-bottom-wrapper img {
	vertical-align: middle
}
.footer-bottom-wrapper img {
	margin-right: 15px
}
.footer-bottom-wrapper img {
	margin-left: 15px
}
.footer-bottom-wrapper ul {
	display: inline-block;
	width: auto;
}
.footer-bottom-wrapper ul {
	margin-left: 15px
}
.footer-bottom-wrapper ul {
	margin-right: 15px
}
.footer-bottom-wrapper ul a {
	display: inline-block
}

.footer .cols-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.footer-bottom-wrapper ul {
	display: block;
	margin: 0!important;
	text-align: center;
	width: 100%
}

#footer {
    background: #0e563c !important;
	padding-top: 30px;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.green-wrapper, .text-md-left{
	text-align: left;
}



/* Footer End*/

#ctl00_ContentPlaceHolder1_btnHome{
	display: none;
}

/*How to Join*/

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 50px;
    height: 50px;
    padding: 8px;  
    background: #5eb527;
    color: #fff;
    text-align: center;  
    font-size: 24px;
	margin: 0 auto;
}

.stroke{
	font-size: 38px;
	margin: 0 auto;
	color: #5eb527;
	text-align: center;
}

.how-to-join-wrapper{
	border: 1px solid #5eb527;
	min-height: 130px;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	display: table;
}

.how-to-join-wrapper p {
	display: table-cell; 
	vertical-align: middle;
	font-size: 18px;
	color: #0e563c;
}

.Change_Password_Wrapper{
	width: 60% !important;
	 
}

.ValidationError{
	font-size: 13px;
}


/*FAQ*/

.label-primary {
    background-color: #5eb527;
}

a {
	color: #5eb527;
}

a:hover{
	color: #0e563c;
}

.greensmalltext{
	color: #5db527;
	font-size: 16px;
}

.margintop-50{
	margin-top: 50px;
}

.marginbottom-50{
	margin-bottom: 50px;
}


.postlogin-title{
	color: #0e563c;
	font-size: 21px;
}

@media (min-width: 1200px){
.container {
    width: 950px;
}
	
	.container-inner{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.feedback-row{
		width: 65%;
	}
}

@media screen and (max-width: 992px) {
.Earn-cell-2{
		text-align: center;
		display: block;
	}
	
	.earn-cell-3{
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	.container-image{
		left: 120px;
	}
	
		.container-inner{
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.footer-bottom-wrapper{
		text-align: left;
	}
	
	.carousel-caption{
		width: auto;
	}
	
	#ctl00_ContentPlaceHolder1_tblAcceptTOS, #ctl00_ContentPlaceHolder1_Table6{
	width: 100% !important;
}
	
	.feedback-row{
		width: 100%;
	}
	.navbar{
		width: 100%;
	}
	
		.Change_Password_Wrapper{
	width: 100% !important;
}
	
	.Earn-cell-2{
		text-align: center;
		display: block;
	}
}

@media screen and (max-width: 572px) {
	.container-image{
		left: 50px;
	}
	
	.footer-bottom-wrapper{
		text-align: left;
	}
	
	.carousel-caption{
		width: auto;
	}
	
	#ctl00_ContentPlaceHolder1_tblAcceptTOS, #ctl00_ContentPlaceHolder1_Table6{
	width: 100% !important;
}
	
	.feedback-row{
		width: 100%;
	}
	.navbar{
		width: 100%;
	}
	
	.home-blue-wrapper{
		height: 280px;
	}
		
	.Change_Password_Wrapper{
	width: 100% !important;
}
	.Earn-cell-2{
		text-align: center;
		display: block;
	}
}

.img-responsive {
    margin: 0 auto;
}

#ctl04_lblErrorMessage, #ctl04_vreqEmailAddress_Txt, #ctl04_vreqPassword_Txt{
	color: #f96446;
}

 #TCtable  tr td {
	padding: 5px;
    text-align: left;
	border: 1px solid black;
    border-collapse: collapse;
}