/*
Theme Name:   PAN (Highend Child Theme)
Theme URI: https://www.hb-themes.com/themes/highend/
Description:  Child Theme of Highend
Author:       Jeff Putnam
Template:     HighendWP
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
#main-wrapper.hb-stretched-layout {background:#fff!important;}
#main-content {padding-top:0;}
#main-nav>li {
	margin-left:20px!important;
}
.main-navigation.default-skin #main-nav>li.current-menu-item>a, .main-navigation.default-skin #main-nav>li.sfHover>a, .main-navigation.default-skin #main-nav>li>a:hover {
	background-color:rgba(41,132,144,0.05)
}
#main-nav>li>a>span {
	border-bottom:none;
}
.main-navigation.default-skin #main-nav > li > a:hover > span, .main-navigation.default-skin #main-nav > li.current-menu-item > a > span, .main-navigation.default-skin #main-nav > li.sfHover > a > span, .team-member-box.tmb-2:hover .team-member-description, span[rel="tooltip"] {
	border-bottom:4px solid #29578C;
}
#header-bar {
    background:#29578C;
    color:#fff;
}
#header-bar .top-widget {
    border:0!important;
}
#header-bar .top-widgets-right {
    flex-direction: row-reverse!important;
    justify-content: flex-start!important;
}
#header-bar a {
    color:#fff;
    font-weight:bold;
}
#header-bar .social-list i {
    font-size:18px;
}
#top-custom-link-widget a {
    font-size:18px;
}



.team-member-box:hover .team-member-img img {
    opacity:1;
}

#testimonials--slider p {
	color:white;
	font-weight:bold;
	font-style:italic;
	font-size:30px;
	line-height:1.5;
    margin-bottom:1.5em;
}
#testimonials--slider h4 {
    color:#fff;
    font-size:40px;
    font-weight:700;
    margin-bottom:30px;
}
#testimonials--slider a {
    color:white;
    font-size:20px;
    font-style:normal;
    font-weight:400;
    text-decoration:underline;
}
#testimonials--slider a:hover {
    font-style:italic;
}


.flex-control-nav li a {color:#fff;}
.entry-content ul {
	padding-left:40px;
	margin-bottom:1em;
}
.entry-content ul li {
	line-height:1.2;
	margin-bottom:10px;
}
#footer {
	background-color:#29578C;
		color:#fff;
}
#footer p {
	color:#fff;
	font-size:20px;
	line-height:1.2;
}
.h2-line {
	position:relative;
}
.h2-line:after {
	content: "";
    height: 3px;
    width: 40%;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}
.h2-line--green:after {
    background: #E92C35;
}
.h2-line--blue:after {
    background: #E92C35;
}
.h2-line--red:after {
    background: #E92C35;
}
.h2-line--gold:after {
    background: #E92C35;
}
.h2-line--black:after {
    background: #E92C35;
}
.h2-line--center {
    margin-bottom:100px;
    text-align:center;
}
.h2-line--center span {
    background:white;
    color:#29578C;
    font-size:60px;
    font-weight:600;
    padding:0 50px;
    position:relative;
    z-index:9;
}
.h2-line--center:after {
    background:#F9A744;
    content: "";
    height: 3px;
    width: 60%;
    display: block;
    position: absolute;
    left: 20%;
    top: 50%;
}

.crsl-nav a.next,
.crsl-nav a.previous {
    background:#177EAE;
    border-radius:30px;
    color:white;
    height:60px;
    line-height:60px;
    position:relative;
    text-align:center;
    width:60px;
}
.crsl-nav a.next i,
.crsl-nav a.previous i {
    font-size:30px;
}
.crsl-nav a.previous {
	margin-left:-50px
}
.crsl-nav a.next {
	margin-right:-50px;
}
.team-member-description .team-member-content {
    margin-bottom:20px;
}
.team-member-description a.simple-read-more {
    color:#177EAE;
    border-bottom:0;
    text-decoration:underline;
}

.carousel--past_events .hb-owl-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carousel--past_events .hb-owl-slider .owl-nav .owl-prev span, 
.carousel--past_events .hb-owl-slider .owl-nav .owl-next span {
    color:white;
    font-size:30px;
}
.carousel--past_events .hb-owl-slider .owl-nav .owl-prev,
.carousel--past_events .hb-owl-slider .owl-nav .owl-next  {
    background:#177EAE;
    border-radius:30px;
    color:white;
    height:60px;
    line-height:60px;
    position:relative;
    text-align:center;
    width:60px;
}
.carousel--past_events .hb-owl-slider .owl-nav .owl-prev {
    left:-80px;
}
.carousel--past_events .hb-owl-slider .owl-nav .owl-next {
    right:-80px;
}

.carousel--past_events .item img {
    height:200px;
    object-fit: cover;
    object-position: center bottom;
}
.carousel--past_events .past_event-content {
    background:#fafafa;
    padding:30px;
}
.carousel--past_events .past_event-title {
    color:black;
    font-size:25px;
    margin:0 0 5px;
}
.carousel--past_events .past_event-date {
    display:block;
    font-size:16px;
    font-weight:500;
    color:#818181;
    margin-bottom:20px;
}
.carousel--past_events .past_event-desc {
    font-size:16px;
    line-height:1.4;
    margin-bottom:20px;
}
.carousel--past_events .past_event-link {
    color:#177EAE;
    text-decoration:underline;
}

.row--flex {
    display:flex;
}
.flex--col-12 {width:100%;}
.flex--col-11 {width:92%;}
.flex--col-10 {width:83%;}
.flex--col-9 {width:75%;}
.flex--col-8 {width:66%;}
.flex--col-7 {width:58%;}
.flex--col-6 {width:50%;}
.flex--col-5 {width:42%;}
.flex--col-4 {width:34%;}
.flex--col-3 {width:25%}
.flex--col-2 {width:16%}
.flex--col-1 {width:8%}


.hero.hero--events {
    background:url(images/header--diverse_group.jpg) no-repeat center right/cover;
    padding:140px 0;
}
.hero.hero--news {
    background:url(images/header--yoga.jpg) no-repeat center right/cover;
    margin-bottom: 100px;
    padding:80px 0;
}
.hero.hero--news h1,
.hero.hero--events h1 {
    color:white;
    font-family:'Jost', sans-serif;
    font-size:60px;
    font-weight:600;
    line-height:1.17;
    margin:0;
    padding:0;
}
.container--events h2 {
    margin-bottom:40px;
}
.container--events .h2-line--center:after {
    width:80%;
    left:10%;
}
.row--event {
    border-bottom:1px solid #ebebeb;
    margin-bottom:50px;
    padding-bottom:50px;
}
.row--event:last-of-type {
   border-bottom:0;
}

.row--event ul {
    margin-left:30px;
}
.row--event .flex--col-6 + .flex--col-6 {
    padding-left:50px;
}
.row--event h2 {
    font-size:38px;
    margin-bottom:30px;
}
.row--event ul {
    margin-bottom:50px;
}
#filter-event_location {
    list-style:none;
    margin:0 0 100px;
    padding:0;
    display:flex;
    justify-content:center;
}
#filter-event_location li {
    border:1px solid rgba(0,0,0,0.5);
    border-right:none;
    color:#1a1a1a;
    cursor:pointer;
    line-height:50px;
    list-style:none!important;
    padding:0 15px;
}
#filter-event_location li:hover {
    background:#eee;
    text-decoration:underline;
}
#filter-event_location li:last-of-type {
    border-right:1px solid rgba(0,0,0,0.5);
}
#filter-event_location li.active {
    background:#177EAE;
    border:1px solid #177eae;
    color:#fff;
}
#filter-event_location li:last-of-type:active {
    border-right:1px solid #177eae;
}

.carousel--past_events {
    padding:0 100px;
}

.callout {
    padding:40px 0;
}
.callout--newsletter {
    background:#F9A744;
    margin:100px 0;
}
.callout--newsletter .row--flex {
    align-items: center;
}
.callout--newsletter h3 {
    border-left:4px solid #177EAE;
    color:white;
    font-family:'Jost', sans-serif;
    font-size:50px;
    font-weight:500;
    line-height:1.5;
    padding-left:50px;
}

.p-t-100 {
    padding-top:100px
}
.p-b-100 {
    padding-bottom:100px
}

.btn--custom + .btn--custom {
    margin-left:50px;
}
.wpcf7-form-control.has-spinner.wpcf7-submit,
.hb-button.hb-default,
.btn--blue {
    background:#177EAE;
    box-shadow:none;
    color:white;
    display:inline-block;
    font-family:'Jost', sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:60px;
    padding:0 30px!important;
    text-decoration:none;
    text-transform:uppercase;
}
.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
.hb-button.hb-default:hover,
.btn--blue:hover {
    background:#C02B43;
    color:white;
}
.hb-button.hb-pomegranate,
.btn--red {
    background:#C02B43!important;
    color:white;
    display:inline-block;
    font-family:'Jost', sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:60px;
    padding:0 30px;
    text-decoration:none;
    text-transform:uppercase;
}
.hb-button.hb-pomegranate:hover,
.btn--red:hover {
    background:#177EAE!important;
    color:white;
}
.btn--sec {
    background:white;
    border:3px solid #177EAE;
    box-shadow:none;
    color:#177EAE;
    display:inline-block;
    font-family:'Jost', sans-serif;
    font-size:20px;
    font-weight:600;
    line-height:54px;
    padding:0 30px!important;
    text-decoration:none;
    text-transform:uppercase;
}
.btn--sec:hover {
    background:#177eae;
    color:white;
}

.archive #main-content,
.single-hb_testimonials #main-content,
.single-team #main-content {
    padding-top:100px;
}

.wpb_text_column ul {
    margin-left:30px;
    margin-bottom:15px;
}

.section--contact ul.social-icons li {
    float:right;
}
.section--contact ul.social-icons li a {
    margin-right:0;
    margin-left:5px;
}
.section--contact ul.social-icons li a i {
    font-size:20px;
}
.sidebar--news .widget-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.vc_separator {
    padding:100px 0;
}

@media screen and (max-width:767px) {
    body.post-type-archive-events {

    }
    .nav-type-1 #header-inner-bg, .nav-type-1 .highend-sticky-placeholder {
        height:60px!important;
        line-height:60px!important;
    }
    .h2-line:after {
        left:0;
        top:104%;
        width:100%;
    }
    .h2-line--center {
        margin-bottom:50px;
    }
    .h2-line--center span {
        background:transparent;
        font-size:40px;
        padding:0;
    }
    .wpb_wrapper .vc_separator {
        padding:40px 0!important;
    }
    .row--flex {
        display:block;
    }
    .flex--col-12, .flex--col-11, .flex--col-10, .flex--col-9, .flex--col-8, .flex--col-7, .flex--col-6, .flex--col-5, .flex--col-4, .flex--col-3, .flex--col-2,  .flex--col-1 {
        width:100%;
    }
    .wpcf7-form-control.has-spinner.wpcf7-submit, .hb-button.hb-default, .btn--blue {
        line-height:50px;    
    }
    .btn--sec {
        line-height:44px;
        padding:0 20px!important;
    }
    .btn--custom + .btn--custom {
        margin-left:15px;
    }
    .hero.hero--events {
        padding:80px 0;
    }
    .hero.hero--events h1 {
        font-size:50px;
    }
    .carousel--past_events {
        padding:0 30px;
    }
    .carousel--past_events .hb-owl-slider .owl-nav .owl-prev {
        left:-40px;
    }
    .carousel--past_events .hb-owl-slider .owl-nav .owl-next {
        right:-40px;
    }
    .callout--newsletter h3 {
        font-size:28px;
        padding-left:20px;
        margin-bottom:30px;
    }
    .callout--newsletter .flex--col-2 {
        text-align:center;
    }
    .row--event h2 {
        font-size:30px;
        margin-bottom:10px;
    }
    .row--event .flex--col-6 {
        margin-bottom:30px;
    }
    .row--event .flex--col-6 + .flex--col-6 {
        padding-left:0;
        margin-bottom:0;
    }
    #homepage--mockup,
    #homepage--our_mission {
        margin:0 auto!important;
    }
    .wpb_column .vc_custom_1687743741795 {
        padding-top:0!important;
    }
    .hb-crsl-wrapper .crsl-nav {
        opacity:1!important;
        left:0;
    }
    .hb-crsl-wrapper {
        padding:0 30px;
    }
    #mobile-menu-wrap {
        padding-top:50px;
    }
    .mobile-search-form {display:none;}
    
    #filter-event_location {
        margin:0 -20px 80px;
    }

    #filter-event_location li {
        font-size: 12px;
        padding: 0 12px;
    }
}

/* Moved from WP Customizer */
.hero--about {
	background-position:right center!important;
}
.hero--about h1 {
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.vc_custom_1694628460748 h1 {
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.highend_vc_custom_1688756328526 {
	background-position:center top!important;
}
#sidebar--news .widget-item {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #dadada;
}
body.single-post article.post {
	margin-top:40px!important;
}
body.single-post .hb-sidebar {
	margin-top:0!important
}
.related-item img,
#hb-blog-posts article img {
	height: 150px!important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.hb-blog-grid.grid-columns-3 article {
	width:50%;
}
.related-item h2,
#hb-blog-posts article h2 {
	font-size:20px!important;
		line-height:1.2!important;
	text-align:center;
}
.related-item h2 a,
#hb-blog-posts article h2 a {
	color:#1a1a1a!important;
}
.related-item .post-meta-info,
#hb-blog-posts article .post-meta-info {
	text-align:center!important;
}
.related-item .post-meta-info time {
	float:none;
}
.related-item .hb-post-excerpt,
#hb-blog-posts article .excerpt {
	text-align:center;
}
.related-item .hb-post-excerpt,
#hb-blog-posts article .excerpt p {
	font-size:16px;
	line-height:1.5;
}
#hb-blog-posts article .post-meta-footer {
	justify-content:center!important;
}
#hb-blog-posts article .inner-meta-footer {display:none!important}

