﻿body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #333;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin-top: 0;
    font-weight: 700;
}

h1 {
    font-size: 4rem;
    letter-spacing: var(--unnamed-character-spacing--1-28);
    letter-spacing: -1.28px;
    line-height: 4.25rem;
    margin-bottom: 40px;
}

h2, h3, h4 {
    letter-spacing: var(--unnamed-character-spacing--0-72);
    letter-spacing: -0.72px;
}

h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-bottom: 2rem;
}

h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}

p {
    line-height: 24px;
}

a {
    color: #07c;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.text-decoration {
    text-decoration: underline;
}

li {
    list-style: none;
}

button {
    outline: none;
}

/* landing page css start*/
.border-light {
    border-color: #91a1a4 !important;
}

.sorting-box {
    padding: 12px 0;
}

.sorting-box .artical-sorting {
    color: #526064;
    margin-left: 3px;
    font-size: 14px;
    text-transform: capitalize;
    padding: .375rem .70rem;
}

.btn.artical-sorting:hover {
    color: #000;
    font-weight: bold;
}

.sorting-box span.active {
    color: #ed1d24;
}
/* landing page css end*/

/*** Home page listing ***/
#navbarTogglerTaxon a {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    color: #333;
}

#navbarTogglerTaxon a:hover {
    font-weight: 700;
}

/*** Common CSS ***/
.align-center {
    align-items: center;
}

/*** Header Logo ***/
.navbar {
    padding: 10px 14px 15px;
    background-color: #fff;
    box-shadow: 0 1px 9px 0 rgb(12 74 120 / 30%);
}

.logo {
    width: 290px;
    height: 86px;
    display: inline-block;
}

.gm {
    width: 30px;
    float: left;
}

.contact-number:hover {
    opacity: 1;
}

.contact-number {
    margin-right: 20px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 0.8;
    color: #333;
    text-decoration: none;
    position: relative;
    top: 4px;
}

.contact-number:hover {
    opacity: 1;
}

.govt-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-decoration: none;
}

.govt-text {
    margin-left: 5px;
    padding: 0px;
    color: #000;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

.bread-crumb-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0c4a78;
    background-image: none;
    background-position: 0px 0px;
    color: #fff;
}

.bread-crumb-wrapper .col-lg-12 {
    padding-left: 3rem !important;
    margin-left: 1.5rem !important;
}

.bc-wrapper {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.f-slash {
    display: inline-block;
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
}

.breadcrumb-link {
    display: inline-block;
    margin-right: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    font-style: italic;
    text-decoration: none;
}

.bc-active {
    font-style: unset;
    font-weight: 700;
}

.breadcrumb-link:hover {
    color: #fff;
}

.home-hero {
    height: 400px;
}

.topHeroImage {
    height: 400px;
    position: relative;
    background-size: cover;
    background-color: #D0C82A;
}

.topHeroImage .container {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
}

.containerBg, .modalText {
    max-height: 200px;
    position: absolute;
    padding: 0;
    width: 50%;
    max-width: 550px;
    background-color: rgba(255,255,255,.8);
    border-left: 6px solid #ed1d24;
}

.home-hero .containerBg {
    height: 234px;
    max-height: 234px !important;
    backdrop-filter: blur(10px);
    opacity: .8;
    background-color: #fff;
    border-left: none !important;
    min-height: 160px !important;
    backdrop-filter: blur(10px);
    background-color: rgba(255,255,255,.8);
    opacity: 1;
}

.vertical-centerBg {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 25px;
}

.title-border {
    border-left: 10px solid #e8171f;
    padding-left: 18px;
}

.home-hero .vertical-centerBg h1 {
    font-weight: 700;
    padding-right: 46px;
    position: relative;
    top: 20px;
    padding-left: 20px;
}

/*** Navigation ***/
.nav-menu {
    position: relative;
    padding-left: 10px;
    float: none;
}

.nav-link.home {
    padding-left: 0px;
    text-decoration: none;
}

.nav-link {
    margin-top: 12px;
    margin-right: 0px;
    padding: 8px 6px;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    text-transform: none;
}

.nav-link.drop-menu {
    margin-right: 0px;
    padding-right: 20px;
}

.down-arrow {
    margin-right: 2px;
}

.dropdown-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    color: #fff;
    font-size: 14px;
}

.dropdown-open.w--open {
    margin-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(12, 74, 120, 0.25);
    background-color: #005fa5;
    border-radius: 0;
}


.nav-link:active {
    text-decoration: none;
}

