.content-inner{
    padding: 140px;
}
.content-inner .entry-title{
    color: #ed9f70;
    font-family: 'Merriweather-Regular';
    font-size: 40px;
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
/*.content-inner .entry-content p strong{
    color: #5f51cb;
    font-family: 'Merriweather-Regular';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
} */
p.top-heading{
    color: #5f51cb;
    font-family: 'Merriweather-Regular';
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
p.description-layout{
    color: #231f20;
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
}
.content-inner .entry-content p{
/*    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #231f20;*/
   /* color: #231f20;
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;*/
}
.cook-section{
    /*column-count: 1!important;*/
    color: #231f20;
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.cont-collection{
/*  column-count: 2!important;
   column-gap: 40px;
    column-rule: 1px solid #231f20;*/
    margin-bottom: 50px;
}
.cont-collection li{
  font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    list-style: none;
    margin-bottom: 10px;
}
.cont-collection ul li{
  list-style: disc;
}
p.inner-heading{
   /* column-count: 1!important;*/
    font-size: 16px;
    font-weight: 300;
    font-family: 'Merriweather-Regular';
    margin-bottom: 0px;
}
.content-inner .entry-content p:last-child{
    /*column-count: 1;*/
}
.content-inner .entry-content ul{
   /* column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #231f20;
    list-style: none;*/
    color: #231f20;
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    list-style: disc;
	margin-left:1em;
}
.content-inner .entry-content ol{
   /* column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #231f20;*/
    color: #231f20;
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding-left: 0px;
}
.content-inner .entry-content span{
    color:#231f20;
    font-family: 'Merriweather-Regular';
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    column-count: 2;
} 
.list-view{
    padding-left: 17px;
}
p.single-list{
     /*column-count: 1!important;*/
     color: #231f20;
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.wrap-inner{
    background-color: #5f51cb;
    padding: 25px;
    margin-bottom: 50px;
}
.inner-wrap-title{
    font-family: 'Merriweather-Light';
    font-size: 20px;
	font-size:15px;
    font-weight: 700;
    line-height: 25px;
   /* text-transform: uppercase;*/
    color: #ed9f70;
}
.inner-wrap-descp{
    font-family: 'Merriweather-Light';
    font-size: 20px;
	font-size:15px;
    font-weight: 700;
    line-height: 25px;
    /*text-transform: uppercase;*/
    color: #fff;
/*    column-count: 1!important*/
}
.inner-wrap-descp:last-child{
    margin-bottom: 0px;
}
section.blog-home{
	margin: 100px 100px;
}
.blog-home{
	display: flex;
	flex-wrap: wrap;
}
.blog-posts {
	flex-grow: 1;
    width: 32%;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    background: #fff;
      margin-bottom: 10px;
    margin: 5px;
}
.news-category{
	color: #ababab;
	font-family: Roboto-Regular;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 2.8px;
	padding:0px 13px;
}
.news-title{
	color: #5f51cb;
	font-family: Merriweather-Regular;
	font-size: 26px;
	font-weight: 400;
	line-height: 32px;
	height: 130px;
	height:105px;
	overflow:hidden;
	display:block;
}
.news-title a {
	color: #5f51cb !important;
}
.news-image{
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    background-position: center;
	display:block;
}
.news-area{
	color: #4c4c4c;
	font-family: Roboto-Regular;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	padding-top: 30px;
	line-height:normal;
}
.news-description{
	color: #4c4c4c;
	font-family: Merriweather-light;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
    height: 75px;
	overflow:hidden;
    margin-bottom: 20px;
	margin-top:20px;
}
.news-readmore{
	color: #5f51cb;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid #5f51cb;
    padding: 18px 40px;
    text-transform: uppercase;
	display:inline-block;
	line-height:normal;
}
.news-wrapper{
	padding: 40px 35px;
}
.load-btn{
	text-align: center;
    margin: auto;
    color: #5f51cb;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid #5f51cb;
    text-transform: uppercase;
    padding: 18px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
	line-height:normal;
	width:160px;
}
.hco-cta-btn{
	padding: 3px 10px 3px 10px;
    margin-top: 10px;
}
.podcast-btn{
		padding: 5px 50px 5px 50px !important;
		width:50%;
	}
	.podcast-btn-area{
		margin:-30px 0px -24px 0px !important;
	}
	.podcast-active{
	   color: #FFF;
	   background: #5F51CB;
	}
.switch-prodcast{
	margin-left: 180px;
    padding: 10px 15px !important;
    width: 210px;
    margin-top: -38px;
}
#hco-podcasts{
	display:block;
}
#synch-podcasts{
	display:none;
}
.juicer-button {
	text-align: center !important;
    margin: auto !important;
    color: #5f51cb !important;
    font-family: Roboto-Regular !important;
    font-size: 14px !important;
    border: 1px solid #5f51cb !important;
    text-transform: uppercase !important;
    padding: 18px 0px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    cursor: pointer !important;
	line-height:normal !important;
	width:160px !important;
	background:none !important;
}
.juicer-button:hover {
	text-align: center !important;
    margin: auto !important;
    color: #f1a06b !important;
    font-family: Roboto-Regular !important;
    font-size: 14px !important;
    border: 1px solid #f1a06b !important;
    text-transform: uppercase !important;
    padding: 18px 0px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    cursor: pointer !important;
	line-height:normal !important;
	width:160px !important;
		background:none !important;
}
.j-post-overlay.juicer-feed a.juicer-button {
	width:200px !important;
}
.j-post-overlay.juicer-feed a.juicer-button::before {
	left:0 !important;
	padding-right:10px !important;
}
.btn-executive-moves {
	text-align: center;
    margin: auto;
    color: #5f51cb;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid #5f51cb;
    text-transform: uppercase;
    padding: 18px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
	line-height:normal;
	width:220px;
	display:block;
}
.horizontal-filters{
	display: inline-block;
    float: right;
    margin-right: 30px;
    margin-bottom: 0px;
    position: relative;
    margin-top: 30px;
}
.horizontal-filters.mobile {
	display:none;
}
.sort-by{
    cursor: pointer;
    position: relative;
    width: 90px;
    border-radius: 2px;
    background-color: #ffffff;
    border-bottom: 2px solid #8b8889;
}
.sort-by span{
	color: #8b8b8b;
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
}
.menu-trending-menu-container ul {
    width: 180px!important;
    position: absolute;
    padding: 16px 0px;
    z-index: 2;
    border-top: none;
    list-style: none;
    right: 0;
}
.menu-trending-menu-container ul.execitive-menu {
    width: 325px!important;
}
/*.sort-value{
    padding: 0px 10px;
    border: 1px solid #bebeca;
    background-color: #ffffff;
    width: auto;
    margin-bottom: 5px;
    float: right;
}
*/
.menu-trending-menu-container ul li a{
	color: #8b8b8b;
	font-family: Roboto-Regular;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	padding: 0px 10px;
    border: 1px solid #bebeca;
    background-color: #ffffff;
    width: auto;
    margin-bottom: 5px;
}
.menu-trending-menu-container ul li a:hover {
	color:#f1a06b;
	border-color:#f1a06b;
}
.menu-trending-menu-container ul li{
	text-align: right;
}
.menu-trending-menu-container {
	display: none;
}
.sort-icon{
	width: 25px;
    height: 25px;
    display: block;
    background-image: url(images/arrow-toggle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    position: absolute;
    right: 0;
}
section.blog-section{
    margin: 100px 100px 0 100px!important;
}
.asas1{
    background-color: #ccc;
    height: 450px;
}
.bio-category{
    color: #4c4c4c;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    padding-bottom: 20px;
}
.bio-image-wrapper{
  position: relative;
}
.bio-image-wrapper .mouse-scroll{
	width:50px!important;
}
.bio-area{
    color: #4c4c4c;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-bottom: 2px solid #8b8889;
    padding-bottom: 25px;
}
/* Dropdown section for the News Release language section */
.bio-area-lang{
    color: #4c4c4c;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
	float:left;
	width:80%;
}
.bio-area-btm-border{
	border-bottom: 2px solid #8b8889;
	padding-bottom: 35px;
}
.drop-down {
    font-size: 16px;
    color: #A0A0A1;
    font-family: 'Roboto-Light';
    position: static;
    top: 27px;
    right: 100px;
    z-index: 11;
	float:right;
	width:20%;
}
.drop-down span {
    opacity: 1;
    float: left;
    line-height: 30px;
}
.drop-down ul {
    float: left;
    width: 75px;
    cursor: pointer;
    height: 31px;
    overflow: hidden;
    list-style: none;
}
.drop-down ul li:first-child {
    /*border-bottom: 6px solid rgba(255,255,255,0.5);
     background: rgba(241,160,107,0.5); */
}
.drop-down ul li {
    height: 30px;
    line-height: 30px;
    /*border-bottom: 1px solid rgba(0,0,0,0.5);*/
    position: relative;
}
.drop-down ul li:first-child::before {
    background: none;
}
.drop-down ul li::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(175,175,175,0.5);
    mix-blend-mode: multiply;
    z-index: 0;
}
.drop-down ul li a, .drop-down ul li span {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #5f51cb;
    font-family: Merriweather-Regular;
    font-size: 13px;
    padding: 0 10px;
    opacity: 1;
    position: relative;
    z-index: 1;
}
.drop-down ul li i {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    right: 0;
    background-image: url(images/drop_down_arrow_white.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10%;
}
.drop-down ul.active {
    height: auto;
}
.drop-down ul li i.active, .drop-down ul li i.active:hover {
    background-image: url(images/drop_down_arrow_peach.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 10%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* End Dropdown section for the News Release language section */
.bio-area select{
    width: 150px;
    float: right;
}

.webinar_dropdown_area{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bio-description{
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
	padding-top:60px;
	padding-bottom: 60px;
}
.pad-bio{padding:85px 100px !important;}

/* CSS for legend in Blogs */
.legendpadding{padding:25px 0;}
.lh40{line-height:40px; list-style-type:none; margin:5px;padding-left:25px; text-align:left;}
.lh40 a{text-decoration:none; color:#282828;}
.lh40 a:hover li{background-color:#AA0A6C; font-weight:bold;}
.hmactive a{color:#ffffff; font-weight:bold;}
.hmactive{background-color:#AA0A6C;}
.lh40 a:active{color:#AA0A6C;}
.width25only{width:25%;}
.width75only{width:75%;}
.width3only{width:3%;}
.width72only{width:72%;}
.lh30{line-height:30px;}
.legendpos{position:fixed;
top:100px;
width:17% !important;}

.margin0imp{margin:0 !important;}
.ulstyle-blog{width:275px;}
.h2style-blog{color:#282828;font-size:29px;line-height:36px;}
.bgcolorwhite{background-color:#ffffff !important;}
.font20{font-size:20px;}
.tealfont{color:#1F3E49 !important;}
/* CSS for legend in Blogs Ends */

.bio-title{
    color: #5f51cb;
    font-family: Merriweather-Regular;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 25px;
    padding-bottom: 45px;
}
.nav-previous{
	position:relative;
	
    width: 40px;
    height: 40px;
    display: block;
	display:inline-block;
    background-image: url(images/lefttarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:40%;
/*    position: fixed;*/
    left: 10px;
    top: -2px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
	vertical-align:middle;
	margin-right:10px;
}
.nav-previous a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.nav-next{
	position:relative;
	left:-13px;
    width: 40px;
    height: 40px;
    display: block;
	display:inline-block;
    background-image: url(images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
/*    position: fixed;*/
    right: 20px;
    top: -2px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
	vertical-align:middle;
		margin-left:10px;
}
.nav-next a{
     width: 100%;
    height: 100%;
    display: inline-block;
}
.back-btn{

	width:61px;
	height:34px;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	position: absolute;
	right: 0;
	top: 2px;
	cursor: pointer;
}
.bioSingleWrap{
    position: relative;
}
.bio-image{
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-position: top !important;
}
.bio-inner-content{
    font-family: 'Merriweather-Light';
    font-size: 16px;
    font-weight: 300;
}
.whitepaper-heading{
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.97px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    text-align: left;
    /*border-bottom: 2px solid #fff;*/
    padding-bottom: 1px;
    text-align: left;
    
}
.whitepaper-title{
    color: #ed9f70;
    font-family: Merriweather-Regular;
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    padding: 17px 0px;
	display:block;
}
.whitepaper-content{
    color: #ffffff;
    font-family: Merriweather-Light;
    font-size: 16px;
    font-weight: 300;
    line-height: 25.97px;
    text-align: left;
}
.whitepaper-area{
    color: #ffffff;
    font-family: Roboto-Regular;
    font-size: 12px;
    font-weight: 400;
    line-height: 25.97px;
    text-align: left;
    padding: 17px 0px;
}
.btn-whitepaper{
    text-align: center;
    width:160px;
    color: #fff;
    font-family: Roboto-Regular;
    font-size: 14px;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 10px;
    cursor: pointer;
}
.btn-readmore-margin{
    margin-top:15px;
}
.btn-layout{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.outer-box{
    padding: 0 200px;
	width:100%;
}
.outer-box.trending-header {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.bioSingleWrap .news-readmore {
	margin-top:40px;
}

/* Global Reach Page */


.auto-height{
  height:auto;
}

.map-bg{
  margin-bottom: 50px;
}

/* Synchronous Fit Page */

.sync-block{
	height: auto;
	padding: 0 200px;
}

.syncfit-center{
  text-align: center;
}

.mb-40{
  margin-bottom: 40px;
}

.syncfit-desc{
  color:#000;
  font-family: 'Merriweather-Light';
  font-size: 16px;
  column-count: 2;
  column-gap: 50px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 80px;
}

.how-it-works{
	background-size: cover;
	height: auto;
	padding: 90px 0px;
}

.how-it-works-topwrap,.how-it-works-graphics{
	text-align: center;
}

.how-it-works-heading-1{
	font-family: 'Roboto-Regular';
	color:#ffffff;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 4.78px;
	margin-bottom: 30px;
}

.how-it-works-heading-2{
	color: #f09f6b;
	font-family: 'Merriweather-Regular';
	font-size: 48px;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	letter-spacing: 4.8px;
	margin-bottom:60px;
}

.quote-wrap{
	margin:120px 200px; 
	padding:0 100px;
	text-align: center;
}

.synfit-quote-desc{
	color: #000000;
	font-family: 'Merriweather-light';
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	position: relative;
}

.quote-wrap::before{
	content: "";
	float: left;
	margin-left: -120px;
	margin-top: -50px;
	width:100px;
	height: 200px;
	transform: rotate(180deg);
	background-image: url("images/sync-fit-quote-before.svg");
	background-repeat: no-repeat;
	background-size: cover;
}

.synfit-quote-desc::before{
	content: "";
	float: right;
	margin-right: -120px;
	width:100px;
	height: 200px;
	background-image: url("images/sync-fit-quote-after.svg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 50px;
}

.download-box:nth-last-child(1){
	border-bottom: none;
}
.nav-post-nav {
	height:90px;
}
.nav-post-prev {
	height:90px;
	float:left;
	width:50%;
	line-height:100px;
}
.nav-post-next {
	height:90px;
	float:right;
	width:50%;
	line-height:100px;	
}
.nav-post-prev a, .nav-post-next a {
	height:41px;
	line-height:39px;
	display:block;
	overflow:hidden;
	color:#000;
	margin-top:22px;
}
.nav-post-prev a {
	padding-left:54px;
}
.nav-post-next a {
	text-align:right;
	padding-right:54px;
}
.nav-previous {
	margin-left:-54px;
}
.nav-next {
	margin-right:-54px;
	float:right;
}
.nav-txt {
	vertical-align:middle;
}


section.blog-home.executive-block, section.blog-home {
	display:block;
	margin:90px;
	margin-bottom:0;
	min-height:280px;
}
section.blog-home {
	margin-top:0px;
	margin-bottom:0;
}
section.blog-home.executive-block .blog-posts.icons-wrap, .blog-posts.icons-wrap {
	float:left;
	width:25%;
	height:auto;
	margin:0;
	padding:0;
    box-shadow:none;

}
section.blog-home.executive-block .blog-posts.icons-wrap .inner-wrapper, .blog-posts.icons-wrap .inner-wrapper {
	margin:10px;
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image, .blog-posts.icons-wrap .news-image {
	display:block;
	height:315px;
	height:285px;
	padding:15px 20px 20px 20px;
	background-image:url(images/executive/executive_moves_tile.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.blog-posts.icons-wrap .news-image {
	display:block;
	height:315px;
	height:285px;
	padding:15px 20px 20px 20px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image:url(images/executive/executive_moves_tile_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image:hover::before {
	opacity:1;
}

/*.blog-posts.blog-features-main.icons-wrap .news-image::before{
    background: rgba(3,0,0,0.4);
}*/

.blog-posts.icons-wrap .news-image::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,10,73,0.8);
	opacity:1;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
.blog-posts.icons-wrap .news-image:hover::before {
	/* background:rgba(0,10,73,0.6);	 */
	background:rgba(170, 10, 108, 0.8);
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-category, .blog-posts.icons-wrap .news-image .news-category {
	padding:0;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:12px;
	opacity:0.5;
	margin-bottom:30px;
	letter-spacing:normal;
	position:relative;	
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-category i {
	float:right;
	width:40px;
	height:40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
}
.blog-consumer-retail {
	background-image:url(images/executive/consumer-retail-icon.svg);
}
.blog-financial-services {
	background-image:url(images/executive/financial-services-icon.svg);
}
.blog-industrial {
	background-image:url(images/executive/industrial-icon.svg);
}
.blog-life-sciences {
	background-image:url(images/executive/life-sciences-icon.svg);
}
.blog-private-equity-and-venture-capital {
	background-image:url(images/executive/private-equity-icon.svg);
}
.blog-professional-services {
	background-image:url(images/executive/professional-services-icon.svg);
}
.blog-technology {
	background-image:url(images/executive/technology-icon.svg);
}

section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-title, .blog-posts.icons-wrap .news-image .news-title {
	font-size:20px;
	color:#fff;
	line-height:26px;
	position:relative;
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-area, .blog-posts.icons-wrap .news-image .news-area {
	color:#fff;
	font-size:10px;
	padding-top:25px;
	opacity:0;
	position:relative;	
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-readmore, .blog-posts.icons-wrap .news-image .news-readmore {
	border:none;
	padding:0;
	font-size:14px;
	color:#fff;
	margin-top:25px;
	opacity:0;
	position:relative;
}
section.blog-home.executive-block .blog-posts.icons-wrap .news-image:hover .news-area,
.blog-posts.icons-wrap .news-image:hover .news-area,
section.blog-home.executive-block .blog-posts.icons-wrap .news-image:hover .news-readmore,
.blog-posts.icons-wrap .news-image:hover .news-readmore {
	opacity:1;
}
.executive-header .whitepaper-title {
	line-height:58px;
}

.trend-sub-nav .menu-trending-menu-container {
	display:block;
	margin:0 100px;
}

.trend-sub-nav .menu-trending-menu-container ul {
	position:static;
	width:auto !important;
	padding:0;
	margin:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:18px 0 12px 0;
}
.trend-sub-nav .menu-trending-menu-container ul li {
/*	height:90px;
	line-height:100px;
	float:left;
	width:26.666666%;
	text-align:center;*/
	line-height:normal;
}
.trend-sub-nav .menu-trending-menu-container ul li:first-child {
/*	text-align:left;
	width:10%;*/
}
.trend-sub-nav .menu-trending-menu-container ul li:last-child {
/*	text-align:right;
	width:10%;*/
}

.trend-sub-nav .menu-trending-menu-container ul li a {
	border:none;
	padding:0;
	margin:0;
	font-size:14px;
	line-height:normal;
	color:#000;
	background:none;
	border-bottom:3px solid #fff;
}
.trend-sub-nav .menu-trending-menu-container ul li a:hover, .trend-sub-nav .menu-trending-menu-container ul li.current_page_item a {
	border-bottom:3px solid #5f51cb;
	color:#000;
}
.comingsoon-title {
	color: #000000;
	font-family: 'Merriweather-Regular';
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	/*margin-bottom:30px;*/
	margin-bottom: 15px;
    margin-top: -15px;
}
.comingsoon-inner-text{
	font-family: 'Merriweather-Regular';
	line-height: 23px;
	font-size: 12px;
	width:70%; 
	background:#e6e7e8; 
	float:right; 
	height:153px;
	padding:16px;
}
.comingsoon-img{
	 width:28%;
	float:left;
}
.comingsoon-img img{
	height:153px;
}
.subscribe-below{
	font-size:15px;
	color:#5F51CB;
	margin-top:5px;
}
.section-title {
	color: #000000;
	font-family: 'Merriweather-Regular';
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:30px;
}
.section-title a {
	color: #000000;
}
.section-title a:hover {
	color:#f1a06b;
}
.exe-wrap {
	margin:20px 100px 30px 100px;
	line-height:normal;
}
.exe-wrap-left {
	float:left;
	width:57%;
}
.exe-wrap-left .left-inner-wrap {
	height:486px;
	background-image: url(images/executive/executive_moves_tile.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding:0 40px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	text-align:left;
}
.exe-wrap-left .left-inner-wrap::before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image:url(images/executive/executive_moves_tile_hover.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
.exe-wrap-left .left-inner-wrap:hover::before {
	opacity:1;
}
.exe-wrap-left .left-inner-wrap .exe-heading {
	opacity: 0.5;
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 400;
	display:inline-block;
	line-height:normal;
	text-transform:uppercase;
	margin-bottom:30px;
}
.exe-wrap-left .left-inner-wrap .exe-title {
	color: #ffffff;
	font-family:'Forma DJR Micro Extra Bold';
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
	display:block;
	margin-bottom:30px;
}
.exe-wrap-left .left-inner-wrap .exe-area {
	opacity: 0;
	color: rgba(255,255,255,0.5);
	
	font-size: 20px;
	font-weight: 400;
	display:block;
	line-height:normal;
	text-transform:uppercase;
	margin-bottom:30px;
	position:relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition-timing-function: ease-in-out;
}
.exe-wrap-left .left-inner-wrap .exe-readmore {
	opacity:0;
	color: #ffffff;
	
	font-size: 20px;
	font-weight: 400;
	line-height:normal;
	display:inline-block;
	text-transform: uppercase;
	position:relative;
}
.exe-wrap-left .left-inner-wrap:hover .exe-area,
.exe-wrap-left .left-inner-wrap:hover .exe-readmore {
	opacity:1;
}



.exe-wrap-right {
	float:left;
	width:43%;
	background:#e6e7e8;
}
.exe-wrap-right .right-inner-wrap {
	margin:0 45px;
	padding:40px 0;
	border-top:1px solid #646766;
	height:162px;
}
.exe-wrap-right .right-inner-wrap:first-child {
	border:none;
}
.exe-wrap-right .right-inner-wrap .exe-category {
	opacity: 0.5;
	color: #000000;
	font-family: 'Roboto-Regular';
	font-size: 12px;
	font-weight: 400;
	line-height:normal;
	margin-bottom:12px;
	text-transform:uppercase;
	display:inline-block;
}
.exe-wrap-right .right-inner-wrap .exe-title {
	color: #000000;
	font-family: 'Merriweather-Regular';
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	display:block;
}
.exe-wrap-right .right-inner-wrap .exe-title:hover {
	color:#f1a06b;
}

.blog-outer-wrap {
	margin:0 100px;
	display:none;
}
/*.blog-wrap {
	float:left;
	width:57%;
}*/
.blog-inner-wrap {
	margin:-10px -10px 0 -10px;
}
.blog-inner-wrap .blog-posts.icons-wrap {
	width:25%;
}
/*.podcast-wrap {
	float:left;
	width:43%;
	display:none;
}*/
.podcast-wrap {
    display: inline-block;
    width: 48%;
	display:none;
}

/*.podcast-inner-wrap {
	background:#e6e7e8;
	height:590px;
}*/
.podcast-top-container {
	background:#757d8a;
	height:120px;
}
.podcast-logo {
	width:120px;
	height:120px;
	background:url(images/podcast-logo.png) no-repeat center;
}

.header-slider, .header-slider li {
	margin:0;
	padding:0;
	list-style:none;
	width:100% !important;
	overflow:hidden;
	height:100%;
}
.header-slider li div.main-container {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#header-slider-nav {
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	z-index:100;
	text-align:center;
}
/*#header-slider-nav a {
	height:1px;
	width:50px;
	display:inline-block;
	margin:0 15px;
	text-indent:1000px;
	overflow:hidden;
	background:#fff;
	opacity:0.5;
	vertical-align:middle;
}
#header-slider-nav a.activeSlide {
	height:3px;
	opacity:1;
}*/
.all-social-feed-wrap {
	margin:30px 100px;
}
.juicer-feed .j-display-filters {
	color:transparent !important;
	margin-left:-65px !important;
}
.juicer-feed.modern li.feed-item {
	border-width:1px !important;
}
.juicer-feed .j-display-filters li {
	padding:0 !important;
	overflow:hidden;
	height:28px;
	vertical-align:middle;
	margin:0 0px 0 20px !important;
	width:38px !important;
}
.juicer-feed .j-display-filters li::before {
	display:block !important;
	padding:7px 10px !important;
	margin:0 !important;
}
.trending-preloder {
	/*position:fixed;
	z-index:1000000;
	left:0;
	right:0;
	top:0;
	bottom:0;*/
	height:100px;
	background:url(images/ajax-loader-big.gif) no-repeat center;

}
@media screen and (max-width: 2560px) and (min-width: 1500px) {
  .comingsoon-inner-text {
		font-family: 'Merriweather-Regular';
		line-height: 23px;
		font-size: 14px;
		width: 70%;
		background: #e6e7e8;
		float: right;
		height: 153px;
		padding: 16px;
	}
}
@media (max-width: 1700px) {
	
}
@media (max-width: 1200px) {
	.outer-box{
		padding: 0 50px;
	}
	.section.blog-home {
		margin-left:50px;
		margin-right:50px;
	}
	.comingsoon-inner-text {
		font-size: 11px;
	}
	
}

@media (max-width: 1024px){
	.quote-wrap{
		margin:120px 100px; 		
	}
	.sync-block{
		padding: 0 100px;
	}
	section.blog-home.executive-block {
		margin:90px 10px;
	}
	section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-area,
	.blog-posts.icons-wrap .news-image .news-area, 
	section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-readmore,
	.blog-posts.icons-wrap .news-image .news-readmore,
	.exe-wrap-left .left-inner-wrap .exe-area,
	.exe-wrap-left .left-inner-wrap .exe-readmore {
		opacity:1;
	}
	
}
@media (max-width: 1023px) {
	.horizontal-filters.mobile {
		display:block;
	}

.parnters-header .parnters-header-txt-wrap{
    position:static;
	
  }
  .desc-3-wrap{
  	font-size: 11px;
  	line-height: 18px;
  	font-family: 'Merriweather-Regular';
  }
  .outer-box{
    padding: 20px;
  }
  .sync-block{
  	padding:40px;
  }
  .syncfit-desc,.synfit-quote-desc{
  	font-size: 14px;
  	line-height: 22px;
  }
  .quote-wrap{
  	margin: 40px 35px;
  	padding:0 20px;
  }

  .quote-wrap::before{
  	margin-left: -35px;
	margin-top: -15px;
	width:25px;
	height: 50px;
  }

  .synfit-quote-desc::before{
  	margin-right: -35px;
	width: 25px;
	height: 50px;
	position: absolute;
	right: 0;
	float: none;
	bottom: -15px;
  }

  .syncfit-desc{
  	margin-bottom: 0;
  	column-count: 1;
  	column-gap: 0;
  }
  .how-it-works{
  	padding:45px 0;
  }
  .how-it-works-heading-1{
  	font-size: 11px;
	margin-bottom: 5px;
	letter-spacing: 2.24px;
  }
  .how-it-works-heading-2{
  	font-size: 24px;
	letter-spacing: 2.35px;
	margin-bottom: 15px;
  }
  .how-it-works-graphics{
  	padding:0 40px;
  }
  .blog-posts{
    flex-grow: 2;
    width: 48%;
  }
  .load-btn{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .social-feed-wrap{
    margin-top: 25px;
  }
  section.blog-home{
    margin: 70px 20px 20px 20px;
  }
  .bio-title{
    font-size: 30px;
    padding-bottom: 30px;
  }
  section.blog-section{
    margin: 20px 20px 0 20px!important;
  }
  .bio-description{
    padding: 20px;
  }
  .whitepaper-heading{
    font-size: 14px;
    padding-bottom: 10px;
	line-height:normal;
  }
  .whitepaper-title {
	  font-size: 26px;
	letter-spacing: 2.35px;
	line-height:normal;
    padding: 10px 0px;
  }
  .whitepaper-content {
	  font-size:14px;
	  line-height:22px;
  }
  .btn-whitepaper {
	  font-size:14px;
	  padding:5px 10px;
	  width:auto;
  }
  .btn-readmore-margin{
      margin-top:15px;
	  width:160px;
	  margin-left:100px;
   }
  .whitepaper-area {
	  line-height:normal;
	  padding:10px 0;
  }
  .news-wrapper {
	  padding:20px;
  }
  .news-title {
	  font-size:18px;
	  line-height:24px;
	  height:65px;
  }
  .news-area {
	  padding-top:10px;
  }
  .news-description {
	  font-size:14px;
	  line-height:22px;
	  margin:10px 0;
	  height:40px;
  }
  .news-readmore {
	  font-size:14px;
  	padding:5px 10px;
	
  }
  .hco-cta-btn {
    padding: 2px;
    margin-top: 5px;
    font-size: 8px;
}
  .load-btn, .btn-executive-moves  {
	  	margin-top:20px;
		margin-bottom:20px;
		font-size:14px;
		padding:5px 10px;
		width:100px;
	}
	.load-btn {
		margin-bottom:30px;
		margin-top:10px;
	}
	.podcast-btn{
		padding: 5px !important;
		width:100%;
		margin-bottom:-15px;
		margin-top:5px;
	}
	.podcast-btn-area{
		margin:-11px 0px 18px 0px !important;
	}
	.podcast-active{
	   color: #FFF;
	   background: #5F51CB;
	}
	.switch-prodcast{
		margin-left: 123px;
		padding: 10px 15px !important;
		width: 210px;
		margin-top: -31px;
	}
	.juicer-feed .j-paginate  {
	  	margin-top:10px !important;
		margin-bottom:10px !important;
		font-size:14px !important;
		padding:5px 0px !important;
		width:100px !important;
	}
	.btn-executive-moves  {
		width:150px;
	}
	.bioSingleWrap .news-readmore {
		margin-top:20px;
	}
	.bio-image {
		height:auto;
	}

    .content-inner{
        padding:25px;
    }
    .content-inner .entry-content p{
        column-count: 1;
    }
    .content-inner .entry-content ul{
        column-count: 1;
        margin-left: 0px;
        font-size: 14px;
        line-height: 22px;
    }
    .content-inner .entry-title{
        font-size: 26px;
    }
    .content-inner .entry-content ol{
        margin: 0px;
    }
    p.description-layout{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    p.inner-heading{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .content-inner .entry-content ol{
        font-size: 14px;
        line-height: 22px;
    }
    p.top-heading{
        font-size: 16px;
    }
    .inner-wrap-title{
        font-size: 16px;
    }
    .inner-wrap-descp{
         font-size: 14px;
        line-height: 22px;
    }
    .cont-collection{
      column-count: 1!important;
      margin-bottom: 0px;
    }
    .cont-collection li{
        font-size: 14px;
        line-height: 22px;
    }
    .cook-section{
        font-size: 14px;
        line-height: 22px;
    }
	.news .parnters-header.executive-header {
		background:url(images/executive/executive-moves-header-bg.jpg) !important;
	}
	section.blog-home.executive-block {
		margin:70px 20px 50px 20px;
	}
    .exe_move{
        width: auto;
    }
	section.blog-home.executive-block .blog-posts.icons-wrap, .blog-posts.icons-wrap, .blog-inner-wrap .blog-posts.icons-wrap {
		float:none;
		width:100%;
		margin-bottom:20px;
	}

	section.blog-home.executive-block .blog-posts.icons-wrap .inner-wrapper, .blog-posts.icons-wrap .inner-wrapper {
		margin:0;
	}
	section.blog-home.executive-block .blog-posts.icons-wrap .news-image, .blog-posts.icons-wrap .news-image {
		height:auto;
	}
	.executive-header .whitepaper-title {
		line-height:normal;
	}
	section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-category, .blog-posts.icons-wrap .news-image .news-category {
		margin-bottom:10px;
	}
	section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-area, .blog-posts.icons-wrap .news-image .news-area {
		padding-top:10px;
	}
	section.blog-home.executive-block .blog-posts.icons-wrap .news-image .news-readmore, .blog-posts.icons-wrap .news-image .news-readmore {
		margin-top:10px;
	}
	.btn-executive-moves {
		margin-top:30px;
		margin-bottom:30px;
	}
	section.blog-home {
    	margin: 70px 15px 30px 15px !important;
	}
	section.blog-home.executive-block {
		margin-bottom:0px !important;
	}
	.blog-outer-wrap {
		margin:20px 20px 0 20px;
	}
	.blog-inner-wrap {
		margin:0;
	}
	.comingsoon-inner-text {
		font-family: 'Merriweather-Regular';
		line-height: 12px;
		font-size: 8px;
		width: 70%;
		background: #e6e7e8;
		float: right;
		height: 103px;
		padding: 5px 10px 5px 10px;
	}
	.comingsoon-img {
		width:30%;
	}
	.comingsoon-img img{
		height:auto;
	}
	.subscribe-below{
		font-size:15px;
	}
}
@media (max-width: 768px) {
  
  .outer-box{
   padding: 0px;
  }
  
  .whitepaper-title{
    font-size: 20px;

  }

  .whitepaper-area{
    padding: 10px 0px;
  }
  section.blog-home{
    margin: 70px 15px;
  }
  .horizontal-filters {
	  margin-right:20px;
	  margin-top:20px;
  }
  .blog-posts{
    width: 100%;
  }
  .news-title{
    font-size: 20px;
  }
  .news-category{
    font-size: 11px;
  }
  .news-area{
    padding-top: 10px;
  }
  .news-description{
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
  }


  .social-feed-wrap{
    margin-top: 0px;
    padding: 20px;
  }
  .social-feed-wrap .social-heading-1{
    font-size: 20px;
  }
  .social-feed-wrap .social-heading-2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .tw-feed-wrap{
    width: 100%;
  }
  .bio-title{
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 30px
  }
  .bio-inner-content{
    font-size: 14px;
	line-height:22px;
  }
  .bio-category{
    padding-bottom: 10px;
    font-size: 14px;
  }
  .back-btn{
    width: 40px;
    top: -15px;
  }
  .bio-area{
    font-size: 14px;
    padding-bottom: 10px;
  }
  .nav-previous{
    width: 40px;
    height: 40px;
  }
  .nav-next{
    width: 40px;
    height: 40px;
  }
  .news-title, .news-description {
	  height:auto;
  }
  .news-wrapper {
    padding: 20px;
	}
	.nav-post-prev a, .nav-post-next a {
		height:42px;
		line-height:40px;
	}
	.nav-post-nav, .nav-post-next, .nav-post-prev {
		height:80px;
	}
	.nav-post-prev a, .nav-post-next a {
		margin-top:20px;
	}
	.nav-txt {
		display:none;
	}
	section.blog-home {
    	/*margin: 70px 15px 30px 15px !important;*/
		/*margin: 70px 20px 0px 20px !important;*/
		padding-top: 20px !important;
		margin: 0px auto !important;
	}
	section.blog-home.executive-block {
		margin-bottom:0px !important;
	}
	.exe-wrap {
		margin:0 20px;
	}
	.section-title {
		margin-bottom:20px;
		font-size:20px;
	}
	.exe-wrap-left {
		float:none;
		width:auto;
	}
	.exe-wrap-left .left-inner-wrap {
		height:auto;
		padding:20px;
		
	}
	.exe-wrap-left .left-inner-wrap .exe-heading {
		font-size:12px;
		margin-bottom:20px;
	}
	.exe-wrap-left .left-inner-wrap .exe-title {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}
	.exe-wrap-left .left-inner-wrap .exe-area {
		font-size:10px;
		margin-bottom:10px;
	}
	.exe-wrap-left .left-inner-wrap .exe-readmore {
		font-size:14px;
	}
	.exe-wrap-right {
		float:none;
		width:auto;
	}
	.exe-wrap-right .right-inner-wrap {
		height:auto;
		padding:20px 0;
		margin:0 20px;
	}
	.outer-box.trending-header {
		position:static;
		display:block;
		height:inherit;
		padding-bottom:40px;
	}
	.header-slider, .header-slider li {
		height:auto;
	}
	.header-slider li div.main-container {
		position:static;
		display:block;
	}
	#header-slider-nav {
		bottom:0px;
	}
	/*#header-slider-nav a {
		width:30px;
	}*/
}

/*
new page css code ls and consumer
}*/
.leisure-hospitality {
    background-image:url(images/executive/LeisureIcon.svg);
}
.healthcare{
    background-image:url(images/executive/HealthcareIcon-01.svg);
}


/*
new page css for podcast
}*/
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap, .blog-posts.blog-trending-main.icons-wrap{
     width: 50%;
}
.blog-posts.blog-trending-main.icons-wrap .news-image::before{
    background: rgba(3,0,0,0.4);
}
.blogs-recent-trending{
    display: inline-block;
    width: 48%;
}
.main-trending-blogs{
    display: flex;
    margin: 20px 100px 30px 100px;
    justify-content: space-between;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(1){
   margin-right: 10px;
   margin-bottom: 10px;
   margin-left: 0px;
   margin-top:0px;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(2){
   margin-bottom: 10px;
   margin-right: 0px;
   margin-left: 0px;
   margin-top:0px;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(3){
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-top:0px;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(4){
   margin-right: 10px;
   margin-left: 0px;
   margin-top:0px;
   margin-bottom: 0px;

}
.iframe_podcast{
    height: 576px;
}
.iframe_podcast .Feed__Container-sc-5i903u-0.dapHsb{
    overflow-y: auto!important;

}
.new-italic{
    font-size: 19px;
}
.blog-posts.blog-trending-main.icons-wrap .news-image .news-readmore{
    margin-top: 50px;
}
.blog-posts.blog-trending-main.icons-wrap .news-image .news-category{
    font-size: 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Roboto-Light';
    font-weight: 300;
}

@media (max-width: 1023px){
    section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap, .blog-posts.blog-trending-main.icons-wrap{
     float: none;
      width: 100%;
      margin-bottom: 20px;
    }
    .main-trending-blogs{
        margin: 70px 15px 30px 15px;
    }
    .iframe_podcast{
        height: 765px;
    }
}

@media (max-width: 768px){
    section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap, .blog-posts.blog-trending-main.icons-wrap{
     float: none;
      width: 100%;
      margin-bottom: 20px;
    }
    section.blogs-recent-trending{
        width: 100%;
    }
    .main-trending-blogs{
        margin: 70px 15px 30px 15px;
        display: inherit;
    }
    .podcast-wrap{
        width: 100%;
    }
    .exe-new-btm{
        margin: 20px;
    }
}

@media screen and (max-width: 2560px) and (min-width: 1700px) {
  .blog-posts.icons-wrap .news-image{
    background-position: center top -36px;
  }
}

/*
new page css for podcast
}*/
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap, .blog-posts.blog-trending-main.icons-wrap{
    /* width: 50%; */
	width: 25%;
}
.blog-posts.blog-trending-main.icons-wrap .news-image::before{
    background: rgba(3,0,0,0.4);
}
.blogs-recent-trending{
    display: inline-block;
   /* width: 48%; */
	 width: 100%;
}
.main-trending-blogs{
    display: flex;
    margin: 20px 100px 30px 100px;
    justify-content: space-between;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(1){
   margin-right: 10px;
   margin-bottom: 10px;
   margin-left: 0px;
   margin-top:0px;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(2){
   margin-bottom: 10px;
   margin-right: 0px;
   margin-left: 0px;
   margin-top:0px;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(3){
   margin-right: 10px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-top:0px;
}
section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap .inner-wrapper:nth-child(4){
   margin-right: 10px;
   margin-left: 0px;
   margin-top:0px;
   margin-bottom: 0px;

}
.iframe_podcast{
    height: 576px;
}
.iframe_podcast .Feed__Container-sc-5i903u-0.dapHsb{
    overflow-y: auto!important;

}
.new-italic{
    font-size: 19px;
}
.blog-posts.blog-trending-main.icons-wrap .news-image .news-readmore{
    margin-top: 50px;
}
.blog-posts.blog-trending-main.icons-wrap .news-image .news-category{
    font-size: 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Roboto-Light';
    font-weight: 300;
}

@media (max-width: 1023px){
    section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap, .blog-posts.blog-trending-main.icons-wrap{
     float: none;
      width: 100%;
      margin-bottom: 20px;
    }
    .main-trending-blogs{
        margin: 70px 15px 30px 15px;
    }
    .iframe_podcast{
        height: 765px;
    }
	.drop-down ul {
		float: right;
		width: 75px;
		cursor: pointer;
		height: 28px;
		overflow: hidden;
		list-style: none;
	}
	.drop-down ul li a, .drop-down ul li span {
		display: block;
		height: 30px;
		line-height: 30px;
		color: #5f51cb;
		font-family: Merriweather-Regular;
		font-size: 12px;
		padding: 0px 10px;
		opacity: 1;
		position: relative;
		z-index: 1;
	}
}

@media (max-width: 768px){
    section.blogs-recent-trending .blog-posts.blog-trending-main.icons-wrap, .blog-posts.blog-trending-main.icons-wrap{
     float: none;
      width: 100%;
      margin-bottom: 20px;
    }
    section.blogs-recent-trending{
        width: 100%;
    }
    .main-trending-blogs{
        margin: 70px 15px 30px 15px;
        display: inherit;
    }
    .podcast-wrap{
        width: 100%;
    }
    .exe-new-btm{
        margin: 20px;
    }
	.drop-down ul {
		float: right;
		width: 75px;
		cursor: pointer;
		height: 28px;
		overflow: hidden;
		list-style: none;
	}
	.drop-down ul li a, .drop-down ul li span {
		display: block;
		height: 30px;
		line-height: 30px;
		color: #5f51cb;
		font-family: Merriweather-Regular;
		font-size: 12px;
		padding: 0px 10px;
		opacity: 1;
		position: relative;
		z-index: 1;
	}
}
.blog-posts.blog-trending-main.icons-wrap .news-image::before{
    background: rgba(3,0,0,0.4);
    opacity: 1;
} 
.blog-posts.blog-trending-main.icons-wrap .news-image:hover::before{
    background: rgba(0,10,73,0.6);
}
.blog-posts.blog-trending-main.icons-wrap#last-blog-tile .news-image::before{
    opacity: 0;
}
.blog-posts.blog-trending-main.icons-wrap#last-blog-tile .news-image:hover::before{
    opacity: 1;
}

