/* Colours */
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

body {
    /* color: #575756; */
    /*background: red;*/
}

.content-area .data-block p {
	font-size: 1.05rem;
}
.data-block .lead {
	font-weight: 600;
}
.content-area .data-block ul {
	list-style: square;
}
.content-area .data-block li p {
	margin-bottom: 0;
}
section .data-block h2 {
	font-size: 1.5rem;
	font-weight: 400 !important;
	border-bottom: 0;
}
.data-block h4 {
	font-size: 1.5rem;
}
.data-block h5 {
	font-size: 1.125rem;
}


svg a {
    cursor: default;
}

.bg-light-grey {
    background-color: #F2F2F2;
}

.bg-mid-grey {
    background-color: #DADADA;
}

.charts-purple {
    background-color: #841D5D;
}

.charts-gold {
    background-color: #F2AC00;
}

.charts-green {
    background-color: #69B42E;
}

.exp {
    width: 80px;
    height: 80px;
    background-color: red;
    border-radius: 100%;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.fa-chart-bar {
    line-height: inherit;
}

.btn-green {
    font-size: inherit;
    vertical-align: baseline;
    background-color: transparent;
    /*border-color: #69B42E;*/
    /*color: #69B42E;*/
    padding: 0.175rem 0.375rem;
}

.btn-blue-inline {
    font-size: inherit;
    vertical-align: baseline;
    background-color: transparent;
    /*border-color: #69B42E;*/
    /*color: #69B42E;*/
    padding: 0.175rem 0.375rem;
}

.btn-green:hover {
    color: white;
    /*border-color: #69B42E;*/
    /*background-color: #69B42E;*/
    cursor: pointer;

}

.btn-green:hover .badge-green {
    /*color: #69B42E;*/
    /*background-color: #F2F2F2;*/
}

.badge-green {
    background-color: #69B42E;
    /*border-color: #69B42E;*/
    color: white;
}

.badge-green:hover {

}

#theme-02-chart_1 {
    height: 600px;
}

#theme-07-chart_1 {
    height: 600px;
}

.btn-green:focus, .btn-green.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(105, 180, 46, 0.25);
    color: white;
    border-color: #69B42E;
    background-color: #69B42E;
    cursor: pointer;

}

.charts-dark-red {
    background-color: #AE183A !important;
}

.text-dark-grey {
    color: #575756
}

.text-almost-black {
    color: #1D1D1B
}

.text-dark-red {
    color: #AE183A
}

.text-purple {
    color: #841D5D
}

.chart {
    width: 100%;
    min-height: 350px;
}

.row {
    /*margin: 0 !important;*/
}

.w-66 {
    width: 66% !important;
}

.parent {
    display: flex;
    flex-wrap: wrap;
    background-color: white;

}

.child {
    flex: 1 0 47%; /* explanation below */
    margin: 5px;
    /*height: 100px;*/
}

@media (max-width: 992px) {
    .container {
        width: 100%;
        max-width: none;
    }

    #navbarNavDropdown {
        display: none;
    }
}

.circle {
    background: white;
    border-radius: 50%;
    /*color: white;*/
    height: 50px;
    font-weight: bold;
    width: 50px;
    display: table;
    /*margin: 20px auto;*/
}

.circle span {
    vertical-align: middle;
    display: table-cell;
}

.wreathe {
    /*top: -35px;*/
    /*left: 15%;*/
    /*right: 50%;*/
    /*bottom: 0;*/
    /*width: 80%;*/
    /*max-width: 150px;*/

    top: 50%;
    left: 50%;
    transform: translate(-45%, -83%);
    max-width: 150px;
    height: auto;
}

/*tabs*/
.tab-content > .tab-pane {
    height: 1px;
    overflow: hidden;
    display: block;
    visibility: hidden;
}

.tab-content > .active {
    height: auto;
    overflow: auto;
    visibility: visible;
}

/*tabs end*/
.home-hero {
    position: relative;
    padding: 0;
    margin: 0;
    background: #333f48;
}