.nav-link:hover {
    color: #0c4a78;
    text-decoration: none;
}

.nav-link.drop-menu:hover {
    text-decoration: none;
}

.nav-link.w--current {
    color: #0c4a78;
}

.dropdown-link:hover {
    border-bottom-color: rgba(0, 0, 0, 0.15);
    background-color: #fff;
    color: #000;
}

.search-box-wrapper {
    position: absolute;
    top: -10px;
    right: 0px;
    bottom: 0px;
    width: 24%;
    margin-top: 20px;
    margin-left: 5%;
    float: right;
}

.form-filed.search-filed {
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.3);
    border-radius: 50px;
    background-color: rgba(42, 50, 208, 0.05);
    color: #333;
    font-size: 12px;
}

.form-filed {
    background-color: #f5f5f5;
    color: #0c4a78;
}

.form-filed:hover {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(12, 74, 120, 0.25);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(208, 200, 42, 0.15)), to(rgba(208, 200, 42, 0.15)));
    background-image: linear-gradient( 180deg, rgba(208, 200, 42, 0.15), rgba(208, 200, 42, 0.15));
}

.search-icon {
    position: absolute;
    right: 0px;
    bottom: -8px;
    display: inline-block;
    height: 100%;
    margin-right: 3%;
    margin-left: 0%;
    padding: 0px 5px;
}

.search-img {
    width: 20px;
}

.listing-view {
    padding: 0 25px;
}


/*** Footer ***/
.footer-wrapper {
    /*background-image: url('../images/skyscrapers-looking-up_925x.jpg');*/
    background-position: 0px 0px;
    background-size: 125px;
}

.footer-top {
    padding: 40px 30px;
    background-color: #d0c82a;
}

._90-wrapper {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.col-left {
    padding-right: 20px;
    padding-left: 0px;
}

.padding-right-20 {
    padding-right: 20px;
}

.footer-text {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 35px;
    text-transform: uppercase;
}

p {
    margin-bottom: 10px;
    line-height: 25px;
}

.footer-text-block {
    margin-bottom: 10px;
    font-size: 13.5px;
}

.email-link:hover {
    color: #0c4a78;
}

.search-box.w-form.w-100 {
    width: 240px !important;
    float: right;
}

.search-box.w-form.w-100 .submit.search-icon {
    margin-right: 8%;
}

.search-box-wrapper {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    margin-top: 0px;
    margin-left: 5%;
    float: right;
}

.form-filed.search-filed-ft {
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.3);
    border-radius: 50px;
    background-color: #f5f5f5;
}

