
@font-face {
    font-family: 'LatoRegular';
    src: url('../fonts/Lato-Regular.ttf') format('opentype')
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans.ttf') format('opentype')
}

@font-face {
    font-family: 'DroidSansBold';
    src: url('../fonts/DroidSans-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'DroidSerifBold';
    src: url('../fonts/DroidSerif-Bold.ttf') format('truetype')
}

@font-face {
    font-family: 'DroidSerifRegular';
    src: url('../fonts/DroidSerif-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'DejaVuSans';
    src: url('../fonts/DejaVuSans.ttf') format('truetype')
}

body, div, p, a, h1, h2, h3, h4, h5, h6, span, input, button, ul, li, ol {
    font-family: 'DroidSans';
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.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;
}

#ShowMoreAuthors, #ShowFewerAuthors, #showMoreAuthor, #showFewerAuthor, #flip1 {
    cursor: pointer
}

.error {
    border: 2px solid red;
    color: red;
}

.input-text-color {
    color: black !important
}

.iconfirm {
    display: inline !important;
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    font-weight: 500;
}

#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 ul li ul li a {
        padding: 5px;
        font-size: 1.1em;
        display: block;
    }

    #sidebar ul li.active > a {
        color: #fff !important;
        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;
    }



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 {
    max-width: 1140px;
    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);
    }

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #54565A;
}

.hover-shadow:hover .card-img-overlay {
    left: 0px;
    right: 0px;
}

    .hover-shadow:hover .card-img-overlay .bg-dark {
        background-color: #dc3545 !important;
    }

nav ul li ul li a {
    background-image: none;
}

nav ul li a:hover {
    text-decoration: none;
}

.outline-bottom {
    background-repeat: no-repeat;
    background-position: bottom left;
    padding-bottom: 7px;
}

.outline-center {
    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: #EFEDEE;
}

.breadcrumb-desktop-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);
}

.alphabetCircle {
    background-color: gray;
    color: #FFFFFF !important;
    width: 22px;
    height: 16px;
    padding: 5px;
    text-align: center;
    font: 20px Lato-Bold;
}

.text-font-blog {
    font-size: 40px;
    color: #54565A;
    font-family: MerriweatherRegular !important;
    padding-top: 5px;
}

.text-font-search {
    font-size: 16px;
    color: #CBCCCD;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 20px;
    opacity: 0.6;
}

.text-font-navbar {
    font-size: 14px;
    color: #54565A;
}

.text-font-article {
    font-size: 18px;
}

.text-font-container-title {
    font-size: 19px;
    color: #272727;
    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: 14px;
    color: #333;
    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: #98919d;
}

.text-font-area {
    font-size: 24px;
    color: #54565A;
    font-weight: bold;
}

#countries a strong {
    color: #fff;
    font-size: 15px;
}

#countries a {
    color: #000;
    font-size: 18px;
}

a.dropdown-toggle.countryDropDown {
    color: #fff !important;
    font-size: 16px !important;
}

.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: 13px;
    color: #03687F;
}

.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: #54565A;
}

.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: 30px;
}

.color-article-link {
    color: #E4002B;
    font-size: 15px;
}

.margin-spacing-conatiner-image {
    margin-top: 40px;
}

.margin-spacing-conatiner-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-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: -24px;
}

.mleft {
    margin-left: -15px;
}

.tagsspace {
    padding-left: 23px;
    padding-right: 23px;
    margin-right: 10px
}

.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-left: 20px;
}

.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-caption {
    background: #E53B5F;
    opacity: 0.9;
    text-align: left;
    max-width: 300px;
    left: 0%;
    margin: 0 !important;
    padding: 5px 18px !important;
    bottom: 0%;
}

.image-caption {
    position: absolute;
    background: #E53B5F;
    opacity: 0.9;
    text-align: left;
    max-width: 260px;
    left: 4%;
    margin: 0 !important;
    padding: 5px 18px !important;
    bottom: 7%;
}

.practice-area .carousel-caption h6.title {
    font-size: 18px;
    color: #fff;
}

.practice-area .carousel-caption p.des {
    font-size: 15px;
    line-height: 22px;
    color: #25669E;
    text-align: justify;
}

.carousel-indicators {
    top: 40%;
    display: block;
    right: 0 !important;
    left: 78%;
}

.practice-area .carousel-pause, .practice-area .carousel-pagination {
    position: absolute;
    bottom: 4px;
    right: 10px;
    color: #FFFFFF !important;
}

.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: 151px;
    max-width: 151px;
}

.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: 16px;
    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/Ellipse 8.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    background-color: inherit;
    margin-bottom: 12px;
}

    .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-white.png);
    background-repeat: no-repeat;
    background-position: center right 12px;
    border: none;
}

.no-paddings {
    padding-left: 0px;
    padding-right: 0px;
}

.top-links {
    margin: 25px 0px 0px 0px;
}

#sidebar ul li:first-child {
    padding-top: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.KW_progressContainer {
    width: 100%;
    height: 1em;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: white;
}

.KW_progressBar {
    width: 0%;
    float: left;
    height: 100%;
    z-index: 99;
    max-width: 100%;
    background-color: #00687F;
    background-color: #00687F;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.navbar-expand-md .flex-row {
    background-color: #333333;
}

.breadcrum-mobile {
    display: none;
}


/* Tabs*/


#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    color: #043F69 !important;
    font-weight: bold;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ADADAD;
    font-size: 20px;
}



.div-right {
    float: right;
}

.backGroundBtnArticles {
    background-color: #DC3232;
    color: #FFFFFF;
    border-color: unset;
}

.form-padding-refine {
    padding: 20px;
}

.mb-triple-bar{
    background: #333333;
    color: #FFFFFF;
}

.cross-icon{
    top: 64px;
    left: 84px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 767px) and (min-width: 320px) and (orientation: landscape) {

    .mobile-modal {
        margin-top: 7px;
        margin-left: 14px;
    }

    .modal-contributors {
        margin-top: -92px;
        margin-left: 14px;
    }
}

@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 (min-width: 768px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .add-banner {
        width: 728px !important;
    }

    #PrefWidget .prefFootnote p {
        margin-left: 30px !important;
    }

        #PrefWidget .prefFootnote p a {
            display: inline-block;
        }
}

