body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 11pt;
}

a {
    color: rgb(235, 79, 112);
    font-weight: 400;
}
#footer a {
    font-weight: 300;
}
a.external {
    margin-left: 0;
}
a.external::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
a.external.login::after {
  filter: invert(1);
}

.clearfix {
    clear: both;
    overflow: hidden;
}

.column-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.column-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.column-content:after {
    content: '';
    display: table;
    clear: both;
}
.column-third {
    float: left;
    width: 30%;
    border-radius: 10px;
    margin: 30px 1.5% 10px 1.5%;
}
.column-third img {
    height: 100px;
    margin: 30px 0 20px 0;
}
#homepage .column-third h3 {
    color: #3A3445;
    text-align: center;
    margin: 0 30px 30px 30px;
    font-size: 14pt;
    font-weight: 400;
}
.column-third.step-1 {
    background: #EBF3FF;
}
.column-third.step-1 p {
    color: #0EA5E9;
}
.column-third.step-2 {
    background: #FEF2F2;
}
.column-third.step-2 p {
    color: #EB4F70;
}
.column-third.step-3 {
    background: #E8FBF3;
}
.column-third.step-3 p {
    color: #27AE60;
}
.columns {
    clear: both;
    overflow: hidden;
}
body.homepage .column-third p {
    text-align: center;
    font-weight: bold;
}

#menu {
    padding: 10px;
    background: #f9f6ff;
}
.logo img {
    display: inline-block;
    width: 90px;
    margin-top: 5px;
}
#footer .logo img {
    margin: 0;
}
#menu .login {
    float: right;
    margin: -5px 0 0 8px;
    background: #96f;
    color: #fff;
}
#menu .column-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
#menu .column-content {
    text-align: left;
}
#menu-items {
    float: right;
    background: #f9f6ff;
    border-radius: 10px;
    padding: 5px;
}
#menu-items a {
    color: #96f;
    font-weight: bold;
    text-decoration: none;
    margin: 0 15px;
}
.homepage #menu-items a {
    color: rgb(235, 79, 112);
}
#menu-items a:hover {
    text-decoration: underline;
}
#menu-items a.login:hover {
    text-decoration: none;
}

.right.index-explainer p {
    margin: 3px 0;
    text-align: right;
    font-size: 8pt;
}
.index-explainer a {
    color: #999;
}

#footer {
    padding: 75px 50px 75px 50px;
    margin-top: 100px;
    background: #eee;
    color: #666;
    font-size: 10pt;
}
#footer a {
    color: #666;
    text-decoration: none;
}
#footer .footer-columns {
    display: flex;
    gap: 30px;
}
#footer .footer-column {
    margin-bottom: 25px;
    text-align: left;
    width: 25%;
}
#footer .footer-column span {
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
#footer .footer-column span a {
    font-weight: bold;
    text-decoration: none;
    color: #444;
}
#footer .footer-column ul {
    padding-left: 0;
}
#footer .footer-column li {
    list-style-type: none;
    margin-bottom: 10px;
}
#copyright-line {
    clear: both;
    padding: 15px;
    background: #4C1D95;
    text-align: center;
    color: #f9f6ff;
    font-size: 8pt;
}
#copyright-line a {
    color: #fff;
}

.highlight {
    margin-top: 20px;
    padding: 10px;
    font-size: 12pt;
    background: #edf;
    text-align: center;
    border-left: 3px solid #769;
}

#homepage h2 {
    font-size: 26pt;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0;
    color: #3A3445;
}
#homepage h3 {
    text-align: center;
    font-size: 20pt;
    font-weight: 500;
    color: #96f;
}

h2.separator,
h3.separator {
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
}
h3.separator {
    font-size: 1.5em;
}

#survey-respond h3.separator {
    border-bottom: 0;
}

.feature-analysis {
    margin-top: 25px;
    margin-right: 25px;
    padding: 10px;
    border: 1px solid #ddd;
    float: left;
    max-width: 250px;
    height: 320px;
}

.feature-analysis h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}
.feature-analysis .feature-number {
    display: inline-block;
    float: left;
}
.feature-analysis h4 span {
    display: inline-block;
    float: right;
    width: calc(100% - 40px);
}

.feature-analysis span {
    display: inline-block;
}

.radar-chart {
    display: block;
    width: 250px;
}