ul.wpb_image_grid_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    float: none!important;
    position: static!important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #177eae!important;
    color:#fff!important;
    border: 1px solid #177eae!important;
}

.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a {
    background-color: transparent!important;
    border: 1px solid rgba(0,0,0,0.5)!important;
    border-right:none!important;
}
.vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab:last-of-type>a {
    border-right:1px solid rgba(0,0,0,0.5)!important;
}

#table-research_demos {
    width: 100%;
    background: #f8f8f8;
}

#table-research_demos th {
    padding: 5px;
    font-weight: bold;
    font-size: 12px!important;
    border: none;
}

#table-research_demos td {
    padding: 2px 5px;
    font-size: 12px!important;
    border: none;
}

div#research-how_it_works {
    padding: 0 15px;
}

#research--hero .wpb_column.vc_column_container.vc_col-sm-4 {background:none;}
.wpb_column.vc_column_container.vc_col-sm-4 {
    background: #f8f8f8;
}
#research-how_it_works .vc_do_cta3 {
    background:#f8f8f8;
}
#research-how_it_works .vc_general.vc_cta3.vc_cta3-style-classic {
    border:none;
    padding:25px 15px;
}
#research-how_it_works span.vc_icon_element-icon.fa.fa-solid.fa-1,
#research-how_it_works .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-icon {
    font-size: 1rem!important;
}
#research-how_it_works .vc_icon_element-inner.vc_icon_element-color-white.vc_icon_element-have-style-inner.vc_icon_element-size-md.vc_icon_element-style-boxed.vc_icon_element-background.vc_icon_element-background-color-custom {
    width: 25px!important;
    height: 25px!important;
}
#research-how_it_works .vc_general.vc_cta3 .vc_cta3-icons {
    vertical-align: top;
}
#research-how_it_works .vc_cta3-content p {
    font-size: 15px;
    line-height:1em;
}
.vc_row.element-row.vc_inner.row.research-datasets {
    margin-bottom:0;
}
.vc_row.element-row.row.research-datasets .wpb_column.vc_column_container.vc_col-sm-4 {
    background:none;
}
.vc_row.element-row.row.research-datasets .wpb_column.vc_column_container.vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    display:flex;
    justify-content:space-between;
    flex-direction: column;
    align-items: flex-start;
    flex-grow:1;
}
.vc_row.element-row.row.research-datasets .wpb_column.vc_column_container.vc_col-sm-4 h4 {
    font-size:18px;
    margin-bottom:8px;
}
.vc_row.element-row.row.research-datasets .wpb_column.vc_column_container.vc_col-sm-4 p {
    font-size: 18px;
    line-height:1.1;
}
.vc_row.element-row.row.research-datasets .wpb_column.vc_column_container.vc_col-sm-4 .wpb_content_element {
    margin-bottom:16px;
}
.research-datasets a.modal-open.hb-button,
.research-datasets a.vc_btn3 {
    background-color: #177EAE;
    font-size: 13px;
    padding: 10px 14px;
    line-height: 1;
    box-shadow: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.03em;
}
#page-3436 .research--heading .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
    height:25px!important;
    width:25px!important;
}
.research--heading {
    margin-bottom:10px!important;
}
.research--heading .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon.fa-1,
.research--heading .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon.fa-2,
.research--heading .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon.fa-3 {
    line-height:25px!important;
}
#research-how_it_works .fa-1:before,
#research-how_it_works .fa-2:before,
#research-how_it_works .fa-3:before,
.research--heading .fa-1:before,
.research--heading .fa-2:before,
.research--heading .fa-3:before {
    font-family:'Jost',sans-serif;
    font-size:18px!important;
    font-weight:700;
    vertical-align:bottom;
}
#research-how_it_works .fa-1:before,
.research--heading .fa-1:before {
    content:"1";
}
#research-how_it_works .fa-2:before
.research--heading .fa-2:before {
    content:"2";
}
#research-how_it_works .fa-3:before
.research--heading .fa-3:before {
    content:"3";
}
.research--heading + .gform_wrapper {
    background:#f8f8f8;
    margin-top:30px;
    padding:30px 20px;
}

