/* 

*/

@font-face {
    font-display: swap;
    font-family: "Chronicle";
    src: url(../fonts/chronicle-display-roman.otf);
    src: local('☺'),url(../fonts/chronicle-display-roman.woff) format('woff'),url(../fonts/chronicle-display-roman.otf) format('opentype')
}
.datamaps-hoverover {
    z-index: -999 !important;
    pointer-events: none;
}
.datamaps-hoverover.active {
    z-index: 9999 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

#map1, #map2, #map3 {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    max-width: 1170px;
    position: static;
    margin: 0 auto;
    transition: 0.2s;
    opacity: 1;
    z-index: -999;
    left: 0;
    right: 0;
    height: 100%;
}
.map-wrap{ 
    width: 100%;
    max-width: 1170px;
    margin: auto;
    height: 600px;
    position: relative;
}

.maps.active{     
    z-index: 9 !important;
    opacity: 1 !important;
    display: block !important;
}


.pager {
    max-width: 300px;
    margin: 50px auto 0px;
    position: relative;
    height: 120px;
}

p.pager-text {
    margin: 10px;
}

.icon-wrap {
    width: 50%;
    float: left;
    padding: 0 25px;
    font-size: 18px;
    line-height: 1.2em;
    cursor: pointer;
}


span.\30 \% {
    display: none;
}

.icon-1{
    background-image: url(../images/icon-1.png); 
    background-repeat: no-repeat;
    background-size: contain;
    height: 85px;
    width: 85px;
    margin: 10px auto 0; 
    transition: 0.2s;
    opacity: 0.5;
}
.active .icon-1{background-image: url(../images/icon-1.png);  opacity: 1; }
.icon-wrap:hover .icon-1{background-image: url(../images/icon-1.png); transform: scale(0.95); }

.icon-2{
    background-image: url(../images/icon-2.png); 
    background-repeat: no-repeat;
    background-size: contain;
    height: 85px;
    width: 85px;
    margin: 10px auto 0; 
    transition: 0.2s;
    opacity: 0.5;
}
.active .icon-2{background-image: url(../images/icon-2.png);  opacity: 1;  }
.icon-wrap:hover .icon-2{background-image: url(../images/icon-2.png); transform: scale(0.95);}

.icon-3{
    background-image: url(../images/icon-3.png); 
    background-repeat: no-repeat;
    background-size: contain;
    height: 85px;
    width: 85px;
    margin: 10px auto 0; 
    transition: 0.2s;
    opacity: 0.5;
}
.active .icon-3{background-image: url(../images/icon-3.png);  opacity: 1;  }
.icon-wrap:hover .icon-3{background-image: url(../images/icon-3.png); transform: scale(0.95);}



h1 {
    font-family: "Chronicle";
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
}

.h3, h3 {
    font-size: 5rem;
    color: #0072ce;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Chronicle";
}

.banner {
    max-width: 780px;
    width: 100%;
    margin: 2rem auto !important;
}


.datamaps-hoverover{font-family: inherit !important;}
path.datamaps-subunit{cursor: pointer}
#map {
    width: 100%;
    height: 600px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    max-width: 1170px;
    position: relative;
    margin: 0 auto
}




.logo-wrap {
    padding: 0 1rem;
    display: inline-block;
    width: 250px;
    margin-bottom: 15px;
}


.stats-layer {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.4em;
    padding: 3rem 3rem 2rem;
    position: relative;
    left: 0;
    background-color: #ffffff;
    color: #000;
    /* border-radius: 20px !important; */
    max-width: 300px;
    box-shadow: 0px 0px 62px 0 rgba(0, 0, 0, 0.33);
    border: 5px solid #000;
    width: 100%;
}


div#map1 .stats-layer:before{ content: ""; display: block; height: 60px; width: 60px; background-image: url(../images/icon-1.png); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; left: 0; right: 0; top: -32px; margin: auto;}
div#map2 .stats-layer:before{ content: ""; display: block; height: 60px; width: 60px; background-image: url(../images/icon-2.png); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; left: 0; right: 0; top: -32px; margin: auto;}
div#map3 .stats-layer:before{ content: ""; display: block; height: 60px; width: 60px; background-image: url(../images/icon-3.png); background-repeat: no-repeat; background-position: center; background-size: contain; position: absolute; left: 0; right: 0; top: -32px; margin: auto;}



.stats-layer .heading, .stats-layer h4{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    color: #000;
    text-shadow: -3px 2px 0 #fff;
}

.stats-layer p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 1.6em;
}

.stats-layer p em {
    margin-right: 10px
}

