/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-top: 0;
}
p {
    font-weight: 300;
    font-size: 1.2em
}
.btn-primary{
 background-color: #0096d2;   
}
.lead {
    font-size: 18px;
    font-weight: 400;
}
.pullQuote {
    font-size: 18px;
    font-weight: 400;
    color: #0096d2;
}
.quoteAttribution {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.dots {
    color: #aaa;
    font-family: Arial, Helvetica, Sans-serif;
}
#logo {
    float: left;
}
#share {
    position: relative;
    right: 0;
    bottom: 0;
    height: 48px;
}
#shareMaster {
    border-left: 1px solid #ccc;
    width: 70px;
    height: 48px;
    padding-left: 20px;
    display: inline;
    float: right;
    display: inline-block;
    opacity: 1;
}
.circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-top: 10px;
    margin-right: 5px;
    background-color: #ccc;
    color: #fff;
    display: inline-block;
}
.circle:hover {
    background-color: #0096d2;
}
#socials a {
    color: #fff;
}
#socials a:hover {
    color: #0096d2;
}
#socials {
    float: right;
    color: #fff;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#share:hover #shareMaster {
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#share:hover #socials {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.img-responsive {
    margin: auto;
}
#researchButton{
 width: 100%;
    margin-bottom: 15px;
}
/*//MAP STYLES*/
#ieShots{
display: none;
}
#webkitShots{
display: block}
@media screen and (min-width:0\0) { 
    /* Enter CSS here */
    #ieShots{
        display: block;
    }
    #webkitShots{
        display: none;
    }
}
#mapContainer {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
#map {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 600px;
}
#school-menu-ui {
    position: absolute;
    top: 10px;
    left: 50px;
    visibility: hidden;
}
#shot-menu-ui {
    position: absolute;
    top: 10px;
    left: 175px;
    visibility: hidden;
}
.menu-ui {
    background: #fff;
    z-index: 1;
    border-radius: 3px;
    width: 120px;
    border: 1px solid rgba(0, 0, 0, 0.4);
}
.menu-ui a {
    font-size: 13px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
}
.menu-ui a:first-child {
    border-radius: 3px 3px 0 0;
}
.menu-ui a:last-child {
    border: none;
    border-radius: 0 0 3px 3px;
}
.menu-ui a:hover {
    background: #f8f8f8;
    color: #404040;
}
.menu-ui a.active {
    background: #3887BE;
    color: #FFF;
}
.menu-ui a.active:hover {
    background: #3074a4;
}
.map-legends,
.map-tooltip {
    max-width: 600px;
    min-width: 300px;
}
#hideMe {
    visibility: hidden;
    position: absolute;
    left: -1000;
    top: -1000;
}
#type {
    font-weight: bold;
}
#schoolName,
#date {
    font-weight: 300;
    font-size: 18px;
}
#number500 {
    padding: 10px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
#number1000 {
    padding: 10px;
    background-color: #ea0e8b;
    color: #fff;
    display: inline-block;
    width: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
#shots1000,
#shots500 {
    font-size: 13px;
    margin-top: 5px;
    font-weight: 400;
}
.switch {
    position: relative;
    z-index: 11;
    margin: 20px auto;
    height: 60px;
    width: 100%;
    max-width: 280px;
    background: rgba(0, 0, 0, 0.35);
}
.switch-label {
    position: relative;
    z-index: 12;
    float: left;
    width: 99%;
    max-width: 280px;
    line-height: 28px;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}
.switch-label:active {
    font-weight: bold;
    color: #fff
}
.switch-label-off {
    padding-left: 0px;
    color: rgba(255, 255, 255, 0.8);
}
.switch-label-on {
    padding-right: 0px;
}
/*
 * Note: using adjacent or general sibling selectors combined with
 *       pseudo classes doesn't work in Safari 5.0 and Chrome 12.
 *       See this article for more info and a potential fix:
 *       http://css-tricks.com/webkit-sibling-bug/
 */