@media (max-width: 767px) {

    .margin-bottom {
        margin-top: .5rem;
    }

    .links.premiumcontent {
        margin: -107px 15px 45px 373px;
        font-size: 10px;
        text-align: left;
        background: #e0e0e0;
    }

    #logPageTitle {
        margin-top: 20px;
    }

    form#user-login {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .add-banner {
        width: 320px !important;
    }

    .mobWidth {
        max-width: 75%;
    }

    .width420 {
        width: 100% !important;
    }

    .rightMediaIcons .mailtoLink {
        padding-left: 30px
    }

    .rightMediaIcons span:last-child {
        margin-right: 15px;
    }

    .rightMediaIcons {
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        clear: both;
        padding-top: 10px;
        text-align: center;
    }

    .removeBtnBorder {
        float: right;
        border: none;
        background: white;
        text-decoration: none;
    }

    .padding30Mobile {
        padding: 30px;
    }

    .width-right-lattestIssue {
        width: 175px !important;
    }

    .marginHeaderIssue {
        margin-top: 30px;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .widthBtnRefine {
        margin-left: 50px;
        margin-right: 50px;
        margin-bottom: 30px;
        width: 55%;
    }

    .carousel-indicators {
        top: 106%;
        display: inline-flex;
        right: 0 !important;
        left: 10%;
    }

    .leftBox {
        margin-right: 0px !important;
        width: auto !important;
    }

    ul.list-unstyled.components.nav-box.w-100 li a {
        color: white;
    }

    a.rotate_icon {
        color: white;
    }

    .paddingSerachRightArrow {
        padding-top: 13px;
    }

    .mobDisplayBlock {
        display: block;
    }

    .marginTopHeader {
        margin-top: 25px;
    }

    .marginLeftmainArticle {
        margin-left: 0;
    }

    .jpecrMessagePara {
        float: none !important;
    }

    a[aria-expanded="true"] {
        color: #fff !important;
        text-decoration: none;
        background-image: url(../images/down-arrow.png);
        background-repeat: no-repeat;
        background-position: right 12px center;
        position: relative;
    }

    .removemobilepadding {
        padding-bottom: 5px !important;
        padding-top: 5px !important;
    }

    /*--------------css for newsletter----------*/

    #p2 {
        width: 100% !important;
    }

        #p2 .box {
            width: 100% !important;
        }

    /*--------------remove inline css and add classes.css on 26/11/2018----------*/
    .sidebar-padding {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    #sidebar .flex-row .fg-select {
        background-color: #042F4F;
        width: 68%;
    }

        #sidebar .flex-row .fg-select #inputState, #sidebar .flex-row .fg-select #dateDropdown {
            background-color: #042F4F;
            color: #FFFFFF;
            text-decoration: none;
            outline: none
        }

    #sidebar .flex-row .icon-state {
        background-color: #333333;
        width: 60%;
    }

    #sidebar .flex-row .sort-state {
        background-color: #015697;
        width: 15%
    }
    /*--------------remove inline css and add classes.css on 26/11/2018----------*/
    .breadcrum-mobile {
        display: block;
    }

    .mobile-img-view {
        margin-left: 30px;
    }

    .hide_pagination {
        display: none;
    }

    #sidebar, #carouselExampleIndicators, .tags-outer {
        margin-left: -15px;
        margin-right: -15px;
    }

    .container {
        max-width: 100%;
    }

    #sidebar ul li:first-child {
        padding-top: 20px;
    }

    .div-left {
        float: left;
    }

    .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;
    }

    .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/Circular-Gray-icon.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        background-color: inherit;
        margin-bottom: 45px;
        position: relative;
    }

        .carousel-indicators li.active {
            background-image: url(../images/filled_circle.png);
            background-repeat: no-repeat;
            background-color: inherit;
        }

    .carousel-indicators .feature-carousel-indicators {
        bottom: -45px;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        bottom: 0;
    }

    .Finance {
        padding: 15px;
        position: relative;
    }

    .image-caption {
        position: absolute;
        right: 0;
        left: 4%;
        bottom: 7.5%;
    }

    #navModal .modal-content {
        max-height: 530px;
    }

    #tripleBarModal .modal-content {
        max-height: 530px;
    }

    #filterModal .modal-content {
        max-height: 530px;
    }

    #sortingModal .modal-content {
        max-height: 530px;
    }

    .cont-header-hide {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .serach-toggler {
        background-image: url(../images/search.png);
        height: 18px;
        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;
        float: left;
        margin-left: 40px;
    }

    .filter-toggler-author {
        background-image: url(../images/filter.png);
        height: 18px;
        width: 22px;
        background-repeat: no-repeat;
        margin-top: 5px;
        float: left;
    }

    .sorting-toggler {
        background-image: url(../images/sort.png);
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        margin-top: 5px;
    }


    .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: url(../images/down-arrow.png) 80% 60%;
        background-repeat: no-repeat;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        display: block;
        width: 100%;
    }

    .navbar-toggler-filter {
        background: url('../images/Layer 47.png') 80% 60%;
        background-repeat: no-repeat;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        display: block;
        height: 20px;
        width: 30px;
    }

    .navbar-toggler-sort {
        background: url('../images/Shape 31 copy 15.png') 80% 60%;
        background-repeat: no-repeat;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        display: block;
        height: 20px;
        width: 30px;
    }

    .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: 25px 7px 0 0;
        display: inline-block;
    }

    .tjSearch-toggler {
        background-image: url(../images/search_tj.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 25px 7px 0 0;
        display: inline-block;
    }

    .outline-center {
        background-repeat: no-repeat;
        background-position: bottom left;
        height: 35px;
    }

    .carousel-indicators li {
        background-image: url(../images/Circular-Gray-icon.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 10px;
        background-color: inherit;
        margin-bottom: 45px;
        position: relative;
    }

        .carousel-indicators li.active {
            background-image: url(../images/filled_circle.png);
            background-repeat: no-repeat;
            background-color: inherit;
        }

    .carousel-indicators .feature-carousel-indicators {
        bottom: -45px;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        bottom: 0;
    }

    .Finance {
        padding: 15px;
        position: relative;
    }

    .image-caption {
        position: absolute;
        right: 0;
        left: 4%;
        bottom: 7.5%;
    }

    #navModal .modal-content {
        max-height: 530px;
    }

    #tripleBarModal .modal-content {
        max-height: 530px;
    }

    #filterModal .modal-content {
        max-height: 530px;
    }

    #sortingModal .modal-content {
        max-height: 530px;
    }

    .cont-header-hide {
        display: none;
    }

    .hide-mobile {
        display: none;
    }

    .serach-toggler {
        background-image: url(../images/search.png);
        height: 18px;
        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;
        float: left;
        margin-left: 40px;
    }

    .filter-toggler-author {
        background-image: url(../images/filter.png);
        height: 18px;
        width: 22px;
        background-repeat: no-repeat;
        margin-top: 5px;
        float: left;
    }

    .sorting-toggler {
        background-image: url(../images/sort.png);
        height: 22px;
        width: 22px;
        background-repeat: no-repeat;
        margin-top: 5px;
    }


    .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: url(../images/down-arrow.png) 80% 60%;
        background-repeat: no-repeat;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        display: block;
        width: 100%;
    }

    .navbar-toggler-filter {
        background: url('../images/Layer 47.png') 80% 60%;
        background-repeat: no-repeat;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        display: block;
        height: 20px;
        width: 30px;
    }

    .navbar-toggler-sort {
        background: url('../images/Shape 31 copy 15.png') 80% 60%;
        background-repeat: no-repeat;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        display: block;
        height: 20px;
        width: 30px;
    }

    .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: 25px 7px 0 0;
        display: inline-block;
    }

    .tjSearch-toggler {
        background-image: url(../images/search_tj.png);
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 0px !important;
        font-size: 1em !important;
        float: left;
        height: 30px;
        width: 30px;
        margin: 25px 7px 0 0;
        display: inline-block;
    }

    .modal-open .bg-blue {
        background-color: #03677F;
    }



    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);
        background-repeat: no-repeat;
        font-size: 1em !important;
        padding-left: 0px;
        float: left;
    }

    .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-bar {
        background-image: url(../images/close-black.png);
        background-repeat: no-repeat;
        font-size: 1em !important;
        padding-left: 0px;
        float: left;
    }

    .modal-open .close-up-arrow {
        background-image: url(../images/up_arrow.png);
        background-repeat: no-repeat;
        font-size: 1em !important;
        padding-left: 0px;
        float: left;
    }

    .mobPadding0 {
        padding: 0;
    }
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


