
@font-face {
    font-family: 'LatoRegular';
    src: url('../font/Lato-regular.ttf') format('truetype')
}

@font-face {
    font-family: 'LatoBold';
    src: url('../font/Lato-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'LatoLight';
    src: url('../font/Lato-Light.ttf') format('truetype')
}

@font-face {
    font-family: 'MerriweatherRegular';
    src: url('../font/Merriweather-Regular.ttf') format('truetype')
}

/*STYLE CSS STARTS*/
body, p, ul, li, a, h1, h2, h3, h4, h5, h6, span {
    font-family: 'LatoRegular', Helvetica,Arial,sans-serif;
}

a {
    color: #E31E2D;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.row.content {
    height: auto
}

.tf-register {
    font-weight: normal;
    font-size: 15px;
    color: #54565A;
}

footer {
    background-color: #555;
    color: white;
    padding: 15px;
}


#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    font-weight: 500;
    /*    display: block;
    padding-top: 20px;
    padding-bottom: 20px;*/
}

#sidebar ul li {
    padding-bottom: 0px;
    padding-top: 0px;
}

    #sidebar ul li ul li {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    #sidebar ul li a.first {
        padding-top: 0px;
    }
    /*#sidebar .modal ul li a.first {
    padding-top: 20px;
}*/

    #sidebar ul li ul li a {
        padding: 5px;
        font-size: 1.1em;
        display: block;
        line-height: 1.5rem;
    }

    #sidebar ul li.active > a {
        color: #fff !important;
        /* background-color: #03677F; */
        text-decoration: none;
        background-image: url(../Images/down-arrow.png);
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding-left: 20px;
        padding-top: 20px;
        position: relative;
        top: 25px;
        /* display: inherit; */
        /* padding-bottom: 20px; */
        /* margin-top: -20px; */
        /* margin-bottom: -20px; */
    }



a[aria-expanded="true"] + a {
    color: #fff !important;
    display: block;
    background-color: #03677F;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}




.articles .card-img-overlay {
    top: inherit;
    right: 15px;
    left: 15px;
}

.card-img-overlay {
    top: inherit;
    padding-left: 15px;
    padding-bottom: 4px;
}


.special-card {
    opacity: .9;
    line-height: 22px;
}

.br-6 {
    border-radius: 30px;
}

.container-inner, .container {
    max-width: 1200px;
    margin: 0 auto;
}

.rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/*.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    text-align: right !important;
    position: relative;
    left: 170px;
}*/
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #03677F;
    border-color: #03677F;
}

.hover-shadow:hover .card-img-overlay {
    left: 0px;
    right: 0px;
}

    .hover-shadow:hover .card-img-overlay .bg-dark {
        background-color: #dc3545 !important;
    }
/*
.hover-shadow:hover {
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(1.1);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0px 4px 4px rgba(0, 0, 0, 0.19);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
*/

nav ul li a {
    /*
    background-image: url("../Images/right_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
*/
    /* color: #6c757d!important*/
}

nav ul li ul li a {
    background-image: none;
}

nav ul li a:hover {
    text-decoration: none;
}

.searchBox {
    position: relative;
}

.searchInput {
    font-family: 'LatoLight';
    font-size: 15px;
    color: #90a2a9;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 38px 5px 12px;
    position: relative;
    width: 416px;
}

.searchIcon {
    position: absolute;
    right: 4%;
    top: 3px;
}

.headerBtn {
    font-family: 'LatoBold';
    background: #e31e2d;
    color: #fff;
    border-radius: 2px;
    /*margin-right: 20px;*/
    height: 35px;
    padding: 0 10px;
    line-height: 2rem;
    width: 176px;
}

.fa.fa-chevron-down {
    color: #fff;
}

.breadcrumbWrap {
    margin-bottom: 25px;
    margin-left: 15px;
}

.menuBg {
    background: #efeeee;
    margin-bottom: 30px;
}

    .menuBg ul {
        display: table;
        margin: 0 auto;
        padding: 0;
        max-width: 1170px;
        position: relative;
    }

        .menuBg ul li {
            display: table-cell;
            padding: 15px 54px;
            /*border-right: 1px solid #ddd;*/ /*Menu changes as per suggestion.*/
        }

        .menuBg ul li {
            background: url('../Images/Menu-down_arrow.png') 88% center no-repeat;
        }

            .menuBg ul li:first-child {
                border-left: 1px solid #ddd;
            }

        .menuBg ul li {
            color: #333;
            font-size: 15px;
            text-align: center;
        }

            .menuBg ul li a {
                color: #333;
                text-decoration: none;
            }

.menuActive, activeSubMenu {
    background: #666 url(../Images/Menu-Up_arrow.png) 88% center no-repeat !important;
    color: #fff !important;
}

.mega-menu-position {
    position: absolute;
    transform: translate3d(16px, 0px, 0px) !important;
    left: 0px;
    will-change: transform;
}

.headerBtn img {
    padding: 9px 10px 0 0;
    vertical-align: top;
}

a.btn.headerBtn:hover {
    color: #fff;
}

#productLoginMenu ul {
    padding: 0px 22px 0;
    list-style: none;
    margin: 0;
}

    #productLoginMenu ul li {
        border-bottom: 1px solid #333;
        font-size: 16px;
        padding: 15px 0;
        font-family: 'LatoBold',sans-serif;
    }

        #productLoginMenu ul li:last-child {
            border-bottom: none;
        }

#productBtn.menuActive {
    background: #666 !important;
}

footer {
    background-color: #efeeee;
    color: #989A9D;
    padding: 15px;
    font-family: 'LatoRegular',Helvetica,Arial,sans-serif;
}

.footerLogo {
    margin-bottom: 36px;
}

.contact-text {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.phone-text {
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}

.contactInfo {
    margin-bottom: 30px;
}

#countries a {
    font-family: 'LatoRegular',Helvetica,Arial,sans-serif;
    color: #989A9D !important;
    font-size: 16px;
    white-space: normal;
}

.footerTitle {
    font-family: 'LatoRegular',Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footerTitleLinks a {
    color: #989A9D;
    font-family: 'LatoRegular',Helvetica,Arial,sans-serif;
}

.footer-social-icons img {
    margin-right: 8px;
}

.box {
    padding: 8px 8px 8px 0;
    border: 1px solid #989A9D;
    border-radius: 4px;
    text-align: center;
    width: 170px;
    margin-bottom: 20px;
}

    .box a {
        color: #989A9D;
        font-size: 13px;
    }

.footer-bottom, .footer-bottom a {
    font-family: 'LatoRegular',Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #989A9D;
}

.footer-bottom {
    background: #333;
    padding: 15px 10px 40px 10px;
}

footer .dropdown-toggle::after {
    margin-left: -10.255em;
}

.activePage {
    border-bottom: 2px solid #e31e2d;
}

.breadcrumbWrap span {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 5px;
}

    .breadcrumbWrap span.currentPage {
        display: inline-block;
        font-size: 14px;
        color: #333;
    }

.articleLeftColumn {
    background: #efeeee;
    margin: auto;
}

    .articleLeftColumn p {
        font-size: 16px;
        color: #333;
        line-height: 16px;
    }

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 391px;
    width: 100%;
    background: #efeeee;
    overflow-y: scroll;
    margin-bottom: 25px;
    padding: 20px;
}

.force-overflow {
    min-height: 400%;
}

#style3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #efeeee;
}

#style3::-webkit-scrollbar {
    width: 6px;
    background-color: #efeeee;
}

#style3::-webkit-scrollbar-thumb {
    background-color: #efeeee;
}

.featuredImage {
    border: 1px solid #000;
    margin-bottom: 15px;
}

    .featuredImage img {
        width: 276px;
        max-width: 276px;
        min-height: 256px;
        max-height: 256px;
    }

.featureTitle {
    font-size: 20px;
    color: #333;
    font-family: 'MerriweatherRegular';
}

.spotlightText {
    width: 56%;
}

.borderspotlight.articleSpotlight {
    width: 265px;
    clear: both;
    padding: 0 0 0 20px;
}

.spotLightImage {
    width: 81px;
    margin-right: 20px;
}

.articleListingBottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.articleCount {
    background: url(../Images/dropdown_pagination.png) no-repeat center center;
    padding: 21px 0px 21px 35px !important;
    height: 36px;
}

.articleListingBottom .input_pagination.leftDropDown {
    width: 11%;
    padding: 0;
    display: inline-table;
}

.articleListingBottom .text-danger.count {
    color: #dc3545 !important;
    border-right: 1px solid #ddd;
    display: table-cell;
    padding: 7px 12px 7px 10px;
}

.resultText {
    color: #B8B8B8;
    font-size: 15px;
}

.authorCarouseltitle {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    line-height: 18px;
}

.authorCarouseltext {
    font-size: 13px;
    color: #989a9d;
    margin-bottom: 15px;
}

.moreInfoLink {
    font-family: 'LatoBold', sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.authorCarouselImg img {
    width: 96px;
    height: 146px;
}

.authorDetailslImg img {
    width: 81px;
    height: 100px;
}


.margRight20 {
    margin-right: 20px;
}

.carousalRight {
    width: 50%;
}

.authorImgRight {
    width: 55%;
}

.borderEventDetails {
    border: 1px solid #dee2e6 !important;
}

#carouselAuthors ol.carousel-indicators {
    position: relative;
    bottom: 0;
    top: 28%;
}

#carouselAuthorsMobile ol.carousel-indicators {
    position: relative;
    bottom: 0;
    top: 28%;
}

#carouselAuthors .carousel-inner {
    max-height: 146px;
}

.eventListImage {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    max-width: 182px;
}

    .eventListImage img {
        width: 182px;
        max-width: 182px;
        min-height: 168px;
        max-height: 168px;
    }

.eventTitle {
    font-size: 16px;
    color: #333;
    font-family: 'LatoRegular';
    font-weight: 400;
}

.eventText {
    font-family: 'MerriweatherRegular';
    font-size: 12px;
    color: #333;
}

.eventOrganizer {
    font-size: 12px;
    color: #989a9d;
    margin-right: 5px;
}

.eventTabText {
    font-size: 13px;
    color: #989a9d;
    margin-bottom: 10px;
    line-height: 18px;
    font-family: 'MerriweatherRegular';
}

.innerPadding {
    padding: 30px 8px;
}

.tabContainer .nav-tabs .nav-link {
    border: none;
    color: #989a9d;
    font-size: 16px;
}

    .tabContainer .nav-tabs .nav-link.active {
        border-bottom: 2px solid #E31E2D;
        color: #E31E2D;
    }

.tabContainer .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 0 1 auto;
    text-align: left;
}

.tabContainer {
    width: 100%;
}

.menuBg ul li:nth-child(4) {
    background: none;
}

    .menuBg ul li:nth-child(4) a {
        color: #333;
    }

.white-outline-bottom {
    background-image: url(../Images/line-white.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 7px;
}

#d_btn_loadMore {
    padding: 5px 20px;
    border-radius: 4px;
}

#d_btn_loadMore {
    padding: 5px 25px;
    border-radius: 4px;
}

.addSpacing {
    padding: 0 20px;
}

.articleSeparators img {
    width: 5px;
    height: 5px;
    margin-right: 10px;
    margin-left: 3px;
}

.searchText {
    font-family: 'LatoRegular';
    color: #e31e2d;
    font-size: 14px;
    margin-top: 10px;
}

.articlesCount {
    font-family: 'LatoBold';
    color: #e31e2d;
    font-size: 11px;
    border: 1px solid #e31e2d;
    border-radius: 4px;
    padding: 2px 5px;
    margin: 0 21px 0 5px;
    vertical-align: text-bottom;
}

.mobShow {
    display: none;
}

.buttonCommon {
    font-family: 'LatoBold';
    font-size: 16px;
    color: #fff;
}

.redbtnspacing {
    padding: 5px 25px;
    background-color: #DC3232;
    color: #fff;
    border-color: #DC3232;
}

    .redbtnspacing:hover {
        color: #fff;
        background-color: #03677F;
        border-color: #03677F;
    }

.greybtnspacing {
    padding: 5px 20px;
    /* background-color: #5a6268; */
    background-color: #6c757d;
}

.greybtnspacingPadding {
    padding: 5px 30px;
}

.authorTitles {
    font-size: 24px;
    color: #54565A;
    font-family: 'MerriweatherRegular';
}

.b_author_details {
    padding-right: 0px;
    margin-right: 16px;
}

.b_author_time_details {
    padding: 2px 8px 0px;
    border: 1px solid #dee2e6;
    text-align: center;
    line-height: 19px;
    float: right;
    vertical-align: bottom;
    margin-top: 6px;
}

