@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: #900;
}

.subHeader {
    font-size: 2rem;
    color: #454545;
    font-weight: 400;
}


.iframeBox {
    position: relative;
    max-width: 1200px;
    padding: 0 0 45% 0;
    height: 0;
    margin:5% auto 0 auto;
}

.iframeBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* FOOTER */

.footerBox {
    max-width: 1200px;
    padding: 1% 0;
    margin: 3% auto 0 auto;

}

.sectP {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}

.sectP>div {
    width: 25%;
    margin: 0;
    padding: 2% 4%;
    font-size: .9rem;
    color: #454545;
}

.sectP>div a {
    color: #900;
    text-decoration: underline;
}

/* HEADER */
.headerLogo {
    height: 80px;
    width: auto;
    margin: 10px 0;
}

.dkContain {
    margin: 0 auto;
    width: 100%;
    background-color: #333333;

}

.dkTop {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    color: #455;
}

.dkNav>a {
    color: #fff;
    padding: 5px 20px;
    font-weight: 400;
}

.dkNav>a:hover {
    color: #ddd;
}

.topnavMob {
    display: none;
}

/* BODY */

.iconMid {
    vertical-align: text-bottom;
    padding-right: 10px;
}

.flex-boxes {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 0;
}

.flex-boxes>div {
    width: 50%;
    line-height: 1.8;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.radTL {
    border-top-left-radius: 15px;
}

.radTR {
    border-top-right-radius: 15px;
}

.radBL {
    border-bottom-left-radius: 15px;
}

.radBR {
    border-bottom-right-radius: 15px;
}



.radLeft {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.radRight {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.panelGray {
    background-color: #fafafa;
    padding: 3% 5%;

}

.panelMap {
    background-color: #e5e5e5;
    padding: 0;

}


.quoteBox {
    margin: 0 auto;
    font-size: 2rem;
    padding: 1% 0;
    max-width: 1200px;
    color: #0479A8;
}

.panel {
    background-size: cover;
    min-height: 400px !important;
}

.spaceBetween {
    justify-content: space-around;
}

.p33 {
    background-position: center;
    width: 20% !important;
    min-height: 100px !important;
}

.p40 {
    background-position: center;
    width: 40% !important;
}

.p50 {
    background-position: center;
    width: 50% !important;
}

.labResources {
    margin: 0;
    padding: 0;
}

.labResources li {
    list-style: none;
    padding: 5px 0;
}

.resourceIcon {
    vertical-align: middle;
    padding-right: 10px;
    color: #555;
}

.p25 {
    width: 25% !important;
}

.p75 {
    width: 75% !important;
}

.p66 {
    width: 60% !important;
}

.panel0 {
    background-image: url(images/JB_fig0.webp);
}

.panel1 {
    background-image: url(images/JE_fig2.webp);
}

.panel2 {
    background-image: url(images/JE_fig3.webp);
}

.panel3 {
    background-image: url(images/group_squid_small.webp);
}

.panel4 {
    background-image: url(images/panel_4.webp);
}

.bigHeader {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3rem;
    color: #00739d;
    text-align: center;
    font-weight: bolder;
    margin: 0;

}

.bigQuote {
    font-family: "Bebas Neue", sans-serif;
    font-size: 4rem;
    color: #454545;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}

.smallHeader {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2rem;
    color: #00739d;
    text-align: center;
    font-weight: bolder;
}

.topPad {
    padding-top: 75px;
}


.genList {
    padding: 0;
    margin: 20px 0;
}

.genList li {
    padding: 4px 0;
    list-style: none;
}

/* ACCORDIAN */

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

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

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

.accordionPanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/* PUBS */
ul.pubs {
    margin: 0;
    padding: 0;
    max-width: 1000px;
    margin: 50px auto;
}

ul.pubs li {
    padding: 5px 0;
    list-style: none;
}

.pubTitle {
    color: #369;
    text-decoration: none;
    font-size: 1.25rem;
}


.pubAuthor {
    font-size: .9rem;
}

.pubs-flex {
    max-width: 1200px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.pubs-flex>div {
    border: 1px solid #ddd;
    padding: 1% 2%;
    margin: 2%;
    width: 29%;
    line-height: normal;
    background-color: #fff;
}

.pubs-flex>div:hover {
    background-color: aliceblue;
}

.pubTop {
    padding: 1% 0;
    border-bottom: 3px solid #00739d;
}

.yr {
    font-weight: 800;
    color: #555;
}

.pubPreview{
    max-width:1200px;
    margin:0 auto;
    text-align: center;
}

@media (max-width: 600px) {

    /* PUBS */
    .pubs-flex {
        width: 94%;
    }

    .pubs-flex>div {
        flex-direction: column;
        width: 100%;
        font-size: 1rem;
        text-align: center;
        border: none;
        border-radius: 0;
        padding: 25px 1%;
        margin: 0 auto;
        border: none;
        border-bottom: 1px solid #eaeaea;

    }

    .pubs-flex>div:last-child {
        border: none;
    }

    .pubTop {
        padding: 1% 0;
        border-bottom: none;
    }

    .w3-card {
        border: none;
        box-shadow: none !important;
    }

    .yr {
        font-weight: 800;
        color: #555;
        font-size: 1.5rem;
    }

    .pubJournal {
        font-size: 1.25rem;
        border: none;
    }


    .flex-boxes {
        flex-direction: column;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .flex-boxes>div {
        width: 100%;
        justify-content: center;
        align-items: center;
        min-height: 400px;
    }

    .radTL,
    .radTR {
        border-radius: 0;
    }

    .p25,
    .p75,
    .p66,
    .p40 {
        width: 100% !important;
    }

    .box1 {
        order: 2;
    }

    .box2 {
        order: 1;
    }

    .box3 {
        order: 3;
    }

    .box4 {
        order: 4;
    }

    .bigHeader {
        font-size: 2.5rem !important;
    }

    .smallHeader {
        font-family: "Bebas Neue", sans-serif;
        font-size: 2rem;
        color: #454545;
        text-align: center;
    }

    /* FOOTER */

    .footerBox {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        border-top: 7px solid #efefef;
    }

    .sectP {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 100%;
        background-color: #fafafa;
        margin: 0;
        border: none;
    }

    .sectP>div {
        width: 100%;
        margin: 0;
        padding: 4%;
        font-size: 1.25rem;
        color: #454545;
        margin: 0;
        text-align: center;
    }



    /* NEW CSS ABOVE */


    .panelGray {
        background-color: #fff;

    }

    .radLeft,
    .radRight {
        border-radius: 0;
    }

    .bigQuote {
        font-size: 2.5rem;
        max-width: 100%;
        padding: 10% 5%;
        background-color: aliceblue;
    }



    /* HEADER */

    .dkTop {
        display: none;
    }


    .topnavMob {
        overflow: hidden;
        background-color: #333333;
        clear: both;
        display: block;
    }

    .topnavMob #myLinks {
        display: none;
    }

    .topnavMob a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 1.5rem;
        display: block;
    }

    .topnavMob a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 16px;
        color: white;
        font-size: 2rem;
    }

    .topnavMob a:hover {
        color: white;
    }

    .mSpring {
        height: 50px;
        width: auto;
    }

}