/*
Theme Name: Site
Theme URI: http://gantry.org
Template: g5_helium
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Child Theme - Gantry 5 Theme from RocketTheme
Version: 5.5.22
Updated: 2020-01-03 00:12:28
*/

/* Header css */


.outline-unbound .main-logo .g-content{
    margin: 0;
    padding:15px 0;
}
.outline-unbound .main-logo img{
    max-height: 46px !important;
}

.outline-unbound .logo-unbound .g-logo {
    padding: 9px 0;
    display: inline-block;
}
.outline-unbound .logo-unbound{
    text-align: center;
}
.outline-unbound #g-navigation{
    padding-bottom: 40px;
    padding-top: 10px;
}
.outline-unbound #g-navigation .g-grid:nth-child(3){
    bottom: -70px;
}
.outline-unbound #g-navigation .g-grid:nth-child(3):after{
    content: '';
    background: #DBECCA;
    width: 95vw;
    height: 61px;
    position: absolute;
    z-index: -1;
    margin-right: calc(-100vw / 2 + 100% / 2);   
    max-width: 95vw;
    right: 0;
    border-radius: 20px 0 0 20px;
}
.outline-unbound .top-menu .g-toplevel > li > .g-menu-item-container > .g-menu-item-content{
    font-size: 12px;
}
.outline-unbound .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator{
    color: #FFF;
}
#g-navigation .top-menu .g-main-nav .g-toplevel > li{
    margin: 0 15px;
}
.outline-unbound #g-navigation .left-menu .g-toplevel > li > .g-menu-item-container > .g-menu-item-content,
.outline-unbound #g-navigation .right-menu .g-toplevel > li > .g-menu-item-container > .g-menu-item-content{
    color: #002A3A;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    font-family: canada-type-gibson, sans-serif;
    letter-spacing: 0.10px;
}

.outline-unbound #g-navigation .left-menu .g-toplevel > li > .g-menu-item-container,
.outline-unbound #g-navigation .right-menu .g-toplevel > li > .g-menu-item-container{
    padding:15px 0;
}

.outline-unbound #g-navigation .g-grid .g-content .top-search input{
    font-size: 12px;
    background-size: 16px;
    background-position: 0 6px;
}

.outline-unbound .top-menu, .outline-unbound .nav-search{
    margin-bottom: 0;
}

/* // Header */

/* Footer */
.outline-unbound .Footer-wrapper .g-container {
    position: relative;
}
.outline-unbound .Footer-wrapper{
    padding-top: 70px!important;
}
.outline-unbound .Footer-wrapper .g-grid:first-child{
    position: absolute;
    top: -100px;
    width: 100%;
}
.outline-unbound .Footer-wrapper .g-grid:first-child:after {
    content: '';
    background: #DBECCA;
    width: 95vw;
    height: 60px;
    position: absolute;   
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 95vw;
    right: 0;
    border-radius: 20px 0 0 20px;
}

.outline-unbound .Footer-wrapper .g-grid:first-child .g-block{
    position: relative;
    z-index: 10;
}

.outline-unbound #g-footer.Footer-wrapper .g-grid .footer-top-menu .g-content{
    margin: 0;
    padding: 0;
}
.outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li{
    padding: 17px 25px;
}
.outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li.g-menu-item .g-menu-item-container{
    padding: 0;
    color: #002A3A;
    font-size: 13px;
    line-height: 26px;
}