.time {
    font-size: 22px;
    font-family: 'LatoBold';
}

.timeMeasure {
    font-size: 11px;
    font-family: 'LatoBold';
}

.authorBioTitle {
    font-size: 24px;
    font-family: 'MerriweatherRegular';
}

.contactBtn {
    background: #DC3232 url(../Images/contactIcon.png) 14px 10px no-repeat;
    padding: 5px 17px 5px 35px;
}

.dayBox {
    border: 1px solid #dee2e6 !important;
    padding: 20px 15px;
}

.border-light {
    border-color: #91a1a4 !important;
}

.authorListTitle, .sortTitle {
    color: #202628;
    font-size: 22px;
    font-family: 'LatoRegular';
}

.sortExpand {
    padding: 20px;
    border: 1px solid #91a1a4;
    position: relative;
}

.sortTitle {
}

.sortName {
    color: #526064;
    font-size: 18px;
    font-family: 'LatoRegular';
    cursor: pointer;
}

.sortArrow {
    position: absolute;
    top: 0;
    left: 12%;
}

#accordion .card {
    background: #f2f4f5;
}

.about-content p, .leftBox p {
    color: #333;
    font-size: 16px;
}

.resultsContent {
    color: #333;
    font-size: 15px;
    font-family: 'LatoRegular';
    display: block;
    line-height: 18px;
}

.sortClosed {
    background: url("../Images/sort.png") no-repeat;
    width: 44px;
}

.sortOpen {
    background: url("../images/sort-selected.png") no-repeat;
    width: 44px;
}

.sortEventClosed {
    background: url("../Images/normal_filter.png") no-repeat;
    width: 44px;
}

.sortEventOpen {
    background: url("../Images/Selected_filter.png") no-repeat;
    width: 44px;
}

.sortOpen {
    background: url("../Images/sort-selected.png") no-repeat;
    width: 44px;
}

.leftBox {
    background-color: #EFEDEE;
    padding: 20px;
}

.publicationTitle {
    color: #f43110;
    font-size: 13px;
    font-family: 'LatoRegular';
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}

.publicationsSubTitle {
    color: #202628;
    font-size: 19px;
    font-family: 'LatoRegular';
}


/*STYLE CSS ENDS*/





.row.content {
    height: auto
}


/*footer {
  background-color: #555;
  color: white;
  padding: 15px;
}*/
.spinner {
    top: -25px !important;
}

/*#spin-area{
  margin-top:20px;
  height:100px;
  width:100px;
  background-color: #FFF;
  border-radius: 3px;
}*/
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    font-weight: 500;
    /*    display: block;
    padding-top: 20px;
    padding-bottom: 20px;*/
}

#sidebar ul li {
    padding-bottom: 20px;
    padding-top: 20px;
}

    #sidebar ul li ul li {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    #sidebar ul li a.first {
        padding-top: 0px;
    }
    /*#sidebar .modal ul li a.first {
    padding-top: 20px;
}*/

    #sidebar ul li ul li a {
        /* padding: 5px;*/
        font-size: 1.1em;
        display: block;
    }

    #sidebar ul li a img {
        padding-right: 10px;
    }



    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff !important;
        /* background-color: #03677F; */
        text-decoration: none;
        background-image: url(../Images/up_arrow.png);
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding-left: 20px;
        padding-top: 20px;
        position: relative;
        top: 20px;
        /* display: inherit; */
        /* padding-bottom: 20px; */
        /* margin-top: -20px; */
        /* margin-bottom: -20px; */
    }



        a[aria-expanded="true"] + a {
            color: #fff !important;
            display: block;
            background-color: #03677F;
            padding-top: 20px;
            padding-bottom: 20px;
            padding-left: 20px;
        }




.articles .card-img-overlay {
    top: inherit;
    right: 15px;
    left: 15px;
}

.card-img-overlay {
    top: inherit;
    padding-left: 15px;
    padding-bottom: 4px;
}


.special-card {
    opacity: .9;
    line-height: 22px;
}

.br-6 {
    border-radius: 30px;
}

.container-inner, .container {
    max-width: 1200px;
    margin: 0 auto;
}

.rotate {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    text-align: right !important;
    position: relative;
    left: 170px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #03677F;
    border-color: #03677F;
}

.hover-shadow:hover .card-img-overlay {
    left: 0px;
    right: 0px;
}

    .hover-shadow:hover .card-img-overlay .bg-dark {
        background-color: #dc3545 !important;
    }

