﻿@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    font: 14px "Inter", sans-serif;
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-toggle {
    white-space: inherit;
}

.text-black, .featured-links ul li a {
    color: #000;
}

.container {
    max-width: 1448px;
}

.light-theme-bg, .points-dropdown button:hover {
    background-color: #EBEAF4;
}

.bg1 {
    background-color: #DCDFFF;
}

.bg2 {
    background-color: rgba(84, 76, 68, 0.1);
}

.orange-bg, .nav.nav-tabs .nav-link.active {
    background-color: #FCDFC3;
}

.orange-bg2 {
    background-color: #FFF3E8;
}

.grey-bg {
    background: rgba(134, 138, 162, 0.4);
}

.content-bg, .login-content {
    background-color: #F3F5F9;
}

.content-bg h4 {
    margin-top:5px;
}

    .content-bg.box {
        padding: 10px;
    }

 
/*.box p{
     text-align: justify;
}*/

.box:not(.box:has(h4)) {
    background-color: transparent !important;
	   
}

 
 

.light-theme-color {
    color: #EBEAF4;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.color1 {
    color: #50468A;
}

.color2 {
    color: #665D98;
}

.color4 {
    color: #7C7C7C;
}

.text-green {
    color: rgba(4, 130, 1, 0.7);
}

.theme-color {
    color: #4C418A;
}

.theme-color2 {
    color: #351FB2;
}

.theme-bg3 {
    background-color: #4E428F;
}

.color3 {
    color: #BF6519;
}

.light-color {
    color: rgba(0, 0, 0, 0.75);
}

.lh-custom {
    line-height: 1.6;
}
.lh-custom {
    margin-bottom:10px;
}

.top-bar {
    background: linear-gradient(90deg, #351FB2 -4.75%, #50468A 107.12%);
    
}
.logo {
    max-width:175px;
}

.hat:before {
    font-family: FontAwesome;
    padding-right: 0.5em;
    content: '\f2be';
    color: #50468a;
}

.searchtop {
    margin-left: 20px;
    margin-right: 5px !important;
}

    .top-bar a {
        color: #fff;
        text-decoration: none;
        margin-right: 2rem;
    }

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

    .top-bar {
        text-align: right;
    }

        .top-bar .d-flex {
            align-items: center;
            justify-content: center;
        }

        .top-bar a {
            margin-right: 0.8rem;
        }
}

.section-spacing-top {
    margin-top: 100px;
}

.top-submenu {
    margin-top: 15px !important;
    max-width: 60vw;
}

    .top-submenu a {
        color: #000;
    }

.footer-menu-title {
    text-transform: lowercase;
    display: inline-block
}

    .footer-menu-title::first-letter {
        text-transform: uppercase
    }

@media screen and (max-width: 768px) {
    .section-spacing-top {
        margin-top: 40px;
    }
}

.border-theme {
    border: 1px solid #4C418A;
}

.fs-48 {
    font-size: 24px;
}

.disussioncontainer {
    margin-right: 0;
}

@media screen and (min-width: 991px) {
    .fs-48 {
        font-size: 48px;
    }

    .disussioncontainer {
        margin-right: 5em;
    }
}



.fs-18, .featured-links ul li a, .navbar .nav-item .nav-link {
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .fs-18, .featured-links ul li a, .navbar .nav-item .nav-link {
        font-size: 16px;
    }
}



.fs-14 {
    font-size: 14px;
}

.fs-13 {
    font-size: 13px;
}

.p-10 {
    padding: 10px;
}

.navbar .nav-item .nav-link {
    color: #000;
}
.home-page-banner img {
    filter: brightness(.4);
}



.home-page-banner .banner-content {
    font-size: calc(2.8rem + 1vw);
    font-weight: bold;
}



@media screen and (max-width: 767px) {
    .home-page-banner .banner-content {
        font-size: calc(1.5rem + 1vw);
        padding: 0 1rem;
    }
}

@media screen and (max-width: 1140px) {
    .home-page-banner img {
        height: 60vh;
        object-fit: cover;
    }
}



.featured-links {
    margin-top: -4rem;
    position: relative;
}

    .featured-links .col-md-8 {
        padding: 2rem;
        background-color: #fff;
        border: 1px solid #4C418A;
    }

@media screen and (max-width: 768px) {
    .featured-links .col-md-8 {
        padding: 0.5rem;
    }
}

.featured-links ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .featured-links ul {
        flex-wrap: wrap;
        gap: 1rem;
    }

        .featured-links ul li {
            flex: 0 0 47%;
        }
}

.featured-links ul li a {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .featured-links ul li a {
        font-size: 16px;
    }
}

.featured-links ul li a i {
    height: 52px;
    display: block;
}

