﻿html, body { overflow-x: hidden; }
html { height: 100%; }
body { background-color: #fff; font: 400 14px/20px Arial; min-height: 100%; padding: 30px; }

h1 { font: 700 40px/1 Univers; margin: 0 0 .5em; }
h2 { font: 700 30px/1 Univers; margin: 0 0 .5em; }
h3 { font: 400 25px/1 Univers; margin: 0 0 .75em; }
h4 { font: 700 18px/1.11 Univers; margin: 0 0 .75em; }

p { margin: 0 0 1em; }

a { color: inherit; }
a[href] { color: inherit; text-decoration: underline; }
a[href]:hover { text-decoration: none; }

.facet5-logo-svg { fill: #161616; max-width: 100%; max-height: 100%; }
.ico-globe-svg { fill: #000; max-width: 100%; max-height: 100%; }

.btn { display: inline-table; vertical-align: middle; font: 700 13px/20px Univers; text-transform: uppercase; padding: 10px 15px; text-decoration: none !important; min-width: 100px; text-align: center; border-collapse: separate; box-shadow: 3px 3px 2px rgba(0, 0, 0, .3); }
.btn > span { display: table-cell; vertical-align: middle; }
.btn-lrg { font: 700 16px/20px Univers; }
/*.btn-lrg > span { padding: 10px 5px; display: block; }*/
.btn-txt { font: 400 14px/20px Univers; text-transform: none; padding: 10px 0; text-decoration: underline !important; min-width: 0; text-align: center; }
.btn-txt:hover { text-decoration: none !important; }
.btn:active { box-shadow: none; position: relative; left: 2px; top: 2px; }

.btn-grn,
a.btn-grn { background-color: #078255; color: #fff; }
.btn-prp,
a.btn-prp { background-color: #743962; color: #fff; }
.btn-bdr,
a.btn-bdr { border: 1px solid rgba(17, 17, 17, 0.17); padding-top: 9px; padding-bottom: 9px; }
.btn-blk,
a.btn-blk { color: #eee; background-color: #222; }

.custom-sel { position: relative; }
.custom-sel .val { font: 400 13px/20px Univers; display: block; margin: 0; border: 0; padding: 0 30px 0 0; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; -webkit-display: flex; display: flex; -webkit-align-items: center; align-items: center; }
.custom-sel select { opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; }
.custom-sel .val:before { width: 13px; height: 8px; background: url("../images/sel-darr.svg") no-repeat 50% 50%; position: absolute; right: 10px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); content: ''; background-size: 100% 100%; }

#main-content { background-color: #fff; }
#scr-wrap { background-color: #000; height: 100%; }
.page-content { max-width: 1044px; padding: 0 20px; width: 100%; margin: 0 auto; }

#marketing-banner { display: flex; width: 100%; justify-content: center; flex: 1 100%;
                    background: linear-gradient(to bottom left, #CB3932, #B73666); color: white;
}
#marketing-banner div { margin: 10px 20px;  }
#marketing-banner .marketing-big-text { font-size: 15px; font-weight: 500; }
#marketing-banner .marketing-little-text { font-size: 14px; font-weight: 300; }
#marketing-banner .marketing-url { font-size: 14px; font-weight: 300; }

#header { position: relative; z-index: 100; font: 400 normal 12px/20px Univers; }
#header .notify { position: relative; text-decoration: none; background: url("../images/ico-notify.svg") no-repeat 50% 50% transparent; background-size: 16px 18px; width: 48px; height: 48px; display: block; }
#header .notify span { position: absolute; top: 9px; right: 9px; background-color: #853663; display: flex; width: 15px; height: 15px; border-radius: 100%; color: #fff; font-size: 10px; font-weight: 500; line-height: 1; align-items: center; justify-content: center; }
#header .notifications-flyout { position: absolute; right: -60px; top: calc(100% + 20px); border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1); background-color: #fff; border-radius: 3px; max-width: 330px; font-size: 14px; opacity: 0; transition: opacity .3s, visibility 0s .3s; visibility: hidden; width: 100vw; }
#header .notifications-flyout::before { content: ''; width: 14px; height: 14px; position: absolute; right: 60px; box-sizing: border-box; border: inherit; top: -7px; box-shadow: inherit; background-color: inherit; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.notifications-flyout-scroll { position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch; max-height: 486px; background: #fff; }
#header .notifications-flyout strong { font-weight: 500; }
#header .notifications-flyout ul { background: inherit; position: relative; height: calc(100% + 1px); }
#header .notifications-flyout li { display: -webkit-flex; display: flex; padding: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
#header .notifications-flyout li > div { -webkit-flex: 1 1 240px; flex: 1 1 240px; margin: 0 0 0 0; }
#header .notifications-flyout li time { -webkit-flex: 1 1 57px; flex: 1 1 57px; margin: 0 0 0 auto; font-size: 11px; white-space: nowrap; }
#header .notifications-flyout p { margin: 0 10px 0 0; }
#header .notifications-flyout p + p { margin-top: 10px; }
#header .notifications-flyout .actions { margin: 10px 0 0; display: -webkit-flex; display: flex; }
#header .notifications-flyout .actions > * { margin: 0; }
#header .notifications-flyout .actions > * + * { margin-left: 10px; }
#header .notifications-flyout .actions .btn-bdr { background-color: #fff; }
#header .notifications-flyout .share-item { background-color: #f1f2f9; }
.show-head-notifications #header .notifications-flyout { visibility: visible; opacity: 1; transition: opacity .3s, visibility 0s 0s; z-index: 2; }

#header .language-sel { cursor: pointer; border: 1px solid rgba(83, 86, 90, 0.6); box-shadow: none !important; border-radius: 3px; }

#header.center-logo header,
#header.center-logo header .logo { margin: 0 auto; display: block; }

#footer { margin: 0 0 30px; background-color: #000; color: #fff; }
#footer .page-content { background-color: transparent; padding: 0 30px; }
#footer header { height: 90px; margin: -90px 0 0; }
#footer footer { padding: 15px 0 160px; font: 400 12px/30px Univers; }
#footer a { margin-left: 1em; }

.std-cnt-block a { color: #078255; text-decoration: underline; }
.std-cnt-block a:visited { color: #853663; }
.std-cnt-block a:hover { text-decoration: none; }
.std-cnt-block h1 { text-transform: none; }
.std-cnt-block h2 { text-transform: none; }
.std-cnt-block h3 { text-transform: none; }
.std-cnt-block h4 { text-transform: none; }
.std-cnt-block * + h1,
.std-cnt-block * + h2,
.std-cnt-block * + h3,
.std-cnt-block * + h4 { margin-top: 1.5em; }
.std-cnt-block table { margin: 2em 0 3em; }
.std-cnt-block table th,
.std-cnt-block table td { padding: 20px; text-align: left; border: 1px solid #dcddde; }
.std-cnt-block table th { font-size: 1.077em; font-weight: 700; background-color: #313133; color: #fff; border-color: #fff; }
.std-cnt-block table tr > :first-child { border-left-width: 0; }
.std-cnt-block table tr > :last-child { border-right-width: 0; }
.std-cnt-block table thead tr:first-child > * { border-top-width: 0; }
.std-cnt-block dl { margin: 2em 0 3em; }
.std-cnt-block dt { font-weight: 700; margin: 1em 0; }
.std-cnt-block dd { margin: 1em 0; }
.std-cnt-block ul,
.std-cnt-block ol { margin: 2em 0 3em; counter-reset: list-counter; }
.std-cnt-block ul:after,
.std-cnt-block ol:after { clear: both; content: ''; display: table; }
.std-cnt-block li { float: left; width: 50%; padding: 0 40px 0 0; counter-increment: list-counter; position: relative; }
.std-cnt-block li:nth-of-type(2n-1) { clear: left; padding-right: 60px; }
.std-cnt-block li:nth-of-type(2n) { clear: right; }
.std-cnt-block li:before { position: absolute; content: ''; display: list-item; list-style: disc outside none; left: 0; font: 700 18px/1.1 Univers; }
.std-cnt-block ol li:before { left: auto; right: 100%; content: counter(list-counter, decimal); top: -2px; display: block; margin: 0 10px 0 0; width: 20px; text-align: right; }

.std-cnt-block .overflow-x-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.chosen-profile-block { cursor: pointer; position: relative; }
.chosen-profile-block .wrap { display: table; width: 100%; table-layout: fixed; border-spacing: 0; border-collapse: collapse; }
.chosen-profile-block .wrap > .col { display: table-cell; vertical-align: top; }
.chosen-profile-block .col .profile:nth-of-type(2n) { display: none; }
.profile { font: 400 30px/1 Univers; text-transform: uppercase; height: 120px; }
.profile .content { overflow: hidden; padding: 25px; height: 100%; }
.compare-profile .content { padding-bottom: 36px; padding-top: 36px; }
.profile .name { font-size: 30px; font-weight: 700; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.profile .type { font-size: 18px; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.profile .lnks { display: inline-block; font-size: 13px; }
.profile .lnks .rmv { margin-left: 15px; }

.profile .plot-basic { float: left; position: relative; text-align: center; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 120px; }
.profile .plot-basic svg { display: block; width: 120px; height: 120px; }

.profile-plot polygon {
    stroke: #494b54;
    stroke: rgba(73, 75, 84, 1);
    stroke-dasharray: 3,2;
    fill: rgba(73, 75, 84, .01);
}
/*.my-profile .profile-plot polygon,
polygon.my-profile { stroke: #d8458e; stroke: rgba(216, 69, 142, 1); fill: rgba(216, 69, 142, .01); }*/
.respondent-profile .profile-plot polygon,
polygon.respondent-profile {
    stroke: #d8458e;
    stroke: rgba(216, 69, 142, 1);
    fill: rgba(216, 69, 142, .01);
    stroke-dasharray: none;
}

.chosen-profile-block .profile .lnks .del,
.chosen-profile-block .profile .lnks .edt,
/*.chosen-profile-block .my-profile .lnks .rmv,*/
.profile-select-block .my-profile .lnks .del,
.profile-select-block .my-profile .lnks .rmv,
.profile-select-block .profile .lnks .chg,
.profile-select-block .country-profile .lnks .chg,
.profile-select-block .profile .lnks .del,
.profile-select-block .profile .lnks .rmv { display: none; }

.profile-left .profile { text-align: right; padding: 0 30px 0 0; }
.profile-left .profile .plot-basic { float: right; }
.profile-right .profile { border-left: 1px solid rgba(148, 149, 164, 0.4); }
.profile-left .profile .rmv { display: none; }

.profile-right .profile { padding: 0 0 0 30px; }

.chosen-profile-block .profile .gps-type { position: relative; }
.chosen-profile-block .profile .gps-type > .lnks > span { position: absolute; width: 100%; top: 20px; font-size: 100%; }
.chosen-profile-block .profile-left .gps-type > .lnks > span { right: 30px; }

.profile-template-block { display: none; }

.profile-switch { position: relative; top: -75px; left: 0; right: 0; margin: 0 auto; text-align: center; z-index: auto !important; border: 0 !important; }
.profile-switch.no-switch { display: none; }
.profile-switch .profile-switch-wrapper { position: absolute; width: 100%; }
.profile-switch > .btn-switch,
.profile-switch-wrapper > .btn-switch { position: relative; display: block; top: 0px; margin: 0 auto; cursor: pointer; font: 400 12px/19px Univers; letter-spacing: 5px; background-color: #000; color: #fff; width: 45px; height: 45px; padding: 14px 3px 14px 8px; border-radius: 45px; z-index: 2; }
.profile-switch > .lnk-switch,
.profile-switch-wrapper > .lnk-switch { position: relative; display: block; top: 20px; margin: 0 auto; width: 95px; padding: 5px; font: 400 10px/10px Univers; text-transform: uppercase; background-color: #000; color: #fff; z-index: 2; }

.tab-contents .profile-switch { position: absolute; top: 10px; left: auto; right: 0; margin: 0 auto; }
.tab-contents .profile-switch > .btn-switch { position: absolute; top: 0px; right: 65px; -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.tab-contents .profile-switch > .lnk-switch { position: absolute; top: 50px; right: 40px; }

.dashboard-V1 .dashboard-content-block { display: block; background-color: #fff; max-width: 1044px; margin: 0 auto; position: relative; padding: 0 0 40px; }
.dashboard-V1 .dashboard-block .dashboard-tabs { display: none; }

.dashboard-V1 .dashboard-block .wrap,
.dashboard-V1 .dashboard-content-block .wrap { display: table; width: 100%; table-layout: fixed; border-spacing: 0; border-collapse: collapse; }
.dashboard-V1 .dashboard-block .wrap > .col,
.dashboard-V1 .dashboard-content-block .wrap > .col { display: table-cell; vertical-align: top; }
.dashboard-V1 .dashboard header { font-size: 18px; overflow: hidden; padding: 25px; height: 100%; }
.dashboard-V1 .dashboard header,
.dashboard-V1 .dashboard .content { padding: 25px; max-width: 522px; }
.dashboard-V1 .dashboard header .title { font: 400 25px/30px Univers; font-weight: 700; padding-bottom: 20px; }
.dashboard-V1 .dashboard header p { margin: 0; }

.dashboard-V1 .dashboard-content-block .dashboard-left { border-right: 1px solid rgba(148, 149, 164, 0.2); }

.dashboard-V1 .dashboard-left header,
.dashboard-V1 .dashboard-left .content { margin: 0 0 0 auto; }
.dashboard-V1 .dashboard .buttons { display: table; margin: 0 0 0 25px; }
.dashboard-V1 .dashboard .btn-wrap { display: table-cell; padding: 0 5px; }
.dashboard-V1 .dashboard .btn-wrap a { display: inline-block; margin: 0 5px; padding: 10px 15px; }

.dashboard .err-msg { color: #cf2f30; width: 100%; padding: 0 25px 25px; }
.dashboard .err-msg .msg-wrap { padding: 15px; border-radius: 5px; background-color: rgba(237, 29, 36, 0.2); vertical-align: middle; }
.dashboard .err-icon { display: block; background-color: #cf2f30; float: left; width: 23px; height: 23px; border-radius: 23px; color: #fff; text-decoration: none; text-align: center; font: 700 13px/20px Univers; margin: 0 10px 0 0; }
.dashboard-V1 .dashboard ul { list-style-type: disc; padding: 0 0 0 25px; }
.dashboard-V1 .dashboard ul li { padding: 5px; }
.dashboard-V1 .dashboard ul li:first-child { padding: 0 5px 5px; }

#main-plot { width: 840px; margin: 0 auto; position: relative; padding: 90px 0 140px; max-width: 100%; overflow: hidden; }
#main-plot svg { width: 330px; height: 330px; margin: 0 auto; display: block; }
.key-items .key-item-emotionality .emo-plot { width: 300px; background-color: #a8aaad; }

.key-items > div { position: absolute; font: 400 13px/22px Univers; }
.key-items .key-title { display: inline-block; font-size: 16px; line-height: 40px; vertical-align: middle; }
.key-items .key-title:before,
.key-items .key-title:after { content: ''; display: inline-block; margin: -6px 0 0 20px; vertical-align: middle; width: 20px; height: 20px; border-radius: 50%; background-color: #494b54; }
.key-items .key-title:before { display: none; margin: -6px 20px 0 0; }
.key-items > div > span:before,
.key-items > div > span:after { content: ''; display: inline-block; margin: -3px 5px 0 10px; vertical-align: middle; width: 14px; height: 14px; border-radius: 50%; background-color: #494b54; }
.key-items > div > span:after { display: none; margin: -3px 0 0 5px; }
.key-items .key-item-will { left: 50%; top: 45px; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.key-items .key-item-control { left: calc(50% + 185px); top: calc(50% - 25px); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); width: calc(50% - 185px); }
.key-items .key-item-affection { left: 50%; bottom: 95px; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.key-items .key-item-energy { right: calc(50% + 185px); top: calc(50% - 25px); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); width: calc(50% - 185px); text-align: right; }
.key-items .key-item-emotionality { right: calc(50% - 150px); bottom: 30px; white-space: nowrap; }
.key-items .key-item-emotionality .emo-plot { display: inline-block; vertical-align: middle; height: 1px; position: relative; }
.key-items .key-item-emotionality .emo-plot > span { border-radius: 50%; height: 14px; left: 0; position: absolute; top: calc(50% - 7px); width: 14px; background-color: #494b54; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -moz-transition: all .3s; -o-transition: all .3s; -webkit-transition: all .3s; transition: all .3s; }
.key-items .key-item-emotionality > span:last-of-type { margin-right: 15px; }
.key-items .key-item-will > span,
.key-items .key-item-affection > span,
.key-items .key-item-emotionality > span { vertical-align: middle; margin-right: 15px; }

.key-items .key-item-control .key-title:before { display: inline-block; }
.key-items .key-item-control .key-title:after { display: none; }
.key-items .key-item-control > span:before { margin: -3px 23px 0 3px; }
.key-items .key-item-energy > span:before { display: none; }
.key-items .key-item-energy > span:after { display: inline-block; margin: -3px 3px 0 23px; }

.key-items .key-item-control > span,
.key-items .key-item-energy > span { display: block; }

.key-items .key-item-will .key-title:before,
.key-items .key-item-will .key-title:after,
.key-items .key-item-will .key-data-0:before,
.key-items .key-item-will .key-data-0:after { background-color: #00a651; color: #fff; }

.key-items .key-item-control .key-title:before,
.key-items .key-item-control .key-title:after,
.key-items .key-item-control .key-data-0:before,
.key-items .key-item-control .key-data-0:after { background-color: #03558b; color: #fff; }

.key-items .key-item-affection .key-title:before,
.key-items .key-item-affection .key-title:after,
.key-items .key-item-affection .key-data-0:before,
.key-items .key-item-affection .key-data-0:after { background-color: #ed1d24; color: #fff; }

.key-items .key-item-energy .key-title:before,
.key-items .key-item-energy .key-title:after,
.key-items .key-item-energy .key-data-0:before,
.key-items .key-item-energy .key-data-0:after { background-color: #f7941e; color: #000; }

.key-items .key-item-emotionality .key-title:before,
.key-items .key-item-emotionality .key-title:after,
.key-items .key-item-emotionality .key-data-0:before,
.key-items .key-item-emotionality .key-data-0:after,
.key-items .key-item-emotionality .emo-plot .handle-0 { background-color: #d8458e; color: #000; }

.profile-select-block .profile { cursor: pointer; }

.dashboard-V1 .dashboard #main-plot { width: 840px; margin: 0 auto; position: relative; padding: 50px 0 130px; max-width: 100%; }
.dashboard-V1 .dashboard #main-plot svg { height: 60%; width: 60%; margin: 0 auto; display: block; }

.dashboard-V1 .dashboard #main-plot .key-items .key-title { font-size: 18px; line-height: 40px; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-control { left: 80%; width: 30%; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-energy { right: 80%; width: 30%; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-will { right: 40%; top: 20px; width: 100%; text-align: center; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-affection { right: 40%; bottom: 100px; width: 100%; text-align: center; }
.dashboard-V1 .dashboard #main-plot .key-items .key-title:after { margin: -6px 0 0 8px; }
.dashboard-V1 .dashboard #main-plot .key-items .key-title:before { margin: -6px 8px 0 0; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-control > span:before { margin: -3px 10px 0 3px; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-energy > span:after { display: inline-block; margin: -3px 3px 0 10px; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-emotionality .key-title { display: inline-block; margin-left: 0px; }
.dashboard-V1 .dashboard #main-plot .key-items .key-item-emotionality .emo-plot { display: block; margin: 10px auto 0; }

#create-plot { margin: 0 auto 0 0; max-width: 960px; width: 100%; padding: 90px 0 190px; position: relative; }
#create-plot svg { display: block; height: 330px; margin: 0 auto; width: 330px; }
#create-plot .key-items .key-item-control { left: calc(50% + 175px); }
#create-plot .key-items .key-item-energy { right: calc(50% + 175px); }
#create-plot .key-items .key-item-affection { bottom: 140px; }

.create-new-profile { position: fixed; z-index: 101; left: 0; top: 0; width: 100%; right: 0; height: 0; overflow: hidden; overflow-y: auto; background-color: #f4f4f4; opacity: 0; -moz-transition: opacity .3s 0s, height 0s .3s; -o-transition: opacity .3s 0s, height 0s .3s; -webkit-transition: opacity .3s 0s, height 0s .3s; transition: opacity .3s 0s, height 0s .3s; -webkit-overflow-scrolling: touch; }
.create-wrap-vis .create-new-profile { -moz-transition-delay: 0s, 0s; -o-transition-delay: 0s, 0s; -webkit-transition-delay: 0s, 0s; transition-delay: 0s, 0s; height: 100%; opacity: 1; }
.create-wrap-vis,
body.create-wrap-vis { overflow: hidden; position: relative; }

.create-new-profile footer .page-content { background: none; }

.create-new-profile .txt-wrap,
.create-new-profile .custom-sel { height: 40px; background-color: #fff; border-radius: 10px; overflow: hidden; font: 400 13px/20px Arial; margin: 10px 0 15px; }
.create-new-profile [type="text"],
.create-new-profile [type="password"],
.create-new-profile [type="email"],
.create-new-profile [type="tel"],
.create-new-profile select,
.create-new-profile textarea,
.create-new-profile .custom-sel .val { font: 400 13px/20px Univers; display: block; margin: 0; padding: 10px 15px; width: 100%; border: 0; }
.create-new-profile .btn-row { text-align: center; font-weight: 700; }
.create-new-profile .btn { margin: 20px auto; display: block; width: 100%; }
.create-new-profile .data-selector { position: absolute; left: 50%; top: 100%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; overflow: hidden; max-height: 0; opacity: 0; -moz-transition: opacity 0.2s 0s, max-height 0s 0.2s; -o-transition: opacity 0.2s 0s, max-height 0s 0.2s; -webkit-transition: opacity 0.2s 0s, max-height 0s 0.2s; transition: opacity 0.2s 0s, max-height 0s 0.2s; }
.create-new-profile .edit-active .data-selector { max-height: 150px; opacity: 1; -moz-transition-delay: 0s, 0s; -o-transition-delay: 0s, 0s; -webkit-transition-delay: 0s, 0s; transition-delay: 0s, 0s; }
.create-new-profile .data-selector.flip-my-y { top: auto; bottom: 100%; /*height:150px;*/ }
.create-new-profile .data-selector > .wrap { width: 340px; text-align: center; font: 400 13px/36px Univers; border-radius: 10px; overflow: hidden; }
.create-new-profile .data-selector > .wrap > .no-ones { border-radius: 10px; overflow: hidden; }
.create-new-profile .data-selector > .wrap > .no-ones + .fraction-row { visibility: hidden; }
.create-new-profile .data-selector .whole-row:after,
.create-new-profile .data-selector .fraction-row:after { content: ''; clear: both; display: table; }
.create-new-profile .data-selector .whole-row { background-color: #161616; }
.create-new-profile .data-selector .fraction-row { background-color: #03558b; }
.create-new-profile .data-selector a { float: left; border: 0 solid rgba(0, 0, 0, .1); border-width: 1px 0 0 1px; color: inherit; border-color: inherit; text-decoration: none; vertical-align: middle; width: 10%; }
.create-new-profile .data-selector a:first-child { border-left-width: 0; }
.create-new-profile .key-items > div { z-index: 1; -moz-transition: z-index 0s 0.2s; -o-transition: z-index 0s 0.2s; -webkit-transition: z-index 0s 0.2s; transition: z-index 0s 0.2s; }
.create-new-profile .key-items > div.edit-active { z-index: 2; -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
.create-new-profile .key-items > div > span { text-decoration: underline; cursor: pointer; }
.create-new-profile .key-item-control .data-selector { left: auto; right: 20px; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; }
.create-new-profile .key-item-energy .data-selector { left: 20px; right: auto; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; }

.create-new-profile .key-item-will .data-selector .whole-row,
.create-new-profile .key-item-will .data-selector .fraction-row,
.create-new-profile .key-item-will .data-selector .whole-row a.active { background-color: #008440; color: #fff; border-color: rgba(255, 255, 255, 0.1); }
.create-new-profile .key-item-will .data-selector .whole-row { background-color: #00a651; }

.create-new-profile .key-item-control .data-selector .whole-row,
.create-new-profile .key-item-control .data-selector .fraction-row,
.create-new-profile .key-item-control .data-selector .whole-row a.active { background-color: #02416a; color: #fff; border-color: rgba(255, 255, 255, 0.1); }
.create-new-profile .key-item-control .data-selector .whole-row { background-color: #03558b; }
.create-new-profile .key-item-affection .data-selector .whole-row,
.create-new-profile .key-item-affection .data-selector .fraction-row,
.create-new-profile .key-item-affection .data-selector .whole-row a.active { background-color: #d71118; color: #fff; border-color: rgba(255, 255, 255, 0.1); }
.create-new-profile .key-item-affection .data-selector .whole-row { background-color: #ed1d24; }
.create-new-profile .key-item-energy .data-selector .whole-row,
.create-new-profile .key-item-energy .data-selector .fraction-row,
.create-new-profile .key-item-energy .data-selector .whole-row a.active { background-color: #eb8308; color: #000; border-color: rgba(0, 0, 0, 0.1); }
.create-new-profile .key-item-energy .data-selector .whole-row { background-color: #f7941e; }
.create-new-profile .key-item-emotionality .data-selector .whole-row,
.create-new-profile .key-item-emotionality .data-selector .fraction-row,
.create-new-profile .key-item-emotionality .data-selector .whole-row a.active { background-color: #d02c7d; color: #000; border-color: rgba(0, 0, 0, 0.1); }
.create-new-profile .key-item-emotionality .data-selector .whole-row { background-color: #d8458e; }

.create-new-profile .delete-profile { display: none; }
.create-new-profile .update { display: none; }

.split-bg,
.split-white-bg { position: relative; background-color: #fff; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 0 0 1px; margin: 0; z-index: 1; }
.split-white-bg { border-width: 1px 0; }
.split-white-bg + .split-white-bg { border-width: 0; }
.split-bg section,
.split-white-bg section { position: relative; }
.split-bg .page-content,
.split-white-bg .page-content { background-color: transparent !important; }

.split-bg .split-bg-bg,
.split-white-bg .split-bg-bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; }
.split-bg .split-bg-bg:before { position: absolute; background-color: rgba(232,232,232,0.6); left: 0; right: 50%; top: 0; bottom: 0; content: ''; }
.split-bg .split-bg-bg:after { position: absolute; background-color: rgba(244,244,244,0.6); left: 50%; right: 0; top: 0; bottom: 0; content: ''; }
.split-white-bg .split-bg-bg:before { position: absolute; left: 0; right: 50%; top: 0; bottom: 0; content: ''; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 0 1px 0 0; }
.split-white-bg .split-bg-bg:after { position: absolute; left: 50%; right: 0; top: 0; bottom: 0; content: ''; }

.tabs-block { -moz-transition-duration: .5s; -o-transition-duration: .5s; -webkit-transition-duration: .5s; transition-duration: .5s; }
.tabs-block .tab-header { padding: 20px 25px 25px 35px; position: relative; }
.tabs-block .tab-header .title { font: 700 25px/1 Univers; }
.tabs-block .tab-contents { position: relative; z-index: 1; padding: 0 20px 0 0; overflow: hidden; -moz-transition-duration: inherit; -o-transition-duration: inherit; -webkit-transition-duration: inherit; transition-duration: inherit; }
.tabs-block .tab-content { position: absolute; width: 100%; left: 0; top: 0; -moz-transition-duration: inherit; -o-transition-duration: inherit; -webkit-transition-duration: inherit; transition-duration: inherit; }
.tabs-block[data-tab-idx="0"] .tab-content:nth-of-type(1),
.tabs-block[data-tab-idx="1"] .tab-content:nth-of-type(2),
.tabs-block[data-tab-idx="2"] .tab-content:nth-of-type(3),
.tabs-block[data-tab-idx="3"] .tab-content:nth-of-type(4),
.tabs-block[data-tab-idx="4"] .tab-content:nth-of-type(5),
.tabs-block[data-tab-idx="5"] .tab-content:nth-of-type(6) { position: relative; }
.tabs-block .tab { text-decoration: none; }

.tab-tabs .tab { padding: 25px 50px 30px 40px; font: 400 13px/1.1 Univers; text-transform: uppercase; background-color: rgba(0, 0, 0, .04); -moz-transition: all .3s; -o-transition: all .3s; -webkit-transition: all .3s; transition: all .3s; }
.tab-contents .tab { padding: 25px 50px 30px 40px; font: 400 13px/1.1 Univers; background-color: rgba(0, 0, 0, .09); }
.tab-tabs .tab .grp,
.tab-contents .tab .hdr { font-size: 18px; font: 700 25px/1 Univers; font-weight: 700; display: block; }

.profile-breakdown-block { display: none; }
.profile-breakdown-block .tabs-block[data-tab-idx="0"] .tab-tabs .tab:nth-of-type(1),
.profile-breakdown-block .tabs-block[data-tab-idx="1"] .tab-tabs .tab:nth-of-type(2) { background-color: rgba(0, 0, 0, .09); }
.profile-breakdown-block #gpsHelp, .profile-breakdown-block #normHelp { display: none; }

.qanda .q { border-bottom: 1px solid rgba(148, 149, 164, 0.4); display: block; padding: 27px 0 17px 40px; font: 700 25px/1 Univers; text-decoration: none; position: relative; }
.qanda .q:before,
.qanda .q:after { content: ''; width: 20px; height: 4px; position: absolute; left: 0; top: 39px; background: url("../images/ico-minus.svg") no-repeat 50% 50%; background-size: 100% 100%; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.qanda .a { font: 400 13px/20px Arial; display: none; padding: 0 35px 25px 40px; }
.qanda .a .param { font: 700 18px/20px Univers; margin: 0.5em 0 1em; display: block; }
.qanda .a p { margin: 0 0 1em; }
.qanda .q:before { -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transform: rotate(-90deg); }
.qanda .q:after { -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
.qanda .open > .q:before,
.qanda .open > .q:after { -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); -webkit-transform: rotate(0); transform: rotate(0); }
.qanda .a li { position: relative; }
.qanda .a li:before { border-radius: 50%; content: ""; height: 20px; left: -30px; position: absolute; top: 2px; width: 20px; }
.qanda .a .key-will:before { background-color: #00a651; }
.qanda .key-control:before { background-color: #03558b; }
.qanda .key-affection:before { background-color: #ed1d24; }
.qanda .key-energy:before { background-color: #f7941e; }
.qanda .key-emotionality:before { background-color: #d8458e; }

.qanda .q.key-will:before,
.qanda .q.key-will:after { background-image: url("../images/ico-minus-will.svg"); }
.qanda .q.key-control:before,
.qanda .q.key-control:after { background-image: url("../images/ico-minus-control.svg"); }
.qanda .q.key-affection:before,
.qanda .q.key-affection:after { background-image: url("../images/ico-minus-affection.svg"); }
.qanda .q.key-energy:before,
.qanda .q.key-energy:after { background-image: url("../images/ico-minus-energy.svg"); }
.qanda .q.key-emotionality:before,
.qanda .q.key-emotionality:after { background-image: url("../images/ico-minus-emotionality.svg"); }
.qanda li { position: relative; }

.qanda-angular { display: none; }

.matrix-sections.mobi-show .tooltip { top: 8px; }
.matrix-sections.mobi-hide .tooltip { top: 0; margin-top: -34px; margin-right: 15px; }

.tooltip { position: relative; }
.tooltip:not(p) { position: relative; top: -45px; left: 0; right: 0; float: right; }
.tooltip .tooltip-icon { background-image: url("../images/tooltip.png"); display: block; cursor: pointer; width: 25px; height: 25px; position: relative; }
.tooltip .tooltip-icon.selected { opacity: .4; }
.tooltip-default { float: none; }
.tooltip-default .tooltip-icon { width: 20px; height: 20px; background: url("../images/ico-help-fff.svg") no-repeat 50% 50% #000; background-size: 6px 9px; border-radius: 5px; display: inline-block; margin: 0 0 0 5px; vertical-align: text-bottom; }
.tooltip-default + .tooltip-text .tooltip-text-wrap { left: 0; }

.tooltip-text { position: absolute; width: 200px; display: none; height: 100px; font-size: 13px; text-align: left; z-index: 99; }
.tooltip-text.tooltip-active { display: block; }
.tooltip-text-wrap { background-color: #000; z-index: 105 !important; border-radius: 5px; color: #fff; padding: 15px 0 15px 15px; width: 100%; position: absolute; z-index: 1; -moz-transition-delay: 0s, 0s; -o-transition-delay: 0s, 0s; -webkit-transition-delay: 0s, 0s; transition-delay: 0s, 0s; }
.tooltip-text-wrap p { margin: 0; padding: 0 28px 0 0; }
.tooltip-text-wrap .tooltip-close { text-decoration: none; position: relative; }
.tooltip-text-wrap .tooltip-close:after { content: "x"; font: 500 16px/20px Univers; display: block; position: relative; top: -10px; float: right; right: 15px; }

.tq-tooltip .tooltip-icon.selected { opacity: .4; }
.tooltip-text { width: 90%; height: auto; transform: translateX(-20px) translateY(-10px); }

.matrix-will .tooltip-text-wrap { background-color: #00a651; }
.matrix-energy .tooltip-text-wrap { background-color: #f7941e; }
.matrix-affection .tooltip-text-wrap { background-color: #ed1d24; }
.matrix-control .tooltip-text-wrap { background-color: #03558b; }
.matrix-emotionality .tooltip-text-wrap { background-color: #d8458e; }
.matrix .tooltip-text-wrap .tooltip-close:after { content: "x"; font: 500 16px/20px Univers; color: #fff; display: block; position: relative; top: -10px; float: right; right: 15px; }

.tabs-block .tab-header .tooltip { display: inline-block; float: none; top: auto; bottom: -4px; }

.profile-select-block { left: 0; height: 0; position: fixed; top: 0; width: 0; overflow: hidden; -moz-transition: width 0s 0.5s, height 0s 0.5s; -o-transition: width 0s 0.5s, height 0s 0.5s; -webkit-transition: width 0s 0.5s, height 0s 0.5s; transition: width 0s 0.5s, height 0s 0.5s; z-index: 50; }
.profile-select-block:before { content: ''; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; position: absolute; -moz-transition: opacity .5s; -o-transition: opacity .5s; -webkit-transition: opacity .5s; transition: opacity .5s; background-color: rgba(0,0,0,.75); }
.profile-select .page-content { background-color: transparent !important; }
.profile-select-block .wrap { height: 100%; overflow: hidden; position: relative; padding: 111px 0 0; width: 50%; left: 50%; background-color: rgb(227, 227, 227); -moz-transform: translateX(100% ); -ms-transform: translateX(100% ); -o-transform: translateX(100% ); -webkit-transform: translateX(100% ); transform: translateX(100% ); -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.profile-select-block .v-scroll { height: 100%; overflow: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; }
.profile-select-block .profile-select { position: relative; z-index: 3; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 0 0 1px; }
.profile-select-block .profile-select:first-child { border-top-width: 1px; }
.profile-select-block .profile-select:nth-of-type(2n-1) { background-color: rgb(244,244,244); }
.profile-select-block .profile-select > a { position: relative; top: 100px; }
.profile-select-block .profile-select .ico-5 { width: 45px; height: 45px; }
.ps-select-left .profile-select-block .wrap { left: 0; -moz-transform: translateX(-100% ); -ms-transform: translateX(-100% ); -o-transform: translateX(-100% ); -webkit-transform: translateX(-100% ); transform: translateX(-100% ); }
.ps-select-left .profile-select-block .profile { text-align: right; }
.ps-select-left .profile-select-block .profile .plot-basic { float: right; }

.profile-select-block .profile-select.profile-select-odd,
.profile-select-block .profile-select.profile-select-even { position: relative; z-index: 3; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 1px 0 0; }
.profile-select-block .profile-select.profile-select-even { background-color: rgb(244,244,244); }
.profile-select-block .profile-select.profile-select-odd { background-color: transparent; }

.ps-open .profile-select-block:not(.country-select-block):not(.family-select-block):before,
.cs-open .country-select-block:before,
.fs-open .family-select-block:before { opacity: 1; }
.ps-open .profile-select-block:not(.country-select-block):not(.family-select-block),
.cs-open .country-select-block,
.fs-open .family-select-block { width: 100%; height: 100%; -moz-transition-delay: 0s, 0s; -o-transition-delay: 0s, 0s; -webkit-transition-delay: 0s, 0s; transition-delay: 0s, 0s; z-index: 51; }
.ps-open .profile-select-block:not(.country-select-block):not(.family-select-block) .wrap,
.cs-open .country-select-block .wrap,
.fs-open .family-select-block .wrap { -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }

.ms-open .active-popup-block:before { opacity: 1; }
.ms-open .active-popup-block { width: 100%; height: 100%; -moz-transition-delay: 0s, 0s; -o-transition-delay: 0s, 0s; -webkit-transition-delay: 0s, 0s; transition-delay: 0s, 0s; z-index: 102; }
.ms-open .active-popup-block .wrap { -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }

.ps-open body,
.cs-open body,
.fs-open body,
.ms-open body,
.create-wrap-vis body,
.ps-open,
.cs-open,
.fs-open,
.ms-open,
.create-wrap-vis,
.stop-scrolling,
.stop-scrolling body { overflow: hidden; }

.popup-block { left: 0; height: 0; position: fixed; top: 0; width: 100%; overflow: hidden; z-index: 51; }
.popup-block:before { opacity: 2; content: ''; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; position: absolute; background-color: rgba(0,0,0,.75); }
.popup-block .wrap { height: 100%; width: 80%; position: relative; padding: 125px 0 0; max-width: 700px; margin: 100px auto 0 auto; -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
.popup-block .content { font-size: 16px; padding-bottom: 36px; padding-top: 36px; height: 300px; text-align: center; position: relative; z-index: 3; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 0 0 1px; background-color: rgb(244,244,244); }
.popup-block .header { font-size: 30px; text-transform: uppercase; padding: 25px; font-weight: 700; line-height: 100%; }
.popup-block .footer { text-transform: uppercase; height: 100%; padding-bottom: 15px; }

.banner-block { position: fixed; top: 125px; left: 0; width: 100%; background-color: rgba(0,0,0,.9); z-index: 100; display: none; }
.banner-block .wrap { height: 100%; width: 100%; position: relative; max-width: 1000px; margin: 10px auto 0 auto; }
.banner-block .content { color: #fff; font: 400 13px/20px Univers; position: relative; z-index: 3; }
.banner-block .banner-icon { font-size: 25px; text-decoration: none; float: left; font-weight: 500; width: 30px; height: 30px; }

.terms-conditions-block { left: 0; height: 0; position: fixed; top: 0; width: 100%; overflow: hidden; z-index: 51; }
.terms-conditions-block:before { opacity: 2; content: ''; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; position: absolute; background-color: rgba(0,0,0,.75); }
.terms-conditions-block .wrap { height: 80%; width: 80%; max-width: 700px; margin: 50px auto; background-color: rgb(244,244,244); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
.terms-conditions-block .title { padding: 20px 20px 0 40px; display: block; }
.terms-conditions-block .title > h1 { display: inline-block; padding: 20px 0 0 0; width: 90%; text-align: left; }
.terms-conditions-block .title > .terms-conditions-close { display: inline-block; font-size: 30px; font-weight: 900; text-decoration: none; float: right; color: rgba(148, 149, 164, 0.9); margin: 0; }
.terms-conditions-block .content-wrap { height: 80%; font: 400 16px/21px Univers; margin: 0 30px 0 40px; overflow: hidden; -webkit-overflow-scrolling: touch; overflow-y: auto; }

.std-form { font: 400 13px/20px Arial; padding: 0 0 40px; }
.std-form h1 { text-transform: uppercase; }
.std-form h3 { margin: 50px 0 20px; text-transform: uppercase; }
.std-form .instr { margin: 0 0 20px; }
.std-form .form-row:after { clear: both; content: ''; display: table; }
.std-form label { font: 700 12px/20px Univers; width: 160px; float: left; padding: 15px 20px 15px 0; text-align: right; }

.std-form .txt-wrap,
.std-form .sel-wrap,
.std-form .cb-wrap,
.std-form .lnk-wrap { float: left; width: 332px; border: 0 solid #53565a; border-width: 0 0 1px; padding: 0; min-height: 52px; text-align: left; max-width: 100%; }
.std-form .lbl-wrap { float: left; width: 332px; border-width: 0 0 1px; padding: 0; text-align: left; max-width: 100%; }
.std-form .active .txt-wrap,
.std-form .active .sel-wrap { border-width: 0 0 2px; border-color: #743962; }
.std-form .active .inp-cb:before { border-color: #743962 !important; }
.std-form .error .txt-wrap,
.std-form .error.txt-wrap,
.std-form .error .sel-wrap,
.std-form .error.sel-wrap { border-width: 0 0 2px; border-color: #cf2f30; }
.std-form .error .inp-cb:before,
.std-form .error.inp-cb:before { border-color: #cf2f30 !important; }

.std-form .tooltip { position: relative; top: 0; float: left; }
.std-form .tooltip .tooltip-icon { background-image: none; background-color: #53565a; border-radius: 23px; cursor: pointer; width: 23px; height: 23px; float: left; color: #fff; text-decoration: none; text-align: center; font: 700 13px/13px Univers; margin: 15px 0 0 10px; }
.std-form .tooltip .tooltip-icon:hover { opacity: .4; }
.std-form .tooltip .tooltip-icon:before { content: '?'; line-height: 23px; }

.std-form .tooltip-text { position: absolute; width: 200px; display: none; height: 100px; }
.std-form .tooltip-text.tooltip-active { display: block; }
.std-form .tooltip-text-wrap { background-color: #53565a; z-index: 105; left: -5px; border-radius: 5px; color: #fff; padding: 15px 0 15px 15px; width: 100%; position: absolute; z-index: 1; -moz-transition-delay: 0s, 0s; -o-transition-delay: 0s, 0s; -webkit-transition-delay: 0s, 0s; transition-delay: 0s, 0s; }

.std-form [type="text"],
.std-form [type="password"],
.std-form [type="email"],
.std-form [type="tel"],
.std-form select,
.std-form textarea,
.std-form .custom-sel .val,
.std-form .lnk-wrap { font: 400 13px/20px Univers; display: block; margin: 0; padding: 15px 0; width: 100%; border: 0; min-height: 50px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.std-form textarea { resize: vertical; }
.std-form [type="checkbox"] { position: absolute; left: -99999px; }
.std-form [type="checkbox"] + .inp-cb { border: 0; display: block; margin: 2em 0 0; }
.std-form [type="checkbox"] + .inp-cb > span { display: block; overflow: hidden; padding: 0.5em 0 0; }
.std-form [type="checkbox"] + .inp-cb:before { float: left; border: 2px solid #53565a; width: 31px; height: 31px; vertical-align: middle; margin: 0 10px 0 0; content: ''; background: none no-repeat 50% 50%; background-size: 19px 19px; }
.std-form [type="checkbox"]:checked + .inp-cb:before { border: 2px solid #743962; background-image: url("../images/cb-x.svg"); }
.std-form .btn-row { font: 700 13px/20px Univers; text-align: center; margin-left: 160px; width: 332px; }
.std-form .btn-row .btn,
.std-form .btn-row .btn { display: block; width: 100%; margin: 20px 0; }
.std-form .form-row .err-msg { color: #cf2f30; display: none; float: none; clear: both; padding: 5px 0; }
.std-form .error .err-msg { display: block; position: relative; left: 160px; }

.std-form .recaptcha { padding: 28px 0 0 174px; }

.login-email-form .error .err-msg,
.link-account-email-form .error .err-msg,
.reset-password-form .error .err-msg,
.send-password-form .error .err-msg { left: 0; }

.std-form .err-icon { display: none; }
.std-form .error .err-icon { display: block; background-color: #cf2f30; float: left; width: 23px; height: 23px; border-radius: 23px; color: #fff; text-decoration: none; text-align: center; font: 700 13px/20px Univers; margin: 15px 0 0 10px; }

a.btn-fb { /*background-color: #4e69a2;*/ background-color: #2b3894; color: #fff; }
a.btn-fb > span:before { content: ''; display: inline-block; vertical-align: text-bottom; height: 20px; width: 11px; background: url("../images/ico-fb.svg") no-repeat 0 0; background-size: 100% 100%; margin: 0 15px 0 0; }
a.btn-gp { background-color: #cf2f30; color: #fff; }
a.btn-gp > span:before { content: ''; display: inline-block; vertical-align: text-bottom; height: 20px; width: 30px; background: url("../images/ico-gp.svg") no-repeat 0 0; background-size: 100% 100%; margin: 0 5px 0 0; }
a.btn-ms { background-color: #cf2f30; color: #fff; }
a.btn-ms > span:before { content: ''; display: inline-block; vertical-align: text-bottom; height: 20px; width: 30px; background: url("../images/ico-gp.svg") no-repeat 0 0; background-size: 100% 100%; margin: 0 5px 0 0; }

a.btn-email { background-color: #853663; color: #fff; }
a.btn-email > span:before { content: ''; display: inline-block; vertical-align: text-bottom; height: 20px; width: 28px; background: url("../images/ico-email.svg") no-repeat 0 0; background-size: 100% 100%; margin: 0 15px 0 0; }
a.btn-register { background-color: #4e874d; color: #fff; }
a.btn-register > span:before { content: ''; display: inline-block; vertical-align: text-bottom; height: 20px; width: 28px; background: url("../images/ico-email.svg") no-repeat 0 0; background-size: 100% 100%; margin: 0 15px 0 0; }

.contactus-form { max-width: 664px; margin: 0 auto; }

.login-form { display: block; margin: 0 auto; text-align: center; width: auto; }
.login-form .login-form-wrap { display: inline-block; width: auto; text-align: left; }
.login-form li.or { font: 700 18px/28px Univers; text-align: center; position: relative; }
.login-form li.or:before { content: ''; background-color: #53565a; height: 1px; top: 50%; left: 0; right: 0; position: absolute; }
.login-form li.or:after { content: 'OR'; background-color: #fff; display: inline-block; padding: 0 10px; position: relative; margin: 10px 0; }
.login-form .btn { text-decoration: none; width: 100%; text-align: left; font: 400 16px/21px Univers; text-transform: none; padding: 10px 30px; height: 80px; }
.login-form .btn-login,
.login-form .btn-send { display: inline-table; float: right; vertical-align: middle; font: 700 13px/20px Univers; text-transform: uppercase; padding: 10px 15px; text-decoration: none !important; min-width: 100px; text-align: center; }
.login-form .txt-wrap { width: 100%; }
.login-form .cb-wrap { float: left; width: 250px; border: 0 solid #53565a; border-width: 0 0 1px; padding: 0; min-height: 52px; text-align: left; max-width: 100%; }
/* Display is controlled via model state instead of by default */
/*.login-form .login-email-form { display: none; }*/
.login-form .login-email-form .forgot-password-form .form-row:last-child { padding-bottom: 30px; }

.register-form { display: block; margin: 0 auto; text-align: center; width: auto; }
.register-form .register-form-wrap { display: inline-block; width: auto; text-align: left; }
.register-form li.or { font: 700 18px/48px Univers; text-align: center; position: relative; }
.register-form li.or:before { content: ''; background-color: #53565a; height: 1px; top: 50%; left: 0; right: 0; position: absolute; }
.register-form li.or:after { content: 'OR'; background-color: #fff; display: inline-block; padding: 0 10px; position: relative; }
.register-form .btn { text-decoration: none; width: 100%; text-align: left; font: 400 16px/21px Univers; text-transform: none; padding: 10px 30px; height: 80px; }
.register-form .txt-wrap { border-width: 0; padding: 15px 0 0; width: 310px; }

.register-email-form { max-width: 664px; margin: 0 auto; }

.reset-password-form .btn-row { margin-left: 0px; }

.link-account-form { max-width: 664px; margin: 0 auto; }
.link-account-form h1 { text-transform: none; }
.link-account-form h3 { text-transform: none; margin: 10px 0; }
.link-account-form h4 { font-weight: normal; }

.link-account-form .link-account-block { display: table; table-layout: fixed; width: 100%; height: 100%; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 1px 0 1px; padding: 25px 0; margin: 20px 0 30px; }
.link-account-form .btn { width: 100%; text-align: left; margin: 20px 0; }
.link-account-form .link-account-email-form { margin: 20px 0 0; }
.link-account-form .lnk-ignore-link { font: 700 18px/20px Univers; text-transform: uppercase; }
.link-account-block .block { display: table-cell; vertical-align: top; }
.link-account-block .block-middle { width: 40px; height: 100%; }
.link-account-block .block-row { font: 700 14px/20px Univers; }

.block-middle .upper { border-left: 1px solid rgba(148, 149, 164, 0.4); height: calc(50% - 20px); margin: 0 0 0 8px; }
.block-middle .middle { height: 40px; margin: 0 auto; }
.block-middle .middle:before { content: '+'; font: 700 30px/48px Univers; position: relative; top: -10px; }
.block-middle .lower { border-left: 1px solid rgba(148, 149, 164, 0.4); height: calc(50% - 20px); margin: 0 0 0 8px; }

.link-account-email-form .btn-link { width: 100%; padding: 10px 15px; font: 700 13px/20px Univers; text-transform: uppercase; vertical-align: middle; }
.link-account-form .lnk-forgot-password { display: block; padding: 20px 0 0; }

.cnt-list-block .content-wrap:after { clear: both; content: ''; display: table; }
.cnt-list-block article { border: 0 solid rgba(148, 149, 164, 0.4); border-width: 1px 0 0; padding: 20px 20px 0 0; margin: 1.5em 0 0; }
.cnt-list-block article .title { margin: 0 0 1em; }

.pagination-block { font: 400 25px/1 Univers; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 1px 0 0; }
.pagination-block .pages { display: table; text-align: center; height: 30px; padding: 20px 0; }
.pagination-block .pages > * { display: table-cell; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 0 1px 0 0; width: 60px; vertical-align: middle; }

.reg-confirm { max-width: 600px; margin: 0 auto; }
.reg-confirm header,
.reg-confirm .content { max-width: 420px; margin: 0 auto; }
.reg-confirm header { font: 400 12px/1 Univers; text-align: center; padding: 40px 20px; }
.reg-confirm .content { padding: 0 20px 60px; }
.reg-confirm header .cnf,
.reg-confirm header .upw { display: inline-block; vertical-align: middle; }
.reg-confirm header .cnf:before,
.reg-confirm header .upw:before { content: ''; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; width: 45px; height: 45px; border-radius: 50%; }
.reg-confirm header .cnf:before { background-color: #de833c; }
.reg-confirm header .upw:before { background-color: #e6e6e6; }
.reg-confirm header .cnf:after { content: ''; display: inline-block; vertical-align: middle; margin: 0 20px; width: 18px; height: 30px; background: url("../images/reg-rarr.svg") no-repeat 50% 50%; background-size: 18px 30px; }

.reg-update { max-width: 600px; margin: 0 auto; }
.reg-update header,
.reg-update .content { max-width: 420px; margin: 0 auto; }
.reg-update header { font: 400 12px/1 Univers; text-align: center; padding: 40px 20px; }
.reg-update .content { padding: 0 20px 60px; }
.reg-update header .cnf,
.reg-update header .upw { display: inline-block; vertical-align: middle; }
.reg-update header .cnf:before,
.reg-update header .upw:before { content: ''; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; width: 45px; height: 45px; border-radius: 50%; }
.reg-update header .cnf:before { background-color: #e6e6e6; }
.reg-update header .upw:before { background-color: #de833c; }
.reg-update header .cnf:after { content: ''; display: inline-block; vertical-align: middle; margin: 0 20px; width: 18px; height: 30px; background: url("../images/reg-rarr.svg") no-repeat 50% 50%; background-size: 18px 30px; }

.hp-head { position: relative; min-height: 760px; margin: 0 -30px; background: no-repeat 50% 100% #fff; }
.hp-head:before { background: rgba(0, 0, 0, 0) url("../images/hp-spots.png") no-repeat scroll 50% 100%; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; }
.hp-head .img-wrap { display: none; }
.hp-head .page-content { text-align: left; background-color: transparent !important; }
.hp-head .content { display: inline-block; text-align: left; font: 700 25px/30px Univers; padding: 60px 0 60px 60px; }
.hp-head .content h1 { font: 700 50px/1 Univers; }
.hp-head .content .btn { margin-left: 50px; min-width: 140px; }

.display-show-inline { display: inline; }
.display-show-block { display: block; }
.display-hide { display: none; }

.profile-select-block .jumpto-wrap { left: 500px; right: auto; position: absolute; z-index: 4; top: 150px; font: 700 18px/40px Univers; display: none; }
.profile-select-block .jumpto-wrap:after { background-color: #161616; bottom: 20px; content: ""; position: absolute; right: -30px; top: 20px; width: 3px; }
.profile-select-block .jumpto-wrap a { display: block; position: relative; text-decoration: none; }
.profile-select-block .jumpto-wrap a:hover { text-decoration: underline; }
.profile-select-block .jumpto-wrap a:after { background-color: #161616; content: ""; height: 3px; position: absolute; right: -30px; top: 19px; width: 20px; }
.profile-select-block .jumpto-wrap-back { left: 500px; right: auto; position: absolute; z-index: 4; bottom: 20px; font: 700 18px/40px Univers; }
.profile-select-block .jumpto-wrap-left { left: auto; right: 500px; }

.go-to-top { z-index: 104; position: fixed; font: 400 50px/25px Univers; bottom: 40px; right: 40px; display: none; width: 40px; height: 40px; }
.go-to-top:before { display: inline-block; content: ''; width: 40px; height: 40px; background: url("../images/fac-arrow-up.png") no-repeat 0 0; opacity: .4; }

.owner-name { z-index: 100; position: fixed; font: 600 25px/25px Univers; bottom: 40px; left: 40px; 
              display: none; background-color: #ccc; color: #111; opacity: .7; padding: 8px; white-space: nowrap; }

.warning:before { display: inline-block; content: ''; width: 50px; height: 50px; background: url("../images/note.png") no-repeat 50% 0; background-size: 60%; float: left; }

@media (min-width: 925px) and (max-width: 1156px) {
    .profile-select-block .jumpto-wrap { left: auto; right: 50px; }
    .profile-select-block .jumpto-wrap-back { left: auto; right: 50px; }
    .profile-select-block .jumpto-wrap-left { left: 30px; right: auto; }
}

@media (min-width: 925px) and (max-width: 1120px) {
    #create-plot .key-items .key-item-emotionality .emo-plot { width: 220px; }
}

@media (min-width: 1121px) and (max-width: 1450px) {
    .go-to-top { bottom: 40px; right: 15%; }
    .owner-name { left: 10%; }
}

@media (min-width: 1451px) and (max-width: 1780px) {
    .go-to-top { bottom: 40px; right: 20%; }
    .owner-name { left: 15%; }
}

@media (min-width: 1781px) {
    .go-to-top { bottom: 40px; right: 25%; }
    .owner-name { left: 20%; }
}

/* StrongPass.js */
.pass-container { height: 30px; width: 250px; display: none; }
/*don't need to display pass bar*/
.pass-bar { display: none; }

.password-strength .txt-wrap,
.password-strength.active .txt-wrap { border-width: 0 0 3px !important; }
.password-too-short .txt-wrap,
.password-too-short.active .txt-wrap { border-color: #ff0000 !important; }
.password-very-weak .txt-wrap,
.password-very-weak.active .txt-wrap { border-color: #550000 !important; }
.password-weak .txt-wrap,
.password-weak.active .txt-wrap { border-color: #880000 !important; }
.password-good .txt-wrap,
.password-good.active .txt-wrap { border-color: #ff6600 !important; }
.password-strong .txt-wrap,
.password-strong.active .txt-wrap { border-color: #005500 !important; }
.password-very-strong .txt-wrap,
.password-very-strong.active .txt-wrap { border-color: #00ff00 !important; }

/* iSpinner.css */
.ispinner { z-index: 102; height: 100%; width: 100%; left: 0; top: 0; background-color: rgba(255, 255, 255, 0.75); }
.ispinner,
.ispinner .ispinner-blade { position: fixed; }
.ispinner .ispinner-blade { width: 5px; height: 15px; left: 50%; top: 40%; }
.ispinner.black .ispinner-blade { background-color: #000; }

.spotlight-content-block .title { font: 700 36px/38px Univers; padding: 15px 0 5px 0; }
.spotlight-content-block .summary { font: 700 18px/25px Univers; }
.spotlight-content-block .spotlight-header {display: flex; flex-wrap: wrap; justify-content: space-between; }
.spotlight-content-block .spotlight-header .summary { color: #B0226B; }
.spotlight-content-block a.btn-download { margin: 15px 5px; }

.flex-content { clear: both; padding: 10px; }
.flex-content .title { font: 700 24px/28px Univers; padding: 5px 0 5px 0; }
.flex-content .flex-content-wrap { display: flex; flex-flow:row wrap; width: 100%; }
.flex-content .flex-content-wrap.flex-columns-3 .flex-content-column {width:calc(100% / 3)}
.flex-content .flex-content-wrap.flex-columns-4 .flex-content-column {width:calc(100% / 4)}
.flex-content .flex-content-column { padding: 15px; }
.flex-content .flex-content-column .btn { width: 80%; margin: 15px; height: 60px;}
.flex-content .summary { padding: 10px 0px 10px 0px; }
.flex-content p { margin-bottom: 10px; }

.flex-content.spotlight-steps .summary { min-height: 70px; }
.flex-content.spotlight-steps p { display: list-item; }
.flex-content.spotlight-steps .spotlight-step-icon { height: 80px; background-size: auto 40px; background: no-repeat center; margin: 15px; }
.flex-content.spotlight-steps .pick-icon { background-image: url(../images/checked-box.svg) }
.flex-content.spotlight-steps .explore-icon { background-image: url(../images/edit.svg) }
.flex-content.spotlight-steps .plan-icon { background-image: url(../images/bell.svg) }
.flex-content.spotlight-steps .share-icon { background-image: url(../images/employee.svg) }

.spotlight-content-block .flex-content .summary { color: #B0226B }

.report-content { position: relative; display: table; width: 100%; }
.report-content .content-tabs { position: relative; display: table; table-layout: fixed; width: 100%; height: 70px; z-index: 2; }

.report-content .content-tabs > .tab { display: table-cell; position: relative; background-color: #181818; color: #fff; text-align: center; vertical-align: middle; height: 70px; font-weight: bold; border: 0 solid rgba(148, 149, 164, 0.4); border-width: 0 1px 0 0; cursor: pointer; }
.report-content .content-tabs > .tab:hover { background-color: #282828; }
.report-content .content-tabs > .tab:hover:after { height:14px; }
.report-content .content-tabs > .tab:after { content: ''; height: 8px; width: 100%; position: absolute; bottom: -8px; left: 0px; right: -10px; transition: height .2s; }
.report-content .content-tabs > .tab.active:after { height: 20px; }

.tab-will:after { background-color: #00a651; border-right: 1px solid #00a651; }
.tab-energy:after { background-color: #f7941e; border-right: 1px solid #f7941e; }
.tab-affection:after { background-color: #ed1d24; border-right: 1px solid #ed1d24; }
.tab-control:after { background-color: #03558b; border-right: 1px solid #03558b; }
.tab-emotionality:after { background-color: #d8458e; border-right: 1px solid #d8458e; }

.matrices .matrix { padding: 30px 0 0; position: relative; }
.matrix > div:first-child { display: block; float: left; padding: 0 25px 0 25px; }
.matrix > .matrix-header { padding: 5px 0 0; min-height: 75px; }
.matrix > .matrix-header > .title { font: 700 30px/28px Univers; padding: 12px 0 10px;}

.matrix-header-mobile { display: none; }

 .matrix-sections > .subfactor-heading { border-bottom: 2px solid; font: 700 18px/20px Univers; padding: 15px 50px 10px 0; }
.matrix-sections > .challenge-section { font: 700 18px/20px Univers; padding: 0 10px 10px 10px; }
.matrix-sections .section-label { padding: 10px 0 10px 0; }


.spotlight-band-icon.tooltip { margin-top: -30px; float: right; top: 0; left: 50px; }
.spotlight-band-icon .tooltip-icon { background-image: none; width: 100%; height:100%; }
.spotlight-band-icon svg { height: 30px; }
.matrix svg  circle { opacity: 1; filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3)); }
.matrix svg  circle.light-disk { opacity: .6; }

.spotlight-will .spotlight-difference-icon,
.domain-icon-will .spotlight-difference-icon,
.matrix-will .spotlight-difference-icon { fill: #00a651; }
.dashboard-spotlight-will,
.matrix-will .challenge-section > .section-band { color:#00a651; }

.spotlight-energy .spotlight-difference-icon,
.domain-icon-energy .spotlight-difference-icon,
.matrix-energy .spotlight-difference-icon { fill: #f7941e; }
.dashboard-spotlight-energy,
.matrix-energy .challenge-section > .section-band { color:#f7941e; }

.spotlight-affection .spotlight-difference-icon,
.domain-icon-affection .spotlight-difference-icon,
.matrix-affection .spotlight-difference-icon { fill: #ed1d24; }
.dashboard-spotlight-affection,
.matrix-affection .challenge-section > .section-band { color:#ed1d24; }

.spotlight-control .spotlight-difference-icon,
.domain-icon-control .spotlight-difference-icon,
.matrix-control .spotlight-difference-icon { fill: #03558b; }
.dashboard-spotlight-control,
.matrix-control .challenge-section > .section-band { color:#03558b; }

.spotlight-emotionality .spotlight-difference-icon,
.domain-icon-emotionality .spotlight-difference-icon,
.matrix-emotionality .spotlight-difference-icon { fill: #d8458e; }
.dashboard-spotlight-emotionality,
.matrix-emotionality .challenge-section > .section-band { color:#d8458e; }

.matrix-sections > .section { display: flex; flex-flow:row wrap; width: 100%; }
.matrix-sections > .section > div { width: calc(100%/3); padding: 10px 10px 10px 15px; }

.matrix-sections-desktop { display: block; }
.matrix-sections-mobile { display: none; }

.coaching-notes { padding: 0 0 20px 0; }
.coaching-notes .coaching-button { font: 400 14px/16px Univers; padding: 10px 15px 10px 15px; 
                                   background: #181818; color: white; width: fit-content; width: -moz-fit-content; width: -webkit-fit-content;
                                   margin: 20px 10px 0 10px; cursor: pointer;
                                   box-shadow: 3px 3px 2px rgba(0, 0, 0, .3); }
.coaching-notes .coaching-button:hover { background-color: #383838; }
.coaching-notes .coaching-button:active {  box-shadow: none; position: relative; left: 2px; top: 2px; }
.coaching-notes .coaching-panel { border: 3px solid #181818; padding: 40px 40px 40px 40px; 
                                  margin: 0 10px 30px 10px; display: none; 
                                  box-shadow: 3px 3px 2px rgba(0, 0, 0, .3); position: relative; }
.coaching-notes .coaching-panel summary {  }
.coaching-notes .coaching-panel p { margin-top: 20px; display:list-item; }
.coaching-notes .coaching-button span.caret { padding-left: 10px; display: inline-block; transition: 0.5s; 
                                              transform: rotate(0); transform-origin: 70% 50%; }
.coaching-notes .coaching-button.open span.caret { transform: rotate(90deg); }

.coaching-notes .coaching-panel.flex { display: flex; flex-direction: column; }

.section-label { font: 700 14px/14px Univers; }

.matrix-keys { margin: 20px 20px 0; }
.matrix-keys > .title { display: block; float: left; padding: 10px 30px 0 0; }
.matrix-keys > .summary { font: 400 14px/16px Univers; color: #000 !important; overflow: hidden; }
.matrix-keys > .key-wrap { padding: 15px 0; }
.matrix-keys > .key-wrap div { overflow: hidden; }
.matrix-keys > .key-wrap > div > div:first-of-type { float: left; width: 60px; padding: 10px 15px 20px 0; }
.matrix-keys { border: 0 solid rgba(148, 149, 164, 0.4); border-width: 1px 0; }

.key-wrap > div { padding: 10px 0; }

.spotlight-content-block .domains { display:  flex; flex-flow:row wrap; width: 100%; justify-content: space-evenly; }
.spotlight-content-block .domains > .domain-group { display: flex; flex-direction: column; width: 50%; }
.spotlight-content-block .domains > .domain-group > .domain { display: flex; font: 700 18px/25px Univers; cursor: pointer; margin: 15px;; }
.spotlight-content-block .domains > .domain-group > .domain > .domain-icon { margin-right: 4px; }
.spotlight-content-block .domains > .domain-group > .domain > .domain-wrap > .summary { margin: 3px 0 5px 0; padding: 0; color: #000; }
.spotlight-content-block .domains > .domain-group > .domain > .domain-wrap > p { margin: 0; width: 100%; font: 400 14px/22px Univers; }
.spotlight-content-block .report-content { padding: 30px 0 30px; }
.domain-icon svg { height: 30px; }
.domain-icon svg  circle { opacity: 1; filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .3)); }
.domain-icon svg  circle.light-disk { opacity: .6; }


#spotlight-logo { content: ''; display: block; background: url("../images/logo-spotlight.svg") no-repeat center; width: 100px; height: 80px; margin: 0 5px 20px 20px; float: left; }
#spotlight .report-title:before { content: ''; display: inline-block; background: url("../images/spotlight-icon.svg") no-repeat center; background-size: 40px; width: 40px; height: 40px; background-size: 40px 40px; vertical-align: middle; margin: 0 20px 0 0; }

.foundation-logo-holder { display: table; margin: 1em 0 0; }
.foundation-logo-row { display: table-row; }
.foundation-logo-title,
.foundation-logo-text { display: table-cell; width: 50%; }
.foundation-logo-title { padding: 5px 0 5px 0; font-size: 18px; font-weight: 700; vertical-align: middle; }
.foundation-logo-title span { position: relative; display: block; line-height: 1.666em; padding: 0 30px 0 45px; }
.foundation-logo-title span::before { position: absolute; top: 50%; left: 0; content: ""; width: 30px; height: 30px; transform: translateY(-50%); border-radius: 50%; background-color: grey; }
.foundation-logo-text { padding-bottom: 0.5em; vertical-align: top; }
.coloured-bullets { padding: 0; margin: 0; list-style: none; }
.coloured-bullets li { position: relative; padding: 0 0 0 15px; margin: 0 0 0 1px; font-weight: 700; }
.coloured-bullets li::before { position: absolute; top: 7.5px; left: 0; content: ""; width: 6px; height: 6px; border-radius: 50%; background-color: #616161; }
.will .foundation-logo-title span::before,
.coloured-bullets .will::before { background-color: #00a651; }
.energy .foundation-logo-title span::before,
.coloured-bullets .energy::before { background-color: #f7941e; }
.affection .foundation-logo-title span::before,
.coloured-bullets .affection::before { background-color: #ed1d24; }
.control .foundation-logo-title span::before,
.coloured-bullets .control::before { background-color: #03558b; }
.emotionality .foundation-logo-title span::before,
.coloured-bullets .emotionality::before { background-color: #d8458e; }

@media (max-width: 479px) {
    .foundation-logo-title,
    .foundation-logo-text { display: block; width: auto; }
    .foundation-logo-text { padding-top: 0.5em; }
}

.dashboard-V1 .dashboard-content-block #spotlight ul { list-style-type: none; padding: 0; }
.dashboard-V1 .dashboard-content-block .spotlight-will-logo:before { content: ''; display: inline-block; background: url("../images/spotlight-will-small.png") no-repeat center; width: 29px; height: 29px; vertical-align: middle; margin: 0 20px 0 10px; }
.dashboard-V1 .dashboard-content-block .spotlight-energy-logo:before { content: ''; display: inline-block; background: url("../images/spotlight-energy-small.png") no-repeat center; width: 29px; height: 29px; vertical-align: middle; margin: 0 20px 0 10px; }
.dashboard-V1 .dashboard-content-block .spotlight-affection-logo:before { content: ''; display: inline-block; background: url("../images/spotlight-affection-small.png") no-repeat center; width: 29px; height: 29px; vertical-align: middle; margin: 0 20px 0 10px; }
.dashboard-V1 .dashboard-content-block .spotlight-control-logo:before { content: ''; display: inline-block; background: url("../images/spotlight-control-small.png") no-repeat center; width: 29px; height: 29px; vertical-align: middle; margin: 0 20px 0 10px; }
.dashboard-V1 .dashboard-content-block .spotlight-emotionality-logo:before { content: ''; display: inline-block; background: url("../images/spotlight-emotionality-small.png") no-repeat center; width: 29px; height: 29px; vertical-align: middle; margin: 0 20px 0 10px; }

.stick-header .report-content .tabs-nav { padding-top: 70px; }
.stick-header .report-content .content-tabs { z-index: 101; position: fixed; top: 0; width: 100%; }
.stick-header .report-content .matrices { padding-top: 70px; }

@media (min-width: 1356px) {
    .tooltip-content { max-width: 100%; }
    .tooltip-content:before { position: absolute; background-color: #fff; width: 1044px; left: 0; right: 0; top: 0; bottom: 0; margin: 0 auto; content: ''; }
    #main-content .page-content.tooltip-content { background-color: transparent; }
    .tooltip-content .tabs-block { position: relative; padding: 0 0 0 20px; max-width: 1200px; left: 80px; right: 0; top: 0; bottom: 0; margin: 0 auto; }
    .tooltip-content .tab-contents { padding: 0 156px 0 0; }
    .tooltip-content .tab-contents > .tab-content { padding: 0 50px 40px; }

    .tab-contents .profile-switch > .btn-switch { right: 95px; }
    .tab-contents .profile-switch > .lnk-switch { right: 70px; }
}

.dashboard .img-wrap { display: none; }

.hero-word-cloud { padding: 40px 0 0; background: no-repeat 80% 40% #eee; margin: -50px -30px 50px; position: relative; overflow: hidden; }
.hero-word-cloud .bg-dots { position: absolute; left: 0; top: -100px; bottom: -100px; right: 0; }
.hero-word-cloud .dot { position: absolute; border-radius: 50%; overflow: hidden; }
.hero-word-cloud .dot:nth-of-type(1) { background-color: #d95697; width: 368px; height: 368px; left: -105px; /*bottom: -273px;*/ bottom: -173px; }
.hero-word-cloud .dot:nth-of-type(2) { background-color: #f59331; width: 240px; height: 240px; left: -150px; /*bottom: 76px;*/ bottom: 176px; }
.hero-word-cloud .dot:nth-of-type(3) { background-color: #e3e3e3; width: 130px; height: 130px; left: 65px; /*bottom: 35px;*/ bottom: 135px; }
.hero-word-cloud .dot:nth-of-type(4) { background-color: #d2d2d2; width: 130px; height: 130px; right: -32px; /*top: -30px;*/ top: 70px; }
.hero-word-cloud .dot:nth-of-type(5) { background-color: #ea222d; width: 84px; height: 84px; right: 50px; /*top: 82px;*/ top: 182px; }
.hero-word-cloud .dot:nth-of-type(6) { background-color: #118745; width: 240px; height: 240px; right: -170px; /*top: 81px;*/ top: 181px; }

/*.hero-word-cloud.no-facet5 .dot:nth-of-type(5) { display:none; }*/
.hero-word-cloud.no-facet5 .page-content { padding: 0 0 120px 80px; }

.hero-word-cloud.no-facet5 .dot:nth-of-type(5) { left: 280px; top:420px; }

.hero-word-cloud .no-facet5 h1 { font: 700 50px/1 Univers; text-align:left; padding-top: 20px; margin: 0 0 0.5em; }
.hero-word-cloud .no-facet5 .word-cloud-wrap { width: 360px; padding: 0; }
.hero-word-cloud .no-facet5 .word-cloud-wrap .word-list { font: 500 20px/1.1 Univers; text-align: left; }

.hero-word-cloud .page-content { background: none !important; position: relative !important; }
.word-cloud-wrap { padding: 50px 0; }
.word-cloud-wrap .word-list { margin: 0 auto; text-align: center; font: 700 10px/1.1 Univers; position: relative; }
.word-cloud-wrap .word-list li { display: inline-block; margin: 0 6px; padding: 0; position: relative; transition-property: all; transition-timing-function: ease-out; }
.word-cloud-wrap:not(.wc-initialised) .word-list li { transition: none; }
.word-cloud-wrap [data-factor="Will"] { color: #00a651; }
.word-cloud-wrap [data-factor="Energy"] { color: #f7941e; }
.word-cloud-wrap [data-factor="Affection"] { color: #ed1d24; }
.word-cloud-wrap [data-factor="Control"] { color: #03558b; }
.word-cloud-wrap [data-factor="Emotionality"] { color: #d8458e; }
.word-cloud-wrap [data-rank="0"] { font-size: 1.5em; }
.word-cloud-wrap [data-rank="1"] { font-size: 2.5em; }
.word-cloud-wrap [data-rank="2"] { font-size: 3.5em; }
.word-cloud-wrap [data-rank="3"] { font-size: 4.5em; }
.word-cloud-wrap [data-rank="4"] { font-size: 5.5em; }
.word-cloud-wrap [data-rank="5"] { font-size: 6.5em; }
.word-cloud-wrap .delay-1 { transition-delay: 0s; }
.word-cloud-wrap .delay-2 { transition-delay: 0s; }
.word-cloud-wrap .delay-3 { transition-delay: 0s; }
.word-cloud-wrap .delay-4 { transition-delay: 0s; }
.word-cloud-wrap .delay-5 { transition-delay: 0s; }
.word-cloud-wrap .delay-6 { transition-delay: 0s; }
.word-cloud-wrap .delay-7 { transition-delay: 0s; }
.word-cloud-wrap .duration-1 { transition-duration: 1s; }
.word-cloud-wrap .duration-2 { transition-duration: .9s; }
.word-cloud-wrap .duration-3 { transition-duration: .8s; }
.word-cloud-wrap .duration-4 { transition-duration: .7s; }
.word-cloud-wrap .duration-5 { transition-duration: .6s; }
.word-cloud-wrap .duration-6 { transition-duration: .5s; }
.word-cloud-wrap .duration-7 { transition-duration: .4s; }

.dashboard .dashboard-tabs { display: none; }


.dashboard-blocks { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-content: flex-start; align-content: flex-start; font-family: Univers; }
.dashboard-blocks > [class*="dashboard-block"] { -webkit-flex: 0 0 100%; flex: 0 0 100%; }
.dashboard-blocks h3,
.hero-word-cloud header { margin: 0; }
.dashboard-block-hr-1,
.dashboard-block-hr-2,
.hero-word-cloud-hr { background: #000; height: 3px; border: 0 solid #111; border-width: 1px 0; margin: 10px 0 0; }
.dashboard-block-prof-comp { border-radius: 3px; border: 1px solid rgba(17, 17, 17, 0.17); }
.dashboard-block-prof-comp header { border-bottom: 1px solid rgba(17, 17, 17, 0.17); padding: 20px 40px; text-align: center; font-size: 14px; line-height: 1.3; height: auto; font-weight: 400; text-transform: none; }
.dashboard-block-prof-comp header .title { font-size: 25px; font-weight: 700; margin: 0 0 0.3em; }
.dashboard-block-prof-comp header p { margin: 0; }
.dashboard-block-prof-comp header p + p { margin-top: .5em; }
.dashboard-block-prof-comp footer { padding: 0 40px 25px; }
.dashboard-block-prof-comp footer .btn { margin: 0 0 12px; display: block; }

.dashboard-block-prof-comp .plot-block { padding: 0 20px; }
.dashboard-block-prof-comp #main-plot { width: 100%; margin: 0 auto; position: relative; padding: 50px 0 130px; max-width: 100%; }
.dashboard-block-prof-comp #main-plot svg { height: 60%; width: 60%; margin: 0 auto; display: block; }
.dashboard-block-prof-comp #main-plot .key-items .key-title { font-size: 18px; line-height: 40px; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-control { left: 80%; width: 20%; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-energy { right: 80%; width: 20%; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-will { right: 40%; top: 20px; width: 100%; text-align: center; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-affection { right: 40%; bottom: 100px; width: 100%; text-align: center; }
.dashboard-block-prof-comp #main-plot .key-items .key-title:after { margin: -6px 0 0 8px; }
.dashboard-block-prof-comp #main-plot .key-items .key-title:before { margin: -6px 8px 0 0; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-control > span:before { margin: -3px 10px 0 3px; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-energy > span:after { display: inline-block; margin: -3px 3px 0 10px; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-emotionality .key-title { display: inline-block; margin-left: 0px; }
.dashboard-block-prof-comp #main-plot .key-items .key-item-emotionality .emo-plot { display: block; margin: 10px auto 0; }

.dashboard-block-report-list .report-list { border: 1px solid rgba(17, 17, 17, 0.17); border-width: 1px 0; }
.report-item { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none !important; padding: 15px 0; }
.report-item .ico { width: 29px; height: 29px; margin: 6px 23px 6px 0; -webkit-flex: 0 0 29px; flex: 0 0 29px; }
.report-item .ico img { display: block; margin: 0; width: 100%; height: 100%; }
.report-item .content { margin: 0 15px 0 0; color: #616161; align-self: center; font-size: 14px; line-height: 20px; flex: 1 0 0; }
.report-item .content p { margin: 0; }
.report-item .family { font-size: 18px; font-weight: 700; color: #161616; }
.report-item .family.not-purchased { color: #616161; }
.report-item .family.not-purchased span { font-weight: 500; }
.report-item .buttons { flex: 0 0 100px; }
.report-item .btn { margin: 0 0 0 auto; white-space: nowrap; }
a.report-item:hover .family { color: #853663; }
.report-item + .report-item { border-top: 1px solid rgba(17, 17, 17, 0.17); }

.dashboard-blocks .dashboard-block-spotlight-strength {
    margin: -50px -8000px -40px;
    padding: 30px 8000px;
    background-color: #ebebeb;
    box-sizing: content-box;
}

span.download-icon {
    display: inline-block;
    margin-left: 10px;
    width: 1em;
    height: 1em;
    background: url("../images/download-white.svg") no-repeat left center;
    background-size: contain;
    content: "";
}

span.download-icon.icon-grey { display: none; }

.dashboard-blocks .not-sharing { margin: 20px; }
.dashboard-blocks div { z-index: 1; }

.dashboard-blocks .dashboard-block-spotlight-strength { display: flex; align-items: center; }
.dashboard-blocks .side-heading { width:300px; }
.dashboard-blocks .side-heading .title { font: bold 20px/1 Univers; margin-bottom: 10px; }
.dashboard-blocks .dashboard-spotlight-strength { margin-left: 40px; font: 700 25px/30px Univers; }

.dashboard .dashboard-bottom-dots { display: block; position: relative; }
.dashboard .dashboard-bottom-dots img { display: block; width: 200%; margin: -175px -80px 0; z-index: -1; }

.shared-table { font: 500 14px/20px Univers; }
.shared-table .content { overflow: hidden; }
.shared-table .name { color: #010704; font-size: 18px; line-height: 25px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shared-table .share-ico { background: url("../images/sharing-icon.svg") no-repeat 50% 50% transparent; background-size: 16px 14px; height: 14px; width: 16px; display: block; margin: 0 15px 0 0; float: left; }
.shared-table .share-me-ico { background-image: url("../images/sharing-me-icon.svg"); background-size: 12px 14px; }
.shared-table .initials { background-color: #92894a; border-radius: 50%; width: 42px; height: 42px; font: 700 14px/42px Univers; color: #fff; text-align: center; margin: 0 30px 0 15px; float: left; }
.shared-table p { margin: 0; }
.shared-table .content:not(:last-child) { margin-bottom: 15px; }
.shared-table thead,
.shared-table td:first-child { color: #717171; }
.shared-table td:last-child { width: 235px; }
.shared-table .btns-wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
.shared-table .btns-wrap > * { display: block; -webkit-flex: 1 1 1px; flex: 1 1 1px; padding-left: 0; padding-right: 0; min-width: 0; }
.shared-table .btns-wrap > *:not(:last-child) { margin-right: 11px; }

.speech-bubble { position: relative; }
.speech-bubble .speech-content { position: absolute; left: 50%; bottom: 100%; transform: translate(-50%, -15px); background: #000; z-index: 105 !important; color: #fff; white-space: nowrap; padding: 10px 15px; border-radius: 5px; font: 400 14px/20px Univers; visibility: hidden; opacity: 0; transition: opacity .3s, visibility 0s .3s; }
.speech-bubble .speech-content::after { content: ''; width: 20px; height: 10px; border: 0 solid transparent; border-width: 10px 10px 0; border-top-color: #000; top: 100%; position: absolute; left: 50%; box-sizing: border-box; margin: 0 0 0 -10px; }
.speech-bubble:hover .speech-content { visibility: visible; opacity: 1; transition: opacity .3s, visibility 0s; }

.dashboard-block-shared-table .btn { margin: 30px 0 0; }

.dashboard .dashboard-qualities-header { display: flex; justify-content: space-between; }
.dashboard .dashboard-qualities-header h3 { margin: 0; align-self: center; }

.key-qualities .word-cloud-wrap .word-list li:hover { cursor: pointer; text-decoration: underline; }
.key-qualities .word-cloud-wrap { transition: width 1s;}
.key-qualities .key-qualities-container { display: flex; align-items: center; position: relative; overflow: hidden; }
.key-qualities .key-qualities-container .key-quality-card { 
    flex: 0 0 auto; width: 0px;  
    transition-property: width, padding, transform; transition-duration: 0.5s, 0.5s, 0.4s; 
    transition-timing-function: ease, ease, ease-out; 
    overflow: hidden; position: relative; transform: translateY(500px);
}
.key-qualities { min-height: 700px; }

.key-qualities .key-qualities-container .key-quality-cards-mobi-container .key-quality-card { transition-duration: 0.01s, 0.01s, 0.4s; }

.key-quality-card .key-quality-item { 
    min-height: 340px; text-align: center; background-color: #EBEBEB; border-radius: 10px; 
    box-shadow: 3px 3px 2px rgba(0, 0, 0, .3); margin: 10px; padding: 0px;
    overflow-x: hidden; position: relative; }
.key-quality-card .key-quality-elements { display: flex; transition: transform 0.5s; }
.key-quality-card .key-quality-element { flex: 0 0 100%; padding: 40px; }

.key-quality-selectors { display: flex; text-align: center; justify-content: space-around; padding: 0 20px; }
.key-quality-position-selector { flex: 1 1 0; transform: translateY(-25px); }
a[href].key-quality-position-selector { text-decoration: none; font-weight: 900; color: #7e7e7e; font-size: 15px; }

.key-quality-card.kq-position-0 .key-quality-elements { transform: translateX(0); }
.key-quality-card.kq-position-1 .key-quality-elements { transform: translateX(calc(-100% * 1)); }
.key-quality-card.kq-position-2 .key-quality-elements { transform: translateX(calc(-100% * 2)); }

.key-quality-card.kq-position-0 .key-quality-card-button-previous { display: none; }
.key-quality-card.kq-position-1.kq-2-subfactors .key-quality-card-button-next { display: none; }
.key-quality-card.kq-position-2 .key-quality-card-button-next { display: none; }

.key-quality-dot-strength .key-quality-dot { width: 30px; height: 30px; border-radius: 15px; margin: 0 auto; }
.key-quality-dot-stretch .key-quality-dot { width: 22px; height: 22px; border-radius: 11px; margin: 4px auto; }
.key-quality-dot-shift .key-quality-dot { width: 14px; height: 14px; border-radius: 7px; margin: 8px auto; }
.key-quality-dot-strength .key-quality-selector-element-name {  margin-top: 6px; }
.key-quality-dot-stretch .key-quality-selector-element-name {  margin-top: 10px; }
.key-quality-dot-shift .key-quality-selector-element-name {  margin-top: 14px; }

.key-quality-card .key-quality-element [data-factor="Will"] { color: #00a651; }
.key-quality-card .key-quality-element [data-factor="Energy"] { color: #f7941e; }
.key-quality-card .key-quality-element [data-factor="Affection"] { color: #ed1d24; }
.key-quality-card .key-quality-element [data-factor="Control"] { color: #03558b; }
.key-quality-card .key-quality-element [data-factor="Emotionality"] { color: #d8458e; }

.key-quality-selectors .key-quality-dot { background-color: #7e7e7e; color: #7e7e7e }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Will"] [data-index="0"] .key-quality-dot { background-color: #00a651; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Will"] [data-index="0"] div { color: #00a651; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Will"] [data-index="1"] .key-quality-dot { background-color: #00a651; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Will"] [data-index="1"] div { color: #00a651; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Will"] [data-index="2"] .key-quality-dot { background-color: #00a651; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Will"] [data-index="2"] div { color: #00a651; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Energy"] [data-index="0"] .key-quality-dot { background-color: #f7941e; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Energy"] [data-index="0"] div { color: #f7941e; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Energy"] [data-index="1"] .key-quality-dot { background-color: #f7941e; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Energy"] [data-index="1"] div { color: #f7941e; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Energy"] [data-index="2"] .key-quality-dot { background-color: #f7941e; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Energy"] [data-index="2"] div { color: #f7941e; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Affection"] [data-index="0"] .key-quality-dot { background-color: #ed1d24; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Affection"] [data-index="0"] div { color: #ed1d24; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Affection"] [data-index="1"] .key-quality-dot { background-color: #ed1d24; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Affection"] [data-index="1"] div { color: #ed1d24; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Affection"] [data-index="2"] .key-quality-dot { background-color: #ed1d24; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Affection"] [data-index="2"] div { color: #ed1d24; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Control"] [data-index="0"] .key-quality-dot { background-color: #03558b; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Control"] [data-index="0"] div { color: #03558b; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Control"] [data-index="1"] .key-quality-dot { background-color: #03558b; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Control"] [data-index="1"] div { color: #03558b; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Control"] [data-index="2"] .key-quality-dot { background-color: #03558b; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Control"] [data-index="2"] div { color: #03558b; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Emotionality"] [data-index="0"] .key-quality-dot { background-color: #d8458e; }
.key-quality-card.kq-position-0 .key-quality-selectors[data-factor="Emotionality"] [data-index="0"] div { color: #d8458e; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Emotionality"] [data-index="1"] .key-quality-dot { background-color: #d8458e; }
.key-quality-card.kq-position-1 .key-quality-selectors[data-factor="Emotionality"] [data-index="1"] div { color: #d8458e; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Emotionality"] [data-index="2"] .key-quality-dot { background-color: #d8458e; }
.key-quality-card.kq-position-2 .key-quality-selectors[data-factor="Emotionality"] [data-index="2"] div { color: #d8458e; }

.key-quality-card .card-close-x {
    position: absolute; right: 5px; top: 8px; width: 30px; height: 30px; 
    transform: rotate(45deg); text-indent: -100vw; background: inherit; border-radius: 50%; z-index: 10; }
.key-quality-card .card-close-x::before,
.key-quality-card .card-close-x::after { position: absolute; background: #1d1d1b; content: ''; }
.key-quality-card .card-close-x::before { left: 5px; top: 14px; right: 5px; height: 2px; }
.key-quality-card .card-close-x::after { left: 14px; top: 5px; bottom: 5px; width: 2px; }

button.key-quality-card-button { 
    position: absolute; background-image: url("../images/reg-rarr.svg");
    top: 40%; transform: translateY(-40%) translateX(-5px); z-index: 5; padding: 0; margin: 0.5rem;
    border: none; background-color: transparent; width: 17px; height: 28.32px;
    background-repeat: no-repeat; opacity: 0.5;
}
button.key-quality-card-button.key-quality-card-button-next { right: 0; }
button.key-quality-card-button.key-quality-card-button-previous { left: 0; transform: translateY(-40%) translateX(5px) rotate(180deg); }

section #UserSearchInput { padding: 4px 6px; }
.user-admin-popup-section.flex-between { align-items: start; }
.user-admin-popup-section .hr-top { margin-top: 1em; padding-top: 1em; border-top: 1px solid #1d1d1b; }
.user-admin-popup-section table td { padding: 0.1em 1em; }
.user-admin-popup-section table td:first-child { text-align: right; vertical-align: top; }
.user-admin-popup-section ul li { list-style-type: disc; }
.user-admin-table { table-layout:fixed; }

.popup { z-index: 200; position: fixed; top: 0; left: 0; width: 0; height: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: space-around; justify-content: space-around; background-color: rgba(0, 0, 0, 0); transition: background-color .3s ease-in, width 0s .3s, height 0s .3s; }
.popup.show-me { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); transition: background-color .3s ease-out, width 0s, height 0s; }
.popup .popup-wrap { max-width: 668px; width: 90vw; max-height: 90vh !important; background-color: #fff; position: relative; transform: scale(0); transition: transform .3s ease-out; }

@media (min-height: 600px) {
    .popup:not(.no-min-height) .popup-wrap { min-height: 475px; }
}

.popup.show-me .popup-wrap { transform: scale(1); }
.popup p { margin: 0; }
.popup p + p { margin-top: 1em; }
.popup .popup-head { font: 700 25px/1 Univers; padding: 45px 60px 30px 50px; }
.popup .popup-content { padding: 0 50px 50px; font-size: 14px; }
.popup .popup-content:first-child { padding-top: 45px; }
.popup .popup-foot { padding: 25px 50px; background-color: rgba(0, 0, 0, 0.04); }
.popup .popup-close-x { position: absolute; right: 25px; top: 25px; width: 36px; height: 36px; transform: rotate(45deg); text-indent: -100vw; background: inherit; border-radius: 50%; }
.popup .popup-close-x::before,
.popup .popup-close-x::after { position: absolute; background: #1d1d1b; content: ''; }
.popup .popup-close-x::before { left: 5px; top: 17px; right: 5px; height: 2px; }
.popup .popup-close-x::after { left: 17px; top: 5px; bottom: 5px; width: 2px; }
.popup .popup-scroll-wrap { overflow: auto; }
.popup .std-form-2 .txt-wrap,
.popup .std-form-2 .txt-wrap { width: auto; }
.popup .flex-col { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; overflow: auto; -webkit-justify-content: space-between; justify-content: space-between; max-height: 100%; }

.popup-subsection .summary { font: 700 18px/25px Univers; }
.popup-subsection p { margin: 0.5em 0 0.5em 0; display: list-item; }
.popup-subsection.subsection-type-pdfdownload p { display: block; }
.popup-subsection.subsection-type-pdfdownload select { padding: 4px; margin-top: 4px; }
.popup-subsection ol li { list-style: decimal inside; margin-top: 10px; }
.popup-subsection ul li { list-style: disc inside; margin-top: 10px; }
.popup-subsection li {  color:#d8458e; margin-top: 10px; }

.popup #frmPDFReport select { font-size: 120%; margin: 8px 0; padding: 4px; }
.popup #frmPDFReport .popup-subsection p { display: block; }

.std-form-2 { font: 400 14px/20px Univers; max-width: 665px; margin: 0 auto; }
.std-form-2 fieldset { border-top: 1px solid rgba(17, 17, 17, 0.17); padding: 30px 0; display: block; }
.std-form-2 .form-row { margin: 0; }
.std-form-2 .form-row + .form-row { margin-top: 20px; }
.std-form-2.ruled-rows .form-row { margin-top: 0; padding-top: 17px; padding-bottom: 17px; border-bottom: 1px solid rgba(22, 22, 22, .1); }
.std-form-2.ruled-rows .form-row [type="checkbox"] + label { margin-bottom: 0; }
.std-form-2 label { font-weight: 700; }
.std-form-2 p { font-weight: 400; margin: 0 0 1em; }
.std-form-2 p:last-child { margin-bottom: 0; }
.std-form-2 fieldset p { max-width: 574px; }
.std-form-2 label p { font-weight: 400; margin: 0; }
.std-form-2 .form-row label { display: block; margin: 0 0 10px; }
.std-form-2 .txt-wrap,
.std-form-2 .custom-sel { max-width: 325px; display: block; width: 100%; }
.std-form-2 input:focus { border-color: rgba(116, 57, 97, 0.6); }
.std-form-2 [type=checkbox] { position: fixed; right: 100vw; left: auto; top: auto; }
.std-form-2 [type=checkbox] + label { display: block; font-weight: 400; }
.std-form-2 [type=checkbox] + label > div { display: block; overflow: hidden; padding: 3px 0 0; }
.std-form-2 [type=checkbox] + label p { font-weight: 400; margin: 0; }
.std-form-2 [type=checkbox] + label:before { display: block; float: left; content: ''; width: 24px; height: 24px; border: 1px solid rgba(83, 86, 90, 0.6); background: url("../images/cb-tick.svg") no-repeat 50% 50% #fff; background-size: 15px 13px; transition: all 0.3s; margin: 0 17px 0 0; box-sizing: content-box; }
.std-form-2 [type=checkbox]:checked + label:before { border-color: #853663; background-color: #853663; }
.std-form-2 [type=checkbox] + label:after { display: table; clear: both; content: ''; }
.std-form-2 h2,
.std-form-2 h3 { font-weight: 700; }

.std-form-2 input,
.std-form-2 textarea,
.std-form-2 .custom-sel .val { font: 400 13px/20px Univers; width: calc(100% - 32px); min-height: 40px; padding: 0 15px; margin: 0; display: block; border: 1px solid rgba(83, 86, 90, 0.6); box-shadow: none; box-sizing: content-box; }
.std-form-2 input:focus,
.std-form-2 textarea:focus,
.std-form-2 .custom-sel select:focus + .val,
.std-form-2 [type=checkbox]:focus + label:before { border-color: rgba(116, 57, 98, 0.6); }

.std-form-2 .custom-sel { position: relative; }
.std-form-2 .custom-sel .val { width: calc(100% - 47px); padding-right: 30px; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.std-form-2 .custom-sel select { border: 0; padding: 0; margin: 0; opacity: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; }
.std-form-2 .custom-sel .val:before { width: 13px; height: 8px; background: url("../images/sel-darr.svg") no-repeat 50% 50%; position: absolute; right: 10px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); content: ''; background-size: 100% 100%; }

.std-form-2 .lnk-wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.std-form-2 .form-row .err-icon { display: none; background-color: #cf2f30; float: left; width: 23px; height: 23px; border-radius: 23px; color: #fff; text-decoration: none; text-align: center; font: 700 13px/20px Univers; margin: 10px 17px 0 3px; }
.std-form-2 .error .err-icon { display: block; }
.std-form-2 .form-row .err-msg { color: #cf2f30; display: none; overflow: hidden; margin: 10px 0 0; }
.std-form-2 .error .err-msg { display: block; }
.std-form-2 .form-row .err-icon + .err-msg { margin-top: 12px; }
.std-form-2 .error .err-msg::after { clear: both; display: table; content: ''; }

.errored-recipients { background-color: rgba(248, 208, 200, 0.4); color: #c32d2e; padding: 12px; font: 400 14px/20px Univers; min-height: 55px; overflow: hidden !important; max-height: 215px !important; }
.errored-recipients dl { display: block; overflow: auto; height: 100%; padding: 0; }
.errored-recipients dt { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; font-weight: 700; padding: 5px 20px 5px 12px; font-weight: 500; }
.errored-recipients dd { padding: 5px 12px 5px 0; }

.mixed-recipients { font: 400 14px/20px Univers; }
.mixed-recipients dl { display: block; overflow: auto; min-height: 55px; max-height: 290px !important; padding: 0; }
.mixed-recipients dl > div { padding: 12px; border-bottom: solid 1px #C3C3C3; }
.mixed-recipients dl > div.fail { background-color: rgba(248, 208, 200, 0.4); color: #c32d2e; }
.mixed-recipients dl > div.success { background-color: #EDFAE5; color: #385C19; }
.mixed-recipients dt { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; font-weight: 700; padding: 5px 20px 5px 12px; font-weight: 500; }
.mixed-recipients dd { padding: 5px 12px 5px 0; }


.suc-tick { position: relative; padding-left: 2em; }
.suc-tick::before { content: ''; background: url("../images/suc-tick-fff.svg") no-repeat 50% 50% #00a651; background-size: 53.3333% 44.4444%; width: 1.5em; height: 1.5em; position: absolute; /* left: 0; */ top: -0.25em; border-radius: .75em; margin: 0 0 0 -2em; }

.FAQs-wrap { font: 400 13px/20px Univers; max-width: 664px; margin: 0 auto; }
.FAQs-wrap .q { position: relative; padding: 20px 10px 20px 35px; font-size: 18px; line-height: 30px; font-weight: 700; display: block; border-bottom: 1px solid rgba(17, 17, 17, 0.17); text-decoration: none; }
.FAQs-wrap .q:hover { text-decoration: underline; }
.FAQs-wrap .q::before,
.FAQs-wrap .q::after { position: absolute; background: #1d1d1b; content: ''; margin: 28px 0 0; left: 0; top: 6px; width: 15px; height: 3px; transition: all .3s; }
.FAQs-wrap .q::after { left: 6px; top: 0px; width: 3px; height: 15px; }
.FAQs-wrap .open .q::before { transform: rotate(180deg); }
.FAQs-wrap .open .q::after { transform: rotate(90deg); }
.FAQs-wrap .a { padding: 20px 10px 10px; font-family: Arial; }
.FAQs-wrap p { margin: 0; }
.FAQs-wrap p + p { margin-top: 1em; }
.FAQs-wrap .js-faq-a { display: none; }

/*.hr { display: block; height: 2px; border: 0; margin: 15px auto; padding: 0; }*/

.section-header { border-bottom: 3px solid #1d1d1b; padding: 0; margin: 35px 0 0; }

.server-msg { background-color: #191919; color: #fff; padding: 25px 0; font-size: 14px; }
.server-msg:after { content: ''; clear: both; display: table; }
.server-msg .page-content { background-color: inherit; color: inherit; }
.server-msg p:last-child { margin-bottom: 0; }
.server-msg .ico-msg-suc { position: relative; padding-left: 40px; }
.server-msg .ico-msg-suc:before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url("../images/msg-tick-191919.svg") no-repeat 50% 50% #fff; background-size: 11px 9px; border-radius: 100px; }

.report-blocks { font-family: Univers; }
.reports .report-block-sticky-head { position: fixed; top: 0; width: 100%; height: 60px; z-index: 99; left: 0; background-color: #f1f2f9; color: #161616; font: 20px/1 Univers; }
.reports .report-block-sticky-head .page-content { background-color: inherit !important; color: inherit !important; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; height: 100%; min-height: inherit; }
.reports.reports-shared .report-block-sticky-head { background-color: #591943; color: #fff; }
.reports.reports-shared .report-block-sticky-head .btn-share { display: none; }


.report-block-breakdown { }
.rb-item { border-top: 3px solid #161616; border-bottom: 1px solid rgba(22, 22, 22, .1); margin: 40px 0 0; }
.rb-item h3 { margin: 15px 0; font-weight: 700; }
.rb-overview { border-top: 1px solid rgba(22, 22, 22, .1); padding: 30px 0; font-size: 13px; line-height: 21px; }
.rb-overview .content { overflow: hidden; }
.rb-overview .score { font-size: 30px; line-height: 1; font-weight: 500; }
.rb-overview .rb-scores { margin-top: 30px; }
.rb-scores { font-size: 14px; line-height: 20px; }
.rb-scores .less,
.rb-scores.show-more .more { display: none; }
.rb-scores .more,
.rb-scores.show-more .less { display: unset; }
.rb-scores .content { overflow: hidden; display: none; margin: 15px 0 0; }
.rb-scores .content div + div { margin-top: 15px; }
.rb-scores .rb-scores-toggle { margin: 15px 0 0; display: block; }
.rb-scores .rb-scores-list { margin-top: 0px; margin-bottom: 1em; }
.rb-scores-list li:before { content: '.'; }



.rb-scores-list { margin: 0; list-style: none outside none; padding: 0; }
.rb-scores-list li { margin: 0; padding: 0 0 0 1.25em; position: relative; }
.rb-scores-list li::before { content: '\2022'; position: absolute; left: 0; top: 0; line-height: 2.2em; font-size: .75em; }


.rb-detail-items { border-top: 1px solid rgba(22, 22, 22, .1); padding: 30px 0; font-size: 14px; line-height: 20px; }
.rbd-item header { position: relative; }
.rbd-item header::before { content: ''; width: 30px; height: 3px; display: block; margin: 0 0 20px; }
.rbd-item .score { font-size: 35px; line-height: 1; font-weight: 500; margin: 15px 0 0; }
.rbd-item h4 { margin: 15px 0 0; font-weight: 500; }
.rb-key-quality .content,
.rbd-item .content { margin: 15px 0 0; }
.rb-item p:last-child { margin-bottom: 0; }

.rb-key-plot { display: block; position: relative; background-color: #bbbaba; height: 2px; border-radius: 1px; margin: 34px 16px 14px; }
.rb-key-plot::before,
.rb-key-plot::after { content: ''; position: absolute; background-color: inherit; width: 2px; border-radius: inherit; left: 0; right: auto; height: 6px; top: -2px; }
.rb-key-plot::after { left: auto; right: 0; }
.rb-key-plot .handle { position: absolute; width: 0; height: 0; top: 1px; z-index: 1; }
.rb-key-plot .handle::before,
.rb-key-plot .handle::after { content: ''; position: absolute; top: 0; transform: translate(-50%, -50%); border-radius: 50%; }
.rb-key-plot .handle::before { width: 30px; height: 30px; opacity: .3; }
.rb-key-plot .handle::after { width: 12px; height: 12px; }

.report-block-navigation .report-nav-will::before,
.rb-will .rbd-item header::before,
.rb-will .rb-key-plot .handle::before,
.rb-will .rb-key-plot .handle::after { background-color: #00a651; }
.report-block-navigation .report-nav-energy::before,
.rb-energy .rbd-item header::before,
.rb-energy .rb-key-plot .handle::before,
.rb-energy .rb-key-plot .handle::after { background-color: #f7941e; }
.report-block-navigation .report-nav-affection::before,
.rb-affection .rbd-item header::before,
.rb-affection .rb-key-plot .handle::before,
.rb-affection .rb-key-plot .handle::after { background-color: #ed1d24; }
.report-block-navigation .report-nav-control::before,
.rb-control .rbd-item header::before,
.rb-control .rb-key-plot .handle::before,
.rb-control .rb-key-plot .handle::after { background-color: #03558b; }
.report-block-navigation .report-nav-emotionality::before,
.rb-emotionality .rbd-item header::before,
.rb-emotionality .rb-key-plot .handle::before,
.rb-emotionality .rb-key-plot .handle::after { background-color: #d8458e; }
.rb-item.rb-will .score,
.rb-item.rb-will .key-quality-link,
.rb-will .rb-scores-list li::before { color: #00a651; }
.rb-item.rb-energy .score,
.rb-item.rb-energy .key-quality-link,
.rb-energy .rb-scores-list li::before { color: #f7941e; }
.rb-item.rb-affection .score,
.rb-item.rb-affection .key-quality-link,
.rb-affection .rb-scores-list li::before { color: #ed1d24; }
.rb-item.rb-control .score,
.rb-item.rb-control .key-quality-link,
.rb-control .rb-scores-list li::before { color: #03558b; }
.rb-item.rb-emotionality .score,
.rb-item.rb-emotionality .key-quality-link,
.rb-emotionality .rb-scores-list li::before { color: #d8458e; }

.share-invite-block { padding: 60px; margin: 20px auto 0; position: relative; border: 1px solid rgba(22, 22, 22, .1); max-width: 840px }
.share-invite-block .std-form-2 { max-width: 500px }
.share-invite-block::before,
.share-invite-block::after { content: ''; background: url("../images/sharing-icon.svg") no-repeat 50% 50% transparent; position: absolute; left: 50%; top: -6px; transform: translate(-50%, -50%); width: 140px; height: 60px; background-size: 61px 56px; }
.share-invite-block::before { background: #fff; }
.share-invite-block::after { opacity: .2; }
.share-invite-block h2 { font-weight: 500; text-align: center; }
.share-invite-block { }

.portrait-breakdown-item header { max-width: 100%; border-top: 3px solid rgb(22, 22, 22); font-weight: 700; line-height: 28px; }
.portrait-breakdown-item header * { line-height: inherit; font-weight: 700; }
.portrait-breakdown-item.highlight .content { color: #2e3092; }
.portrait-breakdown-item ul,
.family-breakdown-item ul { margin: 0; list-style: none outside none; padding: 0; counter-reset: bd-counter; }
.portrait-breakdown-item li,
.family-breakdown-item li { margin: 0; padding: 0 0 0 1.75em; counter-increment: bd-counter; position: relative; }
.portrait-breakdown-item li::before,
.family-breakdown-item li::before { content: '\2022'; position: absolute; left: 0; top: 0; line-height: 2.2em; font-size: .75em; }

.family-block-breakdown header { width: 100%; margin-bottom: 30px; border-top: 1px solid rgba(22, 22, 22, .1); padding-top: 45px; }
.family-block-breakdown header p:last-child { margin-bottom: 0; }

.family-block-breakdown footer { width: 100%; display: block; }
.family-block-breakdown footer .btn { display: block; padding: 20px; font-size: 14px; }

.family-block-breakdown .family-breakdown-item { max-height: 1000px; transition: all .3s; overflow: hidden; }
.family-block-breakdown.limit-items .family-breakdown-item:nth-of-type(n+5) { max-height: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; border-width: 0 !important; }

.family-profile .plot-basic { float: left; position: relative; text-align: center; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 100%; height: 100%; }
.family-profile .plot-basic svg { display: block; width: 100%; height: 100%; }

.family-plot polygon { stroke: #626262; stroke: rgba(98, 98, 98, 1); fill: rgba(62, 62, 62, .1); }

.content .paragraphs { display: none; padding-top: 0.5em }

.ico-info { display: inline-block; width: 1.14em; height: 1.14em; background: url("../images/ico-info-fff.svg") no-repeat 50% 40% #000; background-size: auto .7em; border-radius: 3px; margin-right: .5em; vertical-align: text-bottom; }

.note { font: 500 18px/30px Univers; padding: 40px 60px 40px 60px }