.hover-shadow:hover {
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(1.1);
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0px 4px 4px rgba(0, 0, 0, 0.19);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

nav ul li a {
    /*
    background-image: url("../Images/right_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
*/
    color: #6c757d !important
}

nav ul li ul li a {
    background-image: none;
}

nav ul li a:hover {
    text-decoration: none;
}

.outline-bottom {
    background-image: url(../Images/horizontal-Red.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 7px;
    /* height: 35px;*/
}

.outline-center {
    background-image: url(../Images/horizontal-Red.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 35px;
}

.outline-left {
    background-image: url(../Images/vertical-Red.jpg);
    background-repeat: no-repeat;
    background-position: 0px 13px;
    ;
    padding-left: 10px;
}

.breadcrum-color {
    background-color: #FFFFFF;
}

.bar1, .bar2, .bar3 {
    width: 27px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background-color: gray;
    color: #FFFFFF;
    width: 56px;
    height: 57px;
    padding: 5px;
    text-align: center;
    font: 26px Lato-Bold;
}

.numberCircle-search {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    background-color: gray;
    color: #FFFFFF;
    width: 56px;
    height: 57px;
    padding: 12px;
    text-align: center;
    font: 26px Lato-Bold;
}

.numberCircle-Month {
    display: block;
    font-size: 12px;
    font-weight: 600;
}



.text-font-search {
    font-size: 16px;
    color: #CBCCCD;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
}

.text-font-navbar {
    font-size: 14px;
    color: #54565A;
}

.text-font-article {
    font-size: 18px;
}

.text-font-container-title {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.text-font-container-2 {
    font-size: 15px;
    color: #00687F;
}

.text-font-container-link {
    font-size: 13px;
    color: #00687F;
    font-weight: 500;
}

.text-font-container-description {
    font-size: 15px;
    color: #54565A;
    font-weight: 400;
}

.text-font-container-topics {
    font-size: 18px;
    color: #272727;
    font-weight: 400;
}

.text-font-container-time {
    font-size: 13px;
    color: #989a9d;
    font-family: 500;
}

.text-font-container-separator {
    height: 13px;
    color: #cbcccd;
}

.text-font-contributors {
    font-size: 13px;
    color: #333333;
}

.text-font-area {
    font-size: 24px;
    color: #54565A;
    font-weight: bold;
}

.text-font-cont-most {
    font-size: 16px;
    color: #03687F;
    font-weight: 500;
}

.text-font-cont-view {
    font-size: 14px;
    color: #54565A;
    font-weight: 500;
}

.text-font-cont-header-link {
    font-size: 16px;
    color: #989a9d;
    font-family: 500;
}

.text-font-card {
    font-size: 14px;
    font-weight: 600;
}

.tf-search-container-title {
    font-size: 22px;
    color: #54565A;
    font-weight: 600;
}

.tf-contr-desc-title {
    font-size: 19px;
    color: #54565A;
}

.tf-contr-desc-sub-title {
    font-size: 16px;
    color: #000000;
}

.tf-contr-desc-details {
    font-size: 15px;
    color: #989A9D;
}

.tf-landing-header-text {
    font-size: 16px;
    color: #53565A;
}

.tf-home-desc-image-text {
    font-size: 14px;
    font-family: Lato-Bold;
}

.tf-landing-header-button {
    font-size: 12px;
    color: #98999D;
}

.ms-landing-header-text {
    padding-left: 20px;
}

.ms-landing-rss-icon {
    padding-right: 17px;
}

.margin-spacing-article {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-spacing-sidebar-view {
    margin-top: 50px;
}

.margin-spacing-container-description {
    margin-top: 15px;
    margin-bottom: 25px;
}

.margin-spacing-container-social {
    margin-left: 15px;
}

.ms-article-social {
    margin-left: 5px;
}

.ms-article-title-social {
    margin-left: 10px;
}

.ms-article-title-right {
    margin-right: 10px;
}

.margin-spacing-load {
    margin-top: 50px;
}

.color-article-link {
    color: #E4002B;
    font-size: 15px;
}

.margin-spacing-container-image {
    margin-bottom: 50px;
}

.margin-spacing-container-image-card {
    padding-left: 10px;
    padding-right: 10px;
}

.margin-spacing-email {
    margin-left: 30px;
}

.padding-spacing-email {
    padding-left: 26px;
    padding-right: 26px;
}

    .padding-spacing-email small {
        font-size: 14px;
    }

.fa-search:before {
    content: "\f002";
    color: #cbcccd;
}

.ms-landing-sidebar-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.ms-blog-desc-header-text {
    margin-top: 35px;
}

.ms-search-refine {
    margin-top: 20px;
}

.ms-blog-search {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ms-blog-home-icon {
    margin-bottom: 10px;
}

.blog-outline-left {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #53565A;
    line-height: 0.1em;
    margin: 10px 0px 20px;
    opacity: 0.6;
}

    .blog-outline-left .blog-center-text {
        background: #fff;
        padding: 0 10px;
    }

.ms-article-image {
    margin-bottom: 50px;
}

.button-trial {
    background-color: #03677F;
    color: #ffffff;
}

.card-img-overlay {
    top: -30px;
}

.card-img-overlay-product {
    top: -35px;
}

.mleft {
    margin-left: -15px;
}

.tagsspace {
    padding-left: 23px;
    padding-right: 23px;
    margin-right: 10px;
    margin-bottom: 15px !important;
}

.tags {
    margin-bottom: 15px;
}

.tags-outer {
    padding-top: 45px;
    padding-bottom: 45px;
}

.tags-outer-contributor {
    padding-top: 45px;
    padding-bottom: 45px;
}

    .tags-outer-contributor h5 {
        margin-bottom: 30px;
    }

.tags-outer h5 {
    margin-bottom: 30px;
}

.form-box-padding {
    padding-left: 15px;
}

.form-padding-refine {
    padding: 20px;
    background-color: #F5F5F5;
}

.container-padding-contributor {
    margin-top: 60px;
}

.search-opacity {
    opacity: 0.6;
}

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 80px;
}

.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}


/*--------*/

.come-from-modal1.left1 .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal1.left1 .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal1.left1 .modal-body {
    padding: 0px !important;
}

.come-from-modal1 .modal-mobile-padding {
    padding-left: 40px;
    padding-right: 40px;
}

.come-from-modal1 .modal-dialog {
    margin: 0px !important;
}

.come-from-modal1.right.fade.in .modal-dialog {
    right: 0;
}

/*--------*/

#navModal .modal-content {
    display: none;
}

/*.carousel-inner{
    height: 300px;
}

.carousel-item .img{
    height: 100% !important;
    width:  100% !important;
}*/

.practice-area .carousel-caption {
    position: absolute;
    right: 60%;
    /*   bottom: 10%;*/
    top: 17%;
    left: 1px;
    z-index: 10;
    padding: 30px 40px;
    color: #fff;
    text-align: center;
    height: 214px;
    width: 330px;
    background-color: #DC3232;
    text-align: left;
}

    .practice-area .carousel-caption h6.title {
        font-size: 28px;
        color: #FFFFFF;
        line-height: 40px;
    }

    .practice-area .carousel-caption p.des {
        font-size: 15px;
        line-height: 22px;
        color: #eeeeee;
    }



.practice-area .carousel-control-next {
    right: 183px;
    top: 193px;
}

.practice-area .carousel-control-prev {
    right: 226px !important;
    top: 194px;
    left: inherit;
}

.practice-area .carousel-pause, .practice-area .carousel-pagination {
    position: absolute;
    bottom: 20px;
    right: 65px;
    border-bottom: 2px solid red;
}

.practice-area .carousel-pause {
    margin-right: 16px;
}

.practice-area .carousel-pagination span {
    color: #fff;
}

.text-breadcrumb {
    color: #036A7F !important;
}

/* css for search-result */
.tf-sr-sidebar-article {
    font-size: 14px;
    color: #53565A;
    opacity: 0.8;
}

/* css for blog-bio */
.author-image-size {
    height: 181px;
    max-width: 181px;
}

.tf-blogbio-article-link {
    font-size: 13px;
    color: #036A7F;
    font-weight: 500;
}

.tf-blogbio-header-button {
    font-size: 12px;
    color: #54565A;
}

.tf-blogbio-sidebar-board {
    font-size: 20px;
    color: #54565A;
}

.tf-blogbio-sidebar-board-author {
    font-size: 18px;
    color: #54565A;
}

.color-blogbio-board-time {
    font-size: 26px;
    color: rgb(3,106,127);
}

.color-blogbio-board-min {
    font-size: 15px;
    color: rgb(3,106,127);
}

/* css for corporate law */
.no-paddings {
    padding-left: 0px;
    padding-right: 0px;
}

.color-blog {
    color: #E4002B;
}

.top-links {
    margin: 25px 0px 0px 0px;
}

.author-header-size {
    height: 63px;
    max-width: 63px;
}

.tf-articlepost-author-time {
    font-size: 14px;
    color: #989A9D;
}



.header {
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


.carousel-indicators li {
    background-image: url(../Images/outline_circle.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    background-color: inherit;
}

    .carousel-indicators li.active {
        background-image: url(../Images/filled_circle.png);
        background-repeat: no-repeat;
        background-color: inherit;
    }

.fg-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .fg-select select::-ms-expand {
        display: none;
    }


.fg-select select {
    background-image: url(../Images/down_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
}

.no-paddings {
    padding-left: 0px;
    padding-right: 0px;
}

.top-links {
    margin: 25px 0px 0px 0px;
}

#sidebar ul li:first-child {
    padding-top: 0px;
}




.breadcrum-mobile {
    display: none;
}

.color-sign-in {
    background-color: #ED1C24;
    color: #fff;
    margin: 0;
    width: 100%;
    font-size: 20pt;
    font-size: 1.6rem;
    font-weight: bold;
}

.color-label {
    color: #000000;
}

.ms-sign-in-button {
    width: 449px;
    margin-left: 46px;
}



/*.datepicker {
    position: relative;
    width: 115px;
    padding: 4px 10px;
    font-size: 15px;
    color: #989A9D;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.datepickerImg {
    position: absolute;
    right: 21px;
    top: 8px;
}
.datepickerImg_from {
    position: absolute;
    right: 21px;
    top: 8px;
}*/
/*input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator  {
    visibility: hidden;
    -webkit-appearance: none;  
}
input[type="date"]::before { 
	content: attr(data-placeholder);
	width: 100%;
}*/
/*input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-width: thin;
}*/


.slider_image_size {
    width: 100%;
    height: 400px;
}
/*.row .col .container br {
  display: none;
}*/
/*
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .datepicker {
        background: #fff url('../Images/calender-icon.png');
        background-repeat: no-repeat;
        background-position: 95% 11px;
    }
}

@-moz-document url-prefix() {
    .datepicker {
        background: #fff url('../Images/calender-icon.png');
        background-repeat: no-repeat;
        background-position: right 11px;
    }
}


.at-share-btn-elements a.at-icon-wrapper.at-share-btn.at-svc-facebook, .at-share-btn-elements a.at-icon-wrapper.at-share-btn.at-svc-twitter {
    background-color: #CBCCCD;
}

.tf-card1 {
    font-size: 12px;
    color: #e31E4D;
}

.img-4-column {
    width: 43px;
    height: 43px;
}

.img-fluid-news {
    width: 81px;
    height: 81px;
    margin-right: 20px;
}

.tf-spotlight {
    font-size: 14px;
    color: #333333;
    opacity: 0.5;
}

.tf-articles {
    font-size: 16px;
    color: #333333;
    opacity: 0.6;
}

.tf-articles-header {
    font-size: 22px;
    color: #333333;
}

.tf-products {
    font-size: 14px;
    color: #E31E2D;
}

.tf-familyNews {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}

.paddingBottom24 {
    padding-bottom: 24px;
}

.tf-quickPoll {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.tf-blog {
    font-size: 16px;
    color: #383838;
    line-height: 24px;
    opacity: 0.6;
}

.tf-button {
    font-size: 12px;
    color: #FFFFFF;
}

.DesktopPadding0 {
    padding: 0px;
}

@media only screen and (min-width: 320px) and (max-device-width: 767px) and (orientation: portrait) {

    .mobile-modal {
        left: 0 !important;
    }

    .practice-area .carousel-caption {
        position: relative;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0px;
        z-index: 10;
        padding: 10px 30px 0px 30px;
        /* color: #fff; */
        text-align: center;
        height: 150px;
        width: 100%;
        background-color: #fff;
        text-align: left;
    }

        .practice-area .carousel-caption h6.title {
            font-size: 28px;
            color: #333;
            line-height: 30px;
        }

    .slider_image_size {
        width: 100%;
        /*height: 193px;*/
        height: auto;
    }

    .carousel-caption .btn-light {
        color: #fff;
        background-color: #DC3232;
        border-color: #f8f9fa;
    }

    .main-carousel ol.carousel-indicators {
        bottom: 0;
        /*top: 46%;*/
        margin-left: 0;
    }

    .mobileAddedMargin {
        border: 1px solid #dee2e6 !important;
        padding: 20px;
        margin: 20px;
    }

    .contactBtn {
        background: none;
        background-color: #DC3232;
        padding: 5px 30px;
        width: 100%;
    }

    .MenuHeading {
        background: #efeeee;
    }

    .mobile-home-carousel .carousel-inner {
        min-height: 300px;
    }

    .margin-spacing-load {
        margin-top: 30px;
    }
}

.desktopRemoveMargin {
    border: 1px solid #dee2e6 !important;
    padding: 20px;
}

.flBlog {
    padding: 0 20px 20px;
}

.spotLight-author-carousel .carousel-indicators {
    bottom: -0px;
}

.input_pagination {
    position: relative;
    width: 45px;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-family: 'LatoRegular';
}

.totalPages {
    background: transparent;
    border: none;
    color: #91a1a4;
    font-size: 14px;
    font-family: 'LatoRegular';
    vertical-align: middle;
    padding-top: 5px;
    float: left;
    margin: 1px 5px 5px 0px;
}

.pagination1 a {
    color: #B8B8B8;
    /* float: left; */
    padding: 4px 8px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'LatoRegular';
}

.badge-border {
    border: 1px solid red;
    color: red;
}

.ms-article-title-social1 {
    color: #B8B8B8;
    margin-left: 15px;
}

.padding10 {
    padding: 10px;
}

.tf-authors {
    font-size: 22px;
}

.breadcrumb-desktop-color {
    background-color: #FFFFFF;
}

.borderspotlight {
    border: 1px solid #dee2e6 !important;
    padding: 0 20px;
    max-height: 305px;
    min-height: 305px;
}

    .borderspotlight .carousel-inner {
        min-height: 245px;
        max-height: 245px;
    }

    .borderspotlight .viewSpotLight {
        position: absolute;
        bottom: 0;
        width: 222px;
    }

.spotLight-author-carousel .carousel-indicators {
    bottom: -44px;
}

.w-1-spotlight {
    width: 35%;
}

.w-2-spotlight {
    width: 45%;
}

.refineBy-color {
    background-color: #676767;
    color: #FFFFFF;
}

.refineBy-color-New {
    background-color: rgba(0,0,0,.03);
    ;
    color: #908E8F;
}

.accordian-link-color {
    color: #908E8F;
}

.position-arrow {
    top: 15px;
    position: relative;
}

.badgeWhiteBorder {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.badgeGreyBorder {
    border: 1px solid #908E8F;
    color: #908E8F;
}

.search-border a {
    color: #908E8F;
}

.UncheckedQues {
    background: url(../Images/check_box.png) no-repeat;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
}

.fg-select select {
    background-image: url(../Images/down-grey.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    border: 0px;
    outline: 0px;
}

.marginDesktopPagination {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tf-contactUsTitle {
    font-size: 16px;
    color: #ffffff;
}

.tf-contactUsLink {
    font-size: 14px;
    color: #ffffff;
}

.paddingThreeColumn {
    padding: 20px;
    background-color: #01AFBA;
    margin-bottom: 25px;
}

.desktopFRight {
    float: right;
}

.back-to-top {
    cursor: pointer;
    position: relative;
    top: -50px !important;
    right: 0px;
    display: none;
    background-color: #015697;
    float: right;
}

.borderDesktop {
    border: 1px solid #dee2e6;
    padding: 10px;
}

.bgQuickPoll {
    background-color: #01AFBA;
    padding: 20px;
    color: #FFFFFF;
}

.authorImageResponsive {
    width: 284px;
    height: 168px;
}

.jpecrMessage {
    background: linear-gradient(#000000, #000000) !important;
    padding: 11px 20px 27px 42px !important;
    font-size: 13px;
    border-bottom: 1px solid #444 !important;
    box-shadow: #000 0px 0px 10px !important;
    font-family: Arial, Helvetica, Sans-Serif !important;
    position: relative !important;
}

.jpecrButtons {
    float: right;
}

.jpecrMessagePara {
    float: left;
    color: white;
}
/*.jpecrMessageIcon {
    position: absolute !important;
     top: 0px !important; 
     left: 16px !important; 
}*/

.floatArrow {
    width: 25%;
    float: right;
}

.bgTripleBarHeader {
    background-color: #EFEDEE;
    padding: 20px;
}

.btnLegal ul li.removemobilepadding {
    width: 80%;
}

.widthProductLogin {
    width: 30%;
    padding: 20px;
}

.megaMenuUpArrow {
    position: absolute;
    left: 15%;
    right: 0;
    color: #fff;
    top: -22px;
    font-size: 30px;
}

.megaMenuWidth {
    width: 50%;
    padding: 20px;
}

.backGroundNews {
    background-color: #DC3232;
    color: #FFFFFF;
    max-height: 1005px;
}

.backGroundBtnArticles {
    background-color: #DC3232;
    color: #FFFFFF;
    border-color: unset;
}

.borderRightSpotLight {
    border-right: 1px solid #dee2e6;
}

.colorModalClosebutton {
    color: #FFFFFF;
}

.width2ColumnAdd {
    height: 200px;
    width: 250px;
}

.positionContainer {
    position: relative;
}

.backgroundNavColor {
    background: #efeeee;
}

.widthWebinars {
    width: 280px;
}

.widthBtnBack {
    width: 295px;
}

.div-left {
    float: left;
}

.div-right {
    float: right;
}

.marginTopics {
    margin-top: 100px;
}

.mBtnBack {
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 20px;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

.imgResponsiveDetailsAuthor {
    height: 141px;
    max-width: 141px;
}

.paddingProfiles {
    background-color: #F7F7F7;
    padding: 30px;
    text-align: center;
}

.mobBorderDetails {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 20px;
}

.sortExpand, .sortEventExpand {
    padding: 20px;
    border: 1px solid #91a1a4;
    position: absolute;
    z-index: 9999;
    background: #fff;
}

.upArrowSortin {
    position: absolute;
    top: -9px;
    left: 20%;
}

.upEventArrowSortin {
    position: absolute;
    top: -9px;
    left: 5%;
}

.trapezoid {
    border-bottom: 20px solid red;
    border-left: 22px solid transparent;
    border-right: 23px solid transparent;
    height: 0;
    width: 80px;
    float: right;
    transform: rotate(45deg);
    color: #FFFFFF;
    position: absolute;
    right: -1%;
    font-size: 12px;
}

.borderInput {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.articlePost_author_image_size {
    max-width: 100%;
    max-height: 384px;
}

.image-caption {
    position: absolute;
    background: #3D3938;
    opacity: 0.9;
    text-align: left;
    width: 96.6%;
    left: 1.7%;
    margin: 0 !important;
    padding: 15px 18px !important;
    bottom: 82.5%;
}

.tfDownload {
    color: #F36D64;
    font-size: 13px;
}

.margin30Author {
    width: 100%;
}

.width_4_row {
    width: 190px;
    padding: 20px;
    background-color: #F7F7F7;
    margin-right: 10px;
    min-height: 275px;
    margin-bottom: 12px;
    display: inline-table;
}

.backGroundRelatedArrticles {
    color: #FFFFFF;
    background-color: #F7F7F7;
}

/* MEDIA QUERY STARTS */
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 767px) and (min-width: 320px) and (orientation: landscape) {

    .mobile-modal {
        /* 	left: -23% !important; */
        /* top: 53% !important;  */
        margin-top: 7px;
        margin-left: 14px;
    }

    .modal-contributors {
        margin-top: -92px;
        margin-left: 14px;
    }

    .borderspotlight {
        border-left: none !important;
        border-right: none !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 568px) and (min-width: 320px) and (orientation: landscape) {
    .modal-contributors {
        margin-top: -92px;
        margin-left: 14px;
    }
}

@media (max-width: 767px) {
    div#i_tags_content {
        display: flex;
        flex-wrap: wrap;
    }

    .b-description_readmore_button {
        margin-bottom: 20px;
    }

    .uk {
        margin-left: 30px;
    }

    .articleSeparators {
        display: none;
    }

    #authorFilteringMobileModal .modal-content button.close,
    #authorsortingMobileModal .modal-content button.close {
        padding: 16px 18px;
        background-color: #ddd;
        width: 20px;
        position: absolute;
        right: 0;
        z-index: 9999;
    }

        #authorFilteringMobileModal .modal-content button.close span,
        #authorsortingMobileModal .modal-content button.close span {
            background: url(../Images/close-red.png) no-repeat !important;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0px;
            text-align: right;
            z-index: 999;
            left: 28%;
            top: 30%;
        }
    /*#authorFilteringMobileModal .modal-content button.close span {
        display: none;
    }*/
    .authorBioMobTitles {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }

    #carouselAuthorsMobile .carousel-inner {
        margin-bottom: 30px;
    }

    .mobAuthorBio.mobShow {
        margin-top: 25px;
    }

    div#b_author_desc {
        margin-top: 0px !important;
    }

    .mobCenter {
        text-align: center;
    }

    .container-padding-contributor, .firstColumnMargin {
        margin-top: 0 !important;
    }

    #menu1 .inlineBlock.innerPadding.w-100:last-child {
        padding-bottom: 0;
    }

    .mobAlphabetWidth {
        width: 400px;
        margin: 0 auto;
        margin-left: 12px !important;
    }

    div#refineModal {
        left: 0 !important;
    }

    .twtContentPlaceHolder {
        width: 100% !important;
        padding: 0 30px;
    }

    .image-caption {
        position: absolute;
        background: #3D3938;
        opacity: 0.9;
        text-align: left;
        width: 92.6%;
        left: 3.7%;
        margin: 0 !important;
        padding: 15px 18px !important;
        bottom: 84.2%;
    }

    .mobMLeft {
        margin-left: 20px;
    }

    .widthEventsMobile {
        width: 67%;
    }


    .hiddenEventsMobile {
        display: none !important;
    }

    .mobFloatLeftBackBtn {
        float: left;
        margin-right: 10px;
    }

    div#breadcrumb {
        width: 100%;
    }

    .mobFloatRightPagination {
        display: inline-flex;
        vertical-align: middle;
        line-height: 2.2rem;
    }

    .marginWebinars {
        margin: 20px;
    }

    .removeWidthCalender {
        width: auto;
    }

    .widthWebinars {
        width: auto;
    }

    .calendar {
        margin: 0 auto !important;
        padding: 0 !important;
    }

    .mobMarginLeft10 {
        margin-left: 10px;
    }

    .mobAuthor {
        font-size: 20px;
        display: block;
    }

    .mediaIconHidden {
        display: none;
    }

    .ml90 {
        margin-left: 90px;
    }

    .ml50 {
        margin-left: 50px;
    }

    .mobFloatRightNone {
        float: none !important;
    }

    .marginTopics {
        margin-top: 0px;
    }

    .widthBtnCalender {
        width: 100%;
    }

    .mobileDisplayBlock {
        display: block;
        margin-top: 10px;
    }

    .modal-open .close-bar {
        background-image: url(../Images/close-black.png);
        background-repeat: no-repeat;
        font-size: 1em !important;
        padding-left: 0px;
        float: left;
    }

    .modal-open .close-red-bar {
        background-image: url(../Images/Shape%2019.png);
        background-repeat: no-repeat;
        font-size: 1em !important;
        padding-left: 0px;
        float: left;
    }

    .paddinglistedMenu {
        padding: 0 20px !important;
    }

    .marginBtnLegal {
        margin-top: 30px;
    }
    /* .removeSerachInputBorder {
        border: none;
        border-color: transparent;
    }*/
    .paddingSerachRightArrow {
        padding-top: 13px;
    }

    .jpecrMessagePara {
        float: none !important;
    }

    .practice-area .carousel-indicators {
        margin-right: 0%;
    }

    .bgQuickPoll {
        background-color: #01AFBA;
        padding: 20px;
        color: #FFFFFF;
        margin-left: -15px;
        margin-right: -15px;
    }

    .borderDesktop {
        border: none;
        border-bottom: 1px solid #dee2e6 !important;
    }

    .borderspotlight.articleSpotlight {
        width: auto;
    }

    .spotlightText {
        width: 65%;
    }

    .mobNoFloat {
        float: none !important;
        width: 100%;
    }

    .paginationborder {
        border-bottom: 1px solid #dee2e6 !important;
        border-top: 1px solid #dee2e6 !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bg-results {
        background: #EFEDEE;
        padding: 15px;
    }

    .mobDisplayBlock {
        display: block;
    }

    .marginMobilePagination {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobPagination {
        margin-right: 16%;
    }

    .borderMobPagination {
        border-bottom: 1px solid #dee2e6 !important;
        border-top: 1px solid #dee2e6 !important;
        padding: 20px;
    }

    .breadcrumb-mobile-color {
        background-color: #EFEDEE;
    }

    .breadcrumb-desktop-color {
        background-color: #EFEDEE !important;
    }

    .firstColumnMargin {
        margin-top: 30px;
    }

    .mobPadding30 {
        padding: 30px;
    }

    .mobilePaddingSearch {
        background-color: #EFEDEE;
        padding: 20px;
        position: relative;
    }

    .borderspotlight {
        border-top: 1px solid #dee2e6 !important;
        border-bottom: 1px solid #dee2e6 !important;
        border-left: none !important;
        border-right: none !important;
    }

    .mobileMarginLeft30 {
        margin-left: 30px;
    }


    .mobPadding20 {
        padding: 20px;
    }

    .tf-articles-header {
        font-size: 16px !important;
        color: #333333;
    }

    input[type="date"]:not(.has-value):before {
        content: attr(placeholder);
    }

    input[type="date"]:before {
        color: lightgray;
        content: attr(placeholder);
    }

    input[type="date"].full:before {
        color: black;
        content: "" !important;
    }

    input[type="date"] {
        position: relative;
        padding: 10px;
    }

        input[type="date"]::-webkit-calendar-picker-indicator {
            color: transparent;
            background: none;
            z-index: 1;
        }

    .headerIcons {
        display: inline-block !important;
        float: right;
        margin-top: 15px;
    }

    .tjSearch-toggler {
        background-image: url(../Images/search.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 0px 7px 0 0;
        display: inline-block;
    }

    .tripleBar-toggler {
        background-image: url(../Images/menu_tj.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 0px 7px 0 0;
        display: inline-block;
    }

    .sortingBar-toggler, .campaignBar-toggler {
        background-image: url(../Images/filter.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 0px 7px 0 0;
        display: inline-block;
    }

    .authorFilter-toggler, .publicationFilter-toggler, .sFilter-toggler {
        background-image: url(../Images/filter.png); /*authorFilter*/
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 0px 7px 0 0;
        display: inline-block;
    }

    .authorSort-toggler, .publicationSort-toggler, .sSort-toggler {
        background-image: url(../Images/filledSort.png); /*authorSort*/
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 0px 7px 0 0;
        display: inline-block;
    }

    .rssIcon-toggler {
        background-image: url(../Images/Shape%2014.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 0px 7px 0 0;
        display: inline-block;
    }

    input[type="date"]:before {
        color: transparent;
        background: none;
        display: block;
        content: url('../Images/calender-icon.png');
        width: 15px;
        height: 20px;
        position: absolute;
        top: 12px;
        right: 6px;
        color: #999;
    }

    .text-font-blog {
        font-size: 40px;
        color: #54565A;
        font-family: MerriweatherRegular !important;
        padding-top: 5px;
        padding-left: 20px;
    }

    .mobPadding0 {
        padding: 0px;
    }



    .bg-connect {
        background-color: #EAEAEA;
        margin-left: -15px;
        margin-right: -15px;
    }

    .align-center {
        text-align: center;
        padding: 20px;
    }

    .breadcrum-mobile {
        display: block;
    }

    .mobMTop12 {
        margin-top: 12%;
    }

    #parent_main {
        margin-right: 0px;
    }

    #i_sidebar_contributors {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #sidebar, #carouselExampleIndicators, .tags-outer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container {
        max-width: 100%;
    }

    #sidebar ul li:first-child {
        padding-top: 20px;
    }

    /* h2.sub-menu {
      background-image: url(../Images/sub_menu.png);
      background-repeat: no-repeat;    
      background-position: center right 12px; 
    }*/


    .social-icons {
        display: none;
    }

    .hidden-separator {
        display: none;
    }

    #navModal .modal-content {
        display: block;
        margin-left: -15px;
    }

    #sidebar ul li a {
        margin-left: 15px;
        margin-right: 15px;
    }

    /* .tags{
        margin-bottom: 0px;
    }*/

    .navbar-expand-sm .flex-row {
        background-color: #53565B;
    }

        .navbar-expand-sm .flex-row div {
            flex-grow: 1;
            text-align: center;
        }

    .articles {
        display: none;
    }

    .margin-spacing-sidebar-view {
        margin-bottom: 30px;
    }

    .tags-outer {
        padding-left: 15px;
    }

    .outline-center {
        background-image: url(../Images/horizontal-Red.jpg);
        background-repeat: no-repeat;
        background-position: bottom left;
        height: 35px;
    }

    .carousel-indicators li {
        background-image: url(../Images/outline_circle.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        background-color: inherit;
    }

        .carousel-indicators li.active {
            background-image: url(../Images/filled_circle.png);
            background-repeat: no-repeat;
            background-color: inherit;
        }

    .news-carousel .carousel-indicators li {
        background-image: url(../Images/grey.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        background-color: inherit;
    }

        .news-carousel .carousel-indicators li.active {
            background-image: url(../Images/white.png);
            background-repeat: no-repeat;
            background-color: inherit;
        }

    .relatedArticles-carousel .carousel-indicators li {
        background-image: url(../Images/grey.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        background-color: inherit;
    }

        .relatedArticles-carousel .carousel-indicators li.active {
            background-image: url(../Images/filled_circle.png);
            background-repeat: no-repeat;
            background-color: inherit;
        }

    .carousel-indicators {
        bottom: 10px;
    }

    .spotLight-author-carousel .carousel-indicators {
        bottom: -33px !important;
    }

    .tweet-carousel .carousel-indicators {
        bottom: -10px;
    }

    .spotLight-carousel .carousel-indicators {
        bottom: -40px;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        bottom: 0;
    }

    #navModal .modal-content {
        max-height: 530px;
    }

    .cont-header-hide {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .serach-toggler {
        background-image: url(../Images/search.png);
        height: 18px;
        margin-left: 16px;
        text-align: center;
        background-repeat: no-repeat;
        margin-top: 5px;
        background-position: center;
    }

    .filter-toggler {
        background-image: url(../Images/filter.png);
        height: 18px;
        width: 22px;
        background-repeat: no-repeat;
        margin-top: 5px;
    }

    .sorting-toggler {
        background-image: url(../Images/sort.png);
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        margin-top: 5px;
    }

    .email-toggler {
        background-image: url(../Images/email.png);
        height: 22px;
        width: 22px;
        text-align: center;
        background-repeat: no-repeat;
        margin-top: 5px;
        margin-left: 22px;
    }

    .modal-open .serach-toggler {
        margin-right: 0px !important;
        margin-top: 5px;
    }

    .modal-open .filter-toggler {
        margin-right: 0px !important;
        margin-top: 5px;
    }

    .modal-open .sorting-toggler {
        margin-right: 0px !important;
        margin-top: 5px;
    }


    .navbar-toggler {
        background-image: url(../Images/toggle_icon.png);
        height: 15px;
        width: 22px;
        background-repeat: no-repeat;
        padding: 0px;
        margin-left: 15px;
        margin-top: 13px;
    }

    .modal-open .navbar-toggler {
        margin-left: 15px;
        margin-top: 13px;
        margin-right: 0px !important;
    }

    .modal-open .bg-blue {
        background-color: #03677F;
    }

    .mobMarginTop {
        margin-top: 30px;
    }


    body.modal-open #sidebar .modal .modal-content a[aria-expanded="true"] + a + ul.collapse:not(.show) {
        display: block;
    }

    .modal-open .close {
        background-image: url(../Images/close.png);
    }
    /*.modal-open .close {
       width: 22px;
    }*/
    div#carouselExampleIndicators2 {
        margin-bottom: 50px;
    }

    .shareLink {
        display: none;
    }

    .mobLogoBox {
        display: inline-block;
        width: 100%;
        float: left;
    }

    .footerLogo {
        margin-bottom: 36px;
        width: 64%;
        display: inline;
    }

        .footerLogo img.firstLogo {
            float: left;
            width: 43%;
            margin-right: 25px;
        }

        .footerLogo img.secondLogo {
            float: left;
            width: 43%;
        }

    .mobPadding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobMargRight {
        margin-right: 10px;
    }

    .phone-text {
        font-size: 20px;
    }

    .contact-text {
        margin-bottom: 0px;
    }

    .mobFLeft {
        float: left;
    }

    .mobFRight {
        float: right;
    }

    .mobMargBottom {
        margin-bottom: 40px;
    }

    .highLevel {
        padding: 20px 30px;
        background: #efeeee;
    }

    .box {
        width: 100%;
    }

    #carouselExampleIndicators4 .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
        max-height: 185px;
    }

    .tf-card1.mobFRight {
        float: right;
        margin-top: 4px;
    }

    .mobHide {
        display: none;
    }

    .mobShow {
        display: block;
    }

    .mob-author-image-size {
        height: auto;
        max-width: 145px;
        float: left;
        margin-right: 28px;
        border-radius: 50%;
    }

    .mobAuthorBioName {
        color: #333;
        font-size: 20px;
        line-height: 20px;
    }

    .mobAuthorBio.mobShow .Header {
        max-width: 140px;
    }

    .mobAuthorBio.mobShow .text-font-container-link img {
        margin-right: 10px;
    }

    .mobAuthorBio.mobShow .bottomText span {
        font-size: 16px;
        display: inline-block;
    }

    .authorCarouselImg .moreInfoLink {
        font-size: 13px;
    }

    .authorCarouselImg .authorCarouseltext {
        margin-bottom: 12px;
    }

    .mobShareIcon {
        margin-top: 4px;
    }

    p.card-text {
        margin-bottom: 5px;
    }

    .hideShareIcon {
        display: none;
    }

    .w-1-spotlight {
        width: auto;
        margin-right: 14px;
    }

    .spotAuthorName {
        line-height: 18px;
    }

    .breadcrumbWrap {
        margin-bottom: 0;
        padding: 10px 16px;
    }

    .mob-justify-content {
        justify-content: center !important;
    }

    .alignCenter {
        text-align: center;
    }

    .articleListingBottom .text-danger.count {
        color: #dc3545 !important;
        border-right: none;
        display: table-cell;
        padding: 4px 0px 4px 6px;
    }

    .articleListingBottom.mobShow {
        display: inline-block;
    }

    .articleCount {
        padding: 21px 0px 21px 28px !important;
    }

    .input_pagination {
        width: 36px;
        padding: 3px;
    }

    .leftColumnReverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .latestLabelImg {
        position: absolute;
        right: -12px;
        top: -20px;
        z-index: -1;
    }

    /*a#prev {
        margin-right: 0px;
    }*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .practice-area .carousel-control-prev {
        right: 123px !important;
        top: 188px;
        left: inherit;
    }

    .practice-area .carousel-control-next {
        right: 85px;
        top: 188px;
    }

    .practice-area .carousel-caption h6.title {
        font-size: 12px;
        line-height: 17px;
    }

    .practice-area .carousel-caption p.des {
        font-size: 10px;
        line-height: 15px;
        color: #eeeeee;
    }

    .widthDateWrapper {
        width: 70px;
        border: 1px solid #dee2e6 !important;
        margin: 0 21px 0 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .practice-area .carousel-control-prev {
        right: 180px !important;
        top: 188px;
        left: inherit;
    }

    .practice-area .carousel-control-next {
        right: 140px;
        top: 188px;
    }

    .practice-area .carousel-caption h6.title {
        font-size: 14px;
        line-height: 18px;
    }

    .practice-area .carousel-caption p.des {
        font-size: 12px;
        line-height: 16px;
        color: #eeeeee;
    }

    .widthDateWrapper {
        width: 70px;
        border: 1px solid #dee2e6 !important;
        margin: 0 21px 0 30px !important;
    }
}

.contactCardText p {
    font-family: 'LatoLight';
    font-size: 15px;
    margin-bottom: 8px;
}

.contactCardTitle {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}

.mapTitle {
    font-family: 'LatoRegular';
    font-size: 18px;
    color: #202628;
    line-height: 2.5rem;
}

.borderRadius50 {
    border-radius: 50%;
}

.twitterWidth {
    max-width: 85%;
}

.animateDiv {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dateWrapper {
    border: 1px solid #dee2e6 !important;
    padding: 10px;
}

.dWrapper-date {
    font-size: 30px;
}

.dWrapper-month {
    font-size: 18px;
}

.widthDateWrapper {
    width: 70px;
    border: 1px solid #dee2e6 !important;
    margin: 0 45px 0 45px;
}

.imgWidthProduct {
    width: 70px;
    height: 100px;
}

.padding20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.upperText {
    text-transform: uppercase;
}

.copyrightText a:hover {
        color: #989A9D;
}

/*FOOTERSTYLE.CSS*/



img {
    vertical-align: middle;
}

.pull-left {
    float: left !important;
}

.cta-1 {
    background-color: #ed1c24;
}

.margin-top-sm {
    margin-top: 40px !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.dropdown {
    position: relative;
}

/*
b, strong {
    font-weight: 400;
}
*/
.uk {
    font-weight: 400;
}

#countries .dropdown-toggle strong:before, #countries .dropdown-menu li a:before {
    background: url(../images/sprites.png);
    content: " ";
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 3px;
    width: 16px;
    height: 14px;
}

#footer .uk:before {
    background-position: -160px -1263px !important;
}

.uk:before {
    background-position: -160px -1263px !important;
}
/*.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}*/
#countries .dropdown-menu {
    width: 200px;
    height: 500px;
    overflow-x: hidden;
    overflow-y: scroll !important;
    top: auto;
    bottom: 100%;
    margin: 0 !important;
}


    /*
.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
*/

    #countries .dropdown-menu li {
        padding-left: 5px;
    }

    #countries .dropdown-menu li {
        padding-left: 5px;
    }

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.sm-border {
    border-top: 1px solid #595959;
    margin: 30px 0px;
    display: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

@media (min-width: 768px) @media (min-width: 768px) .sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;
}


