/*
Theme Name:   ISB - Main
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.4.0
Text Domain:  isb-child
*/
/* =Theme customization starts here

Color Palette:

Midnight: #002664
Azure: #006eff
Aqua: #23edec
Aqua2: #75e9e9  // used for hover state when link is Azure
Orange: #ff5f00
Black: #000
Gray: #949494
White: #fff

-------------------------------------------------------------- */
.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: #002664;
    font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #006dff !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #75e9e9 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #002664;
    font-weight: 400;
    line-height: 1.3;
}

body .h1 {
    font-size: 3em;
    letter-spacing: -0.8px;
    margin: 4px 0px;
    padding: 4px 0px;
    color: rgba(255, 255, 255, 1);
}

.article.eight.columns h1 {
    font-size: 2.5em;
}

.home-title {
    font-size: 1.6em;
    letter-spacing: -0.8px;
}

a,
a:link {
    color: #002664;
}

a.button {
    font-size: .95em;
    line-height: 1.4;
    margin: 12px 6px;
    padding: 6px 24px;
    border-radius: 24px;
    color: #002664 !important;
    border: 1px solid #002664;
}

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

a.button.button-primary {
    font-size: .4em;
    background-color: #ff5f00;
    color: #fff !important;
    border-color: #ff5f00;
}

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;
}

.print-only {
    display: none;
}


/* 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: "Roboto", Arial, Helvetica;
}

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

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

table a {
    color: #ff5f00 !important;
}

ul.isb-bullets {
    border-left: 3px solid #ff5f00;
    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;
}

.wp-caption {
    max-width: calc(100% - 36px);
    /*margin-left: 12px;
    margin-right: 12px;*/
    padding: 0;
    background: transparent;
}

.wp-caption p.wp-caption-text {
    display: inline-block;
    text-align: left;
    line-height: 1.4;
}