#prioritisation-analysis ol,
#prioritisation-analysis ul {
    padding: 0;
}
#prioritisation-analysis li {
    list-style-type: none;
    margin: 5px 0 5px 25px;
    font-style: italic;
}
#prioritisation-analysis li.build-it,
#prioritisation-analysis li.dont-build-it,
#prioritisation-analysis li.maybe-build-it {
    padding: 1px 10px;
    border-radius: 10px;
    font-style: normal;
}
li.build-it {
    background: #eeffe7;
}
li.dont-build-it {
    background: #fee;
}
li.maybe-build-it {
    background: #eee;
}

#example-container {
    float: right;
    clear: both;
    overflow: hidden; /* trigger re-flow */
    border-radius: 10px;
    width: 90%;
}

.example-img {
    float: left;
    text-align: center;
}
.example-img p {
    padding: 10px;
    margin: 0;
    background: #96f;
    font-weight: bold;
    color: #fff;
}
.buffer {
    background: #F7F6FA;
    padding: 10px;
}
.example-img img {
    width: 100%;
    max-width: 420px;
}

.wide {
    width: 100%;
    border-spacing: 0;
}

th {
    background: #ddd;
    padding: 5px;
}
th.alternate {
    background: #444;
    color: #fff;
}
table.horizontal th {
    text-align: right;
}
tr.alternate td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

input[type=submit],
input[type=button],
a.login {
    margin: 10px 0;
    padding: 10px;
    background: rgb(235, 79, 112);
    color: #fff;
    font-weight: bold;
    font-size: 12pt;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}
a.login {
    margin: 0;
    text-decoration: none;
}

input[type=submit].no-submit,
input[type=button].no-submit {
    cursor: no-drop;
    background: #ccc;
}

table.survey-respond ul {
    list-style: none;
    padding-left: 0;
}

table.survey-respond td:nth-child(2) {
    padding-left: 10px;
    border-left: 1px solid #ccc;
}
table.survey-respond th {
    text-align: left;
    padding: 20px;
}
table.survey-respond th h3 {
    margin: 0 0 10px 0;
}
table.survey-respond th p {
    font-weight: normal;
    max-width: 700px;
}
table.survey-respond img.feature-image {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    box-shadow: 2px 1px 1px #ccc;
}

.custom-fields {}
.custom-field-row {
    margin: 5px 0;
    display: flex;
}
.custom-field-row span {
    display: inline-block;
    width: 150px;
    font-weight: bold;
    padding: 5px;
    margin-right: 10px;
    background: #ddd;
}
.custom-field-row .multiple-choice {
    display: inline-block;
}


.msg-error {
    padding: 10px;
    background: #fee;
    color: #900;
    border-left: 2px solid #a33;
}
.msg-error::before {
    content: '❌';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.msg-success {
    padding: 10px;
    background: #ddf7bb;
    color: #261;
    border-left: 2px solid #392;
}
.msg-success::before {
    content: '✅';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}

.msg-alert {
    padding: 10px;
    background: #fff7aa;
    color: #a41;
    border-left: 2px solid #c63;
    font-size: 11pt;
}
.msg-alert::before {
    content: '⚠️';
    font-size: 14pt;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
.alert-icon {
    font-size: 14pt;
}

.msg-information {
    padding: 10px;
    border-left: 2px solid #ace;
    background: #f3f9ff;
    color: #016;
    margin-top: 20px;

}
.msg-information::before {
    content: 'ⓘ';
    font-size: 14pt;
    font-weight: bold;
    display: inline-block;
    width: 28px;
    margin-right: 5px;
    text-align: center;
    color: #36e;
}

.antispam {
    display: none;
}

.legalese,
.legalese a {
    font-size: 8pt;
    color: #999;
    font-style: italic;
}

.no-edit {
    cursor: no-drop;
    opacity: 0.2;
}

.long-content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13pt;
    padding-top: 10px;
}
.long-content.article {
    display: flex;
}

.sourced-image {
    width: 75%;
    display: block;
    margin: 0 auto 30px auto;
    text-align: center;
}
.sourced-image img {
    width: 100%;
    box-shadow: 2px 2px 6px #ccc;
}
.sourced-image img.medium {
    width: 75%;
}
.sourced-image img.small {
    width: 25%;
}
.sourced-image p {
    text-align: right;
    font-size: 8pt;
    font-style: italic;
}
.sourced-image p,
.sourced-image a {
    color: #999;
}
.long-content h3 a {
    color: #000;
}

.long-content-sidebar {
    width: 25%;
}
.long-content-sidebar .ad {
    position: sticky;
    top: 10px;
    padding: 5px 10px 5px 10px;
    background: rgb(255, 240, 250);
    text-align: center;
}
.long-content-sidebar .ad h3 {
    margin: 5px 0 10px 0;
}
.long-content-sidebar .ad img {
    width: 100%;
}
.long-content-main {
    width: 70%;
    margin-left: 5%;
}

.colour-must-have {
    color: #f97;
}
.colour-performance {
    color: #49d;
}
.colour-delighter {
    color: #390;
}
.colour-reverse {
    color: #d66;
}
.colour-indifferent {
    color: #96c;
}
.colour-unknown {
    color: #999;
}

.feature-categorisation [class*="colour-"] {
    font-weight: bold;
}

#menu .premium-cta {
    margin: 0;
    padding: 5px;
    color: #fff !important;
    font-weight: bold;
    font-size: 10pt;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    background: rgb(235, 79, 112);
    border-radius: 4px;
}