@media (min-width: 768px) @media (min-width: 768px) @media (min-width: 768px) .icon {
    font-family: 'lexisnexis-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


@media (min-width: 768px) .dropdown-menu {
    position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 18px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175); box-shadow: 0 6px 12px rgba(0,0,0,0.175); background-clip: padding-box;
}


.nw .icon {
    display: none;
    position: absolute;
}

@media screen and (min-width: 1200px) {
    .equal, .equal-col {
        overflow: hidden;
    }
}

.equal > [class*="col-"], .equal-col > [class*="col-"] {
    margin-bottom: -99999px !important;
    padding-bottom: 99999px !important;
}

/*Product Sign-in button css*/
.nw sup {
    top: 0.5em;
}

.v2 #topnav .navbar-nav li:first-child {
    border: 0px;
}


/*ICONS CSS*/
.icon {
    font-family: 'lexisnexis-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.line-icons .icon {
    font-family: 'ln-line-icons'
}

.ln-burst-line:before {
    content: "\e68b"
}

.ln-burst:before {
    content: "\e686"
}

.ln-shepards:before {
    content: "\e673"
}

.ln-lextalk:before {
    content: "\e60d"
}

.ln-california-squared:before {
    content: "\e674"
}

.ln-florida-squared:before {
    content: "\e675"
}

