@import "https://fonts.googleapis.com/css?family=Roboto+Condensed";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    /*border-bottom: none;*/
    text-decoration: none;
    /*text-decoration: underline dotted;*/
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
    font-family: 'Roboto', sans-serif;
}
button,
select {
    text-transform: none
}

button,
html [type="button"],
/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
}
::-webkit-file-upload-button {
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
h1,
h2,
h3,
h4,
a,
p,
span,
input {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.header {
    position: absolute;
    background: rgba(30, 50, 80, 0.8);
    top: 0;
    width: 100%;
    z-index: 9;

    /* This will make the header fixed to top without overlap*/
    /* looks MUCH better w/ transparent overlap however - leave commented out for now.*/
    /*position: static;*/
}
.header__topInfo {
    height: 90px;
}
.header__nav {
    background: rgba(30, 50, 80, 1);
}
.wrapper_bg {
    background-color: #f4f5f7;
}
.valid.jq-selectbox__select {
    border-bottom: 2px solid #D46A59 !important;
}
.jq-selectbox__select {
    font-family: 'Roboto', sans-serif;
}
.topBanner {
    height: 680px;
    padding-top: 120px;
    /*background: url(../img/theme/topBanner.png) no-repeat;*/
    background: url(../img/theme/header/business_woman_presenting_narrow.jpg) no-repeat center;
    background-size: cover;
}
.nav__list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.nav__item {
    float: left;
    text-align: center;
    width: 20%;
    position: relative;
}
.nav__item.take_weps_item {
    width:24%;
}
.nav__item.translate_item {
    width:16%;
}

.nav__link {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
}
.header__sponsor svg {
    width: 75px !important;
}
.jq-selectbox.changed > .input__nameBlock {
    margin-top: 0 !important;
}
.jq-selectbox__dropdown {
    top: 5px !important;
    bottom: auto !important;
}
.nav__item:hover {
    background-color: rgba(76, 107, 139, 1);
}
.topBanner__title {
    background-color: rgba(30, 50, 80, 0.8);
    height: 50px;
    font-size: 38px;
    color: #FFF;
    display: table;
    font-weight: 700;
    margin: 0;
    line-height: 52px;
    padding: 4px 11px 4px 11px;
}
.topBanner__title a.weps_principles_link {
    float:right;
}
.topBanner__title a.weps_principles_link img.weps_principles_logo {
    width:120px;
    margin:14px 0px 14px 18px;
    padding:4px;
}
.topBanner__titleBlock {
    margin-top: 92px;
    margin-left: 7%;
}
.topBanner__descriptions {
    background-color: rgba(30, 50, 80, 0.6);
    padding:4px 4px 4px 10px;
    font-weight: 500;
    font-size: 24px;
    color: #FFF;
    max-width: 490px;
    margin-left: 7.5%;
    margin-top: 30px;
    line-height: 29px;
}
.topBanner__descriptions.ko {
    max-width: 560px;
}
.topBanner__btn {
    margin-left: 7.5%;
    margin-top: 46px;
}
.weps_btn {
    display: block;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}
.yellowBtn {
    width: 300px;
    height: 60px;
    background-color: rgba(255, 174, 59, 1);
    line-height: 60px;
}
.yellowBtn:hover {
    background-color: rgba(255, 154, 0, 1);
}
.videoBlock {
    height: 541px;
    margin: 71px 0 60px;
}
.infoBlock {
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.topBanner__titleBlock_mobile {
    display: none;
}
.infoBlock__item_img {
    height: 100%;
    width: 100%;
}
.infoBlock__item {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.infoBlock__item_link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    width: 100%;
}
.infoBlock__item_link:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.infoBlock__item_title {
    font-weight: 700;
    font-size: 28px;
    color: #FFF;
    margin: 21px 0 0 18px;
    max-width: 180px;
    line-height: 35px;
}
.infoBlock__item_title.ko {
    white-space: nowrap;
}
.infoBlock__item_description {
    font-size: 16px;
    color: #FFF;
    line-height: 28px;
    max-width: 180px;
    position: absolute;
    bottom: 20px;
    margin: 0 0 0 18px;
}
#ddmenu ul {
    position: relative;
    width: 100%;
    display: none;
    margin: 0;
}
#ddmenu li ul {
    position: absolute;
    width: 100%;
    background-color: rgba(30, 50, 80, 0.9490196);
    list-style-type: none;
    padding: 18px 0px;
    text-align: left;
    z-index: 99;
}
#ddmenu li ul li {
    margin:0;
    padding:2px 0px;
}
#ddmenu li ul li:hover {
    cursor:pointer;
    background-color:rgba(76, 107, 139, 1);
}
#ddmenu li ul a {
    text-transform: none;
    color: #FFF;
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
    display:block;
}
/*#ddmenu li ul a:before {
    content: "-";
    position: absolute;
    left: -10px;
    top: -1px;
    font-size: 17px;
}*/
#ddmenu li ul a:hover {
    text-decoration: none;
}

/* Inverse dropdown menu */
.headerIn #ddmenu li ul { background-color:rgba(180, 186, 197, 1); }
.headerIn #ddmenu li ul li:hover { cursor:pointer; background-color:rgba(106, 120, 140, 1); }


.header__sponsor img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-10%, -50%);
}
.header__sponsor {
    position: relative;
    height: 90px;
}
.header__logo {
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    margin-top: 16px;
}
.header__logo span {
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    margin-top:2px;
    color: #95ABC1;
    display: block;
}
.equality__title {
    font-weight: 500;
    font-size: 56px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 68px;
    margin: 40px 0;
}
.equality__boldText {
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 34px;
    margin: 0;
    width: 98%;
}
.equality__text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 34px;
    margin: 0 0 32px 0px;
}
.equality__text span.highlight_stat {
    font-weight:bold;
    border-bottom:1px dotted rgba(30, 50, 80, 0.8);
}
.equality__text a {
    color: rgba(30, 50, 80, 1);
    border-bottom: 1px dotted rgba(30, 50, 80, 1);
    text-decoration: none;
}
.equality__text a:hover {
    border-bottom: 1px solid rgba(30, 50, 80, 0.8);
}

.global_trends_wrap {
    float:right;
    width:35%;
    margin:10px 20px 4px 20px;
    padding: 10px;
    background-color: rgba(244, 245, 247, 1);
    border: 1px solid rgba(210, 214, 220, 1);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);

    font-size:16px;
    line-height:22px;
    color: rgba(30, 50, 80, 0.8);
}
.global_trends_wrap.ko {
    width:40%;
    margin:10px 10px 4px 0px;
}
.global_trends_wrap a { color: rgba(30, 50, 80, 1); border-bottom: 1px dotted rgba(30, 50, 80, 1); text-decoration: none; font-weight:bold;}
.global_trends_wrap a:hover { border-bottom: 1px solid rgba(30, 50, 80, 0.8); }

.quick_stat {
    padding:12px;
    border-radius:4px;
    border:1px solid rgba(30, 50, 80, 0.3);
    margin-bottom:8px;
    width:260px;
    display:inline-block;
}
.quick_stat img.stat_icon {
    opacity:0.8;
    width:32px;
    margin-right:8px;
}

