@charset "utf-8";
@font-face{
    font-family:'VELUXGothicLight';
    src:url('../fonts/VeluxGothic-Light.eot');
    src:local('VeluxGothicLight'),
        url('../fonts/VeluxGothic-Light.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-Light.woff') format('woff'),
        url('../fonts/VeluxGothic-Light.ttf') format('truetype'),
        url('../fonts/VeluxGothic-Light.svg#VeluxGothic-Light') format('svg')
}
@font-face{
    font-family:'VELUXGothicLightItalic';
    src:url('../fonts/VeluxGothic-LightItalic.eot');
    src:local('VeluxGothicLightItalic'),
        url('../fonts/VeluxGothic-LightItalic.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-LightItalic.woff') format('woff'),
        url('../fonts/VeluxGothic-LightItalic.ttf') format('truetype'),
        url('../fonts/VeluxGothic-LightItalic.svg#VeluxGothic-LightItalic') format('svg')
}
@font-face{
    font-family:'VELUXGothicRegular';
    src:url('http://www.velux.nl/style/marketing/fonts/VeluxGothic-Regular.eot');
    src:local('VeluxGothicRegular'),
        url('../fonts/VeluxGothic-Regular.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-Regular.woff') format('woff'),
        url('../fonts/VeluxGothic-Regular.ttf') format('truetype'),
        url('../fonts/VeluxGothic-Regular.svg#VeluxGothic-Regular') format('svg')
}
@font-face{
    font-family:'VELUXGothicRegItalic';
    src:url('../fonts/VeluxGothic-RegItalic.eot');
    src:local('VeluxGothicRegItalic'),
        url('../fonts/VeluxGothic-RegItalic.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-RegItalic.woff') format('woff'),
        url('../fonts/VeluxGothic-RegItalic.ttf') format('truetype'),
        url('../fonts/VeluxGothic-RegItalic.svg#VeluxGothic-RegItalic') format('svg')
}
@font-face{
    font-family:'VELUXGothicBold';
    src:url('../fonts/VeluxGothic-Bold.eot');
    src:local('VeluxGothicBold'),
        url('../fonts/VeluxGothic-Bold.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-Bold.woff') format('woff'),
        url('../fonts/VeluxGothic-Bold.ttf') format('truetype'),
        url('../fonts/VeluxGothic-Bold.svg#VeluxGothic-Bold') format('svg')
}
@font-face{
    font-family:'VELUXGothicBoldItalic';
    src:url('../fonts/VeluxGothic-BoldItalic.eot');
    src:local('VeluxGothicBoldItalic'),
        url('../fonts/VeluxGothic-BoldItalic.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-BoldItalic.woff') format('woff'),
        url('../fonts/VeluxGothic-BoldItalic.ttf') format('truetype'),
        url('../fonts/VeluxGothic-BoldItalic.svg#VeluxGothic-BoldItalic') format('svg')
}
@font-face{
    font-family:'VELUXGothicBlack';
    src:url('../fonts/VeluxGothic-Black.eot');
    src:local('VeluxGothicBlack'),
        url('../fonts/VeluxGothic-Black.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-Black.woff') format('woff'),
        url('../fonts/VeluxGothic-Black.ttf') format('truetype'),
        url('../fonts/VeluxGothic-Black.svg#VeluxGothic-Black') format('svg')
}
@font-face{
    font-family:'VELUXGothicBlackItalic';
    src:url('../fonts/VeluxGothic-BlackItalic.eot');
    src:local('VeluxGothicBlackItalic'),
        url('../fonts/VeluxGothic-BlackItalic.eot') format('embedded-opentype'),
        url('../fonts/VeluxGothic-BlackItalic.woff') format('woff'),
        url('../fonts/VeluxGothic-BlackItalic.ttf') format('truetype'),
        url('../fonts/VeluxGothic-BlackItalic.svg#VeluxGothic-BlackItalic') format('svg')
}
body, html {
	width: 100%;
	font-family:'VELUXGothicLight';
	color: #333;
	padding: 0;
	margin: 0;
	background: #e9e9e9;
}