.ln-massachusetts-squared:before {
    content: "\e677"
}

.ln-michigan-squared:before {
    content: "\e678"
}

.ln-new-jersey-squared:before {
    content: "\e679"
}

.ln-new-york-squared:before {
    content: "\e67a"
}

.ln-pennsylvania-squared:before {
    content: "\e67c"
}

.ln-texas-squared:before {
    content: "\e67d"
}

.ln-Illinois-squared:before {
    content: "\e67e"
}

.ln-ohio-squared:before {
    content: "\e67f"
}

.ln-texas:before {
    content: "\e676"
}

.ln-pennsylvania:before {
    content: "\e67b"
}

.ln-ohio:before {
    content: "\e683"
}

.ln-new-york:before {
    content: "\e6a6"
}

.ln-new-jersey:before {
    content: "\e6bb"
}

.ln-michigan:before {
    content: "\e6f9"
}

.ln-massachusetts:before {
    content: "\e7b1"
}

.ln-Illinois:before {
    content: "\e7b5"
}

.ln-florida:before {
    content: "\e82d"
}

.ln-california:before {
    content: "\e865"
}

.ln-profile:before {
    content: "\e905"
}

.ln-support:before {
    content: "\e906"
}

.ln-instructor:before {
    content: "\e689"
}

.ln-customer:before {
    content: "\e680"
}

.ln-annotation:before {
    content: "\e653"
}

.ln-user:before {
    content: "\e803"
}

.ln-ProfileSuite:before {
    content: "\e61f"
}

.ln-user-alt:before {
    content: "\e895"
}

.ln-addUser:before {
    content: "\e896"
}

.ln-entitySearch:before {
    content: "\e646"
}

.ln-users-1:before {
    content: "\e898"
}

.ln-users:before {
    content: "\e802"
}

.ln-male:before {
    content: "\e801"
}

.ln-female:before {
    content: "\e800"
}

.ln-lex-members:before {
    content: "\e89a"
}

.ln-webinars:before {
    content: "\e60f"
}

.ln-academic-research:before {
    content: "\e637"
}

.ln-reliable-resources:before {
    content: "\e661"
}

.ln-team-communication:before {
    content: "\e669"
}

.ln-due-diligence:before {
    content: "\e66a"
}

.ln-company-profile:before {
    content: "\e903"
}

.ln-add-people:before {
    content: "\e638"
}

.ln-connect-people:before {
    content: "\e640"
}

.ln-search-people:before {
    content: "\e663"
}

.ln-peace-dove:before {
    content: "\e90b"
}

.ln-ebook:before {
    content: "\e90a"
}

.ln-compass:before {
    content: "\e909"
}

.ln-education-cap:before {
    content: "\e907"
}

.ln-supreme-court:before {
    content: "\e908"
}

.ln-uk-flag:before {
    content: "\e904"
}

.ln-file-drawer:before {
    content: "\e902"
}

.ln-stop-watch:before {
    content: "\e900"
}

.ln-mobile-phone-vibrating:before {
    content: "\e901"
}

.ln-xls:before {
    content: "\e690"
}

.ln-ppt:before {
    content: "\e68c"
}

.ln-png:before {
    content: "\e68d"
}

.ln-gif:before {
    content: "\e68e"
}

.ln-jpg:before {
    content: "\e68f"
}

.ln-house:before {
    content: "\e68a"
}

.ln-briefcase:before {
    content: "\e687"
}

.ln-balance:before {
    content: "\e681"
}

.ln-wifi-tower:before {
    content: "\e684"
}

.ln-molecules:before {
    content: "\e685"
}

.ln-mountain-flag:before {
    content: "\e688"
}

.ln-maple-leaf:before {
    content: "\e672"
}

.ln-documentList:before {
    content: "\e64a"
}

.ln-copyToFolder:before {
    content: "\e64c"
}

.ln-document:before {
    content: "\e64b"
}

.ln-doc-text:before {
    content: "\e83d"
}

.ln-file-inv:before {
    content: "\e83c"
}

.ln-doc-text-inv:before {
    content: "\e83e"
}

.ln-copy:before {
    content: "\e64d"
}

.ln-ContentType:before {
    content: "\e602"
}

.ln-accessNow:before {
    content: "\e657"
}

.ln-DOC:before {
    content: "\e65f"
}

.ln-PDF:before {
    content: "\e624"
}

.ln-CloseRemove:before {
    content: "\e60b"
}

.ln-edit:before {
    content: "\e648"
}

.ln-uniE63C:before {
    content: "\e63c"
}

.ln-pencil:before {
    content: "\e8b3"
}

.ln-icon-edit:before {
    content: "\e83a"
}

.ln-blocked:before {
    content: "\e605"
}

.ln-delete:before {
    content: "\e65d"
}

.ln-trash:before {
    content: "\e831"
}

.ln-minus:before {
    content: "\e600"
}

.ln-minus2:before {
    content: "\e811"
}

.ln-plus:before {
    content: "\e601"
}

.ln-plus2:before {
    content: "\e8b6"
}

.ln-ok:before {
    content: "\e819"
}

.ln-cancel:before {
    content: "\e815"
}

.ln-calendar-empty:before {
    content: "\e8a6"
}

