.fusion-mod{
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
  flex: 0 1 auto;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.fusion-mod>div{
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100%;
  width: 100%;
}
.fusion-mod .post-thumbnail{
  margin-bottom: 25px;
}
.fusion-mod .essb_links{
  margin-top: 50px;
  margin-bottom: 66px;
}
.fusion-mod .post-title h1{
  font-size: 36px !important;
  line-height: 40px !important;
  margin-top: 15px !important;
  margin-bottom: 20px !important;
}
.fusion-mod .post-content p:first-child strong{
  font-size: 18px;
}
.fusion-mod .category{
  margin-bottom: 5px;
}
.fusion-mod .category a{
	font-family: 'muller_bold'!important;	
  display: inline-block;
  vertical-align: top;
  padding: 2px 8px;
  background-color: #004c59;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
}

.fusion-mod .category a.tag-video{
  font-size: 0;
  background: none !important;
  padding: 0;
}
.fusion-mod .category a.tag-video:after{
  content: '';
  display: inline-block;
  background-image: url('play-icon-blue.svg');
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.fusion-mod .cat-box-1 .category a.tag-video:after, .fusion-mod .cat-box-2 .category a.tag-video:after{
  background-image: url('play-icon-white.svg');
}

.related-carousel-wrapper{
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 70px;
}
.related-carousel-wrapper .slick-slide{
  padding: 10px 15px;
  outline: none !important;
}
.related-carousel-wrapper .item{
  box-shadow:  1px 1px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.related-carousel-wrapper .item .thumb a{
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 53.6%;
}
.related-carousel-wrapper .item .thumb a img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  object-fit: cover;
  object-position: top center;
}
.related-carousel-wrapper .inner{
  padding: 20px 15px;
}
.related-carousel-wrapper .title{
  padding-top: 10px;
}
.related-carousel-wrapper .title h3{
  font-size: 20px !important;
  line-height: 1.125 !important;
  margin-top: 0;
  margin-bottom: 5px !important;
}
.related-carousel-wrapper .slick-disabled{
  display: none !important;
}
.related-carousel-wrapper .slick-arrow{
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
.related-carousel-wrapper .slick-prev{
  background: url('arrow-left.png') no-repeat center;
  background-size: auto;
  width: 17px;
  height: 30px;
  left: 40px;
}
.related-carousel-wrapper .slick-next{
  background: url('arrow-right.png') no-repeat center;
  background-size: auto;
  width: 17px;
  height: 30px;
  right: 40px;
}

.cat-content{
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: -15px !important;
  margin-right: -15px !important;
  flex-wrap: wrap;
}
.cat-content>.cat-box{
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 100%;
  width: 33.333333%;
  /*flex-basis: 33.333333%;*/
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
  position: relative;
}
.cat-content>.cat-box.cat-box-1, .cat-content>.cat-box.cat-box-2{
  width: 50%;
  /*flex-basis: 50%;*/
}
.cat-content .item{
  box-shadow:  1px 1px 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  min-height: 100%;
  transition:0.2s ease all;
}
.cat-content .item:hover {
  box-shadow:  1px 1px 15px rgba(0, 0, 40, 0.3);
  transition:0.2s ease all;	
}
.cat-content>.cat-box.cat-box-1 .item, .cat-content>.cat-box.cat-box-2 .item{
  background-color: #004c59;
  color: #fff;
}
.cat-content>.cat-box.cat-box-1 .category a, .cat-content>.cat-box.cat-box-2 .category a{
  background-color: #fff;
  color: #004c59;
}
.cat-content>.cat-box.cat-box-1 .title h3, .cat-content>.cat-box.cat-box-2 .title h3{
  color: #fff !important;
}
.cat-content>.cat-box.cat-box-1 .title h3 a, .cat-content>.cat-box.cat-box-2 .title h3 a{
	font-size:28px!important;
  color: #fff !important;
}
.cat-content .item .inner{
  padding: 20px 15px;
}
.cat-content .title{
  padding-top: 10px;
}
.cat-content .title h3{
  font-family: 'muller_extrabold'!important;	
  font-size: 20px !important;
  line-height: 1.125 !important;
  margin-top: 0;
  margin-bottom: 5px !important;
}
.cat-title{
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 10px;
  margin-bottom: 45px;
}
.cat-title h2{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: #085058;
}
.cat-box .thumb a{
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 53.6%;
}
.cat-box .thumb a img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  object-fit: cover;
  object-position: top center;
}
.fusion-mod .blog-page-content .essb_links{
  display: none !important;
}

.presenter-links{
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.presenter-links:after{
  content: " ";
  display: table;
  clear: both;
}
.presenter-links>div{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.presenter-links>div>a{
  position: relative;
  display: block;
  background-color: #d4d4d4;
  padding: 10px;
  font-size: 18px;
  color: #085058;
  border:1px solid #D4D4D4;		
}
.presenter-links>div>a:hover{
  border:1px solid #004C59;		
}
.presenter-links>div>a:before{
  content: '';
  position: absolute;
  background: url("open-quot.png") no-repeat top center;
  background-size: auto;
  width: 30px;
  height: 23px;
  top: -10px;
  right: 15px;
}
.presenter-links>div>a:hover:before{
  top: -16px;
  transition:0.3s ease all;
}
.presenter-links>div>a>*{
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.home .presenter-links>div>a>* {
	margin-right:30px;
}
.presenter-links>div>a>em{
  font-size:12px;
}
.presenter-links>div img{
  width: 80px;
  height: 80px;
  border-radius: 180%;
  overflow: hidden;
  object-fit: cover;
  object-position: top center;
}
.presenter-links>div>a span{
  position: relative;
  max-width: 90%;
  line-height: 1.12;
  margin-top: 6px;
}
.presenter-links>div>a span:after{
  content: '';
  display: block;
  background: url("long-arrow.png") no-repeat center;
  background-size: auto;
  width: 15px;
  height: 8px;
  margin-top: 5px;
}

.fusion-mod .navigation{
  text-align: center;
  padding-top: 40px;
}
.fusion-mod .navigation ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.fusion-mod .navigation ul li{
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.27);
  height: 33px;
  line-height: 33px;
  padding: 0 8px;
  min-width: 33px;
  border-radius: 4px;
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
}
.fusion-mod .navigation ul li a{
  color: #000;
}
.fusion-mod .navigation ul li.active{
  background: #00505a;
  color: #fff;
}
.fusion-mod .navigation ul li.active a{
  color: #fff;
}
.fusion-mod-parent>#sidebar, .fusion-mod-parent>#sidebar-2{
  display: none !important;
}

.fusion-mod .dcw_c1{
  float: none;
  display: block;
  width: 100%;
}

.category-video .post-thumbnail{
  display: none !important;
}

.homepage-cw{
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
.homepage-cw .heading{
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.homepage-cw .item-box .bg-image{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.homepage-cw .item-box .bg-image.foreground{
  opacity: .3 !important;
}
.homepage-cw .item-box .item-border{
  display: none;
}
.homepage-cw .item .link{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 30px;
  font-size: 19px;
  text-align: center;
  z-index: 20;
}
.homepage-cw .item .link a{
	display:none;
  /*color: #fff !important;*/
}
.homepage-cw .item-box:hover .bg-image {
  opacity: 1;
}
.homepage-cw .item-box .inner{
  color: #000 !important;
}
.homepage-cw .item-box .play-icon{
  margin-bottom: 20px;
}
.homepage-cw .item-box .play-icon img{
  width: 75px;
}
.homepage-cw .custom-wrapper{
  margin-bottom: 0;
  padding-bottom: 40px;
}

.fancybox-content{
  width  : 800px !important;
}
.hcwh{
  max-height: 0;
  overflow: hidden;
}
.hgrid .hcwh{
  max-height: initial;
  overflow: auto;
}
.hgrid .hcwh .item{
  position: relative;
}

.item .c-popup .scroll-wrapper{
  max-height: 100000rem !important;
  overflow: visible !important;
}

.pop-wrapper{
  display: none;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 160px;
  border: 10px solid #509ec7;
}
.pop-wrapper .pw-inner{
  max-width: 780px;
  margin: 50px auto;
  padding: 15px;
}
.pop-wrapper .pw-inner iframe{
  width: 100%;
}
.pop-wrapper .pw-inner h2{
  text-transform: uppercase;
  font-size: 55px !important;
  line-height: 1 !important;
  margin-bottom: 50px !important;
  font-family: 'mullerblack_italic' !important;
}
body.pop-open .pop-wrapper{
  display: block;
}
body.pop-open .custom-wrapper{
  display: none;
}
.pop-wrapper .navg:after{
  content: '';
  display: table;
  clear: both;
}
.pop-wrapper .navg button{
  display: block;
  width: 100px;
  height: 65px;
  border: 0;
  background-color: #509ec7;
  color: #fff;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'muller_bold';
  outline: none !important;
  float: left;
  cursor: pointer;
}
.pop-wrapper .navg button span{
  display: block;
}
.pop-wrapper .navg .navnext{
  float: right;
}

#post-4502 .post-content>.hgrid{
	/*display: none !important;*/
}

@media(min-width: 992px){
  .fusion-mod .sidebar{
    width: 330px;
    flex-basis: 330px;
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0 !important;
  }
  .fusion-mod .content{
    padding-right: 75px !important;
    width: calc(100% - 330px);
    flex: 0 1 auto;
  }
  .related-carousel-wrapper .slick-prev{
    left: -40px;
  }
  .related-carousel-wrapper .slick-next{
    right: -40px;
  }
  .presenter-links>div{
    width: 20%;
  }
  .pop-wrapper .pw-inner h2{
    font-size: 80px !important;
  }
}
@media(max-width: 991px){
  .fusion-mod{
    display: block;
  }
  .fusion-mod>div{
    width: 100%;
  }
  .homepage-cw .item-box .link{
    padding-bottom: 15px;
  }
}

@media (max-width: 767px){
  .c-row .item{
    width: 50% !important;
  }
  .item-box .inner {
    font-size: 25px !important;
    padding: 0;
  }
.presenter-links>div{
    width: 50%;
}	
	
}
@media (max-width: 480px){
  .c-row .item{
    width: 100% !important;
  }

}