.equalityBtn {
    margin: 43px 0 0;
}
.equality {
    padding: 0 0 70px;
}
.footer {
    background-color: rgba(224, 222, 219, 0.8);
    padding: 46px 0 34px;
}
.footer__logo img {
    width: 220px;
    height: 65px;
}
.footer__nav {
    padding: 0;
    list-style-type: none;
    margin: 5px 0 0;
}
.footer__navItem {
    margin: 0 0 13px;
}
.footer__navItem a {
    font-size: 16px;
    color: #3F3F3F;
    text-decoration: none;
}
.footer__navItem a:hover {
    text-decoration: underline;
}
.footer__description {
    font-size: 16px;
    color: rgba(63, 63, 63, 0.6);
    line-height: 28px;
    margin: 0;
    /*max-width: 320px;*/
    max-width: 90%;
}
.backBtn {
    font-size: 16px;
    color: #3F3F3F;
    text-align: right;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    margin-top: 6px;
    display: block;
    padding-right: 20px;
}
.backBtn:hover {
    opacity: 0.4;
}
.backBtn:before {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../img/theme/arr_top.png) center no-repeat;
}
.social_ico {
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
}
.footer__social {
    margin: 4px 0 0;
}
.footer__copyright {
    font-size: 14px;
    color: rgba(63, 63, 63, 0.6);
    /*margin: 28px 0 0;*/
    margin: 18px 0 0 0px;
}
.login__container {
    max-width: 860px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 1);
}
.login {
    background-color: rgba(30, 50, 80, 0.047058824);
    min-height: 100vh;
    display: list-item;
    position: relative;
}
.login__wrapper {
    margin: 40px 0 0;
    padding-bottom: 40px;
}
.tabs__container {
    max-width: 380px;
    width: 100%;
    margin: 83px auto 0;
    padding-bottom: 77px;
}
.login__rightCol {
    position: relative;
    min-height: 545px !important;
}
.topBorder {
    width: 1px;
    height: 149px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/theme/b-top.png) center no-repeat;
    z-index: 2;
}
.botBorder {
    width: 1px;
    height: 149px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/theme/b-top.png) center no-repeat;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
}
.centerBorder {
    width: 1px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/theme/b_center.png) center;
}
.tabs__nav {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}
.tabs__item {
    float: left;
    width: 50%;
    text-align: center;
}
.tabs__item a {
    font-size: 22px;
    color: rgba(30, 50, 80, 0.8);
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    outline: none;
}
.ui-tabs-active a {
    border-bottom: 3px solid #4b5b73;
}
.input__title {
    font-size: 14px;
    color: #333;
    display: none;
}
.input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
input {
    margin-top: 20px;
    outline: none;
}
input:focus {
    margin-top: 0;
}
.input::-webkit-input-placeholder {
    color: #ccc;
}
.input::-moz-placeholder {
    color: #ccc;
}
.input:-moz-placeholder {
    color: #ccc;
}
.input:-ms-input-placeholder {
    color: #ccc;
}
.inputBlock {
    position: relative;
    margin-bottom: 30px;
}
label.error {
    font-size: 13px;
    color: #D46A59;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: right;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
}
input.error {
    border-bottom: 2px solid #D46A59;
}
.register__subTitle {
    margin-top: 73px !important;
}
.input:after {
    content: "1";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    display: block;
    background: #000;
}
.arrBack {
    text-decoration: none;
    color: rgba(30, 50, 80, 0.2);
    font-size: 22px;
    margin-top: 14px;
    margin-left: 6px;
}
.arrBack:hover {
    color: rgba(29, 49, 81, 0.6);
}
.login__title {
    font-size: 36px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 30px;
    margin-left: 56px;
    line-height: 43px;
}
.login__logo {
    position: absolute;
    bottom: 77px;
    left: 68px;
    width: 174px;
}
.inputBlock input:focus {
    border-bottom: 2px solid #4b5b73;
}
.inputBlock input:active {
    border-bottom: 2px solid #4b5b73;
}
input[type="checkbox"] {
    /*display: none;*/
}
input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 0;
    color: #999;
}
input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 10px 0 0;
    background: url(../img/theme/sh.svg) center no-repeat;
    margin-bottom: -5px;
}
input[type="checkbox"]:checked + label::before {
    background: url(../img/theme/sh_ch1.svg) center no-repeat;
}
input[type="checkbox"]:checked + label {
    color: rgba(30, 50, 80, 0.6);
}
.rememberCh {
    font-size: 14px;
    margin-left: -15px;
}
.confirm__container .sendBtnForm {
    margin-top: 94px !important;
    line-height: normal !important;
}
.confirm__container .confirmBtn_margin {
    margin-top: 145px !important;
}
.forgotPass {
    font-size: 14px;
    color: rgba(30, 50, 80, 0.6);
    text-decoration: none;
    float: right;
    margin-right: -15px;
    margin-top: 3px;
}
.forgotPass:hover {
    color: rgba(30, 50, 80, 0.8);
}
.blueBtn {
    width: 220px;
    height: 45px;
    border: 1px solid rgba(30, 50, 80, 1);
    background-color: rgba(75, 91, 115, 1);
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 61px !important;
    cursor: pointer;
}
.blueBtn:hover {
    background-color: rgba(30, 50, 80, 1);
}
.forgotBlock {
    margin-top: 39px;
}
.results__container {
    background: #fff;
    margin-top: 30px;
}
.results__container.no_margin {
    margin-top:0px;
}
.results__in {
    margin: 0 65px;
    padding-bottom: 79px;
}
.select {
    width: 100%;
    border: none;
    outline: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}
.results__numberItem {
    margin-left: -30px;
}
.select-style .jq-selectbox {
    height: 40px;
}
.downloadPdf,
.generateLink {
    position: relative;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #5A8C78;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    margin-left: 20px;
    margin-top: 28px;
    display: inline-block;
}
.downloadPdf:before {
    content: "";
    position: absolute;
    width: 23px;
    left: -30px;
    top: -3px;
    height: 24px;
    background: url(../img/theme/acrobat-ico.svg) center no-repeat;
}
.downloadPdf:hover,
.generateLink:hover {
    opacity: 0.7;
}
.generateLink:before {
    content: "";
    position: absolute;
    width: 23px;
    left: -30px;
    top: -3px;
    height: 24px;
    background: url(../img/theme/arr_all.svg) center no-repeat;
}
.select-style {
    margin-bottom: 48px;
}
.resources .select-style {
    margin-bottom: 0;
}
.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.select-style select:focus {
    outline: none;
}
.register__title {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.6);
    margin-top: 43px;
    margin-bottom: 24px;
}
.greenBtn {
    width: 220px;
    height: 45px;
    background-color: rgba(90, 140, 120, 1);
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid rgba(73, 127, 105, 1);
    outline: none;
    cursor: pointer;
}
.greenBtn:hover {
    background-color: rgba(123, 163, 147, 1);
}
.banner {
    background: url(../img/theme/bg_1.png) center no-repeat;
    background-size: cover;
    height: 450px;
    padding-top: 120px;
}
.glossary_banner {
    background: url(../img/theme/header/student_reading.png) center no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 120px;
}
.faq_banner {
    background: url(../img/theme/header/doctor_reading_mri.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 120px;
}
.partners_banner {
    /*background: url(../img/theme/header/corporate_brainstorming.png) center no-repeat;*/
    background: url(../img/theme/header/corporate_brainstorming.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 120px;
}
.gender_banner {
    /*background: url(../img/theme/header/seamstress_worker.png) center no-repeat;*/
    background: url(../img/theme/header/seamstress_worker_new.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 120px;
}
.about_the_tool_banner {
    /*background: url(../img/theme/header/graphic_designer.png) center no-repeat;*/
    /*background: url(../img/theme/header/graphic_designer_new.jpg) center no-repeat;*/
    background: url(../img/theme/header/construction_engineer.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 120px;
}
.banner__in {
    max-width: 1022px;
    width: 100%;
    margin: 0 auto;
}
.banner__title {
    font-weight: 700;
    font-style: normal;
    font-size: 37px;
    color: #FFF;
    line-height: 50px;
    background-color: rgba(30, 50, 80, 0.8);
    padding: 4px 10px;
    display: inline-block;
    margin-top: 80px;
}
.banner__title_last {
    margin-top: 0;
}
.banner__description {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(30, 50, 80, 0.8);
    /*text-align: right;*/
    text-align: left;
    display: inline-block;
    padding: 10px 12px;
    float: right;
    width: 85%;
    margin-top: 80px;
    margin-right: -15px;
    line-height: 26px;
}
.banner__description.banner_placeholder {
    background: none;
    margin-right: -15px;
    line-height: 26px;
}
.banner__btn {
    float: right;
    margin-top: 12px;
    margin-right: -15px;
}
.infoBlock__row {
    margin-bottom: 30px;
}

.faq__container {
    margin: 30px auto;
    width: 100%;
    background: #fff;
    padding: 0 0 79px;
}
.content_wrap {
    margin: 30px auto;
    width: 100%;
    background: #fff;
    padding: 0 0 79px;
}

.content_wrap a {
    color: rgba(30, 50, 80, 1);
    border-bottom: 1px dotted rgba(30, 50, 80, 1);
    text-decoration: none;
}
.content_wrap a:hover {
    border-bottom: 1px solid rgba(30, 50, 80, 0.8);
}
.ui-accordion-content p {
    margin: 0;
}
.ui-accordion-header {
    outline: none;
    margin: 30px 0 0;
    display: block;
    position: relative;
}
.faq_accordion_question {
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: rgba(30, 50, 80, 0.8);
    border-bottom: 1px solid #ccc;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-bottom: 4px;
}
.faq_accordion_question:hover {
    color: #a5adb9;
}
.faq_accordion_question:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background: url(../img/theme/acc_plus.svg) center no-repeat;
    left: -34px;
    top: 3px;
}
.ui-accordion-header-active .accordion__close {
    display: block;
    cursor: pointer;
}
.ui-accordion-header-active .faq_accordion_question:before {
    background: url(../img/theme/acc_minus.svg) center no-repeat;
}
.infoBlock__row:last-child {
    margin-bottom: 0;
}
.accordion__in {
    /*max-width: 619px;*/
    /*width: 100%;*/
    /*margin: 0 auto*/
    margin: 0 160px 0 100px;
}
.faq {
    background-color: #f4f5f7;
}
.faq_accordion_answer {
    font-size: 18px;
    color: rgba(30, 50, 80, 0.6);
    text-align: left;
    line-height: 28px;
    /*max-width: 595px;*/
    padding: 4px 0;
}

div.faq_translate p {
    font-size: 18px;
    color: rgba(30, 50, 80, 0.6);
    text-align: left;
    line-height: 28px;
    margin: 8px 0px 8px 0px;
    padding: 0px 0;
}

.accordion__title {
    padding-bottom: 4px;
}
.accordion__close {
    position: absolute;
    right: -35px;
    bottom: -40px;
    display: none;
}
.accordion__close svg {
    fill: #798597;
}
.accordion__close:hover svg {
    opacity: 0.5;
}
.faq__title {
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    color: rgba(30, 50, 80, 0.6);
    /*margin: 51px 0 60px 66px;*/
    margin: 51px 0 35px 80px;
    display: inline-block;
}
ul.glossary_list {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    /*margin: 57px 0 0;*/
    margin: 51px 0 0;
}
ul.glossary_list li {
    display: inline-block;
}
ul.glossary_list li a {
    color: #5A8C78;
    font-size: 22px;
    text-decoration: none;
    border: none;
}
ul.glossary_list li a:hover {
    border: none;
}
ul.glossary_list li a span {
    color: rgba(30, 50, 80, 0.4);
}
.glossary_header {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-left: 0;
    padding-top: 49px;
    margin-bottom: 0;
}
.glossary_sub_header {
    font-weight: bold;
    font-size: 80px;
    color: rgba(30, 50, 80, 0.2);
    margin: 51px 0;
}
.glossary_entry {
    margin-bottom: 72px;
}
.glossaryIn .blockTitle {
    margin: 16px 0 0 15px;
}
.content__in {
    margin: 0 79px;
}
.imgBig {
    width: 75px;
}

.ungc_logo {width: 170px;}
.idb_invest_logo { width:156px; }
.idb_lab_logo { width:118px; }

@media (max-width: 1199px) {
    .ungc_logo {width: 150px;}
    .idb_invest_logo { width:130px; }
    .idb_lab_logo { width:100px; }
}

.glossary__item {
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 1px;
}
.glossary__item a {
    color: #5A8C78;
    font-size: 22px;
    text-decoration: none;
}
.glossary__item a span {
    color: rgba(30, 50, 80, 0.09803922);
}
.content__in {
    margin: 0 79px;
}
.glossary__title {
    font-weight: 500;
    font-size: 80px;
    color: rgba(30, 50, 80, 0.2);
    margin: 51px 0;
}
.glossary_term {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    text-align: left;
    display: block;
    line-height: 32px;
}
.glossary_definition {
    margin: 0;
    font-size: 20px;
    color: rgba(30, 50, 80, 0.6);
    line-height: 32px;
    max-width: 90%;
    margin-left: 0;
}

.glossary_source {
    margin: 0;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.6);
    line-height: 22px;
    max-width: 90%;
    margin-left: 0;
    margin-top:10px;
    font-style:italic;
}


.glossaryIn__title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-left: 0;
    margin-top: 49px;
    margin-bottom: 0;
}
.glossary__itemBlock {
    margin-bottom: 72px;
}
.title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
}
h4.sub_header,
h4.sub_header a {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 30px;
    margin-bottom: 16px;
    text-decoration: none;
}
h4.sub_header a {
    border-bottom: 1px dotted rgba(30, 50, 80, 0.8);
}
h4.sub_header a:hover {
    border-bottom: 1px solid rgba(30, 50, 80, 0.8);
}
h4.sub_header.faq_sub_header {
    color: rgba(30, 50, 80, 0.6);
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
}
h4.sub_header.faq_sub_header.no_margin {
    margin-bottom: 0px;
}
.textBold {
    font-weight: 700;
    font-size: 22px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 34px;
    margin-top: 10px;
    max-width: 93%;
}
.text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 34px;
    margin-top: 16px;
    max-width: 93%;
}
input.text {
    max-width: 100%;
}
.listTitle {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 34px;
    margin: 35px 0 0;
    font-weight: 700;
}
.list {
    padding-left: 30px;
    margin-top: 0;
}
.list li {
    position: relative;
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 34px;
}
.list li p {
    margin: 0;
}