/***************************************TaxJournal CSS Starts******************************************/
.float-span {
    display: inline-block; /* since, div, I don't need this right ?*/
    width: 100%;
}

.issue-author-size {
    height: 240px;
    max-width: 200px;
}

.issue-author-size-1 {
    height: 350px;
    max-width: 290px;
}

.search-link {
    color: #5286B6;
}

.search-border {
    border-bottom: 2px solid lightgray;
}

.desc-header-color {
    color: #043F69;
}

.desc-header-image-color {
    color: #25669E;
}

.desc-header-image-size {
    height: 50px;
    max-width: auto;
}

.star-checked {
    color: #FF3D00;
}

.carousel-arrow-adjustment {
    height: 50px;
    width: 30px;
    background-color: #FF3D00;
    margin-top: 30px;
}

.tf-left-desc {
    font-size: 17px;
    color: #043F69;
    font-weight: 600;
}

.tf-read-all {
    font-size: 16px;
    color: #015697;
    font-weight: 600;
}

.tf-tax {
    color: #015697;
    font-weight: 800;
    border-bottom: 2px solid;
}

.tf-journal {
    color: #000000;
    font-weight: 800;
    border-bottom: 2px solid;
}

.tf-sidebar-author {
    font-size: 13px;
    color: #4173A4;
    font-family: 500;
}

.pagination1 a {
    color: #000;
    padding: 4px 8px;
    text-decoration: none;
}

    .pagination1 a.active {
        background-color: white;
        color: dodgerblue;
        border: 1px solid gray;
        border-radius: 5px;
    }

.ms-paging {
    margin-top: 60px;
}

.color-tag-cases {
    color: #B8B8B8;
}

.tf-sidebar-header {
    font-size: 18px;
    color: #54565A;
    font-weight: bold;
}

.ms-article-title-social1 {
    color: #B8B8B8;
    margin-left: 18px;
}

.tf-authors {
    font-size: 22px;
}

.badge-border {
    border: 1px solid red;
    color: red;
}

.margin-navigation {
    margin-left: -30px !important;
    margin-right: -30px !important
}

/***************************************TaxJournal CSS BY POOJA******************************************/
.read-all {
    display: none;
}

.fLeft {
    float: left;
}

footer {
    background-color: #333;
    padding: 15px 30px;
}

.padding30 {
    padding: 0 30px;
}

.footerLogo {
    clear: both;
    margin-bottom: 40px;
}

.contact-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.phone-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
}

.contactInfo {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 10px;
    font-weight: 300;
}

.box {
    width: 188px;
    padding: 7px 0;
    border: 1px solid #666;
    margin-bottom: 18px;
    text-align: center;
    line-height: 1.5em;
}

    .box.marbot0 {
        margin-bottom: 0;
    }

.margRight30 {
    margin-right: 30px;
}

.margLeft30 {
    margin-left: 30px;
}

.margBottom30 {
    margin-bottom: 30px;
}

.margBottom20 {
    margin-bottom: 20px;
}

.footer-links a {
    text-transform: uppercase;
    color: #fff;
    padding-left: 13px;
    font-family: "LatoRegular";
    font-size: 16px;
    font-weight: 300;
}

.footer-links {
    line-height: 18px;
    margin-bottom: 22px;
}

.footerTitle {
    text-transform: uppercase;
    color: #E41C43;
    font-size: 16px;
    margin-bottom: 15px;
}

.footerTitleLinks a {
    color: #fff;
    font-size: 13px;
}

.margRight6 {
    margin-right: 6px;
}

.margRight20 {
    margin-right: 20px;
}

.footer-social-icons {
    margin: 0 0 0 12px;
}

    .footer-social-icons span {
        margin-right: 20px;
    }

.fRight {
    float: right;
}

.footer-bottom {
    background: #000;
    height: 54px;
    padding: 15px 0 15px;
}

.copyrightText {
    color: #989A9D;
    font-family: 'MerriweatherRegular';
    line-height: 33px;
    font-size: 10px;
}

.footer-bottom {
    padding: 12px 15px 15px;
}

@media (max-width: 767px) {
    .rightBox {
        width: 100% !important;
    }

    .marginBottom30 {
        margin-bottom: 30px;
    }

    #p2, #p3, #p4 {
        padding-left: 15px !important;
    }

    .box {
        margin-bottom: 20px !important;
    }

    .text-font-blog {
        font-size: 1.6em;
        display: inline-block;
    }

    .fa.fa-search {
        font-size: 26px;
        display: inline-block;
        float: left;
        margin: 28px 7px 0 0;
    }

    .fa-search:before {
        color: #FF0000;
    }

    .headerIcons {
        display: inline-block !important;
        float: right;
        margin-top: 5px;
    }

    .fa.fa-reorder {
        display: inline-block;
        font-size: 1.6em;
        margin: 30px 0 0 10px;
    }

    .margin-spacing-sidebar-view {
        display: block !important;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 0;
    }

    a.navbar-brand {
        display: none;
    }

    select#inputState, select#dateDropdown {
        border: none;
        height: 100%;
    }

    .margin-spacing-conatiner-image {
        margin-top: 15px;
    }

    .desc-header-image-color {
        margin-left: 8px;
    }

    .show-more {
        width: 100% !important;
    }

    .text-font-area {
        margin-bottom: 22px;
        margin-left: 14px;
    }

    .cases-title {
        display: inline-block;
    }

    .fa.fa-rss-square.d-none {
        display: inline-block !important;
        font-size: 14px;
        font-size: 25px;
        margin-left: 10px;
    }

    .read-all {
        display: block;
        float: right;
        font-size: 1.1em;
        color: #0056C3;
        text-decoration: none !important;
        margin: 5px 0 0;
    }

    footer {
        padding: 15px 0px;
    }

    .padding30 {
        padding: 0px;
    }

    .grpSelect {
        margin-bottom: 20px;
    }

    .margLeft30 {
        margin-left: 0px;
    }

    .column-two {
        margin-top: 30px;
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 0px;
    display: none;
    background-color: #015697;
}

