/*
Theme Name:   ISB
Description:  Custom WordPress theme built exclusively for use on the ISB website
Author:       Christine Estrada via DeLapp Design
Author URI:   http://www.delappdesign.com
Template:     organic_purpose
Version:      1.1.1
Text Domain:  isb-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.flex-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    padding-left: 0;
}
.flex-row .columns,
.flex-row .archive-holder,
.flex-row .widget,
.flex-row li {
    margin: 0 auto;
    align-self: flex-start;
}
.flex-row .columns.five, .flex-row .archive-holder.five {
    margin: 0 1.04%;
}    


.flex-row h2 {
    width: 100%;
    margin-left: 15px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}
.my-3 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

body {
    color: #666;
}

h2 a {
    color: #00467f !important;
}

h2 a:hover {
    color: #d5df3e !important;
}

h3,
h4 {
    color: #00467f;
}

body .h1 {
    font-size: 3em;
    letter-spacing: -0.8px;
    margin: 4px 0px;
    padding: 4px 0px;
    color: rgba(255, 255, 255, 1);
}
.home-title {
	font-size: 1.6em;
	letter-spacing: -0.8px;
}
a,
a:link {
    color: #f7991b;
}

a.button {
    font-size: .95em;
    line-height: 1.4;
    margin: 12px 6px;
    padding: 6px 12px;
    border-radius: 24px;
    color: #666;
    /*!important;*/

    border: 2px solid #666;
}

a.button:hover {
    background-color: #f7991b;
    border: 2px solid #f7991b !important;
    color: #fff !important;
}

a.button.button-primary {
    font-size: .4em;
    background-color: #f7991b;
    color: #fff !important;
    border-color: #f7991b;
}
a.button.button-primary:focus {
    text-decoration: none;
}

/* float clearing */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.group {
    display: inline-block;
}
/* Hides from IE-mac */

* html .group {
    height: 1%;
}

.group {
    display: block;
}
/* End hide from IE-mac */

.featured-posts .headline {
    font-size: 2.6em;
    font-weight: 500;
}
.featured-posts .information .title {
    line-height: 1.4em;
}
.featured-posts .information  .title a {
    text-decoration: none;
}

/* hide core homepage latest posts

.page-id-4169 .featured-posts {
    display: none;
} */

.row.with-border {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

table {
    font-family: "Open Sans", Arial, Helvetica;
}

table th {
    font-size: 1em;
    text-align: left;
    padding: 10px;
}

table td {
    padding: 10px;
    vertical-align: top;
}

table a {
    color: #f7991b !important;
}

ul.isb-bullets {
    border-left: 3px solid #f7991b;
}

ul.isb-bullets li {
    list-style-type: disc;
}

blockquote {
    font-size: 1.2em;
}

.slideshow {
    min-height: 450px;
}

.flexslider {
    min-height: 450px;
    background-color: transparent;
    max-height: 600px;
}

.slideshow .slides li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-attachment: initial;
}

.slides li {
    max-height: 600px;
}

.home .flexslider,
.home .flexslider .slides li {
    max-height: initial;
}

.slideshow .information {
    margin-top: 0;
}

.flex-direction-nav li a {
    margin-top: -24px;
}
/* HEADER STYLING
 * Header styling
 * ---------------------------------------------------------------------- */

#header #logo {
    top: 15px !important;
    left: 20px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
}

#header #logo img {
    top: 0;
    max-width: none;
    max-height: 65px;
    transform: none !important;
    -webkit-transform: none !important;
}

#header .site-title {
    display: none;
}
/* FOOTER STYLING
 * Footer styling
 * ---------------------------------------------------------------------- */
/* NAV STYLING
 * Styling for nav
 * ---------------------------------------------------------------------- */

.menu a {
    font-weight: 500;
    font-size: .95em;
    padding: 0;
    margin: 0 8px;
}

.menu li li a {
    line-height: 1.2 !important;
    padding: 10px;
}

#header.header-large {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.40)), to(rgba(0, 0, 0, 0.00)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.00));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.00));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.00));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.00));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.00));
    border-bottom: none;
}

#header.header-small {
    background-color: #fff;
}

#header.header-large .menu > li > a,
#header.header-small .menu > li > a {
    line-height: 55px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
}

