/* 
blue:  #27323F
orange: #d28430
grey: #f6f3f1;

*/
.datamaps-hoverover {
    z-index: -999 !important;
    pointer-events: none;
}
.datamaps-hoverover.active {
    z-index: 9999 !important;
}

body {
    font-family:  sans-serif;
    font-size: 18px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

.h1, h1 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #FE5800;
    max-width: 720px;
    margin: auto;
    /* text-shadow: 2px 2px #fff, 8px 8px #ef533f, 14px 14px #f3ab00; */
}
.banner{
    max-width: 640px;
    width: 100%;
}
.intro,.based{
 max-width: 720px; margin: auto;
}

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


.logo-wrap {
    background: #000000;
    padding: 20px 30px;
    display: inline-block;
    width: 280px;
    margin: 20px auto 0;
}


.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: 20px;
    line-height: 2.6rem;
    padding: 30px;
    position: relative;
    left: 0;
    background-color: #ffffff;
    color: #000;
    border-radius: 5px !important;
    max-width: 300px;
    box-shadow: 0px 0px 62px 0 rgba(0, 0, 0, 0.33);
    border: 5px solid #bb551e;
    width: 100%;
}



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

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

.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: -105%;
    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-links-container {
    /* background-image: url(../images/grass-bg_10.png); */
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
    z-index: 10;
    margin: 0 -15px
}

.share-links-container:after,
.share-links-container:before {
    content: " ";
    position: absolute;
    /* background-image: url(../images/Political-Yard-Signs_10.png); */
    width: 126px;
    height: 144px;
    bottom: 15px;
    left: 20%;
    z-index: -1
}

.share-links-container:after {
    /* background-image: url(../images/Political-Yard-Signs_12.png); */
    right: 20%;
    left: auto
}

.share-links-container .share-links-grass {
    /* background-image: url(../images/grass-bg_10.png); */
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
    padding: 0px 0 100px
}

.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: #FE5800;
    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: #bb551e;
    color: #fff;
}

/* Para */

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

.para-inner {
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}


.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 #FE5800;
    padding: 30px;
    border-radius: 10px !important;
    position: relative;
    margin-top: 60px;
    min-height: 140px;
    font-size: 18px;
    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/icon2.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/icon3.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -46px;
    left: 0;
    right: 0;
    margin: auto;
}

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

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









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

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

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


}

@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: 20px 0 0;
    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;
        }
        .stats {
            margin-top: -90px;
        }
        
        .para-inner {
            position: relative;
            transform: scale(1.2);
            opacity: 0.5;
        }
        h1 {
            font-size: 32px;
        }
    }


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

        h1 {
            font-size: 28px;
        }
        .background-parallax{
            height: 100%;
        }
        .para-inner {
            position: relative;
            top: 16%;
      
        }
        svg.datamap {
            height: 110%;
        }
 
    }

    @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-layer {
            position: fixed;
            left: 0;
            right: 0;
            margin: auto;
            top: 6%;
            max-width: 75%;
            padding: 20px 15px 30px;
        }
        .stats table{width: 100%;}
        h1 {
            font-size: 34px;
            padding: 10px 0;
            
        }

        img.banner {
            padding: 0 20px;
        }
        .datamap .labels text, .datamap line {
            font-size: 7px !important;
        }
        svg.datamap {
            width: 110%;
            height: 100%;
            margin-left: -5%;
        }

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

     
        h1 span {
            display: block;
        }
    }

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