:root {
    --pink: #C60586;
    --blue: #0450BC;
    --royalblue: #005AD9;
    --darkblue: #041E42;
    --yellow: #EDED03;
    --peach: #FF8C96;
    --transition: .2s;
}

body.no-scroll,
body.mobile-open{
    overflow: hidden;
}

body.mobile-open .nav-container {
    z-index: 10000000000;
}


.nav-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

.nav-container .logo-container {
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
}

.nav-container .logo-container img {
    height: 45px;
}

.nav-content {
    width: calc(100% - 450px);
    background-color: #041E42;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-content ul.main-nav  {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    height: 100%;
}

.nav-content ul.main-nav > li {
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.nav-content ul li a,
.nav-content ul li span{
    color: #fff;
    font-weight: 500;
    text-decoration: none;

}
.nav-content ul li.current-menu-item > a,
.nav-content ul li.current-menu-item > span{
    color: var(--yellow);
}


.nav-content ul li a:hover {
    text-decoration: none;
}

.btn-nav-donate {
    background-color: #C60586;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.btn-nav-donate:hover {
    color: #fff;
    background-color: var(--blue);
    text-decoration: none;
}

.nav-controls {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100px;
}

.nav-content .language-list {
    display: flex;
    flex-direction: column;
    width: 80px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 20px;
}

.nav-content .language-list > li {
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: .8em;
    font-weight: 500;
}

.nav-content .language-list > li a {
    color: #fff;
}

.nav-content .language-list > li a.current-lang,
.nav-content .language-list > li.current-lang a,
.nav-content .language-list > li:hover a{
    color:var(--yellow);
}

.search-trigger {
    border-bottom: 1px solid rgba(255,255,255,.45);
    height: 40px;
    width: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.search-active .search-trigger:before,
.search-active .search-trigger:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color:rgba(255,255,255,.45);
}

.search-active .search-trigger:before {
    transform: rotate(45deg);
}

.search-active .search-trigger:after {
    transform: rotate(-45deg);
}

.search-active .search-trigger img {
    display: none;
}

.main-nav-wrapper {
    width: calc(100% - 80px);
    height: 100%;
}

.search-active .main-nav-wrapper .main-nav {
    display: none;
}

.main-nav-wrapper .search-container {
    display: none;
}

.search-active .main-nav-wrapper .search-container {
    display: flex;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: none;
    align-items: stretch;
    justify-content: center;
    background-color: #005AD9;
    min-height: 200px;
}

.submenu > ul > li {
    padding: 20px 30px;
    transition: .2s;
    background-color: transparent;
    color: #fff;
    min-width: 200px;
}

.submenu > ul > li p {
    font-size: .8em;
    margin-bottom: 0;
}


.submenu > ul > li > a,
.submenu > ul > li > span{
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    text-decoration: none;
    width: 100%;
    display: flex;align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
}

.submenu > div {
    width: 350px;
    background-color: var(--royalblue);
}

.submenu > div.custom-nav-area {
    background-color: var(--blue);
}

.submenu > ul {
    width: calc(100% - 300px);
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 5%;
}

.submenu > ul {
    display: flex;
    flex-flow: column wrap;
}

.submenu > ul > li {
    width: 50%;
    padding: 0 20px;

}

.inner-submenu {
    list-style: none;
    padding: 0 0 20px;
}

.inner-submenu > li {
    padding: 0 0 15px;
}

/*.inner-submenu img {
    margin-left: 30px;

}*/

.submenu ul img {
    height: 15px;
    margin-left: 30px;
    transition: .2s;
}

.submenu > ul > li:hover > a > img,
.submenu > ul > li:hover > span > img,
.inner-submenu > li:hover > a > img,
.inner-submenu > li:hover > span > img{
    margin-left: 40px;
}




/* Re-order items into rows */
/*.submenu > ul > li:nth-child(odd) { order: 1; }
.submenu > ul > li:nth-child(even) { order: 2; }*/

.submenu > ul > li:nth-child(2n+1) { order: 1; }
.submenu > ul > li:nth-child(2n+2) { order: 2; }

/* Force new columns */
.submenu > ul::before,
.submenu > ul::after {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: 2;
}

.mobile-menu {
    display: none;
}

.mobile-nav-header {
    display: none;
}

@media (hover: hover) {

    .main-nav li:hover > .submenu {
        display: flex;
    }
}

.cta-arrow {
    text-decoration: none;
    color: var(--darkblue);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    position: relative;
}

.cta-arrow:hover {
    text-decoration: none;
    color: #000;
}

.t-center {
    text-align: center;
}

.cta-arrow img {
    margin-left: 10px;
    height: 13px;
    transition: .2s;
    right: 0;
    position: relative;
}

.cta-arrow:hover img {
    /*margin-left: 16px;*/
    right: -5px;
}

.footer p {
    font-weight: 400;
}

.footer .wrapper > div {
    width: 50%;
}

.footer .wrapper-full > div {
    width: 100%;
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #041E42;
    opacity: .15;
}

.footer-nav ul {
    padding: 0;
    list-style: none;
}

.footer-nav ul li {
    margin-bottom: 10px;
}

.social-media-container {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.social-media-container a {
    color: #fff;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 10px 10px 10px 0;
    transition: var(--transition);
}

.social-media-container a:hover {
    background-color: var(--pink);
    text-decoration: none;
}
/*
.hero-slider-item {
    background-color: #ccc;
    min-height: calc(100vh - 80px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url('../images/home-bg.jpg');
    background-size: cover;
    background-position: center;
}

.hero-slider-item .hs-information {
    background-color: var(--blue);

    padding: 50px;
    color: #fff;
    max-width: 600px;
    min-height: calc(60vh - 80px);
}

.hero-slider-item .hs-information h1 {
    font-size: 4em;
    font-weight: 900;
    margin-bottom: 50px;
}

.hero-slider-item .hs-information a {
    color: #fff;
}*/

.hero-slider {
    position: relative;
	max-height: 500px;
	overflow: hidden;
}

.hero-slider.slider-loaded {
    max-height: unset;
}

.hero-slider .slick-arrow {
    position: absolute;
    bottom: 50px;
    right: calc(50% + 625px);
    z-index: 2;
	cursor: pointer;
}

.hero-slider .next-arrow.slick-arrow {
    right: calc(50% + 590px);
}

.hero-slider .slick-dots > li.slick-active button {
    background-color: #fff;
}

.hero-slider .slick-dots {
    position: absolute;
    bottom: 58px;
    width: calc(100% - 50px);
    max-width: 600px;
    z-index: 1;
    margin: 0;
    right: calc(50% + 50px);
    padding: 0 0 0 120px;
}

@media all and (max-width: 1420px) {
    .hero-slider .slick-arrow {
        position: absolute;
        bottom: 50px;
        left: 50px;
        z-index: 2;
    }

    .hero-slider .next-arrow.slick-arrow {
        left: 80px;
    }

    .hero-slider .slick-dots {
      width: calc(50% - 180px); 
	padding: 0;
    }
	
}

@media all and (max-width: 1100px) { 
	.hero-slider-item .hs-information h1 {
	font-size: 2.5em;
}
}

@media all and (max-width: 992px) {
   .hero-slider-item .hs-information h1 {
	font-size: 2.5em;
}
	
	.hero-slider-item .hs-information {
 padding: 50px 15px;
}
	
	    .hero-slider .slick-dots {
        right: 15px;
        bottom: 38px;
		padding: 0;
				width: calc(100% - 90px);
				max-width: unset;
    }

    .hero-slider .slick-arrow {
        bottom: 30px;
		left: 15px;
    }
	
	.hero-slider .next-arrow.slick-arrow {
        left: 40px;
    }
	
	.hero-slider-item-wrapper {
		max-width: unset;
	}
}

.article-container-header,
.icc-custom-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(4,30,66,.15);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.article-container-header p,
.icc-custom-header p{
    font-weight: 800;
    margin-bottom: 0;

}

.article-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -15px;
    width: calc(100% + 30px);
    flex-wrap: wrap;
}

.article-item {
    cursor: pointer;
    color: var(--darkblue);
}

.article-item:hover {
    text-decoration: none;
}

.article-item:hover p {
    color: var(--darkblue);
}

.article-item p {
    font-weight: 300;
    margin-bottom: 20px;
}

.article-item:hover  p.article-title {
    color: var(--pink);
}

.article-container .article-item {
    width: 33.3%;
    padding: 15px;
}

.article-item .article-image {
    background-image: url('../images/article-bg.jpg');
    padding-top: 60%;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.article-content p.article-title {
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.article-cats {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid rgba(4,30,66,.15);
    padding-top: 20px;
}

.article-item:hover .article-cats {
    border-top: 1px solid var(--pink);
}

.article-cat-item {
    padding: 2px 10px;
    height: 24px;
    border-radius: 12px;
    background-color: var(--blue);
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 800;
}

.article-cat-item.article-cat-item-pink {
    background-color: var(--pink);
}

.article-cat-item img {
    height: 10px;
    margin-right: 10px;
}
/*
.fp-slider-container {
    width: 100%;
}

.fp-slider-item {
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-image: url('../images/fp-main-bg.jpg');
    background-position: center right;
    background-size: cover;
    position: relative;
}

.fp-content {
    width: 500px;
    min-height: 650px;
    background-image: url('../images/fp-bg.png');
    background-size: cover;
    background-position: center right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 150px 50px 50px;
    color: #fff;
}

.fp-content p.fp-title {
    font-size: 2.5em;
    line-height: 1.2;
}

.fp-content a,
.fp-content a:hover {
    color: #fff;
}

.fp-content .fp-sub-header {
    margin-bottom: 40px;
}*/
.cta-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.cta-container .cta-item {
    width: 100%;
    flex: 1;
}

/*.cta-container.cta-2 .cta-item {
    width: 50%;
}

.cta-container.cta-3 .cta-item {
    width: 33.333333%;
}

.cta-container.cta-4 .cta-item {
    width: 25%
}*/
/*
.cta-container .cta-item .cta-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.cta-container-stack .cta-item .cta-item-inner {
    flex-direction: column;
    align-items: flex-start;
}

.cta-item {
    padding: 15px;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.cta-item:hover .cta-item-inner {
    background-color: var(--darkblue);
}

.cta-item-inner {
    padding: 50px;
    background-color: var(--pink);
    height: 100%;
}

.cta-item img {
    height: 50px;
    transition: .2s;;
    position: relative;
    right: 0;
}

.cta-item:hover img {
    right: -10px;
}

.cta-item:hover {
    color: #fff !important;
}

.cta-item h2 {
    font-weight: 800;
}

.cta-item-cta {
    width: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.cta-item-content {
    width: calc(100% - 150px);
}
.cta-container-stack .cta-item-content {
    width: 100%;
}

.cta-container-stack .cta-item-cta {
    justify-content: flex-start;
    padding-top: 50px;
}

.cta-container-stack .cta-item-cta img {
    height: 30px;
}

.cta-container-stack .cta-item img {
    left: 0;
}

.cta-container-stack .cta-item-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.cta-container-stack .cta-item:hover img {
    left: 10px;
}
.cta-item-yellow .cta-item-inner{
    background-color: var(--yellow)
}

.cta-item.cta-item-yellow {
    color: var(--blue);
}*/

.btn-cta {
    color: var(--blue);
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background-color: var(--yellow);
    font-weight: 800;
    cursor: pointer;
}

.btn-cta:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--blue);
}

.btn-cta img {
    height: 20px;
    margin-right: 10px;
}

.btn-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.btn-container .btn-cta {
    margin: 5px;
}

.btn-container.bc-center {
    justify-content: center;
}

.btn-container.bc-right {
    justify-content: flex-end;
}

/*

.icc-testimonial {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background-position: center right;
    background-size: cover;
    position: relative;
}

.icc-testimonial-content {
    width: calc(100% - 300px);
    min-height: 600px;
    background-image: url('../images/testimonial-bg.png');
    background-size: cover;
    background-position: center right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 150px 50px 50px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.icc-testimonial-image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 450px;
    background-image: url('../images/test-bg.jpg');
    background-size: cover;
    background-position: center;
}

.quote-image {
    position: absolute;
    top: 50px;
    right: 80px;
}

.t-information {
    margin-bottom: 25px;
}
.t-information p {
    line-height: 1.2;
    font-size: 1.8em;
    margin-bottom: 0;

}

.t-information p.t-name {
    color: var(--yellow);
    font-weight: 800;
}

.t-information p.t-position {
    font-weight: 300;
}

.t-information p.t-additional-info {
    font-weight: 800;
}

.t-content p {
    font-size: 1.8em;
    font-weight: 300;
    max-width: 600px;
}
*/

/*
.icc-logo-container {
    width: calc(100% + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}

.icc-logo-container img {
    height: 150px;
    margin: 15px;

}
*/


/*Accordion*/
.acc {
    width: 100%;
}

.acc-header {
    cursor: pointer;
    width: 100%;
}

.acc-header {
    padding: 30px 5px 30px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid var(--blue);
}



.acc-header h4 {
    color: var(--blue);
    font-weight: 400;
    transition: .2s;
}

.acc-header:hover h4 {
    padding-left: 10px;
}

.acc-header.collapsed h4 {
    color: var(--blue);
}

.acc-body {
    padding: 0 0 40px;
}

.acc-body p {
    max-width: 900px;
}

.text-pink {
    color: var(--pink);
}

.acc-trigger {
    height: 20px;
    width: 20px;
    border-radius: 1px;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.acc-trigger:before,
.acc-trigger:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--pink);
    position: absolute;
    transition: .2s;
}