.premium-button {
    margin: 0;
    padding: 5px;
    background: rgb(235, 79, 112);
    font-size: 8pt;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
}
.premium-button a {
    color: #fff;
    text-decoration: none;
}
#menu .premium-button {
    margin-left: 5px;
    position: relative;
    top: -3px;
}

table#premium-upgrade {
    margin: 30px auto;
}

table#premium-upgrade td {
    text-align: center;
    padding: 10px 0;
}
table#premium-upgrade td span:not(.smalltext) {
    font-size: 14pt;
}
table#premium-upgrade th {
    background: none;
}

table#premium-upgrade td:first-child {
    text-align: left;
    padding-right: 30px;
}
table#premium-upgrade td:first-child h4 {
    margin: 5px 0;
    font-size: 12pt;
}
table#premium-upgrade td:first-child p {
    font-size: 10pt;
    font-style: italic;
    margin-top: 5px;
}

table#premium-upgrade th.header {
    font-weight: 700;
    padding: 10px;
    font-size: 14pt;
    border-radius: 10px;
}
table#premium-upgrade th.header.standard {
    background: #fff;
}
table#premium-upgrade th.header.premium {
    background: #96f;
    color: #fff;
}

table#premium-upgrade tr.separator td {
    border-bottom: 1px solid #D7C3FF;
}

.premium-badge {
    color: rgb(255, 99, 132);
    margin-left: 5px;
}

.smalltext {
    font-size: 8pt;
}

.secondary-text {
    color: #ccc;
}

table.dashboard td {
    padding: 5px;
}
table.dashboard .actions img {
    vertical-align: middle;
    margin-right: 2px;
    width: 20px;
    margin-top: -3px;
}
table.dashboard .actions span:last-child {
    margin-right: 0;
}
table.dashboard .actions span a {
    text-decoration: none;
    font-size: 9pt;
}
table.dashboard .actions span a.normal-size {
    font-size: 1em;
}

.icon {
    width: 20px;
}
.clickable {
    cursor:  pointer;
    font-weight: 400;
}
.dashboard-menu {
    position: absolute;
    z-index: 10; /* lift stacking context above icons with opacity <1 */
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #ccc;
    width: 150px;
}
div.dashboard-menu ul {
    margin: 0;
    padding: 0;
}
.dashboard-menu li {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 10px 20px 10px 10px;
}
.dashboard-menu li:hover {
    background: #eee;
}
.dashboard-menu li img {
    float: left;
    width: 20px;
    margin-right: 10px;
}
.dashboard-menu a {
    color: #333;
    text-decoration: none;
    display: inherit !important;
}

td.survey-actions {
    text-align: right;
    color: rgb(235, 79, 112);
    font-size: 8pt;
    min-width: 210px;
}
td.survey-actions.small {
    width: 100px;
    min-width: 100px;
}
table.dashboard td.survey-actions * {
    visibility: hidden;
}
table.dashboard tr:hover td.survey-actions * {
    visibility: visible;
}
table.dashboard td.survey-actions a {
    text-decoration: none;
    font-size: 8pt;
    display: inline-block;
}
td.survey-actions span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    x-border: 1px solid #96f;
    border-radius: 3px;
    text-align: center;
}
td.survey-actions .icon {
    margin-top: 5px;
}