/*.list li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background: #000;
    left: -24px;
    top: 18px
}*/

.about__leftColl {
    padding-left: 45px !important;
}
.about__leftColl.the_principles .row {
    padding: 22px 0;
    border-top: 1px solid rgba(244, 245, 247, 1);
    border-bottom: 1px solid rgba(244, 245, 247, 1);
}
.about__title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 32px;
    font-size: 40px;
    color: rgba(51, 51, 51, 0.8);
}
.about__number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 38px;
}
.principles_text {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
}
.principles_text img {
    padding: 4px 0px 0px 4px;
    float: right;
    width: 52px;
}

.principles_text_yellow {
    color: #FFAE3B;
}
.principles_text_blue {
    color: #699CC6;
}
.principles_text_red {
    color: #F65058;
}
.about__in {
    margin: 0 40px 0 65px;
}
.contentPage .textBold,
.contentPage .text {
    max-width: 100%;
}
.resources__title {
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: #497F69;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 3px;
    padding-bottom: 4px;
    text-decoration: none;
}
.resources__text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.6);
    line-height: 32px;
    margin-bottom: 35px;
}
.resources__sector {
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #95ABC1;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid #95ABC1;
    padding: 4px 14px;
    margin-right: 15px;
}
.resources__greenBtn {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    float: right;
    margin-top: 0;
}
.resources__greenBtn span svg {
    margin-bottom: -5px;
}
.pagination {
    padding: 0;
    list-style-type: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    margin-top: 79px;
    margin-left: 13px;
}
input:focus {
    border-bottom: 2px solid #4b5b73;
}
.pagination li {
    float: left;
    border-left: 1px solid #ccc;
}
.pagination li:first-child {
    border: none;
}
.pagination li a {
    width: 33px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #666;
}
.resources__container {
    padding: 0 0 27px;
}
.resourcesIn__title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-left: 14px;
    margin-top: 50px;
    margin-bottom: 0;
}
.resourcesIn .filter {
    margin-top: 24px;
}
.pagination li a:hover {
    background-color: rgba(236, 238, 239, 1);
    color: #014c8c;
}
.input__nameBlock {
    height: 20px;
    width: 100%;
    display: none;
    font-size: 13px;
    color: rgba(30, 50, 80, 0.8);
    line-height: normal;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.resources .select-style .opened {
    width: 100% !important;
}
.resources__in {
    margin: 0 65px;
}
.filter {
    margin-top: 51px;
    display: inline-block;
    width: 100%;
}
.resourcesIn .blockTitle {
    margin: 16px 0 0 15px;
}
.inputSearch {
    height: 50px;
    font-size: 22px;
    margin-bottom: 39px;
}
.resources__item {
    margin-top: 81px;
}
.confirm__title {
    font-size: 28px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 0;
    margin-bottom: 84px;
}
.confirm__container {
    max-width: 407px;
    width: 100%;
    margin: 83px auto 0;
}
.confirm__text {
    font-size: 16px;
    color: rgba(30, 50, 80, 0.6);
    margin-top: 10px;
    line-height: 21px;
    margin-left: -10px;
}
.confirm__img svg {
    fill: #ccc;
}
.confirmBtn {
    margin-top: 137px;
}
.reset__text {
    font-size: 16px;
    color: rgba(30, 50, 80, 0.6);
    margin-bottom: 54px;
    width: 88%;
}
.reset__title {
    margin-bottom: 38px;
}
.grayBtn {
    font-size: 16px;
    color: #4B5B73;
    background-color: rgba(244, 245, 247, 1);
    border: rgba(210, 214, 220, 1) solid 1px;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 94px;
    border-radius: 2px;
}
.sendBtn {
    width: 100%;
    height: 45px;
    margin-top: 94px;
    line-height: 45px;
}
.grayBtn:hover {
    background-color: rgba(233, 235, 238, 1);
}
.recovery__text {
    margin-top: 18px;
}
.newPass__text {
    width: 100%;
    margin-bottom: 34px;
}
.newPass__btn {
    margin-top: 25px !important;
}
.confirm__container .confirmBtn_mg {
    margin-top: 132px !important;
}
.footer__copyright_bot {
    display: none;
}
.mobile__dropBtn {
    display: none;
    float: right;
    width: 22px;
    height: 25px;
    margin-top: 38px;
    margin-right: 19px;
}
.mobile__dropBtn span {
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background: #fff;
    display: block;
}
.mobile__title {
    display: none;
}
.close__menu {
    float: right;
    width: 22px;
    height: 25px;
    margin-top: 31px;
    margin-right: 39px;
}
.close__menu svg {
    fill: #fff
}

.changed .jq-selectbox__select-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000;
}
.glossary__in {
    margin: 0 98px 0 80px;
}
.jq-selectbox li {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.jq-selectbox li:first-child {
    display: none !important;
}
.jq-selectbox.changed > .input__nameBlock {
    display: block;
    font-size: 13px;
    position: relative;
    top: -11px;
    color: rgba(30, 50, 80, 0.8);
}
.select-style .changed .jq-selectbox__select {
    margin-top: -19px;
}
.jq-selectbox.opened > .input__nameBlock {
    display: block;
    margin-top: -11px;
    font-size: 13px;
    color: rgba(30, 50, 80, 0.8);
}
.headerIn {
    position: static;
    background-color: rgba(106, 120, 140, 1);
}
.headerIn .header__nav {
    background-color: rgba(180, 186, 197, 1);
}
.headerIn .header__logo span {
    color: #fff;
}
.headerIn .nav__item:hover {
    background-color: rgba(106, 120, 140, 1);
}
.dashboard {
    background: #f4f5f7;
}
.blockTitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #d4d8de;
    margin: 16px 0 0 5px;
    display: inline-block;
}
.dashboard__itemBlock {
    background: #fff;
}
.profile__title {
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin: 50px 0 61px 51px;
}
.status__subTitle {
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    color: rgba(30, 50, 80, 0.8);
    margin-left: 16px;
    margin-bottom: 33px;
    margin-top:0px;
}
.status__container {
    padding-bottom: 6px;
    border-bottom: 1px solid #f4f5f7;
    margin-right: 20px;
    margin-left: 24px;
}
.status__data {
    float: left;
    width: 45%;
}
.status__progress {
    float: left;
    width: 54%;
}
.status__item {
    margin: 0;
    font-size: 18px;
    color: rgba(30, 50, 80, 0.8);
}
.dashboard__completeBtn,
.dashboard__restartBtn,
.dashboard__viewAllBtn,
.dashboard__historyBtn,
.dashboard__calculateBtn {
    margin-top: 33px;
    width: 300px;
    height: 60px;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
    line-height: 60px;
}
.dashboard__completeBtn svg,
.dashboard__historyBtn svg {
    fill: #fff;
    margin-bottom: -3px;
}
.dashboard__historyBtn {
    margin-top: 49px;
    width: 72%;
    font-size: 20px;
}
.history,
.help {
    min-height: 480px !important;
    margin-bottom: 30px;
    margin-top: 0px;
}
.dashboard__restartBtn svg,
.dashboard__viewAllBtn svg {
    fill: #4B5B73;
    margin-bottom: -3px;
    margin-right: 5px;
}
.dashboard__completeBtn,
.dashboard__calculateBtn {
    margin-top: 42px;
}
.dashboard__calculateBtn span {
    font-weight: 500;
    position: relative;
    margin-left: 24px;
}
.dashboard__calculateBtn span:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 19px;
    background: url(../img/theme/calculate-ico.svg) center no-repeat;
    left: -23px;
    top: 2px;
}