/* Generic */
.clear {
	clear: both;
}
.aligncenter {
	text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.error {
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 5px;
	color: #ff0000;
}
.pending, .Pending {
	background: #FFC200;
	color: #333;
	text-transform: capitalize;
	padding: 3px 10px;
}
.approved, .Approved {
	background: #3baa32;
	color: #fff;
	text-transform: capitalize;
	padding: 3px 10px;
}
.rejected, .Rejected {
	background: #fe0000;
	color: #fff;
	text-transform: capitalize;
	padding: 3px 10px;
}
.uploading, .Uploading {
  background: #f2f2f2;
  padding: 3px 10px;
}
.slicknav_menu {
	display:none;
}
.hide {
  display: none;
}
.red {
  color: #ff0000;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.pull-right.Pending, .pull-right.Approved, .pull-right.Rejected {
  margin-top: 30px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='tel'] {
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'] {
	-webkit-appearance: button;
  border-radius: 5px;
  outline: none;
}
hr {
  border: 1px solid #f2f2f2;
  border-top: none;
}
/* End Generic */

/* Top */
#top {
	width: 100%;
	height: 39px;
	background: #f0f0f0;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}
#top p {
  font-size: 12px;
  color: #ccc;
  margin-top: 12px;
  margin-bottom: 0;
}
#top p a {
  color: #737373;
  text-decoration: none;
}
#top p a:hover, #top p a:focus {
  color: #ff0000;
}
#top ul {
	padding: 0;
	display: inline-block;
	margin-top: 6px;
  margin-left: 0;
}
#top ul li {
	font-size: 12px;
	color: #737373;
	float: left;
	display: inline;
	margin-left: 20px;
}
#top ul li a {
	color: #737373;
	text-decoration: none;
}
#top ul li.selected a, #top ul li a:hover, #top ul li a:focus {
	color: #ff0000;
}
/* End Top */

/* Header */
#header {
	max-width: 1280px;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
#header .logo img {
	width: auto;
	height: 38px;
}
#header .sitesection h1 {
	font-weight: normal;
	margin: 0;
	border-left: 1px solid #c4c4c4;
	padding-left: 15px;
	margin-left: 15px;
}
#header .sitesection h1 a {
	color: #333;
	text-decoration: none;
}
#header .sitesection h1 a:hover, #header .sitesection h1 a:focus {
	color: #ff0000;
	text-decoration: none;
}
#header .logo, #header .sitesection {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header ul {
	float: left;
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}
#header ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}
#header ul li a {
	color: #333;
	text-decoration: none;
}
#header ul li.selected a, #header ul li a:hover, #header ul li a:focus {
	color: #ff0000;
	text-decoration: none;
}
#header hr {
	background: #f2f2f2 !important;
	border-top: 1px solid #f2f2f2 !important;
	border-bottom: none !important;
}
#header #flags {
	color: #ccc;
	margin-top: 8px;
}
#header #flags img, #header #flags span {
	float: left;
	display: inline;
}
#header #flags img {
	margin-top: 3px;
}
#header #flags a {
    color: #000;
    text-decoration: none;
}
#header #flags a:hover, #header #flags a:focus {
    color: #ff0000;
    text-decoration: none;
}
#header #flags span {
	margin-left: 10px;
	margin-right: 10px;
}
/* End Header */

/* Banner */
#banner {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#banner img {
	float: left;
	display: inline;
	display: none;
}
/* End Banner */

/* Section */
#wrapper {
	width: 100%;
	max-width: 1280px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
#wrapper form legend {
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
#wrapper form label {
  width: 100%;
  display: block;
  padding-bottom: 5px;
}
#wrapper form input[type='text'], #wrapper form input[type='email'], #wrapper form input[type='password'], #wrapper form select {
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-family: 'VELUXGothicLight';
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper form input[type='submit'] {
  font-size: 16px;
	font-family:'VELUXGothicLight';
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
	float: right;
	margin-left: -15px;
	padding: 5px 10px;
	cursor: pointer;
}
#wrapper .intl-tel-input {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
}
#wrapper .intl-tel-input input[type='text'] {
  padding: 0;
  padding-left: 50px;
}
#wrapper .red {
  width: 45px;
  height: 37px;
  font-size: 23px;
  color: #fff;
  background: #ff0000;
  border-radius: 100%;
  text-align: center;
  padding-top: 8px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