.footer-bot {
    padding: 50px 0 20px;
    background-color: #0c4a78;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(12, 74, 120, 0.85)), to(rgba(12, 74, 120, 0.85))), url('../images/pexels-photo-401685.jpeg');
    background-image: linear-gradient(180deg, rgba(12, 74, 120, 0.85), rgba(12, 74, 120, 0.85)), url('../images/pexels-photo-401685.jpeg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    color: #fff;
}

.footer-bot-col {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted hsla(0, 0%, 100%, 0.2);
}

.footer-wrapper-2 {
    margin-bottom: 30px;
}

.ft-link {
    display: block;
    margin-bottom: 15px;
    opacity: 0.71;
    color: #fff;
    text-decoration: none;
}

.ft-link:hover {
    opacity: 1;
    color: #d0c82a;
    font-weight: 400;
    text-decoration: underline !important;
}

.ft-link.w--current {
    opacity: 1;
    color: #d0c82a;
    font-weight: 600;
    text-decoration: underline !important;
}

.footer-col {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
}

.column {
    padding-right: 0px;
    padding-left: 0px;
}

.ft-copyright-wrapper {
    text-align: left;
}

.copyright-text {
    display: block;
    margin-left: 0px;
    float: none;
    font-size: 12px;
    line-height: 20px;
}

.column-2 {
    padding-right: 0px;
}

.ft-copyright-wrapper-right {
    text-align: right;
}

.emagine-copyright {
    display: block;
    margin-left: 0px;
    float: none;
    /*opacity: 0.5;*/
    font-size: 12px;
    line-height: 20px;
}

.footer-wrapper ._90-wrapper {
    width: 88%;
}

.footer-wrapper .row.footer-bot h3 {
    color: #fff;
}

.footer-top a {
    color: #333;
}

.row.footer-top .container {
    width: 90%;
    max-width: initial;
    padding: 0;
}

.row.footer-bot {
    padding: 50px 30px 20px;
}

.row.footer-bot .container {
    width: 90%;
    max-width: initial;
    padding: 0;
    overflow: hidden;
}

.footer-row {
    margin: 0 !important;
}

/*** Pagination ***/

.pagination-wrapper {
    margin-bottom: 40px;
}

.pagination {
    float: none;
    border-radius: 0;
    margin: 0 auto 0;
    width: max-content;
    display: flex;
    padding-left: 0;
    list-style: none;
}

li.page-item.disabled:first-child {
    padding-right: 5px;
}

li.page-item {
    padding: 15px 12px;
}

li.page-item a {
    padding: 0;
}

.footer-container {
    margin-top: 20px;
}

.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.page-item.disabled .page-link, .page-item.active .page-link, .page-link {
    border-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.page-item.disabled .page-link {
    background: transparent;
}

.prevArrow {
    background: transparent url(../images/page-next-arrow.svg) 0 0 no-repeat padding-box;
    opacity: 1;
    width: 13px;
    height: 16px;
    display: block;
    transform: rotate( 180deg );
    position: relative;
    top: 2px;
}

.page-item.active .page-link {
    color: #e8171f !important;
    border-bottom: 1px solid #e8171f !important;
}

.page-item .page-link, .page-item .page-link a {
    color: #333 !important;
    z-index: 3;
    background-color: transparent;
    font-family: 'Lato',sans-serif;
}

.nextArrow {
    background: transparent url(../images/page-next-arrow.svg) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 9px;
    height: 16px;
    display: block;
    position: relative;
    top: 2px;
}
/* Act overview*/

.outline-left-aoi {
    margin-left: -1px;
}

.outline-left-red {
    background-image: url(../laws-of-saint-lucia/images/default-source/content-images/vertical-Red.jpg);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 17px;
    background-size: 7px 22px;
    height: 40px;
    float: left;
}

.text-font-area {
    color: #54565a;
}

.sidebarTitle {
    font-size: 18px !important;
}

ul.a {
    list-style-type: circle;
}

.bg-white {
    background-color: #fff !important;
}

.act-title {
    min-height: 48px;
    border-left: 8px solid #e8171f;
    padding-left: 12px;
    line-height: 48px;
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
    text-align: left;
}

.part-title {
    min-height: 48px;
    border-left: 8px solid #e8171f;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    text-align: left;
    align-self: center;
    padding: 2px 2px 2px 16px;
    line-height: 48px;
    display: inline-block;
    color: #333;
}

.bar {
    list-style: none;
    padding-left: 21px;
}

.bar > li {
    position: relative;
    font-size: 13px;
    border-radius: 0px;
    display: flex;
    padding-left: 30px;
}

.bar > li a {
    display: flex;
    width: 100%;
    background-color: rgba(248, 248, 248, 1);
    padding: 14px 5px;
    color: #333;
    font-size: 16px;
    margin-bottom: 3px;
    line-height: initial;
}

.bar > li:before {
    content: '\25CF';
    margin-right: 10px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    color: #0c4a78;
    position: absolute;
    left: -4px;
    top: 22%;
}

.bar > li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-left: 2px dotted #0c4a78;
    margin-left: 5px;
    height: 100%;
}

.bar > li:last-of-type:after {
    top: -50%;
}
/*Section ovrview css*/
.left-brder {
    border-left: 1px solid #000;
}

.pt-2rem {
    padding-top: 2rem;
}

.prev-next-link > a {
    font-size: 16px;
    color: #0C4A78;
    margin-bottom: 3px;
    line-height: initial;
}

.section-links > a {
    font-size: 14px;
    color: #0067B1;
    text-align: left;
}

.scroll {
    max-height: 800px;
    overflow: auto;
    width: 250px;
}

.section-active {
    font-weight: 800;
}

.bg-white {
    background-color: #fff !important;
}

body .listing-container {
    margin-top: 30px;
    margin-bottom: 40px;
}

.back-list a, .back-list a:hover, .part-title:hover {
    color: #333;
}

.back-list a {
    font-size: 16px;
}

.back-list img {
    transform: rotate(180deg);
    position: relative;
    top: -2px;
    margin-right: 15px;
}

.accordian-list .panel {
    margin-bottom: 20px;
}

/* .footer-wrapper .container{
    max-width: 1160px;
} */

@media (max-width: 991px) {

    .menu-button {
        background-color: #000;
        color: #fff;
        width: 60px;
        height: 60px;
    }

        .menu-button.w--open {
            background-color: #d0c82a;
        }

    .nav-link.home.w--current {
        margin-top: 0px;
        padding-left: 20px;
        color: #d0c82a;
    }

    .nav-link.w--current {
        margin-top: 0px;
        border-bottom-color: rgba(208, 200, 42, 0.15);
        background-color: #0c4a78;
        color: #d0c82a;
    }

    .nav-link {
        display: block;
        margin-top: 0px;
        margin-right: 0px;
        padding: 20px;
        border-bottom-color: rgba(12, 74, 120, 0.25);
    }

    .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: block;
    }

    .nav-link.drop-menu {
        padding-right: 35px;
    }

    .nav-link:hover {
        border-bottom-color: rgba(208, 200, 42, 0.15);
        background-color: #0c4a78;
        color: #d0c82a;
    }

    .down-arrow {
        margin-right: 20px;
    }

    .nav-menu {
        position: absolute;
        padding-left: 0px;
        background-color: #d0c82a;
    }

    .dropdown-open.w--open {
        margin-top: 0;
        border-style: solid;
        border-width: 1px;
        border-color: rgba(12, 74, 120, 0.25);
        background-color: #005fa5;
    }


    .hide-on-devices {
        display: none !important;
    }
}