/* 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 #logo .print-only {
    display: none;
}

#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: #002664 !important;
    }

    .menu-toggle:before {
        font-family: 'FontAwesome';
        content: ' ';
        color: #002664 !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: #002664 !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: #002664 !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: #ff5f00 !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: #002664 !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: #002664;
    font-family: 'Barlow';
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 12px 6px;
    padding: 6px 12px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    -webkit-appearance: none;
}

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

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

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

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

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

#page-sidebar .subchildren a:hover {
    color: #ff5f00;
}

#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: Barlow, '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 li:not(.current-menu-item) a,
.sidebar.research-sidebar .drawer p,
.sidebar.research-sidebar .drawer select,
.sidebar.research-sidebar .drawer option,
.sidebar.research-sidebar .drawer,
.sidebar.research-sidebar li a {
    color: #949494;
}

.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 #949494;
    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;
}

.sidebar.research-sidebar .menu-container > .no-top-border {
    border-top: none;
    padding-top: 0;
}

.sidebar.research-sidebar #searchsubmit {
    height: 38px;
    border-color: #949494;
    border-width: 1px;
}

.sidebar.research-sidebar #searchform #s {
    border-width: 1px;
}

.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: Barlow, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.3;
    color: #006eff;
    margin: 0;
    padding: 0;
}

.footer-widgets .menu a:hover {
    color: #75e9e9;
}

@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: #002664;
    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: #002664;
    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: #ff5f00;

}


#search-modal .submit,
#search-modal .submit:hover,
#search-modal .submit:active,
#search-modal .submit:visited,
#search-modal .submit:focus {
    color: #002664;
    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: #002664;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: .95em;
    padding: 0;
    margin: 0 8px;
    text-transform: uppercase;
}

.search_result_tabs ul li a.active {
    color: #ff5f00;
    text-decoration: none;
    border-bottom: 1px #ff5f00 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: #ff5f00;
    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: #ff5f00;
}

.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: #ff5f00;
    border: 1px solid #ff5f00 !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,
.column-block-image .gradient,
.column-block-text-background-image .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,
.column-block-image .stripes,
.column-block-text-background-image .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: #002664;
}

/* 1/2 + 1/2 row blocks */
.row-half-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.row-half-half .column-blocks {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.column-block-image,
.column-block-text-background-image {
    position: relative;
    min-height: 400px;
    height: 100%;
    background-size: cover;
}

.column-blocks--left .column-block-image,
.column-blocks--left .column-block-text-background-image {
    background-position: right center;
}

.column-blocks--right .column-block-image,
.column-blocks--right .column-block-text-background-image {
    background-position: left center;
}

.column-block-rich-text,
.column-block-text-background-image .column-block-text-background-image__copy {
    max-width: 590px;
    padding: 64px;
}

.column-block-text-background-image .column-block-text-background-image__copy {
    position: relative;
    z-index: 2;
}

.column-blocks--left .column-block-rich-text,
.column-blocks--left .column-block-text-background-image .column-block-text-background-image__copy {
    margin-left: auto;
    margin-right: 0;
}

.column-blocks--right .column-block-rich-text,
.column-blocks--right .column-block-text-background-image .column-block-text-background-image__copy {
    margin-right: auto;
    margin-left: 0;
}

@media screen and ( max-width: 768px ) {

    .row-half-half {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .row-half-half .column-blocks {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .column-blocks--left .column-block-rich-text,
    .column-blocks--right .column-block-rich-text,
    .column-blocks--left .column-block-text-background-image .column-block-text-background-image__copy,
    .column-blocks--right .column-block-text-background-image .column-block-text-background-image__copy {
        margin-left: auto;
        margin-right: auto;
        padding: 24px;
    }
}

/* grid-three-or-four */

.content.layout-block {
	margin-top: 15px;
	margin-bottom: 15px;
}

.grid-three-or-four {
	display: grid;
	column-gap: 25px;
	justify-items: center;
	align-items: start;
}

.grid-three-or-four.three-grid {
	grid-template-columns: 33% 33% 33%;
	column-gap: 25px;
}

.grid-three-or-four.four-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 10px;
}

.grid-three-or-four .grid-item {
    margin-bottom: 15px;
	justify-self: stretch;
}

.grid-three-or-four .grid-item .grid-item-image,
.grid-three-or-four .grid-item .grid-item-video {
	text-align: center;
	height: 275px;
}

.grid-three-or-four .grid-item .grid-item-video {
	position: relative;
    top: 20px;
}

.grid-three-or-four .grid-item .grid-item-image img {
	max-height: 250px;
}
.grid-three-or-four .grid-item .grid-item-image a {
	display: block;
}

.grid-three-or-four .grid-item .grid-item-content {
	margin-left: 20px;
}

@media screen and ( max-width: 768px ) {
	.hide-banner .content.layout-block {
		margin-top: 15px;
	}
	.grid-three-or-four.three-grid,
	.grid-three-or-four.four-grid
	{
		grid-template-columns: 1fr;
		column-gap: 0;
	}
}

/* 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: #002664 !important;
    font-family: 'Barlow';
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    margin: 12px 0px;
    padding: 4px 18px;
    border-radius: 18px;
    border: 1px solid #002664;
    -webkit-appearance: none;
}

.home .content .organic-column a:hover,
.home .featured-pages a:hover {
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #ff5f00;
    background-color: #ff5f00;
    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;
    }
    img.hideformobile{
    	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: #ff5f00;
}

.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: #002664;
}

.widget_text {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .widget_text {
        width: 50%;
        float: left;
    }
}

.blog-holder,
.archive-holder {
    box-shadow: none;
    background: white;
}

.single-post .blog-holder {
    margin-bottom: 0;
    width: -webkit-calc(100% + 24px);
    margin-left: -12px;
}

.single-post .blog-holder .post-meta,
.single-post .archive-holder .post-meta {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.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: #006dff !important;
    text-decoration: none;
}

.post-holder .excerpt h3 a:hover,
.post-holder .excerpt h3 a.read-more:hover {
    color: #75e9e9 !important;
}

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

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

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

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

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

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

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

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

.bio-content .bio-title {
    font-family: 'Barlow', '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: #ff5f00;
    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: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: .8em;
    padding: 6px 20px;
    margin: 0 4px;
    color: #002664;
    background: #e9e9e9;
    border-radius: 5px;
    cursor: pointer;
}

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

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

.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: #002664 !important;
    color: rgba(0, 0, 0, 0.4) !important;
    font-family: 'Barlow';
    font-weight: 500;
    text-transform: uppercase;
    margin: 12px 0px;
    padding: 6px 24px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-appearance: none;
}

#news .content .organic-column a:hover,
#news .featured-pages a:hover {
    color: #002664 !important;
    text-decoration: none;
    border: 1px solid #002664;
    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: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1.125em;
}

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

form.contact-isb-form input#gform_submit_button_1 {
    color: #002664 !important;
    border-color: #002664;
    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: #006dff;
    cursor: pointer;
    font-family: 'Barlow', 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: #ff5f00;
    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;
}

#wrap .widget ul.menu li.menu-item a, a.sidebar-menu {
    font-size: 14px;
    color: #949494; /* was midnight: #002664 */
    font-weight: 300;
}

#wrap .widget ul.menu li.menu-item a.active {
    font-weight: bold;
}


