.nswer_goal {
    margin-bottom: 55px;
}

.goal_percent_complete {
    font-size: 1.4em;
}

.nswers_objectives:nth-child(even){
    background-color: #f6f6f6;
}

.nswers_objectives:nth-child(odd){
    background-color: #ffffff;
}

.nswers_strategic_plan .progress-box {
    position: relative;
    display: block;
    width: 100%;
    /*margin-bottom: 53px;*/
}

.nswers_strategic_plan .progress-box h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;

}

.nswers_strategic_plan .progress-box .icon-box {
    font-weight: 700;
    color: #0E294A;
    position: absolute;
    left: 0;
    bottom: -15px;
    font-size: 25px;
    line-height: 30px;
}

.nswers_strategic_plan .inner-box .icon-box {
    color: #0E294A;
    -webkit-text-fill-color: initial;
}

.nswers_strategic_plan .progress-box .bar {
    height: 3px;
}

.nswers_strategic_plan_2030 .progress-box .bar {
    position: relative;
    width: 100%;
    height: 2px;
    margin-left: 35px;
    background: #e5e5e5;
    border-radius: 0;
    margin-bottom: 20px;
}

.nswers_strategic_plan_2030 .progress-box .bar-inner {
    height: 3px;
}

.nswers_strategic_plan_2030 .progress-box .bar-inner {
    background: #0E294A;
}

.nswers_strategic_plan_2030 .progress-box .bar-inner {
    position: relative;
    display: block;
    width: 0;
    height: 2px;
    border-radius: 3px;
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.nswers_strategic_plan_2030 .progress-box .bar-inner:before {
    border: none;
    height: 13px;
    width: 3px;
    border-radius: 0;
    background: #0E294A;
    position: absolute;
    content: '';
    top: -5px;
    right: -5px;
}

.nswers_strategic_plan_2030 .progress-box .bar-inner.counted .count-text {
    opacity: 1;
}

.nswers_strategic_plan_2030 .progress-box .count-text {
    position: absolute;
    left: -115px;
    top: -40px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #1d165c;
}

.nswers_strategic_plan_2030 .progress-box .count-text:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 100%;
    border: 5px solid transparent;
}

.nswers_strategic_plan_2030 .progress-box .bar-inner:after {
    position: absolute;
    content: '';
    border: 3px dashed #f6f6f6;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
}

.nswers_strategic_plan_2030 .counter-block-one .inner-box .count-outer {
    font-size:30px;
    line-height:125%;
    font-family: 'Lato', sans-serif;
}

.nswers_strategic_plan_2030 .counter-block-one h4 {
    font-size:1rem;
    line-height:150%;
    margin-top: 5px;
}

.nswers_strategic_plan_2030 .decor {
    /*noinspection CssUnknownTarget*/
    background-image: url(/wp-content/themes/naxly/assets/images/icons/decor-1.png);
    position: relative;
    width: 57px;
    height: 9px;
    background-repeat: no-repeat;
}

.nswers_strategic_plan_2030 .tactics_info {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nswers-strategy.counter-block:hover {
    -webkit-box-shadow: 5px 5px 15px -3px rgba(14,41,74,0.67);
    box-shadow: 5px 5px 15px -3px rgba(14,41,74,0.67);
}

.nswer_strat_plan_completeness_chart {
    background-color:white;
}

.nswer_strat_plan_completeness_chart .axis--x path {
    display: none;
}

.nswer_strat_plan_completeness_chart .y-grid .tick line.currentColor {
    stroke: lightgrey;
    opacity: 0.7;
}
.nswer_strat_plan_completeness_chart .grid path {
    stroke-width: 0;
}

.strat_plan_legend {
    /*max-width: calc( 100% - 300px);*/
    border-top: 1px solid #ededf1;
}

.strat_plan_legend_item {
    display:flex;
    align-content: center;
    align-items: center;
    margin: 10px 0;
    line-height:125%;
}
.strat_plan_legend_item .strat_plan_legend_color {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.goal_chart_block {
    padding: 20px;
}

.nswer_goal .sec-title h2, .nswer_goal p, .nswer_goal .strat_plan_legend_item span {
    color: white;
}

.nswer_goal .sec-title > p {
    font-size: 1.2em;
}

#overallnswersprogress .elementor-title {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 2rem;
    color: #1d165c;
}

.nswers_strategies.row.hidden {
    display:none;
}

.btn.btn-nswers-stratplan, .btn.btn-nswers-stratplan:hover {
    background-color: #0e294a;
    color: #ffffff;
}

.exportstratplan .btn.btn-primary {
    background-color: #0e294a!important;
}
.exportstratplan .btn.btn-warning {
    background-color: #33bead!important;
}

.nswers_strategic_plan_2030 .container.nswers_goal .content-box {
    color: #ffffff;
}