#my-topic .changeTopic{
    margin-left: 15px;
    font-size: 16px;
    color: #ddd;
    font-family: 'ProximaNova-Regular';
}

#my-topic .changeTopic a{
    color: #222;
    text-decoration: underline;
    margin-right: 5px;
}
#my-topic .changeTopic a:hover{
    color: #000;
    text-decoration: underline;
}

#topicOverlayAccess, #chooseTopicTableAccess{
    display: none;
}

#changeTopic{
    cursor: pointer
}

.textGrey{
   color: #ddd; 
}

.arrowGrey {
    border: 1px solid;
    color: #ddd;
    border-color: #ddd;
    padding: 2px 3px;
    font-family: 'FontAwesome5Pro-Light', Helvetica, Arial, serif;
    font-size: 10px;
    margin-left: 3px;
}

.browseMyTopic{
    color: #0133B3;
    font-weight: 700;
}
.section-heading img{
    /*height: 17.44px;
    width: 17.44px;*/
    vertical-align: unset;
}
.browseMyTopic img{
    height: 17.44px;
    width: 17.44px;
    vertical-align: text-top;
}

.user-icon {
  height: 17.44px;
  width: 17.44px;
  background-color: #0133B3;
}

#topicSaveBtn{
    cursor: pointer;
    padding: 5px 15px;
    background: #0133B3;
    color: #fff;
    border-radius: 5px;
}

#topicName{
    padding: 5px 10px;
    border-radius: 5px
}


#my-topic a.see-all-stories{
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
#my-topic .img-container{
    display:block;
    width:100%;
}
#my-topic .gap-5{
 margin-top:4px;
 height:1px;
}

#topicStories{
    margin-right: 0;
    margin-left: 0;
}

.itemBlur{
   /*-webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);*/
   display: block;
}

.itemBlurmobile{
    display: none;
}

.itemLeft{
    padding-left:0;
}
.itemRight{
    padding-right:0;
}

.topicOverlay{
    position: absolute;
    opacity: 0.5;
    background: #000;
    text-align: center;
    
}
.chooseTopicTable{
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.chooseTopicOuter{    
    vertical-align: middle;
    display: table-cell; 
}
.chooseTopic{   
    background: #dfe7f9;
    padding: 30px 50px;
    border-radius: 10px;
    display: inline-block;
    min-width: 400px;
}
.chooseTopic h4{
    font-family: 'ProximaNova-Regular';
    font-size: 24px;
    font-weight: 700;
}

.chooseTopic .topicBtn{
    color: #FFF;
    background: #0133b3;
    padding: 10px 30px;
    margin-top: 17px;
    margin-bottom: 15px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
}

.chooseTopic .topicA{
    text-decoration: underline;
}


#my-topic .topic-item-container{
width: 100%;
}
#my-topic .topic-item-cc{
 background-color: #f0eee2;
}

#my-topic .topic-detail{
padding: 16px 24px 25px 24px;
min-height: 260px;;
}
#my-topic .topic-item-muted{
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    line-height: 24px;
}

#my-topic .topic-item-title{
    color: #000;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#my-topic .topic-item-title>a{
    color: #000;
    font-family: 'Merriweather';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
#my-topic .larticle-time-container{
position: relative;
}

#my-topic .larticle-time{
    position: absolute;
    bottom: 0;
    left: 35px;
    margin: 25px 0;
}
#my-topic .latest-tag > a{
    color: black;
}
#my-topic .kicker-tag{
    border: 1px solid #454545;
    width: max-content;
    padding: 5px 10px;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    line-height: 20px;
}
#my-topic .mb-only{
    display: none;
}
#my-topic .gap-10{
 margin-top:9px;
 height:1px;
}
#my-topic .gap-70{
 margin-top:69px;
 height:1px;
}
#my-topic .gap-15{
 margin-top:14px;
 height:1px;
}
#my-topic p{
    margin-bottom:0;
}
#my-topic .gap-left-5{
    margin-left:5px
}

@media (max-width: 430px){
    #my-topic .mobile-hidden {
        display: none !important;
    }
    #my-topic .mb-only{
    display: block;
    }
    #my-topic .mb-only > a.see-more{
      color: #000;
      font-family: 'ProximaNova-Regular';
      font-size: 14px;
      font-weight: 700;
      line-height: 17px;
    }
    #my-topic .mb-5.latest-item-container{
        margin-bottom:18px !important;
    }
    #my-topic .latest-heading{
      color: #0133B3;
      font-family: 'Merriweather';
      font-size: 13px;
      font-weight: 700;
      line-height: 16px;
      margin-bottom: 30px;
    }
    
    .itemLeft, .itemRight, .itemMiddle{
        padding-left:0;
        padding-right:0;
    }
    
    .chooseTopic{
        padding: 30px 10px;
        width: 90%;
        min-width: 250px;
    }
    
    #topicName {
        width: 90%;
        margin-bottom: 20px;
    }
    
    #my-topic .changeTopic{
        display: block;
    }
    
    .itemBlur{
        /*-webkit-filter: blur(5px);
         -moz-filter: blur(5px);
         -o-filter: blur(5px);
         -ms-filter: blur(5px);
         filter: blur(5px);*/
        display: none;
     }

     .itemBlurmobile{
         display: block;
     }
}

/* iphone 5 */
@media screen and (device-aspect-ratio: 40/71) {
#my-topic .litigation-item-container {
    min-height: 350px!important;
}
}
/* iphone 6 7 8 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
#my-topic .litigation-item-container {
    min-height: 350px!important;
}
}
/* iphone 6 7 8 plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
#my-topic .litigation-item-container {
    min-height: 350px!important;
}
}
/* iphone X */
@media only screen
    and (device-width : 375px)
    and (device-height : 812px)
    and (-webkit-device-pixel-ratio : 3) {
    #my-topic .litigation-item-container {
        min-height: 350px!important;
    }
    }
/* pixel */
@media only screen and (min-width: 411px) and (max-width: 767px) {
    #my-topic .litigation-item-container {
        min-height: 350px!important;
    }
}

 /* Media Query for Mobile Devices */
        @media (max-width: 480px) {
           .mobile-hidden{
            display:none;
           }
        }

        /* Media Query for low resolution  Tablets, Ipads */
        @media (min-width: 481px) and (max-width: 767px) {
            .tablet-hidden{
                display:none;
            }

        }


