

:root {
    --primary: #ED1B24;
    --secondary-bg: black;
    --headings-font-family: "Glamour Condensed", Arial, serif;
    --headings-font-weight: 700;
    --headings-font-size: 70;
    --base-font-family: "Circular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --base-font-weight: 400;
    --base-font-size: 24;
}

/*
lighter green #24806d
darker green #1C584E
very dark green #1a453c
creme #fffced
gold #c68636
oder #d39828?

*/

body {
	-webkit-font-smoothing: auto !important;
	-moz-osx-font-smoothing: auto !important;
}

@media screen and (max-width: 599px) {
    .mobileoff {
        display: none;
    }
}

.mobile_menu_bar {
	display:none;
}

.et_mobile_menu {
	position:relative;
	left:auto;
	padding:0;
	background:transparent;
	width:auto;
	opacity:100;
	display:block;
	border:0
}

.et_mobile_menu:before {
    content: 'SPONSORED BY';
    color: white;
    display: block;
    float: left;
    margin: 21px 30px 0 -105px;
    font-size: 0.75em;
    letter-spacing: 0;
}


.et_pb_image {
    z-index: -1;
}

.et_pb_button_module_wrapper {
    z-index: 2;
}

#page-container {
    overflow: hidden;
}

span.pull-right {
    font-weight: bold;
    margin-left: -36px;
    width: 36px;
    display: inline-block;
}

@media (max-width: 767px) {
    span.pull-right {
        margin-left: -1px;
        width: 1px;
        display: inline;
    }
}

#top-menu::before {
    content: 'Paid Sponsorship';
    color: white;
    display: block;
    float: left;
    margin: 19px 30px 0 0;
    letter-spacing: 0.1em;
    font-size: 0.85em;
    font-family: "Circular";
    font-weight: 600;
    color: #91c2dc;
}

.menu-item-150 a {
    display: block;
    width: 202.5px;
    height: 28px;
    text-indent: -9999em;
    background-size: cover;
    background-image: url("/wp-content/uploads/sites/23/2021/10/Quickbase-logo-686x112-1.png");
    margin-bottom: 20px;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-top:20px;
}

@keyframes fadein {
    from {
        opacity: 0%;
    }
    to {
        opacity: 100%;
    }
}

#embedFrame {
    overflow: hidden;
    width: 100%;
    /*height: 100%;*/
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
}

#benchmark {
    display: flex;
    flex-direction: column;
}

#benchmarkContainer {
    width: 100%;
    font-family: 'Open Sans Light';
}

.headerContainer {
    display: block;
    padding: 1rem;
    margin: 0px;
    border: 0px;
}

.backgroundContainer {
    display: block;
    margin: 0px;
    /*padding: 1rem;*/
    border: 0px;
}

.innerContainer h2 {
    margin-bottom: 1rem;
}

.profileResponse {
    cursor: hand;
    margin: 1rem 0 0 0;
    /* padding: 2rem 1rem 2rem 1rem; */
    /* background: #fff; */
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    flex: 1 1 20%;
    min-width: 300px;
    align-items: top;
}

.profileResponse>label {
    margin-left: 0;
    width: 100%
}

@media only screen and (max-width:480px) {
    .innerContainer {
        padding: 0;
    }
    .profileResponse {
        margin: 0rem 0rem 1rem 0rem;
    }
}

@media only screen and (min-width:960px) {
    .headerContainer h1 {
        max-width: 60%;
    }
    /* .innerContainer {
        padding: 4rem;
    } */
    .backgroundContainer:nth-child(2n+3) {
        padding-left: 40%;
    }
    .backgroundContainer:nth-child(2n+4) {
        padding-right: 40%;
    }
}

#placement {
    margin-left: auto;
    margin-right: auto;
}

#profiling {
    display: flex;
    flex-direction: column;
}

/* #profileForm,
#form_q4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
} */

.limitUpperError {
    background: #ff9922;
    border-radius: 0.25rem;
}

.limitUpperError::after {
    content: 'Please pick no more than 5 responses above';
    overflow-wrap: break-word;
    padding: 2rem;
    font-weight: 600;
    min-width: 100%;
}

.limitLowerError {
    background: #Ffefff;
    border-radius: 0.25rem;
}

.limitLowerError::after {
    content: 'Please pick at least one option about your focus above';
    overflow-wrap: break-word;
    padding: 2rem;
    font-weight: 600;
    min-width: 100%;
}

input,
label {
    cursor: hand;
}

input {
    display: none;
}

.questionForm {
    display: flex;
    flex-direction: column;
}

.questionResponse {
    cursor: hand;
    margin: 1.5rem 0 0 0;
    /* padding: 2rem 1rem 2rem 1rem; */
    /* background: #fff; */
    border-radius: 0.25rem;
    display: flex;
    flex-direction: row;
    flex: 1 1 20%;
    min-width: 300px;
    align-items: top;
}

.questionResponse>label {
    margin-left: 0.5rem;
    width: 100%
}

#resultText {
    font-size: 2rem;
}

#personaImage {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#benchPersona {
    font-weight: 800;
}

#benchPercent {
    font-weight: 800;
}

.questionContainer {
    /* padding-left: 1rem; */
    display: flex;
}