.mt-n5 {
    margin-top: -3rem;
}

.mt-n3 {
    margin-top: -1.5rem;
}

.img-container {
    position: relative;
    width: 400px;
    height: 400px;
}

@media screen and (max-width: 1366px) {
    .img-container {
        width: 340px;
        height: 340px;
    }
}

@media screen and (max-width: 1200px) {
    .img-container {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .img-container {
        width: 300px;
        height: 300px;
        margin: 30px auto;
    }
}

@media screen and (max-width: 420px) {
    .img-container {
        width: 200px;
        height: 200px;
        margin: 30px 45px;
    }
}

/*
.img-container .img1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
}

.img-container .img2 {
    position: absolute;
    z-index: 1;
    width: 300px;
    top: 160px;
    left: 160px;
}*/
.img-container .img1 {
      position: absolute;
    z-index: 2;
    width: 60%;
    top: 0;
    left: 0;
}

.img-container .img2 {
position: absolute;
    z-index: 1;
    width: 270px;
    top: 45px;
    left: 36px;
}


@media screen and (max-width: 1366px) {
    .img-container .img2 {
        left: 86px;
    }
}

@media screen and (max-width: 1200px) {
    .img-container .img2 {
        width: 120px;
        top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .img-container .img2 {
        width: 250px;
    }
}

@media screen and (max-width: 420px) {
    .img-container .img2 {
        width: 180px;
    }
}

.points-dropdown .dropdown-menu {
    width: 100%;
}

.points-dropdown button {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 1rem;
}

    .points-dropdown button:hover {
        color: #4C418A;
    }

    .points-dropdown button:after {
        border: 0;
        content: "";
        background: url(/images/drop-down-icon.svg);
        width: 30px;
        height: 30px;
        position: absolute;
        right: 16px;
    }

.featured-bg .fs-2 {
    position: relative;
}

    .featured-bg .fs-2::after {
        background-image: url(/images/clarity_world-line.png);
        content: "";
        width: 145px;
        height: 145px;
        display: inline-block;
        position: absolute;
        right: 0px;
        top: -24px;
    }

@media screen and (max-width: 1366px) {
    .featured-bg .fs-2::after {
        right: 0;
        left: 0;
        margin: auto;
    }
}

.gradient-resources {
    background-color: #fd1022;
    background-image: linear-gradient(to right, #fd1022, #fd5c02);
}

    .gradient-resources:hover {
        color: #EBEAF4;
    }

.gradient-directories {
    background-color: #6089f6;
    background-image: linear-gradient(to right, #58baf1, #6089f6);
}

    .gradient-directories:hover {
        color: #EBEAF4;
    }

footer {
    background: linear-gradient(90.08deg, #351FB2 -5.29%, #50468A 100.99%);
    color: #fff;
    font-size: 16px;
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: #EBEAF4;
        }

    footer hr {
        border-top: 1px solid #ffffff69;
        opacity: 0.4;
    }

@media screen and (max-width: 600px) {
    .soical-icons svg {
        width: 28px;
    }
}

.theme-btn2 {
    background-color: #4E428F;
}

.form-control, .form-select {
    height: 50px;
    border-color: #4C418A;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    .login-content {
        height: auto;
        padding: 2rem 0 1rem;
    }
}

.login-content .bi {
    background-image: url(/images/close-icon.svg);
    width: 30px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 45px;
}

.side-bar ul {
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 991px) {
    .side-bar ul {
        display: flex;
        flex-wrap: wrap;
    }
}

.side-bar ul li {
    margin-bottom: 0.8rem;
}

@media screen and (max-width: 991px) {
    .side-bar ul li {
        flex: 0 0 44%;
    }
}

.side-bar ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding: 1rem 1rem 1rem 1.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

    .side-bar ul li a svg {
        margin-right: 1rem;
    }

    .side-bar ul li a:hover, .side-bar ul li a.active {
        background-color: #E0DEF8;
    }

        .side-bar ul li a:hover::before, .side-bar ul li a.active::before {
            width: 10px;
            background-color: #928DCA;
            height: 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

@media screen and (max-width: 991px) {
    .side-bar ul li a {
        font-size: 14px;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    }

        .side-bar ul li a svg {
            width: 20px;
            margin: 0 0.5rem;
        }

        .side-bar ul li a span {
            white-space: nowrap;
        }
}

.search {
    position: relative;
}

    .search i {
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .search input {
        padding-left: 2.5rem;
        font-style: italic;
        background: rgba(74, 73, 75, 0.03);
        border: 1px solid rgba(53, 31, 178, 0.3);
    }

.modal-backdrop {
    background-color: transparent;
}

.modal-content {
    box-shadow: 4px -4px 33px rgba(61, 45, 152, 0.22);
    border: 1px solid rgba(40, 39, 39, 0.29);
}

.card-link {
    border: 1px solid #D7D2F2;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
}

    .card-link:hover, .card-link.active {
        background-color: #D7D2F2;
        color: #000;
    }

.form-check {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 2rem;
}

    .form-check .form-check-input {
        margin-left: -2rem;
    }

    .form-check label {
        margin-left: 0.5rem;
    }

.form-check-input[type=checkbox], .form-check-input input[type=checkbox] {
    border-color: #7C7C7C;
    background-color: #EBEAF4;
    width: 20px;
    height: 20px;
}


    .form-check-input[type=checkbox]:checked, .form-check-input input[type=checkbox]:checked {
        background-image: url(/images/checkmark.png);
    }




.sidebar-nav .accordion .accordion-item {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

    .sidebar-nav .accordion .accordion-item .accordion-header {
        margin-bottom: 1rem;
    }

    .sidebar-nav .accordion .accordion-item .accordion-button {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        font-size: 18px;
        padding: 0;
        margin-bottom: 0.8rem;
    }

        .sidebar-nav .accordion .accordion-item .accordion-button:after {
            margin-left: 0.5rem;
            background-image: url(/images/caret.svg);
            width: 10px;
            height: 7px;
            background-size: auto;
        }

        .sidebar-nav .accordion .accordion-item .accordion-button:focus {
            border: 0;
        }

        .sidebar-nav .accordion .accordion-item .accordion-button:not(.collapsed) {
            color: black;
        }

@media screen and (max-width: 767px) {
    .table-data .table-head.light-theme-bg .row, .table-data .points-dropdown button.table-head:hover .row, .points-dropdown .table-data button.table-head:hover .row {
        border-bottom: 1px solid #d5d4d7;
    }

        .table-data .table-head.light-theme-bg .row .col-6, .table-data .points-dropdown button.table-head:hover .row .col-6, .points-dropdown .table-data button.table-head:hover .row .col-6 {
            padding: 0.5rem;
            border: 1px solid #d5d4d7;
            border-bottom: 0 solid #d5d4d7;
            min-height: 54px;
        }
}

.table-data .table-body .table-item {
    border: 1px solid #351FB2;
    border-top-width: 4px;
}

    .table-data .table-body .table-item [class^=col-] {
        padding: 1rem;
        border-right: 1px solid #EBEAF4;
    }

@media screen and (max-width: 767px) {
    .table-data .table-body .table-item [class^=col-] {
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #EBEAF4;
    }
}

.table-data .table-body .accordion-body {
    padding: 1rem;
}

.table-data .table-body .accordion-item {
    border: 1px solid #351FB2;
    border-radius: 0;
}

.custom-outline-btn {
    color: #EB1F1F;
    border: 1px solid #FB1607;
}

    .custom-outline-btn:hover {
        background-color: #FB1607;
        color: #fff;
    }

.advance-filters .dropdown .btn:focus {
    box-shadow: none;
    color: #351FB2;
}

.advance-filters .dropdown .btn:hover {
    color: #351FB2;
}

.advance-filters .dropdown .dropdown-menu {
    position: relative !important;
    transform: none !important;
    border: 0;
    background-color: transparent;
}

#side-nav-directory.accordion .accordion-item {
    background-color: #EBEAF4;
    border: 0;
    border-radius: 0;
    padding: 1rem;
    margin-bottom: 1rem;
}

    #side-nav-directory.accordion .accordion-item .accordion-header {
        margin-bottom: 0;
    }

    #side-nav-directory.accordion .accordion-item .accordion-button {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        font-size: 18px;
        padding: 0;
        margin-bottom: 0;
    }

        #side-nav-directory.accordion .accordion-item .accordion-button:after {
            display: none;
        }

        #side-nav-directory.accordion .accordion-item .accordion-button:focus {
            border: 0;
        }

        #side-nav-directory.accordion .accordion-item .accordion-button:not(.collapsed) {
            color: black;
        }

.nav.nav-tabs {
    border-color: #EBEAF4;
}

    .nav.nav-tabs .nav-item {
        flex: auto;
    }

    .nav.nav-tabs .nav-link {
        border-color: #EBEAF4;
        border-radius: 0;
        width: 100%;
        height: 100%;
        color: #000;
        border-bottom: 0;
    }

.tab-content {
    padding: 1rem;
}

.tab-content-info {
    padding: 0 !important;
}

    .tab-content-info .row:not(.map) {
        padding: 1rem;
    }

.accordion-withn-accordion {
    counter-reset: css-counter 0;
}

    .accordion-withn-accordion .accordion-item {
        border-radius: 0;
        border: 0;
        margin-bottom: 1rem;
        counter-increment: css-counter 1;
        position: relative;
    }

        .accordion-withn-accordion .accordion-item .accordion-button {
            background-color: #3823AF;
            text-align: center;
            color: #fff;
            justify-content: center;
            font-size: 24px;
            padding: 1.5rem;
            font-weight: 600;
        }

@media screen and (max-width: 767px) {
    .accordion-withn-accordion .accordion-item .accordion-button {
        font-size: 1rem;
        padding: 1rem 1rem 1rem 2rem;
        text-align: left;
        justify-content: flex-start;
    }

        .accordion-withn-accordion .accordion-item .accordion-button svg {
            width: 20px;
        }
}

.accordion-withn-accordion .accordion-item .accordion-button:before {
    content: counter(css-counter);
    position: absolute;
    top: 20px;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    font-size: 34px;
    left: 18px;
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    .accordion-withn-accordion .accordion-item .accordion-button:before {
        font-size: 20px;
        left: 7px;
    }
}

.accordion-withn-accordion .accordion-item .accordion-button:hover {
    background-color: #4E428F;
}

.accordion-withn-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.accordion-withn-accordion .accordion-item .accordion-button:after {
    display: none;
}

.accordion-withn-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #3823AF;
    color: #fff;
}

