html {
  box-sizing: border-box;
  color: #4d4d4d;
  font-family: 'Raleway', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a:link,
a:visited {
    color: #f48146;
    text-decoration: none;
    font-weight: normal;
}

.form-error a:link,
.form-error a:visited,
.has-oj-bg a:link,
.has-oj-bg a:visited {
    text-decoration: underline dotted;
}

.has-oj-bg a:link,
.has-oj-bg a:visited {
    color: white;
}


p, span, a, div {
  font-family: "Roboto", sans-serif;
}

section:not(.no-pad) {
    padding: 20px 0;
}

section:not(.no-pad):not(.account-wrap) {
    padding: 20px;
}

h1, h2, h3, h4, h5, header {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    color: #f48146;
    margin-top: 30px;
}
h2 {
  font-size: 28px;
  text-align: center;
}
h2:not(.is-slim) { margin-bottom: 40px; }
ul:not(.show-list),
ol:not(.show-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.smallprint {
    font-size: 0.75em;
    color: #aaa;
    max-width: 75%;
    margin: 15px auto;
}

.bg-cover {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.bg-light {
    background-image: url("/images/ParallaxBG2.jpg");
}

.bg-dark {
    background-image: url("/images/ParallaxBG2inv.jpg");
}

.is-center { text-align: center; }
.is-block-center { display: block !important; margin: auto; }
.is-flex-center { display: flex; justify-content: center; }
.is-right { text-align: right; }
.is-left { text-align: left; }
.is-bold { font-weight: bold; }
.has-white-text { color: #fff; }
.has-small-p p { font-size: 14px; line-height: 18px; }
.has-oj-bg { background-color: #f48146; }
.has-margins { margin: 15px; }
.slim-wrap { margin-left: auto; margin-right: auto; }
.medium-wrap { margin: auto; }
.content_wrap { flex: 1 1 0; }
.nowrap { white-space: nowrap; }

button,
.cta:link,
.cta:visited {
  text-transform: uppercase;
  background-color: #f48146;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 200px;
  padding: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0;
  font-family: 'Raleway', sans-serif;
}

button > span {
    font-family: 'Raleway', sans-serif;
}

button.dynamic,
.cta.dynamic:link,
.cta.dynamic.visited {
     width: auto;
     margin: 0;
}

button.flat {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  color: #f48146;
  font-weight: bold;
  display: inline-block;
  box-shadow: none;
  letter-spacing: inherit;
  width: initial;
  padding: 5px;
}

button.flat:hover {
    background-color: #eee;
}

button img {
    height: 1.125em; /* 18px */
}

button img:first-child {
    margin-right: 10px;
}

button img:last-child {
    margin-left: 10px;
}

.hero__top-bar a:link,
.hero__top-bar a:visited,
footer a:link,
footer a:visited {
    color: inherit;
}

.main-menu a.is-active,
.main-menu a:hover,
footer a:hover {
  color: #f48146;
}

.hero__top-bar a,
.main-menu a,
footer a  {
  transition: color 0.3s ease;
}


/*hero*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero__logo {
  width: 80%;
  max-width: 700px;
}

.hero__image, .hero video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero__badge {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.hero__top-bar {
  position: absolute;
  top: 0;
  padding: 20px 5% 0 5%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hero__top-bar img {
    height: 16px;
}

.hero__top-bar a {
  float: right;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.hero__top-bar a:hover {
  color: #f48146;
}

.hero__overlay {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
}

.hero__overlay h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 10px;
}

.hero__overlay .cta {
  border: 2px solid currentColor;
}

/*nav*/
nav *, .hero__top-bar * {
      font-family: 'Raleway', sans-serif;
}

.main-menu {
  background-color: #4d4d4d;
}

.has-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.has-flex > *:not(:first-child) {
    padding-left: 20px;
}

.full-flex {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-content: stretch;
}

.grower {
    flex: 1 1 0;
}

.main-menu ul {
  max-width: 920px;
  height: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.main-menu li {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.main-menu li img {
  height: 24px;
}

.main-menu li.selected a {
    color: #f48146;
}

.main-menu a:hover {
    color: #848484;
}

.account-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.account-menu.open {
    max-height: 200px;  /* Increase if more menu items are added. */
    transition: max-height 0.5s ease;
}

#header-menu {
    height: 22px;
    cursor: pointer;
    transition: transform 0.4s ease;
}

#header-menu.open {
    transform: rotate(90deg);
    transition: transform 0.4s ease;
}

#header-logo {
    display: none;
}

@media (min-width: 360px) {
  .account-menu {
    max-height: inherit;
  }

  .account-menu ul {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
  }

  .account-menu li {
    display: block;
    align-items: center;
    padding-left: 0;
  }

  .account-menu li img {
    display: block;
    height: 32px;
    margin: 12px auto -5px auto;
  }

  #header-menu {
      display: none;
  }
}


.main-menu a {
  font-weight: 300;
  font-size: 14px;
  color: inherit;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  letter-spacing: 2px;
}

/*about*/
.about .cta {
  margin-top: 50px;
  margin-bottom: 30px;
}

/*benefits*/

.benefits img {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  display: block;
}

.benefits ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
}

.benefits li {
  max-width: 270px;
  margin: 0 30px;
}

/*how to*/
.howTo ol {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
}

.howTo li {
  margin: 0 40px;
  width: 200px;
  text-align: center;
}

.howTo button {
  position: relative;
}

.howTo li:not(:first-of-type) {
margin-top: 20px;
}

/*compatibility*/

.compatibility ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 40px;
}

.compatibility li {
  margin: 0 20px 10px;
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
}

.compatibility img {
  width: 100%;
}

/*cost*/
.cost {
  padding-bottom: 60px;
  padding-top: 1px;
}

/*more*/
.more {
  padding-top: 1px;
  padding-bottom: 30px;
}

/*footer*/

footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  position: relative;
  padding: 110px 10px 10px 10px;
  font-size: 12px;
  letter-spacing: 1px;
  border-top: 4px solid #f48146;
  background-color: white;
}