.acc-header.collapsed .acc-trigger:after {
    transform: rotate(90deg);
}

/*.icc-hero {
    width: 100%;
    background-image: url('../images/home-bg.jpg');
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 250px;
    position: relative;
}

.icc-hero .wrapper {
    width: 100%;
    color: #fff;
    z-index: 1;
}

.icc-hero:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(to right, rgba(0,0,0,.8) , transparent);
}*/

/* Profile Container*/
/*
.profile-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -15px;
    width: calc(100% + 15px);
    flex-wrap: wrap;
}

.profile-container .profile-item {
    width: 33.333%;
    padding: 15px;
}

.profile-container .profile-item .profile-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.profile-container .profile-item .profile-inner > div {
    width: 100%;
}

.profile-image {
    padding-top: 70%;
    background-image: url('../images/profile-image.jpg');
    background-size: cover;
    background-position: center;
}

.profile-content {
    padding: 35px 25px;
    background-color: var(--blue);
    overflow: hidden;
}

.profile-content p {
    color: #fff;
}

.profile-content p.profile-name {
    font-size: 1.3em;
    margin: 0
}

.profile-content p.profile-position {
    margin: 0
}

.profile-content p.profile-email,
.profile-content p.profile-number{
    line-height: 1.2;
    margin: 0
}

.profile-trigger-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

.profile-trigger {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: var(--pink);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s;
}

.profile-trigger:hover {
    background-color: var(--yellow);
}

.profile-trigger:before,
.profile-trigger:after {
    position: absolute;
    content: '';
    background-color: var(--yellow);
    width: 50%;
    height: 1px;
    transition: .2s;
}

.profile-trigger:hover:before,
.profile-trigger:hover:after {
    background-color: var(--pink);
}

.profile-trigger:after {
    transform: rotate(90deg);
}

.profile-item.open .profile-trigger:after {
    transform: rotate(0);
}

.profile-additional-info {
    max-height: 0;
    overflow: hidden;
    transition: .2s;
}*/