.accordion-withn-accordion .accordion-item .accordion-body .accordion-item {
    margin-bottom: 0.5rem;
}

    .accordion-withn-accordion .accordion-item .accordion-body .accordion-item::before {
        display: none;
    }

    .accordion-withn-accordion .accordion-item .accordion-body .accordion-item .accordion-body {
        background: rgba(239, 222, 215, 0.5);
    }

.accordion-withn-accordion .accordion-item .accordion-body .accordion-button {
    background: rgba(239, 222, 215, 0.5);
    color: #000;
    border-radius: 0;
    font-weight: 400;
    box-shadow: none;
}

.schema .accordion-withn-accordion .accordion-body .accordion-sub-item .accordion-button {
    background: rgba(239, 222, 215, 0.5);
    color: #000;
    border-radius: 0;
    font-weight: 400;
    box-shadow: none;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    padding: 1.5rem;
}

    .schema .accordion-withn-accordion .accordion-body .accordion-sub-item .accordion-button:after {
        content: none;
    }

.accordion-withn-accordion .accordion-body .accordion-sub-item {
    margin-bottom: 0.5rem;
}

.accordion-withn-accordion .accordion-item .accordion-body .accordion-button::before {
    display: none;
}

.accordion-withn-accordion .accordion-item .accordion-body .accordion-button:not(.collapsed) {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .top-banner img {
        height: 80px;
        object-fit: cover;
    }
}

