@charset "UTF-8";
/* CSS Document */

@import url("https://use.typekit.net/ble5stv.css");

@font-face {
font-family:"Open Sans";
src:url("https://use.typekit.net/af/827015/000000000000000000011c3b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/827015/000000000000000000011c3b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/827015/000000000000000000011c3b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}
body {
    font-family: 'lato', helvetica, sans-serif;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.info-hdr {
    margin-top: 20px;
}
.info-hdr h2 {
    background: #efefef;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
}
h3 {
    font-size: 2.75em;
    color: #2a98ab;
    font-weight: 900;
}
strong {
    font-weight: 900;
}
p, li {
    font-size: 1.25rem;
}

.single-chart p {
    font-size: 16px;
    text-align: center;
}
li.nav-item {
    font-size: 1rem;
    margin-right: 15px;
}
a {
    color: #336699;
}

.dropdown-item {
    width: auto !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.5);
}
.bg-light {
    background: #fff !important;
    border-bottom: 2px solid #333;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000 !important;
    font-weight: 900;
}
.flex-row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
}
#methodology .flex-row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: nowrap;
}
.flex-item {
    width: 50%;
    justify-content: space-between;
}
.legend {
    text-align: center;
    color: #999;
    margin-top: 20px;
}
.list li {
    font-size: 16px !important;
}
.container {
    max-width: 1200px;
}
.title-block {
    position: relative
}
.title-left {
    max-width: 73%;
    min-width: 455px;
}
.title-left img {
    max-width: 100%;
}
header {
    padding: 0px !important;
    height: 100vh;
    background: rgba(18,157,237,1);
    background: -moz-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,157,237,1)), color-stop(70%, rgba(45,235,175,1)), color-stop(100%, rgba(45,235,175,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: linear-gradient(135deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129ded', endColorstr='#2debaf', GradientType=1 );
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: #333;
    background: #333;
}

#blanket {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,.8);
    z-index: 998;
    display: none;
}
.visible-xs {
    display: none;
}
.hidden-xs {
    display: block;
}
section ol li {
    padding-bottom: 20px;
}

@media all and (max-width: 640px) {
.visible-xs {
    display: block
}
.hidden-xs {
    display: none;
}
}
#introtext {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
#introtext h1 {
    color: #3A85B3;
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5rem;
}
#introtext h2 {
    font-weight: 100;
    text-align: center;
    font-size: 2rem;
}
#introtext p {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 36px;
}
#introtext .btn-intro {
    position: absolute;
    bottom: 50px;
    padding: 0px;/* margin: 25px; *//* margin-top: 30px; */
}
section div.h2bg {
    width: 100%;
    margin-bottom: 10px;
}
section div.h2bg h2 {
    color: #000;
}
section h2 {
    color: #fff;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}
section .container {
    /* Rectangle 3: */
    
    padding: 80px 40px 40px 40px;
}
section .container p {
    color: black;
    line-height: 1.75;
    margin-top: 30px;
    margin-bottom: 40px;
}
section .container-white {
    /* Rectangle 3: */
    background: rgba(255, 255, 255, 0.94);
    padding: 80px 40px 40px 40px;
}
section .container-white p {
    color: black;
    line-height: 1.75;
}
div#bg-boxes {
    position: absolute;
    left: 71%;
}
img.box1 {
    position: absolute;
    top: 100px;
    left: 235px;
}
img.box2 {
    position: absolute;
    top: -350px;
    /* left: 13%; */
    left: 27px;
}
img.box3 {
    position: absolute;
    top: -237px;
    /* left: 13%; */
    left: 199px;
}
a.nav-link.js-scroll-trigger.active {
    color: #000;
    background: rgba(18,157,237,1);
    border-radius: 7px;
    background: -moz-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,157,237,1)), color-stop(70%, rgba(45,235,175,1)), color-stop(100%, rgba(45,235,175,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: linear-gradient(135deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129ded', endColorstr='#2debaf', GradientType=1 );
}
.bgbar {
    background: url(images/hdr-black-bgbar.png) no-repeat top right;
}
#intro {
    background: url(images/bg-intro.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#methodology {
    background: url(images/bg-methodology.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.flex-white {
    background: rgba(255,255,255,0.93);
    padding: 40px;
    position: relative;
    margin-bottom: 10px;
}
.methods {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    max-width: 100%;
    width: 100%;
}
.methods-chart {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    margin-top: 0px;
    padding-top: 6%;
    max-width: 100%;
    width: 100%;
}



.methods-chart-noflex {
  
   text-align: center;
    position: relative;
    margin-top: 0px;
    padding-top: 90px;
    max-width: 100%;
    width: 100%;
}
#findings-chart1, #learningmotivations, #activity, #events, #relationship, #interest, #issues, #local, #conclusiontext {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#12a4e9+0,2eebaf+100 */
    background: #12a4e9; /* Old browsers */
    background: -moz-linear-gradient(left, #12a4e9 0%, #2eebaf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #12a4e9 0%, #2eebaf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #12a4e9 0%, #2eebaf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12a4e9', endColorstr='#2eebaf', GradientType=1 ); /* IE6-9 */
}
.pl-20px {
    padding-left: 20px;
}
h3.chart-hdr {
    background: #e2e1e1;
    /* border-radius: 7px; */
    /* text-transform: uppercase; */
    text-align: center;
    color: #333;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0px;
    padding: 30px 15px 15px 15px;
    font-size: 18px;
    z-index: 2;}

.skew-box .flex-item {
    width: 80%;
    margin: 0px auto 50px auto;
    border-radius: 10px;
}
.skew-hdr-bg {
    background: #1c2023;
    padding: 50px;
}
.skew-content {
    padding: 50px;
}
div#skew-wrapper {
    overflow: hidden;
    position: relative;
}
.skew-hdr {
    font-size: 20px;
    /*background: rgba(92,92,92,.8);*/
    width: 100%;
    color: #fff;
    padding: 25px;
    margin: 0px;
    text-transform: none;
    text-align: left;
    line-height: 1.5;
}
#context-box-1 {
    background: url(images/bg-content-box-1.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#context-box-2 {
    background: url(images/bg-content-box-2.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.content-box {
}
.px1blackborder {
    padding: 40px;
}
.px1blackborder-context {
    padding: 40px;
    background: rgba(78, 228, 199, .8);
    margin-top: 0px;
    border-radius: 10px;
    color: #000;
    width: 60%;
}
.section-hdr-full {
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    color: #fff;
    padding: 50px 10px 10px 10px;
    margin: 0px;
    font-weight: 100;
    text-align: center;
}
.chart-hdr {
    font-size: 18px;
    background: #fff;
    border-bottom: 1px solid #90c6c7;
    width: 100%;
    color: #333;
    padding: 55px 25px 5px 25px;
    margin: 20px 0px 0px 0px;
}
.section .plot-container.plotly {
    transform: scale(1.1);
    transition: all 2s ease-in-out;
    visibility: hidden;
}
.activeSection .plot-container.plotly {
    transform: scale(1);
    visibility: visible;
}
.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-around;
    width: 100%;
    max-width: 1000px;
}
.single-chart {
    /* justify-content: space-between; */
    background: #fff;
    /* width: 33%; */
    min-width: 33%;
}
#finding1-interests .single-chart {
    /* justify-content: space-between; */
    background: #fff;
    /* width: 33%; */
    min-width: 25%;
    max-width: 25%;
}
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}
.activeSection .circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
 @keyframes progress {
 0% {
 stroke-dasharray: 0 100;
}
}
.circular-chart.techsci .circle {
    stroke: #292283;
}
.circular-chart.scinature .circle {
    stroke: #CCD31C;
}
.circular-chart.technature .circle {
    stroke: #0AC10D;
}
.circular-chart.aqua .circle {
    stroke: #0ab9c1;
}
.circular-chart.yellow .circle {
    stroke: #ffcc33;
}
.circular-chart.purple .circle {
    stroke: purple;
}
.circular-chart.red .circle {
    stroke: #ff5933;
}
.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}
.afflevels .flex-row {
    width: 100%
}
.afflevels p {
    text-align: left;
}
.afflevels .flex-item {
    max-width: 30%;
    text-align: center;
    margin: 1%;
}
.afflevels img.aff-icon {
    margin: 0 auto;
    max-width: 100px;
}
.afflevels h3 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.afflevels .modal-dialog {
    max-width: 1200px !important;
}
div#demographics {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.demographics {
    display: none;
    transition: all 2s;
}
.motivationlevels .flex-item {
    max-width: 48%;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 1%;
    box-shadow: 3px 2px 9px #ccc;
    background: #fff;
    border-radius: 9px;
}
.sectionhr {
    width: 40%;
    border-top: 3px solid #34A7AC;
    margin: 0 auto;
}
.flex-hdr {
    height: 90px;
    padding: 10px;
    line-height: 90px;
    margin-bottom: 20px;
    background: rgba(18,157,237,1);
    background: -moz-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,157,237,1)), color-stop(70%, rgba(45,235,175,1)), color-stop(100%, rgba(45,235,175,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
    background: linear-gradient(135deg, rgba(18,157,237,1) 0%, rgba(45,235,175,1) 70%, rgba(45,235,175,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129ded', endColorstr='#2debaf', GradientType=1 );
    text-align: center;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
#findings2 {
    background: url(images/bg-interest.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#findings3 {
    background: url(images/bg-findings3.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
#findings4 {
    background: url(images/bg-findings4.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}
#conclusions {
    background: url(images/bg-conclusions.jpg) no-repeat bottom center;
    background-attachment: fixed;
    background-size: cover;
}
.sa-box {
    border: 1px solid #ccc;
    padding: 50px;
    color: #fff;
    background: #fff;
    margin-top: 40px;
}
#saf-box ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
}
#saf-box li {
    list-style: none;
    padding: 20px;
    margin: 20px;
    padding-left: 20px;
    min-width: 245px;
    max-width: 240px;
    box-shadow: 2px 2px 5px #999;
    background: #efefef;
    font-size: 18px;
}
#saf-box i {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50px;
    display: block;
    width: 40px;
    margin: 0 auto 10px auto;
}
.saf-outer {
   padding: 40px 50px; border-radius: 10px; margin-bottom: 30px;
}
#accordion i {
    color: #ccc;
    font-size: 1.5rem;
    float: right;
}
#accordion .card-header a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-size: 16px;
}
.saf-1 {
    color: #000;
    border-left: 40px solid #73d8b4;
}
.saf-2 {
    color: #000;
    border-left: 40px solid #139ee0;
}
.saf-3 {
    color: #000;
    border-left: 40px solid #2a8c69;
}
.saf-4 {
    color: #000;
    border-left: 40px solid #136382;
}
.saf-5 {
    color: #000;
    border-left: 40px solid #3dc192;
}
.saf-6 {
    color: #000;
    border-left: 40px solid #1caeb5;
}
.saf-7 {
    color: #000;
    border-left: 40px solid #1bba80;
}
.fixedmenu.section {
    position: static;
}
.fixedmenu.active-section {
    position: fixed;
    top: 120px;
    left: 0px;
}
.methods-chart-findings {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    margin-top: 0px;
    padding-top: 60px;
    max-width: 100%;
    width: 100%;
}
.methods-chart-findings .flex-item {
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-bottom: 40px;
}
.methods-chart .flex-item .conclusions, .methods-chart-findings .flex-item .conclusions {
    background: #e2e1e1;
    padding: 20px;
    margin: 20px;
}
.conclusions {
    background: #e2e1e1;
    padding: 20px;
}
.conclusions .flex-wrapper {
    align-items: stretch;
}
.conclusions .flex-wrapper ul {
    margin-top: 20px;
}
.conclusions .flex-wrapper div {
    font-size: 16px;
    line-height: 1.5 !important;
    margin: 1%;
}
.high {
    border-left: 8px solid #C6E3E3;
    padding-left: 20px;
    width: 100%;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
}


