:root {
    --bezier: cubic-bezier(0.68, 0, 0.23, 0.97);
}

html {
    scroll-padding-top: 70px; /* height of sticky header */
}

/* General body settings */
html, body {
    height: 100vh;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4375;
    color: #000;
}

body {
    overflow-y: scroll;
}

ol.parentlist {
    counter-reset: list;
}

    ol.parentlist > li {
        list-style: none;
    }

        ol.parentlist > li:before {
            content: counter(list, lower-alpha) ") ";
            counter-increment: list;
        }

.field-validation-error {
    font-weight: bold;
    color: red;
}

.alert-tcc {
    color: white;
    background-color: rgba(92, 47, 95, .4);
    border-color: rgba(92, 47, 95, .7);
}

    .alert-tcc a {
        color: darkblue;
    }

a[rel=external]:after {
    font-family: "Font Awesome 5 Free";
    content: " \f35d";
    font-weight: 900;
}

.Text-White {
    color: white !important;
}

footer a {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

    footer a:hover {
        text-decoration: underline !important;
    }

/* Skip to content */
#wb-tphp {
    list-style-type: none;
    margin-bottom: 0;
}

.wb-disable .wb-slc .wb-sl,
.wb-show-onfocus:focus,
.wb-sl:focus {
    clip: rect(auto, auto, auto, auto);
    height: inherit;
    margin: inherit;
    overflow: inherit;
    position: static;
    width: inherit
}

.wb-slc {
    left: 0;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 3
}

.wb-disable .wb-slc {
    position: static
}

    .wb-disable .wb-slc .wb-sl {
        background: 0 0;
        color: #295376;
        display: block !important;
        font-weight: 400
    }

        .wb-disable .wb-slc .wb-sl:focus,
        .wb-disable .wb-slc .wb-sl:hover {
            color: #0535d2
        }

.wb-sl {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 1px
}

.wb-sl {
    padding: 10px;
    z-index: 501
}

.wb-sl {
    background: #000;
    color: #fff;
    font-weight: 700;
    border: 1px solid white;
}

    .wb-sl:focus {
        color: #fff !important;
        text-decoration: none
    }
/* Skip to content */

/* navbar modifications */
.navbar-dark .navbar-nav .nav-link {
    color: #fafafa !important;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: navajowhite !important;
    }

.dropdown-menu.tcc_dropdown_menu {
    padding: 15px !important;
    font-size: 1.1rem !important;
    background-color: rgba(92, 47, 95, .8) !important;
    overflow: hidden !important;
}

a.dropdown-item.hvr-grow {
    color: #fff !important;
}

/*.dropdown-menu a {
    color: #fff !important;
}*/

.dropdown-item.hvr-grow.active, .dropdown-item.hvr-grow:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #343a40 !important;
}

.dropdown-item.hvr-grow:focus, .dropdown-item.hvr-grow:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #343a40 !important;
    font-size: 1.1rem !important;
}

.search_box {
    max-width: 343px !important;
    min-width: 275px !important;
    width: 100% !important;
    left: -55px !important;
}

/* navbar modifications */

#container span {
    position: relative;
    bottom: 0;
    right: 0;
}
/* navbar modifications */


/***
General typography 
***/

h1 {
    margin-bottom: 15px;
}

.main h1 {
    margin-top: -6px;
}

@media only screen and (min-width: 992px) {
    .Court-Text {
        font-size: 1.5em;
    }

    .Court-Text_brand {
        font-size: 1em;
    }
}

@media only screen and (max-width: 991.9px) {
    .Court-Text {
        font-size: 1em;
    }

    .Court-Text_brand {
        font-size: .8em;
    }
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
    color: #000000;
    /*border-bottom: 1px solid #eee;*/
    padding-top: 10px;
    line-height: 1.2;
    font-weight: 300;
    /*background: #f2eff5;*/
}

    .pre-header a {
        color: White;
    }

        .pre-header a:hover {
            color: White;
        }

        .pre-header a:focus {
            text-decoration: none;
        }

    .pre-header ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .pre-header li {
        padding-left: 11px;
        padding-right: 15px;
        /*border-right: solid 1px #d8d8d8;*/
    }

/*.pre-header li:last-child {
        border: none;
    }*/

.navbar li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}

    .navbar li:last-child {
        border: none;
    }

/* langs block */
.langs-block {
    position: relative;
}

    .langs-block .fa {
        margin-right: 0;
    }

.langs-block-others-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
}

