/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

#advisory_committee_posts_wrap {
    overflow: hidden;
}
.advisory-grid-element {
    overflow: hidden;
}
.advisory-thumbnail {
    width: 30%;
    float: left;
    margin-right: 5%;
}
.advisory-title {
    float: left;
    width: 65%;
    margin-top: 10px;
}
.wrapper-col-equal-height {
    flex-wrap: wrap;
    display: flex;
}
.advisory-wrapper {
    border-top: 2px solid #008fd4;
    padding: 20px;
    overflow: hidden;
    min-height: 150px;
}

.advisory-button-wrapper {
    text-align: center;
    padding: 40px;
}

#advisory_committee_filters input[type=text],
#advisory_committee_filters select {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    line-height: 1.3;
}
#advisory_committee_filters .filter-custom {
    display: inline-block;
}
#advisory_committee_filters .filter-custom label {
    display: block;
}

#advisory_committee_loadmore {
    padding: 10px 40px;
    font-size: 1.2em;
}

.advisory-details {
    display: none;
	max-width: 50% !important;
	max-height: 50% !important;
}

.advisory-image {
border: solid thin black;
text-align: center;
}

.advisory-field h4 {
    display: inline-block;
    margin: 5px;
}

p.advisory-field--value {
    display: inline-block;
    margin: 5px;
}

#menu-nansenfooter li {
vertical-align: top;
}

.page-header-content {
width: 50%;
}


#footer-bottom-menu #footer-hosted-by {
    display: inline-block;
    width: 20%;
    padding-right: 2%;
    margin-right: 2%;
    border-right: solid thin #fff;
    vertical-align: top;
}

#footer-bottom-menu #footer-hosted-by .widget-title {
    color:white;
}

#footer-bottom-menu .menu-nansenfooter-container {
    display: inline-block;
    width: 75%;
}

#footer-bottom-menu li:not(:first-child) {
    margin-left: 10px;
}

.theme-heading.border-bottom {
    border-color: #1a73e8;
}

#footer-builder h3 {
    color: #1a73e8;
    text-align: left;
}

#footer-builder .footer-builder > .vc_column-inner {
    -webkit-box-shadow: -4px 6px 10px 0px #cccccc;
    box-shadow: -4px 6px 10px 0px #cccccc;
    border: solid thin #ccc;
    padding-top: 0;
}

#footer-builder .newsletter-block {
    background-color: #1a73e8;
    padding: 15px;
    -webkit-box-shadow: -4px 6px 10px 0px #cccccc;
    box-shadow: -4px 6px 10px 0px #cccccc;
    margin-bottom: 50px
;
}

#footer-builder .vc_column-inner {
    margin-bottom: 0;
}

#footer-builder .newsletter-block .newsletter-block-title {
    color: #fff;
}

.home h2,
#footer-builder h2 {
    width: 100%;
    text-align: center;
    border-bottom: solid 2px #eee;
}

.home h2 span,
#footer-builder h2 span {
    flex: 0 1 auto;
    border-color: #1E73BE!important;
    line-height: 1.2em;
    padding-bottom: 6px !important;
    border-bottom: 2px solid;
    border-color: rgb(221,51,51);
    padding: 2px 10px;
    position: relative;
    text-align: center;
    bottom: -2px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
    padding: 0 0.8em;
    font-weight: bold;
}