footer nav {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

footer nav li {
  margin: 10px 0;
}

footer span {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  font-family: 'Raleway', sans-serif;
}

footer span:nth-child(2n-1) {
  margin-top: 10px;
}

.footer__logo-wrap {
  position: absolute;
  left: 50%;
  top: -25px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.footer__logo-wrap img {
  display: block;
}

.footer__badge {
  margin: auto;
  width: 80px;
}

.footer__logo {
  margin-top: 20px;
  min-width: 250px;
  width: 100%;
  max-width: 350px;
}

@media (max-width: 769px) {
  footer span {
    text-align: center;
  }
}


/*hide iOS play button*/
*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}



header {
    padding: 60px 0 30px 0;
    background-color: white;
}

header > img {
    margin: auto;
    width: 600px;
    max-width: 60%;
    display: block;
}

.account-header {
    color: white;
    background: #f48146;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: inherit;
    width: 100%;
    height: 44px;
    z-index: 5;
    white-space: nowrap;
}

.account-header img {
    height: 22px;
    width: auto;
    margin: 0;
    vertical-align: bottom;
}

#header-email {
    display: flex;
    align-items: center;
    overflow: hidden;
}

#account-email {
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Raleway', sans-serif;
}

.usermenu {
    top: 44px;  /* Height of account header */
    right: 5px;
    max-height: 50px;
    position: fixed;
    background: white;
    transition: all 0.2s ease;
    transform-origin: 100% 0;
    overflow: hidden;
    z-index: 99;
}

.language-menu {
    position: absolute;
    top: 44px;  /* Height of account header */
    right: initial;
    max-height: 72px;  /* Each language adds 36px */
    background: #4d4d4d;
    color: white;
    z-index: 100;
}

.usermenu.hidden {
    max-height: 0;
    display: block !important;
    transition: all 0.2s ease;
    transform-origin: 100% 0;
}

.usermenu > a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #4d4d4d;
    float:initial;
}

#usermenu > a:hover {
    background: #eee;
}


.account_wrap {
    padding-bottom: 50px;
}

h3 {
    color: #f48146;
    margin-top: 27px;
}

textarea,
input:not([type=checkbox]):not([type=radio]) {
    font-family: 'Raleway', 'Roboto', sans-serif;
    border: 1px solid #666;
    padding: 10px;
    box-shadow: 1px 1px 1px #666;
}

textarea:focus,
input:focus,
button:focus {
    outline: auto #f48146;
}

button:disabled {
    cursor: default;
    background: #999;
}

.select {
    border: 1px solid #666;
    box-shadow: 1px 1px 1px #666;
    background: white;
}

.select select {
    padding: 5px 8px;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select select:focus {
    outline: none;
}

.form-container textarea,
.form-container input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    display: block;
}