.center {
    text-align: center !important;
}

.promo {
    padding: 10px;
    background: #f9f6ff;
    color: #96f;
    font-size: 18pt;
}
.promo .login {
    display: inline-block;
    margin: 10px 0;
}

.code {
    font-family: Courier New;
    font-size: 14pt;
    padding: 10px;
    background: #eee;
    border-left: 2px solid #aaa;
}

.explainer {
    font-style: italic;
    font-size: 10pt;
    color: #999;
    margin-top: 5px;
}

.panel,
.faq {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #eee;
    margin: 0 5px 30px 0;
    padding: 10px;
    max-width: 700px;
}
.panel .login {
    display: inline-block;
}
.faq h3 {
    margin-top: 0;
    color: #96f;
}
.faq p {
    font-size: 11pt;
    margin-left: 20px;
}
.faq p:last-child {
    margin-bottom: 0;
}

#give-feedback {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #27AE60;
    text-align: center;
    font-size: 12pt;
    border-radius: 10px;
    cursor: pointer;
}
#give-feedback img {
    width: 25px;
    vertical-align: middle;
}

.tabslist {
    clear: both;
    overflow: hidden;
    border-bottom: 0px solid #ccc;
    margin-top: 25px;
    height: 40px;
}
.tab {
    text-align: center;
    padding: 0 10px 0 10px;
    float: left;
    font-size: 11pt;
    height: 39px;
    line-height: 39px;
    width: 100px;
}
.tab.active {
    border: 1px solid #ccc;
    border-bottom: 0;
}
.tab.inactive {
    background: #f7f7f7;
    border: 1px solid #ccc;
    height: 38px;
    line-height: 38px;
}
.tab.filler {
    border-bottom: 1px solid #ccc;
    width: 0;
}
.tab:last-child {
    width: calc(100% - 450px);
}

.matrix-container {
    clear: both;
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
}
.matrix-container .sticky-container {
    position: sticky;
    top: 20px;
}
.matrix-container .x-axis,
.matrix-container .y-axis {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.matrix-container .y-axis {
    float: left;
    margin-top: 30%;
}
.matrix-container .y-axis span {
    display: block;
    transform: rotate(-90deg);
}
.matrix-container .x-axis {
    padding: 20px 0;
    width: 100%;
}
.matrix-container .grid-container {
    float: left;
    width: 400px;
}
.matrix-container .grid {
    position: relative;
}
.matrix-container .grid .row {
    clear: both;
    overflow: hidden;
}
.matrix-container .grid .row .box {
    float: left;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16pt;
}
.matrix-container .grid .row .box.single {
    width: 16.6%;
    aspect-ratio: 1/1.5;
}
.matrix-container .grid .row .box.double {
    width:  33.2%;
    aspect-ratio: 1/0.75;
}
.matrix-container .feature-number {
    position: absolute;
}
.matrix-container .feature-number.hover {
    border-color: rgb(235, 79, 112);
    background: rgb(235, 79, 112);
    color: #fff;
}
.feature-number {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #96f;
    font-weight: bold;
    box-shadow: 1px 1px 2px #a9d;
}
.matrix-container .features-legend {
    float: left;
    margin-left: 30px;
    width: 350px;
}
.matrix-container .features-legend .row {
    clear: both;
    overflow: hidden;
    min-height: 40px;
    cursor: pointer;
    margin-bottom: 5px;
}
.matrix-container .features-legend .feature-number,
.matrix-container .features-legend p {
    float: left;
    position: inherit;
}
.matrix-container .features-legend p {
    line-height: 30px;
    margin: 0 0 0 10px;
    max-width: calc(100% - 50px);
}
.matrix-container .grid .row .box.colour-unknown,
.matrix-container .grid .row .box.colour-indifferent {
    background: #eee;
    color: #999;
}
.matrix-container .grid .row .box.colour-reverse {
    background: #fcc;
    color: #c77;
}
.matrix-container .grid .row .box.colour-must-have {
    background: #fda;
    color: #f97;
}
.matrix-container .grid .row .box.colour-performance {
    background: #cef;
}
.matrix-container .grid .row .box.colour-delighter {
    background: #bdb;
}

form .feature-row .remove a,
form .panel .remove a {
    float: right;
    font-size: 10pt;
    font-weight: bold;
    background: #999;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
form .feature-row.removed p,
form .panel.removed p {
    color: #999;
    font-style: italic;
    font-size: 12pt;
    margin: 0;
}
form .row {
    margin-bottom: 30px;
}
form .row .label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 10pt;
}
form .row .field input {
    font-size: 13pt;
    border: 1px solid #ccc;
    padding: 5px;
}

form .row .field textarea {
    font-size: 13pt;
    font-family: sans-serif;
    border: 1px solid #ccc;
    width: 95%;
    padding: 5px;
}

#file-upload-message img {
    vertical-align: middle;
    margin-right: 5px;
}