@media (width: 768px) {
    .hide-on-ipad {
        display: none !important;
    }

    .home-hero .containerBg{
        height: 340px;
        max-height: 340px !important;
        top: -23px;
        width: 60%;
    }

    .home-hero .vertical-centerBg h1{
        padding-right: 0;
    }

    .topHeroImage .container{
        top: 13%;
    }
}

@media (max-width: 767px) {

    .home-hero .containerBg {
        width: 90%;
    }

    body .menu-button.w-nav-button {
        width: 100% !important;
        text-align: center;
    }

    .footer-wrapper .footer-col.col-12, .footer-wrapper .col-right.col-12 {
        padding-left: 0;
    }

    .footer-wrapper {
        text-align: center;
    }

    .ft-copyright-wrapper, .ft-copyright-wrapper-right {
        text-align: center !important;
    }

    .ft-copyright-wrapper {
        margin-bottom: 30px;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .search-box.w-form.w-100 {
        width: 100% !important;
        margin-top: 10px;
    }

        .search-box.w-form.w-100 .submit.search-icon {
            bottom: -17px;
        }

    .footer-top {
        text-align: left;
    }

    .footer-col {
        padding: 0 16px !important;
    }

    .footer-bot {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bread-crumb-wrapper .col-lg-12 {
        margin: 0 !important;
        padding: 0 !important;
    }

    .home-hero .containerBg{
        height: 360px;
        max-height: 360px !important;
        top: -40px;
    }

    .topHeroImage .container{
        top: 15%;
    }

    body .menu-button.w-nav-button{
        padding: 13px 18px;
        height: 50px;
    }


    .search-box .form-filed.search-filed{
        font-size: 10.5px;
    }
}

body #practiceAreaQueryString {
    display: block;
}

@media screen and (max-width: 768px) {

    #rightNavDocker {
        margin-left: 0 !important;
    }

    #ap_right_content_desc {
        margin-top: 30px;
    }

        #ap_right_content_desc #rightSidePlaceholder {
            border: none;
        }

    body .scroll {
        height: auto;
        width: auto;
        height: auto;
    }

    .tf-search-container-title {
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) {
    .listing-container {
        width: 991px;
        margin: 0 auto;
    }

body  .sidebar {
        position: absolute;
        left: -99px;
        top: 0;
        width: 110px;
        height: 100%;
        display: block;
    }
}

.tf-search-container-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}

.text-font-container-title {
    font-size: 20px;
    color: #272727;
    font-weight: 700;
}

.text-font-container-description {
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.ms-article-title-right.contentType {
    font-size: 14px;
    color: #ed1d24;
}

.ms-article-title-right {
    margin-right: 10px;
}

.bar:nth-of-type(1) li:last-of-type:after {
    border-top: none;
    top: 19px;
    height: 0px;
}

.bar li::after{
    width: 1px;
    height: 100% !important;
    position: absolute;
    top: 28px !important
}

.panel-group ul:last-child li:after {
    border-top: none;
    top: 19px;
    height: 0 !important;
}


body .row.footer-bot {
    background-position: inherit;
}

.panel-group {
    background: #fff;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) 
{
     .ft-copyright-wrapper-right {
        position: relative;
        right: -56px;
        top: -14px;
    } 
}

@media (max-width: 767px){
    body li.page-item{
        padding: 15px 6px;
    }
}


.sidebar{
    display: none;
}