.form-container div,
.form-container .form-error {
    margin-bottom: 15px;
}

.checkbox input:focus + label::before {
    outline: auto #f48146;
}
.checkbox label {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -24px;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #fff;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    height: 1px;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #f48146;
    border-color: #f48146;
}

input + label {
    margin-left: 10px;
}

input:not([type="checkbox"]) {
    background-color: white;
}

input:not([type="checkbox"]).icon {
    padding-right: 35px;
    background-color: white;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    background-size: auto 50%;
    background-repeat: no-repeat;
}

input.icon.valid {
    background-image: url(/images/checkmark-green.svg) !important; /* "important" to override auto-fill styling */
}

input.icon.invalid {
    background-image: url(/images/x-red.svg);
}

input.icon.warning {
    background-image: url(/images/ic-warning.svg);
}

.form-error,
.label.small,
label.small {
    font-size: 12px;
    display: block;
    margin: 8px 0 2px 2px;
}

.label.tight {
    margin: 0;
}

.label.big {
    font-size: 30px;
    display: block;
}

.form-error {
    color: #F48146;
}

.error-msg {
    color: #F48146;
    text-align: center;
    margin: auto;
}

.form-container .error-msg {
    margin: 10px auto;
}

.form-container {
    margin: 40px auto 40px auto;
    width: 500px;
    max-width: 90%;
}

.large-textarea {
    width: 100%;
}

button {
    cursor: pointer;
}

button .spinner {
    width: 18px;
    height: 18px;
    margin: 0 auto;
}

button.pending {
    cursor: progress;
}

button.pending .spinner {
    display: block;
}

button:not(.pending) .spinner {
    display: none;
}

button.pending .btn-label,
button.pending .label {
    display: none;
}

.spinner-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
    min-height: 220px;
}

.spinner-large {
    box-sizing: border-box;
    margin: auto;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 6px solid #f48146;
    border-top-color: transparent;
    animation: spin 2s infinite linear;
}
.spinner {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #FFF;
    border-top-color: rgba(255, 255, 255, 0.2);
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100% { transform: rotate(360deg); }
}

/*
 *  EULA
 */

#eula-popup-background {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000; /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black with opacity */
}

#eula-popup {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 50px;
    width: 90%;
    height: 90%;
    border-radius: 5px;
    box-shadow: 5px 5px 4px rgba(0,0,0,0.1);
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#eula-popup-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin: auto;
    min-height: -webkit-min-content;
    min-height: min-content;
}

#eula-popup-body .spinner-large {
    margin: 0;
}

#eula-popup-footer {
    text-align: center;
    bottom: 40px;
    position: relative;
    margin: 50px;
}

/* External bundle information pages */
.bundle-page-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bundle-page-top > *:last-child {
    margin: 0 20px;
}

.bundle-page-top .logo {
    width: 130px;
    margin: 16px 20px 0 0;
}

@media (min-width: 540px) {
    .bundle-page-top {
        flex-direction: row;
    }
}

/* Bundles */
.bundle-price-container {
    background: #f48146;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 50%;
    border: 7px solid #f48146;
    box-shadow: inset 0 0 0px 6px white;
    transform: rotate(10deg);
    height: 150px;
    width: 150px;
    margin: 20px auto;
}

.bundle-price-container .label {
    display: inline;
}

.bundle-price-container .label.big {
    font-size: 50px;
}


.partners {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-container {
    width: 250px;
    border: 1px solid #4d4d4d;
    background: white;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: space-around;
}

.partner-container img {
    max-width: 100%;
    max-height: 80px;
    align-self: center;
}

.partner-container h3 {
    display: none;
}

.partner-container span {
    font-size: 12px;
    font-family: Raleway, sans-serif;
}

/* Account */

.float-left {
    float: left;
    max-height: 100px;
    max-width: 100px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.float-right {
    float: right;
    max-height: 100px;
    max-width: 100px;
    padding-left: 25px;
    padding-bottom: 10px;
}

#coin-help {
    float: right;
    cursor: pointer;
}

.question-q {
    font-weight: 900;
    margin-top: 30px;
    font-family: 'Raleway', 'Roboto', sans-serif;
    font-size: 18px;
}

#coin-and-card {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 20px;
}