/* unbound breadcrumb */
.breadcrumb-unbound{
    position: absolute !important;
    z-index: 1 !important;
}
.breadcrumb-unbound .page_breadcrumb ul{
    margin:0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.breadcrumb-unbound .page_breadcrumb ul li{
    position: relative;
}
.breadcrumb-unbound .page_breadcrumb ul li:after{
    content: '/';
    font-size: 14px;
    display: inline-block;
    color: #fff;
    margin: 0 5px;
}
.breadcrumb-unbound .page_breadcrumb ul li.active:after{
    content: '/';
    display: none;
}
.breadcrumb-unbound .page_breadcrumb ul li a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.breadcrumb-unbound .page_breadcrumb ul li.active span{
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}
.category-filter .facetwp-facet{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content:space-between;
    width: 100%;
}
.category-filter .facetwp-facet .facetwp-radio{
    margin: 0;
    padding-left: 0;
    background: none;
}
.category-filter .facetwp-radio .facetwp-counter{
    display: none;
}
/* //unbound breadcrumb */


/*  unbound Category page css */
.cat-banner-wrapper {
    text-align: center;
    background-image: url('/wp-content/uploads/2024/10/all-categories.jpg'); 
    background-size: cover;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
}
.cat-banner-wrapper .custom_page_breadcrumb {
    position: absolute;
    margin-top: 60px;
}
.cat-banner-wrapper .custom_page_breadcrumb a,
.cat-banner-wrapper .custom_page_breadcrumb ul li.active span {
    color: #FFF;
}
.cat-banner-wrapper .banner {
    padding: 150px 0;
    min-height: 400px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.cat-banner-wrapper h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    color: #DBECCA;
}
.category-filter {
    background-color: #FFFFFF;
    box-shadow: 0px 2px 2px #ADADAD58;
    border-radius: 20px;
    padding: 20px;
    margin-top: -30px;
}
.category-filter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-filter ul li a {
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    line-height: 1;
    border-radius: 20px;
}
.category-filter ul li a.active {
    background-color: #F3F1F0;
}
.cat-cards-grid {
    padding: 125px 0 135px;
}

.card {
    background-color: #F7F5F5;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 2px 2px #BCBCBCBF;
    height: 100%;
}
.card .post-thumbnail{
    margin:0;
}
.card-wrap {
    margin-bottom: 50px;
}

.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.card-content {
    padding: 25px 25px 75px 25px;
    text-align: center;
    height: calc(100% - 200px);
    position: relative;
}
.category-tag {
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
}
.category-1 {
    background-color: #CE4536;
}
.category-2 {
    background-color: #005F89;
}
.category-3 {
    background-color: #1C4B58
}
.card-content h4 {
    font-size: 18px;
    line-height: 22px;
    color: #002A3A;
    margin: 25px 0 15px 0;
}

.btn-wrap {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    left: 0;
}
.featured-video .cat-cards-grid .post-content .btn-wrap a,
.featured-podcast-row .cat-cards-grid .post-content .btn-wrap a,
.read-more {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.read-more:hover {
    text-decoration: underline;
}
/* Insights Buzzsprout Posts & Insights Youtube Posts & featured podcast-page*/
.featured-video .cat-cards-grid,
.featured-podcast-row .cat-cards-grid,
.insight-post-list-wrap .cat-cards-grid {
    padding: 0;
}

.insight-post-list-wrap .cat-cards-grid .card-content {
    padding: 25px 25px 50px 25px;
}
.insight-post-list-wrap .cat-cards-grid .card-wrap {
    margin-bottom: 60px;
}
.featured-video .cat-cards-grid .post-content .btn-wrap{
    bottom:45px;
}
.featured-podcast-row .cat-cards-grid .post-content .btn-wrap,
.insight-post-list-wrap .cat-cards-grid .card-content .btn-wrap{
    bottom:22px;
}
.featured-video .cat-cards-grid .post-content .category a,
.insight-post-list-wrap .cat-cards-grid .card-content .resource-cat.Video{
    background: #5D6F9E;
    border-radius: 8px;
    padding: 7px 30px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.featured-podcast-row .cat-cards-grid .post-content .category a,
.insight-post-list-wrap .cat-cards-grid .card-content .resource-cat.Podcast{
    background: #002A3A;
    border-radius: 8px;
    padding: 7px 18px;
    color: #DBECCA;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-decoration: none;
}
.featured-podcast-row .cat-cards-grid .post-content .episode,
.insight-post-list-wrap .cat-cards-grid .card-content .post-episode{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 0.32px;
    margin: 18px 0 8px 0;
}
.insight-post-list-wrap .cat-cards-grid .card-content h4 {
    margin: 0 0 8px 0;
}
.featured-video .cat-cards-grid .post-content .summary p,
.featured-podcast-row .cat-cards-grid .post-content .summary p,
.insight-post-list-wrap .cat-cards-grid .card-content p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    margin-top: 0;

}
.insights-buzz-post-row .facetwp-load-more{
    padding: 12px 25px 12px 30px;
    color: #002A3A;
    border-radius: 18px;
    font-size: 15px ;
    font-weight: 500;
    line-height: 20px;
    background: #CCE4B3;
    min-width: 130px;
}
.insights-buzz-post-row .facetwp-facet{
    text-align: center;
    margin-top: 25px;
}
.insights-buzz-post-row .facetwp-load-more:after{
    content: '';
    background: url(/wp-content/uploads/2024/09/right-arrow-2.png) no-repeat right center;
    height: 10px;
    width: 10px;
    padding-right: 20px;
    background-size: 15px;
}
.insights-buzz-post-row .facetwp-load-more:hover::after{
    background: url(/wp-content/uploads/2024/09/right-hover-1.png) no-repeat right center;
    background-size: 15px;
    transition: .2s ease-in;
}
.insights-buzz-post-row .facetwp-load-more:hover{
    background: #002A3A;
    color:#CCE4B3 ;
    transition: .2s ease-in;
}

/* Insights Buzzsprout Posts & Insights Youtube Posts & featured podcast-page*/
/* Featured Podcasts-page */
.featured-podcast-row .cat-cards-grid .card {
    background-color: #DBECCA;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 2px 2px #BCBCBCBF;
    height: 100%;
}
.featured-video .cat-cards-grid .post-content,
.featured-podcast-row .cat-cards-grid .post-content{
    padding: 25px 25px 50px 25px;
    text-align: center;
    background-color: #DBECCA;
}
.featured-video .cat-cards-grid .post-content{
	min-height:250px;
    padding: 25px 25px 70px 25px; 
}
.featured-video .cat-cards-grid  .thumb-image img,
.featured-podcast-row .cat-cards-grid  .thumb-image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.featured-video .cat-cards-grid .post-content .title,
.featured-podcast-row .cat-cards-grid .post-content .title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.5PX;
    color: #002A3A;
    margin: 0 0 8px 0; 
}
.featured-video .cat-cards-grid .post-content .title{
    margin: 30px 0 24px 0;
}
.featured-video .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-title a,
.featured-podcast-row .youtube-grid-wrapper .flex-div .youtube-content-wrap h4 a,
.featured-podcast-row .cat-cards-grid .podcast-title a,
.featured-video .cat-cards-grid .post-content .category a{
    text-decoration: none;
}
.featured-video .cat-cards-grid .post-content .title a,
.featured-podcast-row .cat-cards-grid .post-content .title a{
    text-decoration: none;
    color: #002A3A;
}
.youtube-grid .header-sec h4,
.featured-podcast-row .cat-cards-grid .podcast-title a,
.featured-podcast-row .cat-cards-grid h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #002A3B;
    margin: 25px 0 40px 0;
}
.youtube-grid .header-sec h4{
    margin: 25px 0 30px 0; 
}
.featured-podcast-row .cat-cards-grid .podcast-title {
    margin: 30px 0 15px 0;
}
.featured-podcast-row .cat-cards-grid .podcast-post .podcast-thumb a img{
    border-radius: 20px;
    height: 180px;
}
.featured-video .youtube-grid-wrapper.bg-white .podcast-post .youtube-content-wrap .podcast-summary p,
.featured-podcast-row .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-summary p,
.featured-podcast-row .cat-cards-grid .podcast-post .podcast-summary>p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    margin-top: 0;
}
.featured-video .youtube-grid-wrapper.bg-white .podcast-post .youtube-content-wrap .podcast-link,
.featured-podcast-row .cat-cards-grid .podcast-post .podcast-link,
.featured-podcast-row .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-link{
    color: #383838;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.featured-video .youtube-grid-wrapper.bg-white .podcast-post .youtube-content-wrap .podcast-link:after,
.featured-podcast-row .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-link:after,
.featured-podcast-row .cat-cards-grid .podcast-post .podcast-link:after{
    content: '';
    background: url(/wp-content/uploads/2024/09/right-small.png) no-repeat right center;
    height: 10px;
    width: 10px;
    padding-right: 15px;
    background-size: 13px;
}
.featured-podcast-row .cat-cards-grid .border-right:before{
    content: '';
    border-right: 1px solid #707070;
    height: calc(100% - 30px);
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.insight-post-row{
    margin-right: -45px;
    margin-left: -45px;
}
.insight-post-row .insight-col{
    padding-right: 45px;
    padding-left: 45px;
}
.insights-post-wrap{
    padding-right: 45px;
}
.insights-post-layout{
    padding-left: 45px;
}
.youtube-grid-wrapper{
    background: #C8D1E9;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    border-radius: 100px 0 0 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.youtube-grid-wrapper.bg-white {
    background: #fff;
    padding-bottom: 60px;
    padding-top: 0;
}
.youtube-grid-wrapper .flex-div{
    display: flex;
    gap: 20px;
}
.youtube-grid-wrapper .podcast-post .flex-div .podcast-thumb img{
    border-radius: 20px;
}
.youtube-grid-wrapper .podcast-post{
    margin-bottom: 50px;
}
.featured-video .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-title,
.featured-podcast-row .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #002A3B;
    margin: 0 0 10px 0;
}
.featured-video .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-title a,
.featured-podcast-row .youtube-grid-wrapper .flex-div .youtube-content-wrap .podcast-title a{
    color: #002A3B;
}
.video-wrapper{
    background: #1C4B58;
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    padding: 80px 0 80px 0;
}
.video-wrapper.bg-radious {
    border-radius: 100px 0 0 0;
    padding: 65px 0 80px 0;
}
.video-wrapper h2{
    color: #DBECCA;
    font-size: 30px;
    line-height: 38px;
}
.video-wrapper .youtube-text{
    color: #FFFFFF;
}
.youtube-grid-wrapper .read-more-btn{
    text-align: center;
}
.youtube-grid-wrapper .read-more-btn a{
    padding: 12px 25px 12px 30px;
    color: #002A3A;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    background: #FFFFFF;
    min-width: 130px;
    border: 0.5px solid #002A3A;
}
.youtube-grid-wrapper .read-more-btn a:hover{
    color: #002A3A;
    background: #F3F1F0;
    border: 0.5px solid #FFFFFF;
    text-decoration: none;
}
.youtube-grid-wrapper .read-more-btn.watch-btn a{
    color: #002A3A;
    background: #CCE4B3;
    border: none;
}
.youtube-grid-wrapper .read-more-btn.watch-btn a:hover{
    color: #CCE4B3;
    background: #002A3A;
    border: none;
}
.youtube-bg{
    background: #fff;
    border-radius: 30px;
    padding: 25px;
}
.youtube-video-feeds{
    max-height: 340px;
    overflow: auto;
}
.video-wrapper .sby_video_title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500!important;
    color: #000; 
}
.video-wrapper .sby_video_title_wrap{
    text-align: left;
}
.video-wrapper .youtube-video-feeds #sb_youtube_sbyPLknfjCS9Th50 .sby_video_thumbnail{
    border-radius: 15px!important;
}
.video-wrapper .youtube-video-feeds [id^=sb_youtube_].sb_youtube .sby_player_wrap iframe{
    border-radius: 15px!important;
}
.video-wrapper .youtube-video-feeds [id^=sb_youtube_].sb_youtube .sby_items_wrap .sby_item{
    margin-bottom: 12px!important;
    padding-bottom: 12px!important;
    border-bottom: 1px solid rgba(28, 28, 28, 0.25);
    border-radius: 0;
    width:calc(100% - 20px);
}
.video-wrapper .youtube-video-feeds #sb_youtube_sbyPLknfjCS9Th50[data-videostyle=boxed] .sby_items_wrap .sby_item .sby_inner_item{
    box-shadow: none;
}
.video-wrapper #sb_youtube_sbyPLknfjCS9Th50 .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap{
    width: 50%!important;
}
.video-wrapper .ins-video-wrap{
    border-radius: 30px;
    overflow: hidden;
}
.video-wrapper .sby_player_wrap{
/*border-radius: 30px 30px 0 0;*/
}