.chose-category .bg2.active {
    background-color: #FCDFC3;
}

.chose-category .bg2 .btn {
    top: -13px;
    right: -6px;
}

.chose-category .bg2.ques {
    background-color: #DCDFFF;
}

.chose-category .bg2.regular {
    background: rgba(134, 138, 162, 0.4);
}

.page-bottom-spacing {
    margin-bottom: 7rem;
}

.bg3 {
    background-color: #FBF8F8;
}

.login-bg {
    background-image: url(/images/login-bg.jpg);
    background-position: center;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .comment-box {
        font-size: 13px !important;
    }

        .comment-box .fs-4 {
            font-size: 16px !important;
        }

        .comment-box .fs-14 {
            font-size: 12px;
        }

        .comment-box .fs-6, .comment-box .btn {
            font-size: 13px !important;
        }
}

@media screen and (max-width: 767px) {
    .chose-category {
        flex-wrap: wrap;
        font-size: 13px;
    }

        .chose-category .fs-18, .chose-category .navbar .nav-item .nav-link, .navbar .nav-item .chose-category .nav-link, .chose-category .featured-links ul li a, .featured-links ul li .chose-category a {
            font-size: 14px !important;
            margin-bottom: 1rem;
        }

        .chose-category .rounded-pill {
            margin-bottom: 1rem;
        }

    .list > div {
        margin: 1em;
    }
}

.list {
    text-align: center;
}

.navbar .megamenu {
    padding: 1rem;
}

#main_nav .dropdown-menu {
    border: 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

a.main-section-title {
    padding: 10px 0px 10px 0px;
    max-width: 215px;
    margin-bottom: 20px;
}


.columnTitle {
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin: 3px 14px 3px 0px;
    display: block;
    border-bottom: 1px dotted #50468A;
    padding: 0px 0px 5px 0px;
}

.level2 .columnTitle {
    margin-top: 15px;
}

