
@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')
}

body {
    font-family: LatoRegular !important;
}

.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 {
        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 {
    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);
    }

.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: 30px;
}

.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;
}

.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: 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: 15%;
    left: 0px;
    z-index: 10;
    padding: 50px;
    color: #fff;
    text-align: center;
    height: 300px;
    width: 350px;
    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: 436px;
}
/*.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: auto;
        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: 200px;
    }

    .carousel-caption .btn-light {
        color: #fff;
        background-color: #DC3232;
        border-color: #f8f9fa;
    }

    .main-carousel ol.carousel-indicators {
        bottom: 0;
        /*top: 44%;*/
        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;
    }
}

.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';
}

.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;
}

.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: fixed;
    bottom: 50px;
    right: 0px;
    display: none;
    background-color: #015697;
}

.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: #FFFFFF;
}

.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;
}

.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;
}

/* 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) {

    .modal-open .close-bar {
        background-image: url(../images/close-black.png);
        background-repeat: no-repeat;
        font-size: 1em !important;
        padding-left: 0px;
        float: left;
    }

    .paddinglistedMenu {
        padding: 20px !important;
    }

    .marginBtnLegal {
        margin-top: 30px;
    }   
    .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;
    }

    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;
    }

    #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;
    }

    .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;
        }

    .carousel-indicators {
        bottom: 10px;
    }

    .spotLight-author-carousel .carousel-indicators {
        bottom: -45px !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: 145px;
        max-width: 145px;
        float: left;
        margin-right: 28px;
    }

    .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: 18px;
        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: 12px;*/
    }
}

@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;
    }
}

@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;
    }
}

.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;
}