.langs-block-others {
    padding: 10px 10px 2px;
    background: #F9F9F9;
    z-index: 9999;
    width: 100px;
    display: none;
    margin-top: 12px;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    position: relative;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

    .langs-block-others:after {
        top: -8px;
        width: 0;
        height: 0;
        left: 8px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #e6400c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.langs-block:hover .langs-block-others {
    display: block;
}

.langs-block-others a {
    display: block;
    margin-bottom: 8px;
}

/***
Header and header elements
***/

.bg_tcc {
    background: rgb(92, 47, 95);
    color: white !important;
}

    .bg_tcc a {
        color: white !important;
    }

.bg_tcc_gradien {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5c2f5f+0,5c2f5f+100&0.65+35,0+87 */
    background: -moz-linear-gradient(45deg, rgba(92,47,95,0.65) 0%, rgba(92,47,95,0.65) 35%, rgba(92,47,95,0) 87%, rgba(92,47,95,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(92,47,95,0.65) 0%,rgba(92,47,95,0.65) 35%,rgba(92,47,95,0) 87%,rgba(92,47,95,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(92,47,95,0.65) 0%,rgba(92,47,95,0.65) 35%,rgba(92,47,95,0) 87%,rgba(92,47,95,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a65c2f5f', endColorstr='#005c2f5f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    /*background: rgb(92, 47, 95);*/
    color: black !important;
}

    .bg_tcc_gradien a {
        color: black !important;
    }

        .bg_tcc_gradien a:hover {
        }
/* Navigation */
.header-navigation {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}

    .header-navigation ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .header-navigation > ul > li {
        float: left;
    }

        .header-navigation > ul > li > a {
            color: #0e0e0e;
            display: block;
            padding: 29px 12px 30px;
        }

    .header-navigation ul > li.active > a,
    .header-navigation ul > li > a:hover,
    .header-navigation ul > li > a:focus,
    .header-navigation ul > li.open > a,
    .header-navigation ul > li.open > a:hover,
    .header-navigation ul > li.open > a:focus {
        color: #e02222;
        background: #fcfcfc;
        text-decoration: none;
    }

    .header-navigation ul > li.active > a {
        border-bottom: 2px solid #e64f00;
    }

/* dropdown menu */
@media only screen and (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

.header-navigation,
/*.header-navigation .dropdown {
    position: static;
}*/
.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
    position: relative;
}

    .header-navigation .dropdown-menu {
        left: auto;
        top: 100%;
        padding: 0;
        background: #fff;
        position: absolute;
        border: none;
        box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
        text-transform: none;
        letter-spacing: 0;
        border-radius: 0;
        z-index: 9999;
    }

        .header-navigation .dropdown-menu:before,
        .header-navigation .dropdown-menu:after {
            display: none !important;
        }

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}

.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}

.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}

.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}

.header-navigation > ul > li.dropdown:hover > a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #e6400c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}

.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}

.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #ea4c1d;
}

.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}

    .header-navigation .dropdown-menu li:last-child {
        border: none;
    }

    .header-navigation .dropdown-menu li > a {
        padding: 10px 15px;
        font-weight: 400;
        color: #06080a;
    }

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #e6400c;
    color: #fff;
}

.dropdown-submenu > a:after {
    display: none;
}

/* navigation content */
.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}

    .header-navigation-content .header-navigation-col {
        padding: 0;
    }

    .header-navigation-content h4,
    .ecommerce .header-navigation-content h4 {
        margin: 0 0 6px;
        padding: 10px 10px 5px;
        border-bottom: solid 1px #f0f0f0;
    }

    .header-navigation-content ul {
        padding: 0;
        margin: 0 0 10px;
        list-style: none;
    }

    .header-navigation-content li {
        padding: 0;
        border: none !important;
    }

        .header-navigation-content li > a {
            display: block;
        }

/* header navigation description */
.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}

.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}

.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}

.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}

    .header-navigation .dropdown-menu .header-navigation-content-ext li > a {
        padding: 0 0 10px;
        color: #161617;
        display: inline-block;
    }

        .header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
        .header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
            background: #fff;
            color: #e6400c;
        }

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}

.header-navigation .dropdown-menu a {
    position: relative;
}

.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
    position: relative;
    top: 15px;
}

    /*.header-navigation li.menu-search span.sep {
        top: 0;
        width: 1px;
        height: 26px;
      
        position: relative;
        margin: 0 18px 0 16px;
        display: inline-block;
    }*/

    .header-navigation li.menu-search i {
        /*color: #333;*/
        font-size: 18px;
        cursor: pointer;
        position: relative;
        top: 15px;
        /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
        width: 15px;
        height: 15px;
        /*opacity: 0.6;*/
    }

/*.header-navigation li.menu-search i:hover {
            color: #e02222;
            background-position: 0 -15px;
        }*/
/*.header-navigation .fa-search:before {
	content: none;
}*/
/*override for medium size*/
@media only screen and (min-width: 1025px) and (max-width: 1205px) {
    .header-navigation li.menu-search i {
        top: -6px;
    }
}



.header-navigation .search-box {
    right: -7px;
    top: 100%;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    margin-top: 0;
    z-index: 22;
}

    .header-navigation .search-box:after {
        top: -8px;
        width: 0;
        height: 0;
        right: 8px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #e6400c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .header-navigation .search-box button {
        margin-left: 0 !important;
    }



/*override for large size*/
@media only screen and (min-width: 1206px) {
    .header-navigation .search-box {
        margin-top: 30px;
    }
}

.reduce-header .site-logo {
    padding-top: 9px;
    padding-bottom: 11px;
}

@media only screen and (min-width: 1025px) {
    .reduce-header .header-navigation > ul > li > a {
        padding: 16px 12px 17px;
    }

    .ecommerce .reduce-header .header-navigation > ul > li > a {
        padding: 23px 12px 20px;
    }

    .reduce-header .header-navigation li.menu-search {
        top: 14px;
    }

    .ecommerce .reduce-header .header-navigation li.menu-search {
        top: 21px;
    }
}

.reduce-header .mobi-toggler {
    margin-top: 12px;
}

.page-header-fixed .header .mobi-toggler {
    transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}

/* page slider */
.page-slider {
    margin-top: -25px;
    clear: both;
}