.slider_arrow {
    height: 60px;
    width: 35px;
    background-color: #FFFFFF;
    top: 55px;
}

.slider_image_size {
    width: 100%;
    max-height: 350px;
}

.deadline_image_size {
    width: 100%;
    height: 170px;
}

span > a {
    color: #25669E;
}

.copyrightText > a {
    color: #989A9D;
}

#c_left_description > ul > li > a {
    color: #25669E;
}

.box > a {
    color: #FFFFFF;
}

.btn.dropdown-toggle.selectArrow::after {
    left: 0px !important;
}

a.btn.dropdown-toggle.selectArrow {
    padding-top: 0px;
    padding-left: 19px;
    top: 0;
    color: #fff;
    font-weight: 300;
    font-size: 0.8em;
    line-height: 0em;
}

.dropdown-menu.selectMenuItems {
    background: none;
    border: none !important;
}

a.btn.dropdown-toggle.selectArrow:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.dropdown-menu.selectMenuItems.show {
    left: 19px !important;
}

.selectMenuItems li a {
    color: #FFFFFF !important
}

@media (min-width: 1200px) {
    #newsInsigt {
        top: -40px !important;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .w_mega_menu {
        max-width: 100% !important;
        border: 1px solid black;
    }

    #newsInsigt {
        top: -15px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .w_mega_menu {
        max-width: 100% !important;
        border: 1px solid black;
    }

    #newsInsigt {
        top: -2px !important;
    }    
}

@media only screen and (min-width: 1024px) {
    #virtual-issue-mob, #online-issue-mob{
            display:none
        }
}
/*--------------remove inline css and add classes.css on 26/11/2018----------*/
.right-nav-tf {
    font-size: .75em !important;
}

.main-nav-tf {
    font-size: .75em !important;
}

.top-search-border {
    border: 1px solid #DC3232 !important;
}

.top-search-btn-color {
    background-color: #DC3232;
    color: white;
}

#i_header_desc {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-bottom: 12px;
}

.main-navigation-color {
    background-color: #333333;
    margin-left: -15px !important;
    margin-right: -15px !important
}

#sr_refineBy {
    background-color: #e3eaf6 !important
}

.refineBy-color {
    background-color: #ADCDE6
}

.come-from-modal1 .left1 {
    overflow-x: hidden;
    overflow-y: auto;
}

.basic-addon1 {
    border: 1px solid #FF3D00
}

#sr_refineBy .form-padding-refine .px-3 .row .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.btn-font {
    color: #063C68 !important;
    font-size: 16px;
}

.search_blog {
    border: 1px solid #FF3D00;
}

.input-tf {
    color: black !important;
}

#newsInsigt {
    display: none;
}

.w_mega_menu {
    border: 1px solid black;
}

.nav-mega-color {
    font-size: .75em !important;
    background-color: #000000;
    color: #FFFFFF;
}

#browse_icon {
    font-size: 19px !important;
}

.removeBorderRadius {
    border-radius: 0px !important;
}