.dashboard__restartBtn span {
    font-weight: 500;
    position: relative;
    margin-left: 24px;
}

.dashboard__restartBtn span:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 19px;
    background: url(../img/theme/restart-ico.svg) center no-repeat;
    left: -23px;
    top: 2px;
}

.dashboard__completeBtn span {
    font-weight: 500;
    position: relative;
    margin-left: 24px;
}

.dashboard__completeBtn span:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 19px;
    background: url(../img/theme/complete-ico.svg) center no-repeat;
    left: -23px;
    top: 2px;
}

.dashboard__recommendationsBtn span {
    font-weight: 500;
    position: relative;
    margin-left: 24px;
}
.dashboard__recommendationsBtn span:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 19px;
    background: url(../img/theme/recommendations-ico.svg) center no-repeat;
    left: -23px;
    top: 2px;
}

.dashboard__faqBtn span {
    font-weight: 500;
    position: relative;
    margin-left: 24px;
}
.dashboard__faqBtn span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/theme/info.svg) center no-repeat;
    left: -26px;
    top: 2px;
}



.dashboard__restartBtn {
    margin-top: 20px;
    color: #4B5B73;
}
.dashboard__viewAllBtn {
    color: #4B5B73;
    font-size: 20px;
    margin-top: 25px;
}
.footerIn .social_ico img svg {
    fill: #737f94;
}
.profile__viewLink:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 22px;
    background: url(../img/theme/ico1.svg) center no-repeat;
    left: -31px;
    top: -2px;
}
.profile__material_item {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #5A8C78;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin: 45px 0 0 9%;
    position: relative;
}
.profile__material_item:hover {
    opacity: 0.7;
}
.profile {
    margin: 30px 0 0;
    padding-bottom: 55px;
}
.help {
    margin-left: 30px;
    width: 39.1% !important;
}
.help__container {
    margin: 0 16%;
}
.help__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    margin: 39px 0 30px;
}
.help__list {
    padding: 0;
    list-style-type: none;
}
.help__item_link {
    font-size: 16px;
    color: rgba(42, 87, 131, 0.8);
    text-decoration: none;
    /*border-bottom: 1px solid #d2d6dc;*/
    margin-bottom: 19px;
    display: inline-block;
}

.history_container { margin: 0 auto; padding:0px 10px; }
.history_container h2 {
    margin: 32px 0px 16px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: rgba(30, 50, 80, 0.8);
}
.history_container h2.subsidiaries {
    margin-top:40px;
}
.history_container h3 {
    margin: 24px 0px 0px 0px;
    padding:6px 10px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    background: #f4f5f7;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: rgba(30, 50, 80, 0.8);
}

table.history_table {
    border-collapse: collapse;
    border-bottom: 1px solid #d2d6dc !important;
    font-family: 'Roboto', sans-serif;
    width:100%;
    margin-bottom:54px;
}
table.history_table tr { height: 50px; border-bottom: 1px solid #f4f5f7; }
table.history_table tr:last-child { border: none; }
table.history_table tr.title_row th {
    border-bottom: 1px solid #d2d6dc !important;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #999;
    height: 41px !important;
}
table.history_table td { font-size: 18px; color: rgba(30, 50, 80, 0.8); }
table.history_table td.date { width: 33%; }
table.history_table td.score { width: 33%; }
table.history_table td.results { width: 20%; }


.footerIn {
    background: none;
    padding: 26px 0 34px;
}
.footerIn .footer__logo {
    opacity: 0.5;
}
.profile__item {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.49803922);
}
.profile__description {
    font-size: 16px;
    color: #999;
    margin: 10px 0 0;
}
.profile__container {
    max-width: 667px;
    margin: 77px auto 10px;
}
.profile__material {
    margin-top: 70px;
}
.profile__pdfLink:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 21px;
    background: url(../img/theme/acrobat-ico.svg) center no-repeat;
    left: -28px;
    top: -2px;
}
.profileNoCheck .profile__material_item {
    margin: 0 0 25px 41px;
}
.footerIn .footer__navItem a {
    color: rgba(29, 49, 81, 0.6);
}
.footerIn .backBtn {
    color: rgba(29, 49, 81, 0.6);
}
.footerIn .footer__description {
    color: rgba(29, 49, 81, 0.49803922);
}
.password + .unmask:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 17px;
    height: 17px;
    background: #e3e3e3;
    z-index: 1;
    border-radius: 50%;
}
.topBanner__titleBlock_mobile span {
    display: table;
    margin-top: 0;
}
.topBanner__titleBlock_small span:first-child {
    margin-top: 40px;
}
.topBanner__titleBlock_small {
    display: none;
}
.password[type="text"] + .unmask:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    background: #aaa;
    z-index: 2;
    border-radius: 50%;
}
.questionnaire__container {
    background: #fff;
    margin: 30px 0;
    padding-bottom: 60px;
}
.questionnaire__in {
    margin: 0 65px;
}
.custom-form label {
    padding: 2px 0 2px 20px;
}
.custom-form input[type="radio"] {
    display: none;
}
.questionnaire__firstBlock input[type="radio"] + label {
    position: relative;
}
.questionnaire__firstBlock input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    border: 2px solid #ccc;
    border-radius: 50%;
    left: -20px;
    top: 9px;
}
.questionnaire__firstBlock input[type="radio"]:checked + label {
    position: relative;
}
.questionnaire__firstBlock input[type="radio"]:checked + label:before {
    border: #5A8C78 solid 2px;
}
.questionnaire__firstBlock input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: #5A8C78;
    border-radius: 50%;
    left: -15px;
    top: 14px;
}
.questionnaire {
    background-color: #f4f5f7;
}
.questionnaire .blockTitle {
    margin: 16px 0 0 21px;
}
.questionnaire__title {
    font-weight: 500;
    font-size: 40px;
    opacity: 0.4;
    margin-top: 50px;
    color: rgba(75, 91, 115, 0.6);
}
.questionnaire__subTitle {
    font-weight: 500;
    color: #4B5B73;
    font-size: 32px;
    margin-top: 53px;
    margin-bottom: 32px;
    max-width: 93%;
    line-height: 40px;
}


