body {
    margin: 0;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    transform-origin: top;
    padding-top: 50px;;
}

h1,h2{font-weight: 800;}
h1 {
    font-size: 4rem;
    padding: 2rem;
    margin: 2rem 0 0rem;
    color: #1595ad;
}
h2 {
    font-size: 3.5rem;
    border-bottom: 1px solid #000;
    color: #1595ad;
    padding: 1rem 0;
    margin-bottom: 3rem;
}

div#slide-50 h2 {
    position: absolute;
    top: 0;
    color: #fff;
    border: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    background: rgba(21, 149, 173, 0.7);
    left: 15px;
    right: 15px;
    padding: 2rem 2rem 2rem 3rem;
    margin: 0;
    font-size: 3rem;
}

div#slide-50 span.number {
    display: none !important;
}

div#slide-50 p {
    margin-top: 30px;
}

h3{
    font-size: 3rem;
    border-bottom: 2px solid;
    color: #333;
    padding: 1rem 0 4rem;
    margin-bottom: 5rem;
}
strong {
    text-transform: uppercase;
    color: #333;
    margin-right: 5px;
}
.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: 40px 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
}

a {
    color: #b5b5b5;
}

p, li {
    font-size: 20px;
}

.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: #333;
    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: #666;
    color: #fff
}

@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:768px) {
    .share-links {
        max-width: 280px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .share-links .btn {
        max-width: 130px
    }
}

@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: 40px 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
    }
}
* {box-sizing:border-box}



/* Slideshow container */
.slideshow-container {
  max-width: 1170px;
  position: relative;
  margin: auto;
  margin-top: 20px;
  max-width: 700px;
}

/* Hide the images by default */
.mySlides {
    display: none;
    /* background: #f1f2f3; */
    opacity: 1;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    box-shadow: 0px 0px 20px #f5f5f5;

}

span.number {
    background: #000000;
    height: 60px;
    width: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    border-radius: 50%;
    position: absolute;
    z-index: 999;
    left: -25px;
    top: 20px;
}
span.state {
    position: absolute;
    z-index: 998;
    background: #fff;
    padding: 16px 30px 12px;
    font-size: 24px;
    top: 70px;
    border-radius: 10px;
    left: -20px;
    font-weight: 800;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 180px;
    width: auto;
    margin-top: 0;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: #000000;
    border-radius: 50px !important;
    left: -20px;

}

/* Position the "next button" to the right */
.next {
  right: -20px;
  left: auto;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #989898;
    font-size: 15px;
    padding: 70px 50px 40px;
    /* position: absolute; */
    bottom: 8px;
    /* width: 100%; */
    text-align: left;
}

.text i {
    color: #1595ad;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 34px;
    padding: 2rem;
    position: absolute;
    top: 0;
    background: rgba(51, 51, 51, 0.8);
}

/* The dots/bullets/indicators */
.infograph-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 3px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  font-size: 0px;
  color: #fff;
  margin: 10px 9px 0 0 !important;
}

.active, .infograph-dot:hover {
  background-color: #333;
  transform: scale(1.8);
  font-size: 7px;
  line-height: 15px;


}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

a.logo-link {
    margin: 10rem auto 0;
    width: 300px;
    display: block;
}
a.logo-link img {
    width: 100%;
}

.dots-wrap {
    position: absolute;
    top: 44rem;
    width: 600px;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    flex-basis: unset;
    flex-wrap: wrap-reverse;
}

.text h1 {
    color: #333;
    margin: 8rem 0 0;
    font-size: 7rem;
    padding: 3rem 0 0;
    border-bottom: none;
}
.prev:hover, .next:hover{ color: #fff; opacity: 0.5; text-decoration: none;}

span.at-icon-wrapper {
    background: #333 !important;
}

@media screen and (max-width:1024px){
    .text {
        padding: 40px;
    }
    .text h1 {
        font-size: 4rem;

    }
    h1 {
        font-size: 4rem;
    }



    h2 {
        font-size: 3rem;
        border-bottom: 1px solid #000;
        color: #1595ad;
        padding: 0rem 0 1.5rem;
        margin-bottom: 2rem;
        margin-top: 0rem;
    }

    .numbertext {
        font-size: 20px;
        padding: 1.5rem;

    }
    .dots-wrap {
       display: none;
    }

    .infograph-dot {
        margin: 0 2px;
    }
    .slideshow-container {
        max-width: 620px;
    }


}
@media screen and (max-width:769px){
    .text {
        padding: 50px 30px 20px;
    }
}
@media screen and (max-width:500px){
    .dots-wrap {
        display: none;
    }
    .prev{
        left: 0;

    }
    .next{right: 0;}
    .prev, .next {
        padding: 30px 15px;
        color: white;
        font-weight: bold;
        font-size: 15px;
        top: 100px;
    }

    .text {
        padding: 0 30px 20px;
    }


    a.logo-link img {
        width: 100%;
        padding: 0 4rem;
    }
    h3 {
        margin-bottom: 1rem;
    }

    .text h1 {
        color: #333;
        margin: 5rem 0 0;

        padding: 3rem 0 0;
        border-bottom: none;
    }
    a.logo-link {
        margin: 3rem auto 0;
        width: 100%;
        display: block;
    }
    .infograph-dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #FFF;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        box-shadow: 0 0 60px;
    }
    .active, .infograph-dot:hover {
        background-color: #333 !important;
    }
    span.state {
        position: absolute;
        z-index: 998;
        background: #fff;
        padding: 10px 20px 9px;
        font-size: 20px;
        top: 27px;
        border-radius: 10px;
        left: 30px;
        font-weight: 800;
    }
    span.state {
        position: absolute;
        z-index: 998;
        background: #fff;
        padding: 10px 20px 9px 51px;
        font-size: 20px;
        top: -24px;
        border-radius: 10px;
        left: 20px;
        font-weight: 800;
        width: 82%;
        text-align: center;
    }

    span.number {
        height: 50px;
        width: 50px;
        display: block;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 26px;
        font-weight: 800;
        position: absolute;
        z-index: 999;
        left: 0;
        right: 0;
        margin: auto;
        top: -20px;
    }
    .slideshow-container {
        margin-top: 50px;
    }
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2.5rem;
        border-bottom: 1px solid #000;
        color: #1595ad;
        padding: 1rem 0 1.5rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }
    div#slide-50 h2 {
        right: 15px;
        padding: 1rem 1rem 1rem 2rem;
        font-size: 2rem;
    }

}
