
a:hover{
    text-decoration:none;
    color: orange;
}

li {
    display:block;
    padding-left: 0;
    padding-bottom: 20px;
    text-decoration: underline;
}

li.highlight {
    text-decoration:none!important;
}
li.highlight p.desc {
    margin-left:20px;
    margin-top:10px;
}
.underline {
    text-decoration:underline;
}

.orange {
    color:#d87d35;;
}
 .button {
    text-align: center;
    border: 1px solid #ddd;
    color: white;
    padding: 4px 12px;
}

.nav-formats {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: #0e4367;
}

.heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    line-height: 2.3rem;
    color: #FFFFFF;
}

.separator {
    border-right: thin solid #e0a800;
}

.right-text {
    background: #4b94c1;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #FFFFFF;
}

.nav-formats:hover {
    color: #f48c2c;
}

.background-image-home {
    background: url('../images/bg-image2.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.background-image-home2 {
    background: url('../images/bg-image5.jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.background-image-home3 {
    background: url('../images/bg-image6-opt.jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 75vh;
    display: flex;
    justify-content: center;
}

.background-image-about {
    background: url('../images/about-head.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 30vh;
    display: flex;
    justify-content: center;
}

 .background-image-earth {
     background: url('../images/world-map.jpg');
     background-repeat:no-repeat;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     min-height: 25vh;
     display: flex;
     justify-content: center;
 }

.sub-banner {
    background: url('../images/sub-banner.jpg') repeat-x;
    height: 120px;
}

.background-orange {
    background-color: #d87d35;
}

.background-gray {
     background-color: #999999;
 }

 .background-lightgray {
     background-color: #CCCCCC;
 }

 .background-blue {
     background-color: #CCCCCC;
 }

 .heading-with-line {
     display: flex;
     align-items: center;
     text-align: center;
 }

 .heading-with-line::before, .heading-with-line::after {
     content: '';
     flex: 1;
     border-bottom: 3px solid white;
 }

 .heading-with-line:not(:empty)::before {
     margin-right: .25em;
 }

 .heading-with-line:not(:empty)::after {
     margin-left: .25em;
 }

 .circle {
     border-radius: 50%;
     width: 90px;
     height: 90px;
     background: #3577A4;
 }

.circles-links {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: white;
}

.left-summary {
    display:none;
    margin-bottom:15px;
}

/* Current Member Activities - Mobile First */
.activities {
    border: none;
    padding-top: 32px;
}
.activities .event-divider {
    padding-left: 0;
}
.activities__item {
    list-style: none;

}
.activities__item__link {
    display: flex;
}
.activities__item__link__leading {
    width: 64px;
    display: flex;
    flex-shrink: 1;
    flex-basis: 64px;
    align-items: center;
    justify-content: center;
}
.activities__item__link__leading__icon {

}
.activities__item__link__trailing {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.activities__item__link__trailing__event-type {

}
.activities__item__link__trailing__event-desc {

}
/* Current List of Research Areas */

.ra {

}
.ra__item {
    min-width: 200px;
    min-height: 150px;
    text-align: center;
}
.ra__item__icon {
    margin: auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #3577A4;
    text-align: center;
}
.ra__item__icon__link {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}
.ra__item__icon__link__img {

}
.ra__item__link {
    font-family: 'Montserrat', sans-serif;
    font-size: .8rem;
    color: white;
    white-space: nowrap;
}


.peer-heading {
    color:#136085;
    font-size: 1.1rem;
    margin-bottom: 10px;
    border-bottom: 3px solid #d87d35;
    padding-bottom: 10px;
}

.bluebox {
    background-color: #f3f3f3;
    border: 1px solid #87b1d0;
    padding: 5px;
    margin-top: 20px;
}

#research-areas-list li {
    padding-bottom: 0;
    text-decoration: none;
}

#research-areas-list li a, #research-areas-list li a:link {
    display: block;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    padding: 10px;
}
#research-areas-list li a.orange {
    font-size: 1.2em;
    font-weight: bold;
}

.programs {
    border-collapse: collapse;
    border-bottom: 1px solid #c7d8e1;
    border-left: 1px solid #c7d8e1;
    padding: 0;
}

.programs li {
    border-collapse: collapse;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #c7d8e1;
    border-bottom: none;
    border-left: none;
    padding: 10px 10px;
    margin: 0;
    list-style: none;
    background: url(../siteimages/programs-bkg.jpg) repeat-x top;
}

.article-list {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.article-list a {
    background: url(../siteimages/arrow-circle.jpg) no-repeat 0 3px;
    display: block;
    padding-left: 15px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.head {
    color: #d66603;
    border-bottom: 3px solid #d87d35;
    padding-bottom: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}


@media (min-width:768px) and (max-width:991px) {
    textarea[name=comments] {
        width:190px;
    }
}

@media (min-width:992px) {
    textarea[name=comments] {
        width:270px;
    }
    .activities {
        padding-top: 0;
        border-left: 1px solid #e0a800;
    }
    #research-areas-list {
        padding-top: 0;
        padding-left: 0;
        /*border-right: 1px solid #e0a800;*/
    }
}

@media (max-width: 767px) {
    .right-summary {
        display:none;
    }
    .left-summary {
        display:block;
    }
    .separator {
        display:none;
    }
    textarea[name=comments] {
        width:253px;
    }
}


@media (min-width: 768px) {
    .programs {
        border-left: none;
    }
    .programs-list__item:first-child .programs {
        border-left: 1px solid #c7d8e1;
    }

    .article-list {
        width: 48%;
        margin: 0;
        padding: 0;
    }

    .article-list li {
        text-decoration: none;
    }

    .article-list li a {
        font-size: 14px;
    }

    .article-list.left {
        float: left;
    }

    .article-list.right {
        float: right;
    }
}

/*@media (min-width: 200px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_200.jpg");}}*/
@media (min-width: 200px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_509.jpg");}}
@media (min-width: 729px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_729.jpg");}}
@media (min-width: 904px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_904.jpg");}}
@media (min-width: 1071px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_1071.jpg");}}
@media (min-width: 1226px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_1226.jpg");}}
@media (min-width: 1370px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_1370.jpg");}}
@media (min-width: 1394px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_1394.jpg");}}
@media (min-width: 1400px) { .background-image-home3 {background-image: url("../images/bg-image6-opt_zolnss/bg-image6-opt_zolnss_c_scale,w_1400.jpg");}}