.ln-clock:before {
    content: "\e8b4"
}

.ln-calendar:before {
    content: "\e650"
}

.ln-calendar-alt:before {
    content: "\e8a5"
}

.ln-acessLater:before {
    content: "\e656"
}

.ln-stick-note:before {
    content: "\e627"
}

.ln-VSA:before {
    content: "\e615"
}

.ln-Topics:before {
    content: "\e616"
}

.ln-TrailHighlight:before {
    content: "\e617"
}

.ln-RecentlyViewed:before {
    content: "\e618"
}

.ln-LockedNote:before {
    content: "\e61b"
}

.ln-History:before {
    content: "\e61e"
}

.ln-Filter:before {
    content: "\e620"
}

.ln-geo-location:before {
    content: "\e61d"
}

.ln-notifications:before {
    content: "\e626"
}

.ln-fullScreen:before {
    content: "\e63d"
}

.ln-externalLink:before {
    content: "\e643"
}

.ln-explore:before {
    content: "\e644"
}

.ln-download:before {
    content: "\e649"
}

.ln-addToSearch:before {
    content: "\e655"
}

.ln-search:before {
    content: "\e89b"
}

.ln-link-ext-alt:before {
    content: "\e830"
}

.ln-tag:before {
    content: "\e82a"
}

.ln-tags:before {
    content: "\e829"
}

.ln-bookmark:before {
    content: "\e827"
}

.ln-bookmark-empty:before {
    content: "\e828"
}

.ln-thumbs-up:before {
    content: "\e826"
}

.ln-thumbs-down:before {
    content: "\e825"
}

.ln-download-alt:before {
    content: "\e89f"
}

.ln-upload-alt:before {
    content: "\e8a0"
}

.ln-location:before {
    content: "\e8a4"
}

.ln-direction:before {
    content: "\e834"
}

.ln-zoom-in:before {
    content: "\e84b"
}

.ln-zoom-out:before {
    content: "\e84c"
}

.ln-down-complete:before {
    content: "\e84d"
}

.ln-basket:before {
    content: "\e844"
}

.ln-wheelchair:before {
    content: "\e877"
}

.ln-link-ext:before {
    content: "\e82f"
}

.ln-bell:before {
    content: "\e836"
}

.ln-bell-alt:before {
    content: "\e835"
}

.ln-lightbulb:before {
    content: "\e84e"
}

.ln-info:before {
    content: "\e8b1"
}

.ln-attention-alt:before {
    content: "\e8a2"
}

.ln-caution:before {
    content: "\e603"
}

.ln-uniE60E:before {
    content: "\e60e"
}

.ln-warning:before {
    content: "\e65e"
}

.ln-uniE632:before {
    content: "\e632"
}

.ln-error:before {
    content: "\e65c"
}

.ln-alerts:before {
    content: "\e654"
}

.ln-help-fill-cricled:before {
    content: "\e606"
}

.ln-help:before {
    content: "\e8b5"
}

.ln-up-fill:before {
    content: "\e607"
}

.ln-right-fill:before {
    content: "\e608"
}

.ln-left-fill:before {
    content: "\e609"
}

.ln-down-fill:before {
    content: "\e60a"
}

.ln-circle-fill:before {
    content: "\e628"
}

.ln-move-right:before {
    content: "\e62b"
}

.ln-resize-full:before {
    content: "\e845"
}

.ln-resize-full-alt:before {
    content: "\e846"
}

.ln-resize-small:before {
    content: "\e847"
}

.ln-resize-vertical:before {
    content: "\e848"
}

.ln-resize-horizontal:before {
    content: "\e849"
}

.ln-move:before {
    content: "\e84a"
}

.ln-down-open:before {
    content: "\e851"
}

.ln-left-open:before {
    content: "\e850"
}

.ln-right-open:before {
    content: "\e852"
}

.ln-up-open:before {
    content: "\e853"
}

.ln-angle-left:before {
    content: "\e854"
}

.ln-angle-right:before {
    content: "\e855"
}

.ln-angle-up:before {
    content: "\e856"
}

.ln-angle-down:before {
    content: "\e857"
}

.ln-angle-double-left:before {
    content: "\e863"
}

.ln-angle-double-right:before {
    content: "\e864"
}

.ln-angle-double-up:before {
    content: "\e861"
}

.ln-angle-double-down:before {
    content: "\e862"
}

.ln-down-big:before {
    content: "\e85d"
}

.ln-left-big:before {
    content: "\e85e"
}

.ln-right-big:before {
    content: "\e85f"
}

.ln-up-big:before {
    content: "\e860"
}

.ln-sort:before {
    content: "\e867"
}

.ln-favoriteFull:before {
    content: "\e641"
}

.ln-favoriteEmpty:before {
    content: "\e642"
}

.ln-star:before {
    content: "\e807"
}

.ln-star-empty:before {
    content: "\e806"
}

.ln-star-half:before {
    content: "\e804"
}

.ln-star-half-alt:before {
    content: "\e805"
}

.ln-spin1:before {
    content: "\e8af"
}

.ln-spin2:before {
    content: "\e8ae"
}

.ln-spin3:before {
    content: "\e8ad"
}

.ln-spin4:before {
    content: "\e8ac"
}

.ln-spin5:before {
    content: "\e8ab"
}

.ln-spin6:before {
    content: "\e8b0"
}

.ln-play:before {
    content: "\e65a"
}

.ln-pause:before {
    content: "\e65b"
}

.ln-last:before {
    content: "\e635"
}

.ln-first:before {
    content: "\e63f"
}

.ln-volume-off:before {
    content: "\e8a8"
}

.ln-volume-down:before {
    content: "\e8a7"
}

.ln-volume-up:before {
    content: "\e84f"
}

.ln-refresh:before {
    content: "\e604"
}

.ln-lex-talk:before {
    content: "\e89c"
}

.ln-quote-left:before {
    content: "\e821"
}

.ln-quote-right:before {
    content: "\e822"
}

.ln-comment:before {
    content: "\e839"
}

.ln-chat:before {
    content: "\e838"
}

.ln-comment-empty:before {
    content: "\e837"
}

.ln-euro:before {
    content: "\e8bb"
}

.ln-pound:before {
    content: "\e8bd"
}

.ln-rupee:before {
    content: "\e86a"
}

.ln-yen:before {
    content: "\e8bc"
}

.ln-email:before {
    content: "\e647"
}

.ln-mail:before {
    content: "\e809"
}

.ln-mail-inv:before {
    content: "\e808"
}

.ln-link:before {
    content: "\e82c"
}

.ln-unlink:before {
    content: "\e82b"
}

.ln-attach:before {
    content: "\e89e"
}

.ln-reply:before {
    content: "\e81e"
}

.ln-reply-all:before {
    content: "\e820"
}

.ln-forward:before {
    content: "\e81f"
}

.ln-export:before {
    content: "\e8be"
}

.ln-export-alt:before {
    content: "\e8bf"
}

.ln-print:before {
    content: "\e83b"
}

.ln-list:before {
    content: "\e60c"
}

.ln-listView:before {
    content: "\e631"
}

.ln-thumb-large:before {
    content: "\e81a"
}

.ln-thumb:before {
    content: "\e81b"
}

.ln-thumb-list:before {
    content: "\e81c"
}

.ln-menu:before {
    content: "\e81d"
}

.ln-cog:before {
    content: "\e841"
}

.ln-wrench:before {
    content: "\e843"
}

.ln-more:before {
    content: "\e659"
}

.ln-folder:before {
    content: "\e63e"
}

.ln-download-folder:before {
    content: "\e619"
}

.ln-upload-folder:before {
    content: "\e61a"
}

.ln-save-folder:before {
    content: "\e61c"
}

.ln-scrubbing:before {
    content: "\e636"
}

.ln-color-palette:before {
    content: "\e621"
}

.ln-tent:before {
    content: "\e622"
}

.ln-bar-chart-up:before {
    content: "\e623"
}

.ln-thunder-bolt:before {
    content: "\e625"
}

/*
.ln-brain-side:before {
	content: "\e629"
}
*/

.ln-brain-top:before {
    content: "\e62a"
}

.ln-click-cusor:before {
    content: "\e62c"
}

.ln-gears:before {
    content: "\e62d"
}

.ln-hash-tag:before {
    content: "\e62e"
}

.ln-mobile:before {
    content: "\e62f"
}

.ln-mountain:before {
    content: "\e630"
}

.ln-multi-lang:before {
    content: "\e633"
}

.ln-speedo-meter:before {
    content: "\e634"
}

.ln-videos:before {
    content: "\e610"
}

.ln-power-switch:before {
    content: "\e611"
}

.ln-plug:before {
    content: "\e612"
}

.ln-news:before {
    content: "\e613"
}

.ln-bar-graph:before {
    content: "\e614"
}

.ln-business-analysis:before {
    content: "\e639"
}

.ln-charts:before {
    content: "\e63a"
}

.ln-complaince:before {
    content: "\e63b"
}

.ln-document-process:before {
    content: "\e645"
}

.ln-done:before {
    content: "\e64e"
}

.ln-edit-document:before {
    content: "\e64f"
}

.ln-graph-search:before {
    content: "\e651"
}

.ln-mobile-update:before {
    content: "\e652"
}

.ln-money:before {
    content: "\e658"
}

.ln-monitor-info:before {
    content: "\e660"
}

.ln-search-data:before {
    content: "\e662"
}

.ln-shield:before {
    content: "\e664"
}

.ln-stats:before {
    content: "\e665"
}

.ln-supply-chain:before {
    content: "\e666"
}

.ln-supply-chain-2:before {
    content: "\e667"
}

.ln-target:before {
    content: "\e668"
}

.ln-legal-research:before {
    content: "\e66b"
}

.ln-strategy:before {
    content: "\e66c"
}

.ln-intellectual:before {
    content: "\e66d"
}

.ln-law-enforcement:before {
    content: "\e66e"
}

.ln-code-book:before {
    content: "\e66f"
}

.ln-patent-file:before {
    content: "\e670"
}

.ln-android:before {
    content: "\e875"
}

.ln-apple:before {
    content: "\e876"
}

.ln-windows:before {
    content: "\e88d"
}

.ln-rss:before {
    content: "\e83f"
}

.ln-facebook:before {
    content: "\e874"
}

.ln-twitter:before {
    content: "\e889"
}

.ln-gplus:before {
    content: "\e872"
}

.ln-linkedin:before {
    content: "\e87c"
}

.ln-pinterest-circled:before {
    content: "\e87f"
}

.ln-youtube:before {
    content: "\e890"
}

.ln-YouTube:before {
    content: "\e671"
}

.ln-youtube-play:before {
    content: "\e892"
}

.ln-tumblr:before {
    content: "\e886"
}

.ln-rss-squared:before {
    content: "\e840"
}

.ln-twitter-squared:before {
    content: "\e888"
}

.ln-facebook-squared:before {
    content: "\e86b"
}

.ln-gplus-squared:before {
    content: "\e871"
}

.ln-linkedin-squared:before {
    content: "\e87a"
}

.ln-pinterest-squared:before {
    content: "\e880"
}

.ln-youtube-squared:before {
    content: "\e891"
}

.ln-weibo:before {
    content: "\e88c"
}

.ln-tumblr-squared:before {
    content: "\e887"
}

.ln-flickr:before {
    content: "\e86c"
}

.ln-instagramm:before {
    content: "\e879"
}

.ln-renren:before {
    content: "\e881"
}

.ln-skype:before {
    content: "\e882"
}

.ln-vimeo-squared:before {
    content: "\e88a"
}

.ln-vkontakte:before {
    content: "\e88b"
}

.ln-heart-shake:before {
    content: "\e90c"
}

.ln-doc-search:before {
    content: "\e90d"
}

.ln-hand-shake:before {
    content: "\e682"
}

.ln-minus-squared-small:before {
    content: "\e80c"
}

.ln-plus-squared-small:before {
    content: "\e810"
}

.ln-tolley:before {
    content: "\e90e"
}

.us:before {
    background-position: -176px -1263px !important
}

.ar:before {
    background-position: 0 -1235px !important
}

.au:before {
    background-position: -16px -1235px !important
}

.at:before {
    background-position: -32px -1235px !important
}

.be:before {
    background-position: -48px -1235px !important
}

.ca:before {
    background-position: -64px -1235px !important
}

.cl:before {
    background-position: -80px -1235px !important
}

.cn:before {
    background-position: -96px -1235px !important
}

.co:before {
    background-position: -112px -1235px !important
}

.dk:before {
    background-position: -128px -1235px !important
}

.fi:before {
    background-position: -144px -1235px !important
}