.cpt-header {
    width: 100%;
    padding: 30px 0;
}

.cpt-header h2,
.cpt-content h3{
    color: var(--blue);
}

.cpt-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cpt-content-main {
    width: calc(100% - 400px);
}

.cpt-content-ai {
    width: 300px;
    font-weight: 1.2;
}

.cpt-content-ai p {
    font-size: 1.3em;
}

.cpt-content-ai a {
    font-weight: 700;
    color: var(--blue);
}

.profile-content-image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;

}

.profile-content-image-mobile {
    display:none
}

.cpt-profile-content {
    margin-bottom: 20px;
}

.cpt-content-ai .profile-text,
.cpt-content .profile-text{
    color: var(--blue);
    font-size: 1.2em;
    margin-bottom: 0;
}

.jobs-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}

.job-item {
    width: 50%;
    padding: 15px;
}

.jobs-container.jobs-container-stack-3 .job-item {
    width: 33.33%;
}

.jobs-container.jobs-container-stack-4 .job-item {
    width: 25%;
}

.job-item h2 {
    color: var(--pink);
    font-size: 2em;
}

.in-media-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 30px);
}

.media-item {
    width: 33.3%;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    color: var(--darkblue);
}

.media-image-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.media-item img.media-logo {
    max-width: 100%;
    height: 70px;
}

.media-item:hover {
    text-decoration: none;
    color: var(--darkblue);
}


.media-image {
    padding-top: 40%;
    background-color: #D3D3D3;
    width: 100%;
    margin-bottom: 30px;
    background-size: cover;
}

.media-item:hover .media-header {
    color: var(--pink);
}

.media-header {
    font-size: 1.6em;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 300;
    line-height: 1.2;
}

.media-date {
    font-weight: 500;
    margin-bottom: 20px;
}

.media-item img.media-arrow {
    height: 20px;
    margin-left: 0;
    transition: .2s;
}

.media-item:hover img.media-arrow {
    margin-left: 10px;
}

.timeline {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 15px;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
    position: relative;
}

.timeline-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}

.timeline-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: var(--pink);
    top: 0;
    left: 50%;
}

.timeline-item:last-child:before {
    height: 125px;
}

.timeline.tl-first-has-image .timeline-item:first-child:before {
    height: calc(100% - 125px);
    top: 125px;
}

/*.timeline:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: var(--pink);
    top: 0;
    left: 50%;
}

.timeline.tl-first-has-image:before {
    top: 125px;
    height: calc(100% - 125px);
}*/

.timeline-item .timeline-point {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue);
    font-weight: 300;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 20px);
}

.timeline-item .timeline-date {
    color: var(--blue);
}

.timeline-item .timeline-header {
    color: var(--pink);
}

.timeline-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.timeline-item h4 {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.timeline-item .tl-image {
    width: 100%;
    margin-bottom: 15px;
}

.timeline-item .timeline-content {
    width: 50%;
    padding-left: calc(40px + 5%);
    padding-bottom: 20px;
}

.timeline-item .timeline-content p {
    color: var(--darkblue);
    font-weight: 300;
}

.timeline-item.ti-left .timeline-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
}

.timeline-item.ti-left {
    justify-content: flex-start;
}

.timeline-item.ti-left .timeline-content {
    padding-left: 0;
    padding-right: calc(40px + 5%);
}

.timeline-item.ti-has-image .timeline-point{
    top: 125px;
}

.search-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-left: 20px;
}

.search-container form {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgba(255,255,255,.45);
}

.search-container form button {
    width: 30px;
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
}

.search-container form input {
    width: calc(100% - 40px);
    background-color: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}

.search-container .fa-search {
    display: none;
}

.search-container .search-mobile-close {
    display: none;
}

.autocomplete-suggestions.search-site {
    width: 100% !important;
    left: 0;
    background-color: var(--blue);
    box-shadow: none;
    border: none;
}

.autocomplete-suggestions.search-site a {
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.autocomplete-suggestions.search-site {
    max-height: 300px;
    padding: 10px 0;
}

.autocomplete-suggestions.search-site > div {
    padding-left: 320px;
}


.acc .stk-column-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
}

.stk-block-count-up__text {
    line-height: .8;
    padding-bottom: 15px;
}

.icc-custom-content > div,
.fp-content > div,
.button-container{
    width: 100%;
}

.btn-cta {
    white-space: nowrap;
}

.cta-arrow {
    white-space: nowrap;
}

.search-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,.45);
    opacity: 1;
    font-style: italic;
}

.search-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,.45);
    font-style: italic;
}

.search-container input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,.45);
    font-style: italic;
}

.custom-nav-content p,
.custom-nav-content h1,
.custom-nav-content h2,
.custom-nav-content h3,
.custom-nav-content h4,
.custom-nav-content h5,
.custom-nav-content h6{
    color: #fff;
}

.custom-nav-content a.btn-cta {
    color: var(--blue) !important;
    font-size: .8em;
    height: 32px;
    border-radius: 16px;
    padding: 0 10px;
}

.custom-nav-content a.btn-cta:hover {
    background-color: var(--royalblue);
    color: var(--yellow) !important;
}

.custom-nav-content a.btn-cta img {
    height: 10px;
}

.custom-nav-content .stk-column-wrapper,
.custom-nav-content .stk-column-wrapper:not(.stk--no-padding) {
    padding: 20px 2vw 50px;
}

.custom-nav-wrapper {
    padding: 50px 2vw 0;
}

.custom-nav-wrapper .cta-arrow {
    font-size: 1.5em;
    font-weight: 500;
    width: 100%;
    justify-content: space-between;
    text-transform: unset;
}