.coin_badge {
    height: 200px;
    width: 200px;
    background: url(/images/coppermist_coin_copper_blank.svg) no-repeat;
    background-size: cover;
    text-align: center;
    color: white;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 16px;
}

.coin_badge.small {
    height: 100px;
    width: 100px;
    font-size: 12px;
    padding-top: 25px;
    text-transform: uppercase;
}

#current_funds {
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
}

#current_funds_currency {
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

#account-transactions-table-container {
    overflow: auto;
}

#account-transactions-table {
    margin: auto;
    padding: 20px;
    background: white;
    border-spacing: 0;
    border: 1px solid #4d4d4d;
    width: 100%;
}

#account-transactions-table th,
#account-transactions-table td {
    padding: 5px 10px;
}

#account-transactions-table td {
    white-space: nowrap;
}

/* Description column */
#account-transactions-table td:nth-child(2) {
    white-space: initial;
    width: 100%;  /* This column should take all available free space */
}

#account-transactions-table b {
    color: #888;
}

#account-transactions-table th {
    border-bottom: 1px solid #4d4d4d;
}

#account-transactions-table tr:hover {
    background: #eee;
}

@media (max-width: 520px) {
    #account-transactions-table button > span {
        display: none;
    }

    #account-transactions-table button > img {
        margin: auto;
    }
}

.modal-background {
    background-color: hsla(0, 0%, 0%, 0.3);
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content,
.payment {
    background: white;
    border: 1px solid black;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 20px;
    max-height: 95%;
    overflow: auto;
    text-align: center;
}

.modal-content {
    max-width: 80%;
}

.modal-content img {
    width: 200px;
    max-width: 30%;
}

.modal-content > button {
    clear: both;
}

#payment-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#payment-description-logo {
    width: 100px;
}

#payment-description-text {
    flex-grow: 1;
    margin: 0 20px;
    color: #f48146;
    font-family: Raleway, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

#payment_cc {
    text-align: center;
}

#payment-success {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#payment-success > * {
    padding: 20px;
}

#payment-success img {
    width: 150px;
}

.modal-content h1,
#payment-success h1 {
    margin: 0 auto 30px auto;
}

.cc-stored-card {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.cc-stored-card > * {
    margin: 10px;
}

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

.cc {
    border: none;
    margin: 20px auto;
    width: 300px;
    text-align: left;
}

.cc-front {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin: auto;
    background-color: #f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    width: auto;
    height: auto;
}

.cc-providers {
    text-align: right;
}

.cc-providers img {
    height: 30px;
}

.cc-no {
    width: 100%;
}

/* Merge MM and YY into "one" field */
.cc-expiry {
    background: white;
    display: inline-block;
    border: 1px solid #666;
    box-shadow: 1px 1px 1px #666;
}
.cc-expiry > input,
.cc-mm,
.cc-yy
{
    border: none !important;
    box-shadow: none !important;
}
.cc-expiry > input:first-of-type {
    text-align: right;
    padding: 10px 0 10px 10px;
}
.cc-expiry > input:last-of-type {
    padding: 10px 30px 10px 0;
}

.cc-cvc {
    position: initial;
    padding-right: 25px;
}

.cc-cvc-label {
    display: block;
}



@media (min-width: 780px) {
    .cc:not(.stored) {
        margin-top: 40px;
        margin-left: calc((100% - 200px) / 2); /* Width of cc-back + extra margin for front = 400px */
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 300px;
        height: 200px;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,
                                    rgba(255,255,255,1) 15%,
                                    rgba(0,0,0,1) 15%,
                                    rgba(0,0,0,1) 35%,
                                    rgba(255,255,255,1) 35%,
                                    rgba(255,255,255,1) 40%,
                                    rgba(244,129,70,1) 40%,
                                    rgba(244,129,70,1) 42%,
                                    rgba(255,255,255,1) 42%,
                                    rgba(255,255,255,1) 44%,
                                    rgba(244,129,70,1) 44%,
                                    rgba(244,129,70,1) 46%,
                                    rgba(255,255,255,1) 46%,
                                    rgba(255,255,255,1) 48%,
                                    rgba(244,129,70,1) 48%,
                                    rgba(244,129,70,1) 50%,
                                    rgba(255,255,255,1) 50%,
                                    rgba(255,255,255,1) 52%,
                                    rgba(244,129,70,1) 52%,
                                    rgba(244,129,70,1) 54%,
                                    rgba(255,255,255,1) 54%,
                                    rgba(255,255,255,1) 56%,
                                    rgba(244,129,70,1) 56%,
                                    rgba(244,129,70,1) 58%,
                                    rgba(255,255,255,1) 58%,
                                    rgba(255,255,255,1) 60%,
                                    rgba(244,129,70,1) 60%,
                                    rgba(244,129,70,1) 62%,
                                    rgba(255,255,255,1) 62%,
                                    rgba(255,255,255,1) 64%
                                   );
    }

    .cc:not(.stored) .cc-front {
        margin: -20px 0 40px -100px;
        width: 300px;
        height: 200px;
    }

    .cc.stored .cc-front {
        margin-bottom: 20px;
    }

    .cc:not(.stored) .cc-cvc {
        position: relative;
        top: -17px;
        left: 116px;
    }

    .cc:not(.stored) .cc-cvc-label {
        display: none !important;
    }
}