.crimson {
    font-family: 'Crimson Text', serif;
    color: white;
    font-weight: 400;
}

.sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
    /*font-family: 'Crimson Text', serif;*/
    color: white;
    font-weight: 400;
}

.discover-uni {
    padding: 0 0 15px;
    margin: 0;
    font-size: 1.2em;
    background: #252525;
}

.discover-uni h3 {
    padding: 20px 0 5px;
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    color: #777;
    text-transform: uppercase;
}

.home-hero-2 {
    position: relative;
    padding: 0;
    margin: 0;
    background: white;
}

.home-hero-2 .sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
    color: #232020;
    font-weight: 400;
}

@media (min-width: 992px) {

    header img {
        max-width: 400px !important;
    }
}

.data-block .nav-item {
    background-color: #383838;
    border-left: 1px solid #222;
}

.data-block .nav-item .nav-link {
    position: relative;
    display: block;
    line-height: 20px;
    color: white !important;
    padding: 15px 15px !important;
}

.data-block .nav-item.active .nav-link,
.data-block .nav-item .nav-link:hover {
    color: #333f48 !important;
    background-color: #fff;
}

.data-block .navbar {
    padding: 0;
    background-color: #383838;
}

/* .data-block.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.data-block .navbar-default {
    background-color: #333;
    border-color: #222;
}
.data-block .navbar-default .navbar-collapse, .data-block .navbar-default .navbar-form {
    border-color: #222;
}
.data-block .navbar-default .navbar-nav>li {
    background-color: #383838;
    border-left: 1px solid #222;
}
.data-block .navbar-default .navbar-nav>li>a {
    color: #fff;
}*/
.data-block footer {
    padding: 16px 0;
    margin: 0;
    font-size: 1em;
    color: #ccc;
    background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#262626)) repeat scroll 0 0;
    background: -webkit-linear-gradient(top, #333 0, #262626 100%) repeat scroll 0 0;
    background: -o-linear-gradient(top, #333 0, #262626 100%) repeat scroll 0 0;
    background: linear-gradient(to bottom, #333 0, #262626 100%) repeat scroll 0 0;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-top: none;

}

.data-block footer ul {
    padding-left: 0;
    line-height: 1.42857;
    list-style: none;
}

.data-block footer ul a {
    color: #ccc;;
}

.font-size-20 {
    font-size: 20px;
}

.data-block ul.bg-transparent li {

    border-radius: 0;
    background-color: transparent;
}

.data-block ul  {
    list-style-type: square;
}

.data-block ol {
    list-style-type: decimal;
}

.data-block .btn-outline-primary:focus {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.data-block .btn {
    border-radius: 0;
}

.data-block .btn-primary.icara-btn {
    float: left;
    background-color: transparent;
    color: #007bff;
    border: none;
    white-space: normal;
}

.data-block .btn-primary.icara-btn.active {
    color: #fff;
    background-color: #007bff !important;
    border-color: #005cbf;
}

#labelOverlay {

    /*width: 50%;*/
    /*height: 50%;*/
    width: 30%;
    height: 16%;
    background: white;
    overflow: auto;
    margin: auto;
    position: absolute;
    /*top: 70px;*/
    top: 0;
    border-radius: 50%;
    left: 1px;
    bottom: 0;
    right: 0;

    /*width: 90px;
    height: 45px;
    position: absolute;
    !*top: 233px;*!
    !*left: 205px;*!
    top: 51%;
    left: 31%;*/

    text-align: center;
    cursor: default;
}

#labelOverlay h2 {
    line-height: 0.3;
    padding: 0;
    margin: 8px;
}

#labelOverlay h2.used-size {
    line-height: 0.5;
    /*font-size: 20pt;*/
    color: #8e8e8e;
}

#labelOverlay h2.total-size {
    line-height: 0.5;
    font-size: 12pt;
    color: #cdcdcd;
}

#row-9 .col-sm-8 .d-flex {
    background: white;
    border-radius: 5%;
    min-height: 365px;
}

#pane_08 button {
    width: 50%;
}