section {
	width: 100%;
	clear: left;
	float: left;
	padding-bottom: 10px;
}
section.blue {
  background: #9ed5f5;
  padding-bottom: 0;
}
section h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
section h1 span {
  width: 35px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  background: #ff0000;
  border-radius: 100%;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  margin-right: 20px;
}
section p {
	font-size: 18px;
	line-height: 24px;
}
section p a {
  color: #ff0000;
  text-decoration: none;
}
section p a:hover, section p a:focus {
  text-decoration: underline;
}
section ul, section ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
section ul li, section ol li {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
section ul li a, section ol li a {
  color: #ff0000;
  text-decoration: none;
}
section ul li a:hover, section ul li a:focus, section ol li a:hover, section ol li a:focus {
  text-decoration: underline;
}
section ol ul {
  padding-left: 40px;
}
section table tr th {
  background: #ccc;
  padding: 5px;
}
section table tr td {
  padding: 5px;
  border-bottom: 1px solid #f2f2f2;
}
section .responsive-tabs__list {
  padding-bottom: 9px !important;
}
section.grey {
	background: #464646 !important;
	padding: 0;
}
section.grey h2 {
	margin-bottom: 10px;
}
section.grey h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
section.grey p {
	margin-top: 0;
	margin-bottom: 20px;
}
section.grey ul li {
  color: #fff;
}
section.grey h1, section.grey h2, section.grey h6, section.grey p {
	color: #fff;
}
section.grey img {
	float: left;
	display: inline;
}
section.grey .red {
	width: 45px;
	height: 37px;
	font-size: 23px;
	color: #fff;
	background: #ff0000;
	border-radius: 100%;
	text-align: center;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
section.grey .container_12 {
	position: relative;
}
section.grey .float {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
section.grey table tr th, section.grey table tr td {
  padding: 0 0 10px 0;
  border: none;
}
/* End Section */

/* Section 1 - Home */
#section1 #login {
	width: 100%;
	background: #e0e0de;
  margin-top: 20px;
  margin-bottom: 10px;
	padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#section1 #login legend {
  width: 40%;
	font-size: 20px;
	font-weight: bold;
	float: left;
	display: inline;
  padding-bottom: 0;
	margin-bottom: 0;
  border: none;
}
#section1 #login label {
	width: 100%;
	color: #666;
    position:absolute;
    top: 5px;
    left: 10px;
}
#section1 #login input[type='text'], #section1 #login input[type='email'], #section1 #login input[type='password'] {
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-family:'VELUXGothicLight';
	clear: left;
	float: left;
	color: #666;
	border: 1px solid #fff;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#section1 #login input[type='submit'] {
	font-size: 16px;
	font-family:'VELUXGothicLight';
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
	float: right;
	padding: 5px 10px;
	cursor: pointer;
}
#section1 #login a {
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
	float: left;
	margin-top: 10px;
}
#section1 #login a.create {
	float: right;
	display: inline;
	margin-top: 6px;
}
#section1 #login div {
    position: relative;
    clear: both;
}
/* End Section 1 - Home */

/* Section 2 - Home */
section.grey .grid_4 {
	text-align: center;
}
/* End Section 2 - Home */

/* Section 4 - Home */
#section4 p a {
    color: #000;
    text-decoration: underline;
}
#section4 p a:hover, #section4 p a:focus {
    color: #ff0000;
}
/* End Section 4 - Home */

/* Rewards */
img.rewardBanner {
  width: 100%;
  height: auto;
  float: left;
  display: inline;
  margin-top: 30px;
  margin-bottom: 30px;
}
#rewards .grid_4 {
  margin-left: 0;
}
#reward-details .grid_4 {
  margin-left: 0;
}
/* End Rewards */

