/* Westminster Custom Styles */

/* Global ________________________________________ */

html {
}

body {
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
}

a {
  color: #333;
}

a:hover {
  color: #333;
  opacity: .9;
  text-decoration: none;
}

a:focus,
a:visited {
  color: #333;
  text-decoration: none;
}


/* Header ________________________________________ */

div.emeritus {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
}

div.emeritus a {
    color: #fff;
    text-decoration: underline;
}

header {
    background: url(../images/layout/header-bkrd.png) #005486 repeat-x top center;
}

header img {
    margin: 35px 0 25px 0;
}


form.utility-form {
    float: right;
    margin: 20px 0 10px 0;
} 

form.utility-form input {
    background: url(../images/layout/header-sprites.png) #517ba4 no-repeat 98% -48px;
    border: 0 transparent;
    color: #fff !important;
    font-size: 14px;
    padding: 5px 5px 5px 12px;
    text-transform: uppercase;
    width: 225px;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

::-moz-placeholder {
    color: #fff !important;
}

::-ms-placeholder {
    color: #fff !important;
}

::placeholder {
    color: #fff !important;
}

ul.utility {
    float: right;
    padding: 0 0 0 10px;
    text-align: right;
    width: 100%;
}
 
 ul.utility li {
    color: #fff;
    font-size: 13px;
    list-style: none;
    padding: 5px 2px 0 10px;
}

 ul.utility li a {
    color: #fff;
    display: block;
}

 ul.utility a:hover.email {
    text-decoration: underline;
}

/* RWD
________________________________________ */

@media (max-width: 960px) {

    header img {
        width: 100%;
    }

}

@media (max-width: 768px) {

    header {
        height: 175px;
    }

    form.utility-form {
        float: right;
        margin-top: 30px
    } 

    ul.utility {
        margin-top: 22px;
        width: auto;
    }

}

@media (max-width: 767px) {

    header {
        height: 200px;
    }

    form.utility-form {
        float: left;
    } 

}

@media (max-width: 480px) {

    header img {
        margin-top: 15px;
    }

    form.utility-form {
        float: left;
        margin-top: 30px;
        width: 100%;
    } 

    form.utility-form input {
        width: 100%;
    }

    ul.utility {
        float: left;
        margin: 10px 0 0 0;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

     ul.utility li {
        padding-left: 0;
    }

}


/* Nav ________________________________________ */

nav {
    background-color: #f1f2f2;
    position: sticky;
    top: 0;
    z-index: 9999;
}

nav ul {
    background-color: #f1f2f2;
    margin-bottom: 0;
    padding: 0;
}

nav li {
    float: left;
    list-style: none;
    text-align: center;
    width: 16%;
}

nav a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    padding: 16px 0 14px 0;
    text-transform: uppercase;
}

a.main-nav-active {
    background: url(../images/layout/nav-arrow.png) #009add no-repeat top center;
    color: #fff;
}

nav a:hover {
    background-color: #009add;
    color: #fff;s
}


/* RWD
________________________________________ */

@media (max-width: 780px) {

    nav {
        background-color: #f1f2f2;
    }

    nav li {
        width: 100%;
    }

    nav a {
        font-size: 14px;
        padding: 7px 0 7px 0;
        text-align: center;
    }

    a.main-nav-active {
        background-image: none;
    }

}


/* Hero ________________________________________ */

div.hero {
    height: 225px;
} 

div.hero .hero-text {
    background-color: rgba(0,155,222,0.4);
    color: #fff;
    display: block;
    margin: 100px 0 0 150px;
    padding: 15px;
    width: 450px;
}
 
div.hero video {
    float: right;
    margin: 75px 25px 0 0;
} 


/* RWD
________________________________________ */

@media (max-width: 1280px) {

    div.hero img {
        width: 100%;
    } 

}

@media (max-width: 1280px) {

    div.hero .hero-text {
        margin: 100px 0 0 0px;
    }

}

@media (max-width: 960px) {

    div.hero {
        height: 825px;
        margin-bottom: 20px;
    } 

    div.hero .hero-text {
        margin: 25px 0 0 0;
        width: 100%;
    }

    div.hero video {
        float: left;
        margin: 25px 0 0 0;
        width: 100%;
    } 

}


@media (max-width: 480px) {

    div.hero {
        height: 625px;
    }

    div.hero .hero-text {
        text-align: center;
    }

}


/* Intro ________________________________________ */

div.intro {
}

div.intro .container {
    margin-top: -75px;
    position: relative;
    z-index: 100;
}

.intro-header {
    background-color: #404041;
    min-height: 500px;
}

.intro-header img {
    width: 100%;
    vertical-align: top;
}

.intro-header h1 {
    color: #fff;
    font-size: 34px;
    line-height: 44px;
    margin: 20px 30px;
    text-transform: uppercase;
}

.intro-text {
    background: #005486;
    min-height: 500px;
    padding: 35px;
}

.intro-text p {
    color: #fff;
    float: left;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 24px;
}

.intro-text a {
    background: #fff;
    border-radius: 2px;
    color: #333;
    font-size: 17px;
    padding: 5px 12px;
}

.intro-links {
    background-color: #009add;
    min-height: 500px;
    padding: 35px;
}

div.intro h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

div.intro ul {
    padding: 0;
}

div.intro ul li {
    list-style: none;
    padding-bottom: 12px;
}

div.intro ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 2px 0 0 35px;
}