.hk:before {
    background-position: -32px -1277px !important
}

.fr:before {
    background-position: -160px -1235px !important
}

.de:before {
    background-position: -176px -1235px !important
}

.gr:before {
    background-position: 0 -1249px !important
}

.in:before {
    background-position: -16px -1249px !important
}

.il:before {
    background-position: -32px -1249px !important
}

.it:before {
    background-position: -48px -1249px !important
}

.int-sales:before {
    background-position: 0 -1276px !important;
    margin-bottom: 1px !important
}

.jp:before {
    background-position: -64px -1249px !important
}

.kr:before {
    background-position: -80px -1249px !important
}

.lu:before {
    background-position: -96px -1249px !important
}

.my:before {
    background-position: -112px -1249px !important
}

.mx:before {
    background-position: -128px -1249px !important
}

.nl:before {
    background-position: -144px -1249px !important
}

.nz:before {
    background-position: -160px -1249px !important
}

.no:before {
    background-position: -176px -1249px !important
}

.ph:before {
    background-position: 0 -1263px !important
}

.pl:before {
    background-position: -16px -1263px !important
}

.ru:before {
    background-position: -32px -1263px !important
}

.sg:before {
    background-position: -48px -1263px !important
}

.za:before {
    background-position: -64px -1263px !important
}

.es:before {
    background-position: -80px -1263px !important
}

.se:before {
    background-position: -96px -1263px !important
}

.ch:before {
    background-position: -112px -1263px !important
}

.tw:before {
    background-position: -128px -1263px !important
}

.tr:before {
    background-position: -144px -1263px !important
}

.uk:before {
    background-position: -160px -1263px !important
}

.latin-america:before {
    background-position: -16px -1276px !important;
    margin-bottom: 1px !important
}

.hk:before {
    background-position: -32px -1277px !important
}

/*FOOTERSTYLE.CSS ENDS*/

/*Date Changes for Image (Events Listing Page)*/

.eventDate {
    font-family: 'LatoRegular';
    font-size: 30px;
    color: #E31E2D;
}

.eventMonth {
    font-family: 'LatoRegular';
    font-size: 19px;
    color: #989a9d;
    text-transform: uppercase;
}

.eventYear {
    font-family: 'LatoRegular';
    font-size: 20px;
    color: #989a9d;
}

.eventSeparator {
    border-bottom: 1px solid #989a9d;
    margin: 8px 0;
}

.eventTime {
    font-family: 'LatoRegular';
    font-size: 19px;
    color: #202628;
}

.calendarBlock {
    padding: 8px 20px;
    border: 1px solid #989a9d;
}

.outer-wrapper {
    width: 100%;
}

.height35 {
    Max-height: 35px;
}

#productLoginMenu ul li a {
    color: inherit;
    font-family: inherit;
}

.eventPageTitle, authorsDetailPageTitle {
    font-family: 'MerriweatherRegular';
    font-size: 24px;
    color: #202628;
}

.eventListingTitle {
    font-family: 'MerriweatherRegular';
    font-size: 22px;
    color: #202628;
}

.eventListText {
    font-family: 'LatoLight';
    font-size: 18px;
    color: #202628;
    margin-bottom: 6px;
    line-height: 22px;
}

    .eventListText.eventDateText {
        font-family: 'LatoRegular';
        font-size: 14px !important;
    }

.upcomingEventTitle {
    font-family: 'LatoRegular';
    font-size: 22px;
    color: #202628;
}

.eventUpcomingText {
    font-size: 16px;
}

.paddingAuthorsBox {
    padding: 10px 0px;
}

.roundImages {
    border-radius: 50%;
}

.contactBtn a {
    color: #fff;
}

.contactCardText a {
    color: #fff;
    font-family: 'LatoLight';
    font-size: 15px;
}

.dayJobTitle {
    font-size: 14px;
    color: #999;
}

.datAuthorName {
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.inputSearchBorder {
    color: #ccc; /*989a9d*/
    font-size: 13px;
    border: 1px solid #e8e9e9 !important;
}

.paddingAuthorsBox span.active {
    color: #e31e2d;
}
/*more Less content css*/
#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.jquery-script-center {
    width: 960px;
    margin: 0 auto;
}

    .jquery-script-center ul {
        width: 212px;
        float: left;
        line-height: 45px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .jquery-script-center a {
        text-decoration: none;
    }

.jquery-script-ads {
    width: 728px;
    height: 90px;
    float: right;
}

.jquery-script-clear {
    clear: both;
    height: 0;
}

.b-description_readmore_button {
    font-size: 16px;
    font-family: 'LatoRegular';
    color: #f43110;
    cursor: pointer;
}

    .b-description_readmore_button .fa-angle-down:before {
        vertical-align: middle;
    }

.b-description_readmore.js-description_readmore {
    font-size: 15px;
}
/*more Less content css ends*/

div.panel {
    display: none;
}

    div.panel.show {
        display: block !important;
    }

label.container.text-font-area.form-padding-refine.py-2.refineBy-color.addBg {
    background-color: #676767;
    color: #FFFFFF;
    padding: 20px 50px;
    margin-bottom: 0px;
}

label.container.btn.btn-link.accordian-link-color.card-header {
    background: #f7f7f7 !important;
}

.accordion.active {
    background: #526064;
}

    .accordion.active button.btn.btn-link.accordian-link-color,
    .accordion.active button.btn.btn-link.accordian-link-color .badgeGreyBorder {
        color: #fff;
    }

        .accordion.active button.btn.btn-link.accordian-link-color .badgeGreyBorder {
            border: 1px solid #fff;
        }

.card-body .search-border a {
    font-size: 13px;
    vertical-align: middle;
    font-family: 'LatoRegular';
    color: #202628;
}

/*Advertisement for google style*/
.google-ads {
    margin: 22px 0 10px;
    text-align: center;
}

.providersImage img {
    width: 220px;
    height: 84px;
    float: right;
}

.borderEventDetails {
    display: inline-flex;
}

.child {
    display: inline-table;
}

.borderEventDetails .child {
    max-width: 245px;
    margin-right: 5px;
}

    .borderEventDetails .child:last-child {
        margin-right: 0;
    }

.providersImage {
    display: block;
    height: 84px;
}

div#i_tags_content {
    display: inline-block;
}

    div#i_tags_content .tagsspace:hover {
        color: #fff !important;
    }

.authorRight {
    display: inline-flex;
    margin-bottom: 30px;
}

/*
    Loader image css starts
*/

#flPublicationSearchLoader {
    position: absolute;
    left: 44%;
    top: 20%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #E31B43;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

#flSearchLoader {
    position: absolute;
    left: 44%;
    top: 20%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #E31B43;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {

    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*
    Loader image css ends
*/

/*#i_desktop_main_description .row.margin-spacing-container-image:first-child {
    margin-bottom: 0;
}*/

/*PAGE NOT FOUND CSS START*/
.family-law-site #page-banner {
    border-top-color: #aa0000;
    border-bottom-color: #aa0000;
}

div#page-banner {
    max-width: 1078px;
    margin: 0 auto;
}

.errorPage {
    background: url(../Images/pnf_error_image.jpg) 0 0 no-repeat;
    background-size: cover;
    height: 415px;
    padding: 20px;
}

    .errorPage p {
        width: 50%;
    }

.generic-banner.fourohfour {
    color: #fff;
}

.errorTitle {
    font-family: 'MerriweatherRegular';
    font-size: 26px;
}

ul.popPages__list {
    display: table;
    padding: 0;
}

li.popPages__listItem {
    display: table-cell;
    border-right: 1px solid #ffff;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}

    li.popPages__listItem a {
        color: #fefefe;
        font-family: 'LatoBold';
        font-size: 17px;
    }

.popPages {
    background: #e31e2d;
    width: 51%;
    border-radius: 6px;
    opacity: 0.8;
    padding: 5px 0 5px 10px;
}

h3.popPages__title {
    font-size: 20px;
    padding: 10px 0 0 10px;
    color: #fff;
    font-family: 'MerriweatherRegular';
}

.popPages__list li:last-child {
    border-right: none;
}


.homeBtn {
    font-family: 'LatoBold';
    background: #e31e2d;
    color: #fff;
    border-radius: 2px;
    margin-right: 20px;
    height: 35px;
    padding: 0 20px;
}

    .homeBtn em.fa.fa-home {
        margin-right: 5px;
    }
/*PAGE NOT FOUND CSS END*/

/* Online Services CSS Starts */
.section-title {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-top: 0;
}

.wysiwyg-content {
    font-size: 14px;
}

.section-subvtitle {
    font-size: 22px;
    line-height: 22px;
    margin: 30px 0 18px;
}

.modules li {
    background: #efefef;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    padding: 13px;
    display: inline-block;
    width: 100%;
}

    .modules li h3 {
        float: left;
        padding-top: 8px;
        font-size: 1.17rem;
        margin-top: 0;
        color: #3f4454;
        margin-bottom: 0;
    }

    .modules li .btn {
        border: none !important;
    }

ul.modules {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0;
}

.modules li .btn {
    border: none !important;
    float: right;
}

.bgColor {
    background-color: #fff;
    padding: 10px 16px 0;
    margin-bottom: 10px;
    border-top: solid 5px #DC3232;
}

.actions {
    float: right;
}

/* Online Services CSS Ends */

.ofSpan {
    float: left;
    margin: 4px 13px 5px 15px;
}

.goToPageSpan {
    float: left;
    margin: 3px 15px 5px 5px;
}

.width25 {
    width: 25%;
    padding: 0 20px;
}

.width300 {
    width: 300px;
}

.google-ads.bottomHomeAd {
    text-align: left;
}

.imageCover {
    object-fit: cover;
}

/*Thumnails Generated, explicitly giving classes for image sizes*/
.authorListingImageDesktop {
    height: 86px;
    width: 86px;
}

.authorDetailImageDesktop {
    height: 181px;
    width: 181px;
}

.authorDetailImageMobile {
    height: 100px;
    width: 100px;
}

.authorHomePageImage {
    height: 44px;
    width: 44px;
}

.baseline-middle {
    vertical-align: -webkit-baseline-middle !important;
}

.cardDimensions {
    max-height: 190px;
    min-height: 190px;
}

.breadcrumbWrap span a {
    font-size: 14px;
    color: #999;
    padding-right: 5px;
}

@font-face {
    font-family: 'entypo';
    src: url('../fonts/entypo.woff') format('woff')
}

.icon-entypo {
    font-family: 'Entypo';
    font-style: normal !important;
    display: inline-block;
    vertical-align: middle;
}

.menuBg .drop {
    position: absolute;
    width: 991px;
    border: solid 1px #909ca5;
    padding: 10px 28px;
    top: 46px;
    left: 0;
    background: #fff;
    display: none;
    z-index: 999;
}

.menuBg ul li:hover .drop {
    display: block;
}

.menuBg ul li:hover {
    background: #666;
}

    .menuBg ul li:hover span {
        color: #fff;
    }

.menuBg ul li span {
    color: #333;
    font-size: 15px;
    text-align: center;
}

.drop .arrow {
    background: url(../images/login-drop-arrow.png) no-repeat;
    height: 10px;
    left: 120px;
    position: absolute;
    top: -10px;
    width: 15px;
}

.drop section {
    padding: 0px;
    text-align: left;
}

    .drop section header {
        text-align: left;
        color: #202628;
        font-weight: 700;
        font-family: 'LatoRegular';
        font-size: 15px;
    }

.menuBg ul li:hover {
    background: #526064 url('../images/Menu-Up_arrow.png') 88% center no-repeat;
}

.menuBg .drop .arrow.hoverArrow1 {
    left: 93px;
}

.menuBg .drop .arrow.hoverArrow2 {
    left: 318px;
}

.menuBg .drop .arrow.hoverArrow3 {
    left: 506px;
}

.menuBg .drop .arrow.hoverArrow4 {
    left: 625px;
}

.menuBg .drop .arrow.hoverArrow5 {
    left: 800px;
}
/*NEW CSS ADDED BY POOJA */
.eventOrganizer a {
    text-decoration: underline;
    font-family: 'LatoRegular';
}

@media (max-width: 767px) {
    div#refineModal {
        left: 0 !important;
        top: 18% !important;
    }

    .articlePost_author_image_size {
        width: 100%;
        height: 193px;
    }

    .google-ads {
        margin: 22px auto 10px;
        text-align: center;
    }

    #breadcrumb .mobFloatLeftBackBtn > a.btn.text-light {
        background: #999 !important;
        border: 1px solid #999 !important;
    }

    .inquryText {
        text-align: center !important;
        display: block;
    }

    .mobAuthorsPagination {
        text-align: center;
    }

    .mobFNone {
        float: none !important;
    }

    .borderspotlight .viewSpotLight {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #tripleBarModal .modal-dialog {
        left: 0 !important;
    }

    #tripleBarModal .modal-dialog {
        left: 0 !important;
    }

    .errorPage p {
        width: 100%;
        font-size: 14px;
    }

    .popPages {
        width: 100%;
        padding: 5px;
    }

    li.popPages__listItem a {
        font-size: 13px;
    }

    .mobAlphabetWidth a {
        color: #333;
    }

    .height145 {
        height: 145px;
    }

    span.align-baseline.tf-articles-header.articlesByAuthorSummary {
        font-size: 15px !important;
    }

    h5.mobMarginBottom {
        margin-bottom: 30px !important;
    }

    .groupColumns {
        float: none !important;
        display: block !important;
        margin-bottom: 0 !important;
    }

    .header-search {
        background: #eee;
        display: none;
        padding: 10px 0;
        text-align: center;
        margin: 0;
        clear: both;
        width: 100%;
    }

        .header-search.open {
            display: block;
        }

        .header-search input[type=text] {
            border: 1px solid #bec2c6;
            border-radius: 5px;
            margin-right: 8px;
            padding: 8px 0 8px 8px;
            font-size: 12px;
            width: 212px;
            margin-top: 3px;
        }

        .header-search .btn[type="submit"] {
            padding: 8px 15px 7px;
            vertical-align: top;
        }
}