/* Social Icons */
#social-icons a {
	width: 53px;
	height: 52px;
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#social-icons a.facebook { background: url(../images/facebook.png) 0 0 no-repeat; }
#social-icons a.twitter { background: url(../images/twitter.jpg) 0 0 no-repeat; }
#social-icons a.googleplus { background: url(../images/google-plus.png) 0 0 no-repeat; }
#social-icons a.youtube { background: url(../images/youtube.png) 0 0 no-repeat; }
#social-icons a.pinterest { background: url(../images/pinterest.png) 0 0 no-repeat; }
#social-icons a.instagram { background: url(../images/instagram.png) 0 0 no-repeat; }
#social-icons a.email { background: url(../images/email.jpg) 0 0 no-repeat; }
#social-icons a span {
	display: none;
}
/* End Social Icons */

/* Footer */
#footer-wrapper {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	width: 100%;
	float: left;
	clear: left;
	background: #f0f0f0;
	padding-bottom: 20px;
	color: #333;
}
footer h6 {
	font-size: 15px;
	font-family:'VELUXGothicRegular';
	margin-bottom: 10px;
}
footer p {
	font-size: 14px;
}
footer p a {
	color: #333;
	text-decoration: none;
}
footer p a:hover, footer p a:focus {
	color: #ff0000;
	text-decoration: none;
}
footer img.signature {
	float: right;
}
footer ul {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
footer ul li {
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
	background: url(../images/icon-chevron-small-right.png) -5px 0 no-repeat;
	padding-left: 13px;
	margin-bottom: 5px;
}
footer ul li a {
	color: #333;
	text-decoration: none;
}
footer ul li a:hover, footer ul li a:focus {
	color: #ff0000;
	text-decoration: none;
}
footer hr {
	border: 1px solid #fff;
	clear: both;
	margin-bottom: 20px;
}
/* End Footer */

/* Content */
#content {
	width: 100%;
	max-width: 1280px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
#content p strong {
	font-weight: bold;
	font-family:'VELUXGothicRegular';
}
#content p a {
	color: #ff0000;
}
#content table.point-details {
	width: 60%;
	margin-bottom: 20px;
}
#content table.point-details tr td {
	border: none;
	padding: 0;
}
#content table.point-details input[type="text"] {
	width: 100%;
	height: 30px;
	font-size: 16px;
	background: #f2f2f2;
	border: none;
	padding: 5px;
	margin-left: -5px;
	margin-bottom: 10px;
	text-align: right;
}
#content .member-btn {
	width: 100%;
	height: 120px;
	font-family:'VELUXGothicRegular';
	background-image: linear-gradient(#fff, #f2f2f2);
	border: 1px solid #f2f2f2;
	text-align: center;
	display: inline-block;
	padding-top: 30px;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
}
#content .member-btn img {
	margin-bottom: 10px;
}
#content form label {
	width: 100%;
	clear: left;
	float: left;
	font-weight: bold;
	font-family:'VELUXGothicRegular';
	margin-bottom: 5px;
}
#content form input[type='text'], #content form input[type='password'], #content form select {
	width: 100%;
	height: 30px;
	font-size: 15px;
	font-family:'VELUXGothicLight';
	padding: 5px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content form input[type='tel'] {
	width: 100%;
	height: 30px;
	font-size: 15px;
	font-family:'VELUXGothicLight';
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#content form input[readonly="readonly"], #content input[readonly="readonly"] {
  height: 30px;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
}
#content form input[type='submit'] {
	font-size: 16px;
	font-family:'VELUXGothicLight';
	color: #fff;
	background: #ff0000;
	border: 1px solid #ff0000;
	float: right;
	margin-left: -15px;
	padding: 5px 10px;
	cursor: pointer;
}
#content form textarea {
	width: 60%;
	height: 100px;
	background: #fff;
	font-size: 15px;
	font-family:'VELUXGothicLight';
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 10px;
}
#content form select {
	width: 60%;
	height: 35px;
}
#content a, #content a:hover, #content a:focus {
	color: #ff0000;
	text-decoration: none;
}
#content a i.fa {
	color: #333;
}
#content a.btn {
  height: 31px;
	background: #ff0000;
	color: #fff;
	padding: 6px 15px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#content a.btn:hover, #content a.btn:focus {
	color: #fff;
	text-decoration: none;
}
#content .intl-tel-input {
	width: 100%;
}
#content .link {
	float: left;
	color: #ff0000;
	display: inline;
	text-decoration: none;
}
#content .link:hover, #content .link:focus {
	color: #ff0000;
	text-decoration: none;
}
#content .hide {
	display: none;
}
#content div.grey {
	float: left;
	background: #f2f2f2;
	padding: 3px 10px;
	margin-top: 20px;
}
#content div.comment {
	clear: both;
	background: #f2f2f2;
	padding: 3px 10px;
	margin-bottom: 20px;
}
#content .grid_9 .container_12 {
  width: 100%;
}