.contactTf {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.contactBorder {
    border-top: 3px solid #acab8d;
}

.help-font {
    font-weight: normal;
    font-family: 'Droid Serif',serif;
}

.servicesTf-child {
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: 'Droid Serif',serif;
}

.servicesTf-parent {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: 'Droid Serif',serif;
}

div.status {
    background-image: url('../images/message-24-ok.png');
    border-color: #be7;
    background-color: #f8fff0;
    color: #234600;
}

div.messages {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid;
    margin: 6px 0;
    padding: 10px 10px 10px 50px;
}

.sorting-modal-dialog {
    width: 80%;
}

.center-text-align {
    width: 200px;
    margin: 0 auto;
}

.selected-change-color {
    color: orangered;
}

.cursor {
    cursor: pointer;
}

.jpecrButtons {
    float: right;
}

.jpecrMessagePara {
    float: left;
}

.jpecrMessage {
    background: linear-gradient(#FFFFB0, #FFFFE1) !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;
}

.jpecrMessageIcon {
    position: absolute !important;
    top: 0px !important;
    left: 16px !important;
}

#wsjpecrga.jpecrdefault .jpecrButtons a {
    border: 1px solid #999 !important;
    background: #CCC !important;
    background: -moz-linear-gradient(#DDD, #CCC) !important;
    background: -ms-linear-gradient(#DDD, #CCC) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DDD), color-stop(100%, #CCC)) !important;
    background: -webkit-linear-gradient(#DDD, #CCC) !important;
    background: -o-linear-gradient(#DDD, #CCC) !important;
    background: linear-gradient(#DDD, #CCC) !important;
    color: #444 !important;
    padding: .3em 1em !important;
    text-align: center !important;
    text-decoration: none !important;
    zoom: 1;
}

.footer-top-logo {
    width: 170px;
}

@media (max-width: 767px) {
    .footer-top-logo {
        width: 140px;
    }

    .pl25 {
        padding-left: 0px !important;
    }
}

@media only screen and (min-width: 768px) and (max-device-width: 1023px) {

    #newsInsigt {
        width: 880px !important;
        top: -50px !important;
    }
}

.change-selected-color {
    color: red;
}

    .change-selected-color:after {
        content: ' \2714';
        color: green;
        margin-left: 10px;
    }

.title {
    font-family: 'DroidSerifBold';
    color: #000;
    font-size: 24px;
}

button#d_btn_loadMore, #d_btn_loadMore {
    background: #fff;
    border: 1px solid #000;
}

.border-bottom.lastRow {
    border-bottom: none !important;
}

.buttonCommon {
    font-family: 'DroidSansBold';
    font-size: 15px;
    border-radius: 0
}

.redbtnspacing {
    padding: 5px 25px;
    background-color: #E41C43;
    color: #fff;
}

.Finance {
    padding: 15px;
    position: relative;
}

    .Finance.yellowBg {
        font-size: 16px;
    }

.yellowBg {
    font-size: 16px;
    background: #fff9d9;
}

.Finance a {
    font-size: 14px;
    color: #00307c;
}

.viewLink a {
    color: #00307c;
    font-size: 13px;
    font-family: 'LatoRegular';
}

.Finance a {
    display: block;
    margin-bottom: 10px;
}

.greyText {
    font-size: 14px;
    color: #CBCCCD;
    font-family: MerriweatherRegular;
    padding-right: 8px;
}

.postText a {
    font-size: 14px;
    padding-right: 2px;
    font-weight: 700;
}

.postImage img {
    width: 670px;
    max-height: 365px;
}

.keyTitle {
    font-family: 'DroidSerifBold';
    color: #DC3232;
    font-size: 14px;
}

.header .text-font-container-title {
    color: #00307c;
    font-size: 20px;
}

.buttonFooter, .postBtn, .cancelBtn {
    font-size: 14px;
}

.commentInput {
    font-size: 14px;
    width: 100%;
    padding: 15px 20px;
}

.postDescription {
    font-size: 15px;
}

.postTitle {
    font-family: 'DroidSansBold';
    font-size: 18px;
    margin-bottom: 20px;
}

.extractTitle {
    font-family: 'DroidSerifBold';
    font-size: 18px;
}

.extractRight a {
    font-size: 14px;
    font-family: 'LatoRegular';
    color: #001a70;
    margin-right: 18px;
    font-weight: 700;
}

    .extractRight a.last {
        margin-right: 0;
    }

.issueExtract {
    background: #e9eff8;
    padding: 18px 26px;
    width: 100%;
}

.countComments, .commentsText {
    font-family: 'DroidSansBold';
    font-size: 16px;
}

.toggleComments {
    font-size: 14px;
    color: #00307c;
}

.userName {
    font-family: 'DroidSansBold';
    font-size: 14px;
}

.dateColor {
    font-size: 12px;
    color: #9e9c8c;
}

.replyLink, .delWarningText {
    font-size: 12px;
}

.userImage {
    margin-right: 15px;
    vertical-align: top;
}

.userText {
    vertical-align: middle;
}

.commentDescription p {
    font-size: 14px;
    margin-bottom: 0px;
}

.input_pagination {
    position: relative;
    width: 45px;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
}

input#start_pagination, input#start_pagination_lower, input#search_start_pagination, input#search_end_pagination, input#start_pagination_down {
    background: #DC3232;
    color: #fff !important;
}

.totalPages {
    color: #000;
}

.sortExpand {
    background: #fff url('../images/Rectangle.png') no-repeat;
    padding: 20px 27px 20px 27px;
    position: absolute;
    z-index: 9999;
    border-bottom: 1px solid;
    width: 297px;
}

.alphabets span a {
    color: #666766;
    font-size: 14px;
}

.authHeader {
    font-family: 'LatoBold';
    font-size: 18px;
    color: #000;
}

.articleLink {
    font-family: 'LatoRegular';
    font-size: 13px;
    color: #00307c;
}

.articleListingBottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    display: inline-block;
    width: 100%;
    background: #f0f3f7;
}

.virtual-magazine-class {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    display: block;
}

.resultText, .authordesc, .viewBtn, .para {
    font-size: 15px;
}

.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;
}

.articleCount {
    background: url(../images/dropdown_pagination.png) no-repeat center center;
    height: 36px;
}

.alphabets {
    border: 1px solid #959595;
    padding: 16px 0px;
    max-width: 618px;
    margin-left: 2px;
}

.authorBio {
    display: flex;
    background: #e3eaf6;
    padding: 30px 20px;
}

.authorName {
    font-family: 'DroidSerifBold';
    font-size: 22px;
    text-transform: uppercase;
}

.authorMail a, .yellowsmallTitle, .time {
    font-size: 14px;
}

.viewBtn {
    padding: 7px 30px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
}

.authorImg {
    width: 60%;
}

.social {
    text-align: center;
}

    .social img {
        margin-right: 6px;
    }

.cpdBlock {
    position: relative;
}

.cpdLabel {
    background: #DC3232;
    opacity: 0.9;
    font-size: 18px;
    color: #fff;
    font-family: 'DroidSansBold';
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
}

.yellowTitle {
    font-family: 'DroidSansBold';
    font-size: 16px;
}

.downloadLink {
    font-family: 'LatoRegular';
    font-size: 14px;
}

.separator {
    border-top: 1px solid #dbdfe6;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contacts {
    padding: 20px 25px 40px;
}

.blueTitle {
    font-family: 'DroidSerifBold';
    font-size: 20px;
}

.blueBg {
    background: #e3eaf6;
    padding: 20px 25px 40px;
    margin-bottom: 40px;
}

.leftBox {
    margin-right: 30px;
}

.authorMail p {
    font-size: 16px;
}

.leftBox, .rightBox {
    width: 335px;
}

.tabContainer {
    width: 100%;
}

    .tabContainer .nav {
        padding-left: 0;
        list-style: none;
    }

    .tabContainer .nav-tabs .nav-link.active {
        border-bottom: 2px solid #E31E2D !important;
        color: #000 !important;
        font-family: 'DroidSans' !important;
        font-size: 16px !important;
    }

    .tabContainer .nav-tabs .nav-link a {
        border-bottom: 2px solid #E31E2D !important;
        color: #000 !important;
        font-family: 'DroidSans' !important;
        font-size: 15px !important;
    }

    .tabContainer .nav-fill .nav-item {
        -ms-flex: 1 1 auto;
        flex: 0 1 auto;
        text-align: left;
    }

    .tabContainer .nav-tabs .nav-link {
        border: none;
        font-family: 'DroidSans' !important;
        color: #333 !important;
        font-size: 16px !important;
    }

.innerPadding {
    padding: 30px 22px;
    height: 260px;
    width: 286px;
}

.eventTitle {
    font-size: 16px;
    color: #333;
    font-family: 'LatoRegular';
    font-weight: 400;
}

.eventTabText {
    font-size: 13px;
    color: #989a9d;
    margin-bottom: 10px;
    line-height: 18px;
    font-family: 'MerriweatherRegular';
}

.eventOrganizer {
    font-size: 12px;
    color: #989a9d;
    font-family: 'LatoBold';
}

a#nav-menu2-tab {
    margin-right: 84px;
}

.time {
    color: #e41c44;
}

.greyCount {
    font-family: 'DroidSansBold';
    font-size: 25px;
    color: #999;
}

#nav-menu ul {
    padding: 0;
    display: table;
    margin: 0;
}

    #nav-menu ul li {
        display: table-cell;
        padding: 0 30px;
        border-right: 1px solid #000;
    }

        #nav-menu ul li:first-child {
            padding: 0 14px;
        }

        #nav-menu ul li:last-child {
            border-right: 0;
        }

.directoryText {
    font-size: 14px;
    padding-top: 7px;
    color: #333;
}

#sr_refineBy {
    background-color: #e3eaf6 !important;
}

.form-padding-refine {
    padding-left: 20px;
}

#inputState, #dateDropdown {
    font-size: 16px;
    color: #000;
}

label[for="exampleFormControlSelect1"] {
    font-family: 'DroidSerifBold';
    font-size: 20px;
}

#sr_refineBy h6 {
    font-size: 16px;
    color: #000;
}

#sr_refineBy a {
    font-size: 15px;
    color: #003366;
}

.bg-comment {
    background: #FFFCE3;
    padding: 30px;
}

.widthPartnerSites {
    width: 160px;
}

#p2, #p3, #p4 {
    padding-left: 30px;
}