.questionnaire__item input[type="radio"] + label {
    position: relative;
}
.questionnaire__item input[type="radio"] + label:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 50%;
    left: -16px;
    top: 9px;
}
.questionnaire__item input[type="radio"]:checked + label {
    position: relative;
}
.questionnaire__item input[type="radio"]:checked + label:before {
    border: #5A8C78 solid 2px;
}
.questionnaire__item input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5A8C78;
    border-radius: 50%;
    left: -12px;
    top: 13px;
}



.questionnaire__item input[type="checkbox"] + label::before {
    background: none;
}
.questionnaire__subTitle a {
    color: #5A8C78;
    text-decoration: underline;
    padding-bottom: 2px;
}
.questionnaire__subTitle a:hover {
    opacity: 0.8;
}
.help__item_link:hover {
    opacity: 0.7;
}
.glossary__itemLink:hover {
    opacity: 0.7;
}
.resources__title:hover {
    opacity: 0.7;
}
.questionnaire__firstBlock label {
    font-weight: 500;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #4B5B73;
    padding: 2px 0 2px 16px;
    margin-left: 31px;
    cursor: pointer;
}
.questionnaire__topDescription {
    font-weight: 200;
    font-size: 18px;
    /*color: #999;*/
    color: #4B5B73;
    line-height: 25px;
    max-width: 520px;
    margin: 10px 0 43px 42px;
}
.questionnaire__firstBlock label.questionnaire__topDescription {
    font-weight: 200;
    font-size: 18px;
    /*color: #999;*/
    color: #4B5B73;
    line-height: 25px;
    max-width: 520px;
    margin: 10px 0 24px 28px;
}

.questionnaire__firstBlock .indent_answers {margin-left:25px;}

.questionnaire__firstBlock label.sub_checkbox {
    font-weight: 200;
    font-size: 16px;
    color: #4B5B73;
    line-height: 22px;
    max-width: 520px;
    margin: 0px 0 16px 28px;
}



.questionnaire__item input[type="checkbox"] + label,
.questionnaire__item input[type="radio"] + label {
    position: relative;
    display: block;
    font-size: 18px;
    color: #4B5B73;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    margin-left: 62px;
    line-height: 21px;
    margin-bottom: 20px;
    padding-right: 60px;
}

.questionnaire__item input[type="checkbox"]:disabled + label,
.questionnaire__item input[type="radio"]:disabled + label {
    opacity:0.5;
}
.questionnaire__item .indent_answers {margin-left:40px;}

.questionnaire__item input[type="checkbox"] + label:hover {
    color: #7f8a9c;
}
.questionnaire__item input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -17px;
    border-radius: 2px;
    top: 4px;
    background: url(../img/theme/sh.svg) center no-repeat;
}
.questionnaire__item input[type="checkbox"] + label {
    padding-left: 20px;
}
.questionnaire__item input[type="checkbox"]:checked + label {
    /*color: #7f8a9c;*/
    color:#4B5B73;
    font-weight: 500;
    background: none;
}
.questionnaire__item input[type="checkbox"]:checked + label:before {
    border: 2px solid #5A8C78;
    background: none;
}
.questionnaire__item input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -17px;
    background: url(../img/theme/sh_in.svg) center no-repeat;
    top: 4px;
}
.accordion .questionnaire__item input[type="checkbox"]:checked + label:after {
    left: 1px;
}
.questionnaire__text {
    font-size: 14px;
    color: #4B5B73;
    margin-left: 0;
    margin-top: 16px;
    display: block;
    margin-bottom: 29px;
}
.questionnaire__blockItem {
    max-width: 700px;
    border-radius: 5px;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 26px;
    background-color: rgba(30, 50, 80, 0.047058824);
}
.questionnaire__blockItem span.caret-icon {
    position: absolute;
    top: -16px;
    left: 14px;
    fill: #f4f5f7;
    width: 44px;
    height: 22px;
    background: url(../img/theme/question-caret-ico.svg) center no-repeat;
}

.questionnaire__blockItem svg {
    position: absolute;
    top: -51px;
    left: 14px;
    fill: #f4f5f7;
}
.questionnaire__itemTitle {
    font-size: 22px;
    color: rgba(42, 87, 131, 0.8);
    display: inline-block;
    margin: 39px 0 28px 46px;
}

.questionnaire__container .progress__title {
    width: 100%;
    display: block;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    margin: 0 0 5px;
}
.questionnaire__container .progress__title a {
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    text-decoration: none;
}
.questionnaire__container .progress__title a:hover {
    cursor: pointer;
    border-bottom:1px dotted rgba(30, 50, 80, 0.8);
}
.questionnaire__container .progress__title svg {
    margin-top: -6px;
    fill: rgba(73, 127, 105, 1);
}
.questionnaire__container .progress__title span {
    float: right;
    font-weight: 700;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
}

.questionnaire__container .progress__title span.complete {
    position: relative;
    margin-left:20px;
    background: url(../img/theme/checkmark-ico.svg) center no-repeat;
    fill: rgba(73, 127, 105, 1);
    width: 22px;
    height: 18px;
}
.questionnaire__container .progress__title span.incomplete {
    font-weight: 300;
    color:rgba(42,87,131,0.4);
}

.questionnaire__container .progress__item {
    margin-bottom: 31px;
}
.questionnaire__container .progress__block {
    height: 5px;
    background-color: rgba(242, 242, 242, 1);
    width: 100%;
    position: relative;
}
.questionnaire__progress {
    margin-top: 61px;
    margin-left: 0px;
}
.progress__line {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    background: rgba(73, 127, 105, 1);
}

.progress_incomplete .progress__title {
    color: rgba(42, 87, 131, 0.4);
}
.progress_incomplete .progress__line {
    width: 0;
}
.progress_current .progress__title {
    font-weight: 700;
}
.progress_current .progress__line {
    width: 20%;
    background-color: rgba(255, 153, 0, 1);
}

.progress__buttons {
    margin-top: 18px;
}
.progress__buttons a {
    margin: 0 !important;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
}
.progress__buttons {
    display: inline-block;
    width: 100%;
}
.nextBtn {
    float: right;
}

.outcome__title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 50px;
    margin-bottom: 53px;
}
.bigBtn {
    height: 90px;
    margin: 0;
    width: 300px;
    font-size: 22px;
    color: #FFF;
    position: relative;
    margin-top: 0 !important;
    line-height: 23px;
}
.bigBtn span {
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    line-height: 25px;
}
.outcome__blockBtn {
    margin-left: -15px;
    margin-right: -15px;
}
.outcome__blockBtn .grayBtn span {
    color: #4B5B73;
}
.outcome__description {
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    max-width: 300px;
    color: #999;
    line-height: 25px;
    margin-top: 33px;
}
.progress__item_progress .progress__title {
    font-weight: 700;
    font-size: 16px;
    color: #2A5783;
}
.progress__item_progress .progress__line {
    width: 5%;
}
.outcome__container {
    min-height: 440px;
}
.review__title {
    font-weight: 500;
    font-size: 40px;
    margin-top: 0;
    color: rgba(30, 50, 80, 0.8);
}
.review__btn {
    height: 60px;
    font-weight: 500;
    margin-top: 0;
    line-height: 60px;
    font-size: 22px;
    width: 100%;
}
.review__titleBlock {
    margin: 50px 0 0;
}
.review__subTitle {
    font-weight: 500;
    font-size: 28px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 55px;
    margin-bottom: 10px;
}
.accordion {
    margin-left: 69px;
}
.accordion .faq_accordion_question {
    font-size: 18px;
    border-bottom: none;
}
.accordion .faq_accordion_question:before {
    top: 0;
}
.accordion .questionnaire__item input[type="checkbox"] + label {
    margin-left: 0;
    padding-left: 36px;
}
.accordion .questionnaire__item input[type="checkbox"] + label:before {
    left: 1px;
}
.review__accordionTitle {
    font-size: 16px;
    color: rgba(42, 87, 131, 0.6);
    margin-top: 38px;
    margin-bottom: 4px;
}
.questionnaire__item input[type="checkbox"] + label,
.questionnaire__item input[type="radio"] + label {
    font-size: 16px;
    color: #4B5B73;
    margin-bottom: 10px;
}
.review__btn_bottom {
    margin: 70px auto 20px;
    max-width: 380px;
}
.faqIn__title {
    font-weight: 500;
    margin-left: 80px;
    font-size: 40px;
    margin-top: 50px;
    color: rgba(30, 50, 80, 0.8);
}