.custom-nav-wrapper .cta-arrow img {
    height: 15px
}

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

.share-container .addtoany_list a span {
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.share-container .addtoany_list a span svg {
    height: 23px;
}

.a2a_menu a {
    color: var(--darkblue) !important;
}

.a2a_menu {
    border-color: var(--darkblue) !important;
    border-radius: 0 !important;
}

@media all and (max-width: 992px) {

    .custom-content-row .stk-column-wrapper {
        min-height: 200px;
    }

    .custom-content-row .custom-content-col {
        order: 2;
    }
    .footer .wrapper > div,
    .wrapper > div {
        width: 100%;
    }

    .footer-nav {
        margin-bottom: 40px;
    }

    .profile-container .profile-item {
        width: 100%;
        padding: 10px 0;
    }

    .profile-container {
        width: 100%;
    }

    .jobs-container {
        width: 100%;
    }

    .job-item {
        width: 100% !important;
        padding: 10px 0;
    }

    .in-media-container {
        width: 100%;
    }

    .media-item {
        width: 100%;
    }

    .nav-content {
        display: none;
    }

    .mobile-menu {
        background-color: var(--darkblue);
        color: #fff;
        width: 80px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 65px;
    }

    .btn-nav-donate {
        width: 130px;
    }

    .nav-container .logo-container {
        width: calc(100% - 210px);
        justify-content: flex-start;
        padding: 0 5%;
    }

    .nav-container .logo-container img {
        height: auto;
        width: 150px;
        max-width: 100%;
    }

    .custom-content-left {
        margin: 0 auto 0 0;
    }

    .nav-content {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .nav-content.open {
        display: flex;
    }

    .nav-control {
        display: none;
    }

    .mobile-nav-header {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        background-color: #005AD9;
    }

    .mobile-nav-header .language-list {
        width: calc(100% - 210px);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .mobile-nav-header .language-list li {
        width: unset;
    }

    .mobile-nav-header .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .mobile-nav-header .mobile-menu:before,
    .mobile-nav-header .mobile-menu:after {
        content: '';
        width: 30px;
        height: 1px;
        background-color: #fff;
        transform: rotate(45deg);
        position: absolute;
    }

    .mobile-nav-header .mobile-menu:after {
        transform: rotate(-45deg);
    }



    .nav-content ul.main-nav > li > a, .nav-content ul.main-nav > li > span {
        font-size: 1.5em;
    }

    .main-nav-wrapper {
        width: 100%;
        background-color: #005AD9;
        padding-top: 25px;
        height: calc(100vh - 65px);
        overflow: auto;
        padding-bottom: 25px;
        z-index: 10000000;
    }

    .nav-content ul.main-nav {
        flex-direction: column;
        height: unset;
    }

    .nav-content ul.main-nav > li {
        height: unset;
        width: 100%;
        justify-content: flex-start;
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding: 10px 20px;
    }

    .nav-content ul.main-nav > li:after {
        width: calc(100% - 40px);
        content: '';
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        opacity: .5;
    }

    .sub-menu-trigger {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: var(--darkblue);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 20px;
    }

    .sub-menu-trigger:before,
    .sub-menu-trigger:after {
        content: '';
        width: 50%;
        height: 1px;
        background-color: var(--yellow);
        position: absolute;
    }

    .sub-menu-trigger:after {
        transform: rotate(90deg);
    }

    .sub-menu-trigger.open:after {
        transform: rotate(0);
    }

    .sub-menu-trigger.open + .submenu {
        display: flex;
        position: relative;
        top: 10px;
        flex-direction: column;
    }

    .submenu > div {
        width: 100%;
        display: flex;
        background-color: var(--royalblue);
    }

    .custom-nav-content .stk-column-wrapper, .custom-nav-content .stk-column-wrapper:not(.stk--no-padding) {
        padding: 20px 0 40px;
    }

    .submenu > ul {
        width: 100%;
        flex-flow: unset;
        flex-direction: column;
        padding: 0;
        height: unset !important;
    }

    .submenu > ul > li {
        width: 100%;
        order: 0 !important;
        padding: 0;
    }

    .submenu > ul > li .sub-menu-trigger {
        display: none;
    }

    .submenu > ul > li > a, .submenu > ul > li > span {
        padding: 5px 0;
        font-size: 1.3em;
    }

    .inner-submenu > li {
        padding: 0 0 5px;
    }

    .inner-submenu {
        padding: 0;
    }
    .submenu > ul::before, .submenu > ul::after {
        display: none;
    }

    .submenu {
        min-height: unset;
        padding-bottom: 20px;
    }

    .nav-content ul.main-nav > li:last-child:after {
        display: none;
    }

    .nav-controls {
        display: none;
    }

    .main-nav-wrapper .search-container {
        display: flex;
        height: 100px;
        padding: 0 20px;
    }

    .autocomplete-suggestions.search-site {
        background-color: var(--royalblue);
        height: calc(100vh - 200px);
    }

    .autocomplete-suggestions.search-site > div {
        padding: 0 20px;
        background-color: var(--royalblue);
    }

    .custom-nav-wrapper {
        padding: 10px 0 0;
    }

    .custom-nav-wrapper .cta-arrow {
        width: unset;
        font-size: 1.2em;
        justify-content: flex-start;
    }

    .custom-nav-content a.btn-cta {
        margin: 2px 5px 2px 0;
    }

    .cpt-content {
        flex-wrap: wrap;
    }

    .cpt-content-main,
    .cpt-content-ai{
        width: 100%;
    }

    .cpt-content-main {
        margin-bottom: 20px;
    }

    .cpt-content-ai {
        max-width: 350px;
    }

    .profile-content-image {
display: none;

    }

    .profile-content-image-mobile {
        display: block;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px;
    }

    .search-container input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1; /* Firefox */
    }

    .search-container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .search-container input::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

    .search-container button img {
        display: none;
    }

    .search-container button {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 30px;
    }

    .search-container form {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .search-container .fa-search {
        display: block;
    }

    .search-container .search-mobile-close {
        display: flex;
        width: 20px;
        height: 20px;
        position: relative;
        align-items: center;
        justify-content: center;
        transform: rotate(45deg);
        opacity: .5;
    }

    .search-container .search-mobile-close:before,
    .search-container .search-mobile-close:after{
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        position: absolute;
    }

    .search-container .search-mobile-close:after {
        transform: rotate(90deg);
    }
}

iframe#XDEKKNBW {
    display: none !important;
    opacity: 0;
    z-index: -1000;
}

.btn-nav-donate {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-container .btn-nav-donate iframe {
    position: absolute;
    opacity: 0;
}

/* Blog */


.icc-article-fa {
    position: relative;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.icc-article-fa .wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
}

.icc-article-fa .wrapper >div {
    max-width: 600px;
}

.icc-article-fa:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,.8) , transparent);
}

.icc-article-fa .article-cats {
    border-top: none;
}

.icc-article-fa-header p {
    font-size: .9em;
}

.icc-article-fa-header a {
    color: #fff;
}

.icc-article-fa-header a:hover {
    text-decoration: none;
    color: var(--pink)
}