.menu li:hover ul,
.menu li.sfHover ul {
    margin-top: -30px !important;
}

#header.header-large #logo-title,
#header.header-small #logo-title {
    height: 100px;
}

/* Search icon */
#header .search-icon{
    font-family: FontAwesome;
    font-size: 1.5em;
}

.toggle-icon {
    display: none;
}

@media handheld,
only screen and (max-width: 1220px) {
    #header.header-large #logo-title {
        margin-top: 0;
        height: 100px !important;
    }
    #header .logo-light {
        display: none !important;
    }
    #header.header-large,
    #header.header-small {
        min-height: 90px;
    }
    #wrap #header #logo {
        margin-top: 0 !important;
    }
    #navigation {
        float: none;
        display: block;
        position: relative;
        top: auto;
        margin: 60px 0px 0px 0px;
        padding: 0px;
    }
    .mobile-menu {
        margin: 0px;
        padding: 0px;
    }
    .menu-toggle,
    .main-small-navigation ul.mobile-menu.toggled-on {
        display: block;
    }
    .navigation-main ul.menu,
    .sf-sub-indicator {
        display: none;
    }
    .menu {
        display: block;
    }
    .menu-toggle {
        float: right;
        position: relative;
        font-size: 1.4em;
        line-height: 90px !important;
        height: 60px;
        margin: 0;
        padding: 0px 24px;
        z-index: 9;
        color: #333 !important;
    }
    .menu-toggle:before {
        font-family: 'FontAwesome';
        content: ' ';
        color: #333 !important;
    }
    body .mobile-menu ul.sub-menu {
        display: none;
        left: auto;
        margin: 0;
        padding: 0;
    }
    .mobile-menu ul,
    .mobile-menu li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-menu li {
        display: block;
        text-align: center;
        line-height: 30px;
    }
    .mobile-menu a {
        display: block;
        color: #333333 !important;
        font-size: 0.9rem;
        text-decoration: none;
        padding: 6px 0px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    .mobile-menu a:hover {
        background: rgba(0, 0, 0, 0.04);
        color: #000000 !important;
        text-decoration: none;
    }
    #header.header-large,
    #header.header-small {
        position: relative;
        background-color: #fff;
        background-image: none;
    }
    #header #logo img.logo-dark {
        display: block !important;
        opacity: 1 !important;
    }
    #header #logo img {
        position: relative;
        top: 0;
    }
}

#header.header-small .menu a,
#header.header-small .menu a:link {
    /*  color: #666 !important;*/
}

#header.header-large .menu > li > a,
#header.header-large .menu > li > a:link {
    color: #fff !important;
}

#navigation .menu > li.current-page-ancestor > a,
#navigation .menu > li.current-menu-item > a,
#navigation .menu > li.current_page_parent > a,
.single-isb_research #navigation .menu > li.menu-item-25 > a,
.single-isb_people #navigation .menu > li.menu-item-4026 > a {
    color: #f7991b !important;
}

.single-isb_research #header.header-large #navigation .menu > li.current_page_parent > a,
.single-isb_people #header.header-large #navigation .menu > li.current_page_parent > a {
    color: #fff !important;
}

.single-isb_research #header.header-small #navigation .menu > li.current_page_parent > a,
.single-isb_people #header.header-small #navigation .menu > li.current_page_parent > a {
    color: #666 !important;
}

.single-isb_people .postarea {
    background-color: #fff;
    margin-bottom: 60px;
}

.single-isb_people .isb_people {
    background-image: url('/wp-content/uploads/2015/03/Molecular-Biology-Lab.jpg');
}

#navigation .menu li.button a {
    display: inline-block;
    position: relative;
    color: #333;
    font-family: 'Lato';
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 12px 6px;
    padding: 6px 12px;
    border-radius: 24px;
    border: 2px solid #333;
    -webkit-appearance: none;
}

.headline.img-headline {
    font-weight: 500;
}

#navigation .menu li.button a:hover {
    background-color: #f7991b;
    border: 2px solid #f7991b !important;
    color: #fff !important;
}

.header-large #navigation .menu li.button a {
    color: #fff !important;
    border: 2px solid #fff;
}