div.intro ul li a:hover {
    opacity: .8;
}


div.intro ul li a.intro-links-research {
    background: url(../images/layout/home-icons.png) no-repeat left top;
}

div.intro ul li a.intro-links-publications {
    background: url(../images/layout/home-icons.png) no-repeat left -65px;
}

div.intro ul li a.intro-links-lab-members {
    background: url(../images/layout/home-icons.png) no-repeat left -128px;
}

div.intro ul li a.intro-links-resources {
    background: url(../images/layout/home-icons.png) no-repeat left -192px;
}

div.intro ul li a.intro-links-contact {
    background: url(../images/layout/home-icons.png) no-repeat left -252px;
}


/* RWD
________________________________________ */

@media (max-width: 960px) {

    div.intro .container {
        margin-top: 0;
    }

}

@media (max-width: 480px) {

    .intro-links {
        min-height: 350px;
    }

}


/* Secondary */

.secondary-content {
    background: url(../images/layout/secondary-bkrd.png) repeat-x top;
}

.secondary-content h1 {
    background-color: #009add;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
    margin: 50px 0 50px 0;
    padding: 10px;
    font-weight: 600;
}

.secondary-content h2 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin: 40px 0 10px 0;
}

.secondary-content.secondary-content-lab h2 {
    margin: 0 0 20px 0;
}

.secondary-content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.secondary-content p.secondary-intro {
    font-size: 20px;
    line-height: 32px;
}

.secondary-content p a {
    color: #005486;
    text-decoration: underline;
}

.secondary-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.secondary-content p img {
    float: right;
    padding: 10px 0 25px 25px;
}

.secondary-content p em {
    float: right;
}

.secondary-content li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px 10px;
}

.secondary-content li a {
    color: #005486;
    text-decoration: underline;
}

.secondary-content table {
    font-size: 16px;
    margin-bottom: 25px;
}

.secondary-content table td:nth-child(1) {
    width: 40%;
}

.secondary-content table td:nth-child(2) {
    width: 30%;
}

.secondary-content table td:nth-child(3) {
    width: 30%;
}

div.lab-images {
    text-align: center;
}

div.lab-images img {
    margin-bottom: 25px;
}

.secondary-content figure {
    float: left;
    margin: 0 25px 25px 0;
}

.secondary-content.secondary-content-pub a {
    font-weight: bold;
    text-decoration: none;
}

hr {
    border: 1px solid #ccc;
    margin: 50px 0;
}

.btt {
    text-align: right;
}

.btt a {
    color: #005486;
}

.secondary-search ul {
    margin-top: 35px;
}

.secondary-search ul li a {
    font-size: 22px;
}

.sub-lab-mem {
margin-bottom: 30px;
}


/* RWD
________________________________________ */

@media (max-width: 960px) {

    .secondary-content img {
        width: 100%;
    }

    .secondary-content iframe {
        width: 100%;
    }

}

@media (max-width: 960px) {

    div.lab-images {
        width: 100%;
    }

}

@media (max-width: 480px) {

    .sub-lab-mem img {
        margin-top: 30px;
    }

    .secondary-content table {
        font-size: 12px;
    }

    .secondary-content table td {
        padding-bottom: 10px;
    }

}


/* Footer */

footer {
    background-color: #000;
    color: #999;
    font-size: 16px;
    margin-top: 100px;
    padding: 35px 0 0 0;
}

footer .footer-affiliations {
    border-bottom: 1px solid #444;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

footer p {
    text-align: right;
}

footer ul {
    margin-bottom: 15px;
    padding-left: 5px;
}

footer li {
    list-style: none;
    padding-bottom: 10px;
}

footer img {
    padding: 0 50px 50px 0;
    width: 250px;
}

footer a {
    color: #999;
}

footer a:hover {
    color: #ccc;
}

footer li {
    background: url(../images/layout/footer-icons.png) no-repeat;
    padding-left: 30px;
}

footer li.footer-email {
    background: url(../images/layout/footer-icons.png) no-repeat left 4px;
}

footer li.footer-phone {
    background: url(../images/layout/footer-icons.png) no-repeat left -40px;
}

footer li.footer-address {
    background: url(../images/layout/footer-icons.png) no-repeat left -91px;
}

footer .footer-copyright {
    background-color: #000;
    color: #fff;
    font-size: 13px;
    padding: 35px 0;
}

footer .footer-copyright img {
    margin: 10px 0 45px 0;
    padding-left: 0;
    width: 200px;
}

footer .footer-copyright ul {
    margin: 10px 0 45px 0;
    padding-left: 0;
}

footer .footer-copyright li {
    background-image: none;
    float: left;
    list-style: none;
    margin-right: 20px;
    padding-left: 0;
}

footer .footer-copyright p {
    text-align: left;
}

footer .footer-copyright a {
    color: #fff;
}

@media (max-width: 480px) {

    footer img {
        padding: 0 35px;
        width: 80%;
    }

    footer .footer-copyright img {
        margin-bottom: 25px;
        padding: 0 35px;
        width: 80%;
    }

    footer .footer-copyright li {
        display: block;
        float: none;
        padding-left: 35px;
    }

    footer .footer-copyright p {
        padding-left: 35px;
    }

}


/* Miscellaneous */

.nopadding {
    padding: 0 !impo;
}