/* Featured Podcasts-page */

/*   unbound-2 page css*/
.selected-article-row .image-section img{
    border-radius: 10px;
}

.selected-article-row .read-more-btn.right-angle:after{
    content: '';
    border-color:#1C1C1C;
}
.unbd-recent-post a.right-angle:after{
    content: '';
    border-color:#fff;
    margin-top:0;
}
.ub-find-out-form.find-out-more-form .nf-form-content input[type=submit]{
    color: #002A3A;
    border-color:#002A3A;
}
.ub-find-out-form.find-out-more-form .nf-form-content input[type=submit]:hover{
    color: #fff;
    border-color:#002A3A;
}
.ub-find-out-form.find-out-more-form .nf-field-description a{
    color: #002A3A !important;
}

/*doing the work section css start */

.unbd-profile-sec.youtube-grid-wrapper{
    background-color:transparent;
    padding-bottom:0;
    padding-top: 30px;
}
.unbd-profile-sec.youtube-grid-wrapper .podcast-post .flex-div .podcast-thumb{
    height:240px ;
}
.unbd-profile-sec.youtube-grid-wrapper .podcast-post .flex-div .podcast-thumb img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
    border: 0.5px solid rgba(255, 255, 255, .5);
}
.unbd-profile-sec.youtube-grid-wrapper .flex-div{
    justify-content: center;
    gap: 0px;
}
.unbd-profile-sec .podcast-title h5{
    color:#DBECCA;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 600;
}
.unbd-profile-sec .ub-profile-subtitle{
    font-size: 14px;
    font-style: italic;
    color: #fff;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 400;
}
.unbd-profile-sec .ub-profile-keyword-title{
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.unbd-profile-sec .ub-profile-short-summary{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
}
.unbd-profile-sec .ub-profile-short-summary p{
    margin: 5px 0;
}
.unbd-profile-sec a{
    color: #fff;
    text-decoration: underline;
}

.unbd-profile-sec a:hover{
    color: #fff;
    text-decoration: none;
}

.unbd-profile-sec a.right-angle,
.career-resources .unbd-home-carrer-sec .card-content .more-link a
{text-decoration:underline;}

.unbd-profile-sec a.right-angle:hover,
.career-resources .unbd-home-carrer-sec .card-content .more-link a:hover
{text-decoration:none;}

.unbd-profile-sec a.right-angle:after{
    border-color: #fff;
    margin-top: 0;
}

/*doing the work section  end css*/


/*Unbound mega menu css*/
.outline-unbound #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2{
    padding: 0;
    text-align: right;
  }