#page-sidebar .subchildren {
    display: none;
    padding-left: 20px;
}

#page-sidebar .subchildren a {
    font-weight: normal;
    color: #666;
}

#page-sidebar .subchildren a:hover {
    /*color: #669900;*/
	color:#f7991b;
}

#page-sidebar .subchildren a.active {
    font-weight: bold;
    color: #000;
}

#page-sidebar .current-menu-item .subchildren {
    display: block;
}

#page-sidebar .subchildren .menu-item {
    border-top: none;
}

.sidebar.lab-sidebar {
    font-size: .9em;
    margin-top: 20px;
}

.sidebar.lab-sidebar h6 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
}

.sidebar.lab-sidebar h6:first-child {
    margin-top: 0;
}

.sidebar.lab-sidebar p {
    margin: 0 0 10px 0;
    padding: 0;
}

.blog .center-page, .single .center-page{
	position:static;
	/*left:45%;*/
	top:0;
	transform:none;
}

#searchform a {
    margin-left: 10px;
    font-size: 20px;
    line-height: 36px;
}

#searchform a:hover{
    text-decoration: none;
	cursor: pointer;
}

.blog #searchform, .single #searchform{
	margin-top:30px;
	height:auto;
	overflow:hidden;
}

.blog #searchform .search-field, .blog #searchform input#s, .sidebar.left #searchform .search-field,
.sidebar.left #searchform input#s{
	max-width:66%;
	width:66%!important;
}

.blog #searchform svg, .single #searchform svg{
	margin-top:7px;
	margin-left:10px;
}

body.search-results #searchform svg {
    width: 20px;
    height: 20px;
}

.sidebar.research-sidebar {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .9em;
    font-weight: 500;
}

.sidebar.research-sidebar header{
	padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.sidebar.research-sidebar header.year {
	padding-bottom: 0px;	
}

.sidebar.research-sidebar .drawer:first-child header, .sidebar.research-sidebar .widget li.last-item {
    border-top: 1px solid rgba(0, 0, 0, .08);
}

.sidebar.research-sidebar .drawer header:before {
    content: "+ ";
}

.sidebar.research-sidebar .drawer header.year:before {
    content: none;
}

.sidebar.research-sidebar .drawer header.active:before {
    content: "- ";
}

.sidebar.research-sidebar .drawer header.active + ul {
    display: block;
}

.sidebar.research-sidebar ul {
    display: none;
    padding-left: 10px;
}

.sidebar.research-sidebar ul li {
    border: none;
    margin-top: 2px;
    padding-top: 0;
}

.sidebar.research-sidebar .drawer.year{
	margin-bottom:10px;
}

.sidebar.research-sidebar .drawer li:first-child {
    border-top: none;
}

.sidebar.research-sidebar ul li .checkbox {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: 1px solid #666;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

.sidebar.research-sidebar ul li.active .checkbox:before {
    position: absolute;
    top: -6px;
    left: 0px;
    content: '✔';
    font-size: 13px;
}

.drawer select{
	display: block;
    background: #F9F9F9;
    max-width: 98%;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    margin: 4px 12px 4px 0px;
    padding: 6px 4px !important;
    border: 1px inset rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
	width: 100%;
    margin-top: .8em;
}

.footer-widgets .menu li {
    display: block;
    width: 90%;
    margin-bottom: 8px;
}

.footer-widgets .menu a {
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .7em;
    font-weight: 500;
    line-height: 1.3;
    color: #666;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 900px) {
    .footer-widgets .mobile-column {
        float: left !important;
        width: 50%;
    }
    .footer-widgets .nav-column {
        float: none !important;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 900px) {
    .footer-widgets .mobile-column {
        float: none !important;
    }
    .footer-widgets .nav-column {
        float: left !important;
        width: 11.1%;
    }
}

/* SEARCH MODAL
 * Styling for search form modal dialog
 * ---------------------------------------------------------------------- */
.center-page,
#search-modal.center-page,
#search-modal.center-page #searchform{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
}

#search-modal.center-page,
#search-modal.center-page #searchform{
    position: fixed;
}

#search-modal{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;

    font-size: 30px;
    font-weight: 300;

    background-color: rgba(255,255,255, .95);
}