.mt40 {
    margin-top: 40px;
}

.commentWrapper {
    background: #FFFCE3;
    padding: 30px;
    margin-bottom: 30px;
}

.textHeading {
    font-family: 'DroidSansBold';
    font-size: 16px;
}

.boldText {
    font-family: 'DroidSansBold';
    font-size: 14px;
}

.tf-tagLine {
    font-size: 13px;
    position: absolute;
    bottom: 5%;
    color: #E31B43;
    font-weight: bold;
}

.removePaddingLeft {
    padding-left: 0px;
}

.navbar-brand {
    color: #626262;
}

.width-left-lattestIssue {
    width: 150px;
}

.width-right-lattestIssue {
    width: 500px;
}

.fg-select-taxation select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.imgFluidIssue {
    width: 191px;
    height: 263px;
}

.pl25 {
    padding-left: 28px;
}

.w-90 {
    width: 90% !important;
}

.navbar-toggler-search {
    background: url('../images/Shape 23.png') 80% 60%;
    background-repeat: no-repeat;
    padding-left: 0px !important;
    font-size: 1em !important;
    float: left;
    display: block;
    height: 20px;
    width: 30px;
}

.navbar-toggler-linkedin {
    background: url('../images/Shape 7 copy 2.png') 80% 60%;
    background-repeat: no-repeat;
    padding-left: 0px !important;
    font-size: 1em !important;
    float: left;
    display: block;
    height: 20px;
    width: 30px;
}

.navbar-toggler-twitter {
    background: url('../images/Shape 4 copy 5.png') 80% 60%;
    background-repeat: no-repeat;
    padding-left: 0px !important;
    font-size: 1em !important;
    float: left;
    display: block;
    height: 20px;
    width: 30px;
}
/*for comments module*/
.indented {
    margin-left: 25px;
}
/*Error div css start*/
div.error {
    background-image: url(../images/message-24-error.png);
    border-color: #ed541d;
}

div.error, .error {
    color: #8c2e0b;
}

div.error, table tr.error {
    background-color: #fef5f1;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

div.messages ul {
    margin: 0 0 0 1em;
    padding: 0;
}
/*Error div css end*/
/*Success div css start*/
div.status {
    background-image: url(../images/message-24-ok.png);
    border-color: #be7;
}

div.status, .ok {
    color: #234600;
}

div.status, table tr.ok {
    background-color: #f8fff0;
}
/*Success div css end*/
.removePostText a {
    padding-right: 0px !important;
}

a.viewBtn, a.viewBtn:hover {
    color: #000;
}

.borderLink {
    border-bottom: 1px solid #dee2e6;
    min-height: 41px;
}

.tabContainer .nav {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
}

.nav-tabs {
    border-bottom: none !important;
}

.viewBtn {
    padding: 7px 30px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
}

ul.searchFilter {
    padding: 0 0 0 0px;
}

    ul.searchFilter li {
        list-style: none;
        padding-left: 0;
        cursor: pointer;
    }

        ul.searchFilter li a.active {
            color: #000 !important;
        }

#loader {
    position: absolute;
    left: 36%;
    top: 30%;
    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);
    }
}


.postWrapper, .bottomPostWrapper {
    position: relative;
    max-width: 100%;
}

.width420 {
    max-width: 420px;
}

.rightMediaIcons {
    bottom: 0;
    right: 0;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .fRight.mobClear {
        clear: both;
        float: none;
    }

    span.text-primary.float-right.font-weight-bold.readIssueMob {
        clear: both;
        float: none !important;
        display: block;
    }

    #tripleBarModal .modal-dialog {
        top: 0 !important;
    }

    .mobcol {
        width: 300px;
        margin: 15px auto;
    }

    .carousel {
        position: relative;
        margin-bottom: 30px;
    }

    .authorListingWrapper {
        margin: 20px;
    }

    .advertiseWrapperMob {
        width: 300px;
        margin: 0 auto;
        padding: 0 !important;
    }

    div#c_left_description {
        margin-bottom: 0px !important;
    }

    div#refineModal {
        left: 0 !important;
    }

    .dirTitle {
        margin-top: 30px;
    }

    .at-style-responsive .at-share-btn {
        padding: 5px;
        margin: 0 7px;
    }

    #sr_refineBy {
        background-color: #fff !important;
        padding: 20px 20px 0 20px !important;
    }

    #btn_filterByTopic, #btn_filterByAuthor, #inputSort, #btn_filterByYear {
        font-family: 'DroidSans' !important;
        font-size: 16px !important;
        color: #000 !important;
        text-transform: uppercase;
        margin-left: 6px;
    }

    select#dateDropdown {
        height: 100%;
        border: 1px solid #a7a7a7;
        border-radius: 0;
        padding: 10px 23px 10px 10px;
        width: 253px;
        margin: 0 auto;
    }

    .searchFilter li {
        padding: 0 !important;
    }
}

#tripleBarModal div .margin-color:last-child {
    border: none;
    padding-bottom: 20px;
}

.border-bottom-black {
    border-bottom: 1px solid #000;
}

.border-top-black {
    border-top: 1px solid #000;
}

ul.searchFilter.active {
    margin-bottom: 0;
}

.margin-color {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 15px;
}

    .margin-color a {
        color: #fff;
        margin-left: 15px;
    }

.margin-color-padding {
    padding-bottom: 0.5rem;
    padding-top: 20px;
    margin-right: 15px;
}

    .margin-color-padding a {
        color: #fff;
        margin-left: 15px;
    }

.tags a.btn-outline-secondary:hover, .tags a.activeButton {
    background-color: #E41C43 !important;
    color: #fff;
}

span.ms-article-title-social1.alphaActiveButton a, a.alphaActiveButton {
    color: #000;
    font-weight: 700 !important;
}

.add-banner {
    width: 1095px;
    margin: 20px auto 10px;
}

.doubleMPU {
    width: 300px !important;
    Height: 500px !important;
}

.singleMPU {
    width: 300px;
    Height: 250px;
}

input#edit-pass {
    width: 80%;
}

input#edit-name {
    width: 80%;
}

ul.tabs.primary li {
    display: inline-block;
    margin-right: 20px;
}

ul.tabs.primary {
    padding-left: 0;
}

.redbtnspacing:hover {
    color: #fff;
}

form#user-login {
    background: #f4f4f4;
    width: 100%;
    padding: 20px;
}

label[for="edit-persistent-login"] {
    margin-top: 10px;
}

input#RememberMe {
    margin-right: 5px;
}

.width-70 {
    width: 70%;
}

.links.premiumcontent {
    margin: -85px 0 45px 380px;
    font-size: 11px;
    text-align: left;
}

    .links.premiumcontent p {
        display: inline;
        width: auto;
        padding-right: 5px;
        font-size: 1.4em;
        font-weight: 700;
    }