.icc-article-fa-content p {
    font-size: 1.5em;
    font-weight: 300;
}

.icc-article-fa-content {
    margin-bottom: 30px;
}

/* Customize the label (the container) */
.cb-wrapper {
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: flex-start;
    align-items: center;
}

/* Hide the browser's default checkbox */
.cb-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.cb-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 2px solid #fff;
}

/* On mouse-over, add a grey background color */
.cb-wrapper:hover input ~ .cb-checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.cb-wrapper input:checked ~ .cb-checkmark {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

/* Create the checkmark/indicator (hidden when not checked) */
.cb-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cb-wrapper input:checked ~ .cb-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cb-wrapper .cb-checkmark:after {
    left: 8px;
    top: 2px;
    width: 6px;
    height: 13px;
    border: solid var(--darkblue);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icc-article-filters {
    background-color: var(--darkblue);
    color: #fff;
}

.icc-article-filters .wrapper {
    flex-direction: column;
    align-items: center;justify-content: flex-start;
}

.icc-filter-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    flex-wrap: wrap;
}

.filter-type-container {
    width: 25%;
}

.filter-topic-container {
    width: 75%;
}

.filter-header {
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
}

.filter-item {
    background-color: var(--pink);
    color: #fff;
    padding: 2px 10px;
    height: 24px;
    border-radius: 12px;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.filter-item img {
    height: 10px;
    margin-right: 5px;
}
.filter-cat-container .cb-wrapper,
.filter-location-container .cb-wrapper {
    width: 50%;
}

.filter-location-container,
.filter-cat-container{
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-topic-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-topic-container .cb-wrapper {
    width: 33.3%;
}

.filter-topic-container .filter-item,
.filter-cat-container .filter-item{
    background-color: var(--blue);
}

.filter-submit {
    background-color: var(--yellow);
    color: var(--blue);
    padding: 2px 20px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: .2s;
    outline: none;
}

.filter-submit img {
    height: 15px;
    margin-right: 10px;
}

.filter-submit:hover {
    background-color: var(--blue);
    color: #fff;
}

.icc-article-container,
.icc-full-article-container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.icc-article-container .article-item,
.icc-full-article-container .article-item{
    width: 33.3%;
    padding: 15px;
    margin-bottom: 30px;
}

.icc-article-container .article-item:first-child,
.icc-article-container .article-item:nth-child(2){
    width: 50%;
}

.article-slider .article-item,
.venue-slider .article-item{
    margin-bottom: 25px;
}

.main-article-container-trigger-wrapper {
    display: flex;align-items: center;
    justify-content: center;
}

.main-article-container-trigger {
    height: 40px;
    width: 40px;
    background-color: var(--pink);
    border-radius: 50%;
    margin-top: -20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.main-article-container-trigger:before,
.main-article-container-trigger:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #fff;
    transition: .2s;
}

p.clear-all {
    cursor: pointer;
    transition: .2s;
}

.clear-all:hover {
    color: var(--pink);
}

.main-article-container-trigger.collapsed:after {
    transform: rotate(90deg);
}

.main-article-container{
    margin-bottom: 30px;
}

.blog-header {
    background-color: var(--blue);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blog-header:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,.8) , transparent);

}


.blog-header h2 {
    color: #fff;
    width: calc(100% - 350px);
    min-width: 600px;
    z-index: 1;
}

.blog-content {
    width: calc(100% - 350px);
    padding-right: 30px;
}

.blog-sidebar {
    width: 350px;
    padding-left: 30px;
    border-left: 1px solid rgba(4,30,66,.15);
}

.bs-info {
    padding: 30px 0;
    border-top: 1px solid rgba(4,30,66,.15);
}

.bs-info.bs-img-container img {
    width: 80%;
    margin: 20px 0 10px;
}

.share-container {
    margin-bottom: 20px;
}

.bs-info h3,
.bs-info p{
    margin-bottom: 20px;
}

.bs-info .article-cats {
    border-top: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.bs-info .cta-arrow {
    height: 30px;
}

.blog-author {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.blog-author .ba-image {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.blog-author p {
    margin-bottom: 0;
}

.fp-slider .slick-arrow,
.article-slider .slick-arrow,
.venue-slider .slick-arrow{
    bottom: 0;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.fp-slider .next-arrow.slick-arrow,
.article-slider .next-arrow.slick-arrow,
.venue-slider .next-arrow.slick-arrow{
    left: 40px;
}

.fp-slider .next-arrow.slick-arrow img,
.article-slider .next-arrow.slick-arrow img,
.venue-slider .next-arrow.slick-arrow img{
    left: 0;
    transition: .2s;
    position: relative;
}

.fp-slider .next-arrow.slick-arrow:hover img,
.article-slider .next-arrow.slick-arrow:hover img,
.venue-slider .next-arrow.slick-arrow:hover img{
    left: 10px;
}

.fp-slider .prev-arrow.slick-arrow img,
.article-slider .prev-arrow.slick-arrow img,
.venue-slider .prev-arrow.slick-arrow img{
    left: 0;
    transition: .2s;
    position: relative;
}

.fp-slider .prev-arrow.slick-arrow:hover img,
.article-slider .prev-arrow.slick-arrow:hover img,
.venue-slider .prev-arrow.slick-arrow:hover img{
    left: -10px;
}
.venue-slider .prev-arrow {

}
.slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 0 0 0 135px;
    margin-bottom: 0;
    margin-right: 30px;
    width: 100%;
}

.article-slider .slick-dots,
.venue-slider .slick-dots{
    margin-top: 0;
}

.venue-slider  .slick-list {
    transition: .5s;
}

.slick-dots > li {
    flex: 1;
	height: 2px;
	display:flex;
}

.slick-dots > li button {
    content: '';
    width: 100%;
    border: none;
    box-shadow: none;
    height: 2px;
    background-color: rgba(0,0,0,.1);
    overflow: hidden;
    transition: .5s;
}

.slick-dots > li.slick-active button {
    background-color: #041E42;
}

#article_gallery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#article_gallery img {
    height: 505px;
    object-fit: cover;
    width: 100%;
    object-position: 50% 50%;
}

#article_gallery .res_img_large {
    width: 33.33%;
    flex-grow: 1;
}

#article_gallery .res_img_small {
    width: 20%;
    flex-grow: 1;
}

.icc-selected-filters-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icc-selected-filters-container.f-hidden {
    display: none;
}

.icc-selected-filters-container > div:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.icc-selected-filters-container .post-count {
    margin-bottom: 0;
    font-weight: 800;
}

.post-count-divider {
    margin-left: 30px;
    margin-right: 30px;
    height: 30px;
    width: 2px;
    background-color: rgba(4,30,66,.15);
}

.filter-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-list > div {
    background-color: var(--blue);
    height: 24px;
    border-radius: 12px;
    padding: 0 10px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .8em;
    cursor: pointer;
    font-weight: 800;
    margin-right: 10px;
}

.filter-list > div.fi-type {
    background-color: var(--pink);
}

.fi-close {
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.fi-close:before,
.fi-close:after {
    width: 100%;
    height: 1px;
    background-color: var(--yellow);
    content: '';
    position: absolute;
}

.fi-close:after {
    transform: rotate(90deg);
}

#load-more,
#canoo_load_more{
    outline: none;
    border: none;
    transition: .2s;
}

#canoo_venue .article-item,
.venue-display .article-item {
    cursor: auto;
}

.sa-fimage {
    margin-bottom: 35px;
    max-width: 600px;
}

#_filters {
    width: 100%;
}