#search-modal .close{
    position: absolute;
    right: 10%;
    top: 30px;
}

#search-modal .close,
#search-modal .close:hover,
#search-modal .close:active,
#search-modal .close:visited,
#search-modal .close:focus { 
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

#search-modal #searchform{
    width: 100%;
    text-align:center;
}

.admin-bar #search-modal .close{  top: 60px;  }

#search-modal #searchform label{
    display: inline;
    height: 1em;
    font-size: 20px;
    line-height: 1em;
}
@media screen and (min-width: 540px) {
    #search-modal #searchform label{ font-size: 30px; }
}

#searchform a { font-size: 20px; }

#search-modal #searchform a { font-size: 16px; }

@media screen and (min-width: 540px) {
    #search-modal #searchform a { font-size: 20px; }
}

#search-modal #searchform #s{

    float: none;
    height: 1em;
    width: 30% !important;
    border: none;
    background: none;
    line-height: 1em;
    font-weight: 300;
    color: #666;
    border-radius: 0;
    border-bottom: rgb(102,102,102) 1px solid;
    -webkit-transition: all 0.5s ease ;
    -moz-transition: all 0.5s ease ;
    -o-transition: all 0.5s ease ;
    transition: all 0.5s ease ;

}

#search-modal #searchform #s:focus{

    border-bottom-color: #f7991b;

}


#search-modal .submit,
#search-modal .submit:hover,
#search-modal .submit:active,
#search-modal .submit:visited,
#search-modal .submit:focus {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

/*Search Page*/

.search_result_tabs{
	text-align:center;
	background: url(images/box_shadow.png) repeat-x bottom #f9f9f9;
	padding-bottom:27px;
	
}

.search_result_tabs ul{
	list-style-type: none;
	/*display:inline-block;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-direction: row;
    flex-direction: row;

    flex-wrap: wrap;

    -webkit-justify-content: center;
    -moz-justify-content:    center;
    -ms-justify-content:     center;
    justify-content:         center;

    align-items: center;
    align-content: center;

    padding: 6px 0px 16px;
    margin: 0 auto;
}

@media screen and (min-width: 500px) {
    .search_result_tabs ul {
        width: 75%;
    }
}

@media screen and (min-width: 825px) {
    .search_result_tabs ul {
        width: auto;
    }
}

.search_result_tabs ul li{
	/*float:left;*/
    flex-basis: 100%;
    margin: 0;
    padding: 6px 0;
    list-style-type: none;
}

@media screen and (min-width: 500px) {
    .search_result_tabs ul li {
        flex-basis: 50%;
    }
}

@media screen and (min-width: 825px) {
    .search_result_tabs ul li {
        flex-basis: auto;
        padding: 6px 24px 6px 36px;
    }
}

.search_result_tabs ul li a{
	color:#333333;
	font-family: 'Lato';
	font-weight: 500;
    font-size: .95em;
    padding: 0;
    margin: 0 8px;
	text-transform:uppercase;	
}

.search_result_tabs ul li a.active{
	color:#f7991b;
	text-decoration:none;
	border-bottom: 1px #f7991b solid;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom:5px;
}

@media screen and (min-width: 825px) {
    .search_result_tabs ul li a.active {
        padding-bottom:10px;
    }
}

.results_div {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 20px;
}

.results_page_search_form{
	height:auto;
	overflow:hidden;
	background:#f9f9f9;
	padding-top:40px;
	padding-bottom:20px;
}

.results_page_search_form .center-page{
	top:auto!important;
}

.results_page_search_form a{
	line-height: 40px;
	cursor:pointer;
}

.results_page_search_form svg{
	margin-top: 7px;
	margin-left: 10px;
}

.results_page_search_form a.submit.fa.fa-search:hover{
	color:#f7991b;
	text-decoration: none;
}

.results_page_search_form #searchform, .results_page_search_form #searchform{
	width: 20%;
	min-width: 230px;
	max-width: 80%;
	margin: 0 auto;
}

.results_page_search_form #searchform .search-field, .results_page_search_form #searchform input#s{
	/*height:25px;*/
	width:73%;
	max-width:73%;
}