#article-user-login {
    background: #f4f4f4;
    width: 100%;
    padding: 20px;
}

    #user-login label, #article-user-login label {
        font-size: 14px;
        font-weight: bold;
    }

.form-required {
    color: #f00;
}

#article-user-login input#edit-name, #article-user-login input#edit-pass {
    height: 40px;
    width: 95%;
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.nopremium-message {
    font-weight: bold;
    clear: both;
    font-size: 1em;
    margin: 10px 0 0px 0;
    padding: 30px 20px 1px 40px;
    background-color: #f4f4f4;
}

.subscribe-top {
    background-color: #e3eaf6 !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.partial-login-form {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .links.premiumcontent {
        margin: -105px 25px 43px 373px;
        font-size: 12px;
        text-align: left;
        font-size: 0.9em;
        background-color: transparent;
        width: 43%;
        float: right;
        z-index: 10;
    }

    .partial-login-form {
        margin-left: 0;
    }

    .issueExtractWrapper {
        clear: both;
    }

    #article-user-login {
        padding: 0px 10px 40px;
    }

    .nopremium-message {
        padding: 30px 20px 1px 10px;
    }

    .links.premiumcontent p {
        font-size: 0.9em;
    }

    .postContentWrapper .postWrapper .postText, .bottomPostWrapper .rightMediaIcons .postText {
        display: inline-block !important;
    }
}

@media ( min-width : 768px ) and ( max-width : 1024px ) {
    .links.premiumcontent {
        margin: -80px 0 45px 240px;
        font-size: 10px;
    }
}