.datamap .labels text,
.datamap line {
    stroke: #111 !important;
    fill: #fff;
}

.stats table {
    text-align: left;
    width: 180px;
}

.stats table td:first-child {
    width: 80%;
}

.stats table th{
    font-size: 24px;
}

.icon {
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    top: -115%;
    line-height: 140px;
    text-align: center;
    color: #fff;
    bottom: 0;
    margin: auto;
    background-image: url(../images/icon.png);
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    right: 0;
    margin: auto;
}

.icon:before {
    font-size: 66px;
}




.share-link {
    width: 100%;
    max-width: 180px
}

.share-link a {
    width: 100% !important
}

.share-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin: 30px auto 0;
    max-width: 380px
}

.share-links,
.share-links .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.share-links .btn {
    margin: 0 10px;
    padding: 10px 20px !important;
    min-height: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    border: none !important;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    top: 0;
    width: 100%;
    max-width: 180px;
}

.share-links .btn:hover {
    box-shadow: none;
    background-color: #49679d;
    color: #fff;
}

/* Para */

.background-parallax {
    text-align: center;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 140%;
    left: 0;
    overflow: hidden;
    /* transform: scale(1.2); */
}

.para-inner {
    position: relative;
    height: 100%;
    width: 100%;
    top: -10%;
}


.background-parallax img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    transform: scale(1.2);
}
.background-parallax img:nth-child(1) {
    animation: fly  8s ease-in-out infinite alternate;
 
}
.background-parallax img:nth-child(2) {
    animation: fly1  8s ease-in-out infinite alternate;

}
.background-parallax img:nth-child(3) {
    animation: fly2  8s  ease-in-out infinite alternate;

}
.background-parallax img:nth-child(4) {
    animation: fly3  8s  ease-in-out infinite alternate;
 
}
.background-parallax img:nth-child(5) {
    animation: fly4  8s  ease-in-out infinite alternate;
}
.background-parallax img:nth-child(6) {
    animation: fly5  8s  ease-in-out infinite alternate;
}
.background-parallax img:nth-child(7) {
    animation: fly6  8s  ease-in-out infinite alternate;
}
.background-parallax img:nth-child(8) {
    animation: fly7   8s ease-in-out infinite alternate;
}
.background-parallax img:nth-child(9) {
    animation: fly8  8s  ease-in-out infinite alternate;
}


.datamaps-hoverover{
    margin-left: -150px;
    margin-top: 50px;
}





@keyframes fly {from{transform: translateY(5%);}  to {transform:translateY(0)}}
@keyframes fly1 {from {transform: translateY(0)} to {transform: translateY(10%);}}
@keyframes fly2 {from {transform: translateY(3%);} to {transform: translateY(0)}}
@keyframes fly3 {from {transform:translateY(0)} to {transform: translateY(1%);}}
@keyframes fly4 {from {transform:translateY(0)} to {transform: translateY(4%);}}
@keyframes fly5 {from {transform: translateY(6%);} to {transform:translateY(0)}}
@keyframes fly6 {from {transform:translateY(0)} to {transform: translateY(7%);}}
@keyframes fly7 {from {transform:translateY(0)} to {transform: translateY(8%);}}
@keyframes fly8 {from {transform: translateY(9%);} to {transform:translateY(0)}}
@keyframes fly9 {from {transform:translateY(0)} to {transform: translateY(2%);}}


.box {
    border: 3px solid #000;
    padding: 30px;
    border-radius: 10px !important;
    position: relative;
    margin-top: 60px;
    min-height: 140px;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #fff;
}

.box:before{
    content: "";
    display: block;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background-image: url(../images/icon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;

}

.b-2:before{
    content: "";
    display: block;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background-image: url(../images/icon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;
}
.b-3:before{
    content: "";
    display: block;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    background-image: url(../images/icon.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;
}

del {
    color: #000;
    display: inline-block;
    text-decoration: none !important;
    position: relative;
}

del:after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #000;
    height: 4px;
    position: absolute;
    left: 0;
    top: 52%;
}


p.state {
    color: #00b1b1;
    font-weight: 700;
    font-size: 24px;
}

p.date {
    font-weight: 700;
    font-size: 20px;
}


.intro{

    font-size: 22px; max-width: 740px; padding: 0 2rem; margin: 20px auto 0;

}
.extro{
    font-size: 20px;
    padding: 20px;
    margin-bottom: 3rem;
}




@media screen and (max-width:799px) {
    #map {
        height: 400px
    }
}

@media screen and (max-width:767px) {
    #map {
        height: 300px
    }
}