body.homepage {
    background-image: url('/images/hp/hero-background.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 50% 650px;
}

body.homepage #footer {
    margin: 0;
}

body.homepage .column-wrapper {
    padding: 0 50px;
}
.column-content ul,
.column-content ol {
    padding-left: 15px;
}
body.homepage .column-content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    overflow: hidden;
}
body.homepage .column-content li {
    text-align: left;
    margin: 5px 0;
}
body.homepage .column-content .left {
    width: 49%;
    float: left;
    text-align: left;
}
body.homepage .column-content .right {
    width: 49%;
    float: right;
    text-align: left;
}
body.homepage .column-content .left img,
body.homepage .column-content .right img {
    width: 95%;
    display: block;
    margin: 5px auto;
}
body.homepage .hero .right img {
    box-shadow: none;
}
body.homepage .column-content .no-border img {
    box-shadow: none;
}
body.homepage .column-wrapper.segment {
    padding-top: 35px;
    padding-bottom: 35px;
}
body.homepage .column-wrapper.hero.segment {
    padding-top: 75px;
    padding-bottom: 125px;
}
body.homepage .column-wrapper.segment a.login {
    margin: 0;
}
body.homepage .narrow .column-content {
    max-width: 700px;
}
body.homepage .column-wrapper.alternate {
    background-image: url('/images/hp/banner-background.png');
    background-repeat: no-repeat;
    background-size: 1200px;
    background-position: center;
    background-color: #F8F5FF;
}
body.homepage .column-wrapper.final {
    background-image: url('/images/hp/final-background.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    background-color: #eee;
    color: #fff;
    padding-bottom: 125px;
}
#homepage .column-wrapper.final h2 {
    text-align: left;
    color: #fff;
}
.alternate p,
.final p {
    text-align: left;
}

div.logos {
    padding-top: 0;
    text-align: center;
}
.common-questions div.logos {
    margin-top: 75px;
}
div.logos h3 {
    margin: 0;
    color: #96f;
    text-align: center;
    font-size: 18pt;
    font-weight: 400;
}
div.logos img {
    margin: 0 20px;
    vertical-align: middle;
}

div.logos img.huawei,
div.logos img.ferrari {
    width: 50px;
}
div.logos img.bp {
    width: 80px;
}
div.logos img.oakley {
    width: 100px;
}
div.logos img.pwc,
div.logos img.intuit {
    width: 110px;
}
div.logos img.accenture {
    width: 120px;
}
div.logos img.adobe {
    width: 125px;
}
div.logos img.astrazeneca,
div.logos img.deloitte {
    width: 140px;
}