@media (width: 1024px) {
    .links.premiumcontent {
        margin: -85px 0px 45px 320px;
    }

    .add-banner{
        width: 1024px;
    }

    #nav-menu ul li {
        padding: 0 25px;
    }
}
    .replyLink a {
        margin-right: 5px;
    }

    .userCommentsWrapper .userText {
        margin-bottom: 10px;
    }

    button#btn_desktopSearch {
        font-size: 14px;
        font-family: 'DroidSansBold';
    }

    .forumFeedBackTitle {
        font-family: 'DroidSerifBold';
        font-size: 24px;
        text-transform: uppercase;
    }

    .crossIcon {
        background: url(../images/cross.png) no-repeat right 4px !important;
        width: 12px;
        height: 12px;
        float: right;
        padding: 10px 12px;
    }

    .tags a.btn-outline-secondary:hover, .tags a.activeButton {
        background-color: #000 !important;
        color: #fff;
        font-family: 'LatoRegular';
        font-size: 14px;
        padding: 8px 20px;
    }

    input#start_pagination, input#start_pagination_down {
        font-family: 'DroidSansBold';
        font-size: 14px;
    }

    .navbar-dark .navbar-brand {
        color: #fff;
        margin-right: 0;
        /*updated line*/
    }

    #i_mobile_navigation div.py-4 {
        padding-top: 14px !important;
        padding-bottom: 6px !important;
    }

    .tabShow {
        display: none;
    }

    .homeAuthor {
        font-family: 'DroidSans';
        font-size: 13px;
        color: #00307c;
    }

    .w-75 {
        max-width: 75%;
    }

    @media (min-width: 1024px) {
        div#i_right_header {
            -ms-flex: 0 0 62%;
            flex: 0 0 70%;
            max-width: 66%;
        }

        .desktopMarginEvent {
            margin-top: 30px;
        }

        #b_author_details {
            display: inline-block;
            width: 100%;
        }
    }

    @media (max-width: 1023px) and (min-width: 768px) {
        .blueBg {
            background: #e3eaf6;
            padding: 20px 12px 20px;
        }

        .add-banner, .add-banner img {
            height: 90px !important;
            width: 728px !important;
        }

        .mobHide {
            display: none !important;
        }

        div#i_main-header {
            padding: 0 20px;
        }

        .buttonCommon {
            font-family: 'DroidSansBold';
            font-size: 12px;
            border-radius: 0;
        }

        .redbtnspacing {
            padding: 5px 5px;
        }

        .tabWidth {
            max-width: 100%;
        }

        .tabHide {
            display: none !important;
        }

        .tabShow {
            display: block;
        }

        .d-none.d-md-block.tf-tagLine.logoText {
            display: none;
        }

        .headerIcons {
            display: inline-block !important;
            float: right;
            margin-top: 5px;
        }

        .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: 25px 7px 0 0;
            display: inline-block;
        }

        a.navbar-brand,
        nav.navbar.navbar-expand-md.mega_menu_header.navbar-dark.d-none.d-md-block.main-navigation-color {
            display: none !important;
        }

        #sidebar {
            margin-left: -15px;
            margin-right: -15px;
        }

        #i_header_desc {
            display: inline-block;
        }

        #tripleBarModal .modal-content {
            max-height: 530px;
        }

        #sidebar ul li:first-child {
            padding-top: 20px;
        }

        #sidebar ul li a {
            margin-left: 15px;
            margin-right: 15px;
            color: #fff;
        }

        .modal-open .close-bar {
            background-image: url(../images/close-black.png);
            background-repeat: no-repeat;
            font-size: 1em !important;
            padding-left: 0px;
            float: left;
        }

        #tripleBarModal .modal-dialog {
            left: 50% !important;
            top: 18% !important;
        }

        .resultsTab, .hide-mobile {
            margin-top: 0 !important;
        }

        .row.block {
            display: block;
        }
    }

    @media (max-width: 767px) {
        .mobCenter {
            margin: 0 auto 50px;
        }

        div#i_header_desc {
            display: inline;
        }

        #i_right_header {
            float: right;
        }

        #i_header_desc {
            padding-left: 25px !important;
        }

        .mobHide {
            display: none !important;
        }

        .tabShow {
            display: none;
        }

        #loader {
            position: absolute;
            left: 50%;
        }        
    }

    .borderBottom {
        border-bottom: 1px solid #ddd;
    }

    .contact-text {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: 'DroidSans';
        line-height: 15px;
    }

    .phone-text {
        color: #fff;
        font-size: 24px;
        margin-bottom: 3px;
        font-family: 'DroidSans';
    }

    .worldWide {
        color: #939393;
    }

    footer {
        background-color: #333;
        padding: 40px 30px 0px;
    }

    .selectSubjectTitle {
        font-family: 'DroidSansBold';
        font-size: 14px;
        color: #666666;
        margin-bottom: 0px !important;
    }

    select#inputState:not([size]):not([multiple]) {
        height: calc(2rem) !important;
    }

    .resultText {
        font-size: 13px;
    }

    #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;
    }

    .latestWrapper .header .text-font-container-title {
        color: #00307c;
        font-size: 20px;
        font-weight: 400;
    }

    .finaceWrapper a {
        color: #212529;
    }

    .contactCardWrapper .yellowBg div span:last-child {
        font-size: 14px;
        font-family: 'DroidSans';
    }

    .contactCardWrapper .yellowBg div.authorMail {
        margin-bottom: 10px;
    }

    #desktop_filter_keywords {
        font-style: italic;
        color: #000;
    }

    ::-webkit-input-placeholder { /* Edge */
        font-style: normal;
        color: #CBCCCD;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-style: normal;
        color: #CBCCCD;
    }

    ::placeholder {
        font-style: normal;
        color: #CBCCCD;
    }

    .articlesListWrapper .header .text-font-container-title {
        font-weight: 400;
    }

    span.font-weight-bold.readIssueTitle, h6.issueArticles {
        font-family: 'DroidSerifRegular';
        font-size: 18px;
    }
    /*For Countries Icon Start*/
    /*ICONS CSS*/
    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (width : 375px) and (height : 559px) and (orientation : portrait) and (color : 8) and (device-aspect-ratio : 375/667) and (aspect-ratio : 375/559) and (device-pixel-ratio : 2) and (-webkit-min-device-pixel-ratio : 2) {
    }

    #inputState::-ms-expand {
        display: none !important;
    }

    select:not([size]):not([multiple])#results_per_pages {
        height: calc(2rem) !important;
    }

    #results_per_pages::-ms-expand {
        display: none !important;
    }

    .authorListingWrapper .paddingThreeColumn {
        text-align: center;
        padding-top: 15px;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

        .resultText {
            vertical-align: top;
            margin-top: 7px;
        }

        .articleListingBottom .count.text-danger {
            vertical-align: middle;
        }

        #start_pagination_lower {
            padding: 7px;
        }
    }

    @-moz-document url-prefix() {
        .tags a.activeButton {
            display: inline-flex;
        }
    }

    .readIssueMob a {
        font-family: 'LatoRegular';
        font-size: 14px;
        color: #00307c;
    }

    .bodyHeadingTag h1 {
        font-size: 22px;
        font-weight: 700;
    }

    .bodyHeadingTag h2 {
        font-size: 20px;
        font-weight: 700;
    }

    .bodyHeadingTag h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .bodyHeadingTag h4 {
        font-size: 16px;
        font-weight: 700;
    }

    .bodyHeadingTag h5 {
        font-size: 16px;
    }

    .bodyHeadingTag h6 {
        font-size: 15px;
        font-style: italic;
    }

    h1.tf-authors.forumFeedBackTitle {
        line-height: 1.5;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .w-75 {
            max-width: 75%;
        }
    }

    @-moz-document url-prefix() {
        .moz-header {
            display: inline-block;
            width: 100%;
        }
    }

    @media all and (-ms-high-contrast:none) {
        .moz-header {
            display: inline-block;
            width: 100%;
        }
        /* IE10 */
        *::-ms-backdrop, .moz-header {
            display: inline-block;
            width: 100%;
        }
        /* IE11 */
    }

    @supports (-ms-ime-align:auto) {
        .moz-header {
            display: inline-block;
            width: 100%;
        }
    }

    /*For Alphanumeric Capctha-forms*/

    canvas {
        /*prevent interaction with the canvas*/
        pointer-events: none;
    }

    #captcha {
        text-align: center;
    }

    /*for honeypot*/
    .edit-middle-name {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }

    .remember-checkbox{
        display:inline-block;

    }
    .subscribe-link{
        display:inline-block;
        width:49%;
        font-weight: 700;
        font-size: 14px;
    }

    .desk-padding{
         padding: 20px 40px !important;
    }
    /*Fix for Invoice address on Subscribe form*/
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        #headingFive .mb-0.subscribeFormHeading {
            display: flex;
            align-items: center;
        }

            #headingFive .mb-0.subscribeFormHeading .btn {
                white-space: normal;
            }
             .subscribe-link {  
         width:48%;    
        }
    }

    @media only screen and (min-device-width: 375px) and (max-device-width: 767px) {
        #headingFive .mb-0.subscribeFormHeading {
            display: flex;
            align-items: center;
        }

            #headingFive .mb-0.subscribeFormHeading .btn {
                white-space: normal;
            }
    }

    .bgcolorregister {
        background: #f4f4f4;
        width: 100%;
        padding: 0px 40px 40px;
        margin-bottom: 25px;
    }

    #redirectPageId {
        color: #FFFFFF;
    }

    .titleBox {
        border: 1px solid #d2d2d2;
        border-radius: 6px;
        padding: 8px 20px;
        display: inline-block;
        width: 100%;
    }

    .wamredirectlink {
        text-decoration: underline;
    }

    .bottom-text {
        width: 69%;
    }
    
        @media only screen and (max-width: 767px) {
        .bottom-text {
            width: 100%;
        }

        .latestWrapper {
            margin-top: 15px;
        }
       .mob-article-login {
            padding:20px 30px !important;
            margin-top: 20px;
        }
       .subscribe-link {  
         width:48%;    
        }
       .mob-register-link{
           margin-bottom:0;
           padding-bottom:0 !important;
       }
    }

    .a2a_button_facebook > span:first-child, .a2a_button_twitter > span:first-child, .a2a_dd > span:first-child, .a2a_button_linkedin > span:first-child {
        background-color: #ccc !important;
        border-radius: 50% !important;
        width: 30px !important;
        height: 30px !important;
    }

        .a2a_button_facebook > span:first-child svg, .a2a_button_twitter > span:first-child svg, .a2a_dd > span:first-child svg, .a2a_button_linkedin > span:first-child svg {
            width: 24px;
            height: 24px;
            margin: 3px auto;
        }

    .postWrapper-mid {
        width: 100%
    }

    .a2a_kit {
        float: right;
    }

    .copyright-text p {
        color: #888888;
        font-size: 14px;
        font-weight: 700;
    }

    #article-user-login .font-size-16 {
        font-size: 16px;
    }

    .font-size-20 {
        font-size: 20px;
    }

    .font-size-14 {
        font-size: 14px;
    }

    #advertise-menu{
        margin-right: 0;
    }
    
    #i_right_header{
        margin-bottom: 15px;
    }
    .issue-widget{
        text-align:right;
        float: right
    }
    .margin-bottom-secondary-menus{
        margin-bottom:10px
    }

.single-issue-widget{
    float: none;
}

@media (max-width: 767px) {
    .issue-widget {
        display: none;
    }
}
@media ( min-width : 768px ) and ( max-width : 1024px ) {    
    .issue-widget {
        display: none;
    }
}

@media (width: 1024px) {
    div#i_right_header{
    max-width:60%
    }
    .issue-widget{
        display: block;
    }
    .newsletter-margin-bottom-ipad{
	margin-bottom:10px
 }
}
@media (width: 1180px) {
       .issue-widget{
        float: right
    }
        .single-issue-widget{
        float: none;
    }
}
@media (width: 1366px) {
       .issue-widget{
        float: right
    }
       .single-issue-widget{
        float: none;
    }
}