.widget ul.menu li a:hover {
    color: #ff5f00;
}

#wrap .widget ul.menu li.menu-item.current-menu-item > a, li.current-menu-item a.sidebar-menu {
    font-weight: bold;
    color: #000;
}

.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: #ff5f00;
    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
*/
.share-links-container {
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
}

ul.share-links {
    list-style: none;
    position: relative;
    z-index: 1;
    margin: 25px 0;
    padding: 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: 6px;
    margin-left: 6px;
}

ul.share-links li.list-inline-item:last-child {
    margin-right: 0;
}

ul.share-links li.list-inline-item:first-child {
    margin-left: 0;
}

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: #ff5f00;
    color: white;
}


/*
 * Header override for single posts and when "Hide Banner" is selected on pages
 */

.single-post .page-banner,
.hide-banner .page-banner {
    display: none;
}

.hide-banner .content {
    margin-top: 60px;
}

.single-post .content:not(.no-thumb) .postarea,
.hide-banner .content:not(.no-thumb) .postarea {
    margin-top: 100px;
}

.single-post #header,
.hide-banner #header {
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.single-post #header #logo img.logo-light,
.hide-banner #header #logo img.logo-light {
    display: none !important;
}

.single-post #header #logo img.logo-dark,
.hide-banner #header #logo img.logo-dark {
    display: block !important;
}

.single-post #header.header-large .menu > li > a,
.single-post #header.header-large .menu > li > a:link,
.hide-banner #header.header-large .menu > li > a,
.hide-banner #header.header-large .menu > li > a:link {
    color: #002664 !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

.single-post #header.header-large .menu > li.button a:hover,
.hide-banner #header.header-large .menu > li.button a:hover {
    color: #fff !important;
}

.single-post #navigation .menu li.button a,
.hide-banner #navigation .menu li.button a {
    border: 1px solid #002664;
}

.single-post #navigation .menu > li.current-page-ancestor > a,
.single-post #navigation .menu > li.current-menu-item > a,
.single-post #navigation .menu > li.current_page_parent > a,
.hide-banner #navigation .menu > li.current-page-ancestor > a,
.hide-banner #navigation .menu > li.current-menu-item > a,
.hide-banner #navigation .menu > li.current_page_parent > a {
    color: #ff5f00 !important;
}

@media screen and (max-width: 1220px) {

    .single-post .content:not(.no-thumb) .postarea,
    .hide-banner .content:not(.no-thumb) .postarea {
        margin-top: 0;
    }
}

/* responsive styling */

@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;
    }
}


/*
 * Change fonts
 * Any fonts defined in the parent theme that aren't covered above...
 */
#portfolio-filter li a,
#cancel-comment-reply-link,
body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6,
#header .site-title,
#navigation,
a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
    font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/*
 * Color Overrides
 * Make sure we're overriding base parent styles with new branding in 2019
 */
a:focus, a:hover, a:active,
h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover,
.widget ul.menu li a:hover {
    color: #ff5f00;
}

#wrap .menu li li a, #wrap .menu li li a:link, #wrap .menu li li a:visited,
.text-white a.button, .text-white #prevLink a, .text-white #nextLink a,
.text-white .more-link, .text-white #submit {
    color: #002664 !important;
}

a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
    border-color: #002664;
}

.post-meta,
.blog-holder .format-quote .quote-author,
i.format-icon,
.social-icons li a,
#portfolio-filter li a,
#searchform .search-field,
#searchform #s,
.footer-widgets .widget,
.footer-content a,
a.button, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link,
#submit, #comments #respond input#submit, .container .gform_wrapper input.button {
    color: #002664;
}

/* Flex Carousel Styling */
.flex-direction-nav li a,
.flex-direction-nav li a i {
    border-color: rgba(255, 255, 255, 0.4);
}


/*
 * ISB Custom Button Styles
 */
.button.button-white,
.button-white {
    color: #fff !important;
    border-color: #fff !important;
}

.button.button-dark,
.button-dark {
    color: #002664 !important;
    border-color: #002664 !important;
}