.mod {
    border-left: 8px solid #33A7AC;
    padding-left: 20px;
    width: 100%;
}
.low {
    border-left: 8px solid #E9D633;
    padding-left: 20px;
    font-size: 18px;
    width: 100%;
}
.overall {
    border-left: 8px solid #3FE7EF;
    padding-left: 20px;
    width: 100%;
}
.shorthr {
    width: 100px;
    border-top: 2px solid #6FA6A8;
    text-align: left;
}
.shorthrgray {
    width: 150px;
    border-top: 2px solid #ccc;
    text-align: left;
}
.chart-img .flex-row {
    justify-content: center;
    flex-flow: row nowrap;
    align-content: space-between;
    align-items: stretch;
}
.chart-img .flex-item {
    min-width: 240px;
    background: #efefef;
    width: 20%;
    margin: 1%;
}
.chart-img p {
    font-size: 16px;
    margin: 0px !important;
    text-align: center;
    padding: 10px 10px 30px 10px;
    border-top: 1px solid #ccc;
    line-height: 1.4 !important;
    color: #666;
}
#conclusions .flex-white {
    border-radius: 10px;
    margin: 10px;
}





.figlink {
    color: #336699;
    
}

.text-subtle {
    color: #999;
    font-style: italic;
}

.modal-lg {
    max-width: 80%;
}