.results_company_title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 50px;
}
.results_company_title > .sub_title {
    font-weight: normal;
    font-size:32px;
    line-height: 48px;
    color:rgba(30, 50, 80, 0.49803922);
}
.results_company_title > .subsidiary_help_text {
    font-weight: normal;
    font-size:18px;
    line-height: 32px;
    color:rgba(30, 50, 80, 0.49803922);
}

.results__title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 50px;
}
.results__description {
    margin-top: 53px;
}
.results__container .profile__material_item {
    margin-top: 28px;
}
.results__line {
    margin-top: 193px;
}
.results__description {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.6);
    line-height: 32px;
}
.results__score {
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    color: rgba(30, 50, 80, 0.49803922);
    margin-top: -4px;
    display: inline-block;
}
.results__line {
    max-width: 1020px;
    border-radius: 5px;
    height: 40px;
    position: relative;
    background: -webkit-linear-gradient(180deg, rgba(0, 204, 255, 1) 0%, rgba(0, 204, 255, 1) 0%, rgba(99, 204, 156, 1) 33%, rgba(240, 204, 14, 1) 68%, rgba(206, 10, 0, 1) 100%, rgba(206, 10, 0, 1) 100%);
    background: -moz-linear-gradient(270deg, rgba(0, 204, 255, 1) 0%, rgba(0, 204, 255, 1) 0%, rgba(99, 204, 156, 1) 33%, rgba(240, 204, 14, 1) 68%, rgba(206, 10, 0, 1) 100%, rgba(206, 10, 0, 1) 100%);
    background: linear-gradient(270deg, rgba(0, 204, 255, 1) 0%, rgba(0, 204, 255, 1) 0%, rgba(99, 204, 156, 1) 33%, rgba(240, 204, 14, 1) 68%, rgba(206, 10, 0, 1) 100%, rgba(206, 10, 0, 1) 100%);
}
.results__lineItem {
    position: relative;
}
.results__lineDescription p {
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    color: rgba(30, 50, 80, 0.8);
}
.results__lineDescription p.q_matrix_section {
    font-size: 16px;
    margin:0px 2px 8px 0px;

}
.results__lineDescription div.q_matrix_section_line {
    margin:0px 2px -6px 2px;
    padding-bottom:8px;
    border-top: 1px solid rgba(30, 50, 80, 0.8);
    border-left: 1px solid rgba(30, 50, 80, 0.8);
    border-right: 1px solid rgba(30, 50, 80, 0.8);
}

.results__lineDescription span {
    font-size: 19px;
    color: rgba(30, 50, 80, 0.6);
}
.results__lineDescription span:after {
    content:'%';
    font-size: 14px;
    vertical-align: middle;
}
.results__lineDescription {
    width: 100%;
    text-align: center;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -140%);
}
.results__number_last {
    float: right;
}
.results__bottomNumber span {
    font-size: 18px;
    color: rgba(30, 50, 80, 0.4);
    margin-top: 10px;
    display: inline-block;
}
.results__cursor {
    position: absolute;
    z-index: 99;
    background: #67cc98;
    background: url(../img/theme/cursor.png) center no-repeat;
    width: 79px;
    height: 77px;
    left: 64%;
    top: -22px;
}
.results__cursor span {
    top: 50%;
    position: absolute;
    left: 53%;
    transform: translate(-52%, -47%);
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #FFF;
}
.results__cursor span:after {
    content:'%';
    font-size: 16px;
    vertical-align: middle;
}
.results__item {
    background: #fff;
    margin-top: 30px;
}
.results__Overall_item {
    position: relative;
    height: 100px;
}
.results__Overall_item span {
    position: absolute;
    width: 84%;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    text-align: center;
    height: 25px;
    bottom: 0;
    line-height: 25px;
}
.header__sponsor_i1 {
    width: 170px;
}
.fb-ico {
    width: 22px;
}
.tw-ico {
    width: 23px;
}
.header__sponsor_i2 {
    width: 95px;
}
.header__sponsor_i3 {
    width: 78px;
}
.results__columnOver {
    width: 43px;
    position: absolute;
    bottom: 35px;
    background: #95abc1;
    left: 50%;
    transform: translate(-50%, 0);
    height: 50%;
    border-radius: 3px;
}
.results__Overall_itemTotal {
    font-weight: 700;
}
.results__columnOver_leadership {
    height: 52%;
}
.results__columnOver_workplace {
    height: 87%;
}
.results__columnOver_marketplace {
    height: 52%;
}
.results__columnOver_outcome {
    height: 87%;
}
.results__columnOver_community {
    height: 87%;
}
.results__columnOver_total {
    height: 87%;
    background: #4b5b73;
}
.results__Overall {
    margin-top: 100px;
}
.results__item .results__in {
    padding-bottom: 73px;
}
.results__overallItem {
    max-width: 780px;
    position: relative;
    height: 240px;
    overflow: hidden;
}
.results__fields {
    position: absolute;
    top: 0;
    width: 100%;
}
.results__field {
    width: 100%;
    position: relative;
    display: block;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.4);
    margin-bottom: 30px;
}
.results__field:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    top: 50%;
    margin-left: 40px;
}
.results__columnItem {
    width: 20%;
    float: left;
    position: relative;
    height: 202px;
}
.results__columnItem span {
    position: absolute;
    bottom: -38px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    height: 38px;
    color: rgba(30, 50, 80, 0.4);
    line-height: 46px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.mobile__textValue {
    display: none;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.4);
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}
.results__columnItem_total span {
    font-weight: 500;
    color: rgba(30, 50, 80, 0.8);
}
.results__column {
    width: 100%;
}
.results__overallColl {
    width: 40px;
    position: absolute;
    bottom: 3px;
    background: #95abc1;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 3px;
}
.results__overallColl_g1 {
    height: 30%;
}
.results__overallColl_g2 {
    height: 60%;
}
.results__overallColl_g3 {
    height: 30%;
}
.results__overallColl_g4 {
    height: 60%;
}
.results__overallColl_g5 {
    height: 60%;
}
.results__description_title {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
}
.results__description_text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.6);
    line-height: 32px;
    max-width: 90%;
    margin-left: 20px;
}
.results__description_link {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #5a8c78;
    position: relative;
}
.results__description ul {
    list-style-type: none;
}
.results__description_link:hover {
    opacity: 0.7;
}
.results__description_link:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #5a8c78;
    position: absolute;
    top: 10px;
    left: -15px;
}
.results__columnItem_total .results__overallColl {
    background: #4b5b73;
}
.benchmark__list p {
    font-weight: 500;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    margin: 0;
}
.benchmark__list {
    list-style-type: none;
    padding: 0;
    margin-top: 10px;
}
.benchmark__list li {
    height: 41px;
}
.benchmark__list_last {
    color: rgba(30, 50, 80, 0.4) !important;
    margin-top: 5px !important;
}
.benchmark__in {
    margin: 0 32px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.results__description {
    margin-top: 8px;
}
.achiever__mobile {
    display: none;
}
.distance__item {
    float: left;
    width: 25%;
}
.distance__item_last {
    float: right;
}
.distance__mobile {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}
.distance__item_second {
    margin-left: -10px;
}
.distance__mobile {
    display: none;
}
.distance__block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -20px;
}
.benchmark__titleMobile {
    display: none;
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
}
.benchmark__titleMobile span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 55px;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    font-family: 'Roboto', sans-serif;
}
.distance__mobile span {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.4);
    margin-top: 7px;
    display: inline-block;
}
.close__item {
    display: none;
}
.benchmark {
    margin-top: 44px;
}
.benchmark__columnItem {
    float: left;
    width: 12.5%;
    height: 201px;
    border-left: 1px solid #ccc;
    position: relative;
}
.benchmark__columnItem_last {
    border-right: 1px solid #ccc;
}
.benchmark__column {
    max-width: 640px;
}
.benchmark__columnItem span {
    width: 40px;
    text-align: center;
    position: absolute;
    left: -20px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.4);
    bottom: -40px;
}
.benchmark__columnItem .benchmark__columnItem_lastText {
    right: -20px !important;
    left: auto;
}
.benchmark__overallBlock {
    float: left;
    height: 201px;
    width: 50%;
}
.benchmark__overallWrapper {
    position: absolute;
    left: 15px;
    width: 100%;
    max-width: 640px;
    top: 0;
}
.benchmark__overallBlock_male .benchmark__overall_item {
    margin-right: 3px;
    background: #95abc1;
    float: right;
}
.benchmark__overallBlock_female .benchmark__overall_item {
    float: left;
    margin-left: 4px;
    background: #a4bfb4;
}
.benchmark__overall_item {
    height: 36px;
    margin: 2px 0;
    float: right;
    width: 10%;
    border-radius: 3px;
}
.benchmark__overall_f1 {
    width: 18%;
}
.benchmark__overall_f2 {
    width: 28%;
}
.benchmark__overall_f3 {
    width: 48%;
}
.benchmark__overall_f4 {
    width: 77%;
}
.benchmark__overall_f5 {
    width: 97%;
}
.benchmark__overall_m1 {
    width: 6%;
}
.benchmark__overall_m2 {
    width: 18%;
}
.benchmark__overall_m3 {
    width: 38%;
}
.benchmark__overall_m4 {
    width: 67%;
}
.benchmark__overall_m5 {
    width: 94%;
}
.benchmark__name {
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    position: relative;
    margin-top: 35px;
    display: block;
}
.benchmark__in .results__description_title {
    margin-top: 33px;
    margin-left: 10px;
}
.benchmark__name_male:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #95abc1;
    border-radius: 3px;
    left: -37px;
    top: -3px;
}

