/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family: 'Nunito', sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  font-style: italic;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  font-style: italic;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.collapse:not(.show) {
    display: none;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(1.5em + .75rem + 2px);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.col-3, .col-y, .col-m, .col-d {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
}

.col-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-m {
  -ms-flex: 0 0 43.333333%;
  flex: 0 0 43.333333%;
  max-width: 43.333333%;  
}


.col-y {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;  
}


.col-d {
   -ms-flex: 0 0 23.333333%;
  flex: 0 0 23.333333%;
  max-width: 23.333333%; 
}

.mt-0 {
  margin-top: 0 !important;
}

.pull-35 {
  margin-top: -35px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-15 {
  margin-left: 15px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-25p {
  padding-top: 25%;
}

.pb-25 {
  padding-bottom: 25px;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

button, button:focus {
    border: 0;
    outline: none;
}

.button, #cta {
    width: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 55px; 
    font-size: 18px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    border-radius: 20px;
    border-color: #c89e57;
    border-width: 2px;
    background-color: #c89e57;
    text-decoration: none;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
    padding: 0px 18px;
    transition: all 0.4s ease 0s;
    display: inline-block;

}

.animated-btn {
    background: -moz-linear-gradient(120deg, #0073ef 0%, #2dacee 100%);
    background: -webkit-linear-gradient(120deg, #0073ef 0%, #2dacee 100%);
    background: linear-gradient(120deg, #0073ef 0%, #2dacee 100%);
    background-size: 200% 200%;
    -webkit-animation: BTNAnimation 4s ease infinite;
    -moz-animation: BTNAnimation 4s ease infinite;
    animation: BTNAnimation 4s ease infinite;
}

.animated-btn:hover {
  color: #ffffff;
}

@-webkit-keyframes BTNAnimation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes BTNAnimation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes BTNAnimation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

button:hover, .button:hover {
    border-color: #dabb85;
    background-color: #dabb85;
    text-decoration: none;
}

.radiate-btn {
animation: radiate 2s infinite;
animation-timing-function: ease-in-out;
}

@keyframes radiate {
0% {
box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}

70% {
box-shadow: 0px 0px 5px 2px rgba(255,255,255,0.6);
}

100% {
box-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}

}

.cta, #cta {
    border-color: #0073ef;
    background-color: #0073ef;
    background: -moz-linear-gradient(120deg, #0073ef 0%, #2dacee 100%);
    background: -webkit-linear-gradient(120deg, #0073ef 0%, #2dacee 100%);
    background: linear-gradient(120deg, #0073ef 0%, #2dacee 100%);
}

.cta:hover, #cta:hover {
    background: -moz-linear-gradient(120deg, #0082f8 0%, #33c1f7 100%);
    background: -webkit-linear-gradient(120deg, #0082f8 0%, #33c1f7 100%);
    background: linear-gradient(120deg, #0082f8 0%, #33c1f7 100%);
    color: #ffffff;
}

.btn-shop {
  background-image: url('https://www.thoughtopera.com/img/login.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
  padding-left: 30px;
}

.white {
  color: white!important;
}

.white a {
  text-decoration: underline!important;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 25px;
}

.max-550 {
  max-width: 550px;
  margin: 0 auto;
}

.header {
  max-width: 680px;
  color: #fff;
  margin: 0 auto;
}

.greenblue {
  background-color: #200d1f;
  background-image: linear-gradient(340deg, #002122, #200d1f);
  width: 100%;
  color: #fff;
}

.moongrad {
  background-color: #2A2E70;
  background-image: linear-gradient(to right top, #834681, #75417f, #663c7c, #563779, #453375, #353777, #213a77, #003d75, #004674, #004c6e, #005266, #00565e);
  width: 100%;
  color: #fff;
}

.top {
  min-height: 200px;
}

.min-535 {
  min-height: 535px;
}

.bottom p {
  font-size: .9rem;
}

.nav {
  display: flex;
  color: #fff;
  max-width: 720px;
  margin: 0 auto;
}

.nav-left {
  display: flex;
  flex-shrink: 1;
  justify-content: flex-start;
  margin: 25px 0 0 25px;
}

.nav-title, .nav-middle {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.nav-right {
  display: flex;
  flex-shrink: 1;
  justify-content: flex-end;
  margin: 25px 25px 0 0;
}

.login-icon {
  height: 40px;
  width: 35px;
  padding: 5px;
  margin: 4px 7px 0 7px;
}

.logout-icon {
  height: 40px;
  width: 45px;
  padding: 5px;
  margin: 4px 2px 0 2px;
}

.listen {
  height: 500px;
  background: url("https://www.thoughtopera.com/img/listen-640.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 25px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p, li {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

.stretch {
  width: 100%;
  height: auto;
  max-height: 300px;
}

.fliph {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.multiply {
  mix-blend-mode: multiply;
}

.space25 {
  line-height: 1.25;
}
.yellow {
  color: #fee729;
}
.green {
  color: #05af53;
}
.chakrared {
  color: #dd345d;
}

.grey {
  color: #666666!important;
}

.blue {
  color: #2d7df1;
}

.bold {
  font-weight: bold;
}
.fancy p {
  width: 100%;
  max-width: 550px;
  margin: 1.1rem auto;
}
.fancy .media {
  width: 100%;
  max-width: 550px;
  margin: 5px auto;
}

.dashed {
  border: 4px dashed red;
  padding: 10px;
}

.giant {
  font-size: 40px;
  margin: 0;
}

h3.giant  {
  font-size: 10px;
}

.nomargin {
  margin: 0!important;
}

.icon-40 {
  height:40px;
  width: 40px;
}

.icon-50 {
  height:50px;
  width: 50px;
}

.icon-75 {
  height:75px;
  width: 75px;
}

.min-75 {
  min-height: 75px;
}

.full {
  min-height: 100vh;
}

.center {
  text-align: center;
}

.small {
  font-size: 14px;
}

.quiz-q {
  width: 50%;
  padding: 5px;
  float: left;
}

.quiz-q img {
  width: 100%;
  border-radius: 0.3rem !important;
}

.quiz-choose {
  width: 260px;
  margin: 40px auto 0 auto;
}

.quiz-choose a, .quiz-chooze button {
  margin: 10px 5px 5px 5px;
}

.hidden {
  display: none;
}

.fix-250 {
  width: 250px;
}

.op-01 {
  opacity: 0.01;
}

.accent {
  background-color: #2A2E70;
  background-image: linear-gradient(to right top, #834681, #75417f, #663c7c, #563779, #453375, #353777, #213a77, #003d75, #004674, #004c6e, #005266, #00565e);
  width: 100%;
  height: 280px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  position: relative;
}
.pull-accent {
  margin-top: -190px;
  position: relative;
}
.pull-content {
  margin-top: -260px;
  position: relative;
}
.moviebox {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  -webkit-box-shadow: 0 10px 25px -5px rgba(50,50,93,.25), 0 8px 15px -8px rgba(0,0,0,.3), 0 -5px 15px -5px rgba(0,0,0,.025);
  box-shadow: 0 10px 25px -5px rgba(50,50,93,.25), 0 8px 15px -8px rgba(0,0,0,.3), 0 -5px 15px -5px rgba(0,0,0,.025);
}
.core {
  background-color: #3ec068;
  background-image: linear-gradient(340deg, #64bdb7 , #225291);
}

.miracle {
  background-color: #4568dc;
  background-image: linear-gradient(340deg, #4568dc , #b06ab3);
}

.wealth {
  background-color: #43cea2;
  background-image: linear-gradient(340deg, #195476 , #43cea2);
}

.chakra {
  background-color: #b14499;
  background-image: linear-gradient(340deg, #b14499 , #ee2d45);
}
.tile {
    margin: 15px auto 20px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 25px -5px rgba(50,50,93,.25), 0 8px 15px -8px rgba(0,0,0,.3), 0 -5px 15px -5px rgba(0,0,0,.025);
    box-shadow: 0 10px 25px -5px rgba(50,50,93,.25), 0 8px 15px -8px rgba(0,0,0,.3), 0 -5px 15px -5px rgba(0,0,0,.025);
}

.tile h1 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

.tile p {
  font-size: 17px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.tile a {
  margin-top: 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.07), 0 1px 3px rgba(0,0,0,.07);
  box-shadow: 0 4px 6px rgba(50,50,93,.07), 0 1px 3px rgba(0,0,0,.07);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .025em;
  text-decoration: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  color: #fff;
  background: #006bc0;
}

.tile .cover {
  height: 150px;
  background-position: center;
  background-size: cover;
  margin: -20px -20px 10px -20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  position: relative; 
}

.tile .cover h1 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #ffffff;
}

.player {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center 
}

.top-height {
  min-height: 620px;
}

.flexable {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-flex {
  text-align: center;
}
.product-flex img {
  width: 100%;
  max-width: 320px;
  margin-top: 15px;
}

.add-to-cart {
  max-width: 320px;
  padding: 0 10px;
  margin: 0 auto;
}

.bg-desert {
    background-image: url(https://www.thoughtopera.com/img/test_desert.jpg);
}

.half-faded > * {
  opacity: .4;
}

.half-faded > .solid {
  opacity: 1;
}

.noaccess {
  -webkit-box-shadow: 0 10px 25px -5px rgba(50,50,93,.1), 0 8px 15px -8px rgba(0,0,0,.1), 0 -5px 15px -5px rgba(0,0,0,.01);
  box-shadow: 0 10px 25px -5px rgba(50,50,93,.1), 0 8px 15px -8px rgba(0,0,0,.1), 0 -5px 15px -5px rgba(0,0,0,.01);
}

.down-enter-active { 
  -webkit-animation: down-enter 7s; /* Safari 4+ */
  -moz-animation: down-enter 7s; /* Fx 5+ */
  -o-animation: down-enter 7s;; /* Opera 12+ */
  animation: down-enter 7s; /* IE 10+, Fx 29+ */
}

@keyframes down-enter {
  0% { 
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% { 
    -webkit-clip-path: inset(0);
    clip-path: inset(0); 
  }
}

progress {
  vertical-align: baseline;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #2aa6ee;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fee729;
  transition: width 0.6s ease;
}

footer { 
  border-top: 1px solid #333333;
  margin-top: 40px;
  padding: 20px 20px 10px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

footer p {
  font-size: .9rem;
}

footer li {
  font-size: 1rem;
  margin-bottom: 5px;
}

.white hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 60px 0 20px 0;
    padding: 0;
}

.red {
  color: #f20000;
}

.col-15, .col-20, .col-25, .col-50 {
  padding: 0 5px;
}

.col-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}

.col-65 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    width: 65%;
    padding: 0 15px 0 5px;
}

.col-60 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    padding: 0 10px 0 5px;
}

.col-15 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    width: 15%;
}

.col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
}

.col-25 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 640px) {
  .hidesmall {
    display: none;
  }
  .col-50, .col-60, .col-65  {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .col-15, .col-20, .col-25 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%;
  }
  .product-flex img {
    margin: 0;
  }
  .fancy h2 {
    font-size: 1.5rem;
  }
  .wave {
    margin-top: 9%;
  }
}

audio, #audio-player, video, #video-player {
    outline :none;
}

.product-card {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    border: 2px solid #F5F5F5;
}

.product-card li {
  margin-bottom: 0;
}

.price-input-element {
display: none;
}

.price-input:hover {
    cursor: pointer;
}

.price-input-element:checked + .price-input {
     box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px #2ecc71;
      border: 2px solid #2ecc71;
}

.price-form label {
  display: flex;
}

.float-right {
    width: 100px;
    float: right;
    padding: 0 10px 0 10px;
    margin-top: 0px;
}

.choose-button-field {
  width: 100%;
}

.choose-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
}

.choose-button {
  margin-left: 15px;
  font-size: 26px;
  line-height: 1.3;
}

.choose-button-field:hover {
      cursor: pointer;
}

.choose-option-wrapper {
  display: block;
  -webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  border: 2px solid #F5F5F5;
  border-style: solid;
  border-width: 2px;
  border-color: #ececec;
  border-radius: 4px;
  color: #444;
  text-decoration: none;
  padding: 0;
  margin-bottom: 10px;
}

.choose-option-wrapper:hover {
  border-color: #a20100;
}

.choose-title {
  font-size: 20px;
  font-weight: bold;
}

.choose-text {
  font-size: 16px;
}

.price-tile-outer {
  -webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  border: 2px solid #F5F5F5;
  border-style: solid;
  border-width: 2px;
  border-color: #ececec;
  border-radius: 4px;
  color: #444;
  text-decoration: none;
  margin-bottom: 10px;
}

.price-tile-outer:hover {
  border-color: #2d7df1;
}

.maroon {
  color: #a20100;
}

.price-tile-inner {
  width: 100%;
}

.price-tile-outer label {
  width: 100%;
}

.price-right {
    width: 90px;
    float: right;
    font-size: 26px;
    line-height: 26px;
    text-align: right;
}
.price-tile-outer:hover {
      cursor: pointer;
}

.price-title {
  margin-left: 15px;
  font-size: 24px;
  font-weight: bold;
}

.price-text {
  font-size: 16px;
}

.mt-5 {
  margin-top: 5px;
}

.big {
  font-size: 36px;
}

.tiny {
  font-size: 12px;
}

.delete {
  background:url(/img/cross-price3.png) no-repeat center center;
  background-size: cover;
  font-size: 20px;
}

.selected {
  border-color: #2d7df1;
}

.selected .price-title {
  color: #2d7df1;
}

.hideimg img {
  display: none;
}
.guarantee {
  background-color: #ffe59f;
  width: 100%;
  -webkit-box-shadow: 0 8px 6px -6px rgba(50,50,93,.25);
   -moz-box-shadow: 0 8px 6px -6px rgba(50,50,93,.25);
        box-shadow: 0 8px 6px -6px rgba(50,50,93,.25);
  margin-bottom: 20px;
}

.guarantee-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.guarantee-left {
  padding: 10px 10px 0 10px;
  flex: 0 0 300px;
}

.guarantee-right {
  padding: 10px 10px 10px 10px;
}

.guarantee-left, .guarantee-right {
  position: relative;
  width: 100%;
  margin: 0;
}

@media (max-width: 577px) {
  .hide-small {
    display: none;
  }
}

@media (min-width: 576px) {
  .guarantee-inner {
    display: flex;
  }
  .guarantee-left {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .guarantee-right {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
  }
  
  .guarantee-left, .guarantee-right {
    margin: 15px 0;
  }
  
  .guarantee-right {
    padding: 10px 10px 10px 10px;
  }
  
}

@media (min-width: 641px) {
  .listen {
    height: 500px;
    background-image: url("https://www.thoughtopera.com/img/listen-1080.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tile {
    width: 80%;
  }
}

@media (min-width: 781px) {
  .hidelg {
    display: none;
  }
  .mb-25-lg {
    margin-bottom: 25px;
  }
}