/* OWL styles */
.owl-buttons {
    position: absolute;
    top: -40px;
    right: 10px;
}

    .owl-buttons div {
        display: inline-block;
        width: 26px;
        height: 26px;
        margin-left: 5px;
        position: static;
        border-radius: 26px !important;
        text-indent: -100000px;
    }

    .owl-buttons .owl-prev {
        background: #fff url(../../pages/img/fa-angles.png) no-repeat 8px 8px;
    }

    .owl-buttons .owl-next {
        background: #fff url(../../pages/img/fa-angles.png) no-repeat -33px 8px;
    }

    .owl-buttons .owl-prev:hover {
        background: #e84d1c url(../../pages/img/fa-angles.png) no-repeat 8px -31px;
    }

    .owl-buttons .owl-next:hover {
        background: #e84d1c url(../../pages/img/fa-angles.png) no-repeat -33px -31px;
    }

/*  */
.content-slider .carousel-indicators {
    text-align: left;
    margin: 0;
    width: auto;
    left: 33px;
}

    .content-slider .carousel-indicators li,
    .content-slider .carousel-indicators li.active {
        width: 18px;
        height: 18px;
        margin: 0 9px 0 0;
        background: transparent;
        border: solid 2px #c9cdce;
        border-radius: 18px !important;
        z-index: 9999 !important;
    }

        .content-slider .carousel-indicators li.active {
            background: #6f7a7c;
            border-color: #9ea7a9;
        }



/* breadcrumb */
.breadcrumb {
    background: none;
    padding: 0;
    color: #010910;
    margin-bottom: 22px;
}

    .breadcrumb > li + li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f054 " !important;
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        color: #5f6d7b !important;
    }

    .breadcrumb a {
        color: #0c0101;
    }

    .breadcrumb > .active {
        color: #e6400c;
    }

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 60px; /* Footer height */
}


/* footer */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #4A535E;
}
/* footer */

/* TCards homepage */
.TCards {
    color: white;
    height: 300px;
    margin-bottom: 30px;
}

    .TCards img {
        width: 65%;
        height: 100%;
        object-fit: cover;
        float: left;
    }

    .TCards i {
        font-size: 1.4em;
    }

    .TCards .TCards_content {
        position: relative;
        float: left;
        width: 35%;
        height: 100%;
    }

        .TCards .TCards_content .iconspan {
            display: none;
        }

        .TCards .TCards_content h2 {
            margin: 0px;
            position: relative;
            padding-left: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
            width: 120%;
            font-size: 1.2em;
            text-transform: initial;
            border-radius: 0px 50px 50px 0px;
            letter-spacing: 0.5px;
            min-height: 47px;
        }

            .TCards .TCards_content h2 i {
                position: absolute;
                right: 6%;
                font-size: 1.3em;
                top: 25%;
            }

        .TCards .TCards_content p {
            padding-left: 10px;
            padding-top: 10px;
            padding-right: 5px;
            color: #2f2f2f;
            font-size: 1.2em;
        }

        .TCards .TCards_content span:last-child {
            position: absolute;
            bottom: 0px;
            right: 1%;
            padding-right: 5px;
            color: #2f2f2f;
            font-size: 0.8em;
        }

    .TCards.theme .TCards_content {
        background: #e0dadb;
    }

        .TCards.theme .TCards_content .iconspan {
            background: rgb(92, 47, 95);
        }

        .TCards.theme .TCards_content h2 {
            /*background: #a0202d;*/
            background: rgb(92, 47, 95);
        }

    .TCards span:last-child {
        position: absolute;
        bottom: 10px;
        right: 1%;
        padding: 10px;
        color: #2f2f2f;
        font-size: 0.8em;
    }