div.questionContainer>input {
    margin-left: -1rem;
}

div.questionContainer>label {
    padding-left: 1rem;
}

#submitContainer {
    display: flex;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 200px;
}

#submitButton {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    padding: 1rem;
}

button {
    font-size: 1rem;
    border: 1px solid #ccc;
    cursor: hand;
}

label {
    top: 0px;
}


/* css checkbox hacks @geoffreycrofte */


/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

html.et-fb-root-ancestor [type="checkbox"]:not(:checked),
html.et-fb-root-ancestor [type="checkbox"]:checked {
    position: normal;
    opacity: 1;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 2.3em;
    padding-right: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: -2px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #333;
    background: #FFF;
    border-radius: .2em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
    transition: all .275s;
    margin-top: 2px;
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '◼';
    position: absolute;
    top: .555em;
    left: .18em;
    font-size: 1.375em;
    color: #699BCB;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}


/* Disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}


/* Accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}


/* Base for label styling */

[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
}

[type="radio"]:not(:checked)+label,
[type="radio"]:checked+label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}


/* radio aspect */

[type="radio"]:not(:checked)+label:before,
[type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 3px;
    top: -2px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #333;
    background: #FFF;
    border-radius: 2em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
    transition: all .275s;
    margin-top: 2px;
    /*
    content: '';
    position: absolute;
    left: -3px;
    top: 2px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #333;
    background: #FFF;
    border-radius: .8em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 rgba(203, 34, 237, .2);
    -webkit-transition: all .275s;
    transition: all .275s;
    margin-top: 1px;
    */
}


/* checked mark aspect */

[type="radio"]:not(:checked)+label:after,
[type="radio"]:checked+label:after {
    /*    content: '◼';
    position: absolute;
    top: .555em;
    left: .18em;
    font-size: 1.375em;
    color: #699BCB;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    */
    /* content: '●';
    position: absolute;
    top: .555em;
    left: .15em;
    font-size: 1.375em;
    color: #699BCB;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s; */

    content: '●';
    position: absolute;
    color: #1C584E;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 2em;
    line-height: 0.7em;
    font-size: 1.8em;
    left: 0.17em;
    top: 0;
}

@-moz-document url-prefix() { 
    [type="radio"]:not(:checked)+label:after,
    [type="radio"]:checked+label:after {
        top: 0.55em;
        left: .25em;
        font-size: 1.4em;
        line-height: 0;
    }
}

/* checked mark aspect changes */

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}


/* Disabled radio */

[type="radio"]:disabled:not(:checked)+label:before,
[type="radio"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
}

[type="radio"]:disabled:checked+label:after {
    color: #777;
}

[type="radio"]:disabled+label {
    color: #333;
}


/* Accessibility */

[type="radio"]:checked:focus+label:before,
[type="radio"]:not(:checked):focus+label:before {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1), 0 0 0 6px rgba(203, 34, 237, .2);
}

.placeholderrow {
    display: none;
}
.beforedomotext div.et_pb_text_inner p,
.beforedomotext div.et_pb_text_inner h1 {
    color: white !important;
}

body #top-menu-nav > ul > li > a:hover {
    opacity: 1;
}





.gotoquestion {
	text-align: center;
	display: inline-block;
    height: 60px;
	width: 60px;
	cursor: pointer;
}

.gotoquestion::after {
	content: ';';
	font-family: ETmodules !important;
	position: absolute;
    height: 60px;
	width: 60px;
    color: #000000;
    line-height: inherit;
    font-size: 60px;
	line-height: 60px;
    opacity: 1;
	font-weight: 700;
	top: -7px;
	left: 44%;
	opacity: 0.9;
}
.gotoquestion:hover::after {
	opacity: 0.5;
	transition: 0.5s;
}







#parentLogoDiv {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: black;
}
#childLogoCIO {
  float: left;
  width: 80px;
  height: 80px;
  /* background-color: chocolate; */
}
#childLogoLenovo {
  float: right;
  width: 320px;
  height: 80px;
  /* background-color: brown; */
  overflow: hidden;
}

#childLogoLenovoWrap {
    display: block;
    width: 100%;
    overflow: hidden;
    /* background-color: yellowgreen; */
}

#childLenovoLogo {
    float: right;
    width: 157px;
    height: 80px;
}
#childLenovoSponsored {
    float: right;
    width: 132px;
    height: 80px;
    overflow: hidden;
    color: white;
    line-height: 86px;
    font-size: 14px;
    font-weight: 700;
    font-family: Circular, Verdana, Geneva, Tahoma, sans-serif;
}


@media only screen and (max-width: 556px) {
    #childLogoCIO {
        width: 64px;
        height: 80px;
        padding-top: 16px;
    }
    #childLogoLenovo {
        position: relative;
        width: 126px;
        height: 80px;
        padding-top: 16px;
    }
    #childLenovoLogo {
        width: 125.6px;
        height: 64px;
    }
    #childLogoLenovo::before {
        content: 'Paid Sponsorship';
        display: block;
        width: 126px;
        height: 16px;
        line-height: 28px;
        font-size: 10px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        color:white;
    }
    #childLenovoSponsored {
        display: none;
    }
}