.publications_results .zp-Zotpress .zp-list .csl-entry a:visited, .publications_results .zp-Zotpress .zp-list .csl-entry a:hover{
	color:#f7991b;	
}

.results_div .portfolio-wrap .alert.alert-info{
	padding:15px;
}

/* BUTTON STYLING
 * Styling for site buttons
 * Hover state only - styling for other states in individual page sections
 * ---------------------------------------------------------------------- */

form.contact-isb-form input#gform_submit_button_1:hover,
input#searchsubmit:hover,
div.flexslider a.more-link:hover {
    background-color: #f7991b;
    border: 2px solid #f7991b !important;
    color: #fff !important;
}
/* PAGE STYLING
 * Page styling
 * ---------------------------------------------------------------------- */
/* PAGE STYLING: STORY LAYOUT
   * Page styling for story layout
   * ---------------------------------------------------------------------- */

.button-panel {
    text-align: center;
}

.feature-img .gradient,
.featured-pages .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .5;
}

.flexslider .slides li .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .5;
}

.feature-img .stripes,
.featured-pages .stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('images/stripe.png');
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.hero-content,
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5,
.hero-content h6 {
    color: #fff;
}

.featured-pages .text-white p {
    color: #fff !important;
}

.article a {
    text-decoration: underline;
}

.article a.button {
    text-decoration: none;
}

.content p {
    padding: 6px 0 18px 0;
    color: #333;
}

/* PAGE STYLING: HOME
   * Page styling for home page
   * ---------------------------------------------------------------------- */

.home #header.header-large .site-title a,
.home #header.header-large .menu a,
.home #header.header-large .menu a:link,
.home #header.header-large .menu a:visited,
.home #header.header-large .menu-toggle,
.home #header.header-large .menu-toggle:before {
    color: #fff;
}

.blog-holder .feature-vid, .archive-holder .feature-vid, .blog-holder .feature-img, .archive-holder .feature-img, .portfolio-item .feature-img, .portfolio-item .feature-vid {
    margin-bottom: 30px;
}

.archive-holder .feature-vid, .archive-holder .feature-img,
.featured-posts .featured-posts-wrap .holder .feature-img {
    height: 200px;
}

.feature-img.page-banner {
    width: 100%;
    min-height: 240px;
    max-height: 450px;
}

.feature-img.page-banner img {
    width: 100%;
    height: auto;
}

.home-hero .headline-container {
    position: absolute;
    top: 55%;
    width: 70%;
    text-align: center;
    letter-spacing: -2px;
    padding: 0px 16%;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
}

.home-hero h1.headline {
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.home-hero h4.headline {
    font-size: 2.5em;
    font-weight: normal;
    margin-top: 0;
    color: #fff;
}

.home .content .postarea .organic-column {
    text-align: center;
}

.home .content .organic-column a,
.home .featured-pages a {
    display: inline-block;
    position: relative;
    color: #666 !important;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    margin: 12px 0px;
    padding: 4px 18px;
    border-radius: 18px;
    border: 2px solid #666;
    -webkit-appearance: none;
}

.home .content .organic-column a:hover,
.home .featured-pages a:hover {
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #f7991b;
    background-color: #f7991b;
    cursor: pointer;
    -webkit-appearance: none;
}

.home .featured-pages .text-white a {
    border-color: #fff;
    /*!important*/

    color: #fff !important;
}

.home .featured-pages .text-white a:hover {
    color: #eee !important;
}

.home .content .postarea {
    padding-top: 32px;
    padding-bottom: 32px;
}

.home .content .postarea .organic-column {
    text-align: center;
}

.home div.flexslider a.more-link {
    color: #fff !important;
    border-color: #fff;
}
.home .featured-pages .holder {
    z-index: 1;
}
#ytplayer {
    position: absolute;
    z-index: -10;
    top: -5vmax;
    height: 60vmax;
    margin: auto;
}
@media screen and (max-width: 680px) {
    #ytplayer {
        display: none;
    }
}

/* PAGE STYLING: PEOPLE
   * Page styling for people pages
   * ---------------------------------------------------------------------- */

.portfolio-item .post-holder .feature-img {
    max-height: 225px;
    overflow: hidden;
    height: 200px;
}

.portfolio-item .post-holder .feature-img img {
    width: 100%;
    height: auto;
	max-width:100%;
}