#canoo_venue .article-item:hover p.article-title,
.venue-display .article-item:hover p.article-title{
    color: var(--darkblue);
}

.icc-filter-search-container {
    width: 100%;
    display: flex; align-items: center;
    justify-content: center;

}

.icc-filter-search-container > div {
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    display: flex; align-items: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 30px;
    padding-left: 20px;
}

.icc-filter-search-container input {
    width: calc(100% - 40px);
    outline: none;
    border: none;
}

.icc-filter-search-container button {
    color: #fff;
    background-color: var(--darkblue);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    outline: none;
}

@media all and (max-width: 1400px) {
    #article_gallery .res_img_large {
        width: 45%;
        flex-grow: 1;
        background-color: red;
    }

    #article_gallery .res_img_small {
        width: 25%;
        flex-grow: 1;
        background-color: blue;
    }
}

@media all and (max-width: 992px) {

    .article-container {
        margin: 0;
    }

    .filter-type-container,
    .filter-topic-container{
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .filter-type-container {
        margin-bottom: 20px;
    }

    .filter-type-container .cb-wrapper,
    .filter-topic-container .cb-wrapper {
        width: 100%;
    }

    .icc-article-container, .icc-full-article-container {
        margin: 0;
    }

    .icc-custom-header > div:first-child {
        padding-right: 20px;
    }

    .icc-custom-header > div:first-child p {
        word-break: break-all;
    }

    .icc-article-container .article-item, .icc-full-article-container .article-item,
    .icc-article-container .article-item:first-child, .icc-article-container .article-item:nth-child(2){
        width: 100%;
    }
    .blog-sidebar {
        border-left: none;
        padding-left: 0;
    }
    #article_gallery img {
        height: auto;

    }
    #article_gallery .res_img_large {
        width: 100%;
        flex-grow: 1;
    }

    #article_gallery .res_img_small {
        width: 100%;
        flex-grow: 1;
    }

    .icc-article-container .article-item, .icc-full-article-container .article-item {
        padding: 15px 0;
    }

    .slick-dots {
        padding: 0 0 0 80px;
    }

    .fp-slider .prev-arrow.slick-arrow,
    .article-slider .prev-arrow.slick-arrow {
        left: 15px;
    }
}

.graph {
    width: 100%;
}

/*.tab-nav-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.tab-nav-item {
    padding:100px 5vw;
    min-height: 200px;
    color: var(--darkblue);
    flex-grow: 1;
    font-size: 3em;
    text-align: center;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: .2s;
}

.tab-nav-item.active {
    background-color: var(--pink);
    color: #fff;
}

.tab-nav-item.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;

    border-top: 30px solid var(--pink);
    position: absolute;
    top: 100%;
    left: calc(50% - 30px);
}

.tab-item {
    display: none;
    background-color: var(--darkblue);
    color: #fff;
    padding: 100px 5vw;
}

.tab-item.active {
    display: block;
}*/

.graph-tab-nav-container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    border-radius: 30px;
    /*overflow: hidden;*/
    background: linear-gradient(90deg, transparent 0%, transparent 5%, #0450BC 5%,#0450BC 95%, transparent 95%);

}

.graph-tab-nav-item {
    padding:10px 5vw;
    height: 60px;
    color: #fff;
    background-color: #0450BC;
    flex-grow: 1;
    font-size: 1.8em;
    text-align: center;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 30px;
    width: 50%;
}

.graph-tab-nav-item.active {
    background-color: #fff;
    border-radius: 30px;
    /*overflow: hidden;*/
    z-index: 2;
    color: var(--darkblue);
    /*flex-grow: 1.2;*/
}

.graph-tab-nav-item.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;

    border-top: 20px solid #fff;
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
}

.graph-tab-item {
    display: block;
    padding: 50px 0 0;
    opacity: 0;
    position: absolute;
    z-index: unset;
    width: 100%;
    top: 0;
    left: 0;

}

.graph-tab-item.active {
    opacity: 1;
    position: relative;
    z-index: 1;
    transition: .5s;
}


.graph-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.graph-wrapper > div:first-child {
    width: calc(100% - 350px);
    position: relative;
}

.graph-wrapper > div:last-child {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.graph-stat {
    color: var(--yellow);
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
}

.graph-stat-content {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 30px;
}

.graph-input-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
}

.graph-region-map {
    margin-bottom: 30px;
    max-width: 600px;
    width: 100%;
}

.filter-item-container {
    margin-bottom: 30px;
}
.filter-item-container .fic-type {
    margin-bottom: 20px;
}
.graph-input-item {
    width: 100%;
    /*margin-bottom: 20px;*/
    position: relative;
}

.graph-input-item input {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 1.3em;
    outline: none;
    color: var(--yellow);
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}


.graph-cal-trigger {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 0;
}

.graph-cal-trigger:before,
.graph-cal-trigger:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--pink);
    position: absolute;
}

.graph-cal-trigger:after {
    transform: rotate(90deg);
}

/* Customize the label (the container) */
.graph-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    line-height: 1;
}

.graph-checkbox:hover {
    color: var(--yellow);
}

/* Hide the browser's default checkbox */
.graph-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.graph-checkbox-container {
    padding: 0;
    max-height: 250px;
    min-height: 200px;
    overflow-x: auto;
}

/* width */
.graph-checkbox-container::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.graph-checkbox-container::-webkit-scrollbar-track {
   /* box-shadow: inset 0 0 0 grey;*/
    border-radius: 3px;
    background-color: rgba(255,255,255,.15);
}

/* Handle */
.graph-checkbox-container::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 3px;
}

/* Handle on hover */
.graph-checkbox-container::-webkit-scrollbar-thumb:hover {
    background: var(--pink);
}

/* Create a custom checkbox */
.graph-checkbox .graph-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
}