/*.header__sponsor:last-child img {
    top: 57%
}*/

.benchmark__name_female:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: #a4bfb4;
    border-radius: 3px;
    left: -33px;
    top: -3px;
}
.dropperBlock {
    position: absolute;
    top: -28px;
    left: -29px;
    width: 102%;
    z-index: 9;
    border: 3px solid #5A8C78;
    border-radius: 10px;
    background-color: #fff;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.149019607843137);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.149019607843137);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14901961);
}
.dropperBlock__ico {
    width: 23px;
    height: 23px;
    background: #fff;
    border-right: 3px solid #5A8C78;
    border-bottom: 3px solid #5A8C78;
    position: absolute;
    top: -14px;
    left: 55px;
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(-136deg);
}
.dropperBlock__in {
    margin: 26px 24px;
    display: inline-block;
}
.dropperBlock__close {
    position: absolute;
    right: 38px;
    top: 26px;
}
.dropperBlock__close svg {
    /*fill: rgba(30, 50, 80, 0.749019607843137)*/
    fill: #5A8C78;
}

.dropperBlock {
    display: none;
}
.active-opened {
    display: block;
}
.dropperBlock__title {
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    color: #5A8C78;
    margin-bottom: 23px;
    margin-top: 0;
}
.questionnaire__firstBlock {
    position: relative;
}
.inputBlock_companyName {
    margin-bottom: 45px;
}
.dropperBlock__text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 32px;
    margin-top: 0;
    max-width: 90%;
    margin-bottom: 5px;
}
.error__inBlock {
    margin-top: 120px;
    min-height: calc(100vh - 330px);
    background: url(../img/theme/bg_1.png) center no-repeat;
    background-size: cover;
}
.greenBtn__register {
    margin-top: 50px !important;
}
.error__number {
    font-size: 90px;
    color: #FFF;
    display: inline-block;
    background-color: rgba(30, 50, 80, 0.8);
    padding: 0 14px;
    font-family: 'Roboto', sans-serif;
}
.error__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(30, 50, 80, 0.8);
    padding: 5px 7px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
}
.error__block {
    margin-top: 68px;
    font-family: 'Roboto', sans-serif;
}
.error__name {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 38px;
    color: #FFF;
    background-color: rgba(30, 50, 80, 0.8);
    display: inline-block;
    padding: 13px 7px;
}
.error__description {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    background-color: rgba(30, 50, 80, 0.8);
    max-width: 380px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    padding: 5px 10px 15px;
    margin-top: 30px;
    line-height: 22px;
    color: #FFF;
}
.error__beckBtn {
    width: 300px;
    height: 60px;
    background: inherit;
    background-color: rgba(255, 174, 59, 1);
    font-size: 18px;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    margin-top: 64px;
    margin-bottom: 40px;
}
.error__beckBtn:hover {
    background-color: rgba(255, 154, 0, 1);
}
a.partner_logo {
    border: none;
    margin: 10px 20px 10px 20px;
    margin: 0;
    display: inline-block;
}
a.partner_logo:hover {
    border: none;
}
a.partner_logo img {
    height: 80px;
    border: none;
}
a.partner_logo img.square_logo {
    height: 100px;
}
a.partner_logo img.rectangle_logo {
    height: auto;
    width: 400px;
}
a.partner_logo img.nordicos_logo {
    height: 160px;
    width: auto;
    margin-bottom:10px;
}
.clear {
    clear: both;
}

.center {text-align: center;}

.partners__in h4.sub_header,
.partners__in h4.sub_header a {
    font-size: 28px;
    line-height: 32px;
}



.app_container {
    margin: 30px auto;
    width: 100%;
    background: #fff;
    padding: 0 20px 60px 20px;
}
.app_title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 40px;
    margin-bottom: 40px;
}
.app_title.short_margin {
    margin-bottom: 12px;
}
.app_container h2 {
    color: rgba(30, 50, 80, 0.8);
}
.app_container form h2 {
    margin-bottom:30px;
    color: rgba(30, 50, 80, 0.8);
    border-bottom:1px dotted rgba(30, 50, 80, 0.8);
}

.app_container p {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 26px;
    max-width: 100%;
}
.app_container p.reporting {
    margin:0px 0px 10px 0px;
}

.app_container ul li {
    color: rgba(30, 50, 80, 0.8);
}
.app_container .alert-danger ul li {
    color:#a94442;
}
.app_container .text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 26px;
    max-width: 100%;
}

.app_container .small_text {
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 22px;
}
.app_container a {
    color: rgba(30, 50, 80, 1);
    border-bottom: 1px dotted rgba(30, 50, 80, 1);
    text-decoration: none;
    cursor: pointer;
}
.app_container a:hover {
    border-bottom: 1px solid rgba(30, 50, 80, 0.8);
}

.app_container table {
    color: rgba(30, 50, 80, 0.8);
}
.app_container .profile_table {}
.app_container .profile_table th {
    background:#f3f3f3;
    background:rgba(244, 245, 247, 1);
    text-align:right;
    padding-right:16px;
}
.app_container .profile_table ul li {
    margin-bottom:6px;
}


.app_container p.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size:14px;
    line-height: 18px;
    color: rgba(30, 50, 80, 0.8);
}

/*.form-control.narrow_input {width:320px;}*/

.dashboard_title_wrap {
    margin: 77px auto 10px;
}
.dashboard_title {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.8);
    margin-top: 40px;
    margin-bottom: 44px;
    padding-left:10px;
}
.dashboard_item {
    font-weight: 500;
    font-size: 40px;
    color: rgba(30, 50, 80, 0.49803922);
}
.dashboard_profile_links {margin-top:20px;padding-left:32px;}
.dashboard_item_desc {
    font-size: 16px;
    color: #999;
    margin: 10px 0 0;
}

.dashboard_incomplete {}

.preview_questions_wrap {
    margin-top:20px;
    padding-left:32px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(30, 50, 80, 0.8);
}



.preview_questions_wrap ul {
    margin:12px 0px 0px 0px;
    padding:0px 0px 0px 16px;
    list-style: none;
}
.preview_questions_wrap ul li {margin:16px 0px 16px 0px;padding:0px;}
.preview_questions_wrap ul li a.img_link {margin-right:4px;text-decoration: none;border:none;}
.preview_questions_wrap ul li a.img_link img {width:20px;border:none;}
.preview_questions_wrap ul li a.download_link {
    font-size: 16px;
    font-weight: 500;
    color: rgba(30, 50, 80, 0.8);
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    position: relative;
}
.preview_questions_wrap ul li a.download_link:hover {
    border-bottom: 1px solid #aaa;
}

.btn.green_btn.dashboard__completeBtn {padding-top:16px;}
.btn.green_btn.dashboard__calculateBtn {padding-top:16px;}
.btn.gray_btn.dashboard__restartBtn {padding-top:16px;}

.app_container a.profile__material_item {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: #5A8C78;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin: 25px 0 0 4px;
    position: relative;
}
.app_container a.profile__material_item:hover {
    opacity: 0.7;
}
.app_container p.status__item {font-size:18px;line-height: 20px;}

.app_container .questionnaire__subTitle a {
    color: #5A8C78;
    border-bottom: 1px dotted #5A8C78;
    padding-bottom: 2px;
}
.app_container .questionnaire__subTitle a:hover {
    opacity: 0.8;
}
.app_container .dropperBlock__close {
    border-bottom:none;
}
.progress_buttons {margin-top:32px;}

.questionnaire__container input[type="checkbox"] {
    display:none;
}
.questionnaire__item label {font-weight: normal;}