@media screen and (min-width: 540px) and (max-width: 925px) {
    .row .third {
        float: left !important;
        width: 100% !important;
    }
    #research-list .portfolio-item .post-holder .excerpt {
        height: auto;
    }
}

#faculty-list {
    padding: 0;
}

#faculty-list .portfolio-item .post-holder .excerpt {
    height:160px;
    line-height: 1.45em;
}

#faculty-list .portfolio-item .post-holder .excerpt p {
    padding-bottom: 6px;
}

#research-list .portfolio-item .post-holder .excerpt {
    height: auto;
}

.portfolio-item .post-holder{
	padding: 15px;
    background: white;
    box-shadow: none;
    margin: 0;
}

.portfolio-item .post-holder h3 {
    font-size: 14px;
}

.portfolio-item .post-holder h3 a {
    color: #f7991b;
}

.portfolio-item .post-holder .excerpt {
    font-size: 12px;
    padding: 0 0 10px 0;
}

.content .portfolio-wrap ul#faculty-list .portfolio-item .post-holder .excerpt p{
	/*padding:0px;*/
}
.blog-widgets .sidebar {
    border-bottom: 1px solid #dedede;
    padding: 30px 0;
    width: 100%;
}
.blog-widgets .sidebar h6 {
    font-size: 1.8em;
    color: #00467f !important;
}
.widget_text {
    margin-bottom: 30px;
}
@media(min-width: 768px) {
    .widget_text {
        width: 50%;
        float: left;
    }
}
.blog-holder,
.archive-holder {
    box-shadow: none;
    background: white;
}

.archive-holder .article {
    padding: 0 0 10px;
    margin-bottom: 45px;
}

.archive-holder .article .headline.small,
.post-holder .excerpt h3 a,
.post-holder .excerpt h3 a.read-more {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
    padding: 0px !important;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #00467f !important;
    text-decoration: none;
}

.archive-holder .article .headline.small a {
    text-decoration: none;
}

.archive-holder .article p {
    font-size: 0.9em;
}

.content .new-post-meta {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

a.read-more {
    display: block;
    margin-top: 5px;
    text-decoration: none;
}

.content a.read-more.post-read-more {
    color: #f7991b;
    text-transform: uppercase;
    font-weight: 600;
}

.content p a,
.content a {
    color: #333;
}

/* PAGE STYLING: BIO PAGE
   * Page styling for bio page
   * ---------------------------------------------------------------------- */

.bio-content h1 {
    font-size: 2em;
}

.bio-content .bio-title {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-top: 0;
}

.bio-content p.bio-title,
.bio-content p.bio-subtitle {
  padding: 0;
  line-height: 1.5em;
}

.bio-content p.bio-subtitle {
    font-size: .9em;
}

.bio-content .card-container {
    margin: 1em 0 0;
}

.bio-content .card-email,
.bio-content .card-phone,
.bio-content .external-link{
    display: inline-block;
    font-size: .9em;
    margin: 0 5px;
    padding: 0 0 0 10px;
    border-left: 1px solid rgba(0, 0, 0, .08)
}

.bio-content .card-email {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
}

.bio-content .bio-social-icons-container {
    margin-bottom: 1.5em;
}

.bio-content .social-icons li {
    min-width: 36px;
    min-height: 36px;
}

.bio-content .align-right {
    margin: 20px 0;
}

body .social-icons li a:hover {
    background: #f7991b;
    color: #ffffff;
}

body .social-icons li a {
    line-height: 42px;
    width: 42px;
    border-radius: 21px;
    font-size: 1.4em;
}

@media screen and (min-width: 768px) {
    .bio-content .align-right {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .bio-content .nav-tabs div {
        display: block !important;
        margin-top: 10px !important;
    }
    .bio-content .nav-tabs div:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 1220px) {
    .isb_people .content.no-thumb {
        margin-top: 30px;
        padding-top: 0;
    }
}

.bio-content .nav-tabs div {
    display: inline-block;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: .8em;
    padding: 6px 20px;
    margin: 0 4px;
    color: #666;
    background: #e9e9e9;
    border-radius: 5px;
    cursor: pointer;
}

.bio-content .nav-tabs div.active {
    color: #000;
}

.bio-content .nav-tabs div:hover {
    color: #f7991b;
}

.bio-content .tab-content {
    display: none;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 2px solid rgba(0, 0, 0, .08)
}

.bio-content .tab-content a {
    text-decoration: underline;
}

.bio-content .tab-content.active {
    display: block;
}
/* Zotpress Styling */
.zp-Entry {
    margin: 1.67em 0;
}
.zp-Entry .csl-bib-body {
    text-indent: 0 !important;
    padding: 0 !important;
}
a.zp-DownloadURL {
    text-decoration: underline;
}

/* PAGE STYLING: NEWS
   * Page styling for news page
   * ---------------------------------------------------------------------- */

#news .content .postarea .organic-column {
    text-align: center;
}

#news .content .organic-column a,
#news .featured-pages a {
    display: inline-block;
    position: relative;
    color: #999999 !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-family: 'Lato';
    font-weight: 500;
    text-transform: uppercase;
    margin: 12px 0px;
    padding: 6px 24px;
    border-radius: 24px;
    border: 2px solid #999999;
    border: 2px solid rgba(0, 0, 0, 0.4);
    -webkit-appearance: none;
}