.level3 li {
    margin: 10px 0;
}

.level3 a {
    font-size: 0.9em;
 
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
/* ============ mobile view .end// ============ */

/* ============ combobo connect the dots ============ */
.rcbActionButton {
    background: url(/images/drop-down-icon.svg) !important;
    background-repeat: no-repeat !important;
    padding: 15px !important;
    background-position: center !important;
}

.RadComboBox .rcbActionButton .p-icon {
    display: none;
}

.RadComboBox_Bootstrap .rcbActionButton {
    border-left: 0px !important;
}

.RadComboBox_Bootstrap .rcbInner {
    padding: 15px !important;
}

.RadComboBoxDropDown .rcbList > li {
    padding: 15px !important;
}

.displayInfoBox > div:not(.tab-content) {
    color: #50468A;
    margin: 20px;
}


.displayInfoBox h2 {
    border-top: 2px solid #50468A;
    color: #50468A;
    margin: 15px 0 15px 0;
}

.displayInfoBox a {
    color: #0d6efd;
    text-decoration: none;
}

    .displayInfoBox a:hover {
        color: rgba(0, 0, 0, 0.6);
    }

.displayInfoBox ul:not(.nav ) {
    margin: 10px;
}

/* ============ combobo connect the dots end ============ */

.white {
    color: #fff;
}

.lngicon {
    margin-left: 20px;
    margin-right: 5px;
}

.accessicon {
    margin-right: 5px;
}

.imgcontainer {
    position: relative;
    text-align: center;
    color: white;
}

    .imgcontainer a {
        text-decoration: none;
        color: white;
    }

.listinner {
    position: relative;
}

.bottom {
    background: rgba(57, 57, 57, 0.5);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    height: 70px;
}




.breadcrumb-item:last-child a {
    color: #6c757d;
}

.btn-toolbar .btn {
    padding: 5px !important;
}


/*.content a {
    color: #351FB2;
    text-decoration: none !important;
}
*/

.content a:not(.card-link) {
    color: #0000EE;
 
}
/*.content a:not(.card-link):visited {
    color: #551A8B ;
     
}*/



.content h3 {
    font-size: 1.6rem;
}

.content, .accordion-button {
    color: #4C418A;
}



.displayInfoBox {
    padding: 10px;
}

    .displayInfoBox:nth-child(odd) {
    }

    .displayInfoBox:nth-child(even) {
        background-color: #cff4fc;
    }


.contentTabs .displayInfoBox:nth-child(even) {
    background-color: #fff;
}


.searchBox {
    white-space: nowrap;
    display: inline-block;
    margin: 0px 0px 0 0;
    width: 100%;
}

.searchButton {
    float: right;
    z-index: 999;
    position: relative;
    margin-right: 5px;
    margin-top: 10px;
}


.RadAutoCompleteBox_Bootstrap .racInput {
    color: #4C418A !important;
}

.racList {
    color: #4C418A !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg,#7928ca,#ff0080);
    color: #fff;
}

.RadAutoCompleteBox_Bootstrap .racInput {
    height: 40px !important;
}


.riTextBox {
    height: 40px !important;
    margin: 10px 0 0 0 !important;
}

.contentTabs .tab-content {
    border: 1px solid #0d6efd;
}

.contentTabs .nav-pills .nav-link {
    border-radius: 0;
}

.contentTabs h2 {
    color: #4E428F;
    font-size: 1.25rem;
}


.snippet a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.snippet .fa {
    margin: 10px 10px 10px 0;
}

.snippet h3 {
    font-size:18px;
    font-weight:bold;
    margin-top:10px;
}

.tablerow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    gap: 10px;
    height: 100% !important;
    align-items: stretch;
}

.tablecell {
    flex: 0 0 auto;
    width: 33%;
    background-color: #F3F5F9;
    padding: 0.5rem !important;
}

.tablerow .tablecell:empty {
    display: none;
}

.portal .tablecell {
    width: 100%;
}

.tablecell2 {
    width: 50%;
    flex: 0 0 auto;
    background-color: #F3F5F9;
    padding: 0.5rem !important;
}

.canadaaccueil > .tablerow > .tablecell {
    width: 100%;
}

@media (max-width: 800px) {
    .tablerow {
        flex-direction: column;
    }

    .tablecell {
        width: auto;
    }
}

.NextPrevAndNumeric .rgAdvPart {
    display: none;
}

.rgHeader {
    font-weight: bold !important;
    background-color: #EBEAF4 !important;
    font-size: 14px !important;
}

.hide {
    display: none;
}

