
.bg-white{
    background-color: #ffffff;
    
}

.my-callout{
    font-size: 30px;
    color: #0d499c;
    padding: 30px 0px ;
    max-width: 1088px;
    margin: auto;
    position: relative;
}

.my_qoute{
    position: absolute;
    left: -40px;
    top: 50px;
    font-size: 30px;
}

.share-area{
    padding: 30px 0px;
    font-size: 24px;
    color: #0c499c;
    background-color:#fff;
}
.share-col {
    display: inline-block;
    width: auto;
    margin-right:30px;
    vertical-align: top;
}
.share-col .tag{
    display: inline-block;
}
.myhash:before{
    display: inline-block;
    font-family: 'fa-solid-900';
    content: '';
}
.my-calendar:before{
    display: inline-block;
    font-family: 'fa-regular-400';
    content: '';
}
.my-facebook:before{
    display: inline-block;
    font-family: 'fa-brands-400';
    content: '';
}
.my-twitter:before{
    display: inline-block;
    font-family: 'fa-brands-400';
    content: '';
}
.share-col img{
    display: inline-block;
    vertical-align: middle;
}

.my-border-top{
  position: relative;
}
.my-border-top:before{
    content: ' ';
    position:absolute!important;
    width:100%!important;
    height:2px!important;
    background:rgba(0, 0, 0, 0) linear-gradient(90deg, rgb(240, 135, 0) 0%, rgb(251, 97, 7) 100%)!important;
    top:-2px!important;
    left:0!important;
}

.my-header-title h1 {
    display: block;
}

.my-header-title .my-excerpt{
    box-sizing: border-box;
    padding-right: 20px;
}

.my-image-col{
    /*max-width: 320px;*/
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.my-content-col{
    display: inline-block;
    width: 74%;
    vertical-align: middle;
}
.my-item{
    width: 100%;
}
.button-group.filter-button-group{
    float: right;
}



.my-filters-container {
    position: relative;
    text-align: right;
    min-height: 80px;
    
     font-family: 'Archivo Narrow', sans-serif;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: bold;
}
.my-filter-selected{
   font-size: 18px !important;
    line-height: 18px !important;
    display: inline-block;
    border: 2px solid #fb6107;
    color:  #fb6107;
    padding: 16px 120px 16px 20px;
    margin-bottom: 35px;
    cursor: pointer;
    
   background: transparent url('img/rightdoublearrows.png') no-repeat;
	background-size: auto;
	background-position:  right 10px center;
}
.my-filter-selected-inside{
    font-size: 18px !important;
    line-height: 18px !important;
    display: inline-block;
    
    color:  #ffffff;
    padding: 18px 110px 18px 20px;
    margin-bottom: 0px;
   
    width: auto;
    margin-right: 12px;
    text-align: right;
    float: right;
    
      background: transparent url('img/rightdoublearrows-white.png') no-repeat;
	background-size: auto;
	background-position:  right 0px center;
}
.my-filter-selected-inside:after{
    display: block;
    width: 100%;
    clear: both;
    content: ' ';
    
}

.my-filters{
    position: absolute;
    right: 0;
    top:0px;
    z-index: 50000;
    background-color: #fb6107;
    width: 530px;
    height: auto;
    color: #fff;
    text-align: left;
}

.my-filters-inside{
    padding: 20px 0px;
    margin: 0px 20px;
    border-top: 2px solid #fff;
}

.my-filters-inside .aitem{
    display: inline-block;
    width: 49%;
    color: #fff!important;
    min-height: 25px;
}
.my-filters-inside a:hover{
    border-bottom: 2px solid #fff;
}
.my-filters-inside a{
    display: inline-block;
    color: #fff!important;
    cursor: pointer;
}


.single-post .my-header-img {
	background-position: center top;
}

.videoWrapper {
	display:block;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin:60px auto;
	}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0; 
	width: 100% !important; 
	height: 100%;
}

@media only screen and (max-width : 480px) {
    /*archive casestudy/insight*/
    .postarchiveheadersection{
        display: block;
    }
    .postarchiveheadersection .ph_rightimage{
        display: block;
        width: 100%;
        height:300px;
    }
    .postarchiveheadersection .ph_lefttext{
        display: block;
        width: 100%;
        padding: 15px;
        
    }
    .my-filters-container{
        text-align: center;
    }
    .my-filter-selected{
        margin-top: 35px;
    }
    .my-filters{
        width: 100%;
    }
    .my-filters .aitem{
        display: block;
    }
    .mygrid .my-item .my-image-col{
        width: 100%;
    }
    .mygrid .my-item .my-content-col{
        width: 100%;
    }
    /*single casestudy/insight*/
    .my-header{
        width: 100%;
         display: grid;
    }
    .my-header .my-header-img,
    .my-header .my-header-title{
        width: 100%;
    }
    .my-header .my-header-title{
        background: #fff;
        height: auto;
        /*min-height: 200px;*/
        min-height: 50px;
        float: none;
    }
    .my-header .my-header-title h1{
        padding: 15px;
        position: relative;
    }
    .my-header .my-header-img{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        max-height: 200px;
    }
    
    .share-col{
        width: 100%!important;
        margin-top: 15px!important;
    }
    .share-col a{
        width: 95%!important;
        margin-top: 15px!important;
    }
    .share-col .tag{
        /*margin-top: 15px;*/
    }
    .share-area{
        padding: 0px 0px 15px;;
    }
    .my_qoute{
       
        position: absolute;
        left: 5px;
        top: 40px;
    }
    .my-callout h2{
        padding-left: 50px;
        padding-right:15px;
    }
    .my-callout{
        margin-bottom: 15px;
    }
    .mymaxwidth{
        padding: 0px 15px !important;
    }

    
}