.outline-unbound #mega-menu-wrap-max_mega_menu_2{
    background: transparent;
   }
.outline-unbound #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link{
    padding: 0 9px !important;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
}
/*Unbound mega menu css end*/

/* ======================
UB: Home Page
====================== */
.ub-hero-block .hero-banner{
    padding-bottom: 0;
    padding-top: 100px;
    margin-top:-12px;
}

.ub-hero-block .ub-hero-banner-text{
    color: #fff;    
    max-width: 860px;
    line-height: normal;
    display: inline-block;    
    width: 100%;
}
.ub-hero-block .ub-hero-title h2{
    color: #fff;
    font-size: 68px;
    line-height: 70px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.77);
    margin-bottom: 25px;
    font-weight: 700;
}
.ub-hero-block .ub-hero-short-summary{
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.77);
    margin-bottom: 35px;
    font-family: "freight-big-pro", serif;
}
.ub-btn{
    display: inline-block;
}
.ub-btn a{
    padding: 12px 25px 12px 30px;
    color: #002A3A;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background: #FFFFFF;
    min-width: 130px;
    border: none;
    text-decoration: none;
    display: flex;
}

/*hero block css*/
.ub-hero-related-articles .selected-article-row{
    display: flex;
    padding: 30px 80px;
    column-gap: 30px;
}