@media screen and (max-width: 1280px) {
    .additionalColumnLarge {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .additionalColumn {
        display: none !important;
    }
}


#mapExpand {
    display: none;
    width: auto;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 18px 13px;
    color: #b2b2b2;
    background-color: #b2b2b2;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

    #mapExpand span:after {
        cursor: pointer;
        padding: 0 0 0 4px;
        font-family: FontAwesome;
        content: '\f065';
    }

    #mapExpand:hover {
        color: #f7f7f7;
    }

#mapBox {
    background: #a2cf5f;
    width: 100%;
    height: 322px;
    border-bottom: 3px solid #b2b2b2;
}

    #mapBox.fullscreen {
        position: fixed;
        top: 2%;
        left: 2%;
        width: 96%;
        height: 96%;
    }

#map {
    width: 100%;
    height: 322px;
}

#mapBox.fullscreen #map {
    height: 100%;
}

#mapMinimize {
    color: #f7f7f7;
    cursor: pointer;
    font-size: 2em;
    position: fixed;
    top: 3%;
    right: 3%;
    font-family: FontAwesome;
}

    #mapMinimize:hover {
        color: #fff;
    }

.cluster {
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.5em;
    background-color: #ff6633;
    text-align: center;
}

#map .cluster-0 {
    margin-left: -1.15em;
    margin-top: -1.15em;
    width: 2.3em;
    height: 2.3em;
    font-size: 1.3em;
    line-height: 1.3em;
}

#map .cluster-5 {
    margin-left: -1.25em;
    margin-top: -1.25em;
    width: 2.5em;
    height: 2.5em;
    font-size: 1.5em;
    line-height: 1.5em;
}

#map .cluster-10 {
    margin-left: -1.4em;
    margin-top: -1.4em;
    width: 2.8em;
    height: 2.8em;
    font-size: 1.8em;
    line-height: 1.8em;
}

#map .cluster-15 {
    margin-left: -1.5em;
    margin-top: -1.5em;
    width: 3em;
    height: 3em;
    font-size: 2em;
    line-height: 2em;
}

#map .cluster-20 {
    margin-left: -1.65em;
    margin-top: -1.65em;
    width: 3.3em;
    height: 3.3em;
    font-size: 2.3em;
    line-height: 2.3em;
}

#map .cluster-30 {
    margin-left: -1.75em;
    margin-top: -1.75em;
    width: 3.5em;
    height: 3.5em;
    font-size: 2.5em;
    line-height: 2.5em;
}

.rgRow td, .rgAltRow td {
    border-width: 0 !important;
    border-top: 1px solid #351FB2 !important;
    border-top-width: 4px !important;
    border-bottom: 1px solid white !important;
    border-bottom-width: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 40px !important;
}

.RadGrid {
    border-width: 0px !important;
}

    .RadGrid .rgHoveredRow {
        background-color: #EBEAF4 !important;
    }




.sub-list-unstyled {
    list-style: none;
}

.searchlistheader {
    margin: 10px 0 10px 0;
    font-size: 1.2em;
}

.printonly {
    display: none;
}


.etab-info {
    background-color: #F3F5F9;
    padding: 1em;
    border: 5px solid #fff;
}

.addressBox {
    padding: 0.5em 0 0.5em 0;
}

.addressTitle {
    display: block;
}

.postaladdress {
    padding: 0 0 0.4em;
    margin-left: 2em;
}

.mapIcon {
    float: left;
    font-size: 2.2em;
    padding: 0 0.1em;
}

.check {
    font-size: 2.2em;
}

.addressSpliter {
    margin: 0.5em 0;
    border-bottom: 1px solid #ccc;
}



h3.black {
    color: #000;
    padding: 0.8em 0 0.5em 0;
    font-size: 1.2em;
    text-transform: uppercase;
}


.socialmedia {
    font-size: 20px;
    margin: 10px 10px 10px 0;
}

.displayTitre {
    padding: 20px 0 20px;
}

.break {
    clear: both;
    margin: 20px 0;
}

.contentTabs .nav.nav-tabs .nav-link.active {
    background-color: #4E428F;
    color: #fff;
}


.circle {
    border: 0.1em solid #4E428F;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 1px 0.2em 0 0;
    width: 1.8em;
    height: 1.8em;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6em;
    text-align: center;
}

.occupation .displayInfoBox h2 {
    padding-top: 5px
}






.occtitle {
    text-wrap: pretty;
    overflow-wrap: break-word;
}

.comparability .displayInfoBox h2 {
    padding-top: 5px
}

a.printBasic, a.historylink {
    color: #fff;
}