/* Sidebar */
#sidebar {
  background: #fff;
  padding: 10px;
  border: 5px solid #9ed5f5;
  margin-top: 30px;
  margin-bottom: 30px;
}
#sidebar h2 {
  margin-top: 0;
}
#sidebar table tr th, #sidebar table tr td {
  padding: 0;
  border: none;
}
#sidebar input[type='text'] {
  width: 100%;
  font-size: 15px;
	font-family:'VELUXGothicLight';
	padding: 5px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}
/* End Sidebar */

/* Member */
#member-items {
  width: 100%;
  float: left;
  display: inline;
  text-align: center;
}
#member-items a {
  width: 100%;
  height: 100%;
  display: block;
  font-family:'VELUXGothicBold';
  color: #000;
}
#member-items a:hover, #member-items a:focus {
  color: #ff0000;
}
#member-items img {
  margin-bottom: 10px;
}
#member-items .grid_6 {
		width: 48%;
  height: 92px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-bottom: 10px;
  background: #f1f1f1;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
/* End Member */

/* Edit Profile */
#edit-profile table tr th, #edit-profile table tr td {
  padding: 0;
  border-bottom: 0;
}
/* End Edit Profile */

/* Add Purchase */
#add-purchase {
  float: right;
  margin-top: -5px;
}
#other-question1, #other-question2, #other-question3, #other-question4 {
	display: none;
}
/* End Add Purchase */

/* Purchase Details */
#purchase-details table tr td {
  border-bottom: none;
}
/* End Purchase Details */

/* Reward Details */
#reward-details hr {
	clear: both;
	border-top: 1px solid #f2f2f2;
	border-bottom: none;
}
#reward-details form label {
	padding-right: 10px;
	margin-bottom: 10px;
}
#reward-details form select {
	width: 100%;
}
#reward-details form input[readonly='readonly'] {
	height: 30px !important;
	font-weight: bold;
}
#reward-details .points {
	width: 100px;
	height: 80px;
	font-size: 30px;
	line-height: 30px;
	background: #ff0000;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	margin: 0 0 20px 0;
}
#reward-details .points small {
	font-size: 20px;
}
/* End Reward Details */

/* Reward History */
#reward-history table {
	width: 100%;
	margin-bottom: 30px;
}
#reward-history table tr th {
	background: #f0f0f0;
	padding: 5px;
}
#reward-history table tr td {
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	vertical-align: top;
}
#reward-history table tr td strong {
	font-family:'VELUXGothicBold';
}
#reward-history table table {
	margin-bottom: 0;
}
#reward-history table table tr td {
	padding-left: 0;
}
#reward-history table table tr:last-child td {
	border: none;
}
/* End Reward History */

/* Rewards Calculator */
#rewards-calculator a.pull-right {
  margin-right: 25px;
}
#rewards-calculator .container_12 .grid_2 {
  width: 14%;
}
#rewards-calculator .container_12 .grid_4 {
  width: 23%;
  margin-right: 0;
}
#rewards-calculator .container_12 .grid_6 {
  width: 48%;
  margin-left: 0;
}
#rewards-calculator .container_12 .grid_12 {
  width: 100%;
}
#rewards-calculator #productCode2Row, #rewards-calculator #productCode3Row, #rewards-calculator #productCode4Row, #rewards-calculator #productCode5Row {
  display: none;
}
/* End Rewards Calculator */