/* On mouse-over, add a grey background color */
.graph-checkbox:hover input ~ .graph-checkmark {
    background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.graph-checkbox input:checked ~ .graph-checkmark {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

/* Create the checkmark/indicator (hidden when not checked) */
.graph-checkbox .graph-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.graph-checkbox input:checked ~ .graph-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.graph-checkbox .graph-checkmark:after {
/*    left: 9px;
    top: 5px;*/
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid var(--blue);
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.graph-cb-type input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.graph-cb-type.graph-cb-type-sort {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.graph-cb-type.graph-cb-type-sort .graph-cb-label {
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.graph-cb-label {
    padding: 2px 15px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--darkblue);
    background-color: #fff;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: .8em;
}

.graph-cb-label img {
    margin-right: 10px;
    height: 12px;
}

.graph-cb-label img.arrow-active {
    display: none;
}

.graph-cb-type input:checked ~ .graph-cb-label img.arrow-default {
    display: none;
}

.graph-cb-type input:checked ~ .graph-cb-label img.arrow-active {
    display: block;
}

.graph-cb-type input:checked ~ .graph-cb-label {
    background-color: var(--pink);
    color: #fff;
}

.graph-cb-type.cb_FC8C96 input:checked ~ .graph-cb-label {
    background-color: #FC8C96;
    color: var(--darkblue);
}

.graph-cb-type.cb_065AF8 input:checked ~ .graph-cb-label {
    background-color: #065AF8;
}

.graph-cb-type.cb_C61A86 input:checked ~ .graph-cb-label {
    background-color: #C61A86;
}

.graph-cb-type.cb_11D1B4 input:checked ~ .graph-cb-label {
    background-color: #11D1B4;
    color: var(--darkblue);
}

.graph-cb-type.cb_FB8C2C input:checked ~ .graph-cb-label {
    background-color: #FB8C2C;
    color: var(--darkblue);
}

.graph-cb-type.cb_EDED03 input:checked ~ .graph-cb-label {
    background-color: #EDED03;
    color: var(--darkblue);
}

.graph-cb-type.cb_065AF8 input:checked ~ .graph-cb-label {
    background-color: #065AF8;
}

.apexcharts-xaxis-inversed line {
    display: none;
}

.graph-cb-type {
    margin-bottom: 5px;
    margin-right: 5px;
}

.graph-tab-nav-container {
    margin-top: 25px;
}

.apexcharts-tooltip {
    background-color: #fff;
    color: #000;
    border-radius: 0!important;
}

.apexcharts-tooltip-title {
    text-align: center;
    background-color: #fff !important;
}

.graph-total.graph-area .apexcharts-tooltip {
    top: 0 !important;
    border-radius: 50px!important;
    border: 6px solid rgba(255,255,255,.5) !important;
    background-color: transparent;
}

.graph-sections.graph-area .apexcharts-tooltip {
    border-radius: 50px!important;
    border: 6px solid rgba(255,255,255,.5) !important;
    background-color: transparent;
}

.graph-sections.graph-bar .apexcharts-tooltip {
    border-radius: 50px!important;
    border: 6px solid rgba(255,255,255,.5) !important;
    background-color: transparent;
}

.apexcharts-tooltip .total-tooltip {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 150px;
    background-color: #fff;
    color: #000;
}

.graph-bar .apexcharts-tooltip .total-tooltip {
    background-color: var(--darkblue);
    color: #fff;
}

.apexcharts-tooltip .total-tooltip .tt-value {
    font-size: 1.5em;
    font-weight: 700;
}

.apexcharts-datalabel {
    display: flex;
    align-items: center;
    justify-content: center;
}

.apexcharts-datalabel > tspan:first-child {
    fill: #FC8C96 !important;
}

/*
.ui-datepicker table {
    display: none;
}*/

.graph-filter-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.ca-filter-graph {
    cursor: pointer;
}

.ca-filter-graph:hover {
    color: var(--yellow);
}

.graph-input-item input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,.45);
    opacity: 1;
    font-style: italic;
}

.graph-input-item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(255,255,255,.45);
    font-style: italic;
}

.graph-input-item input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(255,255,255,.45);
    font-style: italic;
}

.apexcharts-bar-area,
.apexcharts-yaxis-label,
.apexcharts-data-labels {
    transition: .2s;
}

@media all and (max-width: 992px) {

    .graph-wrapper {
        flex-wrap: wrap;
    }
    .graph-wrapper > div:first-child,
    .graph-wrapper > div:last-child{
        width: 100%;
    }

    .graph-tab-nav-item {
        font-size: .8em;
        flex: 1;
        height: 40px;
        border-radius: 20px;
    }

    .graph-tab-nav-item.active:after {
        top: 98%;
    }
}

.apexcharts-area:hover {
    fill: #FF0099 !important;
}

/*.extra-tt-info {
    position: absolute;
    bottom: 0;
}*/

.extra-tt-info a {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.extra-tt-info a img{
    height: 25px;
    transition: .2s;
}

.extra-tt-info a:hover img {
    margin-left: 5px;
}

.extra-tt-info-trigger {


    border-radius: 50%;
    bottom: 81px;
    border: 4px solid rgba(255,255,255,.5) !important;
    cursor: pointer;
    position: relative;
}

.extra-tt-info-trigger:after {
    height: 7px;
    width: 1px;
    background-color: #fff;
    content: '';
    top: 100%;
    position: absolute;
    left: 50%;
}

.extra-tt-info-trigger > div {
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
}

.extra-tt-info-trigger > div:before,
.extra-tt-info-trigger > div:after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: var(--pink);
    position: absolute;
}

.extra-tt-info-trigger > div:after {
    transform: rotate(90deg);
}

.extra-info-content {
    background-color: #fff;
    padding: 20px 35px 20px 20px;
    position: absolute;
    bottom: calc(100% + 100px);
    min-width: 160px;
    width: 100vw;
    max-width: 300px;
    display: none;
}
.extra-tt-info.active .extra-info-content {
    display: block;
}
.extra-tt-info {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
}

.extra-info-content p {
    color: var(--darkblue);
    margin-bottom: 0;
}

.extra-info-content:after{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: '';
    border-top: 15px solid #fff;
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
}

.ei-close {
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.ei-close:before,
.ei-close:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: var(--pink);
}

.ei-close:after {
    transform: rotate(90deg);
}

.graph-total {
    position: relative;
}

.extra-label-wrapper {
    position: absolute;
    width: calc(100% - 98px);
    bottom: 0;
    z-index: 2;
    display: flex;
    left: 45px;
}

.icc-month-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    color: var(--darkblue);
    padding: 5px;
    font-weight: 500;
    display: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.icc-mp-open .icc-month-picker {
    display: block;
}


.icc-month-picker-months {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 300px;
}

.icc-month-picker-year {
    font-weight: 700;
}

.icc-month-picker-months > div {
    width: 16.67%;
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 2px 0;
    position: relative;
    cursor: pointer;
}

.icc-month-picker-months .icc-mpm-disabled {
    opacity: .5;
    cursor: default;
}

.icc-month-picker-months > div span {
    z-index: 1 !important;
}

.icc-month-picker-months > div.month-selected {
    background-color: rgba(237,237,70,.4);
}

.icc-month-picker-months > div.icc-mpm-right,
.icc-month-picker-months > div.month-end{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.icc-month-picker-months > div.icc-mpm-left,
.icc-month-picker-months > div.month-start{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.icc-month-picker-months > div.month-start:before,
.icc-month-picker-months > div.month-end:before{
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-color: #EDED46;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.icc-month-picker-months > div.month-end {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.icc-month-picker-container-wrapper {
    background-color: #F2F4F7;
    padding: 15px;
    max-height: 200px;
    overflow-y: auto;
}

/* width */
.icc-month-picker-container-wrapper::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.icc-month-picker-container-wrapper::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 0 grey;*/
    border-radius: 3px;
    background-color: rgba(255,255,255,.15);
}

/* Handle */
.icc-month-picker-container-wrapper::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 3px;
}