#news .content .organic-column a:hover,
#news .featured-pages a:hover {
    color: #333333 !important;
    text-decoration: none;
    border: 2px solid #333333;
    cursor: pointer;
    -webkit-appearance: none;
}

.post .postarea {
    padding: 40px 0 65px;
}
/* PAGE STYLING: PATENT PAGE
   * Page styling for patent page
   * ---------------------------------------------------------------------- */

.page-id-117 .content .article a {
    font-weight: bold;
}
/* PAGE STYLING: CONTACT ISB
   * Page styling for contact page
   * ---------------------------------------------------------------------- */

div#page-4094 code,
div#page-4094 pre {
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
}

form.contact-isb-form {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1.125em;
}

form.contact-isb-form h3 {
    color: #666;
}

form.contact-isb-form input#gform_submit_button_1 {
    color: #666 !important;
    border-color: #666;
    background: transparent;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}

.container form input[type='submit'] {
    margin-top: 12px;
}

/*.container form{
	display:inline-block;
}*/

.input {
    padding: 0.5em;
}

/* PAGE STYLING: MINDS OF ISB
   * Page styling for minds of isb page
   * ---------------------------------------------------------------------- */
.page-template-template-full .postarea.full {
    max-width: none;
}
.pswp__caption__center {
    font-size: 15px;
    margin-bottom: 10px;
}
.photoswipe_gallery a {
    display: block;
    line-height: 0;
}
.photoswipe_gallery figure.has-caption figcaption {
    font-size: 13px;
    background-color: #eee;
    padding: 5px;
}
@media screen and (max-width: 680px) {
    .photoswipe_gallery {
        width: inherit !important;
    }
    .photoswipe_gallery figure {
        width: 100% !important;
    }
}
.page-id-5949 .text-holder.text-white {
    padding: 0 24px;
}
.page-id-5949 div.button-panel {
   text-align: center;
}

/* PAGE STYLING: TOPICS PAGE
   * Page styling for reports topics pages
   * ---------------------------------------------------------------------- */

.portfolio .row.btn-holder {
    width: 100%;
    text-align: center;
    padding-top: 1em;
}

span#btn-show-additional-reports {
    color: #00467f;
    cursor: pointer;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

span#btn-show-additional-reports:hover {
    opacity: 0.75;
    text-decoration: underline;
}

/* POST STYLING: SINGLE POST
   * Page styling for single post page (index.php)
   * ---------------------------------------------------------------------- */
div.content .feature-img img {
    margin: auto;
}

/* SIDEBAR STYLING
 * Sidebar styling
 * ---------------------------------------------------------------------- */