/* Replacement */
table.data-place-window-images tr td {
  vertical-align: top;
  border-bottom: none;
}
table.data-place-window-images .grid_4, table.data-place-window-images .grid_8 {
  margin-left: 0;
  margin-right: 0;
}
table.data-place-window-images .grid_4 img {
  margin-right: 10px;
}
/* End Replacement */
/* End Content */

/* Media Queries */
@media screen and (min-width: 981px) {
  .container_12 .grid_4 {
		width: 30% !important;
	}
  .container_12 .grid_8 {
    width: 64% !important;
  }
}
@media screen and (max-width: 980px) {
	body {
		min-width: auto !important;
		overflow-x: hidden;
	}
	.container_12 {
		width: 100% !important;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.container_12 .grid_3 {
		width: 25% !important;
	}
	.container_12 .grid_4 {
		width: 33.3% !important;
	}
	.container_12 .grid_5 {
		width: 41.7% !important;
	}
	.container_12 .grid_7 {
		width: 58.3% !important;
	}
	.container_12 .grid_12 {
		width: 100% !important;
	}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
		margin-left: 0;
		margin-right: 0;
	}

	#banner .container_12 .grid_4 {
		margin-left: 15px;
	}

  section.blue .container_12 .grid_9, section.blue .container_12 .grid_8  {
    width: 100%;
  }
  section.blue .container_12 .grid_3 #sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /* Sidebar */
  #sidebar {
    margin-bottom: 0;
  }

  #content .container_12 .grid_9 {
    width: 73%;
  }
  #content .container_12 .grid_3 {
    width: 23%;
    float: right;
  }

	/* Home */
	section.grey .container_12 .grid_4.float {
		margin-left: 15px;
	}

  /* Main */
  #member-items .grid_6 {
    width: 48% !important;
    margin-right: 10px;
  }

  /* Rewards Calculator */
  #rewards-calculator .container_12 {
    padding-left: 0;
    padding-right: 0;
  }
  #rewards-calculator .container_12 .grid_6 {
    width: 48% !important;
  }
  #rewards-calculator .container_12 .grid_2 {
    width: 15% !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rewards-calculator .container_12 .grid_4 {
    width: 32% !important;
  }
  #rewards-calculator .btn.pull-right {
    margin-right: 10px;
  }

  /* Replacement Images */
  table.data-place-window-images .grid_8 {
    width: 63% !important;
  }
}
@media screen and (min-width: 769px) {
	.visible-xs {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.visible-xs {
		display: block;
	}
  .hidden-xs {
    display: none;
  }

  #header hr {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #header #nav-toggle a {
		width: 30px;
		height: 30px;
		background: #ff0000;
		text-align: center;
		line-height: 30px;
		vertical-align: middle;
		font-size: 20px;
		color: #fff;
		outline: none;
		display: inline-block;
    padding: 0;
    margin-top: 23px;
	}
	#header #menu {
		display: none;
	}
	#header .container_12 .grid_12 nav {
		text-align: right;
	}
	#header .slicknav_nav {
		width: 100%;
		background: #f2f2f2;
		padding: 15px;
    padding-left: 0 !important;
		margin-bottom: 0 !important;
    margin-left: -5px;
	}
	#header .slicknav_nav li {
		width: 100% !important;
		clear: left;
		float: left;
		text-align: left !important;
    margin-right: 0;
    padding-left: 15px;
	}
	#header .slicknav_nav li a {
		width: 100% !important;
		font-size: 16px !important;
		color: #333 !important;
		background: none !important;
		text-align: left !important;
    margin-top: 0 !important;
	}
	#header .slicknav_nav li a:hover, #header .slicknav_nav li a:focus {
		color: #ff0000 !important;
	}
	#header .slicknav_menu {
		display:block;
		background: none;
	}
	#header .slicknav_menu a .fa {
		text-shadow: none;
	}
	#header .slicknav_icon {
		display: none;
	}
	#header .slicknav_btn {
		margin: 0;
		padding: 4px 0 0 6px;
		border-radius: 0;
	}

  #content .container_12 .grid_9 {
    width: 100% !important;
  }

  /* Home */
  #wrapper section.grey .container_12 .grid_4 {
    width: 100% !important;
  }

  /* Main */
  #member-items .grid_4 {
    width: 100% !important;
  }

  /* Purchase Status */
  .responsive-tabs__heading {
    font-size: 14px;
    font-family:'VELUXGothicBold';
    background: #fff;
    box-shadow: none;
  }
  .responsive-tabs__heading:hover, .responsive-tabs__heading:focus {
    background: #f2f2f2;
  }
  .responsive-tabs__heading:after {
    content: "\f107";
    font-family: 'FontAwesome';
    border: none;
    top: 30%;
  }

  /* Replacement Images */
  table.data-place-window-images .grid_4 {
    width: 32% !important;
  }
  table.data-place-window-images .grid_8 p {
    margin-top: 0;
  }

  /* Rewards */
  #rewards .grid_8 {
    width: 64% !important;
    float: right;
    display: inline;
  }

  /* Reward Details */
  #reward-details .grid_8 {
    width: 64% !important;
    float: right;
    display: inline;
  }

  /* Footer */
  #footer-wrapper .container_12 .grid_3 {
    width: 100% !important;
  }
}
@media screen and (max-width: 690px) {
	.container_12 .grid_3 {
		width: 100% !important;
	}
	.container_12 .grid_4 {
		width: 100% !important;
	}
	.container_12 .grid_5 {
		width: 100% !important;
	}
	.container_12 .grid_7 {
		width: 100% !important;
	}

  #wrapper .grid_8 {
    width: 100% !important;
  }

  /* Rewards */
  #rewards .grid_4 {
    width: 32% !important;
  }
  #rewards .grid_8 {
    width: 64% !important;
  }

  /* Reward Details */
  #reward-details .grid_4 {
    width: 32% !important;
  }
  #reward-details .grid_8 {
    width: 64% !important;
  }

  /* Rewards Calculator */
  #rewards-calculator .container_12 .grid_6 {
    width: 48% !important;
  }
  #rewards-calculator .container_12 .grid_2 {
    width: 15% !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  #rewards-calculator .container_12 .grid_4 {
    width: 31% !important;
  }
  #rewards-calculator .btn.pull-right {
    margin-right: 20px;
  }
}

