@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,400&display=swap');

html {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    font-size: 100%
}

body {
    background: #eee;
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

a {
    color: #058d88;
    text-decoration: none;
}

a:hover {
    color: darkturquoise;
}

.header {
    font-size: 12pt;
    padding: 10px;
    position: relative;
    top: 0;
    z-index: 10;
}

.header > div {
    display: inline;
    padding: 10px;
}

.header a {
    color: #F9A456;
    text-decoration: none;
}

.centerpiece-image {
    position: relative;
    top: -50px;
    z-index: 0;
}

.centerpiece-image img {
    width: 100%;
}

.headline {
    position: absolute;
    bottom: -20px;
    color: #fff;
}

.headline-text {
    margin: 0 auto;
    width: 65%;
}

.headline span {
    text-transform: uppercase;
    font-size: 9em;
    font-weight: 500;
    padding: 0 20px;
    /*background: #414141;
   padding: 20px 40px;
   border-bottom: 5px solid #f1883c;
  border-bottom: 5px solid #bf5753;*/
    letter-spacing: 2px;
}

h1  {
    font-weight: 300;
    font-size: 3em;
}

h2.large  {
    font-weight: 300;
    font-size: 2em;
}


.outbound:hover{
    background: #000B19;
    opacity: .5;
}

.image .outbound {
    background: #000B19;
}

.content-warning {
    padding: 20px;
/*    border-left: 4px solid #bf5753;
    border-right: 4px solid #bf5753;*/
    background: #f9f9f9;
    margin: 0 0 5% 0;
    font-size: 11pt;
}

.content-warning p:first-of-type {
    color: #bf5753;
    text-transform: uppercase;
}

.byline {
    color: #2A2C30;
    font-style: italic;
    padding: 10px 0;
}

.byline span {
    color: #000;
    font-weight: bolder;
    text-transform: uppercase;
}


.lede {
    font-size: 120%;
}

.sidebar {
    width: 28%;
    float: right;
    margin: 20px 0 0 5px;
}

figure.quote {
    padding: 20% 0;
}

blockquote {
    margin:0;
    padding:0;
    font-size: 120%;
    color: #6b7381;
    font-style: italic;
}

.quote figcaption {
    font-size: 90%;
    margin-top: 20px;
}

.quote figcaption span{
    text-transform: uppercase;
}

figure.image {
    margin:0;
    padding:10px 20px 10px 0;
}

figure.image figcaption, .figcaption.image  {
    font-size: 90%;
    font-style: italic;
    padding-bottom: 20px;
}


blockquote:before, blockquote:after {
    font-style: italic;
    position: relative;
    font-size: 5em;
    z-index: 100;
    color: #799881;
}


blockquote:before {
    content: '“';
    top: 80px;
    left: -40px;
}

blockquote:after {
    content: '”';
    top: -45px;
    float: right;
    z-index: 100;
    color: #799881;
}

.line {
display: block;
    border-bottom: 1px solid #799881;
    height: 20px;
    width: 30%;
    margin: 0;
}

.container{
    width: 100%;
}

.infographic-container {
    background: #A7AFA9;
    min-height: 500px;
    padding: 1% 10%;
}

.infographic-side-container, .story-container {
    background: #eeeeee;
    clear: both;
}

.infographic-side, .story {
    background: #fff;
    padding: 6% 3% 3% 3%;
    width: 70%;
    -webkit-box-shadow: 0 0 5px 1px #ddd;
    box-shadow: 0 0 5px 1px #ddd;
    text-align: left;
    position: relative;
    z-index: 20;
}

.infographic-side {
    margin: 0 auto;
    padding-top: 10px;
}

.story-text, .infographic-text-story {
    width: 65%;
    float: left;
    margin: -15px auto 0 auto;
}

.story{
    margin: 0 auto;
    top: -30px;
    padding-top: 20px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.desktop-hide {
    display: none;
}

.image-embed {
    padding: 10px 0;
}

.infographic-map {
    float: left;
    border-spacing: 5px;
    z-index: 10;
    width: 45%;
    padding: 2% 5%;
}


.infographic-map .info-trigger {
    cursor: pointer;
}

.outline {
    position: absolute;
    z-index: 20;
}

.padding-top50 {
   paddingtop: 50px;
}

.map-icon {
    fill: brown;
    width: 35px;
}

.map-icon {
    fill: darkcyan;
    stroke: lightyellow;
    stroke-width: 3px;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

.map-icon.day {
    stroke: #000B19;
    }

.map-icon.active {
    z-index: 200;
}

.map-icon.active svg {
    fill: red;
    animation: flip .5s linear 1;
    z-index: 200;
}

.width-100 {
    width: 100%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}



@keyframes flip {
    50% {
        transform: rotate3d(0, 1, 0, 90deg);
    }
}

.hidden {
    display: none;
}

.legend {
    float: left;
    font-size: 10pt;
}

.legend span{
    display: inline-block;
    vertical-align: bottom;
}

.legend p {
    margin: 25px 0 0 0;
}

.btn-toggle {
    position: relative;
    cursor: pointer;
    border: none;
    color: #6b7381;
    background: #bdc1c8;
    margin: 0 0;
    padding: 0;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.goshute-cur.active{
    background-color: #C2554C;}
.btn-toggle.goshute-hist.active {
    background-color: #D9998A;}

.btn-toggle.navajo-cur.active{
    background-color: #807C79;}
.btn-toggle.navajo-hist.active {
    background-color: #51535B;}

.btn-toggle.paiute-cur.active{
    background-color: #E5CC1E;}
.btn-toggle.paiute-hist.active {
    background-color: #FFF4C7;}

.btn-toggle.shoshone-cur.active{
    background-color: #F9A456;}
.btn-toggle.shoshone-hist.active {
    background-color: #F9A456;
    opacity:0.5;}

.btn-toggle.ute-cur.active{
    background-color: #71927B;}
.btn-toggle.ute-hist.active {
    background-color: #71927B;
    opacity:0.5;}

.btn-toggle > .handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active > .handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.left {
    float: left;
}

.right {
    float: right;
}

hr.clear {
    border: #71927B solid 1px;
    margin-bottom: 50px;
}


/*svg styles*/

.st0{opacity:0.5;}
.st1{fill:#D9998A;}
.st2{fill:#CC7667;}
.st3{opacity:0.5;fill:#51535B;}
.st4{opacity:0.5;fill:#F9A456;}
.st5{opacity:0.5;fill:#799881;}
.st6{opacity:0.5;fill:#EBD665;}
.st7{fill:#C2554C;stroke:#602B23;stroke-width:2;stroke-miterlimit:10;}
.st8{fill:#E5CC1E;stroke:#817507;stroke-width:2;stroke-miterlimit:10;}
.st9{fill:#807C79;}
.st10{fill:none;stroke:#000B19;stroke-width:2;stroke-miterlimit:10;}
.st11{fill:#F9A456;stroke:#F05348;}
.st12{fill:#71927B;}
.st13{fill:none;stroke:#004729;stroke-width:2;stroke-miterlimit:10;}
.st16{font-size:12pt;}


.map-container {
    position: relative;
}

.map-container svg {
    margin-top: -2%;
}

.info-trigger {
    position: absolute;
    z-index: 20;
    cursor: pointer;
    transform-origin: 20px 70%;
}

.popupText {
    visibility: hidden;
    width: 220px;
    background: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    font-size: 12pt;
    z-index: 100;
    left: 50%;
    margin: 30px 0 0 -100px;
}

.popupText p {
    font-weight: 100;
}

.popupText p strong{
    font-weight: 500;
}

/* toggle popup with this class */
.popupText.show {
    visibility: visible;
    animation: fadeIn 1s;
}

.read-more {
    cursor: pointer;
    color: white;
    background: #f1883c;
    padding: 10px;
    margin-top: 0;
    font-weight: bold !important;
}

.shadow {
    -webkit-box-shadow: 0 0 5px 1px #ddd;
    box-shadow: 0 0 5px 1px #ddd;
}

/* define the custom animation */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    top {
        opacity: 1;
    }
}

.go-map, .go-top{
    position: fixed;
    text-decoration: none;
    color: white;
    background-color: rgba(113, 146, 123, .8);
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 400;
}

.go-top {
    bottom: 2em;
    right: 2em;
}

.go-map {
    bottom: 2em;
    right: 10em;
}

.go-top a,.go-map a{
    text-decoration: none;
    color: white;
}

.go-top:hover, .go-map:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #F9A456;
}

.footer {
    font-size: 9pt;
    padding: 1%;
}

@media (max-width:1019px) {
    .mobile-hide {
        display: none;
    }
}


.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 0;
    background: url("../images/close.png") no-repeat;
    padding: 3px;
}
.bkgrd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    transition: 0.7s;
}
.modal {
    position: fixed;
    left: 10%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin-top: -150px;
    background: #fff;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
    padding: 30px 30px 20px 30px;
}

.modal-show  {
    cursor: pointer;
}


.active {
    visibility: visible;
    opacity: 1;
}
/*.active + .modal {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}*/

.modal.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}


    @media only screen and (min-width: 1600px) {

        .headline-text span {
            font-size: 10em;
            padding: 0 10%;

        }

        .headline {
            bottom: -10px;
        }
    }


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

        .headline-text span {
            font-size: 7em;
            padding: 0 3%;

        }
    }

    @media only screen and (max-width: 1024px) {
        .headline-text span {
            font-size: 6em;
        }

        blockquote:before, blockquote:after {
            font-size: 2.5em;
        }

        blockquote:before {
            top: 70px;
        }

        blockquote:after {
            top: -40px;
            right: -20px;
        }
    }

    @media only screen and (max-width: 900px) {
        .headline-text span {
            font-size: 4.5em;
        }

        .headline {
            bottom: 0;
        }

    }

    /* SMARTPHONES*/
    @media only screen and (max-width: 667px) {

        .mobile-hide, .quote, blockquote {
            display: none;
        }

        body {
            overflow-x: hidden;
        }

        .headline {
            position: unset;
        }

        .headline {
            position: absolute;
            bottom: 0;
            color: #fff;
        }

        .headline-text span {
            font-size: 5em;
            padding: 0 3%;
        }

        h1, h2.large {
            font-weight: 300;
            font-size: 2em;
            padding-top: 10px;
        }

        .headline-text {
            margin: 0 auto;
            width: 90%;
            font-size: 80%;
        }

        .scale-container {
            width: 90%;
            margin: 0 auto;
            padding: 5px;
        }

        .top-logo img {
            width: 150px;
        }

        .header {
            padding: 5px;
        }

        .infographic-map {
            float: none;
            width: 85%;
            padding: 2% 5%;
        }

        .legend {
            float: none;
            font-size: 10pt;
            padding: 40px;
        }

        .sidebar {
            width: 90%;
            float: none;
            margin: 20px auto;
        }

        .story-text, .infographic-text-story {
            width: 90%;
            float: none;
            margin: 0 auto;
        }

        .infographic-container {
            padding: 0;
        }

        .infographic-side-container, .story-container {
            background: none;
        }

        hr.clear {
            margin-bottom: 10px;
        }

        .infographic-side, .story {
            width: 100%;
            background: #fff;
            padding: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-align: left;
            position: initial;
        }

        .popupText.popupLeft {
            margin: 30px 0 0 -220px;
        }

        .popupText.popupRight {
            margin: 30px 0 0 0;
        }

        figure.centerpiece {
            padding: 0 10px;
        }

        .content-warning {
            margin: 0 10px;
            font-size: 90%;
        }

        .modal-container {
            width: 90%;
            margin: 0 auto;
        }

        .modal {
            left: 3%;
            width: 70%;
        }

        .desktop-hide {
            display: block;
        }

        .image.left, .width-50, .width-60 {
            width: 100%;
        }

    }


@media only screen and (max-width: 500px) {
    .headline-text span {
        font-size: 3.7em;
        padding: 0 3%;
    }
}

@media only screen and (max-width: 350px) {
    .headline-text span {
        font-size: 3em;
        padding: 0 3%;
    }
}