#census1 h5, #census2 h5, #census3 h5, #census4 h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}

#topics p {
    color: #999;
    font-size: 14px;
}

#methodology figcaption {
   position: absolute;
    bottom: 15px;
}

#venn-wrapper {
    position: relative;
    background-size: contain;
    width: 100%;
    max-width: 79%;
    min-height: 480px;
    margin-left: 5%;
}

img#v-sci {
    position: absolute;
    left: 9%;
    top: 24%;
    max-width: 39%;
}

img#v-tech {
    position: absolute;
    left: 34%;
    top: 20%;
    max-width: 59%;
}

img#v-nature {
    position: absolute;
    top: 48%;
    left: 13%;
    max-width: 50%;
}
div#v-sci-over {
    position: absolute;
    right: 6%;
    width: 246px;
    background: rgba(255,255,255,.9);
    padding: 20px;
    z-index: 999;
    top: 21%;
    box-shadow: 2px 2px 4px #333;
}

div#v-tech-over {
   background: rgba(255,255,255,.9);
    padding: 20px;
    z-index: 999;
    width: 246px;
    position: absolute;
    left: 5%;
    top: 12%;
     box-shadow: 2px 2px 4px #333;
}

div#v-nature-over {
    background: rgba(255,255,255,.9);
    padding: 20px;
    z-index: 999;
    /* height: 256px; */
    position: absolute;
    top: 6%;
    width: 407px;
    left: 13%;
     box-shadow: 2px 2px 4px #333;
    
    }