.column-wrapper.alternate {
    background-color: #F8F5FF;
}
.column-wrapper.alternate.features-list {
    padding-bottom: 50px;
}
h2.big {
    font-size: 28pt;
}
.column-wrapper.pricing-header {
    background-image: url('/images/pricing-header.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top 0 left 0;
    color: #fff;
    height: 230px;
}
.column-wrapper.pricing-header .column-content {
    padding: 1px;
}
.column-wrapper.pricing-header h1 {
    text-align: left;
    color: #fff;
    font-size: 36pt;
    line-height: 50px;
    margin-bottom: 25px;
}
.column-wrapper.pricing-header p {
    margin: 5px 0;
    max-width: 600px;
}
.column-wrapper.pricing-header a {
    color: #fff;
}
.column-wrapper.pricing-body {
    text-align: center;
}
.column-wrapper.pricing-body .pricing-options {
    clear: both;
    overflow: hidden;
    display: inline-block;
    padding-top: 30px;
}
.column-wrapper.pricing-body .pricing-option {
    float: left;
    margin: 0 25px 50px 0;
    width: 300px;
    padding: 0 30px 10px 30px;
}
.column-wrapper.pricing-body .pricing-option-premium {
    background: #f9f6ff;
    position: relative;
}
.column-wrapper.pricing-body .pricing-option-premium .recommended {
    position: absolute;
    width: 100px;
    background: rgb(235, 79, 112);
    color: #fff;
    text-transform: uppercase;
    top: -30px;
    left: calc((100% - 100px) / 2);
    padding: 3px;
    font-size: 8pt;
    font-weight: 700;
    display: inline-block;
}
.column-wrapper.pricing-body .pricing-option-premium .currency-control {
    font-size: 8pt;
}
.column-wrapper.pricing-body .pricing-option.pricing-option-premium h2 {
    background: #96f;
    color: #fff;
}
.column-wrapper.pricing-body .pricing-option h2 {
    padding: 5px;
    background: #f9f6ff;
    border-radius: 10px;
}
.column-wrapper.pricing-body .pricing-option h3 {
    font-size: 20pt;
    margin: 30px 0 0 0;
    color: #3A3445;
}
.column-wrapper.pricing-body .pricing-option h3 span {
    font-size: 12pt;
    color: #666;
}
.column-wrapper.pricing-body .pricing-option p {
    text-align: left;
}
.column-wrapper.pricing-body .pricing-option p.cta {
    text-align: center;
}
.column-wrapper.pricing-body .pricing-option li p {
    font-size: 10pt;
}
.column-wrapper.pricing-body .pricing-option p a.login {
    width: 175px;
    text-align: center;
    margin: 0 auto;
}

.column-wrapper.common-questions .panel {
    float: left;
    width: 400px;
    height: 125px;
    margin-right: 20px;
}
.column-wrapper.common-questions .panel h2 {
    font-size: 12pt;
    margin-top: 0;
}
.column-wrapper.common-questions .panel p {
    font-size: 10pt;
}

body.homepage #menu {
    padding-top: 25px;
    padding-bottom: 0;
    background: none;
}

body.homepage #menu .logo {
    color: #96f;
}

body.homepage h1 {
    color: #000;
    margin: 0;
    font-size: 35pt;
    
    line-height: 1;
    font-weight: 500;
    font-weight: bold;
}

body.homepage #homepage .hero .left {
    width: 39%;
    padding-top: 20px;
}
body.homepage #homepage .hero .right {
    width: 59%;
}

body.homepage #homepage .hero h1 {
    font-weight: 600;
    font-size: 32pt;
    color: #fff;
}

body.homepage #homepage .hero h2 {
    margin: 25px 0;
    font-size: 12pt;
    font-weight: 200;
    color: #fff;
    letter-spacing: inherit;
}

body.homepage #homepage .hero p {
    font-size: 12pt;
    color: #fff;
}

body.homepage #homepage .hero .login {
    margin: 0;
}

#kano-category-display td {
    text-align: center;
}
#kano-category-display td.colour-indifferent,
#kano-category-display td.colour-unknown {
    background: #eee;
    color: #999;
}
#kano-category-display td.colour-performance {
    background: #cef;
    color: #49d;
}
#kano-category-display td.colour-reverse {
    background: #fcc;
    color: #c77;
}
#kano-category-display td.colour-must-have {
    background: #fda;
    color: #f97;
}
#kano-category-display td.colour-delighter {
    background: #bdb;
    color: #390;
}
#kano-category-display td.selected {
    border: 2px solid #96f;
}

th.vertical-text {
    vertical-align: bottom;
    text-align: center;
}
.vertical-text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
}

#articles-index {
    clear: both;
    overflow: hidden;
}
#articles-index .article-card {
    float: left;
    width: 250px;
    margin: 10px 10px 50px 10px;
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px #ccc;
    text-align: center;
    min-height: 475px;
}
#articles-index .article-card img {
    height: 150px;
    max-width: 100%;
}
#articles-index .article-card p {
    text-align: left;
}

.example-image {
    position: relative;
    left: 5px;
}
.example-image h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    transform: rotate(315deg);
    color: red;
    opacity: 0.5;
    font-size: 30pt;
}
.example-image img {
    width: 400px;
    box-shadow: 1px 1px 4px #ccc;
}

.news-item {
    clear: both;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    max-width: 800px;
}

#register-prompt {
    float: left;
    width: 50%;
}
#register-benefits {
    float: right;
    background: #f9f6ff;
    padding: 0 20px 15px 20px;
    font-size: 10pt;
    width: 40%;
}