@media only screen and (min-width: 100px) and (max-width: 700px) {
    .TCards {
        height: 145px;
        margin-bottom: 0px;
    }

        .TCards .TCards_content {
            float: right;
            width: 100%;
            background-color: transparent !important;
            margin-bottom: 15px;
        }

            .TCards .TCards_content .iconspan {
                display: block;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                margin: 5px auto 5px;
                text-align: center;
            }

                .TCards .TCards_content .iconspan i {
                    line-height: 90px;
                    vertical-align: middle;
                    font-size: 3em;
                }

            .TCards .TCards_content h2 {
                width: 100%;
                border: none;
                border-radius: 0px 0px 0px 0px;
                color: #545456;
                background-color: transparent !important;
                text-align: center;
                padding: 0px;
            }

                .TCards .TCards_content h2 i {
                    display: none;
                }

            .TCards .TCards_content p,
            .TCards .TCards_content span {
                display: none;
            }

        .TCards img {
            display: none;
        }

    .TCards0 span {
        display: none;
    }

    .card-header_pruple {
        background: -moz-linear-gradient(-45deg, rgba(92,47,95,0) 0%, rgba(92,47,95,0) 53%, rgba(92,47,95,0.8) 93%, rgba(92,47,95,0.8) 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(92,47,95,0) 0%,rgba(92,47,95,0) 53%,rgba(92,47,95,0.8) 93%,rgba(92,47,95,0.8) 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(92,47,95,0) 0%,rgba(92,47,95,0) 53%,rgba(92,47,95,0.8) 93%,rgba(92,47,95,0.8) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c2f5f', endColorstr='#cc5c2f5f',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
    }

    .btn-link {
        color: rgb(0,0,0) !important;
    }

        .btn-link:hover {
            color: rgb(0,0,0) !important;
        }
}

@media only screen and (min-width: 701px) {
    .TCards {
        height: 215px;
    }

        .TCards .TCards_content h2 {
            width: 150%;
            font-size: 0.8em;
            display: flex;
            align-items: center;
        }

        .TCards .TCards_content p {
            font-size: 0.8em;
        }

        .TCards .TCards_content span:last-child {
            padding-bottom: 0px;
            font-size: 0.76em;
        }

    .TCards0 {
        border-radius: 0px 0px 0px 0px;
        min-height: 80px;
    }

        .TCards0 h2 {
            font-size: 1.2em;
        }

        .TCards0 span {
            position: absolute;
            right: 6%;
            bottom: 34%;
            font-size: 0.8em;
        }
}

@media only screen and (min-width: 991px) {
    .navbar-brand {
        display: inline-block;
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 2rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }

    .TCards {
        height: 300px;
    }

        .TCards .TCards_content h2 {
            width: 150%;
            font-size: 1em;
            line-height: 1.2668;
        }

        .TCards .TCards_content p {
            padding-left: 10px;
            padding-top: 10px;
            padding-right: 5px;
            color: #2f2f2f;
            font-size: 1em;
            font-weight: 600;
        }

    .card-header_pruple {
        background: -moz-linear-gradient(-45deg, rgba(92,47,95,0) 0%, rgba(92,47,95,0) 28%, rgba(92,47,95,0.8) 73%, rgba(92,47,95,0.8) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(92,47,95,0) 0%,rgba(92,47,95,0) 28%,rgba(92,47,95,0.8) 73%,rgba(92,47,95,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(92,47,95,0) 0%,rgba(92,47,95,0) 28%,rgba(92,47,95,0.8) 73%,rgba(92,47,95,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c2f5f', endColorstr='#cc5c2f5f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

    .btn-link {
        color: rgb(92,47,95) !important;
    }

        .btn-link:hover {
            color: rgb(92,47,95) !important;
        }
}

.container-fluid {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.theme-purple {
    background: rgb(92,47,95);
    color: rgb(255,255,255);
}

.theme-blue {
    background-color: #383e58;
    color: #d5d4d4;
}

.theme-gray {
    background: rgb(181,177,181);
    color: black;
}

.theme-red {
    background: rgb(160, 32, 45);
    color: white;
}

.box_border {
    background: rgb(123, 107, 119);
    position: relative;
    border: 5px solid white;
    margin: 20px;
}

    .box_border:after {
        content: '';
        position: absolute;
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        background: rgb(123, 107, 119);
        z-index: -1;
    }

.latest-list {
    padding: 10rem 25px;
}

.latest-list_2 {
    padding: 5rem 25px;
}

.latest-list_3 {
    padding: 10rem 25px;
    border-bottom: 1px solid black;
}

.latest-list_4 {
    padding: 5rem 25px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.example1 {
    padding: 10rem 25px;
    background: url(/Content/img/base/justicia.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sticky {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
}

h2.main-head {
    overflow: hidden;
    text-align: center;
}

    h2.main-head:before,
    h2.main-head:after {
        background-color: #000;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h2.main-head:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h2.main-head:after {
        left: 0.5em;
        margin-right: -50%;
    }

.nav-link {
    font-size: 17px !important;
}


@media only screen and (min-width: 100px) and (max-width: 767.9px) {
    /*.tiles {
        height: 145px;
        margin-bottom: 0px;
    }*/

        .tiles .titleh2 {
            float: right;
            width: 100%;
            background-color: transparent !important;
            margin-bottom: 15px;
        }

            .tiles .titleh2 .iconspan {
                display: block !important;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                margin: 5px auto 5px;
                text-align: center;
            }

        .tiles .titleh2 {
            background: rgb(92, 47, 95);
        }

            .tiles .titleh2 .iconspan i {
                line-height: 90px;
                vertical-align: middle;
                font-size: 3em;
            }

            .tiles .titleh2 .iconspan i {
                line-height: 90px;
                vertical-align: middle;
                font-size: 3em;
            }

            .tiles .titleh2 h2 i {
                display: none;
            }

        .tiles .titleh2 {
            float: right;
            width: 100%;
            background-color: transparent !important;
            margin-bottom: 15px;
        }

    .tile .details {
        display: none;
    }

    .tile img {
        display: none;
    }


    .tiles .titleh2 h2 {
        width: 100% !important;
        border: none;
        border-radius: 0px 0px 0px 0px;
        color: #545456;
        background-color: transparent !important;
        text-align: center;
        padding: 0px;
    }

    .askbtn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        padding-top: .5em;
        padding-bottom: .5em;
    }

        .askbtn img {
            display: none;
        }

    .circle-txt {
    }

    .image-container {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        text-align: center;
        padding-top: .5em;
        padding-bottom: .5em;
    }

        .image-container img {
            display: none;
        }
}

@media only screen and (min-width: 768px) {

    .tiles .tile {
        width: 100%;
        display: block;
        margin: 10px;
        text-align: left;
        opacity: .99;
        overflow: hidden;
        position: relative;
        border-radius: 3px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    }

        .tiles .tile:before {
            content: '';
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
            width: 100%;
            height: 50%;
            opacity: 0;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 2;
            transition-property: top, opacity;
            transition-duration: 0.3s;
        }

        .tiles .tile img {
            display: block;
            width: 100%;
            /*max-width: 100%;*/
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
        }

        .tiles .tile .details {
            font-size: 16px;
            padding: 20px;
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
        }

            .tiles .tile .details span {
                display: block;
                opacity: 0;
                position: relative;
                top: 100px;
                transition-property: top, opacity;
                transition-duration: 0.3s;
                transition-delay: 0s;
            }

            .tiles .tile .details .title {
                line-height: 1;
                font-weight: 600;
                font-size: 20px;
            }

            .tiles .tile .details .info {
                line-height: 1.2;
                margin-top: 5px;
                font-size: 16px;
                font-weight: 700;
            }

        .tiles .tile:focus:before,
        .tiles .tile:focus span, .tiles .tile:hover:before,
        .tiles .tile:hover span {
            opacity: 1;
        }

        .tiles .tile:focus:before, .tiles .tile:hover:before {
            top: 50%;
        }

        .tiles .tile:focus span, .tiles .tile:hover span {
            top: 0;
        }

        .tiles .tile:focus .title, .tiles .tile:hover .title {
            transition-delay: 0.15s;
        }

        .tiles .tile:focus .info, .tiles .tile:hover .info {
            transition-delay: 0.25s;
        }

    .titleh2 {
        /*position: sticky;
        top: 45px;
        left: 0px;
        width: 60%;
        height: 100%;*/
        /*position: absolute;
        top: 0px;*/
        width: 100%;
        height: 100%;
    }

    .tiles .titleh2 h2 {
        width: 150%;
        font-size: 0.8em;
        display: flex;
        align-items: center;
    }

    /* Ask a Question buttons */
    .askbtn {
        cursor: pointer;
        height: 100%;
        position: relative;
        overflow: hidden;
        width: 100%;
        text-align: center;
        border-radius: 50%;
    }

        .askbtn .fadedbox {
            background-color: #CCC;
            position: absolute;
            top: 0;
            left: 0;
            color: #fff !important;
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            opacity: 0;
            width: 100%;
            max-width: 100%;
            height: auto;
            padding: 110px 20px;
            border-radius: 50%;
        }

        .askbtn:hover .fadedbox {
            opacity: 0.8;
        }

        .askbtn .text {
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            transform: translateY(30px);
            -webkit-transform: translateY(30px);
        }

        .askbtn .title {
            font-size: 1em;
            /*text-transform: uppercase;*/
            opacity: 0;
            transition-delay: 0.2s;
            transition-duration: 0.3s;
        }

        .askbtn:hover .title,
        .askbtn:focus .title {
            opacity: 1;
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
        }
    /* Ask a Question buttons */

    .image-container {
        width: 105%;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

        .image-container img {
            max-width: 100%;
            height: auto;
            display: block; /* added this */
        }

        .image-container a {
            position: absolute;
            color: #fff;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 0;
            z-index: 2;
            cursor: pointer !important;
        }

        .image-container .image-overlay {
            opacity: 0;
            position: absolute;
            color: #fff;
            background: rgba(240, 240, 240, 0.7);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            padding: 0;
            text-align: center;
            font-size: 40px;
            -webkit-transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -ms-transition: opacity .5s ease-in-out;
            -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
            z-index: 1;
            border-radius: 50%;
        }

        .image-container:hover .image-overlay, .image-container:focus .image-overlay {
            opacity: 1;
        }

        .image-container .image-overlay button {
            position: absolute;
            top: 50%;
            left: 49%;
            transform: translate(-50%,-50%);
            width: 80%;
        }

    /* Ask a Question buttons */
    /* Top of page circle */
    .res-circle {
        width: 100%;
        border: solid 25px #5c2f5f;
        border-radius: 50%;
        opacity: .4;
        position: relative;
    }

        .res-circle:after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }

    .arc-start {
        border-color: transparent #5c2f5f #5c2f5f #5c2f5f;
        -webkit-transform: rotate(60deg);
        -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .circle-txt {
        position: absolute;
        bottom: 50%;
        left: 25%;
        width: 100%;
        font-weight: bold;
        text-align: right;
        font-weight: bold;
        padding: .5em;
        font-size: 20px;
    }

        .circle-txt p {
            margin: auto; /* Important */
            text-align: center;
        }

    .table-img {
        position: absolute;
        left: 0%;
        opacity: .7;
    }

    .table-img-ext {
        position: absolute;
        left: 0%;
        opacity: .7;
        height: 450px;
    }

    .table-img-right {
        position: absolute;
        right: 0%;
        opacity: .7;
    }

    /* Top of page circle */
    /* Table of Content  - Get Started page */

    [data-entrance], [data-anim] {
        visibility: hidden;
    }

    .toc_slide-in li {
        opacity: 0;
        animation: slideintoc var(--bezier) 3s forwards;
    }

    @keyframes slideintoc {
        from {
            margin-left: 100%;
            width: 200%;
            opacity: 0;
        }

        to {
            margin-left: 0%;
            width: 100%;
            opacity: 1;
        }
    }

    .toc_slide-in li:nth-child(1) {
        animation-delay: 100ms
    }

    .toc_slide-in li:nth-child(2) {
        animation-delay: 200ms
    }

    .toc_slide-in li:nth-child(3) {
        animation-delay: 300ms
    }

    .toc_slide-in li:nth-child(4) {
        animation-delay: 400ms
    }

    .toc_slide-in li:nth-child(5) {
        animation-delay: 500ms
    }

    .toc_slide-in li:nth-child(6) {
        animation-delay: 600ms
    }

    .toc_slide-in li:nth-child(7) {
        animation-delay: 700ms
    }

    .toc_slide-in li:nth-child(8) {
        animation-delay: 800ms
    }

    .toc_slide-in li:nth-child(9) {
        animation-delay: 900ms
    }

    .toc_slide-in li:nth-child(10) {
        animation-delay: 1000ms
    }

    .toc_slide-in li:nth-child(11) {
        animation-delay: 1100ms
    }

    .toc_slide-in li:nth-child(12) {
        animation-delay: 1200ms
    }

    .toc_slide-in li:nth-child(13) {
        animation-delay: 1300ms
    }
    /* slide in list */
    /* Effect 21: borders slight translate */
    .cl-effect-21 a {
        /*padding: 10px;*/
        padding-top: 5px;
        padding-bottom: 5px;
        color: black !important;
        /*color: rgb(92, 47, 95);*/
        font-weight: 700;
        text-shadow: none;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

        .cl-effect-21 a::before,
        .cl-effect-21 a::after {
            position: absolute;
            left: 0;
            width: 100%;
            height: 1px;
            background: #5c2f5f !important;
            content: '';
            opacity: 0;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .cl-effect-21 a::before {
            top: 0;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            transform: translateY(-10px);
        }

        .cl-effect-21 a::after {
            bottom: 0;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            transform: translateY(10px);
        }

        .cl-effect-21 a:hover,
        .cl-effect-21 a:focus {
            color: rgb(92, 47, 95) !important;
        }

            .cl-effect-21 a:hover::before,
            .cl-effect-21 a:focus::before,
            .cl-effect-21 a:hover::after,
            .cl-effect-21 a:focus::after {
                opacity: 1;
                -webkit-transform: translateY(0px);
                -moz-transform: translateY(0px);
                transform: translateY(0px);
            }

    .TOC_bullet a {
        position: relative;
        display: inline-block;
        /*margin: 15px 25px;*/
        outline: none;
        /*color: #fff;*/
        text-decoration: none;
    }

        .TOC_bullet a:hover,
        .TOC_bullet a:focus {
            outline: none;
        }

    .TOC_bullet {
        list-style-type: none;
    }
    /* Parallax sections start */
    .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    main {
        display: block;
        background-color: #fff;
    }

    section.section:last-child {
        margin-bottom: 0;
    }

    section.section h2 {
        margin-bottom: 40px;
        font-size: 30px;
    }

    section.section p {
        /*margin-bottom: 40px;
        font-size: 16px;
    font-weight: 300;*/
    }

        section.section p:last-child {
            margin-bottom: 0;
        }

    section.section ol > li p:only-child {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    section.section.content {
        padding: 40px 0;
    }

    /*section.section.parallax {
    height: 200px;
    width:100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/
    section.section.parallax {
        height: 200px;
        background-repeat: no-repeat;
        /*-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
        background-position: center center;
    }

        section.section.parallax h2 {
            color: black;
            /*color: rgba(253, 251, 251, 0.94);*/
            line-height: 200px;
            font-weight: 500;
            text-align: center;
            /* text-transform: uppercase; */
            /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.72);
        text-shadow: 1px 1px #afafaf, 2px 2px #afafaf, 3px 3px #afafaf;*/
        }

    section.section.parallax-1 {
        background-image: url("/Content/img/base/banner_aq.png");
    }

    section.section.parallax-2 {
        background-image: url("/Content/img/base/banner_red.png");
    }

    section.section.parallax-3 {
        background-image: url("/Content/img/base/banner_sky.png");
    }

    section.section.parallax-4 {
        background-image: url("/Content/img/base/banner_blue.png");
    }

    section.section.parallax-5 {
        background-image: url("/Content/img/base/new_banner.png");
    }
    /* Parallax sections start */
}

.tile {
    color: white !important;
}

.tiles .titleh2 .iconspan {
    display: none;
}

.tiles .titleh2 h2 {
    margin: 0px;
    /*position: relative;*/
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    width: 130%;
    font-size: 1.2em;
    text-transform: initial;
    border-radius: 0px 50px 50px 0px;
    letter-spacing: 0.5px;
    min-height: 47px;
}

.tiles h2 {
    background: rgb(92, 47, 95);
}

.tiles .iconspan {
    background: rgb(92, 47, 95);
}

.tiles h2 i {
    position: absolute;
    right: 6%;
    font-size: 1.3em;
    /*top: 25%;*/
}

/* Google maps */
#map {
    height: 100%;
}



/* Jquery UI tab */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: rgb(92, 47, 95) !important;
    font-weight: normal;
    color: #fff;
}

/* registry bullets */
ul.reg_do {
    list-style-type: none;
}

    ul.reg_do > li {
        background-image: url('/Content/img/base/icons/green_arrow.svg');
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: 0 .3em;
        padding-left: 2em;
        margin: .5em 0;
        line-height: 25px;
    }

ul.reg_dont {
    list-style-type: none;
}

ul.arrows {
    list-style-type: none;
}

    ul.arrows li::before {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        padding: 0 10px 0 0;
        font-weight: 900;
    }

    ul.arrows > li {
        margin: .5em 0;
        line-height: 25px;
    }

ul.reg_dont > li {
    background-image: url('/Content/img/base/icons/red_x.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 0 .3em;
    padding-left: 2em;
    margin: .5em 0;
    line-height: 24px;
}
/* registry bullets */
select {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    background-color: #fff;
    outline: none;
    /*background-color: #eee;*/
}

    select:focus,
    select:active {
        border-color: transparent;
        border-bottom: 2px solid rgb(92, 47, 95);
    }

.form-check span {
    padding-right: 10px;
}

/* Table of Content  - Get Started page */
.box_toc_inner {
    padding: 10px;
}

.box_toc_leftside {
    font-weight: 700;
}

/*.TOC_bullet li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f24e";
    font-weight: 900;
    position: relative;
    left: -0.5em;
}*/


/* Scroll to top button */
#ScrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(92, 47, 95);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #ScrollTopBtn:hover {
        background-color: rgb(92,47,95);
    }


.cms__title {
    border: solid 2px black;
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    margin: 0;
    /*max-width: 420px;*/
    opacity: .6;
    padding: 0 0 75%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(calc(-50% - 80px),-50%);
    transform: translate(calc(-50% - 80px),-50%);
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
    width: 100%;
    z-index: 1;
}

.cms__title_text {
    background: rgb(92, 47, 95);
    color: black !important;
}


@media only screen and (max-width: 768px) {
    .table-img {
        display: none;
    }

    .table-img-ext {
        display: none;
    }

    .res-circle {
        border: none !important;
    }

    .circle-txt {
        /*position: absolute !important;
        bottom: -30% !important;*/
    }

    .TOC_bullet a {
        text-decoration: underline !important;
    }


    ul.TOC_bullet {
        margin: 0;
        padding: 0;
    }
}


span.anchor_para {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

span.anchor_h2 {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/* Numbers */
.numbers {
    padding: 50px 0
}

    .numbers .hexagon {
        width: 230px;
        height: 270px;
        opacity: .35;
        top: 100px;
        right: 0;
        margin-right: -160px
    }

    .numbers ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .numbers ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
            list-style-type: none
        }

            .numbers ul li .number {
                font-size: 54px;
                font-weight: 600;
                color: #695b9c
            }

@media only screen and (max-width:640px) {
    .numbers ul {
        display: block
    }

        .numbers ul li {
            text-align: center;
            padding: 20px 0
        }
}

.wrapper-small {
    max-width: 980px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* court buttons */
.btn-primary {
    color: #fff !important;
    background-color: #5c2f5f; /* Court purple */
    border-color: #5c2f5f; /* Court purple */
    /*background-color: #007bff;
            border-color: #007bff;*/
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff !important;
        background-color: #5c2f5f; /* Court purple */
        border-color: #5c2f5f; /* Court purple */
        /*background-color: #007bff;
            border-color: #007bff;*/
    }

    .btn-primary:hover {
        color: #fff !important;
        background-color: #743b78;
        border-color: #8d4791;
        /*background-color: #0069d9;
                border-color: #0062cc;*/
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #8d4791;
        border-color: #a654ab;
        /*background-color: #0062cc;
                border-color: #005cbf;*/
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 47, 95,.5);
        }

.btn-primary {
    border-radius: 20px;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #743b78;
        border-color: #8d4791;
        box-shadow: 0 0 0 0.2rem rgba(92, 47, 95,.5);
    }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#chat_botton_online {
    display: inline-block !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    overflow: visible !important;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #fff;
    background-color: #5c2f5f;
    border-color: #5c2f5f;
    border-radius: 20px;
    text-transform: none;
}

    #chat_botton_online:before {
        font-family: "Font Awesome 5 Free";
        content: "\f086 \00a0";
        font-weight: 900;
    }

.lz_text_link {
    color: #fff !important;
    background-color: #5c2f5f !important; /* Court purple */
    border-color: #5c2f5f !important; /* Court purple */
}

    .lz_text_link:hover {
        color: #fff !important;
        background-color: #743b78 !important;
        border-color: #8d4791 !important;
        text-decoration: none !important;
    }

a.fc-event:hover {
    cursor: pointer !important;
}

.fc-head {
    background-color: rgba(92, 47, 95,.5);
}

.btn-primary {
    color: #fff;
    background-color: #5c2f5f; /* Court purple */
    border-color: #5c2f5f; /* Court purple */
}

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #5c2f5f; /* Court purple */
        border-color: #5c2f5f; /* Court purple */
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #743b78;
        border-color: #8d4791;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #8d4791;
        border-color: #a654ab;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(92, 47, 95,.5);
        }
/* court buttons */
/* judge images */
.jdg_container {
    position: relative;
    /*width: 75%;*/
}

.jdg_image {
    display: block;
    width: 100%;
    height: auto;
}

.jdg_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(92, 47, 95, .8);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.jdg_container:hover .jdg_overlay {
    height: 100%;
}

.jdg_container:hover a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
    text-decoration: underline;
}

.jdg_container a {
    color: white !important;
}

.jdg_text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/*
    Videos
*/
.controls button[data-state="subtitles"] {
    height: 85%;
    text-indent: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    color: #666;
    background: #000;
    border-radius: 2px;
}

.subtitles-menu {
    display: none;
    position: absolute;
    bottom: 14.8%;
    right: 20px;
    background: #666;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100px;
    padding: 10px;
}

    .subtitles-menu li {
        padding: 0;
        text-align: center;
    }

        .subtitles-menu li button {
            border: none;
            background: #000;
            color: #fff;
            cursor: pointer;
            width: 90%;
            padding: 2px 5px;
            border-radius: 2px;
        }
/* Get Started vid */


/*common setup code*/
.sectionHeader {
    font-size: 18px;
    text-align: center;
    color: #5c2f5f;
    margin: 30px 0;
}

    .sectionHeader .header {
        font-size: 26px;
    }

span.header {
    font-size: 24px;
    background-color: #FFF;
    position: relative;
    z-index: 50;
    padding: 0 9px 0 9px;
}

.header img {
    opacity: .45;
}

/*version 2*/

.header.ver2 {
    font-size: 30px;
}

    .header.ver2::before {
        content: " ";
        display: block;
        position: absolute;
        width: 30em;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%);
        z-index: -1;
        margin-top: 0;
        border-top: 1px solid #5c2f5f;
    }

.dlhead img {
    float: right;
    margin: 0 0 20px 20px;
}

.dlhead p {
    font-size: 22px;
    font-weight: bold;
    /*text-align: justify;
            text-indent: 2em;*/
}
/* Careers*/
.showSlide {
    display: none
}

    .showSlide img {
        height: 320px !important;
    }

        .showSlide img:hover {
            cursor: pointer !important;
        }

.sliderInner {
    margin: auto;
    width: 100%;
}

.Imagecontainer {
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .Imagecontainer .tipz {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: black;
        color: white;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
        border-radius: 25px;
    }

    .Imagecontainer a:hover .tipz {
        padding: 8px 15px;
        visibility: visible;
        opacity: 0.7;
    }

.slidercontainer {
    width: 380px;
    height: 320px;
    position: relative;
    overflow: hidden;
}

    .slidercontainer .tipz {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: black;
        color: white;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s, opacity 0.5s linear;
        transition: visibility 0s, opacity 0.5s linear;
        border-radius: 25px;
    }

    .slidercontainer a:hover .tipz {
        padding: 8px 15px;
        visibility: visible;
        opacity: 0.7;
    }

.slidedesc {
    margin-top: 50px;
    height: 320px;
}


.slideleft, .slideright {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
}

.slideleft {
    border-radius: 20px 0 0 20px;
}

.slideright {
    right: 0;
    border-radius: 0 20px 20px 0;
}

    .slideleft:hover, .slideright:hover {
        background-color: rgba(115, 115, 115, 0.5);
        color: white !important;
    }

.slideactive {
    background-color: #717171;
}

.fadeee {
    animation: fadeee ease 2s;
    -webkit-animation: fadeee ease 2s;
    -moz-animation: fadeee ease 2s;
    -o-animation: fadeee ease 2s;
}

@keyframes fadeee {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeee {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeee {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeee {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
/* FAQ styles */
.panel-heading h4 {
    /*text-align: center;*/
    margin: 30px 0px;
    color: #444;
}

.panel-heading a:hover, .panel-heading a:focus {
    text-decoration: none;
    outline: none;
}

/******************* Accordion Demo - 5 *****************/
.panel-group .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 50px;
}

.panel-group .panel-title a {
    display: block;
    padding: 10px 20px 10px 60px;
    background: rgb(92, 47, 95);
    border-radius: 30px;
    border: 2px solid rgb(130,66,134);
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
    position: relative;
}

    .panel-group .panel-title a.collapsed {
        border: 2px solid #bbb;
        background: #fff;
        color: black !important;
    }

        .panel-group .panel-title a.collapsed:focus, .panel-group .panel-title a:focus {
            font-weight: bold;
        }

        .panel-group .panel-title a.collapsed:focus {
            background-color: #f4f4f4;
        }

        .panel-group .panel-title a:before,
        .panel-group .panel-title a.collapsed:before {
            content: "\f068";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            background: rgb(92, 47, 95);
            font-size: 18px;
            color: #fff;
            text-align: center;
            border-right: 3px solid #fff;
            position: absolute;
            top: -10px;
            left: -30px;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }

        .panel-group .panel-title a.collapsed:before {
            content: "\f067";
            background: #bbb;
            border: none;
        }

.panel-group .panel-body {
    padding: 10px 15px 0;
    margin: 0 0 0 30px;
    border: none;
    /*font-size: 14px;
            color: #333;
            line-height: 28px;*/
    position: relative;
}

    .panel-group .panel-body:before {
        content: "";
        display: block;
        width: 5px;
        height: 98%;
        background: rgb(92, 47, 95);
        position: absolute;
        top: 0;
        left: -30px;
    }

    .panel-group .panel-body:after {
        content: "";
        border-top: 20px solid rgb(92, 47, 95);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        bottom: 0;
        left: -48px;
    }

a {
    color: blue !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: rgba(92, 47, 95,.8) !important;
    border-left: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.nav-tabs > li > a:hover {
    border-color: #ccc;
    background-color: #f4f7f9;
}

.nav-tabs {
    display: flex;
}

    .nav-tabs li {
        display: flex;
        flex: 1;
    }

        .nav-tabs li a {
            flex: 1;
        }

    .nav-tabs > li > a {
        line-height: 1.42857143;
        margin-right: 2px;
        padding: 40px 10px 10px 10px;
        border: 1px solid transparent;
        border-radius: 3px;
        background-color: #f4f7f9;
    }

.page-item.active .page-link {
    color: #fff !important;
    background-color: rgb(92, 47, 95);
    border-color: rgb(92, 47, 95);
}

.banner {
    padding-bottom: 5px;
    background-color: rgb(92, 47, 95);
}

.mediabox {
    position: absolute;
    top: 50%;
    left: 31%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,.7);
    padding: 20px;
    width: 40%;
    border-radius: 25px;
}

#chatack .modal-dialog, #reqcallback .modal-dialog {
    overflow-y: initial !important
}

#chatack .modal-body, #reqcallback .modal-body {
    height: 75vh;
    overflow-y: auto;
}

/* TCC EFiling call */
.errorMsg {
    color: #e50000;
    font-weight: bold;
    font-size: larger;
}
/*.errorMsg:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f057 ";
    }*/
/* TCC EFiling call */
.hiddenMail {
    cursor: pointer !important;
}
/* FAQ icons boxes */
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    /*padding-right: .5em;*/
}

.aboutUs::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f05a";
}

.Settle::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f2b5";
}

.HearingPrep::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f0ae";
}

.AfterHearing::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f24e";
}

.DayOfHearing::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f073";
}

.ProcedRep::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f500";
}