html,
body {
  height: 100%;
  min-height: 100%; }

body {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
  color: #272727;
  width: 100%;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
  -webkit-text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased; }

body.terms-of-use h1,
body.contactus label,
body.faq h4,
body.login label,
body.registration h3,
body.registration label {
  color: #272727; }

body.Popup {
  background-image: none;
  padding: 0px 20px;
  background: #ffffff; }

h1, h2, h4, h5 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
  color: #696969; }

h3 {
  color: #696969;
  margin-bottom: 1rem; }

h4 {
  color: #999; }

h5 {
  font-size: 1.5rem; }

ul {
  list-style: none;
  line-height: 1.7em;
  margin: 0;
  padding: 0; }

ul li {
  margin: 0;
  padding: 0; }

header {
  background: #fff;
  min-height: 150px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: #eee;
  -webkit-box-shadow: -3px 11px 7px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: #eee;
  -moz-box-shadow: -3px 11px 7px -9px rgba(0, 0, 0, 0.15);
  box-shadow: #eee;
  box-shadow: -3px 11px 7px -9px rgba(0, 0, 0, 0.15); }

header .logo {
  float: left;
  width: 230px;
  height: 72px;
  margin: .5em 1em; }

ol li {
  line-height: 1.5em; }

fieldset {
  border: none; }

a,
a:active,
a:visited {
  color: #77913c;
  text-decoration: none; }

a:hover,
a:focus {
  outline: none;
  color: #77913c;
  text-decoration: underline; }

.link {
  color: white !important; }

.nav-links,
.nav-links * {
  color: #77913c; }

.nav-options-nocaps {
  text-transform: none !important; }

.button.tsp-button {
  background: #A1C15C;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  border: 0;
  display: inline-block;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6px;
  line-height: 36px;
  min-height: 36px;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .button.tsp-button:hover, .button.tsp-button:focus {
    opacity: 0.75; }

.button.tsp-button.red {
  background-color: #ee4838; }

.button.tsp-button.green {
  background-color: #A1C15C; }

.button.tsp-button.big {
  font-size: 1.25rem;
  padding: .5rem 1rem; }

.button.tsp-button.raised:not([disabled]) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.menu-button {
  margin: 0 1rem; }

.button.tsp-button.button-disabled {
  background-color: darkgray;
  border: 1px solid darkgray;
  pointer-events: none; }

*[aria-hidden='true'] {
  speak: none; }

.hero {
  width: 100%;
  position: relative;
  background: url("/content/Images/hero/banner.jpg") no-repeat bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.hero-container {
  overflow: hidden; }

.hero-container .caption .content-header {
  background: rgba(0, 0, 0, 0.5); }

.hero-container .caption .content-header h3 {
  font-size: small;
  color: #fff; }

.hero-container .caption .title-header {
  background-color: #133a63;
  border: 1px solid #fff; }

.hero .caption {
  width: 100%;
  text-align: center;
  z-index: 10; }

.hero .buttons {
  width: 100%;
  text-align: center;
  z-index: 10; }
  .hero .buttons .button.tsp-button {
    background: #A1C15C;
    color: #fff; }

.hero .caption,
.hero .caption h1 {
  font-family: Roboto;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 100;
  position: relative;
  display: block; }

.hero .caption h2 {
  color: #fff;
  font-size: 1rem; }

.home-hero-text {
  font-size: 1rem !important;
  font-weight: 100;
  font-family: "Roboto" !important; }

.home-hero-text a {
  color: #fff;
  text-decoration: underline;
  display: inline-block; }

.home-hero-text ul.hero-stars {
  margin: 6px 0 0 15px; }

.home-hero-text ul.hero-stars li {
  display: inline-block;
  font-size: 2rem;
  color: #FFC100; }

.intro-button, .intro-button-activate, .intro-button-try, .intro-button:visited, .intro-button-activate:visited, .intro-button-try:visited {
  padding: .5rem 1rem;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 6px;
  color: #fff; }

.intro-button:active, .intro-button-activate:active, .intro-button-try:active {
  border-top: 1px solid #cde4fc;
  box-shadow: 0 0px 0px #5F7D1E, 0 3px 0 #5F7D1E, 0px 0px 0 #A1C15C, 0px 0px 0 #A1C15C, 0px 2px 4px #000, 0 2px 10px #1b1b1b; }

.intro-button-activate {
  background: #A1C15C;
  box-shadow: 0 6px 6px #5F7D1E;
  float: none;
  white-space: nowrap; }
  .intro-button-activate:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 6px #5F7D1E, 0 6px 0 #5F7D1E, -1px 0px 0 #A1C15C, 0px 0px 0 #A1C15C, 0px 7px 8px #000, 0 2px 10px #1b1b1b; }

.intro-button-try {
  background: #003964;
  box-shadow: 0 6px 6px #002541; }
  .intro-button-try:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 6px #002851, 0 6px 0 #002851, -1px 0px 0 #003872, 0px 0px 0 #003872, 0px 7px 8px #000, 0 7px 20px #1b1b1b; }

.no-test-drive .activate {
  width: 100%;
  text-align: center; }

.no-test-drive .intro-button-activate {
  float: none;
  white-space: nowrap; }

/* ANIMATE THE BUTTON */
.transition,
.transition:hover,
.transition:active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.highlight {
  position: relative;
  margin: -200px auto 0 auto;
  width: 500px;
  height: 400px;
  opacity: 0.4;
  background: -moz-radial-gradient(top, ellipse cover, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, top top, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0) 275px); }

.section-title {
  font-size: 2rem;
  padding: 1.125rem; }

.home-section, .video-section, .brands {
  padding: 2em 0; }

.home-section h2, .video-section h2, .brands h2 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 2rem; }

div.line {
  background: #ddd;
  height: 1px;
  margin-bottom: 2rem;
  text-align: center; }

.triangle-container {
  width: 55px;
  height: 40px;
  left: 50%;
  margin-left: -27px;
  position: relative;
  border-top: 1px solid #fff; }

.triangle {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 40px;
  transform: rotate(45deg);
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: auto;
  width: 40px;
  top: -20px; }

/* Amazon */
.amazon img {
  height: 150px;
  margin: 40px 0;
  padding: .5rem; }

.amazon h2 {
  padding-bottom: 40px; }

.amazon h2 a {
  font-size: 1.5rem;
  padding: .5rem;
  color: #696969; }

/* Member Benefits*/
.member-benefits {
  padding: 2rem 0; }

.member-benefits ul li {
  text-align: center; }

/** Member Savings **/
.member-savings {
  background: #323232;
  text-align: center;
  padding: 2rem 0; }

.member-savings h2 {
  text-align: center;
  color: #fff; }

/* Member Savings digits */
ul.flip {
  position: relative;
  margin: 5px;
  height: 3rem;
  font-size: 1.875rem;
  font-weight: bold;
  list-style: none; }

ul.flip li {
  display: inline-block;
  width: 18px;
  height: 100%;
  border-radius: 6px; }

ul.flip li.active {
  z-index: 2; }

ul.flip li:first-child {
  z-index: 2; }

ul.flip li a {
  display: block;
  height: 100%;
  perspective: 200px; }

ul.flip li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden; }

ul.flip li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

ul.flip li a div.up {
  transform-origin: 50% 100%;
  top: 0; }

ul.flip li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.4); }

ul.flip li a div.down {
  transform-origin: 50% 0%;
  bottom: 0; }

ul.flip li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px; }

ul.flip li a div.up div.inn {
  top: 0; }

ul.flip li a div.down div.inn {
  bottom: 0; }

/* Trending Destinations */
.trending-destinations {
  margin-top: 1rem; }

.trending-destinations ul li {
  padding: 0 !important;
  margin: 0 !important; }

.view {
  padding: 8px 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-bottom: .5em; }

.view .box-overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.view img {
  position: relative; }

.view h2 {
  text-transform: uppercase;
  color: #222;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px;
  margin: 9px 0 0 0; }

.view p {
  font-size: 1.5rem;
  position: relative;
  color: #333;
  text-align: center;
  margin: 0 auto !important;
  width: 80%;
  border: 1px solid;
  font-weight: 700; }

.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000; }

.view-box h2, .view-box p {
  opacity: 1; }

.view-box .box-overlay {
  height: 110px;
  opacity: .9;
  margin-top: 2rem; }

.view-box h3 {
  background: transparent;
  margin-top: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 2em;
  padding-bottom: 9px; }

.view-box a.info {
  display: none; }

.view-box img {
  opacity: .4;
  height: 231px;
  width: 386px; }
  @media only screen and (max-width: 44.19rem) {
    .view-box img {
      width: 100%; } }

.destination-section {
  margin-top: 25px; }

.destination-section img {
  height: 100%;
  margin-bottom: 18px;
  margin-top: -48px;
  object-fit: cover;
  width: 100%; }

.destination-section .img-square,
.destination-section .img-wide {
  max-height: 310px; }

.destination-section .img-tall {
  max-height: 638px; }

@media only screen and (max-width: 40em) {
  .destination-section img {
    width: 100%;
    height: 200px;
    object-fit: cover; } }

@media only screen and (min-width: 40.0625em) {
  .destination-section .destination-box h2 {
    font-size: x-small !important; } }

@media only screen and (min-width: 64.063em) {
  .destination-section .destination-box h2 {
    font-size: 18px !important; } }

.destination-section .destination-box h2 {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-style: initial;
  margin-top: -30px;
  margin-right: 20px;
  text-align: center;
  white-space: nowrap; }

.destination-section .destination-box {
  opacity: .75;
  width: 80%;
  max-width: 300px;
  margin-right: 0;
  margin-left: auto;
  border-top: 40px solid #000000;
  border-left: 23px solid transparent; }

.destination-section .columns:before {
  content: " ";
  left: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: -3px;
  z-index: -1; }

/* Buy Savings */
.buy-savings div.column {
  margin: 1rem 0; }

/* Misc */
body.no-test-drive .activate {
  width: 100%;
  text-align: center; }

.video-section {
  background: #003964; }

.video-section h2 {
  color: #fff; }

#Brands h1 {
  color: #272727; }

#Brands h2.brands-section-title {
  font-size: 2rem;
  padding: 1.125rem; }

.brands {
  text-align: center;
  padding-top: .5rem;
  padding-bottom: 0px; }

.brands ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative; }

.brands ul li {
  display: inline-block;
  position: relative; }

.brands ul li img {
  margin: 1rem 1.5rem; }

@media only screen and (min-width: 64.063em) {
  .brands ul li img {
    margin: 1rem 0.5rem; } }

@media only screen and (max-width: 40em) {
  .brands ul li img {
    margin: 1rem 0.5rem; } }

.brands-cars {
  margin-bottom: 0; }

.brands h2 {
  color: #999; }

a.learn-more-link {
  color: #fff;
  font-weight: 700;
  margin-top: 2rem; }

.vendor-icons li img {
  margin-bottom: 1.5rem; }

body.home nav ul.site {
  display: block; }

.expand-primary {
  transform: translateY(-20px);
  opacity: 0; }

.loaded .expand-primary {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1.2s ease-out 0s; }

.expand-secondary {
  transform: scale(0); }

.loaded .expand-secondary {
  transform: scale(1);
  transition: transform 0.4s ease-out 0.3s, background 0.3s ease-out 0s; }

/*As seen*/
.section-name-text {
  font-family: Roboto !important;
  font-size: 25px !important; }

.sponsored-by {
  border-top: 2px solid #696969;
  margin-top: 20px;
  padding-top: 20px; }
  .sponsored-by h1 {
    color: #272727; }
  .sponsored-by .sponsored-by-logo {
    padding: 30px 20px 60px 20px; }

/* Product Offers */
.product-offers {
  margin-top: -20px !important;
  margin-bottom: 20px !important;
  text-align: center; }

/*Products section*/
.product-box {
  position: relative;
  text-align: center;
  vertical-align: bottom;
  margin-top: 40px;
  display: inline-block; }

@media only screen and (max-width: 40em) {
  .product-box {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.product-box .icon {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  box-sizing: content-box;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  display: flex; }

.product-box .icon div.img {
  height: 90%;
  margin: auto;
  /* Magic! */
  width: 90%; }

.product-box .icon div.img::before {
  background-position: center center;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  content: " ";
  display: block;
  height: 100%;
  width: 100%; }

.product-box .icon div.img.hotels::before {
  background-image: url("/Content/images/home/HotelsIcon.png"); }

.product-box .icon div.img.cars::before {
  background-image: url("/Content/images/home/CarIcon.png"); }

.product-box .icon div.img.cruises::before {
  background-image: url("/Content/images/home/WeeklyStayIcon.png"); }

.product-box .icon div.img.activities::before {
  background-image: url("/Content/images/home/ActivityIcon.png"); }

.product-box .product-description {
  margin-top: -60px;
  text-align: center;
  background: white;
  padding: 8px;
  min-height: 250px;
  padding-top: 60px !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  font-family: "Roboto";
  color: #272727;
  font-size: 24px;
  padding-bottom: 0px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .product-box .product-description {
    min-height: 350px; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
  .product-box .product-description {
    min-height: 350px; } }

@media only screen and (min-width: 64.063em) {
  .product-box .product-description {
    min-height: 250px; } }

.product-description h3 {
  font-weight: 100;
  margin-bottom: 8px;
  font-size: 33px;
  color: #272727; }

.product-description p {
  font-size: 24px;
  color: #272727;
  line-height: 1.2; }

/* 
Form Style Sheet
-------------------------------------------------------
Copyright (c) 2012

Last Updated: Mark Garczewski
 */
/* #Forms Universal
================================================== */
.required {
  color: Red; }

form, fieldset {
  margin-bottom: 0;
  min-height: 100%;
  height: 100%; }

form td {
  vertical-align: middle; }

legend {
  font-weight: 700;
  font-size: 13px; }

label {
  color: #696969;
  font-size: 1em;
  font-weight: 700; }

label span, legend span {
  font-weight: 400;
  font-size: 13px;
  color: #444; }

.landing-howto .cta a {
  font-family: "Open Sans",X-LocaleSpecific,sans-serif;
  background-color: #0096DD;
  color: #FFF;
  display: inline-block;
  border: 0px none;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
  font-size: 1.125rem;
  min-width: 240px;
  padding: 20px 30px; }

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], textarea, select {
  color: #3d3d3d;
  display: inline-block;
  padding: 6px 4px;
  max-width: 100%; }

textarea {
  width: 100%; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

input[type="checkbox"] {
  display: inline; }

input[type=radio] {
  margin-left: 10px;
  margin-right: 5px;
  display: inline; }

.form-input-inline {
  display: inline-block; }

.form-content {
  padding: 2em; }

.form-content h1 {
  font-size: 2em; }

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }

.form-group {
  max-width: 275px; }

.form-group input.has-note {
  margin-bottom: 0; }

.error-container {
  margin: 10px;
  text-align: center; }
  .error-container .error-navigation-controls a:first-of-type {
    margin-right: 15px; }
  .error-container div {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px; }

/*  footer  */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
#cookie-footer {
  position: fixed;
  /* added to support older browsers */
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  transition: all 0.5s ease-out;
  visibility: hidden;
  z-index: 2147483645; }
  #cookie-footer #cookie-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    @media only screen and (max-width: 48rem) {
      #cookie-footer #cookie-flex {
        padding: 20px; } }
    #cookie-footer #cookie-flex #cookie-btn {
      margin: 0 !important; }
    #cookie-footer #cookie-flex #cookie-message {
      padding: 10px 15px; }
      #cookie-footer #cookie-flex #cookie-message p {
        font-size: 0.875rem;
        margin-bottom: 0;
        color: #696969; }
        @media only screen and (max-width: 48rem) {
          #cookie-footer #cookie-flex #cookie-message p {
            font-size: 12px; } }
      #cookie-footer #cookie-flex #cookie-message a {
        color: #A1C15C; }

footer {
  color: #9D9D9D;
  border-top: 1px solid #dadada;
  background: #9D9D9D;
  width: 100%;
  z-index: 999;
  position: absolute;
  bottom: 0;
  height: 110px; }

footer .footer-wrap {
  padding: 0; }

footer .footer-wrap .bottom {
  background: #272727;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .5rem 0 1rem; }

footer .footer-logo img {
  margin: .5rem; }

footer .footer-copyright {
  height: 90px;
  margin-top: .5em;
  font-size: .875em;
  color: #9D9D9D; }

footer .footer-links {
  display: inline-block;
  width: 100%; }

footer .footer-links a {
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 0 .5rem; }

footer .footer-links a:last-child {
  border-right: 0; }

footer .top-footer {
  border-bottom: rgba(0, 0, 0, 0.15) solid 1px; }

footer .mid-footer {
  margin: 1rem 0 0; }

footer h2 {
  font-size: 1.5rem;
  color: #A1C15C;
  margin: .5rem 0; }

footer .top-footer .caption {
  text-align: center;
  margin: .5rem 0 1rem; }

footer ul.social-links li {
  display: inline;
  padding: 1rem;
  font-size: 2rem;
  color: #727375; }

footer ul.social-links {
  text-align: center;
  padding: 0; }

footer ul.social-links li a {
  color: #727375; }

footer .copyrights {
  bottom: 0;
  width: 100%;
  background: #272727;
  display: block;
  padding: 8px 0;
  margin-top: 1rem;
  color: #a8a8a8;
  font-size: .75rem;
  letter-spacing: .5px; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
.main-canvas {
  background-color: #fff;
  min-height: 100%;
  position: relative;
  display: block; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  min-height: 100%;
  position: relative; }

.page-title {
  font-weight: 400;
  color: #272727;
  text-shadow: -1px -1px -2px rgba(255, 255, 255, 0.4); }

.site-logo {
  margin: 8px 0; }

.inner-content {
  padding: 1rem;
  margin: 0 0 40px; }

.note {
  display: block;
  margin-bottom: 1rem; }

div#branding {
  position: absolute; }

.centered {
  text-align: center;
  margin: 0 auto; }

.capitalize {
  text-transform: uppercase; }

/*#endregion*/
/*#region Special Styles */
.highlight {
  color: #ff3300; }

/*#endregion*/
/*#region Buttons */
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 9px; }

/*#endregion*/
/*#region Messaging*/
.alert {
  background-color: #FCF8E3;
  /*border: 1px solid #FBEED5;*/
  border: 1px solid #f25c2a;
  border-radius: 4px 4px 4px 4px;
  color: #f25c2a;
  margin-top: 20px;
  margin-bottom: 18px;
  padding: 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.alert-danger, .alert-error {
  background-color: #F2DEDE;
  /*border-color: #EED3D7;*/
  border-color: #B94A48;
  color: #B94A48; }

.alert-success {
  background-color: #DFF0D8;
  /*border-color: #D6E9C6;*/
  border-color: #468847;
  color: #468847; }

.alert-info {
  background-color: #D9EDF7;
  /*border-color: #BCE8F1;*/
  border-color: #3A87AD;
  color: #3A87AD; }

.alert ul {
  margin-left: 25px; }

.TSP-alert-section {
  margin-top: 20px; }

/*#endregion*/
.left {
  float: left; }

.right {
  float: right; }

/* 
Global Style Sheet
-------------------------------------------------------
Copyright (c) 2012

Last Updated: Janean Angeles
 */
.page {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  filter: alpha(opacity=55);
  -moz-opacity: .55;
  opacity: .55;
  z-index: 50; }

.content {
  position: fixed;
  background-color: #888888;
  border: 1px solid #999999;
  z-index: 50;
  left: 50%;
  top: 30%;
  min-height: 200px;
  width: 400px;
  margin-left: -200px; }

.content-border {
  margin: 10px; }

/*#region Default*/
.messageBox-table {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  width: 100%;
  height: 192px;
  margin-bottom: 0px; }

.messageBox-boxHeader {
  border-bottom: 1px solid #CCCCCC;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
  color: Black;
  text-align: center;
  height: 30px; }

.messageBox-content-table {
  margin: 0px auto; }

.messageBox-boxIcon {
  width: 50px;
  text-align: center;
  vertical-align: middle; }

.messageBox-message {
  font-size: 14px;
  padding-left: 15px; }

.messageBox-button {
  margin-top: 5px;
  text-align: center;
  vertical-align: middle; }

/*#endregion*/
/*#region ClassA - CUSTOM FOR REDEMPTION SITE*/
.content.classA {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #000000;
  min-height: 252px; }

.classA .messageBox-table {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  width: 100%;
  min-height: 230px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.classA .messageBox-boxHeader {
  font-size: 33px;
  color: #000000;
  font-family: Trebuchet MS, sans-serif;
  text-align: center;
  border-bottom: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: whitesmoke;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px; }

.classA .messageBox-content-table {
  width: 80%;
  margin: 8px auto; }

.classA .messageBox-boxIcon {
  display: none; }

.classA .messageBox-message {
  color: #3d3d3d;
  font-size: 16px;
  padding: 0; }

.classA .messageBox-message a {
  text-decoration: underline; }

.classA .messageBox-button {
  margin-top: 0;
  vertical-align: top;
  height: 60px; }

.classA .messageBox-button .button_classA {
  padding: 9px 11px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*#endregion*/
/*#region ClassB*/
.classB .messageBox-table {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  width: 100%;
  height: 192px; }

.classB .messageBox-boxHeader {
  border-bottom: 1px solid #CCCCCC;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
  color: Black;
  text-align: center;
  height: 30px; }

/*#endregion*/
nav {
  background: #133a63;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 96%;
  width: 230px;
  padding-top: 0;
  transform: translate3d(230px, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.sidebar-menu-open nav::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav ul li.item-buy {
  text-align: center;
  padding: .5rem 0 0; }

nav ul.site {
  margin-top: 0px;
  top: 0px;
  position: absolute;
  right: 0px;
  font-weight: 700;
  width: 100%; }

nav ul.site select {
  background-color: #A1C15C;
  border: medium none;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-right: 0; }

.top-nav {
  background: #272727;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1); }
  .top-nav *,
  .top-nav a {
    color: #fff; }

nav h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2rem; }

nav ul li a.navlink {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  font-weight: 400; }

nav ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff; }

select.language-select,
select.language-select:hover {
  background: #272727;
  border: 0;
  margin: .5rem 0;
  max-width: 150px; }

select.language-select:hover,
select.language-select:focus {
  outline: none;
  text-decoration: underline; }

.language-select-wrapper {
  max-width: 160px;
  float: left; }

.language-select-wrapper:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 80px;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0); }

.member-link {
  text-align: center;
  padding: .5rem;
  margin: 1rem 0;
  color: #eee;
  float: right; }

/* Navigation Toggle */
.hamburger {
  float: right;
  margin-top: 2rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px; }

a.hamburger {
  height: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
  content: "Menu";
  display: block; }

.hamburger > div {
  background: #696969;
  height: 4px;
  margin-bottom: 4px;
  float: left;
  width: 100%; }

.hamburger > div:nth-child(1), .hamburger > div:nth-child(3) {
  float: right; }

.hamburger.active {
  top: 25px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
  -moz-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
  -ms-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
  -o-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
  transform: scale(1, 1) rotateZ(180deg) translate(0, 4px); }

.hamburger.active > div {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.hamburger.active > div:nth-child(1) {
  -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
  -moz-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
  -ms-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
  -o-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px);
  transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -5px); }

.hamburger.active > div:nth-child(2) {
  width: 90%; }

.hamburger.active > div:nth-child(1), .hamburger.active > div:nth-child(3) {
  width: 70%; }

.hamburger.active > div:nth-child(3) {
  -webkit-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
  -moz-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
  -ms-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
  -o-transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px);
  transform: scale(1, 1) rotateZ(45deg) translate(-10px, 5px); }

.hamburger.active.active-end {
  -webkit-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  -moz-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  -ms-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  -o-transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px);
  transform: scale(1, 1) rotateZ(360deg) translate(0px, 0px); }

.hamburger.active.active-end > div {
  width: 100%; }

.hamburger.active.active-end > div:nth-child(1) {
  -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
  -moz-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
  -ms-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
  -o-transform: scale(1, 1) rotateZ(0deg) translate(0, 0);
  transform: scale(1, 1) rotateZ(0deg) translate(0, 0); }

.hamburger.active.active-end > div:nth-child(3) {
  -webkit-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
  -moz-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
  -ms-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
  -o-transform: scale(1, 1) rotateZ(0deg) translate(0px, 0);
  transform: scale(1, 1) rotateZ(0deg) translate(0px, 0); }

/* Navigation Reveal */
.sidebar-effect-reveal.sidebar-menu-open header {
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0); }

.sidebar-effect-reveal.sidebar-menu-open .sidebar-pusher {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0); }

.sidebar-effect-reveal nav {
  z-index: 1;
  transform: translate3d(0, 0, 0); }

.sidebar-effect-reveal nav {
  visibility: visible;
  border-left: 2px solid white;
  z-index: 1; }

.sidebar-effect-reveal nav:after {
  display: none; }

.forgot-password {
  margin: 1rem 0; }

.qvi-login.hero .caption {
  margin-top: 50px;
  width: 92.72727272727273%;
  padding: 0 3.636363636363636%; }

.inner-content.faq {
  padding: .5rem; }

.inner-content.faq ul, .inner-content.faq ol {
  padding: .5rem;
  margin: 0; }

.inner-content.faq ol li ul {
  padding: 0;
  margin: 0; }

.qvi-hero {
  background: url("/content/Images/hero/beach-min.jpg") no-repeat bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

.qvi-hero .caption {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  z-index: 10; }

.qvi-hero .caption h1 {
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  position: relative;
  display: block; }

.qvi-hero .caption h2 {
  color: #fff;
  font-size: 2rem; }

/* Blue Box */
.box-blue {
  background: rgba(0, 0, 33, 0.65);
  padding: 2rem;
  margin: .5rem 0; }

.box-blue h3 {
  color: #fff; }

.terms {
  margin: .5rem 0; }

.terms span {
  color: #fff; }

.qvi-form .field-row {
  padding: .5rem !important; }

.qvi-form input,
.qvi-form input[type="text"] + label,
.qvi-form input[type="password"] + label:before {
  width: 100%;
  padding: .5rem;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.qvi-form input:focus {
  outline: 0;
  border-color: #28d3c1; }

.qvi-form input:focus + .input-icon i {
  color: #55d9cb; }

.qvi-form input:focus + .input-icon:after {
  border-right-color: #55d9cb; }

.qvi-form input:focus {
  outline: 0;
  border-color: #28d3c1; }

.qvi-form input:focus + .input-icon i {
  color: #55d9cb; }

.qvi-form input:focus + .input-icon:after {
  border-right-color: #55d9cb; }

qvi-form .input-group {
  margin-bottom: 1em;
  zoom: 1; }

.qvi-form .input-group:before,
qvi-form .input-group:after {
  content: "";
  display: table; }

.qvi-form .input-group:after {
  clear: both; }

.qvi-form .input-group-icon {
  position: relative; }

.qvi-form .input-group-icon input {
  padding-left: 4.4em; }

.qvi-form .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none; }

.qvi-form .input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.qvi-form .input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.qvi-form .qvi-button {
  font-size: 1.125rem;
  color: #fff; }

.qvi-form .qvi-button-disabled {
  background-color: darkgray !important;
  border: 1px solid darkgray !important;
  pointer-events: none !important; }

.qvi-form .qvi-button.blue {
  background-color: #003F87;
  border: 1px solid #3B6AA0; }

.qvi-form .qvi-button.green {
  margin-top: 1rem;
  background-color: #7FFF00;
  border: 1px solid #83F52C; }

.qvi-control ul li,
.qvi-forgot-password-control ul li {
  display: inline-block; }

.qvi-control label {
  color: #fff; }

.qvi-control input,
.qvi-forgot-password-control input {
  line-height: normal;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  margin-left: .5em !important; }

.qvi-control input[type="checkbox"],
.qvi-control input[type="radio"],
.qvi-forgot-password-control input[type="checkbox"],
.qvi-forgot-password-control input[type="radio"] {
  display: inline-block;
  margin-right: 8px;
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  max-width: 1em !important;
  height: 1em !important;
  appearance: none;
  -webkit-appearance: none;
  width: 2em !important;
  border-radius: 3px; }

.qvi-control input[type="checkbox"],
.qvi-control input[type="radio"] {
  background: #fff;
  border: 3px solid #fff; }

.qvi-forgot-password-control input[type="checkbox"],
.qvi-forgot-password-control input[type="radio"] {
  background: #3e474f;
  border: 3px solid #3e474f; }

.qvi-control input[type="checkbox"]:checked,
.qvi-control input[type="radio"]:checked,
.qvi-forgot-password-control input[type="checkbox"]:checked,
.qvi-forgot-password-control input[type="radio"]:checked {
  background: #7FFF00;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff; }

.qvi-form .forgot-password h4, .qvi-form .forgot-password span {
  color: #fff; }

.qvi-form .forgot-password a, .qvi-form .terms a {
  color: #0198E1; }

/*  responsive css */
/* Super smallish screens*/
@media only screen and (min-width: 18em) {
  .show-for-medium, .show-for-large {
    display: none; }
  .show-for-small {
    display: block; }
  .member-link.full-width {
    width: 100%; }
  .member-link span {
    display: block; }
  .intro-button, .intro-button-activate, .intro-button-try, .intro-button:visited, .intro-button-activate:visited, .intro-button-try:visited {
    font-size: 1rem; }
  .intro-button-try, .intro-button-activate {
    float: none;
    white-space: nowrap; }
  .activate {
    margin-bottom: 2rem; } }

/* Small Screens ----------- */
@media only screen and (min-width: 24em) {
  header a.hamburger {
    display: block; }
  .hero .fader {
    height: 550px; }
  .hero .caption h1 {
    font-size: 1em; }
  .hero .caption h2 {
    font-size: .8em; }
  .home-section h2, .video-section h2, .brands h2, .video-panel h2, .brands h2 {
    font-size: 1.375em;
    font-weight: 400; }
  .home-hero-text {
    font-size: 1rem !important; }
  .home-hero-text a {
    color: #fff;
    display: inline; }
  .home-hero-text ul.hero-stars {
    float: none;
    margin: 6px 0 0 15px; }
  .home-hero-text ul.hero-stars li {
    display: inline-block;
    font-size: 2rem;
    color: #FFC100; }
  .intro-button, .intro-button-activate, .intro-button-try, .intro-button:visited, .intro-button-activate:visited, .intro-button-try:visited {
    font-size: 1.5rem; }
  .activate {
    margin-bottom: 2rem; }
  .intro-button-try, .intro-button-activate {
    float: none;
    white-space: nowrap; }
  .buttons .try {
    white-space: nowrap; }
  .video-panel {
    margin: 0 -0.5rem;
    padding-bottom: 70px; }
  header a.hamburger {
    display: block; }
  header .logo {
    width: 230px; }
  footer .footer-logo img {
    margin-top: 1em; } }

/*Mobile Large 620px*/
@media screen and (min-width: 38.75em) {
  .show-for-medium, .show-for-large {
    display: block; }
  .show-for-small {
    display: none; }
  .member-link {
    padding: 0;
    text-align: left; }
  .activate {
    text-align: right; }
  .try {
    text-align: left; }
  .buttons .try {
    margin: 0; }
  .language-select-wrapper {
    margin: 0 40px; }
  .hero .caption h1 {
    font-size: 1em; }
  .hero .caption h2 {
    font-size: .9em; }
  .home-section h2, .video-section h2, .brands h2, .video-panel h2, .brands h2 {
    font-size: 1.375em;
    font-weight: 400; }
  .video-panel h2 {
    font-size: 2rem; }
  .amazon h2 a {
    font-size: 2rem;
    padding: .5rem; }
  .intro-button-try {
    float: left;
    white-space: nowrap; }
  .intro-button-activate {
    float: right;
    white-space: nowrap; }
  .brands ul li {
    display: inline-block;
    min-height: 50px;
    margin: .5rem 0; }
  ul.flip {
    position: relative;
    height: 52px;
    font-size: 2rem;
    font-weight: bold;
    list-style: none; }
  ul.flip li {
    display: inline-block;
    width: 38px;
    height: 100%;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    margin-left: 3px;
    border: 1px solid #666; }
  .view {
    margin: 0; }
  .view-box h2, .view-box p {
    opacity: 0; }
  .view-box:hover h2, .view-box:hover p {
    opacity: 1; }
  .view-box:hover .box-overlay {
    opacity: 1; }
  .view-box img {
    opacity: 1; }
  .view-box:hover img {
    opacity: .25; }
  .language-select-wrapper {
    width: 100px; }
  .language-select-wrapper:after {
    left: 120px; } }

/*Tablet Small 740px*/
@media screen and (min-width: 46.25) {
  .content-section {
    padding: 2rem 0; }
  header {
    height: 160px; }
  .hero .fader {
    height: 500px; }
  .hero .caption {
    width: 92.72727272727273%;
    padding: 0 3.636363636363636%; }
  .home-section h2, .video-section h2, .brands h2, .video-panel h2, .brands h2 {
    font-size: 2em;
    font-weight: 400; }
  .inner-content {
    margin: 50px 0; }
  .main-canvas {
    padding-bottom: 1rem; }
  .brands ul li img {
    margin: 0; }
  .member-benefits ul li {
    text-align: left; }
  footer {
    height: 200px; }
  .logo {
    height: 74px;
    width: 245px;
    margin: .5em 1em; }
  .intro-button-try {
    float: left;
    white-space: nowrap; }
  .intro-button-activate {
    float: right;
    white-space: nowrap; }
  ul.flip {
    position: relative;
    height: 90px;
    font-size: 55px;
    font-weight: bold;
    list-style: outside none none; }
  footer .social h2, footer .social .social-links {
    display: inline-block; } }

@media only screen and (min-width: 46.25em) and (orientation: landscape) {
  nav ul li {
    border-bottom: none; }
  nav ul li.item-buy {
    padding: 0; }
  .hero .fader {
    height: 500px; }
  .hero .caption h1 {
    font-size: 3rem; }
  .hero .caption h2 {
    font-size: 1.5em; }
  .product-box {
    margin-top: 55px; } }

/*Tablet Large 880px */
@media screen and (min-width: 55em) {
  .hero .caption h1 {
    font-size: 1.5rem; }
  nav {
    position: absolute;
    top: 50px;
    transform: none;
    left: unset; }
  nav ul li.item-buy {
    padding: 0; }
  footer .footer-copyright {
    height: auto; }
  footer .footer-links {
    padding: .5rem; } }

@media screen and (min-width: 55em) and (orientation: landscape) {
  nav ul li {
    float: left;
    margin-left: .875rem; } }

/*Desktop Small 955px*/
@media screen and (min-width: 59.6875em) {
  .hero-container {
    padding: 50px;
    padding-bottom: 100px; }
  .qvi-hero {
    height: 700px; }
  .hero .fader {
    height: 500px; }
  .home-hero-text a {
    display: inline-block; }
  .home-hero-text ul.hero-stars {
    float: right; }
  .hamburger {
    display: none; }
  header {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  header a.hamburger {
    display: none; }
  nav {
    background: transparent;
    width: 700px;
    height: 150px;
    visibility: visible; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  nav ul.site {
    width: 175px; }
  nav ul.site select {
    background-color: #fff;
    border: none;
    font-weight: 700;
    text-align: left;
    width: 155px;
    color: #999; }
  nav ul li a.navlink {
    letter-spacing: normal;
    display: block;
    padding: initial;
    outline: none;
    box-shadow: none;
    color: #999;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1); }
  nav ul li a, nav ul li a:link {
    box-shadow: none;
    text-decoration: none;
    padding: initial; }
  nav ul.user {
    margin-top: 2rem; }
  nav ul li:first-child a {
    box-shadow: none; }
  nav ul li a:hover {
    background: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #616161;
    text-decoration: none; }
  ul.nav {
    margin-top: 2em;
    list-style: none;
    overflow: hidden;
    float: right; }
  ul.nav.user {
    margin-left: 2rem; }
  .logo {
    height: 74px;
    width: 245px;
    margin: .5rem 1rem; }
  .product-box {
    margin-top: 55px; }
  .box-blue {
    margin: 0; }
  .member-benefits ul li {
    text-align: left; }
  .member-benefits-item .icon {
    width: 75px;
    float: left;
    margin-right: 30px; }
  .member-benefits-item .description {
    width: 75%;
    float: left;
    padding: 0 .5rem 0 0; }
  .member-benefits-item .description h3 {
    margin: 0; } }

/*15.5 Desktop Medium 1100px */
@media screen and (min-width: 68.75em) {
  nav {
    display: block;
    right: 100px;
    background: transparent;
    height: 150px;
    visibility: visible; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  nav ul li a.navlink {
    letter-spacing: normal;
    display: block;
    padding: initial;
    outline: none;
    box-shadow: none;
    color: #999;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1); }
  nav ul li a, nav ul li a:link {
    box-shadow: none;
    text-decoration: none;
    padding: initial; }
  nav ul.user {
    margin-top: 2rem; }
  nav ul li:first-child a {
    box-shadow: none; }
  nav ul li a:hover {
    background: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #616161;
    text-decoration: none; }
  ul.nav {
    margin-top: 2em;
    list-style: none;
    overflow: hidden;
    float: right; }
  ul.nav.user {
    margin-left: 2rem; }
  nav ul li {
    float: left;
    margin-left: 1.375em; }
  .nav li a.navlink, .nav li a.navlink:link {
    margin-top: .25rem; }
  .hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
  .hero .fader {
    min-height: 300px; }
  .hero .caption h1 {
    font-size: 1.7rem; }
  .hero .caption h2 {
    font-size: 1rem; }
  ul.flip {
    height: 60px;
    font-size: 36px; } }

/* Desktop Large */
@media screen and (min-width: 1600px) {
  nav {
    right: 375px; } }

@media screen and (min-width: 1900px) {
  nav {
    right: 375px; } }

/*Desktop X-Large 1403px */
#as-seen-on h3 {
  margin-top: 30px;
  margin-bottom: 30px; }

#as-seen-on ul {
  font-size: 0px; }
  #as-seen-on ul li {
    display: inline-block;
    position: relative; }
    #as-seen-on ul li .img-container {
      width: 155px;
      height: 60px;
      text-align: center;
      line-height: 60px; }

@media only screen and (min-width: 977px) {
  #as-seen-on ul li + li::before {
    content: "";
    background-color: rgba(39, 39, 39, 0.2);
    position: absolute;
    bottom: 15%;
    left: 0;
    height: 70%;
    width: 1px; } }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon-ultimate/icomoon-ultimate.eot?-xu0fm7");
  src: url("/fonts/icomoon-ultimate/icomoon-ultimate.eot?#iefix-xu0fm7") format("embedded-opentype"), url("/fonts/icomoon-ultimate/icomoon-ultimate.woff?-xu0fm7") format("woff"), url("/fonts/icomoon-ultimate/icomoon-ultimate.ttf?-xu0fm7") format("truetype"), url("/fonts/icomoon-ultimate/icomoon-ultimate.svg?-xu0fm7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

span.icon-code-valid {
  /*margin: 0 4px 0 0;*/
  vertical-align: middle;
  color: white; }

span.icon-code-valid::before {
  content: "\e367"; }

span.icon-code-not-valid {
  /*margin: 0 4px 0 0;*/
  vertical-align: middle;
  color: white; }

span.icon-code-not-valid::before {
  content: "\e365"; }

#codeValidationSectionRegistrationPage {
  padding-top: 5px; }
  #codeValidationSectionRegistrationPage span.icon-code-valid::before {
    font-size: 22px;
    color: #a1c258; }
  #codeValidationSectionRegistrationPage span.icon-code-not-valid::before {
    font-size: 22px;
    color: #f70000; }
  #codeValidationSectionRegistrationPage #codeValidationSectionMessage {
    font-family: Roboto;
    font-size: 18px !important; }
  #codeValidationSectionRegistrationPage .codeValidationSectionMessagePositive {
    color: #757575; }
  #codeValidationSectionRegistrationPage .codeValidationSectionMessageNegative {
    color: #f70000; }

#codeValidationSectionDefaultPage {
  position: relative;
  text-align: right;
  font-weight: 600; }
  #codeValidationSectionDefaultPage span.icon-code-valid::before {
    font-size: 18px;
    color: #a1c258; }
  #codeValidationSectionDefaultPage span.icon-code-not-valid::before {
    font-size: 17px;
    color: #9e0e0e; }
  #codeValidationSectionDefaultPage #codeValidationSectionMessage {
    font-family: Roboto;
    font-size: small; }
  #codeValidationSectionDefaultPage .codeValidationSectionMessagePositive {
    color: white; }
  #codeValidationSectionDefaultPage .codeValidationSectionMessageNegative {
    color: #9e0e0e; }

.activationCodeNoteDefaultPage {
  margin-bottom: .6rem; }

#InputRegistrationCode {
  margin-bottom: 3px !important; }

.registration-code-wrapper {
  cursor: text;
  display: inline-block;
  position: relative; }

/*  Conversions 

8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem


*/
/*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

/* 
	User Style:
	Change the following styles to modify the appearance of ColorBox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#cboxContent {
  margin-top: 20px; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/content/images/color_box/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxPrevious.hover {
  background-position: bottom left; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/content/images/color_box/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext.hover {
  background-position: bottom right; }

#cboxLoadingOverlay {
  background: #000; }

#cboxLoadingGraphic {
  background: url(/content/images/color_box/loading.gif) no-repeat center center; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(/content/images/color_box/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxClose.hover {
  background-position: bottom center; }

/*
	The following fixes png-transparency for IE6.  
	It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
	
	Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
	Colorbox preloads navigation hover classes to account for this.
	
	!! Important Note: AlphaImageLoader src paths are relative to the HTML document,
	while regular CSS background /Skin/images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderTopLeft.png', sizingMethod='scale'); }

.cboxIE #cboxTopCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderTopCenter.png', sizingMethod='scale'); }

.cboxIE #cboxTopRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderTopRight.png', sizingMethod='scale'); }

.cboxIE #cboxBottomLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderBottomLeft.png', sizingMethod='scale'); }

.cboxIE #cboxBottomCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderBottomCenter.png', sizingMethod='scale'); }

.cboxIE #cboxBottomRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderBottomRight.png', sizingMethod='scale'); }

.cboxIE #cboxMiddleLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderMiddleLeft.png', sizingMethod='scale'); }

.cboxIE #cboxMiddleRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/color_box/internet_explorer/borderMiddleRight.png', sizingMethod='scale'); }

.sidebar-container,
.sidebar-pusher,
.sidebar-content {
  min-height: 100%;
  padding: 0; }

.sidebar-content,
.sidebar-content-inner {
  position: relative; }

.sidebar-container {
  position: relative; }

.sidebar-pusher {
  position: relative;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 99;
  padding: 0 0 110px 0; }

.sidebar-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.sidebar-menu-open .sidebar-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sidebar-effect-reveal.sidebar-menu-open .sidebar-pusher {
  -webkit-transform: translate3d(-300px, 0);
  transform: translate3d(-300px, 0); }

.sidebar-effect-reveal.sidebar-menu-open .hamburger {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sidebar-effect-reveal .hamburger {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .sidebar-pusher,
.no-js .sidebar-pusher {
  padding-right: 300px; }

