/* layout grid needs padding on articles and k2items in order to allow social share to not impimge on content*/

@media(min-width: 990px){

    div#content{
        padding-left:25px;
    }
}
.menu a.hide{
    display:none;
}
#itemListPrimary.inpractice{
    margin-top:20px;
}

#itemListPrimary.inpractice .item-image{
    margin-bottom: 5px;
}


#itemListPrimary.inpractice .item{
    margin-bottom: 25px;
}

.category-modulemenusub-nav.dynamic.mod-list,
ul.menusub-nav.dynamic {
    margin-left: 0;
}
.boxside.menusub-nav.dynamic{
    margin-top:30px;
}

.indepth .articleBody{
    margin-bottom:35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #333;
}
.indepth .articleBody p{
    margin-bottom: 20px;
    line-height: 23px;
}
.indepth ol{
    margin-bottom: 15px;
}
.indepth ol li{
    margin-bottom: 10px;
}

.indepth .underarrow{
    margin-bottom: 15px;
}
/*override bootstrap table*/
.indepth .table{
    margin-bottom: 50px;
}
.indepth .table th, .table td{
    vertical-align: middle;
}
.indepth .table td.text-center{
    text-align: center;
}

.indepth .table.text-left{
    margin-top:15px;
}
.indepth li h3{
    font-weight:bold;
    font-size:22px;
    margin: 15px 0;
}

.indepth li p{
    margin-bottom: 15px;
    line-height: 23px;
}

.indepth .table td a{
    color:#015581;
}
/* ****   field type *****/
.indepth li.textarea{
    margin: 15px 0
}
.indepth .icon-download-alt{
    opacity:0.7;
}

/*span.download-icon{*/
    /*color:red;*/
/*}*/
.bottom-share{
    margin:30px 0 0 0;
    float: left;
}

.subscribe-module{
    text-align: center;
}
.subscribe-module h3{
    margin-bottom:10px;
}
.mod-article-fields ul li a{
    list-style: none;
    background: url(../images/arrow-sml.png) 0px 7px no-repeat;
    padding: 2px 0 12px 12px;
    /*color: #015581;*/
    display: block;
}
.mod-article-fields ul{
    list-style: none;
    margin:0;
}

img.underarrow{
    width:100%;
}

td.text-center.link a{
    float:right;
}
/* modal*/

.modal {
    /*background: green;*/
    position: absolute;
    float: left;
    left: 50%;
    top: 80%!important;
    transform: translate(-50%, -50%);
    z-index:20000;
    background: #f5f5f5;
    /* For responsive */
    max-width:90%;
    min-width:600px;
    outline: none;
    overflow: visible;
}
/*#myVideoModal{*/
   /**/
    /*position: relative;*/
/*}*/
.modal-backdrop {
    z-index: 1;
    /*overflow: visible;*/
    /*height:100%;*/
}
/*stop scroll to top*/
/*body {*/
    /*overflow: visible;*/
    /*height:100%;*/
    /*sc*/
/*}*/
.modal-dialog {
    /*width: 1000px;*/

    /* For responsive */
    max-width:90%;
    min-width:600px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.k2ItemsRelatedListBlogNew .homeleft li a{
    font-weight: bold;
    margin: 0px 0 6px 0;
    font-size:16px;
}
.homeleft img.k2ItemImage{
    margin-bottom: 2px;
}
.homeleft .intro{
    margin-bottom: 2px;
}

@media(min-width: 320px) {
    .modal{
        min-width:300px;
    }
    .stickyscroll{
        display: none;
    }
    .affix{
        display:none;
    }
    .indepth .underarrow {
         margin-top:0px;
    }
    .arrow-header{
        padding:5px;
    }
    div.item-page{
        float:left!important;
    }
}


/* subscribe */
@media (min-width:768px) {
    #mc_embed_signup .mc-field-group input {
        display: block;
        width: 60%;
        padding: 8px 0;
        text-indent: 2%;
    }
}

@media(min-width: 550px) {
    .modal{
        min-width:500px;
    }
}
@media(min-width: 768px) {
    .modal{
        min-width:700px;
    }
    .stickyscroll{
        display: block;
    }
    /* scrollspy stuff */
    .affix {
        top: 20px;
        z-index: 9999 !important;
        position:fixed;
        display: block;
    }
    .arrow-header{
        padding:15px 20px;
    }

    .indepth .underarrow {
         margin-top: -18px;
    }

}