#venndiagram-outer .flex-item {
    padding-top: 30px;
    width: 50%
}
.surveyquestion {
   
    text-align: center;
   font-family: lato, sans-serif;
font-size: 16px;
font-weight: 400;
    margin: 0 auto;
margin-top: 20px;
font-style: italic;
     margin-bottom: 20px;
}

 @media and (min-width: 992px) {
header {
 padding: 0px;
}
}
@media all and (max-width: 767px) {
    
    .visible-xs {
    display: block
}
    .hidden-xs {
    display: none;
}
 .animated {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
     opacity: 1 !important;
  }
    #introtext {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 574px;
    padding: 30px;
}
    
    .skew-box .flex-item {
    width: 98%;
    margin: 0px auto 50px auto;
    border-radius: 10px;
}
    .px1blackborder {
    padding: 20px;
}
    #methodology .flex-row {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
}
    .flex-white {
        padding: 20px !important;
    }
    
    
#venndiagram-outer .flex-item {
    padding-top: 30px;
    width: 100% !important;
    padding-left: 30px;
}
    .methods-chart {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
    margin-top: 0px;
    padding-top: 90px;
    max-width: 70%;
    width: 100%;
}
    .px1blackborder-context {
    padding: 40px;
    background: rgba(78, 228, 199, .8);
    margin-top: 0px;
    border-radius: 10px;
    color: #000;
    width: 100%;
}
    .flex-wrapper {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: space-around;
    width: 100%;
}
    
    #finding1-interests .single-chart {
    /* justify-content: space-between; */
    background: #fff;
    /* width: 33%; */
    min-width: 90%;
    max-width: 90%;
}
    #saf-box {

    padding: 20px;
  
}
    .saf-outer {
       padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    max-width: 95%;
        margin-left: 0px !important;
    }
    
    #saf-box ul {
        margin-left: -50px;
    }
    #saf-box li {
    list-style: none;
    padding: 20px;
    margin: 20px;
    padding-left: 20px;
    min-width: 200px;
    max-width: 240px;
    box-shadow: 2px 2px 5px #999;
    background: #efefef;
    font-size: 18px;
}
    
    .methods-chart, .methods-chart-findings {
        display: none;
        
    }
    header {
        height: 100%;
    }
    
    div#bg-boxes {

    display: none;
}
    .nasemid {
    max-height: 100px;
    transition: all .5s;
    max-width: 95%;
}
    #introtext h2 {
    font-weight: 100;
    font-size: 1.3rem;
    text-align: center;
}
}