.ub-hero-selected-article{
    display: flex;
    flex-basis: calc(50% - 30px);
    max-width: 50%;
    column-gap: 30px;
    align-items: center;
}

.ub-hero-selected-article .image-section{
    min-height: 120px;
}
.ub-hero-selected-article .image-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ub-hero-selected-article > div{
   display: inline-flex;
    flex-basis: 50%;
    max-width: 50%;
    flex-direction: column;
    column-gap: 30px;
    height: 100%;
    justify-content: center;
}

.ub-hero-related-articles{
    display: inline-block;
    width: 100%;
    margin-top:70px;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(9px);
}
.ub-hero-block .text-section h3{
    font-size: 22px;
    line-height: 26px;
}   
.ub-hero-block .read-more-btn{
    color:#1C1C1C;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.ub-hero-block .read-more-btn:hover{
    text-decoration: none;
}
.selected-article-row .read-more-btn i:before{
    position: relative;
    top: 2px;
    margin-left: 5px;
}

/*hero block css*/


/*recent post css for unbound page*/

.unbd-home-recent-sec .unbd-recent-post{
    min-height: 100%;
    width: 100%;
    background-color: inherit;  
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
    column-gap: 20px;
}
.unbd-home-recent-sec .unbd-recent-post .post-items-wrap:first-child{
    grid-row: 1 / 3;
}
.unbd-home-recent-sec .unbd-recent-post .post-items-wrap:first-child .post-items{
    height: 100%;
}
.unbd-home-recent-sec .unbd-recent-post .post-items-wrap:first-child .post-items:nth-child(1) .post-title h4{
    margin-bottom: 35px;
}
.unbd-recent-post .post-items-wrap .post-img > img{
    border-radius: 20px;
}

