/* 
blue:  #1393ff

*/
.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: 580px;
}

.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;
}

.based {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3rem;
}

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


.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);
}

.Banner {
    max-width: 800px;
    margin: auto;
}

.Banner img {
    width: 100%;
}

h1 {
    font-size: 6rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #36c7e7;
    font-family: proxima-nova, sans-serif;
    font-weight: 900;
    font-style: normal;
  
}



.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: 25px 4rem;
    display: inline-block;
    width: 350px;
    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 3rem;
    position: relative;
    left: 0;
    background-color: #ffffff;
    color: #000;
    border-radius: 30px !important;
    max-width: 300px;
    box-shadow: 0px 0px 62px 0 rgba(0, 0, 0, 0.4);
    /* border: 5px solid #000; */
    width: 100%;
}

.stats-layer h4 {
    color: #36c7e7;
    font-size: 20px;
    font-weight: 700;
}

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 {
    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: rgb(138 202 107);
    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: #36c7e7;
    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%);
    }
}


/* Boxes */

.wrap-boxes {
    max-width: 780px;
    margin: auto;
    padding: 2rem;
}

.mini-wrap {
    display: flex;
}

.box {
    padding: 4rem;
    border-radius: 30px !important;
    position: relative;
    min-height: 140px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 1%;
    background: #fff;
    text-align: left;
    box-shadow: 0px 10px 30px #dfdfdf;
    align-items: start;
    justify-items: left;
    justify-content: left;
    position: relative;
    overflow: hidden;
    color: #000000;

}

.box img,
.box p {
    position: relative;
    z-index: 1;
    width: 100%;
}

.box.mini {
    margin: 1%;
    width: 31.5%;
    align-items: baseline;
    flex-direction: column;
}

.box.mini img {
    margin-bottom: 2rem;
}

.box.mini:after {
    height: 400px;
    width: 400px;
    background: rgb(19 147 255 / 5%);
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 0;
    top: -20%;
    left: -33%;
    right: 0;
    margin: auto;
}


.box i {
    position: absolute;
    top: 0;
    background: #1393ff;
    color: #fff;
    text-align: center;
    left: 0;
    padding: 11px 18px;
    border-radius: 0 0 30px 0 !important;
}

.box ul {
    list-style: none
}

.box b {
    color: #36c7e7;
}


div#b-1 {
    font-size: 20px;
    align-items: center;
    padding: 3rem 4rem;
}


div#b-2 {
    font-size: 20px;
    padding: 3rem 4rem;
    align-items: center;
    flex-direction: row-reverse;
}


#b-6 {
    font-size: 20px;
    padding: 3rem 4rem;
    align-items: center;
}

#b-6 p {
    position: relative;
    position: relative;
    z-index: 1;
    width: 100%;
    flex: 1 1 60%;
}

#b-1 img,
#b-6 img {
    max-width: 230px;
    margin: 0 4rem 0 0;
}

#b-1:after , #b-2:after, #b-6:after {
    height: 500px;
    width: 500px;
    background: #36c7e710;
    content: "";
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 0;
    left: -15%;
}
div#b-2:after {
    left: auto;
    right: -15%;
}




div#b-2 img {
    max-width: 230px;
    margin: 0 0 0 5rem;
}



.infographic-container img {
    margin: 0 auto;
}

img {
    vertical-align: middle;
}

* {
    border-radius: 0 !important;
}

*,
:after,
:before {
    box-sizing: border-box;
}


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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

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

*,
:after,
:before {
    box-sizing: border-box;
}

*,
:after,
:before {
    box-sizing: border-box;
}





p.state {
    color: #36c7e7;
    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;

}




@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;
        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;
    }

    .mini-wrap {
        display: flex;
        flex-direction: column;
    }


    .box.mini {
        width: auto;
        margin: 2rem 1%;
        flex-direction: row;
        align-items: center;
        padding: 2rem;
    }

    .box.mini img {
        margin-bottom: 0;
        max-width: 220px;
        margin-right: 4rem;
    }

    .box.mini:after {
        top: -60px;
        left: -4%;
        right: auto;
    }

}

@media screen and (max-width: 720px) {
    div#b-6 {
        flex-direction: column;
    }

    #b-6:after {
        left: 0;
        right: 0;
        margin: auto;
        top: -30%;
    }

    #b-6 img {
        max-width: 230px;
        margin: 0;
    }

    .box ul {
        width: 100%;
        padding: 0 0px;
    }
}


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

    #map1,
    #map2,
    #map3 {
        height: 300px;
        overflow-x: hidden;
    }

    .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: 44px;
        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: 280px;
    }

    .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;

    }

    .box {
        flex-direction: column !important;
    }

    .box.mini img {
        margin: 0 auto 2rem;
    }

    .box.mini:after {
        top: -30%;
        left: -3% !important;
        right: 0 !important;
    }

    div#b-2 img {
        max-width: 220px;
        margin: 0;
    }

    #b-1 img,
    #b-6 img {
        max-width: 220px;
        margin: 0;
    }

    div#b-2:after,
    #b-1:after {
        top: -30%;
    }

    .box.mini {
        padding: 4rem;
        font-size: 20px;
    }

    #b-6:after {
        left: -14%;
        top: -30%;
    }
}

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

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