.data-block blockquote {
    quotes: "“" "”" "‘" "’";
    clear: both;
    /*font-size: 1.2em;*/
    font-style: italic;
    line-height: 1.6em;
}
.data-block > blockquote:before, 
.data-block > blockquote:after {
	display: none !important;
}

.data-block blockquote p:first-of-type:before, 
.data-block blockquote p:last-of-type:after {
    margin-right: .25em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 3.2em;
    font-weight: 400;
    line-height: 1px;
    color: #ccc;
    vertical-align: -27px;
    content: open-quote;
}

.data-block blockquote p:last-of-type:after {
    margin-right: 0;
    margin-left: .25em;
    content: close-quote;
}

#quote_text {
    min-height: 250px;
}

#types_of_agreement text {
    fill: #007bff;
    font-family: 'ArialMT';
    font-size: 11px;
}

#types_of_agreement text:hover {
    text-decoration: underline;
}

.square {
    height: 20px;
    width: 20px;
    background-color: #AE183A;
}

.square-2 {
    height: 20px;
    width: 20px;
    background-color: #DADADA;
}

.data-block .border-top {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.data-block .border-bot {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.border-r-50px {
    border-radius: 50px;
}

/*animations*/

.repeat-animation-3 {
    animation-iteration-count: 3
}

.cls-1 {
    fill: none;
    stroke-linecap: round;
}

.cls-1, .cls-2 {
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.cls-2 {
    fill: #f1aa1e;
}

.st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.st1 {
    fill: #F1AA1E;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.st-tree-map-0 {
    fill: none;
    stroke: #575756;
    stroke-width: 0.4;
}

.st-tree-map-1 {
    fill: #EEEDED;
    stroke: #575756;
    stroke-width: 1;
}

.st-tree-map-2 {
    fill: #AB1D43;
}

.st-tree-map-3 {
    fill: none;
    stroke: #575756;
}

.st-tree-map-4 {
    fill: #AE183A;
    enable-background: new;
}

.st0-types-agreement {
    fill: none;
    stroke-width: 1;
    stroke: rgb(87, 87, 86);
}

.delay1 {
    animation-delay: 6.3s
}

.animate-me {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: dash 8s linear forwards;
}

.delay2 {
    animation-delay: 10.2s
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

/*!
 * HANDSHAKE
 */

.asd {
    padding: 5px;
    border-radius: 0;
    border: 1px solid #69B42E;
    max-width: 150px;
}

#handshakePath [id^='handshake-dot'],
#handshakePath_1_ [id^='handshake-dot'] {
    fill: #007bff;
}

#handshakePath circle:focus,
#handshakePath_1_ circle:focus {
    fill: #0056b3;
}

#img-8 g.active,
#img-8 g.active path {
    fill: #f1aa1e;
}

#handshakePath circle,
#img-8 g {
    /*cursor: pointer;*/
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

/*!
 * TREE
 */
.step2 {
    -webkit-animation: slideInRight 1s linear;
    -ms-animation: slideInRight 1s linear;
    -o-animation: slideInRight 1s linear;
    animation: slideInRight 1s linear;
}

.step3 {
    -webkit-animation: slideInRight 2s linear;
    -ms-animation: slideInRight 2s linear;
    -o-animation: slideInRight 2s linear;
    animation: slideInRight 2s linear;
}

.step4 {
    -webkit-animation: slideInRight 3s linear;
    -ms-animation: slideInRight 3s linear;
    -o-animation: slideInRight 3s linear;
    animation: slideInRight 3s linear;
}

/*!
 * THREE GUNS
 */
.gun1-animate {
    animation: slideInLeft 1s linear;
    -webkit-animation: slideInLeft 1s linear;
}

.gun2-animate {
    animation: slideInLeft 2s linear;
    -webkit-animation: slideInLeft 2s linear;
}

.gun3-animate {
    animation: slideInLeft 3s linear;
    -webkit-animation: slideInLeft 3s linear;
}

.yc1-animate {
    -webkit-animation: delaycross 4s;
    animation: delaycross 4s;
}

.yc2-animate {
    -webkit-animation: delaycross 5s;
    animation: delaycross 5s;
}

.yc3-animate {
    -webkit-animation: delaycross 6s;
    animation: delaycross 6s;

}

@keyframes delaycross {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*!
 * TENSION
 */
.iteration-3.animated {
    animation-iteration-count: 3;

}

.yArrow-animate {
    animation: bounceInLeft 2s ease infinite;
    animation-iteration-count: 3;
}

.pArrow-animate {
    animation: bounceInRight 2s ease infinite;
    animation-iteration-count: 3;

}

/*!
 * TENSION
 */
.wool-animate {
    transform-origin: center;
    -webkit-animation: spin 1000ms linear infinite;
    -moz-animation: spin 1000ms linear infinite;
    -ms-animation: spin 1000ms linear infinite;
    animation: spin 1000ms linear infinite;

    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    animation-iteration-count: 3;

}

/* Spinning the ball */
@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.thread-animate {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;

    -webkit-animation: dash 2s linear infinite;
    -moz-animation: dash 2s linear infinite;
    -ms-animation: dash 2s linear infinite;
    animation: dash 2s linear infinite forwards;
    animation-iteration-count: 3;

}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* REWARDING VIOLENCE */
.p-rifle {
    -webkit-animation: slideInLeft 1s linear;
    -ms-animation: slideInLeft 1s linear;
    -o-animation: slideInLeft 1s linear;
    animation: slideInLeft 1s linear;
}

.p-certificate {
    -webkit-animation: delaycert 2s;
    -ms-animation: delaycert 2s;
    -o-animation: delaycert 2s;
    animation: delaycert 2s;
}

@keyframes delaycert {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* CONFLICT */
.p-line-animate {
    -webkit-animation: slideInDown 5s linear;
    -ms-animation: slideInDown 5s linear;
    -o-animation: slideInDown 5s linear;
    animation: slideInDown 5s linear;
}

.p-phalf-animate {
    -webkit-animation: heartSlide1 3s linear;
    -ms-animation: heartSlide1 3s linear;
    -o-animation: heartSlide1 3s linear;
    animation: heartSlide1 3s linear;

}

.p-ghalf-animate {
    -webkit-animation: heartSlide2 3s linear;
    -ms-animation: heartSlide2 3s linear;
    -o-animation: heartSlide2 3s linear;
    animation: heartSlide2 3s linear;
}

@keyframes heartSlide1 {
    from {
        -webkit-transform: translateX(.4rem); /* alternative to px */
        -ms-transform: translateX(.4rem);
        -o-transform: translateX(.4rem);
        transform: translateX(.4rem);
    }
    to {
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        -o-transform: translateX(0rem);
        transform: translateX(0rem);
    }
}

@keyframes heartSlide2 {
    from {
        -webkit-transform: translateX(-.4rem);
        -ms-transform: translateX(-.4rem);
        -o-transform: translateX(-.4rem);
        transform: translateX(-.4rem);
        fill: #802064;
    }
    to {
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        -o-transform: translateX(0rem);
        transform: translateX(0rem);
        fill: #f1aa1e;
    }
}

/* ---- EXCLUSION ---- */
.person1-animate {
    -webkit-animation: slideInRight 4s linear;
    -ms-animation: slideInRight 4s linear;
    -o-animation: slideInRight 4s linear;
    animation: slideInRight 4s linear;
}

.person2-animate {
    -webkit-animation: slideInLeft 3s linear;
    -ms-animation: slideInLeft 3s linear;
    -o-animation: slideInLeft 3s linear;
    animation: slideInLeft 3s linear;
}

.person3-animate {
    -webkit-animation: slideInLeft 2s linear;
    -ms-animation: slideInLeft 2s linear;
    -o-animation: slideInLeft 2s linear;
    animation: slideInLeft 2s linear;
}

.starry-animate {
    -webkit-animation: fadeIn 1s linear;
    -ms-animation: fadeIn 1s linear;
    -o-animation: fadeIn 1s linear;
    animation: fadeIn 1s linear;
}

/* ---- ELITE PACT ---- */
/*.parrow-animate {
    -webkit-animation: fadeIn 2s linear;
    -ms-animation: fadeIn 2s linear;
    -o-animation: fadeIn 2s linear;
    animation: fadeIn 2s linear;
}*/

.p-handL {
    -webkit-animation: slideInDown 3s linear;
    -ms-animation: slideInDown 3s linear;
    -o-animation: slideInDown 3s linear;
    animation: slideInDown 3s linear;
}

.p-handR {
    -webkit-animation: slideInRight 3s linear;
    -ms-animation: slideInRight 3s linear;
    -o-animation: slideInRight 3s linear;
    animation: slideInRight 3s linear;
}

.p-handB {
    -webkit-animation: slideInUp 3s linear;
    -ms-animation: slideInUp 3s linear;
    -o-animation: slideInUp 3s linear;
    animation: slideInUp 3s linear;
}

/* ---- SCALES ---- */
.balance-animate {
    transform-origin: center top;
    -webkit-animation: scalesBalance 1s linear infinite;
    -ms-animation: scalesBalance 1s linear infinite;
    -o-animation: scalesBalance 1s linear infinite;
    animation: scalesBalance 1s linear infinite;
    -webkit-animation-iteration-count: 3;
    -ms-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@keyframes scalesBalance {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.buck1-animate {

    -webkit-animation: moveBuck1 1s linear infinite;
    -ms-animation: moveBuck1 1s linear infinite;
    -o-animation: moveBuck1 1s linear infinite;
    animation: moveBuck1 1s linear infinite;
    -webkit-animation-iteration-count: 3;
    -ms-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

.buck2-animate {
    -webkit-animation: moveBuck2 1s linear infinite;
    -ms-animation: moveBuck2 1s linear infinite;
    -o-animation: moveBuck2 1s linear infinite;
    animation: moveBuck2 1s linear infinite;
    -webkit-animation-iteration-count: 3;
    -ms-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@keyframes moveBuck1 {
    from {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
        transform: translateY(0rem);
    }
    50% {
        -webkit-transform: translateY(-.5rem);
        -ms-transform: translateY(-.5rem);
        -o-transform: translateY(-.5rem);
        transform: translateY(-.5rem);
    }
    to {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
        transform: translateY(0rem);
    }
}

@keyframes moveBuck2 {
    from {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
        transform: translateY(0rem);
    }
    50% {
        -webkit-transform: translateY(.5rem);
        -ms-transform: translateY(.5rem);
        -o-transform: translateY(.5rem);
        transform: translateY(.5rem);
    }
    to {
        -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
        -o-transform: translateY(0rem);
        transform: translateY(0rem);
    }
}

/* MINORITIES */
.people-animate {
    -webkit-animation: bounceInDown 2s linear;
    -ms-animation: bounceInDown 2s linear;
    -o-animation: bounceInDown 2s linear;
    animation: bounceInDown 2s linear;
}

.handw-animate {
    -webkit-animation: slideInRight 1s linear;
    -ms-animation: slideInRight 1s linear;
    -o-animation: slideInRight 1s linear;
    animation: slideInRight 1s linear;
}

/* MECHANISMS - RECOMMENDATION 1 */
/* Please note: transform-box does not work in IE/Edge */
.gearRT {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-box: fill-box;
    -ms-transform-box: fill-box;
    -o-transform-box: fill-box;
    transform-box: fill-box;
    -webkit-animation: spinMe 1s infinite linear;
    -ms-animation: spinMe 1s infinite linear;
    -o-animation: spinMe 1s infinite linear;
    animation: spinMe 1s infinite linear;
    animation-iteration-count: 3;
}

.gearRB {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-box: fill-box;
    -ms-transform-box: fill-box;
    -o-transform-box: fill-box;
    transform-box: fill-box;
    -webkit-animation: spinMe 1s infinite linear;
    -ms-animation: spinMe 1.5s infinite linear;
    -o-animation: spinMe 1.5s infinite linear;
    animation: spinMe 1.5s infinite linear;
    animation-iteration-count: 3;
}

.gearL {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-box: fill-box;
    -ms-transform-box: fill-box;
    -o-transform-box: fill-box;
    transform-box: fill-box;
    -webkit-animation: spinMe 2s infinite linear;
    -ms-animation: spinMe 2s infinite linear;
    -o-animation: spinMe 2s infinite linear;
    animation: spinMe 2s infinite linear;
    animation-iteration-count: 3;
}

/* Spinning the gears */
@-ms-keyframes spinMe {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes spinMe {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinMe {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/* BODY FILL - GENDER INCLUSION */
.bodyFill {
    -webkit-animation: slideInUp 2s linear;
    -ms-animation: slideInUp 2s linear;
    -o-animation: slideInUp 2s linear;
    animation: slideInUp 2s linear;
}

.popin {
    -webkit-animation: bounceIn 2s linear;
    -ms-animation: bounceIn 2s linear;
    -o-animation: bounceIn 2s linear;
    animation: bounceIn 2s linear;
}

/*  SEXUAL VIOLENCE */
/* Pie charts */
.circle-chart__circle {
    animation: circle-chart-fill 2s reverse; /* 1 */
    transform: rotate(-90deg); /* 2, 3 */
    transform-origin: center; /* 4 */
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*  RECOMMENDATION 2 */
.recommendTag {
    -webkit-animation: tagSlide 3s linear;
    -ms-animation: tagSlide 3s linear;
    -o-animation: tagSlide 3s linear;
    animation: tagSlide 3s linear;
}

@keyframes tagSlide {
    from {
        -webkit-transform: translateX(-3rem);
        -ms-transform: translateX(-3rem);
        -o-transform: translateX(-3rem);
        transform: translateX(-3rem);
    }
    to {
        -webkit-transform: translateX(0rem);
        -ms-transform: translateX(0rem);
        -o-transform: translateX(0rem);
        transform: translateX(0rem);
    }
}

/*  RECOMMENDATION 3 */
.peopleGroup {
    -webkit-animation: bounceInDown 1s linear;
    -ms-animation: bounceInDown 1s linear;
    -o-animation: bounceInDown 1s linear;
    animation: bounceInDown 1s linear;
}

.arrowBounce {
    -webkit-animation: bounceInLeft 2s linear;
    -ms-animation: bounceInLeft 2s linear;
    -o-animation: bounceInLeft 2s linear;
    animation: bounceInLeft 2s linear;
}

.bubbleBelow {
    -webkit-animation: bounceInUp 3s linear;
    -ms-animation: bounceInUp 3s linear;
    -o-animation: bounceInUp 3s linear;
    animation: bounceInUp 3s linear;
}

.bubbleTop {
    -webkit-animation: bounceInRight 3s linear;
    -ms-animation: bounceInRight 3s linear;
    -o-animation: bounceInRight 3s linear;
    animation: bounceInRight 3s linear;
}

.bodyBgd {
    background-color: lightgray;

}

/* Please note: transform-box does not work in IE/Edge */

.iteration3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}


/* To make the handcuffs go back and forth */
.directAlt {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.goldtick-animate:nth-of-type(1) {
    -webkit-animation: delaytick 1s;
    animation: delaytick 1s;
}

.goldtick-animate:nth-of-type(2) {
    -webkit-animation: delaytick 2s;
    animation: delaytick 2s;
}

.goldtick-animate:nth-of-type(3) {
    -webkit-animation: delaytick 3s;
    animation: delaytick 3s;
}

.goldtick-animate:nth-of-type(4) {
    -webkit-animation: delaytick 4s;
    animation: delaytick 4s;
}

@-webkit-keyframes delaytick {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes delaytick {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* DASH OFFSET - USED TWICE IN TERRITORIAL */
.dottedPath-animation {
    animation: squaredots 2s linear forwards;
    -webkit-animation: squaredots 2s linear forwards;

}

.dottedPath {
    stroke-dasharray: 2;
    stroke-dashoffset: 0;
}

@-webkit-keyframes squaredots {
    from {
        stroke-dashoffset: 50;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes squaredots {
    from {
        stroke-dashoffset: 50;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.delay6 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.delay7 {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.delay8 {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.fadeInUp3 {
    animation: fadeInUp 3s linear;
    animation-iteration-count: 3;
}

/* PEACEKEEPERS */
.Ihelmet-appear {
    transform-origin: center right;
    transform-box: fill-box;
    animation: scaleMe 1s linear;
}

.Khelmet-appear {
    transform-origin: center left;
    transform-box: fill-box;
    animation: scaleMe 1s linear;
}

/* SCALING 3 TIMES ALSO USED IN ECONOMIC */
.scaled {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: scaleMe 2s;
    animation: scaleMe 2s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

/* SCALING 3 TIMES ALSO USED IN ECONOMIC */
.scaled {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: scaleMe 2s;
    animation: scaleMe 2s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@-webkit-keyframes scaleMe {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleMe {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ROTATING GLOBE - THIS IS ALSO USED IN TRANSITIONAL */
.globe-animate {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: rotateGlobe 1s infinite linear;
    animation: rotateGlobe 1s infinite linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@-webkit-keyframes rotateGlobe {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    50% {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

@keyframes rotateGlobe {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
    50% {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 1, 0, 360deg);
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

/* THE ROAD */
.centredash {
    stroke-dasharray: 8;
}

/* THE CHAIN JOIN/BREAK APART */
.slide-left {
    -webkit-animation: slide-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


.slide-top {
    -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* PULSE GOLD CIRCLES ON GLOBE */
.pulsing {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transform-box: fill-box; /* Does not work with IE/Edge */
    -webkit-animation: pulseMe 2s;
    animation: pulseMe 2s;
}

@keyframes pulseMe {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Economic 3 */
.pump-animate {
    transform-origin: center center;
    animation: pumpBalance 1s linear infinite;
    transform-box: fill-box;
    animation-iteration-count: 3;
}

@keyframes pumpBalance {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* RECOMMENDATION 1 */
.cogDG {
    transform-origin: center center; /* Standard syntax */
    transform-box: fill-box;
    animation: rotateMe 1s infinite linear;
    animation-iteration-count: 3;
}

.cogDR {
    transform-origin: center center;
    transform-box: fill-box;
    animation: rotateMe 1s infinite linear;
    animation-iteration-count: 3;
}

/* ROTATING JIGSAW */
.jigsaw-animate {
    transform-origin: center center;
    transform-box: fill-box;
    animation: rotateMe 1s linear;
    animation-iteration-count: 3;
}

/* Spinning the gears */
@keyframes rotateMe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.opacity2 {
    animation: fadeinMe 2s linear;
}

@keyframes fadeinMe {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Globe arrows */
.rotateInL {
    transform-origin: bottom center;
    animation: arrowBalance 1.5s linear;
}

.rotateInR {
    transform-origin: top center;
    animation: arrowBalance 1.5s linear;
}

@keyframes arrowBalance {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/*end animations*/


.page-template-template-interactive-pdf .card-img-top {
    border-radius: 0;
}


.page-template-template-interactive-pdf .card {
    border-radius: 0;
    border: none;
}


/*.page-template-template-interactive-pdf .card:not(:first-child) {*/
/*    cursor: not-allowed;*/
/*}*/

.not-allowed{
    cursor: not-allowed;
      -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity:0.5;
}

@media (min-width: 576px) {

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    #row-9 .col-sm-8 .d-flex {
        min-height: auto;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
	
	section .data-block h2 {
		font-size: 1.66rem;
	}
	
    .data-block .w-xl-25 {
        width: 25% !important;
    }

    .data-block .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-auto {
        height: auto !important;
    }
}

@media (min-width: 1400px) {

	.parent-pageid-8154 .primary .container {
		max-width: 1200px; 
	}
}