/* .unbd-recent-post .post-items-wrap .post-img > img{
    max-width: none;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.unbd-home-recent-sec .unbd-recent-post .post-img{
  height: 100%;
} 
*/

@media screen and (min-width: 1200px){
    .unbd-home-recent-sec .unbd-recent-post .post-items-wrap:first-child .post-img{
        height: 600px;
        overflow: hidden; 
        position: relative; 
    }
    .unbd-home-recent-sec .unbd-recent-post .post-items-wrap:not(:first-child) .post-img {   
        height: 293px;
        overflow: hidden; 
        position: relative; 
    }
    .unbd-home-recent-sec .unbd-recent-post .post-items-wrap .post-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        border-radius: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .unbd-home-recent-sec .unbd-recent-post .post-items-wrap:first-child .post-img{
        height: 500px;
        overflow: hidden; 
        position: relative; 
    }
    .unbd-home-recent-sec .unbd-recent-post .post-items-wrap:not(:first-child) .post-img {   
        height: 243px;
        overflow: hidden; 
        position: relative; 
    }
    .unbd-home-recent-sec .unbd-recent-post .post-items-wrap .post-img img {
        width: 100%;
        height: 100%;
        object-fit: cover; 
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        border-radius: 20px;
    }
}





.unbd-home-recent-sec .unbd-recent-post .post-items-wrap{
    box-shadow: 0px 2px 2px #00000029;
    border-radius: 20px;
}
.post-items-wrap .post-items{
    position: relative;
}
.post-items-wrap .post-items .post-text{
    background: rgba(28, 75, 88, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    padding: 20px 35px; 
}
.post-items-wrap .post-items .post-text .post-title h4{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    color: #DBECCA;
    font-weight: 500;
}
.post-items-wrap .post-items .post-text .read-more-btn{
    text-decoration: underline;
    color:#fff;  
}

.post-items-wrap .post-items .post-text .read-more-btn:hover{
    text-decoration: none;
}
.post-items-wrap .post-items .post-text .more-link a i{
    margin-left: 3px;
}
.unbd-home-recent-sec .recent-sec-title h2{
    margin-bottom: 30px;
    font-family: canada-type-gibson, serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.6px;
}
.unbd-home-carrer-sec .carrer-sec-title h2{
    margin-bottom: 30px;
    font-family: canada-type-gibson, serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.6px;
    color: #002A3A;
}
.unbd-home-carrer-sec .card img{
    border-radius: 20px;
}
/*recent post css for unbound page*/
@media (max-width: 991px){
  .ub-hero-block .hero-banner{
    margin-top: -75px;
  }
  .ub-hero-selected-article{
    max-width: 100%;
  }
  .unbd-home-recent-sec .unbd-recent-post{
    display: flex;
    flex-direction: column;
  }
    .entry-content{padding:0 15px;}
    .page-id-456 .leadership-section-row{background-color:#D0EEF7;background-image:none;margin-bottom:30px;}
}


/* ======================
//UB: Home Page
====================== */


@media screen and (min-width: 1200px) and (max-width: 1350px){
   .outline-unbound #g-navigation .g-grid:nth-child(3):after{
       max-width: 100vw;
       width: 100vw;
   }
   .outline-unbound .Footer-wrapper .g-grid:first-child:after {
        max-width: 100vw;
       width: 100vw;
   }
}
   
@media screen and (max-width: 991px) {
    
    .outline-unbound .ub-show-mobile{
        display: block !important;
    }
    .outline-unbound .g-offcanvas-toggle{
        display: none;
    }
    .outline-unbound .main-logo .g-content{
        margin-bottom: 10px;
    }
    .unbound-menu{
        position: absolute;
        right: 0;
    }
    .outline-unbound #g-navigation{
        padding: 0;
    }
    

   .cat-cards-grid {
       padding: 70px 0;
   }
   .category-filter ul {
       justify-content: center;
   }

   .category-filter ul li {
       margin-bottom: 10px;
   }
   /* Insights Buzzsprout Posts & Insights Youtube Posts*/
   .insight-post-list-wrap .cat-cards-grid .card-wrap {
        margin-bottom: 50px;
    }
   .featured-podcast-row .cat-cards-grid .border-right:before{
        display: none;
    }
    .insight-post-row{
        margin-right: -15px;
        margin-left: -15px;
    }
    .insight-post-row .insight-col{
        padding-right: 30px;
        padding-left: 30px;
    }
    .insights-post-wrap{
        padding-right: 0px;
    }
    .insights-post-layout{
        padding-left: 0px;
        padding-right: 0px;
    }
    .outline-unbound #g-navigation .g-grid:nth-child(3){
       display:none;
   }
   .unbd-profile-sec .unbd-profile-text{
        margin-bottom: 30px;
    }
    .ub-hero-related-articles .selected-article-row{
        padding-right: 0;
        padding-left: 0;
        gap: 30px;
    }
} 
   