.bundle {
    background-color: white;
    border: 1px solid #4d4d4d;
}

.bundle:not(:first-child) {
    border-top: 0;
}

.bundle-img {
    width: 100px;
}

.bundle .img-div {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.bundle-text {
    display: flex;
    flex-grow: 1;
    flex-shrink: 100;
    justify-content: space-between;
    flex-direction: column;
}

.bundle-description {
    flex-grow: 1;
}

.bundle-readmore,
.bundle-readless {
    text-align: right;
    font-size: 12px;
    padding: 10px 0 0 0;
}

.bundle .expiration-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bundle .expiration-container img {
    height: 36px;
}

.bundle .label {
    text-transform: uppercase;
    margin: 0;
}

.bundle .exp-btn-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.bundle .exp-btn-div > *:first-child {
    margin-right: 10px;
}

.bundle .exp-btn-div > *:last-child {
    align-self: center;
}

.bundle button {
    justify-content: space-between;
}

.bundle-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.bundle-top:first-child {
    flex-grow: 1;
}

.bundle-more {
    border-top: 1px dashed #888;
    margin: 20px;
    padding-top: 20px;
}

.bundle-confirm,
.cc-confirm {
    background: #e6e6e6;
    padding: 20px;
    margin-top: 10px;
}

.cc-confirm {
    border: 1px solid #4d4d4d;
}

.bundle-confirm > div:last-child,
.cc-confirm > div:last-child {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 20px;
}

.bundle-confirm button {
    margin: 0;
}

@media (min-width: 700px) {
    .bundle-top {
        flex-direction: row;
    }

    .bundle .img-div {
        flex-direction: column;
        align-items: center;
    }

    .bundle .exp-btn-div {
        flex-direction: column;
    }

    .bundle .img-div > *:not(:first-child) {
        margin-top: 20px;
    }

    .bundle-top > *:not(:first-child):not(:last-child) {
        margin: 0 20px;
    }
    .bundle h3 {
        margin-top: 0;
    }
}

.border-box {
    border: 1px solid #4d4d4d;
    display: inline-block;
    padding: 20px;
    border-radius: 8px;
}


#first-extension {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
}

#first-extension-arrow {
    background-image: url(/images/arrow-orange.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: fixed;
    height: 200px;
    width: 200px;
    top: 10px;
    right: 10px;
}

#first-extension-arrow.safari {
    left: 27%;
    transform: scaleX(-1);
}

#first-extension-content {
    background: white;
    padding: 0 30px 30px 30px;
    border-radius: 5px;
}

.hidden {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

.form-error.hidden {
    visibility: hidden;
    display: block;
}

.popdown {
    background: #f48146;
    color: white;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translate(-50%, 0);  /* Center */
    border: 3px double white;
    border-style: double;
    transition: all 1s;
    z-index: 99;
}

.popdown.hidden {
    transform: translate(-50%, calc(-100% - 25px));  /* Match the 25px margin */
    display: block;
}

.popdown > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 25px;
}

.popdown > img {
    height: 12px;
    float: right;
    cursor: pointer;
    margin: 5px 5px 0 0;
    z-index: 9;
}

.popdown > div > img {
    height: 36px;
}

.coverall {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    pointer: default;
}

.warning-box {
    border: 3px double #4d4d4d;
    background: white;
    padding: 30px;
    margin: 30px;
}

.warning-box button {
    border: 2px solid white;
}

.warning-box > *:first-child:before {
    content: url(/images/ic-warning.svg);
    float: left;
    margin: 0 20px 20px 0;
}