.switch-input {
    display: none;
}
.switch-input:checked + .switch-label {
    font-weight: bold;
    color: #fff;
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
    top: 30px;
    /* Note: left: 50% doesn't transition in WebKit */
}
.switch-selection {
    display: block;
    position: absolute;
    z-index: 10;
    top: 2px;
    left: 1%;
    width: 98%;
    max-width: 276px;
    height: 28px;
    background: #65bd63;
    color: #fff;
    -webkit-transition: top 0.15s ease-out;
    -moz-transition: top 0.15s ease-out;
    -o-transition: top 0.15s ease-out;
    transition: top 0.15s ease-out;
}
.switch-blue .switch-selection {
    background: #0096d2;
}
#shotGraphic {
    width: 100%;
    height: 700px;
    ;
}
#leftPanel {
    height: 100%;
    z-index: 50;
    text-align: left;
    position: absolute;
    top: 50px;
    margin-left: -20px;
}
#panelBG {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
}
#mapTitle {
    font-size: 24px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px
}
#mapText {
    font-size: 10pt;
    font-weight: 400;
}
.leaflet-control-zoom {
    position: relative;
    float: right;
}
.right {
    margin-left: 50px;
}
.footer {
    font-size: 11px;
    font-style: italic;
    background-color: #555;
    height: 60px;
    margin-top: 25px;
}
#researchGroup {
    position: relative;
    top: 75px;
}
#howItWorks {
    max-width: 75%;
    margin: auto;
}
p.copyright {
    margin: 15px 0 0;
    color: #eee;
}
.intro-header {
    padding-top: 50px;
    /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    background-color: #fff;
    height: 675px;
    position: relative;
}
#topNav {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
#graphicExplain {
    max-width: 72em;
    margin: 0 auto;
    margin-bottom: 10px;
}
.steps {
    height: 75px;
    vertical-align: top;
}
#howTheTechWorks {
    text-align: center;
}
#techExplain td {
    padding: 10px;
    vertical-align: top;
}
#techExplain img {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}
#techExplain {
    width: 100%;
}
.stepNumber {
    width: auto !important;
    font-size: 2em;
    color: #0096d2;
    vertical-align: top;
}
.stepExplain {
    max-width: 25em;
    text-align: left;
    padding-left: 10px;
    min-height: 50px;
    font-weight: 400;
}
.innerExplain {
    vertical-align: top;
    float: left;
    width: 33%;
}
.innerExplain img {
    width: 100%;
    min-width: 300px;
}
table {
    vertical-align: top;
}
#hidePanel {
    display: none;
}
.intro-message {
    position: relative;
    /*    padding-top: 20%;
    padding-bottom: 20%;*/
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 5em;
}
.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }
    #accessSwitch {
        display: none;
    }
    #hidePanel {
        display: none;
        height: 44px;
    }
    .intro-message > h1 {
        font-size: 3em;
    }
    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }
    .intro-divider {
        width: 100%;
    }
    #leftPanel {
        position: relative;
        height: auto;
    }
    #howItWorks {
        max-width: 100%;
        margin: auto;
    }
    #map {
        height: 400px;
        margin-left: 10%;
        margin-right: 10%;
        width: 80%
    }
    .intro-header {
        height: 400px;
    }
    #logo img {
        width: 200px;
        padding-top: 10px;
    }
    .network-name {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .content-section-a {
        padding: 50px 0;
        background-color: #f8f8f8;
    }
    .content-section-b {
        padding: 50px 0;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .section-heading-spacer {
        float: left;
        width: 200px;
        border-top: 3px solid #e7e7e7;
    }
    .banner {
        padding: 100px 0;
        color: #f8f8f8;
        background: url(../img/banner-bg.jpg) no-repeat center center;
        background-size: cover;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
        font-size: 3em;
    }
    .banner ul {
        margin-bottom: 0;
    }
    .banner-social-buttons {
        float: right;
        margin-top: 0;
    }
    @media(max-width:1199px) {
        ul.banner-social-buttons {
            float: left;
            margin-top: 15px;
        }
    }
    footer {
        padding: 50px 0;
        background-color: #555;
    }
    footer a {
        color: #fff;
    }
    footer a:hover {
        color: #0096d2;
    }
    .footer-menu-divider {
        color: #ccc;
    }
}
 @media (min-width: 768px){ .col-sm-5 {
        width: 50%;
    }
 }