/*
    Check box starts
*/
.customCheckbox {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    background: #eaeaea;
    border-radius: 2px;
    border: 1px solid #d2d2d2;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    overflow: hidden;
}

    .customCheckbox.customCheckboxChecked {
        background: #6CC5EB;
        border: 1px solid #60ACCC;
    }

    .customCheckbox.customPDCheckboxChecked {
        background: #6CC5EB;
        border: 1px solid #60ACCC;
    }

    .customCheckbox input {
        opacity: 0;
        cursor: pointer;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .customCheckbox span {
        display: none;
        text-align: center;
        line-height: 20px;
        font-size: 90%;
        color: #222;
    }

    .customCheckbox.customCheckboxChecked span {
        display: block;
    }

    .customCheckbox.customPDCheckboxChecked span {
        display: block;
    }
/*
    Checkbox ends
*/

/*ISSUE FIXES CSS STARTS*/
.twtContentPlaceHolder {
    overflow-y: auto;
    max-height: 1005px;
}

.spotLightHomeColumn {
    max-height: 1005px;
}

.menuBg ul li:hover a {
    color: #fff;
}

.lastestArticlesHomeCarousal {
    min-height: 120px;
    max-height: 120px;
}

.capitalCase {
    text-transform: uppercase;
}

.pagetitle {
    font-family: 'MerriweatherRegular';
    font-size: 23px;
}

.menuBg ul li:hover .drop section div a {
    color: #333;
}

.paddingAuthorsBox a {
    font-size: 14px;
}

.paddingAuthorsBox .ms-article-title-social1 {
    color: #526064;
    margin-left: 15px;
    font-size: 14px;
}

.paddingAuthorsBox a:first-child span {
    color: #91a1a4;
}

.searchBorder {
    border: 1px solid #ccc;
    border-radius: 2px !important;
    width: 39% !important;
    padding: 0;
}

    .searchBorder form {
        border: none !important;
    }

    .searchBorder input#blogpost_searchtext {
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

.eventTitle.mb-3.dayBioAuthortitle {
    font-size: 25px;
    font-family: 'LatoLight';
    margin-bottom: 5px !important;
}

    .eventTitle.mb-3.dayBioAuthortitle a {
        color: #333;
    }

.eventOrganizer.mb-2.marginMobilePagination.dayBioAuthorPost {
    font-size: 14px;
    color: #999;
    margin-top: 0px;
}

.displayBlock {
    display: block;
}

.fRight {
    float: right;
}

.groupColumns {
    float: left;
    display: inline-flex;
    margin-bottom: 30px;
}

input#blogpost_searchtext:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}

.parentMenuItem {
    font-weight: bold;
    margin-bottom: 0;
}

/*Navigation Anchor Tag Mobile*/
.bgTripleBarHeader a {
    color: #4a4a4a;
    text-decoration: none;
}
/*ISSUE FIXES CSS ENDS*/

/*media query for contact us issue and mobile menu issue starts*/
@media (max-width: 767px) {
    .searchBorder {
        width: 100% !important;
    }

        .searchBorder input#blogpost_searchtext {
            width: 300px;
        }

        .searchBorder .input-group-prepend .btn {
            right: 0;
        }

    .mapTitle {
        margin-bottom: 0px !important;
    }

    .bgTripleBarHeader {
        margin-bottom: 25px;
    }

    .mobWidth {
        width: 300px;
        margin: 0 auto;
    }

    .mobCenterWidth {
        width: 100%;
    }

    .paddingMob20 {
        padding: 20px;
    }

    .grpSelect {
        clear: both !important;
    }
}
/*media query for contact us issue and mobile menu issue ends*/

.header-search {
    display: none;
}

.groupColumns {
    float: none !important;
    margin-bottom: 42px !important;
}

.noEventsText {
    padding: 30px 14px;
    font-size: 22px;
}

.maxHeight238 {
    max-height: 238px;
}
.maxHeight250 {
    max-height: 250px;
}

.maxHeight145 {
    max-height: 145px;
}

@media (max-width: 767px) {
    .news-carousel .carousel-item, .maxHeight164 {
        max-height: 164px;
    }

        .news-carousel .carousel-item .newsCarousalDesc {
            max-height: 50px;
            min-height: 50px;
        }

    .maxHeight254 {
        max-height: 254px;
        min-height: 254px;
    }

    .UncheckedQues {
        vertical-align: top;
        padding-right: 0px;
        width: auto;
        line-height: 20px;
    }

    .mobPublicationsInitials a > span:hover,
    .mobPublicationsInitials a > span:active, .productInitialSelected {
        color: #E31E2D;
    }

    .mobPublicationsInitials {
        width: 100% !important;
    }

    .width300 {
        margin: 0 auto;
    }

    .mobPaddingZero, div#i_left_sidebar_desc {
        padding-right: 0;
    }

    div#square-advertise {
        margin: 30px auto 0;
    }

    #wsjpecrga.jpecrdefault .jpecrMessageIcon {
        height: 23px;
        width: 26px;
        padding-right: 4px;
        margin-top: 8px;
    }

    .mobFloatLeftBackBtn a {
        background: #999;
    }

    .mobMargBottom25 {
        margin-bottom: 25px;
    }

    .d-sm-block, .bg-results, .searchPageTitle {
        display: block !important;
    }

    .modules li .btn {
        clear: both;
        margin: 10px 0 0;
        display: block;
        float: left;
    }

    .mobWidth100 {
        width: 100%;
    }

    .mobMargBottom15 {
        margin-bottom: 15px;
    }

    .mobBlock {
        display: block;
    }

    .mobTop0 {
        margin-top: 0 !important;
    }

    .minHeightMob {
        min-height: 210px;
    }

    .maxHeight210 {
        max-height: 210px;
    }

    .searchMobPadding {
        padding: 20px 0 !important;
    }
}

@media (min-width: 1024px) {
    .borderspotlight {
        max-height: 320px !important;
        min-height: 320px;
    }

    .spotLight-author-carousel .carousel-indicators {
        bottom: -17px;
    }

    .paddingLeft30 {
        padding-left: 30px !important;
    }

    .featuredImage {
        width: 278px;
    }

    .sortClosed, .sortOpen {
        cursor: pointer;
    }

    .productInitialSelected {
        color: #54565A;
    }

    .searchBorder {
        width: 45% !important;
    }

        .searchBorder form {
            width: 300px;
        }

    .slider_image_size {
        height: 325px;
        border: 1px solid #ddd;
    }

    div#advertise-id-below-banners {
        margin-top: 0;
        margin-bottom: 0;
    }

    #wsjpecrga.jpecrdefault .jpecrMessageIcon {
        height: 23px;
        width: 26px;
        padding-right: 4px;
        margin-top: 5px;
    }

    .bg-results, .searchPageTitle {
        display: none !important;
    }

    .deskmagLeft {
        margin-left: 20px;
    }

    .deskPaddingLeft {
        padding-left: 20px;
    }

    .desktopHide {
        display: none;
    }

    .width280 {
        width: 280px;
    }

    .authorRight {
        display: inline-block;
        margin-bottom: 30px;
        width: 350px;
    }

    .borderEventDetails {
        width: 835px;
        margin-left: 2px;
        padding: 20px;
    }
}

/*IE CSS START*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .groupColumns {
        width: 855px;
    }

    .authorsListHome {
        width: 307px;
    }

    .ieWidth {
        width: 1200px;
    }

    .spotLightHomeColumn a.tf-products {
        font-size: 13px;
    }

    .searchBorder form {
        Display: inline-flex;
    }
}
/*IE CSS END*/

h4.advertiseLink {
    font-family: 'LatoRegular';
    color: #e31e2d;
    font-size: 18px;
}

.main-content.standalone {
    font-family: 'LatoRegular';
    color: #686c7a;
}

    .main-content.standalone strong {
        font-family: 'LatoBold';
        font-size: 15px;
    }

    .main-content.standalone .wysiwyg-content li {
        margin-bottom: 10px;
    }

    .main-content.standalone .wysiwyg-content .fr-fil {
        padding: 10px 10px 10px 3px;
        float: left;
    }

    .main-content.standalone .wysiwyg-content img {
        max-width: 100%;
        vertical-align: initial !important;
    }

    .main-content.standalone .sponsorship-print-img {
        width: 67px;
        vertical-align: initial;
    }

h4.sponsorTitle {
    font-family: 'LatoBold';
    font-size: 18px;
}

.articlePostTitle {
    font-family: 'LatoLight';
    font-size: 26px;
    color: #202628;
}

@-moz-document url-prefix() {

    .width_4_row {
        display: inline-block;
        overflow: hidden;
    }
}

.articleListingBottom .input_pagination.leftDropDown {
    width: 11%;
    padding: 0;
    display: inline-table;
}

.articleListingBottom .text-danger.count {
    background: #dc3545;
    color: #fff !important;
    border-right: 1px solid #ddd;
    display: table-cell;
    padding: 0px 12px 0px 10px;
}

select#inputState:not([size]):not([multiple]) {
    height: calc(2rem) !important;
}

#inputState, #dateDropdown {
    font-size: 16px;
    color: #000;
}

select#flSearchItemsPerPage {
    width: 22px;
    height: 27px;
}

.at-share-btn-elements a.at-icon-wrapper.at-share-btn.at-svc-facebook, .at-share-btn-elements a.at-icon-wrapper.at-share-btn.at-svc-twitter, a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share, a.at-icon-wrapper.at-share-btn.at-svc-compact, a.at-icon-wrapper.at-share-btn.at-svc-email, .at-share-btn-elements a.at-icon-wrapper.at-share-btn.at-svc-linkedin {
    background-color: #cdd6d7 !important;
    border-radius: 15px !important;
}

.imgCenter {
    text-align: center;
}

.articleAuthorImageDesktop {
    height: 66px;
    width: 66px;
}

.col9Padding20 {
    padding: 0px 20px 0px 40px;
}

select#flNewsAndCommentItemsPerPage {
    width: 12%;
    padding: 4px 0;
    border-radius: 4px;
    border: 1px solid gray;
    margin-left: -4px;
}

select#flPublicationItemsPerPage {
    width: 22px;
    height: 28px;
}

.borderDivider {
    border: 1px solid #dee2e6;
    margin-right: 15px;
}

    .borderDivider:last-child {
        display: none;
    }

table, th, tr, td {
    border: 1px solid grey;
}

.megaNavIcon img {
    padding-left: 3px;
    margin-top: 4px;
    vertical-align: top;
}

.articleListHeading {
    font-size: 24px;
    color: #202628;
    font-family: "Merriweather";
    font-weight: 400;
}

/*Start-change H5 - H1*/
.articleListingHeadingSEO{
        color: #212529;
        font-size:20px;
}

.articleListingHeadingSEOWhite{
        color: #FFFFFF;;
        font-size:20px;
}

.countAuthor{
    font-size:18px;
}
.inlineBlockForAuthor{
    display:inline-block;
}
/*End*/

@media (max-width: 767px) {
    .megaNavIcon img {
        margin-top: 5px;
    }

    .articleListHeading {
        line-height: 45px;
    }
}