/* Handle on hover */
.icc-month-picker-container-wrapper::-webkit-scrollbar-thumb:hover {
    background: var(--pink);
}

.icc-mpm {
    margin-bottom: 15px;
}

.icc-mp-date-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(112,112,112,.3);
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.icc-month-picker-input-wrapper {
    padding: 20px 10px;
}

.icc-month-picker-input-wrapper > p {
    font-size: .8em;
}

.icc-mp-date-container > div {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.icc-mp-date-container label {
    margin: 0;
    font-size: .8em;
}

.icc-mp-date-container span {
    font-weight: 700;
    color: var(--pink);
    min-height: 24px;
}

.icc-mp-controls {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icc-mp-triggers {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.icc-mp-apply {
    background-color: var(--yellow);
    margin-right: 20px;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: none;
    padding: 5px 15px;
    color: var(--blue);
    font-weight: 700;
    font-size: .9em;
    cursor: pointer;
}

.icc-mp-apply img {
    margin-right: 5px;
    height: 13px;
}

.icc-mp-close {
    width: 20px;
    height:20px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.icc-mp-clear {
    cursor: pointer;
    font-size: .9em;
}

.icc-mp-close:before,
.icc-mp-close:after {
    width: 100%;
    height: 1px;
    background-color: var(--pink);
    content: '';
    position: absolute;
}

.icc-mp-close:after {
    transform: rotate(90deg);
}

.graph-input-item .start-date-display,
.graph-input-item .end-date-display,
.graph-input-item .area-display{
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.3);
    background-color: transparent;
    width: 100%;
    padding: 10px 0;
    font-size: 1.3em;
    color: rgba(255,255,255,.5);
    outline: none;
    font-style: italic;
    cursor: pointer;
    padding-right: 30px;
}

.graph-input-item .start-date-display.has-date,
.graph-input-item .end-date-display.has-date,
.graph-input-item .area-display.has-area{
    color: var(--yellow);
    font-style: normal;
}

.graph-tab-container {
    opacity: 0;
    transition: .5s;
    position: relative;
}

.editor-styles-wrapper .graph-tab-container {
    opacity: 1;
}

.show-graph-tab-container {
    opacity: 1;
}

.editor-styles-wrapper .graph-wrapper > div:first-child {
    min-height: 400px;
}

.icc-error {
    color: var(--pink);
}

.has-text-field #wp-link .query-results {
    top: 250px;
}

.icc-fade {
    opacity: 0;
    transition: .5s !important;
}

.icc-fade.icc-fade-in,
.editor-styles-wrapper .icc-fade{
    opacity: 1;
}

.graph-checkbox-checked {
    width: 95%;
}

.graph-checkbox-checked .graph-checkbox {
    display: none;
}

.graph-checkbox-checked .graph-checkbox.active-cb {
    display: block;
}

.graph-checkbox-checked.cb-has-active{
    border-bottom: 1px solid rgba(255,255,255,.2);
    margin-bottom: 20px;
    padding-bottom: 8px;
}

.graph-checkbox-unchecked .graph-checkbox {
    display: block;
}

.graph-checkbox-unchecked .graph-checkbox.active-cb {
    display: none;
}

.graph-checkbox-main-mobile .graph-input-item {
    display: none;
}

.graph-checkbox-main-mobile .icc-month-picker-input-wrapper {
    display: none;
}

.graph-checkbox-mobile {
    width: 100%;
}

.search-results > div {
    margin-bottom: 20px;
}

.search-results h3 {
    font-size: 1.6em;
}

@media all and (max-width: 1250px) and (min-width: 993px) {
    .graph-wrapper > div:first-child {
        width: calc(100% - 220px);
    }

    .graph-wrapper > div:last-child {
        width: 200px;
    }
}

@media all and (max-width: 992px) {
    .tab-nav-container {
        flex-wrap: nowrap;
        width: 100vw;
    }

    .tab-nav-item {
        font-size: 1.2em;
        padding: 50px 5vw;
    }

    .icc-mp-open .icc-month-picker,
    .icc-mp-open .graph-checkbox-mobile{
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        z-index: 10000000 ;
    }

    .icc-month-picker-container-wrapper{
        max-height: calc(100vh - 220px) !important;
    }

    .graph-checkbox-mobile .graph-checkbox-container {
        max-height: calc(100vh - 160px) !important;
    }

    .icc-mp-body-open {
        overflow: hidden;
    }

    .icc-mp-body-open * {
        z-index: unset !important;
    }

    .icc-mp-body-open .icc-mp-open .icc-month-picker,
    .icc-mp-body-open .icc-mp-open .graph-checkbox-mobile{
        z-index: 1000000000000 !important;
    }
    .icc-mp-body-open .extra-tt-info.active .extra-info-content {
        z-index: 1000000000000 !important;
        max-width: unset;
    }

    .ei-close {
        width: 30px;
        height: 30px;
        top: 5vh;
        right: 20px;
    }

    .extra-info-content {
        padding:  20vh 45px;
    }

    .extra-tt-info-trigger > div {
        width: 15px;
        height: 15px;
    }

    .extra-tt-info-trigger {
        bottom: 72px;
    }

    .extra-tt-info.active .extra-info-content{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        z-index: 10000;
        overflow: auto;

    }

    .extra-info-content p {
        font-size: 1.5em;
    }

    .graph-checkbox-main-mobile .graph-input-item {
        display: block;
    }

    .graph-checkbox-main-mobile .icc-month-picker-input-wrapper {
        display: block;
    }


    .graph-checkbox-mobile {
        background-color: #fff;
        padding: 2px;
        width: 100%;
    }

    .graph-checkbox-mobile {
        display: none;
    }

    .icc-mp-open .graph-checkbox-mobile {
        display: block;
    }

    .graph-checkbox-container {

    }

    .graph-checkbox-mobile .graph-checkbox-container {
        background-color: #F2F4F7;
        padding: 15px;
        max-height: 200px;
        overflow-y: auto;
    }

    .graph-checkbox-mobile .graph-checkbox {
        color: var(--darkblue);
    }

    .graph-checkbox-mobile .graph-checkbox .graph-checkmark {
        border-color: var(--darkblue);
    }

    .graph-checkbox-mobile .graph-checkbox-checked.cb-has-active {
        border-color: var(--darkblue);
    }

    /* width */
    .graph-checkbox-mobile .graph-checkbox-container::-webkit-scrollbar {
        width: 5px;
    }

    .graph-checkbox-mobile .icc-mp-clear {
        color: var(--darkblue);
    }

    /* Track */
    .graph-checkbox-mobile .graph-checkbox-container::-webkit-scrollbar-track {
        /* box-shadow: inset 0 0 0 grey;*/
        border-radius: 3px;
        background-color: rgba(255,255,255,.15);
    }

    /* Handle */
    .graph-checkbox-mobile .graph-checkbox-container::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 3px;
    }

    /* Handle on hover */
    .graph-checkbox-mobile .graph-checkbox-container::-webkit-scrollbar-thumb:hover {
        background: var(--pink);
    }

    .blog-header h2 {
        min-width: 100%;
    }
}