@media screen and (max-width:599px) {
    #map {
        height: 250px
    }
}

@media screen and (max-width:1180px) {
    .share-links-container:before {
        left: 10%
    }
    .share-links-container:after {
        right: 10%
    }
}

@media screen and (max-width:899px) {
    .share-links-container:before {
        left: 5%
    }
    .share-links-container:after {
        right: 5%
    }
}

@media screen and (max-width:769px) {
    .share-links {
        max-width: 280px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .share-links .btn {
        max-width: 130px
    }


    .flaticon-ice-cream:before {
        left: 17%;
        font-size: 60px !important;
    }
}

@media screen and (max-width:620px) {
    .share-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .share-links .btn {
        max-width: none;
        margin: 0;
        min-height: 40px
    }
    .share-links .share-link {
        margin: 5px 0;
        max-width: 150px
    }
    .share-links-container .share-links-grass {
        padding: 10px 0 60px
    }

    .h1, h1 {
        font-size: 56px;
        text-transform: uppercase;
        /* text-shadow: 0 0 50px #fff, 0 0 40px #fff, 0 0 100px #fff; */
        background-color: rgba(255, 255, 255, 0.36);
        padding: 20px;
    }
}

@media screen and (max-width:499px) {
    .share-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .share-link.embed-link {
        display: none
    }
}

@media screen and (max-width:470px) {
    .share-links-container:after,
    .share-links-container:before {
        display: none
    }
}



* {
    border-radius: 0 !important
}

a .at-icon-wrapper {
    display: none
}

div.atclear {
    clear: both;
    display: inline
}

.btn-group-lg>.btn,
.btn-lg {
    line-height: 1.3333333 !important;
    margin-bottom: 0 !important
}

.infographic-container {
    padding: 2rem 0 5rem;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.infographic-container img {
    margin: 0 auto
}

.vertical-alignment-helper {
    height: 100%
}

.vertical-alignment-helper .vertical-align-bottom {
    bottom: 140px;
    position: fixed;
    left: 0;
    right: 0;
    top: auto !important
}

textarea {
    font-family: Courier New, sans-serif;
    font-size: 12px !important;
    height: 120px;
    display: block
}
.site_link{ background: #7C84AD;
    display: block;
    margin-left: -15px;
    padding: 4rem;
    margin-right: -15px;}

    svg.datamap {
        width: 100%;
        height: 100%;
    }

  

    @media screen and (max-width: 1100px){

        .background-parallax img {
            width: 100%;
            height: auto;
        }
    
        .icon {
            top: -80px;
            transform: scale(0.85);
            position: relative;
        }
       
        
        .para-inner {
            position: relative;
            transform: scale(1.2);
            opacity: 0.5;
        }
    }


    @media screen and (max-width: 769px){

        h1 {
            font-size: 46px;
        }
        .background-parallax{
            height: 100%;
        }
        .para-inner {
            position: relative;
            top: 0px;
            opacity: 0.3;
        }
        svg.datamap {
            height: 110%;
        }
        .background-parallax img {
            bottom: auto;
        }
        .map-wrap {
            height: 500px;
        }
 
    }

    @media screen and (max-width: 480px){
        .para-inner {
            position: relative;
            top: 30px;
        }
        #map {
            margin-left: -20px;
        }
        .icon {
            right: 0;
            bottom: -50px;
            transform: scale(0.6);
            top: auto;
            left: 0;
            margin: auto;
            position: absolute;
        }
        .stats {
            margin-top: 0;
        }

        .stats table{width: 100%;}
        h1 {
            font-size: 36px;
            padding: 10px 2rem;
            
        }

        img.banner {
            padding: 0 20px;
        }
        .datamap .labels text, .datamap line {
            font-size: 7px !important;
        }
        

        del {
            color: #000;
            display: inline-block;
            text-decoration: none !important;
            position: relative;
            /* width: 100%; */
            display: inline-block;
        }

     
        h1 span {
            display: block;
        }

        svg.datamap {
            height: 100%;
            transform: scale(1.15);
        }

        .map-wrap {
            height: 300px;
        }

        .datamaps-hoverover{ z-index: 999!important;}

        .datamaps-hoverover.active {
            left: 0 !important;
            right: 0 !important;
            margin: auto;
        }

        .stats-layer {
            position: absolute;
            left: 0;
            right: 0;
            top: -320px !important;
            max-width: 70%;
            padding: 30px 20px 20px;
            margin: auto;
        
        }
    }

    @media screen and (max-width: 380px){
    
}
    @media screen and (max-width: 320px){
   
}