@media screen and (min-width:1024px){
    .hb-modal-window {
        width: 800px;
        margin-left: -400px;
    }
}
.hb-box-cont,
.hb-box-cont p,
.hb-box-cont li {
    font-size: 16px;
    line-height: 1.4;
}
.hb-box-cont ul li {
    list-style:circle;
    margin-bottom:5px;
}
.hb-box-cont ol li {
    list-style:decimal;
}
.hb-box-cont ul,
.hb-box-cont ol {
    padding-left:30px;
    margin-bottom:30px;
}
.hb-box-cont li a,
.hb-box-cont a {
    color:#177EAE;
    text-decoration:underline;
}
.hb-box-cont hr {
    background: #333;
    width: 100%;
    margin: 10px auto;
}
.hb-box-cont .k,
.hb-box-cont .v {
    font-size: 16px;
    line-height: 1.2;
}
#header-bar .logout-dropdown li a {
    font-weight:400;
    font-size:16px;
}
#header-bar .top_bar--researchers {
    background:#C02B43;
    color:#fff;
    font-family:'Jost', sans-serif;
    font-weight:700;
    font-size:13px;
    line-height:26px;
    padding:0 20px;
    margin:6px 15px;

    &:hover {
        background-color:#fff;
        color:#c02b43;
    }
}
.ginput_container_consent label a {
    text-decoration: underline;
}
#custom_html-3 {
    li {
        font-family:'Jost', sans-serif;
        font-size:18px;
        line-height:1;
        margin-bottom:10px;

        a {

        }
    }
}
#research--sidebar .hb-button.hb-default.hb-default-button, 
#research--sidebar .modal-open.hb-button {
    background: none;
    box-shadow: none;
    color: #007cbd !important;
    display: block;
    font-size:16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height:1.1;
    margin: 0 0 10px;
    padding: 0!important;
    text-decoration: underline;
    text-transform: capitalize;
}

#quick-register-button {
    display:none;
}

.pandb_btn {
    margin-bottom:30px;
}
.pandb_btn a,
.pandb_btn button {
    background-color:#177EAE;
    color:white;
    display:inline-block;
    font-family:'Jost', sans-serif;
    font-size:16px;
    font-weight:400;
    border:1px solid #177EAE;
    text-decoration:none;
    line-height:1;
    padding:10px 10px;
    text-transform: uppercase;
}