@media screen and (max-width: 1199px){
    .outline-unbound #g-navigation .g-grid:nth-child(3):after{
       max-width: calc(100vw - 15px);
       width: calc(100vw - 15px);
   }
   .outline-unbound .Footer-wrapper .g-grid:first-child:after {
       max-width: calc(100vw - 15px);
       width: calc(100vw - 15px);
   }
}
   
@media screen and (min-width: 992px) and (max-width: 1199px){
    .outline-unbound  #g-navigation .top-menu .g-main-nav .g-toplevel > li{
       margin: 0 12px;
   }
   .outline-unbound #g-navigation .left-menu .g-main-nav .g-toplevel>li,
   .outline-unbound #g-navigation .right-menu .g-main-nav .g-toplevel>li {
       margin: 0 4px;
   }
   .outline-unbound #g-navigation .left-menu .g-toplevel > li > .g-menu-item-container > .g-menu-item-content, 
   .outline-unbound #g-navigation .right-menu .g-toplevel > li > .g-menu-item-container > .g-menu-item-content{
       font-size: 11px;
   }
   .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li{
       padding: 17px 12px;
   }
   .category-filter ul li a {
       font-size: 12px;
       padding: 10px;
   }
   .outline-unbound #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
        padding: 0 4px !important;
        color: #FFF;
        font-size: 11px;
        text-transform: uppercase;
    }
}