table#categories {
    width: 100%;
}

table#categories td {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

table#categories td.score {
    text-align: center;
    border-left: 1px solid #eee;
}

table#categories td.primary {
    background: #ffc;
    font-weight: bold;
    font-size: 1.1em;
}

table#categories .feature-number {
    display: inline-block;
    margin-right: 5px;
}

#period-selector {
    margin-bottom: 30px;
}
#period-selector .label {
    display: inline-block;
    height: 26px;
    vertical-align: top;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 10pt;
    color: #666;
}
.toggle-control {
    margin: 0 auto;
    background: #ccc;
    height: 24px;
    width: 60px;
    border-radius: 12px;
    border: 1px solid #aaa;
    cursor: pointer;
}
.toggle-control.inline {
    display: inline-block;
}
.toggle-control .toggle {
    margin-top: 1px;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    background: #888;
}
#period-selector.month .toggle {
    float: left;
    margin-left: 2px;
}
#period-selector.year .toggle {
    float: right;
    margin-right: 2px;
}

.responses-header-action-links {
    float: right;
}

.responses-header-action-links img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

@media only screen and (min-width: 768px and max-width: 1000px) {
    body.homepage #homepage .left,
    body.homepage #homepage .right {
        float: none;
        width: 100%;
    }

    body.homepage #homepage .hero .left {
        float: left;
        padding-bottom: 20px;
    }

    body.homepage #homepage .hero .right {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    body.homepage {
        background-size: 750px;
    }

    body.homepage .column-wrapper.hero.segment {
        padding-top: 25px;
        padding-bottom: 0;
    }
    body.homepage #homepage .left,
    body.homepage #homepage .right {
        float: none;
        width: 100%;
    }
    body.homepage #homepage .hero .left {
        width: 100%;
    }
    body.homepage #homepage .hero .right {
        width: 75%;
        margin: 50px auto 0 auto;
    }
    body.homepage #homepage .hero .right img {
        width: 100%;
    }
    #menu-items a {
        font-size: 9pt;
        margin: 0 10px;
    }

    #homepage h2 {
        font-size: 22pt;
    }

    .long-content-sidebar {
        display: none;
    }
    .long-content-main {
        width: 100%;
    }

    #homepage .column-third {
        float: none;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    #homepage .column-third h3 {
        margin: 0;
        padding: 0 25px 20px 25px;
    }

    #homepage .column-third img {
        margin: 20px 0 0 0;
    }

    body.homepage .column-content .left img,
    body.homepage .column-content .right img {
        width: 70%;
    }

    #example-container {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    #footer .footer-column {
        float: none;
    }

    body.homepage .column-wrapper.final {
        background-size: 300%;
        background-position: -150px 0;
    }
    .final p,
    .final li {
        font-size: 10pt;
    }
    .column-wrapper.pricing-header {
        background-size: 300%;
        background-position: -75px 0;
        height: 350px;
    }
    .column-wrapper.pricing-header h1 {
        font-size: 26pt;
    }
    .column-wrapper.pricing-body .pricing-option {
        float: none;
        margin: 0 auto 70px auto;
        width: 275px;
    }

    .column-wrapper.common-questions .panel {
        width: 300px;
        height: 150px;
    }

    #homepage .column-wrapper.final h2 {
        font-size: 22pt;
    }

    table#premium-upgrade th.header {
        font-size: 10pt;
    }

    div.logos {
        padding-top: 35px;
        padding-left: 5px;
        padding-right: 5px;
    }
    div.logos h3 {
        font-size: 14pt;
        font-weight: 700;
    }
    div.logos img.astrazeneca {
        display: none;
    }

    #register-prompt {
        width: 100%;
    }
    #register-benefits {
        width: 90%;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 600px) {
    body.homepage .column-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }

    body.homepage #homepage .column-content h1 {
        font-size: 32pt;
    }
}

@media only screen and (min-width: 768px) {
    .long-content-main .promo {
        display: none;
    }
}

.sbs-progress-bar-wrapper {
    margin-bottom: 10px;
    position: relative;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    height: 30px;
    overflow: hidden;
}

.sbs-progress-bar {
    height: 100%;
    background-color: #ddd;
}

.sbs-progress-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    color: #000;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.back-button {
    margin: 10px 0;
    padding: 5px 10px;
    background: #ccc;
    color: #000;
    font-size: 12pt;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    text-decoration: none;
}