.sidebar-menu {
    display: block;
    background: none;
    /*color: #99CC33;*/
	color:#f7991b;
    height: auto;
    font-size: 1em;
    text-transform: none;
    text-shadow: none;
    line-height: 1.8;
    margin: 6px 0px;
    padding: 0px;
}
.widget ul.menu {
    margin-top: 1.8em;
}
.widget ul.menu li:first-child {
    border-top: none;
}
.widget ul.menu li a, a.sidebar-menu {
    font-size: 14px;
    color: #666 !important;
}
.widget ul.menu li a:hover {
    color: #f7991b;
}
.widget ul.menu li.current-menu-item > a, li.current-menu-item a.sidebar-menu {
    font-weight: bold;
    color: #000 !important;
}
.widget li.last-item {
    border-top: 0;
    margin-top: 0;
}
.widget li.top-border {
    border-top: 1px solid rgba(0,0,0, .08) !important;
}
.select,
#page_id {
    width: 100%;
    margin-top: .8em;
}
.hidden {
    display: none;
    /*!important*/
}
.parent-pageid-66 td {
    border: 0;
}

/* RESEARCH SIDEBAR STYLING
 * Sidebar styling
 * ---------------------------------------------------------------------- */
 
 
a#share-button {
    font-size: .67rem;
}
.portfolio.portfolio-bottom {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.portfolio.portfolio-bottom h3{
    margin: 0 0 15px;
    padding: 0;
}
.portfolio .reports-link {
    padding-left: 12px;
}
.csl-bib-body {
    text-indent: 0 !important;
    padding: 0 !important;
}
.csl-entry {
    /*margin: 1.67em 0;*/
}
ul.research-list,
ul#research-list {
    margin-bottom: 1rem;
    margin-left: 0;
}

/* NEW PAGINATION STYLES
 *
 * ----------------------------------------------------------------------- */
.post-navigation {
    margin-bottom: 30px;
}
.pagination .page-numbers {
    border-radius: 50%;
    box-shadow: none;
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    margin: 0 10px 5px;
}
.pagination .prev.page-numbers {
    background: white;
    border: 1px solid #ddd;
}
.pagination .page-numbers.current {
    border-radius: 50%;
    color: white;
    background: #f7991b; 
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
}
.pagination .page-numbers:hover, .pagination .page-numbers:active {
    border-radius: 50%;
    box-shadow: none;
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
}
@media(max-width: 767px) {
    .pagination .page-numbers {
        margin: 0 2px;
        min-height: 30px;
        min-width: 30px;
        line-height: 30px;
    }
}
/*
// Share Links
*/
ul.share-links {
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 45px 0;
}
ul.share-links:before {
    border-top: 1px solid #e9e9e9;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 100%;
    z-index: -1;

}
ul.share-links li {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 0;
    /*margin-right: 15px;*/
}
ul.share-links li.list-inline-item:not(:last-child) {
    margin-right: 15px;
}
ul.share-links li a {
    border-radius: 50%;
    background: #e9e9e9; 
    min-height: 40px;
    min-width: 40px;
    line-height: 40px;
    display: block;
}
ul.share-links li a:hover {
    background: #f7991b; 
    color: white;
}

@media screen and (min-width: 768px ) and (max-width: 1200px) {
    .archive-holder .feature-vid, .archive-holder .feature-img {
        height: 16.67vw;
        max-height: none;
    }
}

@media screen and (max-width: 768px) {
    .archive-holder .feature-vid, .archive-holder .feature-img {
        height: auto;
        max-height: none;
    }
}

@media screen and (min-width: 925px ) and (max-width: 1200px) {
    .featured-posts .featured-posts-wrap .holder .feature-img,
    .portfolio-item .post-holder .feature-img {
        height: 16.67vw;
        max-height: none;
    }
}

@media screen and (max-width: 925px) {
    .featured-posts .featured-posts-wrap .holder .feature-img,
    .portfolio-item .post-holder .feature-img {
        height: auto;
        max-height: none;
    }
}


@media screen and (max-width: 1220px) {
    body.home .featured-posts-wrap .third {
        height: auto;
    }
}


@media screen and (min-width: 926px) {
    .featured-posts .featured-posts-wrap .holder .feature-img img,
    .portfolio-item .post-holder .feature-img img {
        height: 100%;
        width: auto;
        max-width: none;
        object-fit: fill;
    }
}

@media screen and (min-width: 769px) {
    .archive-holder .feature-vid, .archive-holder .feature-img img {
        height: 100%;
        width: auto;
        max-width: none;
        object-fit: fill;
    }
}