.postlist .item {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.5em 0em 0em 0em;
    width: 100%;
    border: 1px solid #cccccc;
    background: #fff;
    -moz-box-shadow: 0 0 2px #cccccc;
    -webkit-box-shadow: 0 0 2px #cccccc;
    box-shadow: 0 0 2px #cccccc;
}

    .postlist .item .content {
        margin-left: 4.5em;
        box-sizing: border-box;
        min-height: 6em;
    }

.postlist .picture {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    width: 4em;
}


.orglistitem-column {
    display: inline-block;
    float: left;
    width: 49%;
    margin: 0 0 0 1%;
}

    .orglistitem-column:first-of-type {
        display: inline-block;
        width: 49%;
        margin: 0 1% 0 0;
    }

@media screen and (max-width: 768px) {
    .orglistitem-column, .orglistitem-column:first-of-type {
        width: 100%;
    }
}

.memberarea .dropdown-menu {
    background: #4E428F !important;
}



.assessordiscussion {
    background: #e9eaed;
}

    .assessordiscussion .articlesMenu {
        background: #e9eaed;
        color: #222;
    }

.postlist {
}

    .postlist .item {
        position: relative;
        margin-bottom: 0.5em;
        padding: 0.5em 0em 0em 0em;
        width: 100%;
        border: 1px solid #cccccc;
        background: #fff;
        -moz-box-shadow: 0 0 2px #cccccc;
        -webkit-box-shadow: 0 0 2px #cccccc;
        box-shadow: 0 0 2px #cccccc;
    }

        .postlist .item.mainpost {
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: 0px solid #cccccc;
            margin-bottom: 0em;
        }

        .postlist .item.commentpost {
            padding-left: 6em;
            margin-bottom: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #f7f7f7;
            border: 0px solid #cccccc;
            border-bottom: 1px solid #cccccc;
        }

            .postlist .item.commentpost:last-of-type {
                border: 0px solid #cccccc;
            }

.commentsList {
    background: #f7f7f7;
}

.postWithComments {
    border: 1px solid #cccccc;
    -moz-box-shadow: 0 0 2px #cccccc;
    -webkit-box-shadow: 0 0 2px #cccccc;
    box-shadow: 0 0 2px #cccccc;
    background: #f7f7f7;
}


.postlist .picture {
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    width: 4em;
}



.postlist .item .commentpost .content {
    margin-left: 0px;
    box-sizing: border-box;
    min-height: 6em;
}

.postDate {
    line-height: 1.5em;
    font-size: 0.8em;
    color: #999;
    display: block;
}

.postAuthor {
    font-weight: bold;
    color: #000;
    display: block;
}

.CredentialAdditionalNote .postAuthor {
    font-weight: bold;
    color: #000;
    padding: 0 0 0.5em 0.5em;
    display: inline-block;
}

.postDescription {
    padding: 0em 0.5em 0.5em 0.5em;
}

.postSector {
    color: #999;
}

.postDetails {
    color: #666;
    padding: 0.5em;
    background: #f6f7f8;
}

    .postDetails .nbLikes {
        font-size: 0.85em;
        line-height: 1.5em;
        color: #666;
    }

.commentLink {
    padding: 0.5em;
    display: inline-block;
}

.moreresults {
    display: block;
    padding: 0.5em 0 1em;
}

.postlist .files {
}

    .postlist .files ul {
        list-style: none;
        margin: 0px;
        padding: 0em 0.5em;
    }

    .postlist .files li {
        display: inline-block;
        list-style: none;
        margin: 1px 1em 0em 0;
        padding: 0px;
        position: relative;
        width: 10em;
        box-sizing: border-box;
    }

.filebox {
    display: inline-block;
    box-sizing: border-box;
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.4em;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    background-position: center center;
    text-decoration: none;
    text-align: center;
}

    .filebox.image {
        display: inline-block;
        box-sizing: border-box;
        width: 8em;
        height: 8em;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #fff;
        background-position: center center;
        border: 1px solid #ccc;
        text-decoration: none;
        text-align: center;
    }