.questionnaire_blurb {
    color: rgba(30, 50, 80, 0.64);
    /*color:#4B5B73;*/
    padding:8px;
    margin:60px 0px 60px;
    background-color: #f5f5f5;
    background-color: rgba(30, 50, 80, 0.047058824);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
.questionnaire_blurb h3 {
    color: rgba(30, 50, 80, 0.64);
    /*color:#4B5B73;*/

    margin-top: 6px;
    margin-bottom: 6px;
    font-style: italic;
}
.questionnaire_blurb p {
    color: rgba(30, 50, 80, 0.64);
    /*color:#4B5B73;*/
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-style: italic;
}

.dashboard_view_recommendations {margin:40px auto;text-align:center;}

form.survey_start_form {}
form.survey_start_form h2 {margin-top:6px;}
form.survey_start_form .checkbox label {padding-left:22px;}
form.survey_start_form .checkbox input[type="checkbox"] {margin-left:-22px;}

form.outcome_form {}
form.outcome_form .well {padding:32px;margin-bottom:24px;}
form.outcome_form h2 {font-size:20px;margin-top:0px;}
form.outcome_form p {font-size:14px;line-height:16px;margin-top:-16px;max-width:80%;}
form.outcome_form label {display:block; float:left;padding-top:6px;width:250px;text-align: right;margin-right:10px;}
form.outcome_form .controls {display:block; float:left;}
form.outcome_form .controls input {width:220px;margin-right:10px;}
form.outcome_form .controls p.help-block {display:none;}

form.outcome_form .grouped_fields.show_help_text .controls p.help-block {display:block;}
form.outcome_form .grouped_fields.percent_input .controls input {
    padding-right:8px;
    background: #ffffff url(../img/icons/percent_sign_transparent.png) no-repeat right center;
}
form.outcome_form .grouped_fields.percent_input .controls input[readonly] {
    background-color:#eeeeee;
}

form.outcome_form .grouped_fields {}
form.outcome_form .grouped_fields:after { content: ''; display: block; clear: both; }
form.outcome_form .grouped_fields .form-group:nth-of-type(2) label {display:none;}


.content_wrap table.resource_table {}
.content_wrap table.resource_table thead th {border:none;}
.content_wrap table.resource_table tbody {border-bottom:none !important;}
.content_wrap table.resource_table tbody td { padding:40px 8px; }
.content_wrap table.resource_table tbody td.resource_cell { padding-right:24px; }
.content_wrap .resource_tag {
    /*width: 110px;*/
    display:inline-block;
    /*height: 30px;*/
    /*line-height: 30px;*/
    color: #95ABC1;
    font-weight: 500;
    border-radius: 5px;
    font-size: 14px;
    border: 2px solid #95ABC1;
    padding: 4px 8px;
    margin: 0px 4px 8px 0px;
}
.content_wrap a.resource_title {
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    color: #497F69;
    border-bottom: 1px dotted #497F69;
    border-bottom: none;
    display: inline-block;
    margin-bottom: 12px;
    padding-bottom: 0px;
    text-decoration: none;
}
.content_wrap a.resource_title:hover { opacity: 0.7; }
.content_wrap p.resources_text {
    font-size: 20px;
    color: rgba(30, 50, 80, 0.6);
    line-height: 32px;
    margin-top:0px;
    margin-bottom: 35px;
}

div.resource_tag_filter {margin-bottom: 10px;}
div.resource_tag_filter label {width:200px;text-align: right;}
div.resource_tag_filter select,
div.resource_tag_filter input {margin-left:0.4em;width:300px;padding:4px;font-size:16px;}

.dataTables_wrapper .dataTables_paginate span a.fg-button.ui-state-disabled {
    color:#fff;
    background-color: rgba(90, 140, 120, 1);
}

.dataTables_wrapper .dataTables_filter {float:left;}
.dataTables_wrapper .dataTables_filter label {width:500px;}
.dataTables_wrapper .dataTables_filter input {width:300px;}
.dataTables_wrapper .dataTables_filter input:focus {border-bottom: none;}
/*.dataTables_wrapper .dataTables_info {color: rgba(30, 50, 80, 0.8) !important;}*/

.alert h3 {margin:0px 0px 6px 0px;}


table.mgmt_progress_viz {font-family: 'Roboto', sans-serif;width:100%;padding:10px;}

table.mgmt_progress_viz td.first_row {padding:8px 6px 2px 0px;margin-bottom:2px;background:#e0e3e9 !important;border: none;}
table.mgmt_progress_viz td.first_row:first-child {padding-left:6px;border-top-left-radius: 6px;}
table.mgmt_progress_viz td.first_row:last-child {padding-right:6px;border-top-right-radius: 6px;}

table.mgmt_progress_viz td.second_row {padding:2px 6px 8px 0px;margin-bottom:2px;background:#e0e3e9 !important;border: none;}
table.mgmt_progress_viz td.second_row:first-child {padding-left:6px;border-bottom-left-radius: 6px;}
table.mgmt_progress_viz td.second_row:last-child {padding-right:6px;border-bottom-right-radius: 6px;}

table.mgmt_progress_viz .mgmt_label {font-size:18px;font-weight: bold;margin-bottom:6px;color: rgba(30, 50, 80, 0.8);}

table.mgmt_progress_viz .commitment_bar {background:rgba(0, 204, 255, 1);}
table.mgmt_progress_viz .implementation_bar {background:rgba(99, 204, 156, 1);}
table.mgmt_progress_viz .measurement_bar {background:rgba(240, 204, 14, 1);}
table.mgmt_progress_viz .transparency_bar {background:rgba(206, 10, 0, 1);}

table.mgmt_progress_viz .tall_bar {padding:10px;margin:0px 0px 4px 0px;color:#fff;border-radius: 6px;}
table.mgmt_progress_viz .short_bar {padding:4px 10px;margin-bottom:2px;color:#fff;border-radius: 6px;}

.results__in p.text a {
    color: rgba(30, 50, 80, 1);
    border-bottom: 1px dotted rgba(30, 50, 80, 1);
    text-decoration: none;
    cursor: pointer;
}
.results__in p.text a:hover {
    border-bottom: 1px solid rgba(30, 50, 80, 0.8);
}


.mgmt_graphic {max-width:100%;max-height:100%;}


.resources_wrapper .dataTables_wrapper .dataTables_info {color:rgba(30, 50, 80, 0.6); font-weight: bold;}
.resources_wrapper a.fg-button {color:rgba(30, 50, 80, 0.8);}
.resources_wrapper a.fg-button.ui-state-disabled {color:#fff;}

table.resource_table .dataTables_empty {color:rgba(30, 50, 80, 0.6);font-weight: bold;}
table.dataTable.no-footer.resource_table {border-color:rgb(221, 221, 221);}

.questionnaire__firstBlock {}

div.survey_uq_wrap {
    margin-top:30px;
    padding:60px 20px;
    background:#fff;
}

h3.individual_uq {
    margin:0px 0px 20px 0px;
    padding:0;
    color:#4B5B73;
    font-weight:bold;
    font-size:22px;
    line-height:26px;
}
h3.individual_uq span {
    font-weight:normal;
}

p.individual_uq_text {
    font-size: 18px;
    color: rgba(30, 50, 80, 0.8);
    line-height: 22px;
    margin: 0px 0px 10px 0px;
    max-width: 93%;
}


.download_pdf_btn {margin-top:10px;}

.gc_video_wrap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    width:95%;
    height: 0;
}
.gc_video_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.home_cta {margin-top:40px;margin-bottom: 60px;}

.homepage_preview_pdf {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: rgba(30, 50, 80, 0.8);
    /*color: #5A8C78;*/
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    /*border-bottom: 1px solid rgba(30, 50, 80, 0.8);*/
    padding-bottom: 2px;
    margin: 20px 0 0 60px;
    position: relative;
}
.homepage_preview_pdf:hover {
    opacity: 0.7;
}

.homepage__pdf_link:before {
    content: "";
    position: absolute;
    width: 17px;
    height: 21px;
    background: url(../img/theme/acrobat-ico-homepage.svg) center no-repeat;
    left: -28px;
    top: -2px;
}

div.homepage_export_wrap {
    padding:16px;
}
div.homepage_export_questions_label {
    display:inline-block;
    margin:0px 10px 0px 24px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(30, 50, 80, 0.8);
}
div.homepage_export_questions {display:inline-block;margin:0px 16px 0px 0px;}
div.homepage_export_questions a.download_link {
    font-size: 16px;
    font-weight: 500;
    color: rgba(30, 50, 80, 0.8);
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    position: relative;
}
div.homepage_export_questions a img { width:24px; }


.hide_other {display:none;}


.app_container .profile_table ul.parent_subsidiaries {}
.app_container .profile_table ul.parent_subsidiaries > li {margin-bottom:16px;}
.app_container .profile_table ul.parent_subsidiaries > li.yourself {font-weight: bold;}
.app_container .profile_table ul.parent_subsidiaries > li > ul.yourself {font-weight: bold;}


.alliance_code_green {
    color: rgba(90, 140, 120, 1) !important;
}

.alliance_code_red {
    color: #F65058 !important;
}

.corp_group_parent_help {
    display:none;
    font-weight:bold;
}
