/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
.navbar-cart {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}


 .dgitbalanceLrg {
	 font-size: 40px;
	 font-weight: 400;
	 color:#0CA100;
	 }
 .medium-bold {
	 font-weight: 500;
	 }
 .privacy-header {
	 background-color: #182E3F;
	 color: #fff;
	 padding-top: 80px;
	 padding-bottom: 80px;
	 }
 .check-ul {
	 padding-left: 0px;
	 list-style: none;
	 }
.check-ul li {
	position: relative; 
	margin-bottom: 10px;
	}
.check-ul li:before {
    font-family: 'Glyphicons Halflings';
	content:"\e013";
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	font-weight: 300;
	color: #6EFFB9;
	position: absolute;
    left: 0;
	}	
	
.custom-list.check-ul li span {
	display:block;
	padding-left: 20px;
}	
 .check-ul2 {
	 padding-left: 0px;
	 list-style: none;
	 }
.check-ul2 li {
	position: relative; 
	margin-bottom: 10px;
	}

.check-ul2 li:before {
    font-family: 'Glyphicons Halflings';
	content:"\e013";
	font-size: 10px;
	line-height: 18px;
	height: 18px;
	font-weight: 300;
	color: #0088D9;
	position: absolute;
    left: 0;
	}
.custom-list.check-ul2 li span {
	display:block;
	padding-left: 20px;
}




 .mrgtop6px{
	 margin-top: 6px;
	 }
 .panel-body p {
	 font-size: 14px;
}
 .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content:"\e259";  /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
	font-size: 10px;
	line-height: 16px;
	color: #45546E;
	}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content:"\e258";    /* adjust as needed, taken from bootstrap.css */
}

 .panel-default > .panel-heading {
  color: #45546E;
  background-color: #F3F5F7;
  border-color: #F3F5F7;
  font-weight: 300;
 }
 
 .panel-default >.panel-heading.active {
    background-color: #fff;
	border-color: #fff;
	color: #22395E;
	/*font-weight: 500;*/
}
.panel-title > a:hover, a:focus {
	text-decoration: none;
}
.greenlink {
	background: #58D25B;
	color: #fff;
	}
.greylink {
	background: #98A0B1;
	color: #fff;
	}	
	
 .padding10px {
	 padding:10px;
	 }
.paddingtb50 {
	padding: 50px 0px;
	} 
.thumb-item-faqs {
	background: #45546E;
	color: #fff;
	}
.darkblue-bg {
	background-color: #354F7A;
	color:#ffffff;
	}
.col-thumb {
	background-color: #35455F;
	}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
}
.lightgreyfont {
	color: #D5E0F3;
	}
.med-greyfont {
	color: #7D8FAF;
	}	
.darkgreyfont {
	color: #45546E;
	}	
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
}
hr {
  border: 1px solid rgba(70,103,129,1.00);
  max-width: 50px;
}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #2351A2;
}
a:hover,
a:focus {
  color: #27698E;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #45546E;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 100px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: rgba(0,0,0,0.75);
  border-color: rgba(34, 34, 34, 0.02);
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #428BCA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #428BCA;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #428BCA;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #65BAF6 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: none;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #428BCA;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 1.00);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: rgba(0,0,0,0.63);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #428BCA;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #428BCA;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #fff;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #428BCA;
  }
}
.about-header {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/banners/about/about-banner.jpg);
  text-align: center;
  color: white;
}
.faqs-header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/banners/faqs/faqs-banner.jpg);
  text-align: center;
  color: white;
  padding-bottom: 80px;
}
.benefits-header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url(../img/grewards2.jpg);
  text-align: center;
  color: white;
}
.members-home-header {
    position: relative;
    width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(/Content/img/grewards.jpg);
    text-align: center;
    color: white;
}
.header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
.header-content .header-content-inner h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
.header-content .header-content-inner hr {
  margin: 20px auto;
}
.header-content .header-content-inner p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .about-header {
    min-height: 100%;
  }
  .faqs-header {
	min-height: 100%; 
	  }
  .privacy-header {
	min-height: 300px; 
	  }
  .benefits-header {
	min-height: 100%; 
	  }	  
  .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

@media (max-width: 480px) {
  .service-box {
      padding:15px
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(240, 95, 64, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #BCE2FF;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #45546E;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: rgba(255,255,255,0.30);
  border-color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-grey {
  color: #fff;
  background-color: #BAC6CF;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
  color: #fff;
  background-color: #E2E8ED;
  border-color: #fff;
}


.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #4A6DAA;
  border-color: #4A6DAA;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #213554;
  border-color: #213554;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #92A7BD;
  border-color: #92A7BD;
}
.btn-primary .badge {
  color: #F05F40;
  background-color: white;
}
.btn {
  font-family: 'Roboto', sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
.custom-list{
	font-size: 16px;
	font-weight: 300;
	margin-left: 0px;
	}
.opaq-bx {
	background-color: rgba(0,0,0,0.66);
	padding: 15px;
	color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

body {
  webkit-tap-highlight-color: #222222;
}
.membership {
	background: url(../img/membership.jpg) fixed top center;
	color: #fff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	}	
.getpoints {
	background: url(../img/survey.jpg) fixed top center;
	color: #fff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	}	
.getpoints-2 {
	background: url(../img/grewards2.jpg) fixed top center;
	color: #fff;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	}	
	
.bg-white-muted {
	background: url(../img/Working-on-computer.jpg) fixed top center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	}	
	
	
.support {
	background: #F0F2F6;	
	}
footer {
	line-height: 25px;
	color: #BECAD6;
	font-size: 11px;
	width: 100%;
	padding: 15px;
	background: #11202C;
	}
footer a {
	color: #D5E0F3;
	}	
.footer-fixed {
	line-height: 25px;
	color: #BECAD6;
	font-size: 11px;
	position: absolute;
    bottom: 0;
	width: 100%;
	padding: 15px;
	background: #11202C;
	}	
.footer-fixed a {
	color: #D5E0F3;
	}	
.box320 {
	width: 320px;
	margin: 50px auto;
	}	
.height100 {
	height: 100%;
	}
.login-logo {
	margin-bottom: 60px;
	}
.wrapper {
	min-width: 100%;
	height: auto;
	overflow:hidden;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.thumbnail .fa {
  color: #C3D0DB;
	}
.thumb-icon {
  width: 35px;
  height: 35px;
  margin: 0px auto;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
	}
.static-height {
	height: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.hidden-menu {
	clear: both;
	}	

.padding15px {
    padding:15px;
}

.margin10px {
    margin:10px;
}

/* process steps */

/*Phone Number Input "hack"*/
.phone-number .col-xs-3::after{
 content: "-";
 position:absolute;
    right: 5px;
    color: black;
    border: 0px solid;
    top: 5px;
}

.phone-number .col-xs-4{
	width:25%;
}

.phone-number .col-xs-3, .phone-number .col-xs-4{

	padding-left:0;
}
.wizard {
    margin: 0px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 15px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

@media(max-width:585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }

    .slider {
        display:none;
    }

    .cartBody {
        height: 89%;
    }
}

@media(max-width:768px) {

    .cartBody {
        height: 75%;
    }

}