.button.button-white:hover,
.button-white:hover,
.button.button-dark:hover,
.button-dark:hover {
    color: #fff !important;
    border-color: #FF5F00 !important;
    background-color: #FF5F00 !important;
}

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

    border: 1px solid #fff;
}

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

a.button-orange {
    font-size: 1.4em;
    background-color: #ff5f00;
    line-height: 1.5;
    margin: 20px 10px;
    padding: 10px 34px;
    border-radius: 38px;
    color: #fff !important;
    text-decoration: none !important;

    border: 1px solid #ff5f00;
}

a.button-orange:hover {
    background-color: #002664;
    border: 1px solid #002664 !important;
    color: #fff !important;
    text-decoration: none !important;
}

a.button-orange-sm {
    font-size: 4em;
    background-color: #ff5f00;
    line-height: 1.5;
    border-radius: 38px;
    color: #fff !important;
    text-decoration: none !important;

    border: 1px solid #ff5f00;
}

a.button-orange-sm:hover {
    background-color: #002664;
    border: 1px solid #002664 !important;
    color: #fff !important;
    text-decoration: none !important;
}


.page-title {
    font-size: 1.4em;
    letter-spacing: -0.8px;
}

a.button {
    text-decoration: none !important;
}

/* Button Overrides */
.text-white a.button, .text-white #prevLink a, .text-white #nextLink a, .text-white .more-link, .text-white #submit,
.home .content .organic-column a.button, .home .featured-pages a.button, .article .button, .article .button:hover, div.button-panel div.organic-column a.button, #submit {
    border-width: 1px;
    font-weight: 300;
}

/* hide thumbnails on search temporarily */
.search-results .results_div .feature-img {
    display: none;
}

/* Remove banner padding when mobile menu active */
body.mobile .content.no-thumb {
    padding-top: 0;
}

/* ACF - Post-Content Layout Blocks
 * ---------------------------------------------------------------------- */

.single-post .post-content-layout-blocks {
    margin-bottom: 25px;
}

#news .post-content-layout-blocks .text-white .featured-pages a,
#news .post-content-layout-blocks .text-white .organic-column a {
    color: #ffffff !important;
}

#news .content .postarea .post-content-layout-blocks .organic-column {
    text-align: initial;
}

.post-content-layout-blocks.full-width-stretch {
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

.isb-modal {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0.3s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    overflow: auto;
}

.isb-modal.isb-active {
    opacity: 1;
    visibility: visible;
}

.modal-dialog {
    box-sizing: border-box;
    opacity: 0;
    max-width: 1000px;
    transform: translate(0, -50px);
    margin: 0 auto;
    transition: all .3s ease-out 0.3s;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    padding: 1rem;
}

.isb-active .modal-dialog {
    transform: translate(0, 0);
    opacity: 1;
    transition: -webkit-transform .3s ease-out 0.3s;
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.7rem;
    font-weight: 300;
    font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 0.4;
    color: #002664;
    text-shadow: 0 1px 0 #fff;
    padding: 1rem;
    background: #fff;
    border: 0;
    cursor: pointer;
    z-index: 7;
    border-radius: .3rem;
}

#research-list .archive-holder .feature-img img {
    width: 100%;
    object-fit: cover;
}

.isb-single-related-news {
    max-width: 1180px;
    margin: 0 auto;
}

/*GDPR ALERT*/
aside#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
     background-color:#002664;
}

aside#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container{
     padding-bottom:20px;
     position:relative;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
     font-size: .95em!important;
     line-height: 1.4!important;
     margin: 12px 6px!important;
     padding: 6px 12px!important;
     border-radius: 24px!important;
     color: #fff!important;
     border: 1px solid #fff!important;
     font-weight:400!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{
     background-color: #ff5f00!important;
     border: 1px solid #ff5f00!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after, #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before, .gdpr-icon.moovegdpr-arrow-close:after, .gdpr-icon.moovegdpr-arrow-close:before, i.moovegdpr-arrow-close.moovegdpr-arrow-close:after, i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
     width:2px!important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover{
      color:#ff5f00!important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-close-btn{
     cursor:pointer;
}
/*
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-close-btn{
      cursor:pointer;
     position: absolute;
     right: 0;
     top: 0;
     border-radius: 0 0 0 12px;
     margin: 0;
     background: #efefef;
     opacity: 1;
     font-size: 16px;
     color:#002664;
     width: 30px;
     height: 30px;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-close-btn:hover{
     background:#eeeeee;
}
*/