* {
font-family: 'Open Sans', sans-serif;
}
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
font-weight: 300;
}
#body {
overflow-x: hidden;
width: 100%;
max-width: 1600px;
margin: auto;
}
#body h1 {
font-weight: 300;
color: #fff;
}
p {
font-size: 16px;
}
#body header {
position: relative;
}
#body sup {
font-size: .55em;
}
.glider-slide {
min-width: 200px !important;
}
.video-block {
height: 60.3rem;
background: rgb(20, 10, 66);
background: linear-gradient(96deg, rgba(20, 10, 66, 1) 27%, rgba(63, 21, 95, 1) 64%);
padding: 2rem 4rem 2rem 13rem;
}
@media(max-width:800px) {
.video-block {
background: linear-gradient(90deg, rgba(20, 10, 66, 1) 27%, rgba(63, 21, 95, 1) 64%);
}
}
.showRes .video-block {
height: 23rem;
background: rgb(20, 10, 66);
background: linear-gradient(96deg, rgba(20, 10, 66, 1) 27%, rgba(63, 21, 95, 1) 64%);
padding: 2rem 4rem 2rem 13rem;
} #creativity-h1-desktop {
display: inline-block;
margin-bottom: 20px;
margin: 10px auto;
font-size: 49px;
}
#video-text-container {
color: white;
display: grid;
gap: 1rem;
grid-template-columns: 1fr min-content;
margin: 2rem auto;
}
video {
width: 100%;
max-width: 800px;
}
#choose-p {
margin-top: 20px;
}
#scroll-p {
display: none;
}
#yellow-font {
color: #FDD400
}
#seeResults {
background-color: #F7F7F7;
color: #B7B7B7;
margin: 5rem 0 5rem 0;
cursor: pointer;
padding: 12px 35px;
}
#seeResults.vis,
#seeResults:hover {
background-color: #FFD400;
color: black;
}
.yellow-btn {
background-color: #FFD400;
border: none;
padding: 10px;
margin-left: 0;
}
#learnMore {
font-size: 18px;
font-weight: 600;
width: 250px;
padding: 10px 5px;
margin: 0;
}
button#learnMore {
color: #fff !important;
}
button#learnMore:hover {
color: black !important;
}
button#learnMore:hover #svg-arrow {
fill: black !important;
stroke: black !important;
}
svg#svg-arrow {
margin-left: 80px;
width: 15px;
stroke: #fff;
fill: white;
color: #fff;
}
form#slideform input {
padding: 10px;
margin: 5px 0;
width: 98%;
font-size: 12px;
color: grey;
font-weight: 700;
font-family: 'Open Sans';
border-radius: 0;
}
form#slideform select {
padding: 10px;
margin: 5px 0;
width: 300px;
-webkit-appearance: none;
border: 1px solid #777;
border-radius: 0;
inset: none;
color: #999;
display: inline-block;
font-size: 12px;
transition: .15s linear border;
max-width: 100%;
line-height: inherit;
font-family: 'Open Sans';
font-weight: 700;
}
form#slideform input::placeholder {
font-size: 12px;
color: grey;
font-weight: 700;
font-family: 'Open Sans';
}
#slideform-container h3 {
color: white;
}
.flex-label {
display: flex;
margin: 15px 0;
}
input[type=checkbox] {
margin-right: 5px;
width: 30px !important;
height: 30px !important;
margin: -5px 6px 0 0 !important;
}
.r-label {
text-align: left;
color: white;
font-weight: 600;
}
form#slideform h3 {
text-align: left;
line-height: 1.3;
font-weight: 600;
margin: 0 0 10px 0;
}
div#buttonslide-form {
position: relative;
}
div#slideform-container {
display: none;
position: relative;
background-color: rgba(121, 92, 143, 0.4);
text-align: center;
top: 0;
min-width: 330px;
max-width: 330px;
width: 100%;
line-height: 1;
backdrop-filter: blur(10px);
padding: 20px 20px;
z-index: 7;
border-top: 6px solid #FFD400;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
div#slideform-container {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
} @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
div#slideform-container {
background-color: rgba(121, 92, 143, 0.4);
}
}
form#slideform input[type=submit] {
background-color: #FFD400;
border: none;
padding: 10px;
color: white;
}
form#slideform input[type=submit]:hover {
color: black;
}
.glider-next {
z-index: 6 !important;
left: 75% !important;
top: 75% !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
display: inline-block !important;
background-color: white !important;
color: black !important;
font-size: 25px !important;
}
.glider-prev {
z-index: 6 !important;
left: 11.5% !important;
top: 75% !important;
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
display: inline-block !important;
background-color: white !important;
color: black !important;
font-size: 25px !important;
}
.showRes .glider-next,
.showRes .glider-prev {
display: none !important;
} .cards-container {
margin-left: auto;
width: 100%;
position: absolute;
top: 69%;
left: 12.5%;
z-index: 3;
}
.showRes .cards-container {
top: 57%;
}
.cards {
position: absolute;
display: flex;
top: 77.3%;
width: 100%;
scrollbar-width: none;
}
.card {
flex-shrink: 0;
position: relative;
width: 100%;
height: fit-content;
min-width: 11rem;
max-width: 200px;
margin: 0px 6px 20px 6px;
background-color: #fff;
border-radius: .5rem;
overflow: hidden;
box-shadow: 1px 2px 4px 0 rgba(82, 82, 82, 0.30);
line-height: 1.5;
}
@media only screen and (max-width: 400px) {
.card {
min-width: fit-content;
}
.cards {
grid-column-gap: 15px;
}
}
.card>a {
text-decoration: none;
}
.card-image-placeholder { height: 160px;
overflow: hidden;
}
@media(max-width:900px) {
.card-image-placeholder { height: 150px;
overflow: hidden;
}
}
.card-image {
width: 100%;
height: auto;
}
.card-body {
padding: 10px;
}
.showRes .results-cards .card-body {
padding: 10px 0;
}
.card-body>p {
line-height: 1;
font-size: 20px;
margin: 0 0 10px;
}
.showRes .card-body>p {
margin: 0;
line-height: 1.5;
font-size: 16px;
font-weight: 300;
}
.showRes .card-body .results-name {
font-size: 22px;
margin-bottom: 8px;
font-weight: 500;
}
.showRes .card-body .results-sentence {
font-size: 14px;
line-height: 1.3;
margin-bottom: 12px;
}
@media(min-width:800px) {
.showRes .card-body .results-sentence {
min-height: 135px;
}
}
#grn-font {
color: #158e64;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
font-family: "neuzeit-grotesk";
margin: 0 0 10px;
font-weight: 900;
}
.green,
.green1 {
position: absolute;
top: 0;
left: 0;
background: #158e64;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.green2 {
position: absolute;
top: 0;
left: 0;
background: #158e64;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .6;
}
.results-cards:hover .green,
.results-cards:hover .green1,
.results-cards:hover .green2,
.card:hover .green1,
.card:hover .green2 {
opacity: 0;
}
#ylw-font {
color: #FDD600;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-family: "neuzeit-grotesk";
font-weight: 900;
}
.y1 {
position: absolute;
top: 0;
left: 0;
background: #FDD600;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.y12,
.y2 {
position: absolute;
top: 0;
left: 0;
background: #FDD600;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .y1,
.results-cards:hover .y12,
.results-cards:hover .y2,
.card:hover .y1,
.card:hover .y12,
.card:hover .y2 {
opacity: 0;
}
#red-font {
color: #C20109;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-family: "neuzeit-grotesk";
font-weight: 900;
}
.red1 {
position: absolute;
top: 0;
left: 0;
background: #C20109;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.red12,
.red2 {
position: absolute;
top: 0;
left: 0;
background: #C20109;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .red1,
.results-cards:hover .red12,
.results-cards:hover .red2,
.card:hover .red1,
.card:hover .red12,
.card:hover .red2 {
opacity: 0;
}
#ltgrn-font {
color: #AFCB0C;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-family: "neuzeit-grotesk";
font-weight: 900;
}
.lightGreen {
position: absolute;
top: 0;
left: 0;
background: #AFCB0C;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.lightGreen2 {
position: absolute;
top: 0;
left: 0;
background: #AFCB0C;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .lightGreen,
.results-cards:hover .lightGreen2,
.card:hover .lightGreen,
.card:hover .lightGreen2 {
opacity: 0;
}
#org-font {
color: #FC7D02;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-family: "neuzeit-grotesk";
font-weight: 900;
}
.orange {
position: absolute;
top: 0;
left: 0;
background: #FC7D02;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.orange2 {
position: absolute;
top: 0;
left: 0;
background: #FC7D02;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .orange,
.results-cards:hover .orange2,
.card:hover .orange,
.card:hover .orange2 {
opacity: 0;
}
#blue-font {
color: #81C7E0;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-family: "neuzeit-grotesk";
font-weight: 900;
}
.blue {
position: absolute;
top: 0;
left: 0;
background: #81C7E0;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.blue2 {
position: absolute;
top: 0;
left: 0;
background: #81C7E0;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .blue,
.results-cards:hover .blue2,
.card:hover .blue,
.card:hover .blue2 {
opacity: 0;
}
#prp-font {
color: #C894C7;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-family: "neuzeit-grotesk";
font-weight: 900;
}
.purple {
position: absolute;
top: 0;
left: 0;
background: #C894C7;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
}
.purple2 {
position: absolute;
top: 0;
left: 0;
background: #C894C7;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .purple,
.results-cards:hover .purple2,
.card:hover .purple,
.card:hover .purple2 {
opacity: 0;
}
#lvdr-font {
color: #9094DF;
line-height: 1;
font-size: 20px;
letter-spacing: .2px;
margin: 0 0 10px;
font-weight: 900;
font-family: "neuzeit-grotesk";
}
.lavender {
position: absolute;
top: 0;
left: 0;
background: #9094DF;
mix-blend-mode: color;
height: 160px;
width: 100%;
z-index: 3;
font-family: "neuzeit-grotesk";
}
.lavender2 {
position: absolute;
top: 0;
left: 0;
background: #9094DF;
mix-blend-mode: multiply;
height: 160px;
width: 100%;
z-index: 3;
opacity: .65;
}
.results-cards:hover .lavender,
.results-cards:hover .lavender2,
.card:hover .lavender,
.card:hover .lavender2 {
opacity: 0;
}
.showRes .selected.ss,
.selected {
border-style: solid;
border-width: 5px;
}
.showRes .selected {
border: none;
}
#ylwCard {
border-color: #FDD600;
}
#redCard {
border-color: #C20109;
}
#ltgrnCard {
border-color: #AFCB0C;
}
#orangeCard {
border-color: #FC7D02;
}
#blueCard {
border-color: #81C7E0;
}
#purpleCard {
border-color: #C894C7;
}
#lavenderCard {
border-color: #9094DF;
}
#grnCard {
border-color: #158e64;
}
.hideCardNotSelected {
display: none !important;
} .results-cards {
flex-shrink: 0;
position: relative;
width: 100%;
height: fit-content;
min-width: 11rem;
max-width: 15rem;
margin: 0px 6px 20px 6px;
background-color: #fff;
overflow: hidden;
line-height: 1.5;
z-index:5;
}
p.results-name {
font-size: 25px;
}
p.results-sentence {
margin: 5px 0 20px 0;
}
.images-results-row {
display: flex;
margin-top: 5rem;
}
.results-links {
color: #000;
cursor: pointer;
font-weight: bold;
border-top: 3px solid #f9cc3d;
display: inline;
position: relative;
padding-bottom: 5px;
text-decoration: none;
}
#aspiration,
#fun,
#confidence,
#freedom,
#curiosity,
#imagination,
#necessity,
#vision {
position: relative;
}
.background-text {
font-weight: 900;
font-family: "neuzeit-grotesk";
opacity: .2;
}
#aspiration>.background-text {
font-size: 6rem;
color: #C20109;
position: absolute;
left: -25px;
top: 110px;
}
#confidence>.background-text {
font-size: 6rem;
color: #FDD600;
position: absolute;
left: -25px;
top: 110px;
}
#fun>.background-text {
font-size: 6rem;
color: #158E64;
position: absolute;
left: -25px;
top: 110px;
}
#freedom>.background-text {
font-size: 6rem;
color: #AFCB0C;
position: absolute;
left: -25px;
top: 110px;
}
#curiosity>.background-text {
font-size: 6rem;
color: #FC7D01;
position: absolute;
left: -25px;
top: 110px;
}
#imagination>.background-text {
font-size: 6rem;
color: #81C7E0;
position: absolute;
left: -25px;
top: 110px;
}
#necessity>.background-text {
font-size: 6rem;
color: #C894C7;
position: absolute;
left: -25px;
top: 110px;
}
#vision>.background-text {
font-size: 6rem;
color: #9094DF;
position: absolute;
left: -25px;
top: 110px;
}
.showRes #results-section {
margin: auto;
width: 75vw;
margin: 6rem 14rem 5rem 14rem;
}
.showRes #results-section p {
width: 100%;
max-width: 800px;
}
.begin-again-btn-container {
display: none;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 45rem;
}
.showRes .begin-again-btn-container {
display: flex;
margin-top: 10px;
}
.begin-again-btn-container>* {
min-width: 11rem;
max-width: 15rem;
}
#beginAgain {
cursor: pointer;
background-color: #FFD400;
color: black;
display: none;
border: none;
padding: 12px 25px;
}
.results-sections {
display: none;
transition: height 1s ease-in-out;
}
.showRes .results-sections:target {
display: block;
transition: height 1s ease-in-out;
}
#video-section-bottom {
height: 45vh;
display: none;
} #gform_70,
form#main-form {
margin: 0 auto;
text-align: center;
width:300px;
}
#gform_70 h3,
#main-form h3 {
font-size: 28px;
font-weight: 600;
margin-bottom: 30px;
}
.ginput_container {
text-align: left;
}
#gform_70 input,
#gform_70 select,
form#main-form input,
form#main-form select {
padding: 10px;
margin: 5px 0;
width: 300px;
-webkit-appearance: none;
border: 1px solid #777;
border-radius: 0;
inset: none;
color: #999;
display: inline-block;
font-size: 12px;
transition: .15s linear border;
max-width: 100%;
line-height: inherit;
font-family: 'Open Sans';
font-weight: 700;
vertical-align: top;
max-width: 300px;
}
#gform_70 legend{
line-height: 1.2;
text-align: left;
}
#video-text-container #gform_70 legend{
color: #fff;
}
div#field_70_9 {
text-align: center;
margin: auto;
}
#video-text-container label {
color: #fff;
}
#gform_70 input[type=submit],
form#main-form input[type=submit] {
background-color: #FFD400;
border: none;
color: white;
padding: 10px;
font-weight: bold !important;
height:46px;
}
form#gform_70 input[type=submit]:hover,
form#main-form input[type=submit]:hover {
color: black;
}
.block-label {
display: block;
margin: 15px auto;
width: 300px;
text-align: left;
}
form#gform_70 input[type=checkbox],
form#main-form input[type=checkbox] {
width: 20px !important;
height: 20px !important;
margin: 0 5px -7px 0!important;
-webkit-appearance: checkbox;
}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
vertical-align: top;
text-align: left;
}
.rb-label {
color: black;
font-weight: 600;
text-align: left;
display: inline-block;
width: calc(100% - 50px);
vertical-align: top;
}
.video-block-results {
height: 46vh;
background: rgb(20, 10, 66);
background: linear-gradient(96deg, rgba(20, 10, 66, 1) 27%, rgba(63, 21, 95, 1) 64%);
padding: 2rem 4rem 2rem 13rem;
}
.spacer {
display: none;
}
#form-section {
background-color: rgb(232, 232, 232);
padding: 5rem 0;
}
#prefooter p {
text-align: center;
font-size: 28px;
}
#prefooter>p {
padding: 2rem 0;
}
.strong-span {
font-weight: 600;
}
.showRes .spacer {
display: block;
height: 12rem;
}
.showRes #click-p {
display: block;
margin-top: 25px;
}
@media only screen and (max-width: 1485px) {
#confidence>.background-text,
#aspiration>.background-text,
#fun>.background-text,
#freedom>.background-text,
#curiosity>.background-text,
#imagination>.background-text,
#necessity>.background-text,
#vision>.background-text {
top: 105px;
}
}
@media only screen and (max-width: 1450px) {
.cards-container {
margin-left: auto;
width: 100%;
position: absolute;
top: 69%;
left: 13.5%;
z-index: 3;
}
}
@media only screen and (max-width: 1350px) {
.cards-container {
margin-left: auto;
width: 100%;
position: absolute;
top: 69%;
left: 15.5%;
z-index: 3;
}
glider-prev {
left: 14.5% !important;
}
}
@media only screen and (max-width: 1239px) {
.showRes .cards-container {
top: 67.6%;
}
}
@media only screen and (max-width: 1239px) {
.showRes #results-section {
width: 75vw;
margin: 5rem;
}
.showRes .video-block {
height: 30rem;
}
#confidence>.background-text,
#aspiration>.background-text,
#fun>.background-text,
#freedom>.background-text,
#curiosity>.background-text,
#imagination>.background-text,
#necessity>.background-text,
#vision>.background-text {
line-height: 1;
top: 73px;
}
}
@media only screen and (max-width: 1150px) {
.cards-container {
margin-left: auto;
width: 100%;
position: absolute;
top: 69%;
left: 19.5%;
z-index: 3;
}
.glider-prev {
left: 18.5% !important;
}
}
@media only screen and (max-width: 820px) {
.cards-container {
left: 23.5%;
}
.glider-prev {
left: 21.5% !important;
}
}
@media only screen and (max-width: 900px) {
.blue,
.blue2,
.green1,
.green2,
.y1,
.y2,
.red1,
.red2,
.lightGreen,
.lightGreen2,
.orange,
.orange2,
.purple,
.purple2,
.lavender,
.lavender2 {
height: 100%;
max-height: 143px;
}
.showRes .blue,
.showRes .blue2,
.showRes .green,
.showRes .green1,
.showRes .green2,
.showRes .y1,
.showRes .y2,
.showRes .y12,
.showRes .red1,
.showRes .red2,
.showRes .red12,
.showRes .lightGreen,
.showRes .lightGreen2,
.showRes .orange,
.showRes .orange2,
.showRes .purple,
.showRes .purple2,
.showRes .lavender,
.showRes .lavender2 {
height: 100%;
max-height: 151px;
}
}
@media only screen and (max-width: 500px) {
.blue,
.blue2,
.green1,
.green2,
.y1,
.y2,
.red1,
.red2,
.lightGreen,
.lightGreen2,
.orange,
.orange2,
.purple,
.purple2,
.lavender,
.lavender2 {
height: 100%;
max-height: 142px;
}
}
@media only screen and (max-width: 400px) {
.blue,
.blue2,
.green1,
.green2,
.y1,
.y2,
.red1,
.red2,
.lightGreen,
.lightGreen2,
.orange,
.orange2,
.purple,
.purple2,
.lavender,
.lavender2 {
height: 100%;
max-height: 125px;
}
}
@media only screen and (max-width: 800px) {
header {
margin: 0;
height: auto
}
.card {
margin: 8px;
width: 100%;
max-width: 175px;
max-height: 185px;
}
.showRes .selected .blue,
.showRes .selected .blue2,
.showRes .selected .green1,
.showRes .selected .green2,
.showRes .selected .y1,
.showRes .selected .y2,
.showRes .selected .red1,
.showRes .selected .red2,
.showRes .selected .lightGreen,
.showRes .selected .lightGreen2,
.showRes .selected .orange,
.showRes .selected .orange2,
.showRes .selected .purple,
.showRes .selected .purple2,
.showRes .selected .lavender,
.showRes .selected .lavender2 {
height: 100%;
max-height: 151px;
}
.selected .blue,
.selected .blue2,
.selected .green1,
.selected .green2,
.selected .y1,
.selected .y2,
.selected .red1,
.selected .red2,
.selected .lightGreen,
.selected .lightGreen2,
.selected .orange,
.selected .orange2,
.selected .purple,
.selected .purple2,
.selected .lavender,
.selected .lavender2 {
height: 100%;
max-height: 139px;
}
.card-body {
margin: 0px 5px;
padding: 0
}
.showRes #click-p {
display: none;
}
#video-section-bottom {
height: auto;
display: none;
}
.video-block {
padding: 0;
height: auto
}
.showRes #body header {
width: 100%;
height: 345px;
}
.showRes .video-block {
padding: 0;
height: 100px; }
#creativity-h1-desktop {
font-size: 34px;
}
#video-text-container {
padding: 1rem;
grid-template-columns: 1fr;
margin: 0 auto;
}
.cards {
display: grid;
justify-content: center;
grid-template-columns: min-content min-content;
padding-top: 1rem;
position: unset;
}
.selected {
border-width: 3px;
}
.cards-container {
display: block;
position: unset;
background: rgb(20, 10, 66);
background: linear-gradient(96deg, rgba(20, 10, 66, 1) 27%, rgba(63, 21, 95, 1) 64%);
}
@media(max-width:800px) {
.cards-container {
background: linear-gradient(90deg, rgba(20, 10, 66, 1) 27%, rgba(63, 21, 95, 1) 64%);
}
}
.showRes .cards-container {
padding-bottom: 205px
}
.glider-next,
.glider-prev {
display: none !important;
}
#needHelp {
display: none;
}
.card-image {
max-height: 150px;
object-fit: cover;
}
.images-results-row {
display: block;
margin: 1rem auto;
margin-top: 0.5rem;
}
#confidence>.background-text,
#fun>.background-text,
#aspiration>.background-text,
#freedom>.background-text,
#curiosity>.background-text,
#imagination>.background-text,
#necessity>.background-text,
#vision>.background-text {
font-size: clamp(2.5em, 11.5vw, 9em);
position: unset;
line-height: 1.3;
padding: 15px 0 0 0;
display: inline-block;
}
.video-block-results {
padding: 0;
background: none;
height: auto;
}
#seeResults {
margin: 1rem auto;
}
.begin-again-desktop {
display: none !important;
}
#beginAgain {
margin: 1rem auto;
}
.begin-again-btn-container {
margin: 0 auto;
text-align: center;
padding: 5rem 0;
width: 90vw;
}
.see-results-btn-container {
margin: 0 auto;
text-align: center;
padding: 1rem 0
} .showRes .card {
width: 100%;
max-width: 88vw;
z-index: 5;
box-shadow: 0 1px 8px 0 rgba(162, 162, 162, 0.50);
scroll-snap-align: center;
scroll-snap-stop: always;
margin: 0 3px; }
.showRes .cards {
display: block;
width: 100%;
overflow: scroll;
white-space: nowrap;
scroll-snap-type: x mandatory;
top: 139px;
position: absolute;
}
.showRes #results-section {
margin: 0 auto 0 auto;
width: 100%;
padding: 0 1rem;
} .showRes .results-sections:target {
display: block;
margin: 0 2rem;
}
.results-sections {
top: 20px;
padding: 0 1rem;
}
.results-cards {
min-width: none;
max-width: none;
flex-shrink: 0;
position: relative;
width: 100%;
height: auto;
margin: 0 0 25px 0;
background-color: #fff;
overflow: hidden;
line-height: 1.5;
}
.results-cards .card-body {
margin: 0;
} .begin-again-mobile {
display: block;
}
div#buttonslide-form {
display: none;
}
.showRes .spacer {
display: none;
}
.showRes #form-section {
background-color: rgb(232, 232, 232);
padding: 1rem 2rem;
}
}
body.showRes .card {
display: none;
}
body.showRes .card.selected {
display: inline-block;
}
.cards::-webkit-scrollbar {
display: none;
}
#click-p {
display: none;
}
.showRes #choose-p {
display: none;
}
.showRes #scroll-p {
display: block;
margin-top: 15px;
}
@media(min-width:784px) {
.showRes #scroll-p {
display: none;
}
}
.showRes .txtprev,
.showRes .txtnext {
display: inline-block;
font-family: "neuzeit-grotesk";
}
.txtnext,
.txtprev {
font-size: 22px;
font-weight: 600;
background: none;
border: none;
cursor: pointer;
}
.txtnext.aspiration svg,
.txtprev.aspiration svg,
.txtprev.aspiration,
.txtnext.aspiration {
color: #C20109;
stroke: #C20109;
}
.txtprev.confidence,
.txtnext.confidence {
color: #FDD600;
stroke: #FDD600;
}
.txtprev.fun,
.txtnext.fun {
color: #158E64;
stroke: #158E64;
}
.txtprev.freedom,
.txtnext.freedom {
color: #AFCB0C;
stroke: #AFCB0C;
}
.txtprev.curiosity,
.txtnext.curiosity {
color: #FC7D01;
stroke: #FC7D01;
}
.txtprev.imagination,
.txtnext.imagination {
color: #81C7E0;
stroke: #81C7E0;
}
.txtprev.necessity,
.txtnext.necessity {
color: #C894C7;
stroke: #C894C7;
}
.txtprev.vision,
.txtnext.vision {
color: #9094DF;
stroke: #9094DF;
}
@media only screen and (max-width: 500px) {
.card {
margin: 8px;
width: 100%;
max-width: 175px;
max-height: 185px;
}
.showRes .selected .blue,
.showRes .selected .blue2,
.showRes .selected .green1,
.showRes .selected .green2,
.showRes .selected .y1,
.showRes .selected .y2,
.showRes .selected .red1,
.showRes .selected .red2,
.showRes .selected .lightGreen,
.showRes .selected .lightGreen2,
.showRes .selected .orange,
.showRes .selected .orange2,
.showRes .selected .purple,
.showRes .selected .purple2,
.showRes .selected .lavender,
.showRes .selected .lavender2 {
height: 100%;
max-height: 151px;
}
.selected .blue,
.selected .blue2,
.selected .green1,
.selected .green2,
.selected .y1,
.selected .y2,
.selected .red1,
.selected .red2,
.selected .lightGreen,
.selected .lightGreen2,
.selected .orange,
.selected .orange2,
.selected .purple,
.selected .purple2,
.selected .lavender,
.selected .lavender2 {
height: 100%;
max-height: 139px;
}
.card-body {
margin: 0px 5px;
padding: 0
}
.showRes #click-p {
display: none;
}
#video-section-bottom {
height: auto;
display: none;
}
.video-block {
padding: 0;
height: auto
}
.showRes #body header {
width: 100%;
height: 390px;
}
.showRes .video-block {
padding: 0;
height: 80px; }
#creativity-h1-desktop {
font-size: 34px;
}
#video-text-container {
padding: 1rem;
grid-template-columns: 1fr;
margin: 0 auto;
}
.cards {
display: grid;
justify-content: center;
grid-template-columns: min-content min-content;
padding-top: 1rem;
position: unset;
max-width: 100%;
overflow: hidden;
scrollbar-width: none;
}
.selected {
border-width: 3px;
}
.showRes .cards-container {
padding-bottom: 240px
}
.card-image {
max-height: 150px;
object-fit: cover;
}
.showRes .begin-again-btn-container>div,
.showRes .txtprev,
.showRes .txtnext {
display: none;
} .showRes .card {
width: 100%;
max-width: 88vw;
z-index: 5;
box-shadow: 0 1px 8px 0 rgba(162, 162, 162, 0.50);
scroll-snap-align: center;
scroll-snap-stop: always;
margin: 0 3px;
}
.showRes .cards {
display: block;
width: 100%;
overflow: scroll;
white-space: nowrap;
scroll-snap-type: x mandatory;
top: 149px;
position: absolute;
}
.results-sections {
top: 20px;
padding: 0 1rem;
}
}
@media(max-width:500px) {
.cards {
width: 365px;
margin: auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px 15px;
}
.card {
max-width: 100%;
overflow: hidden;
z-index:1;
position: relative;
display: block;
margin: 0;
}
.showRes .card {
height: 200px;
max-height: 200px;
}
.card-image-placeholder .card-image {
max-width: 100%;
}
.showRes .card-body>p {
padding: 8px 0;
}
}
@media(max-width:400px) {
.cards {
width: 321px;
}
}
.see-results-btn-container {
text-align: center;
}
.card.selected>a div:nth-child(1),
.card.selected>a div:nth-child(4),
.card.selected>a div:nth-child(3) {
max-height: 154px;
}
@media(max-width:784px) {
#grn-font {
margin: 0 0 30px;
}
#ylw-font {
margin: 0 0 30px;
}
#red-font {
margin: 0 0 30px;
}
#ltgrn-font {
margin: 0 0 30px;
}
#org-font {
margin: 0 0 30px;
}
#blue-font {
margin: 0 0 30px;
}
#prp-font {
margin: 0 0 30px;
}
#lvdr-font {
margin: 0 0 30px;
}
.card.selected>a div:nth-child(4),
.card.selected>a div:nth-child(3) {
max-height: 138px;
}
.showRes .card.selected>a div:nth-child(4),
.showRes .card.selected>a div:nth-child(3) {
max-height: 150px;
}
}
@media(max-width:400px) {
.card.selected>a div:nth-child(1),
.card.selected>a div:nth-child(4),
.card.selected>a div:nth-child(3) {
max-height: 130px;
}
.card.selected>a div:nth-child(4),
.card.selected>a div:nth-child(3) {
max-height: 120px;
}
.showRes .card.selected>a div:nth-child(1),
.showRes .card.selected>a div:nth-child(4),
.showRes .card.selected>a div:nth-child(3) {
max-height: 154px;
}
.showRes .card.selected>a div:nth-child(4) {
max-height: 150px;
}
.showRes .card-image-placeholder { height: 154px;
overflow: hidden;
}
}
@media(min-width:767px) {
.video-block {
height: 57rem;
}
.cards-container {
top: 67.1%;
}
}
.glider-next {
transform: rotate(180deg);
}
p#top-p-tag {
max-width: 800px;
}
span#restexxtsel {
text-transform: uppercase;
}
button.txtnext,
button.txtprev {
background-color: transparent;
}
.gform_heading{
display: none;
}