@media screen and (min-width: 768px)  and (max-width: 991px){
  /*  .outline-unbound .g-offcanvas-toggle{  
       top: 75px;
       position: fixed;
   }
   .admin-bar.outline-unbound .g-offcanvas-toggle {top: 110px;}
    .outline-unbound  #maxmegamenu--2{
        position: absolute;
        left: 0;
        bottom: -30px;
    } */

   .outline-unbound  #g-navigation .top-menu .g-main-nav .g-toplevel > li{
       margin: 0 5px;
   }
   .outline-unbound .top-menu .g-toplevel > li > .g-menu-item-container > .g-menu-item-content{
       font-size: 10px;
   }
   .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li{
       padding: 17px 5px;
   }
   .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li:first-child{
       padding-left: 25px;
   }
   .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li.g-menu-item .g-menu-item-container{
       font-size: 11px;
   }
   .outline-unbound .main-logo .g-content{
       padding: 15px;
   }
   .category-filter ul li a {
       padding: 7px 20px;
   }
}
   
@media screen and (max-width: 767px){
    
    .outline-unbound .g-offcanvas-toggle{  
      display: none;
    }
    .outline-unbound #g-navigation{
       padding-bottom: 0;
    }
    .outline-unbound  #g-navigation .top-menu .g-main-nav .g-toplevel{
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
       align-items: center;
    }
    .outline-unbound #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content{
       font-size: 11px;
    }
    .outline-unbound #g-navigation .g-grid:nth-child(2){
        padding: 10px 0;
    }

    .outline-unbound .Footer-wrapper .g-grid:first-child{
       position: relative;
       top: 0;
       margin-bottom: 25px;
    }
    .outline-unbound .Footer-wrapper .g-grid:first-child:after{
       display: none;
    }
    .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li{
       padding: 5px 10px;
    }
    .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li.g-menu-item .g-menu-item-container{
       color: #FFF;
    }
    .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel > li.g-menu-item .g-menu-item-container:hover{
       color: #CE4536;
    }
    .outline-unbound #g-footer .footer-top-menu .g-main-nav .g-toplevel {
       display: flex;
       flex-wrap: wrap;
       justify-content: center;
    }
       /* Insights Buzzsprout Posts & Insights Youtube Posts*/
    .insight-post-list-wrap .cat-cards-grid .card-wrap {
        margin-bottom: 30px;
    }
    .featured-podcast-row .cat-cards-grid h4{
        margin: 25px 15px 40px 15px;
    }
    .card-wrap {
        margin-bottom: 30px;
    }
    .youtube-grid-wrapper .flex-div {
        flex-direction: column;
    }
    .unbd-profile-sec.youtube-grid-wrapper .flex-div{
        flex-direction: unset;
    }
    .unbd-profile-sec .unbd-profile-text{
        margin-top: 30px;
    }
    .unbd-profile-sec.youtube-grid-wrapper .podcast-post{
        margin-bottom: 20px;
    }
}   

@media screen and (max-width: 479px){
    .header-search .search-form{
        max-width: 120px;
        margin: 0 auto;
    }
    .post-items-wrap .post-items .post-text{
        position: relative;
    }
    .unbd-recent-post .post-items-wrap .post-img > img{
        border-radius: 20px 20px 0 0;
    }
    .video-wrapper .youtube-video-feeds #sb_youtube_sbyPLknfjCS9Th50[data-videostyle=boxed] 
    .sby_items_wrap .sby_item .sby_inner_item{
        flex-wrap: wrap;
    }
    .video-wrapper #sb_youtube_sbyPLknfjCS9Th50 .sby_video_thumbnail_wrap.sby_item_video_thumbnail_wrap{
        width: 100% !important;
    }
    [id^=sb_youtube_][data-videocardlayout=horizontal].sb_youtube .sby_info{
        padding: 10px 0 !important;
    }
    .sby_items_wrap .sby_item .sby_inner_item .sby_video_thumbnail{
        min-height: 150px;
    }
}

   
@media screen and (min-width: 992px){
    .ins-video-sec{
        border-left: 1px solid rgba(28, 28, 28, 0.25);
    }       
}
@media screen and (min-width: 1200px){
    .ub-hero-selected-article .image-section > img{
        height: 100%;
    }
}