.filetitle {
    width: 8em;
    vertical-align: bottom;
    line-height: 1.6em;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filebox:hover {
    text-decoration: none;
}

.filebox:before {
    font-family: FontAwesome;
    font-size: 1.5em;
    line-height: 1em;
}

.filebox.pdf:before {
    content: '\f1c1';
}

.filebox.doc:before {
    content: '\f1c2';
}

.filebox.xls:before {
    content: '\f1c3';
}

.filebox.ppt:before {
    content: '\f1c4';
}

.filebox.tiff:before {
    content: '\f1c5';
}

.filebox.txt:before {
    content: '\f0f6';
}

.filebox.htm:before {
    content: '\f1c9';
}

.filebox.zip:before {
    content: '\f1c6';
}

.discussion .RadInput .riTextBox, .discussion .RadInputMgr {
    padding: 12px 12px !important;
}

.email-content {
    white-space: pre-wrap;
    word-break: break-word;
    display: -webkit-box;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* only ellipsis if the text exceeds the specified number of lines */
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.greybox {
    background: #F3F5F9;
    margin-bottom: 1em;
}

    .greybox h2 {
        padding: 0.5em;
        background: #e9eaed;
    }

.greyboxinfo {
    line-height: 1.4em;
    padding: 0.75em;
}

    .greyboxinfo h3 {
        padding: 0.5em 0 0;
    }

        .greyboxinfo h3:first-child {
            padding: 0em 0 0;
        }

    .greyboxinfo .social {
        margin-right: 0.4em;
        width: 1.8em;
        font-size: 1.5em;
        line-height: 1.5em;
        padding: 2px 0;
    }

/* MEMBER SECTION */

.profilepicture {
    float: left;
    width: 7em;
}

.memberMainInfo {
    margin-left: 8em;
}

.panelpost {
    padding-top: 1em;
}



.profile h3 {
    font-size: 1rem !important;
    color: #665D98;
}

.telerik-reTable-4 h2 {
    font-size: 20px;
}

.telerik-reTable-4 h3 {
    font-size: 18px;
    margin-top: 10px;
}

.telerik-reTable-4 .fa-facebook,
.telerik-reTable-4 .fa-linkedin,
.telerik-reTable-4 .fa-twitter,
.telerik-reTable-4 .fa-youtube {
    font-size: 16px;
    margin: 0 5px;
}

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

    .wizard ul label {
        vertical-align: text-top;
    }


.singlemessage {
    overflow: auto;
    max-height: 400px;
}

.breadcrumb {
    margin-left: 15px;
}

.bg-discussion {
    background: #f3f2fc
}



/*****************************************************************************/
/*                  PPPPP    RRRRR    II  N    N TTTTTTTT                    */
/*                  P    PP  R    RR  II  NN   N    TT                       */
/*                  P    PP  R    RR  II  N N  N    TT                       */
/*                  PPPPP    RRRRR    II  N  N N    TT                       */
/*                  P        R    RR  II  N   NN    TT                       */
/*                  P        R    RR  II  N    N    TT                       */
/*****************************************************************************/
@media print {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .nav.nav-tabs {
        display: none !important;
    }

    .printonly {
        display: block;
    }

    .screenonly {
        display: none;
    }

    .qsf-demo-canvas {
        display: none;
    }

    #wrapper {
        min-height: initial;
        background: none;
        margin: 0px;
        height: auto;
    }

    #push {
        display: none;
    }

    #top {
    }

    #topmenu {
        display: none;
    }

    #mainlogo, #cmeclogo {
        display: none;
    }

    #quote {
        width: 100%;
        top: auto;
        position: relative;
        color: #000;
    }

        #quote span {
            display: inline-block;
            padding: 60px 0 0 0;
        }

    #CMECprintlogo {
        padding-top: 30px;
        float: right;
        display: inline-block;
    }

    #printlogo {
        float: left;
        display: inline-block;
    }

    #mainmenuBox {
        display: none;
    }

    #titreSectionDroite {
        display: none;
    }

    .more {
        display: none;
    }

    #footer {
        background: transparent;
        color: #333;
        height: auto;
    }

    #breadcrumbBox {
        border-color: #333;
    }




    #footer a {
        color: #333;
    }


    #sitemapBox {
        display: none;
    }

    #footnoteBox {
        border: 0px;
        color: #333;
    }

    /*Tab view print*/

    html .RadTabStrip_cicdi {
        display: none;
    }

    html .rmpHiddenView {
        display: block !important;
    }
}


.has-search input {
    height: 34px;
}



.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


ul.search-results {
    list-style-type: none;
    padding-left: 1rem;
}


    ul.search-results li div.number {
       
        display: inline;
        float: left;
        margin-right: 15px;
    }


.searchlink {
    
    text-decoration: none;
}


.searchtxt {
    color:#000;
    text-decoration:none;
}

.result-count {
    font-weight: bold;
    color: #ee9209;
}



.search-pager a {
    color: #000;
    text-decoration: none;
}

    .search-pager a:hover {
        color: #d76e1f !important;
    }

search-pager
.search-section {
    color: #bd1427;
}


.paging, .pager {
    padding: 0;
 
}

ul.paging li {
    display: inline;
}

.paging.page {
  
    margin: 5px;
}

.searchchevron:before {
    font-size:12px;
}


.fa.fa-twitter {
    font-family: sans-serif;
}

    .fa.fa-twitter::before {
        content: "𝕏";
        font-size: 1.2em;
    }
	
	
	