@media screen and (max-width: 644px) {
	#member-items .grid_6 {
		width: 47% !important;
	}
}

@media screen and (max-width: 485px) {
	#header h1 {
		font-size: 20px;
		height: 38px;
		line-height: 38px;
		vertical-align: middle;
	}

  section h1 {
    font-size: 26px;
    line-height: 28px;
  }
  section h2 {
    font-size: 22px;
    line-height: 24px;
  }

  #content form select {
  	width: 100% !important;
  }

  /* Home */
  #wrapper section.bg-image .container_12 .grid_6 {
    width: 100% !important;
  }

  /* Replacement Images */
  table.data-place-window-images tr td {
    width: 100%;
    clear: left;
    float: left;
    display: block;
  }
  table.data-place-window-images .grid_4, table.data-place-window-images .grid_8 {
    width: 100% !important;
  }
  table.data-place-window-images .grid_8 p {
    margin-top: 10px;
  }

  /* Rewards */
  #rewards .grid_4, #rewards .grid_8 {
    width: 100% !important;
  }

  /* Reward Details */
  #reward-details .grid_4, #reward-details .grid_8 {
    width: 100% !important;
  }

  /* Rewards Calculator */
  #rewards-calculator .btn.pull-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 444px) {
	#member-items .grid_6 {
		width: 46% !important;
	}
}

@media screen and (max-width: 390px) {
	#header h1 {
		height: 26px;
		line-height: 26px;
	}
	#header .logo img {
		width: 80px;
		height: auto;
	}

  /* Home */
	section.grey h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	section.grey p {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		margin-right: 15px;
	}
}
/* End Media Queries */
